Reference documentation and code samples for the Google Cloud BigQuery Migration V2 Client class State.
Possible migration workflow states.
Protobuf type google.cloud.bigquery.migration.v2.MigrationWorkflow.State
Namespace
Google \ Cloud \ BigQuery \ Migration \ V2 \ MigrationWorkflowMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Workflow state is unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
DRAFT
Value: 1
Workflow is in draft status, i.e. tasks are not yet eligible for execution.
Generated from protobuf enum DRAFT = 1;
RUNNING
Value: 2
Workflow is running (i.e. tasks are eligible for execution).
Generated from protobuf enum RUNNING = 2;
PAUSED
Value: 3
Workflow is paused. Tasks currently in progress may continue, but no further tasks will be scheduled.
Generated from protobuf enum PAUSED = 3;
COMPLETED
Value: 4
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.
Generated from protobuf enum COMPLETED = 4;