Enum Constraint.CustomConstraintDefinition.Parameter.Type (2.62.0)

public enum Constraint.CustomConstraintDefinition.Parameter.Type extends Enum<Constraint.CustomConstraintDefinition.Parameter.Type> implements ProtocolMessageEnum

All valid types of parameter.

Protobuf enum google.cloud.orgpolicy.v2.Constraint.CustomConstraintDefinition.Parameter.Type

Implements

ProtocolMessageEnum

Static Fields

Name Description
BOOLEAN

Boolean parameter type.

BOOLEAN = 3;

BOOLEAN_VALUE

Boolean parameter type.

BOOLEAN = 3;

LIST

List parameter type.

LIST = 1;

LIST_VALUE

List parameter type.

LIST = 1;

STRING

String parameter type.

STRING = 2;

STRING_VALUE

String parameter type.

STRING = 2;

TYPE_UNSPECIFIED

This is only used for distinguishing unset values and should never be used. Results in an error.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

This is only used for distinguishing unset values and should never be used. Results in an error.

TYPE_UNSPECIFIED = 0;

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