Module: Google::Cloud::Dataproc::V1beta2::ClusterOperationStatus::State
- Defined in:
- proto_docs/google/cloud/dataproc/v1beta2/operations.rb
Overview
The operation state.
Constant Summary collapse
- UNKNOWN =
Unused.
0
- PENDING =
The operation has been created.
1
- RUNNING =
The operation is running.
2
- DONE =
The operation is done; either cancelled or completed.
3