All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aerospike.vector.client.Auth Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: auth.proto

// Protobuf Java Version: 3.25.1
package com.aerospike.vector.client;

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_AerospikeAuthRequest_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_aerospike_vector_AerospikeAuthRequest_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_aerospike_vector_AerospikeAuthResponse_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_aerospike_vector_AerospikeAuthResponse_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\":\n\024Aerosp" +
      "ikeAuthRequest\022\020\n\010username\030\001 \001(\t\022\020\n\010pass" +
      "word\030\002 \001(\t\"&\n\025AerospikeAuthResponse\022\r\n\005t" +
      "oken\030\001 \001(\t2g\n\013AuthService\022X\n\003Get\022&.aeros" +
      "pike.vector.AerospikeAuthRequest\032\'.aeros" +
      "pike.vector.AerospikeAuthResponse\"\000B=\n\033c" +
      "om.aerospike.vector.clientP\001Z\034aerospike." +
      "com/vector/protos/b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
        });
    internal_static_aerospike_vector_AerospikeAuthRequest_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_aerospike_vector_AerospikeAuthRequest_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_aerospike_vector_AerospikeAuthRequest_descriptor,
        new java.lang.String[] { "Username", "Password", });
    internal_static_aerospike_vector_AerospikeAuthResponse_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_aerospike_vector_AerospikeAuthResponse_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_aerospike_vector_AerospikeAuthResponse_descriptor,
        new java.lang.String[] { "Token", });
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy