Google Cloud Data Catalog Lineage V1 Client - Class State (0.3.1)

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 \ OperationMetadata

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Unused.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

PENDING

Value: 1

The operation has been created but is not yet started.

Generated from protobuf enum PENDING = 1;

RUNNING

Value: 2

The operation is underway.

Generated from protobuf enum RUNNING = 2;

SUCCEEDED

Value: 3

The operation completed successfully.

Generated from protobuf enum SUCCEEDED = 3;

FAILED

Value: 4

The operation is no longer running and did not succeed.

Generated from protobuf enum FAILED = 4;