Enum RestrictAllowedServicesRequest.RestrictionType (2.1.0)

public enum RestrictAllowedServicesRequest.RestrictionType extends Enum<RestrictAllowedServicesRequest.RestrictionType> implements ProtocolMessageEnum

The type of restriction.

Protobuf enum google.cloud.assuredworkloads.v1beta1.RestrictAllowedServicesRequest.RestrictionType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ALLOW_ALL_GCP_SERVICES

Allow the use all services. This effectively remove all restrictions placed on the Folder.

ALLOW_ALL_GCP_SERVICES = 1;

ALLOW_ALL_GCP_SERVICES_VALUE

Allow the use all services. This effectively remove all restrictions placed on the Folder.

ALLOW_ALL_GCP_SERVICES = 1;

ALLOW_COMPLIANT_SERVICES

Based on Workload's compliance regime, allowed list changes. See - https://cloud.google.com/assured-workloads/docs/supported-products for the list of allowed services.

ALLOW_COMPLIANT_SERVICES = 2;

ALLOW_COMPLIANT_SERVICES_VALUE

Based on Workload's compliance regime, allowed list changes. See - https://cloud.google.com/assured-workloads/docs/supported-products for the list of allowed services.

ALLOW_COMPLIANT_SERVICES = 2;

RESTRICTION_TYPE_UNSPECIFIED

Unknown restriction type.

RESTRICTION_TYPE_UNSPECIFIED = 0;

RESTRICTION_TYPE_UNSPECIFIED_VALUE

Unknown restriction type.

RESTRICTION_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()