Enum MigrationWorkflow.State (0.20.0)

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

Possible migration workflow states.

Protobuf enum google.cloud.bigquery.migration.v2.MigrationWorkflow.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
COMPLETED

Workflow is complete. There should not be any task in a non-terminal state, but if they are (e.g. forced termination), they will not be scheduled.

COMPLETED = 4;

COMPLETED_VALUE

Workflow is complete. There should not be any task in a non-terminal state, but if they are (e.g. forced termination), they will not be scheduled.

COMPLETED = 4;

DRAFT

Workflow is in draft status, i.e. tasks are not yet eligible for execution.

DRAFT = 1;

DRAFT_VALUE

Workflow is in draft status, i.e. tasks are not yet eligible for execution.

DRAFT = 1;

PAUSED

Workflow is paused. Tasks currently in progress may continue, but no further tasks will be scheduled.

PAUSED = 3;

PAUSED_VALUE

Workflow is paused. Tasks currently in progress may continue, but no further tasks will be scheduled.

PAUSED = 3;

RUNNING

Workflow is running (i.e. tasks are eligible for execution).

RUNNING = 2;

RUNNING_VALUE

Workflow is running (i.e. tasks are eligible for execution).

RUNNING = 2;

STATE_UNSPECIFIED

Workflow state is unspecified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Workflow state is unspecified.

STATE_UNSPECIFIED = 0;

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