public final class AccessApprovalSettings extends GeneratedMessageV3 implements AccessApprovalSettingsOrBuilder
Settings on a Project/Folder/Organization related to Access Approval.
Protobuf type google.cloud.accessapproval.v1.AccessApprovalSettings
Static Fields
ENROLLED_ANCESTOR_FIELD_NUMBER
public static final int ENROLLED_ANCESTOR_FIELD_NUMBER
Field Value
ENROLLED_SERVICES_FIELD_NUMBER
public static final int ENROLLED_SERVICES_FIELD_NUMBER
Field Value
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
NOTIFICATION_EMAILS_FIELD_NUMBER
public static final int NOTIFICATION_EMAILS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static AccessApprovalSettings getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static AccessApprovalSettings.Builder newBuilder()
Returns
newBuilder(AccessApprovalSettings prototype)
public static AccessApprovalSettings.Builder newBuilder(AccessApprovalSettings prototype)
Parameter
Returns
public static AccessApprovalSettings parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static AccessApprovalSettings parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static AccessApprovalSettings parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AccessApprovalSettings parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static AccessApprovalSettings parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AccessApprovalSettings parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AccessApprovalSettings parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static AccessApprovalSettings parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AccessApprovalSettings parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static AccessApprovalSettings parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static AccessApprovalSettings parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AccessApprovalSettings parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<AccessApprovalSettings> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public AccessApprovalSettings getDefaultInstanceForType()
Returns
getEnrolledAncestor()
public boolean getEnrolledAncestor()
Output only. This field is read only (not settable via
UpdateAccessApprovalSettings method). If the field is true, that
indicates that at least one service is enrolled for Access Approval in one
or more ancestors of the Project or Folder (this field will always be
unset for the organization since organizations do not have ancestors).
bool enrolled_ancestor = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
boolean | The enrolledAncestor.
|
getEnrolledServices(int index)
public EnrolledService getEnrolledServices(int index)
A list of Google Cloud Services for which the given resource has Access
Approval enrolled. Access requests for the resource given by name against
any of these services contained here will be required to have explicit
approval. If name refers to an organization, enrollment can be done for
individual services. If name refers to a folder or project, enrollment can
only be done on an all or nothing basis.
If a cloud_product is repeated in this list, the first entry will be
honored and all following entries will be discarded. A maximum of 10
enrolled services will be enforced, to be expanded as the set of supported
services is expanded.
repeated .google.cloud.accessapproval.v1.EnrolledService enrolled_services = 3;
Parameter
Returns
getEnrolledServicesCount()
public int getEnrolledServicesCount()
A list of Google Cloud Services for which the given resource has Access
Approval enrolled. Access requests for the resource given by name against
any of these services contained here will be required to have explicit
approval. If name refers to an organization, enrollment can be done for
individual services. If name refers to a folder or project, enrollment can
only be done on an all or nothing basis.
If a cloud_product is repeated in this list, the first entry will be
honored and all following entries will be discarded. A maximum of 10
enrolled services will be enforced, to be expanded as the set of supported
services is expanded.
repeated .google.cloud.accessapproval.v1.EnrolledService enrolled_services = 3;
Returns
getEnrolledServicesList()
public List<EnrolledService> getEnrolledServicesList()
A list of Google Cloud Services for which the given resource has Access
Approval enrolled. Access requests for the resource given by name against
any of these services contained here will be required to have explicit
approval. If name refers to an organization, enrollment can be done for
individual services. If name refers to a folder or project, enrollment can
only be done on an all or nothing basis.
If a cloud_product is repeated in this list, the first entry will be
honored and all following entries will be discarded. A maximum of 10
enrolled services will be enforced, to be expanded as the set of supported
services is expanded.
repeated .google.cloud.accessapproval.v1.EnrolledService enrolled_services = 3;
Returns
getEnrolledServicesOrBuilder(int index)
public EnrolledServiceOrBuilder getEnrolledServicesOrBuilder(int index)
A list of Google Cloud Services for which the given resource has Access
Approval enrolled. Access requests for the resource given by name against
any of these services contained here will be required to have explicit
approval. If name refers to an organization, enrollment can be done for
individual services. If name refers to a folder or project, enrollment can
only be done on an all or nothing basis.
If a cloud_product is repeated in this list, the first entry will be
honored and all following entries will be discarded. A maximum of 10
enrolled services will be enforced, to be expanded as the set of supported
services is expanded.
repeated .google.cloud.accessapproval.v1.EnrolledService enrolled_services = 3;
Parameter
Returns
getEnrolledServicesOrBuilderList()
public List<? extends EnrolledServiceOrBuilder> getEnrolledServicesOrBuilderList()
A list of Google Cloud Services for which the given resource has Access
Approval enrolled. Access requests for the resource given by name against
any of these services contained here will be required to have explicit
approval. If name refers to an organization, enrollment can be done for
individual services. If name refers to a folder or project, enrollment can
only be done on an all or nothing basis.
If a cloud_product is repeated in this list, the first entry will be
honored and all following entries will be discarded. A maximum of 10
enrolled services will be enforced, to be expanded as the set of supported
services is expanded.
repeated .google.cloud.accessapproval.v1.EnrolledService enrolled_services = 3;
Returns
Type | Description |
List<? extends com.google.cloud.accessapproval.v1.EnrolledServiceOrBuilder> | |
getName()
The resource name of the settings. Format is one of:
- "projects/{project}/accessApprovalSettings"
- "folders/{folder}/accessApprovalSettings"
- "organizations/{organization}/accessApprovalSettings"
string name = 1 [(.google.api.resource_reference) = { ... }
Returns
Type | Description |
String | The name.
|
getNameBytes()
public ByteString getNameBytes()
The resource name of the settings. Format is one of:
- "projects/{project}/accessApprovalSettings"
- "folders/{folder}/accessApprovalSettings"
- "organizations/{organization}/accessApprovalSettings"
string name = 1 [(.google.api.resource_reference) = { ... }
Returns
getNotificationEmails(int index)
public String getNotificationEmails(int index)
A list of email addresses to which notifications relating to approval
requests should be sent. Notifications relating to a resource will be sent
to all emails in the settings of ancestor resources of that resource. A
maximum of 50 email addresses are allowed.
repeated string notification_emails = 2;
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
Type | Description |
String | The notificationEmails at the given index.
|
getNotificationEmailsBytes(int index)
public ByteString getNotificationEmailsBytes(int index)
A list of email addresses to which notifications relating to approval
requests should be sent. Notifications relating to a resource will be sent
to all emails in the settings of ancestor resources of that resource. A
maximum of 50 email addresses are allowed.
repeated string notification_emails = 2;
Parameter
Name | Description |
index | int
The index of the value to return.
|
Returns
Type | Description |
ByteString | The bytes of the notificationEmails at the given index.
|
getNotificationEmailsCount()
public int getNotificationEmailsCount()
A list of email addresses to which notifications relating to approval
requests should be sent. Notifications relating to a resource will be sent
to all emails in the settings of ancestor resources of that resource. A
maximum of 50 email addresses are allowed.
repeated string notification_emails = 2;
Returns
Type | Description |
int | The count of notificationEmails.
|
getNotificationEmailsList()
public ProtocolStringList getNotificationEmailsList()
A list of email addresses to which notifications relating to approval
requests should be sent. Notifications relating to a resource will be sent
to all emails in the settings of ancestor resources of that resource. A
maximum of 50 email addresses are allowed.
repeated string notification_emails = 2;
Returns
getParserForType()
public Parser<AccessApprovalSettings> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public AccessApprovalSettings.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AccessApprovalSettings.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public AccessApprovalSettings.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions