Enum MigrationWorkflow.State (0.83.0)

publicenumMigrationWorkflow.StateextendsEnum<MigrationWorkflow.State>implementsProtocolMessageEnum

Possible migration workflow states.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
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

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.