public enum AssistAnswer.CustomerPolicyEnforcementResult.Verdict extends Enum<AssistAnswer.CustomerPolicyEnforcementResult.Verdict> implements ProtocolMessageEnumThe verdict of the customer policy enforcement.
Protobuf enum
google.cloud.discoveryengine.v1beta.AssistAnswer.CustomerPolicyEnforcementResult.Verdict
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ALLOW |
There was no policy violation. |
ALLOW_VALUE |
There was no policy violation. |
BLOCK |
Processing was blocked by the customer policy. |
BLOCK_VALUE |
Processing was blocked by the customer policy. |
UNRECOGNIZED |
|
UNSPECIFIED |
Unknown value. |
UNSPECIFIED_VALUE |
Unknown value. |
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() |
|