Enum InvocationResult (0.1.0)

public enum InvocationResult extends Enum<InvocationResult> implements ProtocolMessageEnum

A 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 = 3;

FAILURE_VALUE

All filters were skipped or failed.

FAILURE = 3;

INVOCATION_RESULT_UNSPECIFIED

Unused. Default value.

INVOCATION_RESULT_UNSPECIFIED = 0;

INVOCATION_RESULT_UNSPECIFIED_VALUE

Unused. Default value.

INVOCATION_RESULT_UNSPECIFIED = 0;

PARTIAL

Some filters were skipped or failed.

PARTIAL = 2;

PARTIAL_VALUE

Some filters were skipped or failed.

PARTIAL = 2;

SUCCESS

All filters were invoked successfully.

SUCCESS = 1;

SUCCESS_VALUE

All filters were invoked successfully.

SUCCESS = 1;

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