public enum DeployPolicyEvaluationEvent.PolicyVerdict extends Enum<DeployPolicyEvaluationEvent.PolicyVerdict> implements ProtocolMessageEnum
The policy verdict of the request.
Protobuf enum google.cloud.deploy.v1.DeployPolicyEvaluationEvent.PolicyVerdict
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ALLOWED_BY_POLICY |
Allowed by policy. This enum value is not currently used but may be used in the future. Currently logs are only generated when a request is denied by policy. |
ALLOWED_BY_POLICY_VALUE |
Allowed by policy. This enum value is not currently used but may be used in the future. Currently logs are only generated when a request is denied by policy. |
DENIED_BY_POLICY |
Denied by policy. |
DENIED_BY_POLICY_VALUE |
Denied by policy. |
POLICY_VERDICT_UNSPECIFIED |
This should never happen. |
POLICY_VERDICT_UNSPECIFIED_VALUE |
This should never happen. |
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() |