Reference documentation and code samples for the Google Cloud Data Catalog Lineage V1 Client class State.
An enum with the state of the operation.
Protobuf type google.cloud.datacatalog.lineage.v1.OperationMetadata.State
Namespace
Google \ Cloud \ DataCatalog \ Lineage \ V1 \ OperationMetadataMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Unused.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
PENDING
Value: 1The operation has been created but is not yet started.
Generated from protobuf enum PENDING = 1;
RUNNING
Value: 2The operation is underway.
Generated from protobuf enum RUNNING = 2;
SUCCEEDED
Value: 3The operation completed successfully.
Generated from protobuf enum SUCCEEDED = 3;
FAILED
Value: 4The operation is no longer running and did not succeed.
Generated from protobuf enum FAILED = 4;