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
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ACTIVE_KEY_VERSION_FIELD_NUMBER
public static final int ACTIVE_KEY_VERSION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
ANCESTOR_HAS_ACTIVE_KEY_VERSION_FIELD_NUMBER
public static final int ANCESTOR_HAS_ACTIVE_KEY_VERSION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
ENROLLED_ANCESTOR_FIELD_NUMBER
public static final int ENROLLED_ANCESTOR_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
ENROLLED_SERVICES_FIELD_NUMBER
public static final int ENROLLED_SERVICES_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
INVALID_KEY_VERSION_FIELD_NUMBER
public static final int INVALID_KEY_VERSION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
NOTIFICATION_EMAILS_FIELD_NUMBER
public static final int NOTIFICATION_EMAILS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static AccessApprovalSettings getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static AccessApprovalSettings.Builder newBuilder()
newBuilder(AccessApprovalSettings prototype)
public static AccessApprovalSettings.Builder newBuilder(AccessApprovalSettings prototype)
public static AccessApprovalSettings parseDelimitedFrom(InputStream input)
public static AccessApprovalSettings parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static AccessApprovalSettings parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AccessApprovalSettings parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static AccessApprovalSettings parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AccessApprovalSettings parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AccessApprovalSettings parseFrom(CodedInputStream input)
public static AccessApprovalSettings parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AccessApprovalSettings parseFrom(InputStream input)
public static AccessApprovalSettings parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static AccessApprovalSettings parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AccessApprovalSettings parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<AccessApprovalSettings> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getActiveKeyVersion()
public String getActiveKeyVersion()
The asymmetric crypto key version to use for signing approval requests.
Empty active_key_version indicates that a Google-managed key should be used
for signing. This property will be ignored if set by an ancestor of this
resource, and new non-empty values may not be set.
string active_key_version = 6;
Returns |
---|
Type | Description |
String | The activeKeyVersion.
|
getActiveKeyVersionBytes()
public ByteString getActiveKeyVersionBytes()
The asymmetric crypto key version to use for signing approval requests.
Empty active_key_version indicates that a Google-managed key should be used
for signing. This property will be ignored if set by an ancestor of this
resource, and new non-empty values may not be set.
string active_key_version = 6;
Returns |
---|
Type | Description |
ByteString | The bytes for activeKeyVersion.
|
getAncestorHasActiveKeyVersion()
public boolean getAncestorHasActiveKeyVersion()
Output only. This field is read only (not settable via UpdateAccessApprovalSettings
method). If the field is true, that indicates that an ancestor of this
Project or Folder has set active_key_version (this field will always be
unset for the organization since organizations do not have ancestors).
bool ancestor_has_active_key_version = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
boolean | The ancestorHasActiveKeyVersion.
|
getDefaultInstanceForType()
public AccessApprovalSettings getDefaultInstanceForType()
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 |
---|
Name | Description |
index | int
|
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 |
---|
Type | Description |
int | |
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;
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 |
---|
Name | Description |
index | int
|
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> | |
getInvalidKeyVersion()
public boolean getInvalidKeyVersion()
Output only. This field is read only (not settable via UpdateAccessApprovalSettings
method). If the field is true, that indicates that there is some
configuration issue with the active_key_version configured at this level in
the resource hierarchy (e.g. it doesn't exist or the Access Approval
service account doesn't have the correct permissions on it, etc.) This key
version is not necessarily the effective key version at this level, as key
versions are inherited top-down.
bool invalid_key_version = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
boolean | The invalidKeyVersion.
|
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 |
---|
Type | Description |
ByteString | The bytes for name.
|
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;
getParserForType()
public Parser<AccessApprovalSettings> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public AccessApprovalSettings.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AccessApprovalSettings.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public AccessApprovalSettings.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides