Interface UserPasswordOrBuilder (0.30.0)

public interface UserPasswordOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPassword()

public abstract String getPassword()

The initial password for the user.

string password = 2;

Returns
TypeDescription
String

The password.

getPasswordBytes()

public abstract ByteString getPasswordBytes()

The initial password for the user.

string password = 2;

Returns
TypeDescription
ByteString

The bytes for password.

getUser()

public abstract String getUser()

The database username.

string user = 1;

Returns
TypeDescription
String

The user.

getUserBytes()

public abstract ByteString getUserBytes()

The database username.

string user = 1;

Returns
TypeDescription
ByteString

The bytes for user.