Interface ConnectionProto.CloudSqlCredentialOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConnectionProto.CloudSqlCredential,ConnectionProto.CloudSqlCredential.Builder
- Enclosing class:
- ConnectionProto
public static interface ConnectionProto.CloudSqlCredentialOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPassword()The password for the credential.com.google.protobuf.ByteStringgetPasswordBytes()The password for the credential.StringgetUsername()The username for the credential.com.google.protobuf.ByteStringgetUsernameBytes()The username for the credential.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUsername
String getUsername()
The username for the credential.
string username = 1;- Returns:
- The username.
-
getUsernameBytes
com.google.protobuf.ByteString getUsernameBytes()
The username for the credential.
string username = 1;- Returns:
- The bytes for username.
-
getPassword
String getPassword()
The password for the credential.
string password = 2;- Returns:
- The password.
-
getPasswordBytes
com.google.protobuf.ByteString getPasswordBytes()
The password for the credential.
string password = 2;- Returns:
- The bytes for password.
-
-