public interface UserPasswordOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getPassword()
public abstract String getPassword()
The initial password for the user.
string password = 2;
Returns | |
---|---|
Type | Description |
String |
The password. |
getPasswordBytes()
public abstract ByteString getPasswordBytes()
The initial password for the user.
string password = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for password. |
getUser()
public abstract String getUser()
The database username.
string user = 1;
Returns | |
---|---|
Type | Description |
String |
The user. |
getUserBytes()
public abstract ByteString getUserBytes()
The database username.
string user = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for user. |