public enum CustomConstraint.ActionType extends Enum<CustomConstraint.ActionType> implements ProtocolMessageEnum
Allow or deny type.
Protobuf enum google.cloud.securityposture.v1.CustomConstraint.ActionType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTION_TYPE_UNSPECIFIED |
Unspecified. Results in an error. |
ACTION_TYPE_UNSPECIFIED_VALUE |
Unspecified. Results in an error. |
ALLOW |
Allowed action type. |
ALLOW_VALUE |
Allowed action type. |
DENY |
Deny action type. |
DENY_VALUE |
Deny action type. |
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() |