public sealed class CreateMigrationWorkflowRequest : IMessage<CreateMigrationWorkflowRequest>, IEquatable<CreateMigrationWorkflowRequest>, IDeepCloneable<CreateMigrationWorkflowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Migration v2 API class CreateMigrationWorkflowRequest.
[[["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 `CreateMigrationWorkflowRequest` class is part of the BigQuery Migration v2 API and is used to request the creation of a new migration workflow resource."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for handling messages, comparisons, and deep cloning."],["It requires a `MigrationWorkflow` object and a `Parent` string (representing the project location) to specify the details of the workflow to be created and its project location, along with an optional `LocationName` object."],["The class offers two constructors: a default constructor and one that accepts another `CreateMigrationWorkflowRequest` object, enabling object creation and cloning."],["It has six different available versions ranging from 1.0.0 to 1.5.0, with 1.5.0 being the most recent version of this class."]]],[]]