Interface AccessApprovalServiceAccountOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AccessApprovalServiceAccount,AccessApprovalServiceAccount.Builder
public interface AccessApprovalServiceAccountOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAccountEmail()Email address of the service account.com.google.protobuf.ByteStringgetAccountEmailBytes()Email address of the service account.StringgetName()The resource name of the Access Approval service account.com.google.protobuf.ByteStringgetNameBytes()The resource name of the Access Approval service account.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
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:
- The name.
-
getNameBytes
com.google.protobuf.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:
- The bytes for name.
-
getAccountEmail
String getAccountEmail()
Email address of the service account.
string account_email = 2;- Returns:
- The accountEmail.
-
getAccountEmailBytes
com.google.protobuf.ByteString getAccountEmailBytes()
Email address of the service account.
string account_email = 2;- Returns:
- The bytes for accountEmail.
-
-