public sealed class StartMigrationWorkflowRequest : IMessage<StartMigrationWorkflowRequest>, IEquatable<StartMigrationWorkflowRequest>, IDeepCloneable<StartMigrationWorkflowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Migration v2 API class StartMigrationWorkflowRequest.
A request to start a previously created migration workflow.
[[["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-03-21 UTC."],[[["The latest version of the `StartMigrationWorkflowRequest` class is 1.5.0, part of the BigQuery Migration v2 API."],["This class is used to initiate a previously created migration workflow within the Google Cloud BigQuery Migration service."],["The `StartMigrationWorkflowRequest` class inherits from the `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties like `MigrationWorkflowName` and `Name`, with the latter representing the unique identifier for the migration workflow, including the project, location, and workflow ID."],["The class provides two constructors, one default and one allowing the instantiation from another `StartMigrationWorkflowRequest` object."]]],[]]