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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BOOLEAN |
Boolean parameter type. |
BOOLEAN_VALUE |
Boolean parameter type. |
LIST |
List parameter type. |
LIST_VALUE |
List parameter type. |
STRING |
String parameter type. |
STRING_VALUE |
String parameter type. |
TYPE_UNSPECIFIED |
This is only used for distinguishing unset values and should never be used. Results in an error. |
TYPE_UNSPECIFIED_VALUE |
This is only used for distinguishing unset values and should never be used. Results in an error. |
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() |