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."],[[["This documentation provides reference information for the `StartMigrationWorkflowRequest` class within the Google BigQuery Migration v2 API."],["`StartMigrationWorkflowRequest` is used to initiate a previously created migration workflow in BigQuery."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for managing and manipulating workflow requests."],["The `StartMigrationWorkflowRequest` class requires a unique identifier for the migration workflow, which is set through the `Name` property."],["The documentation provides details on the constructors, properties such as `MigrationWorkflowName`, and inherited members of the `StartMigrationWorkflowRequest` class."]]],[]]