Interface CloudSqlCredentialOrBuilder (2.10.0)

public interface CloudSqlCredentialOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPassword()

public abstract String getPassword()

The password for the credential.

string password = 2;

Returns
TypeDescription
String

The password.

getPasswordBytes()

public abstract ByteString getPasswordBytes()

The password for the credential.

string password = 2;

Returns
TypeDescription
ByteString

The bytes for password.

getUsername()

public abstract String getUsername()

The username for the credential.

string username = 1;

Returns
TypeDescription
String

The username.

getUsernameBytes()

public abstract ByteString getUsernameBytes()

The username for the credential.

string username = 1;

Returns
TypeDescription
ByteString

The bytes for username.