Module: Google::Cloud::DocumentAI::V1beta3::ReviewDocumentOperationMetadata::State
- Defined in:
- proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb
Overview
State of the longrunning operation.
Constant Summary collapse
- STATE_UNSPECIFIED =
Unspecified state.
0
- RUNNING =
Operation is still running.
1
- CANCELLING =
Operation is being cancelled.
2
- SUCCEEDED =
Operation succeeded.
3
- FAILED =
Operation failed.
4
- CANCELLED =
Operation is cancelled.
5