Module: Google::Cloud::DataCatalog::Lineage::V1::OperationMetadata::State
- Defined in:
- proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb
Overview
An enum with the state of the operation.
Constant Summary collapse
- STATE_UNSPECIFIED =
Unused.
0
- PENDING =
The operation has been created but is not yet started.
1
- RUNNING =
The operation is underway.
2
- SUCCEEDED =
The operation completed successfully.
3
- FAILED =
The operation is no longer running and did not succeed.
4