Enum AnalyzerOrgPolicyConstraint.Constraint.ConstraintDefault (3.21.0)

public enum AnalyzerOrgPolicyConstraint.Constraint.ConstraintDefault extends Enum<AnalyzerOrgPolicyConstraint.Constraint.ConstraintDefault> implements ProtocolMessageEnum

Specifies the default behavior in the absence of any Policy for the Constraint. This must not be CONSTRAINT_DEFAULT_UNSPECIFIED.

Protobuf enum google.cloud.asset.v1.AnalyzerOrgPolicyConstraint.Constraint.ConstraintDefault

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ALLOW

Indicate that all values are allowed for list constraints. Indicate that enforcement is off for boolean constraints.

ALLOW = 1;

ALLOW_VALUE

Indicate that all values are allowed for list constraints. Indicate that enforcement is off for boolean constraints.

ALLOW = 1;

CONSTRAINT_DEFAULT_UNSPECIFIED

This is only used for distinguishing unset values and should never be used.

CONSTRAINT_DEFAULT_UNSPECIFIED = 0;

CONSTRAINT_DEFAULT_UNSPECIFIED_VALUE

This is only used for distinguishing unset values and should never be used.

CONSTRAINT_DEFAULT_UNSPECIFIED = 0;

DENY

Indicate that all values are denied for list constraints. Indicate that enforcement is on for boolean constraints.

DENY = 2;

DENY_VALUE

Indicate that all values are denied for list constraints. Indicate that enforcement is on for boolean constraints.

DENY = 2;

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()