@Deprecated public static interface ScanConfig.Authentication.GoogleAccountOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getPassword()
Deprecated.
Required.
|
ByteString |
getPasswordBytes()
Deprecated.
Required.
|
String |
getUsername()
Deprecated.
Required.
|
ByteString |
getUsernameBytes()
Deprecated.
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getUsername()
Required. The user name of the Google account.
string username = 1;
ByteString getUsernameBytes()
Required. The user name of the Google account.
string username = 1;
String getPassword()
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;
ByteString getPasswordBytes()
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;
Copyright © 2022 Google LLC. All rights reserved.