Module: Google::Cloud::Translate::V3::OperationState
- Defined in:
- proto_docs/google/cloud/translate/v3/common.rb
Overview
Possible states of long running operations.
Constant Summary collapse
- OPERATION_STATE_UNSPECIFIED =
Invalid.
0
- OPERATION_STATE_RUNNING =
Request is being processed.
1
- OPERATION_STATE_SUCCEEDED =
The operation was successful.
2
- OPERATION_STATE_FAILED =
Failed to process operation.
3
- OPERATION_STATE_CANCELLING =
Request is in the process of being canceled after caller invoked longrunning.Operations.CancelOperation on the request id.
4
- OPERATION_STATE_CANCELLED =
The operation request was successfully canceled.
5