BigQuery Migration V2 API - Module Google::Cloud::Bigquery::Migration::V2::MigrationTask::State (v0.2.0)

Reference documentation and code samples for the BigQuery Migration V2 API module Google::Cloud::Bigquery::Migration::V2::MigrationTask::State.

Possible states of a migration task.

Constants

STATE_UNSPECIFIED

value: 0
The state is unspecified.

PENDING

value: 1
The task is waiting for orchestration.

ORCHESTRATING

value: 2
The task is assigned to an orchestrator.

RUNNING

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

PAUSED

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

SUCCEEDED

value: 5
The task finished successfully.

FAILED

value: 6
The task finished unsuccessfully.