public sealed class GetMigrationWorkflowRequest : IMessage<GetMigrationWorkflowRequest>, IEquatable<GetMigrationWorkflowRequest>, IDeepCloneable<GetMigrationWorkflowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Migration v2 API class GetMigrationWorkflowRequest.
A request to get 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 document provides reference documentation for the `GetMigrationWorkflowRequest` class within the Google Cloud BigQuery Migration v2 API, specifically version 1.3.0."],["`GetMigrationWorkflowRequest` is used to retrieve a previously created migration workflow, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor and one that accepts another `GetMigrationWorkflowRequest` object, to create an instance of `GetMigrationWorkflowRequest`."],["Key properties of `GetMigrationWorkflowRequest` include `MigrationWorkflowName`, representing a typed view of the workflow's name, `Name`, the unique identifier of the workflow, and `ReadMask`, which specifies fields to retrieve."],["There are several versions of the API available, ranging from 1.0.0 to 1.5.0."]]],[]]