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."],[[["This document provides reference information for the `CreateMigrationWorkflowRequest` class within the Google Cloud BigQuery Migration v2 API, specifically version 1.2.0."],["`CreateMigrationWorkflowRequest` is used to request the creation of a migration workflow resource and it implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class inherits from `object` and includes constructors for creating instances, either empty or from an existing `CreateMigrationWorkflowRequest` object."],["It has properties such as `MigrationWorkflow`, which is the workflow to be created, and `Parent`, representing the project to which the workflow belongs, as well as a `ParentAsLocationName` view over the parent resource name."],["The code versions listed include 6 different version of the code, with 1.5.0 being the latest version, and 1.0.0 the earliest version."]]],[]]