Enum MigrationTask.State (0.65.0)

publicenumMigrationTask.StateextendsEnum<MigrationTask.State>implementsProtocolMessageEnum

Possible states of a migration task.

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

Implements

ProtocolMessageEnum

Static Fields

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

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.