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

Reference documentation and code samples for the Google Cloud Data Catalog Lineage V1 Client class State.

The current state of the run.

Protobuf type google.cloud.datacatalog.lineage.v1.Run.State

Namespace

Google \ Cloud \ DataCatalog \ Lineage \ V1 \ Run

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

UNKNOWN

Value: 0

The state is unknown. The true state may be any of the below or a different state that is not supported here explicitly.

Generated from protobuf enum UNKNOWN = 0;

STARTED

Value: 1

The run is still executing.

Generated from protobuf enum STARTED = 1;

COMPLETED

Value: 2

The run completed.

Generated from protobuf enum COMPLETED = 2;

FAILED

Value: 3

The run failed.

Generated from protobuf enum FAILED = 3;

ABORTED

Value: 4

The run aborted.

Generated from protobuf enum ABORTED = 4;