public static interface TransferTypes.GoogleServiceAccountOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAccountEmail()
public abstract String getAccountEmail()
Email address of the service account.
string account_email = 1;
Returns | |
---|---|
Type | Description |
String |
The accountEmail. |
getAccountEmailBytes()
public abstract ByteString getAccountEmailBytes()
Email address of the service account.
string account_email = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for accountEmail. |
getSubjectId()
public abstract String getSubjectId()
Unique identifier for the service account.
string subject_id = 2;
Returns | |
---|---|
Type | Description |
String |
The subjectId. |
getSubjectIdBytes()
public abstract ByteString getSubjectIdBytes()
Unique identifier for the service account.
string subject_id = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for subjectId. |