Google Cloud Orchestration Airflow V1 Client - Class Type (1.5.0)

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

Type of longrunning operation.

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

Namespace

Google \ Cloud \ Orchestration \ Airflow \ Service \ V1 \ OperationMetadata

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Unused.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

CREATE

Value: 1

A resource creation operation.

Generated from protobuf enum CREATE = 1;

DELETE

Value: 2

A resource deletion operation.

Generated from protobuf enum DELETE = 2;

UPDATE

Value: 3

A resource update operation.

Generated from protobuf enum UPDATE = 3;

CHECK

Value: 4

A resource check operation.

Generated from protobuf enum CHECK = 4;

SAVE_SNAPSHOT

Value: 5

Saves snapshot of the resource operation.

Generated from protobuf enum SAVE_SNAPSHOT = 5;

LOAD_SNAPSHOT

Value: 6

Loads snapshot of the resource operation.

Generated from protobuf enum LOAD_SNAPSHOT = 6;

DATABASE_FAILOVER

Value: 7

Triggers failover of environment's Cloud SQL instance (only for highly resilient environments).

Generated from protobuf enum DATABASE_FAILOVER = 7;