Enum AssistAnswer.CustomerPolicyEnforcementResult.Verdict (0.90.0)

public enum AssistAnswer.CustomerPolicyEnforcementResult.Verdict extends Enum<AssistAnswer.CustomerPolicyEnforcementResult.Verdict> implements ProtocolMessageEnum

The verdict of the customer policy enforcement.

Protobuf enum google.cloud.discoveryengine.v1beta.AssistAnswer.CustomerPolicyEnforcementResult.Verdict

Implements

ProtocolMessageEnum

Static Fields

Name Description
ALLOW

There was no policy violation.

ALLOW = 1;

ALLOW_VALUE

There was no policy violation.

ALLOW = 1;

BLOCK

Processing was blocked by the customer policy.

BLOCK = 2;

BLOCK_VALUE

Processing was blocked by the customer policy.

BLOCK = 2;

UNRECOGNIZED
UNSPECIFIED

Unknown value.

UNSPECIFIED = 0;

UNSPECIFIED_VALUE

Unknown value.

UNSPECIFIED = 0;

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