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."],[[["The `GetMigrationWorkflowRequest` class is part of the BigQuery Migration v2 API and is used to request a previously created migration workflow."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which enable functionalities like message handling, equality comparisons, and deep cloning."],["The `GetMigrationWorkflowRequest` class contains properties such as `MigrationWorkflowName`, `Name`, and `ReadMask`, which are used to specify the details of the requested workflow, such as its unique identifier and fields to be retrieved."],["The latest version of this class is 1.5.0, and it has been available in several prior versions such as 1.4.0, 1.3.0, 1.2.0, 1.1.0, and 1.0.0."],["This request can get a migration workflow by it's name which is required, in the form of `projects/123/locations/us/workflows/1234`."]]],[]]