public static interface AlloyDbSettings.UserPasswordOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword()
The initial password for the user.
|
com.google.protobuf.ByteString |
getPasswordBytes()
The initial password for the user.
|
boolean |
getPasswordSet()
Output only.
|
String |
getUser()
The database username.
|
com.google.protobuf.ByteString |
getUserBytes()
The database username.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getUser()
The database username.
string user = 1;com.google.protobuf.ByteString getUserBytes()
The database username.
string user = 1;String getPassword()
The initial password for the user.
string password = 2;com.google.protobuf.ByteString getPasswordBytes()
The initial password for the user.
string password = 2;boolean getPasswordSet()
Output only. Indicates if the initial_user.password field has been set.
bool password_set = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2024 Google LLC. All rights reserved.