Google Cloud Orchestration Airflow V1 Client - Class State (1.0.4)

Reference documentation and code samples for the Google Cloud Orchestration Airflow V1 Client class State.

An enum describing the overall state of an operation.

Protobuf type google.cloud.orchestration.airflow.service.v1.OperationMetadata.State

Methods

name

Parameter
NameDescription
value mixed

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;

SUCCESSFUL

Value: 3

Generated from protobuf enum SUCCESSFUL = 3;

FAILED

Value: 4

The operation is no longer running but did not succeed.

Generated from protobuf enum FAILED = 4;