public enum ViolationInfo.PolicyType extends Enum<ViolationInfo.PolicyType> implements ProtocolMessageEnum
Policy Type enum
Protobuf enum google.cloud.audit.ViolationInfo.PolicyType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BOOLEAN_CONSTRAINT |
Indicates boolean policy constraint |
BOOLEAN_CONSTRAINT_VALUE |
Indicates boolean policy constraint |
CUSTOM_CONSTRAINT |
Indicates custom policy constraint |
CUSTOM_CONSTRAINT_VALUE |
Indicates custom policy constraint |
LIST_CONSTRAINT |
Indicates list policy constraint |
LIST_CONSTRAINT_VALUE |
Indicates list policy constraint |
POLICY_TYPE_UNSPECIFIED |
Default value. This value should not be used. |
POLICY_TYPE_UNSPECIFIED_VALUE |
Default value. This value should not be used. |
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() |