Enum OperationMetadata.Type (1.41.0)

public enum OperationMetadata.Type extends Enum<OperationMetadata.Type> implements ProtocolMessageEnum

Type of longrunning operation.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CHECK

A resource check operation.

CHECK = 4;

CHECK_VALUE

A resource check operation.

CHECK = 4;

CREATE

A resource creation operation.

CREATE = 1;

CREATE_VALUE

A resource creation operation.

CREATE = 1;

DATABASE_FAILOVER

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

DATABASE_FAILOVER = 7;

DATABASE_FAILOVER_VALUE

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

DATABASE_FAILOVER = 7;

DELETE

A resource deletion operation.

DELETE = 2;

DELETE_VALUE

A resource deletion operation.

DELETE = 2;

LOAD_SNAPSHOT

Loads snapshot of the resource operation.

LOAD_SNAPSHOT = 6;

LOAD_SNAPSHOT_VALUE

Loads snapshot of the resource operation.

LOAD_SNAPSHOT = 6;

SAVE_SNAPSHOT

Saves snapshot of the resource operation.

SAVE_SNAPSHOT = 5;

SAVE_SNAPSHOT_VALUE

Saves snapshot of the resource operation.

SAVE_SNAPSHOT = 5;

TYPE_UNSPECIFIED

Unused.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Unused.

TYPE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATE

A resource update operation.

UPDATE = 3;

UPDATE_VALUE

A resource update operation.

UPDATE = 3;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()