
com.aerospike.vector.client.proto.CredentialsOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: types.proto
// Protobuf Java Version: 3.25.5
package com.aerospike.vector.client.proto;
public interface CredentialsOrBuilder extends
// @@protoc_insertion_point(interface_extends:aerospike.vector.Credentials)
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();
/**
* .aerospike.vector.PasswordCredentials passwordCredentials = 2;
* @return Whether the passwordCredentials field is set.
*/
boolean hasPasswordCredentials();
/**
* .aerospike.vector.PasswordCredentials passwordCredentials = 2;
* @return The passwordCredentials.
*/
com.aerospike.vector.client.proto.PasswordCredentials getPasswordCredentials();
/**
* .aerospike.vector.PasswordCredentials passwordCredentials = 2;
*/
com.aerospike.vector.client.proto.PasswordCredentialsOrBuilder getPasswordCredentialsOrBuilder();
com.aerospike.vector.client.proto.Credentials.CredentialsCase getCredentialsCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy