Enum AccessMetadata.ConstraintType (4.42.0)

public enum AccessMetadata.ConstraintType extends Enum<AccessMetadata.ConstraintType> implements ProtocolMessageEnum

Describes the different types of constraints that can be applied on a region.

Protobuf enum google.cloud.speech.v2.AccessMetadata.ConstraintType

Implements

ProtocolMessageEnum

Static Fields

Name Description
CONSTRAINT_TYPE_UNSPECIFIED

Unspecified constraint applied.

CONSTRAINT_TYPE_UNSPECIFIED = 0;

CONSTRAINT_TYPE_UNSPECIFIED_VALUE

Unspecified constraint applied.

CONSTRAINT_TYPE_UNSPECIFIED = 0;

RESOURCE_LOCATIONS_ORG_POLICY_CREATE_CONSTRAINT

The project's org policy disallows the given region.

RESOURCE_LOCATIONS_ORG_POLICY_CREATE_CONSTRAINT = 1;

RESOURCE_LOCATIONS_ORG_POLICY_CREATE_CONSTRAINT_VALUE

The project's org policy disallows the given region.

RESOURCE_LOCATIONS_ORG_POLICY_CREATE_CONSTRAINT = 1;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()