public interface AccessApprovalServiceAccountOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAccountEmail()
public abstract String getAccountEmail()Email address of the service account.
string account_email = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The accountEmail. |
getAccountEmailBytes()
public abstract ByteString getAccountEmailBytes()Email address of the service account.
string account_email = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for accountEmail. |
getName()
public abstract String getName()The resource name of the Access Approval service account. Format is one of:
- "projects/{project}/serviceAccount"
- "folders/{folder}/serviceAccount"
- "organizations/{organization}/serviceAccount"
string name = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()The resource name of the Access Approval service account. Format is one of:
- "projects/{project}/serviceAccount"
- "folders/{folder}/serviceAccount"
- "organizations/{organization}/serviceAccount"
string name = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |