Module: Google::Cloud::Orchestration::Airflow::Service::V1::OperationMetadata::Type

Defined in:
proto_docs/google/cloud/orchestration/airflow/service/v1/operations.rb

Overview

Type of longrunning operation.

Constant Summary collapse

TYPE_UNSPECIFIED =

Unused.

0
CREATE =

A resource creation operation.

1
DELETE =

A resource deletion operation.

2
UPDATE =

A resource update operation.

3
CHECK =

A resource check operation.

4
SAVE_SNAPSHOT =

Saves snapshot of the resource operation.

5
LOAD_SNAPSHOT =

Loads snapshot of the resource operation.

6
DATABASE_FAILOVER =

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

7