com.aerospike.vector.client.proto.Index Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of avs-client-java Show documentation
Show all versions of avs-client-java Show documentation
This project includes the Java client for Aerospike Vector Search for high-performance data interactions.
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: index.proto
// Protobuf Java Version: 3.25.1
package com.aerospike.vector.client.proto;
public final class Index {
private Index() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
static final com.google.protobuf.Descriptors.Descriptor
internal_static_aerospike_vector_IndexStatusResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_aerospike_vector_IndexStatusResponse_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_aerospike_vector_GcInvalidVerticesRequest_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_aerospike_vector_GcInvalidVerticesRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_aerospike_vector_IndexUpdateRequest_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_aerospike_vector_IndexUpdateRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_aerospike_vector_IndexUpdateRequest_LabelsEntry_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_aerospike_vector_IndexUpdateRequest_LabelsEntry_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\013index.proto\022\020aerospike.vector\032\033google/" +
"protobuf/empty.proto\032\013types.proto\"2\n\023Ind" +
"exStatusResponse\022\033\n\023unmergedRecordCount\030" +
"\002 \001(\003\"_\n\030GcInvalidVerticesRequest\022*\n\007ind" +
"exId\030\001 \001(\0132\031.aerospike.vector.IndexId\022\027\n" +
"\017cutoffTimestamp\030\002 \001(\003\"\371\001\n\022IndexUpdateRe" +
"quest\022*\n\007indexId\030\001 \001(\0132\031.aerospike.vecto" +
"r.IndexId\022@\n\006labels\030\002 \003(\01320.aerospike.ve" +
"ctor.IndexUpdateRequest.LabelsEntry\022<\n\017h" +
"nswIndexUpdate\030\003 \001(\0132!.aerospike.vector." +
"HnswIndexUpdateH\000\032-\n\013LabelsEntry\022\013\n\003key\030" +
"\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001B\010\n\006update2\230\004\n\014I" +
"ndexService\022E\n\006Create\022!.aerospike.vector" +
".IndexDefinition\032\026.google.protobuf.Empty" +
"\"\000\022H\n\006Update\022$.aerospike.vector.IndexUpd" +
"ateRequest\032\026.google.protobuf.Empty\"\000\022;\n\004" +
"Drop\022\031.aerospike.vector.IndexId\032\026.google" +
".protobuf.Empty\"\000\022G\n\004List\022\026.google.proto" +
"buf.Empty\032%.aerospike.vector.IndexDefini" +
"tionList\"\000\022E\n\003Get\022\031.aerospike.vector.Ind" +
"exId\032!.aerospike.vector.IndexDefinition\"" +
"\000\022O\n\tGetStatus\022\031.aerospike.vector.IndexI" +
"d\032%.aerospike.vector.IndexStatusResponse" +
"\"\000\022Y\n\021GcInvalidVertices\022*.aerospike.vect" +
"or.GcInvalidVerticesRequest\032\026.google.pro" +
"tobuf.Empty\"\000BC\n!com.aerospike.vector.cl" +
"ient.protoP\001Z\034aerospike.com/vector/proto" +
"s/b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.google.protobuf.EmptyProto.getDescriptor(),
com.aerospike.vector.client.proto.Types.getDescriptor(),
});
internal_static_aerospike_vector_IndexStatusResponse_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_aerospike_vector_IndexStatusResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_aerospike_vector_IndexStatusResponse_descriptor,
new java.lang.String[] { "UnmergedRecordCount", });
internal_static_aerospike_vector_GcInvalidVerticesRequest_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_aerospike_vector_GcInvalidVerticesRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_aerospike_vector_GcInvalidVerticesRequest_descriptor,
new java.lang.String[] { "IndexId", "CutoffTimestamp", });
internal_static_aerospike_vector_IndexUpdateRequest_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_aerospike_vector_IndexUpdateRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_aerospike_vector_IndexUpdateRequest_descriptor,
new java.lang.String[] { "IndexId", "Labels", "HnswIndexUpdate", "Update", });
internal_static_aerospike_vector_IndexUpdateRequest_LabelsEntry_descriptor =
internal_static_aerospike_vector_IndexUpdateRequest_descriptor.getNestedTypes().get(0);
internal_static_aerospike_vector_IndexUpdateRequest_LabelsEntry_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_aerospike_vector_IndexUpdateRequest_LabelsEntry_descriptor,
new java.lang.String[] { "Key", "Value", });
com.google.protobuf.EmptyProto.getDescriptor();
com.aerospike.vector.client.proto.Types.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}