
com.aerospike.vector.client.AerospikeAuthRequestOrBuilder 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 interface AerospikeAuthRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:aerospike.vector.AerospikeAuthRequest)
com.google.protobuf.MessageOrBuilder {
/**
* string username = 1;
* @return The username.
*/
java.lang.String getUsername();
/**
* string username = 1;
* @return The bytes for username.
*/
com.google.protobuf.ByteString
getUsernameBytes();
/**
* string password = 2;
* @return The password.
*/
java.lang.String getPassword();
/**
* string password = 2;
* @return The bytes for password.
*/
com.google.protobuf.ByteString
getPasswordBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy