public interface 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.
|
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;Copyright © 2025 Google LLC. All rights reserved.