com.aerospike.vector.client.proto.Auth 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: auth.proto
// Protobuf Java Version: 3.25.1
package com.aerospike.vector.client.proto;
public final class Auth {
private Auth() {}
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_AuthRequest_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_aerospike_vector_AuthRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_aerospike_vector_AuthResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_aerospike_vector_AuthResponse_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\nauth.proto\022\020aerospike.vector\032\013types.pr" +
"oto\"A\n\013AuthRequest\0222\n\013credentials\030\001 \001(\0132" +
"\035.aerospike.vector.Credentials\"\035\n\014AuthRe" +
"sponse\022\r\n\005token\030\001 \001(\t2^\n\013AuthService\022O\n\014" +
"Authenticate\022\035.aerospike.vector.AuthRequ" +
"est\032\036.aerospike.vector.AuthResponse\"\000BC\n" +
"!com.aerospike.vector.client.protoP\001Z\034ae" +
"rospike.com/vector/protos/b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.aerospike.vector.client.proto.Types.getDescriptor(),
});
internal_static_aerospike_vector_AuthRequest_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_aerospike_vector_AuthRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_aerospike_vector_AuthRequest_descriptor,
new java.lang.String[] { "Credentials", });
internal_static_aerospike_vector_AuthResponse_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_aerospike_vector_AuthResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_aerospike_vector_AuthResponse_descriptor,
new java.lang.String[] { "Token", });
com.aerospike.vector.client.proto.Types.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}