public enum InvocationResult extends Enum<InvocationResult> implements ProtocolMessageEnumA field indicating the outcome of the invocation, irrespective of match status.
 Protobuf enum google.cloud.modelarmor.v1.InvocationResult
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| FAILURE | All filters were skipped or failed.   | 
| FAILURE_VALUE | All filters were skipped or failed.   | 
| INVOCATION_RESULT_UNSPECIFIED | Unused. Default value.   | 
| INVOCATION_RESULT_UNSPECIFIED_VALUE | Unused. Default value.   | 
| PARTIAL | Some filters were skipped or failed.   | 
| PARTIAL_VALUE | Some filters were skipped or failed.   | 
| SUCCESS | All filters were invoked successfully.   | 
| SUCCESS_VALUE | All filters were invoked successfully.   | 
| 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() | |