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.

State of the environment.

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The state of the environment is unknown.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

The environment is in the process of being created.

Generated from protobuf enum CREATING = 1;

RUNNING

Value: 2

The environment is currently running and healthy. It is ready for use.

Generated from protobuf enum RUNNING = 2;

UPDATING

Value: 3

The environment is being updated. It remains usable but cannot receive additional update requests or be deleted at this time.

Generated from protobuf enum UPDATING = 3;

DELETING

Value: 4

The environment is undergoing deletion. It cannot be used.

Generated from protobuf enum DELETING = 4;

ERROR

Value: 5

The environment has encountered an error and cannot be used.

Generated from protobuf enum ERROR = 5;