Interface ScanConfig.Authentication.GoogleAccountOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScanConfig.Authentication.GoogleAccount
,ScanConfig.Authentication.GoogleAccount.Builder
- Enclosing class:
- ScanConfig.Authentication
@Deprecated public static interface ScanConfig.Authentication.GoogleAccountOrBuilder extends com.google.protobuf.MessageOrBuilder
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getPassword()
Deprecated.Required.com.google.protobuf.ByteString
getPasswordBytes()
Deprecated.Required.String
getUsername()
Deprecated.Required.com.google.protobuf.ByteString
getUsernameBytes()
Deprecated.Required.-
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()
Deprecated.Required. The user name of the Google account.
string username = 1;
- Returns:
- The username.
-
getUsernameBytes
com.google.protobuf.ByteString getUsernameBytes()
Deprecated.Required. The user name of the Google account.
string username = 1;
- Returns:
- The bytes for username.
-
getPassword
String getPassword()
Deprecated.Required. Input only. The password of the Google account. The credential is stored encrypted and not returned in any response nor included in audit logs.
string password = 2;
- Returns:
- The password.
-
getPasswordBytes
com.google.protobuf.ByteString getPasswordBytes()
Deprecated.Required. Input only. The password of the Google account. The credential is stored encrypted and not returned in any response nor included in audit logs.
string password = 2;
- Returns:
- The bytes for password.
-
-