Enum OperationMetadata.State (1.41.0)

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

An enum describing the overall state of an operation.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FAILED

The operation is no longer running but did not succeed.

FAILED = 4;

FAILED_VALUE

The operation is no longer running but did not succeed.

FAILED = 4;

PENDING

The operation has been created but is not yet started.

PENDING = 1;

PENDING_VALUE

The operation has been created but is not yet started.

PENDING = 1;

RUNNING

The operation is underway.

RUNNING = 2;

RUNNING_VALUE

The operation is underway.

RUNNING = 2;

STATE_UNSPECIFIED

Unused.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unused.

STATE_UNSPECIFIED = 0;

SUCCEEDED

The operation completed successfully.

SUCCEEDED = 3;

SUCCEEDED_VALUE

The operation completed successfully.

SUCCEEDED = 3;

SUCCESSFUL

SUCCESSFUL = 3;

SUCCESSFUL_VALUE

SUCCESSFUL = 3;

UNRECOGNIZED

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()