Interface AccessApprovalServiceAccountOrBuilder (2.38.0)

public interface AccessApprovalServiceAccountOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAccountEmail()

public abstract String getAccountEmail()

Email address of the service account.

string account_email = 2;

Returns
TypeDescription
String

The accountEmail.

getAccountEmailBytes()

public abstract ByteString getAccountEmailBytes()

Email address of the service account.

string account_email = 2;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for name.