Enum MigrationTask.State (0.20.0)

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

Possible states of a migration task.

Protobuf enum google.cloud.bigquery.migration.v2alpha.MigrationTask.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FAILED

The task finished unsuccessfully.

FAILED = 6;

FAILED_VALUE

The task finished unsuccessfully.

FAILED = 6;

ORCHESTRATING

The task is assigned to an orchestrator.

ORCHESTRATING = 2;

ORCHESTRATING_VALUE

The task is assigned to an orchestrator.

ORCHESTRATING = 2;

PAUSED

Tha task is paused. Assigned subtasks can continue, but no new subtasks will be scheduled.

PAUSED = 4;

PAUSED_VALUE

Tha task is paused. Assigned subtasks can continue, but no new subtasks will be scheduled.

PAUSED = 4;

PENDING

The task is waiting for orchestration.

PENDING = 1;

PENDING_VALUE

The task is waiting for orchestration.

PENDING = 1;

RUNNING

The task is running, i.e. its subtasks are ready for execution.

RUNNING = 3;

RUNNING_VALUE

The task is running, i.e. its subtasks are ready for execution.

RUNNING = 3;

STATE_UNSPECIFIED

The state is unspecified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The state is unspecified.

STATE_UNSPECIFIED = 0;

SUCCEEDED

The task finished successfully.

SUCCEEDED = 5;

SUCCEEDED_VALUE

The task finished successfully.

SUCCEEDED = 5;

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