Data Lineage V1 API - Module Google::Cloud::DataCatalog::Lineage::V1::OperationMetadata::State (v0.16.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Data Lineage V1 API module Google::Cloud::DataCatalog::Lineage::V1::OperationMetadata::State.
An enum with the state of the operation.
Constants
STATE_UNSPECIFIED
value: 0 Unused.
PENDING
value: 1 The operation has been created but is not yet started.
RUNNING
value: 2 The operation is underway.
SUCCEEDED
value: 3 The operation completed successfully.
FAILED
value: 4 The operation is no longer running and did not succeed.