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 \ OperationMetadataMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0Unused.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
CREATE
Value: 1A resource creation operation.
Generated from protobuf enum CREATE = 1;
DELETE
Value: 2A resource deletion operation.
Generated from protobuf enum DELETE = 2;
UPDATE
Value: 3A resource update operation.
Generated from protobuf enum UPDATE = 3;
CHECK
Value: 4A resource check operation.
Generated from protobuf enum CHECK = 4;
SAVE_SNAPSHOT
Value: 5Saves snapshot of the resource operation.
Generated from protobuf enum SAVE_SNAPSHOT = 5;
LOAD_SNAPSHOT
Value: 6Loads snapshot of the resource operation.
Generated from protobuf enum LOAD_SNAPSHOT = 6;
DATABASE_FAILOVER
Value: 7Triggers failover of environment's Cloud SQL instance (only for highly resilient environments).
Generated from protobuf enum DATABASE_FAILOVER = 7;