Package connection_request
Interface ConnectionRequestOuterClass.AuthenticationInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConnectionRequestOuterClass.AuthenticationInfo,ConnectionRequestOuterClass.AuthenticationInfo.Builder
- Enclosing class:
- ConnectionRequestOuterClass
public static interface ConnectionRequestOuterClass.AuthenticationInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectionRequestOuterClass.IamCredentialsgetIamCredentials()optional .connection_request.IamCredentials iam_credentials = 3;ConnectionRequestOuterClass.IamCredentialsOrBuildergetIamCredentialsOrBuilder()optional .connection_request.IamCredentials iam_credentials = 3;java.lang.StringgetPassword()string password = 1;com.google.protobuf.ByteStringgetPasswordBytes()string password = 1;java.lang.StringgetUsername()string username = 2;com.google.protobuf.ByteStringgetUsernameBytes()string username = 2;booleanhasIamCredentials()optional .connection_request.IamCredentials iam_credentials = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPassword
java.lang.String getPassword()
string password = 1;- Returns:
- The password.
-
getPasswordBytes
com.google.protobuf.ByteString getPasswordBytes()
string password = 1;- Returns:
- The bytes for password.
-
getUsername
java.lang.String getUsername()
string username = 2;- Returns:
- The username.
-
getUsernameBytes
com.google.protobuf.ByteString getUsernameBytes()
string username = 2;- Returns:
- The bytes for username.
-
hasIamCredentials
boolean hasIamCredentials()
optional .connection_request.IamCredentials iam_credentials = 3;- Returns:
- Whether the iamCredentials field is set.
-
getIamCredentials
ConnectionRequestOuterClass.IamCredentials getIamCredentials()
optional .connection_request.IamCredentials iam_credentials = 3;- Returns:
- The iamCredentials.
-
getIamCredentialsOrBuilder
ConnectionRequestOuterClass.IamCredentialsOrBuilder getIamCredentialsOrBuilder()
optional .connection_request.IamCredentials iam_credentials = 3;
-
-