
com.aerospike.vector.client.proto.PasswordCredentialsOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: types.proto
// Protobuf Java Version: 3.25.1
package com.aerospike.vector.client.proto;
public interface PasswordCredentialsOrBuilder extends
// @@protoc_insertion_point(interface_extends:aerospike.vector.PasswordCredentials)
com.google.protobuf.MessageOrBuilder {
/**
* string password = 1;
* @return The password.
*/
java.lang.String getPassword();
/**
* string password = 1;
* @return The bytes for password.
*/
com.google.protobuf.ByteString
getPasswordBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy