Enum DeployPolicyEvaluationEvent.PolicyVerdict (1.50.0)

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

ProtocolMessageEnum

Static 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 = 1;

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.

ALLOWED_BY_POLICY = 1;

DENIED_BY_POLICY

Denied by policy.

DENIED_BY_POLICY = 2;

DENIED_BY_POLICY_VALUE

Denied by policy.

DENIED_BY_POLICY = 2;

POLICY_VERDICT_UNSPECIFIED

This should never happen.

POLICY_VERDICT_UNSPECIFIED = 0;

POLICY_VERDICT_UNSPECIFIED_VALUE

This should never happen.

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