public enum ReviewDocumentOperationMetadata.State extends Enum<ReviewDocumentOperationMetadata.State> implements ProtocolMessageEnum
State of the longrunning operation.
Protobuf enum google.cloud.documentai.v1beta3.ReviewDocumentOperationMetadata.State
Implements
ProtocolMessageEnumStatic Fields
Name | Description |
CANCELLED | Operation is cancelled. |
CANCELLED_VALUE | Operation is cancelled. |
CANCELLING | Operation is being cancelled. |
CANCELLING_VALUE | Operation is being cancelled. |
FAILED | Operation failed. |
FAILED_VALUE | Operation failed. |
RUNNING | Operation is still running. |
RUNNING_VALUE | Operation is still running. |
STATE_UNSPECIFIED | Unspecified state. |
STATE_UNSPECIFIED_VALUE | Unspecified state. |
SUCCEEDED | Operation succeeded. |
SUCCEEDED_VALUE | Operation succeeded. |
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() |