Reference documentation and code samples for the Google Cloud BigQuery Migration V2 Client class MigrationWorkflow.
A migration workflow which specifies what needs to be done for an EDW
migration.
Generated from protobuf messagegoogle.cloud.bigquery.migration.v2.MigrationWorkflow
Namespace
Google \ Cloud \ BigQuery \ Migration \ V2
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. Immutable. Identifier. The unique identifier for the migration workflow. The ID is server-generated. Example:projects/123/locations/us/workflows/345
↳ display_name
string
The display name of the workflow. This can be set to give a workflow a descriptive name. There is no guarantee or enforcement of uniqueness.
[[["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 MigrationWorkflow (1.1.5)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.5 (latest)](/php/docs/reference/cloud-bigquery-migration/latest/V2.MigrationWorkflow)\n- [1.1.4](/php/docs/reference/cloud-bigquery-migration/1.1.4/V2.MigrationWorkflow)\n- [1.0.0](/php/docs/reference/cloud-bigquery-migration/1.0.0/V2.MigrationWorkflow)\n- [0.4.5](/php/docs/reference/cloud-bigquery-migration/0.4.5/V2.MigrationWorkflow)\n- [0.3.3](/php/docs/reference/cloud-bigquery-migration/0.3.3/V2.MigrationWorkflow)\n- [0.2.2](/php/docs/reference/cloud-bigquery-migration/0.2.2/V2.MigrationWorkflow)\n- [0.1.4](/php/docs/reference/cloud-bigquery-migration/0.1.4/V2.MigrationWorkflow) \nReference documentation and code samples for the Google Cloud BigQuery Migration V2 Client class MigrationWorkflow.\n\nA migration workflow which specifies what needs to be done for an EDW\nmigration.\n\nGenerated from protobuf message `google.cloud.bigquery.migration.v2.MigrationWorkflow`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ BigQuery \\\\ Migration \\\\ V2\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nOutput only. Immutable. Identifier. The unique identifier for the migration\nworkflow. The ID is server-generated.\n\nExample: `projects/123/locations/us/workflows/345`\n\n### setName\n\nOutput only. Immutable. Identifier. The unique identifier for the migration\nworkflow. The ID is server-generated.\n\nExample: `projects/123/locations/us/workflows/345`\n\n### getDisplayName\n\nThe display name of the workflow. This can be set to give a workflow\na descriptive name. There is no guarantee or enforcement of uniqueness.\n\n### setDisplayName\n\nThe display name of the workflow. This can be set to give a workflow\na descriptive name. There is no guarantee or enforcement of uniqueness.\n\n### getTasks\n\nThe tasks in a workflow in a named map. The name (i.e. key) has no\nmeaning and is merely a convenient way to address a specific task\nin a workflow.\n\n### setTasks\n\nThe tasks in a workflow in a named map. The name (i.e. key) has no\nmeaning and is merely a convenient way to address a specific task\nin a workflow.\n\n### getState\n\nOutput only. That status of the workflow.\n\n### setState\n\nOutput only. That status of the workflow.\n\n### getCreateTime\n\nTime when the workflow was created.\n\n### hasCreateTime\n\n### clearCreateTime\n\n### setCreateTime\n\nTime when the workflow was created.\n\n### getLastUpdateTime\n\nTime when the workflow was last updated.\n\n### hasLastUpdateTime\n\n### clearLastUpdateTime\n\n### setLastUpdateTime\n\nTime when the workflow was last updated."]]