
com.aerospike.vector.client.proto.AuthRequestOrBuilder 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.proto;
public interface AuthRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:aerospike.vector.AuthRequest)
com.google.protobuf.MessageOrBuilder {
/**
* .aerospike.vector.Credentials credentials = 1;
* @return Whether the credentials field is set.
*/
boolean hasCredentials();
/**
* .aerospike.vector.Credentials credentials = 1;
* @return The credentials.
*/
com.aerospike.vector.client.proto.Credentials getCredentials();
/**
* .aerospike.vector.Credentials credentials = 1;
*/
com.aerospike.vector.client.proto.CredentialsOrBuilder getCredentialsOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy