public static interface AlloyDbSettings.UserPasswordOrBuilder extends MessageOrBuilderImplements
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. |
getPasswordSet()
public abstract boolean getPasswordSet()Output only. Indicates if the initial_user.password field has been set.
bool password_set = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
The passwordSet. |
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. |