public static interface ConnectionProto.CloudSqlCredentialOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword()
The password for the credential.
|
com.google.protobuf.ByteString |
getPasswordBytes()
The password for the credential.
|
String |
getUsername()
The username for the credential.
|
com.google.protobuf.ByteString |
getUsernameBytes()
The username for the credential.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getUsername()
The username for the credential.
string username = 1;com.google.protobuf.ByteString getUsernameBytes()
The username for the credential.
string username = 1;String getPassword()
The password for the credential.
string password = 2;com.google.protobuf.ByteString getPasswordBytes()
The password for the credential.
string password = 2;Copyright © 2025 Google LLC. All rights reserved.