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