Interface ScanConfig.Authentication.GoogleAccountOrBuilder (2.41.0)

public static interface ScanConfig.Authentication.GoogleAccountOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPassword()

public abstract 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 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = INPUT_ONLY];

Returns
TypeDescription
String

The password.

getPasswordBytes()

public abstract 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 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = INPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for password.

getUsername()

public abstract String getUsername()

Required. The user name of the Google account.

string username = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The username.

getUsernameBytes()

public abstract ByteString getUsernameBytes()

Required. The user name of the Google account.

string username = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for username.