Interface TransferTypes.GoogleServiceAccountOrBuilder (1.17.0)

public static interface TransferTypes.GoogleServiceAccountOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAccountEmail()

public abstract String getAccountEmail()

Email address of the service account.

string account_email = 1;

Returns
TypeDescription
String

The accountEmail.

getAccountEmailBytes()

public abstract ByteString getAccountEmailBytes()

Email address of the service account.

string account_email = 1;

Returns
TypeDescription
ByteString

The bytes for accountEmail.

getSubjectId()

public abstract String getSubjectId()

Unique identifier for the service account.

string subject_id = 2;

Returns
TypeDescription
String

The subjectId.

getSubjectIdBytes()

public abstract ByteString getSubjectIdBytes()

Unique identifier for the service account.

string subject_id = 2;

Returns
TypeDescription
ByteString

The bytes for subjectId.