[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud BigQuery Migration V2 Client - Class State (1.1.5)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.5 (latest)](/php/docs/reference/cloud-bigquery-migration/latest/V2.MigrationTask.State)\n- [1.1.4](/php/docs/reference/cloud-bigquery-migration/1.1.4/V2.MigrationTask.State)\n- [1.0.0](/php/docs/reference/cloud-bigquery-migration/1.0.0/V2.MigrationTask.State)\n- [0.4.5](/php/docs/reference/cloud-bigquery-migration/0.4.5/V2.MigrationTask.State)\n- [0.3.3](/php/docs/reference/cloud-bigquery-migration/0.3.3/V2.MigrationTask.State)\n- [0.2.2](/php/docs/reference/cloud-bigquery-migration/0.2.2/V2.MigrationTask.State)\n- [0.1.4](/php/docs/reference/cloud-bigquery-migration/0.1.4/V2.MigrationTask.State) \nReference documentation and code samples for the Google Cloud BigQuery Migration V2 Client class State.\n\nPossible states of a migration task.\n\nProtobuf type `google.cloud.bigquery.migration.v2.MigrationTask.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ BigQuery \\\\ Migration \\\\ V2 \\\\ MigrationTask\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n Value: 0\n\nThe state is unspecified.\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### PENDING\n\n Value: 1\n\nThe task is waiting for orchestration.\n\nGenerated from protobuf enum `PENDING = 1;`\n\n### ORCHESTRATING\n\n Value: 2\n\nThe task is assigned to an orchestrator.\n\nGenerated from protobuf enum `ORCHESTRATING = 2;`\n\n### RUNNING\n\n Value: 3\n\nThe task is running, i.e. its subtasks are ready for execution.\n\nGenerated from protobuf enum `RUNNING = 3;`\n\n### PAUSED\n\n Value: 4\n\nTha task is paused. Assigned subtasks can continue, but no new subtasks\nwill be scheduled.\n\nGenerated from protobuf enum `PAUSED = 4;`\n\n### SUCCEEDED\n\n Value: 5\n\nThe task finished successfully.\n\nGenerated from protobuf enum `SUCCEEDED = 5;`\n\n### FAILED\n\n Value: 6\n\nThe task finished unsuccessfully.\n\nGenerated from protobuf enum `FAILED = 6;`"]]