public sealed class GetMigrationSubtaskRequest : IMessage<GetMigrationSubtaskRequest>, IEquatable<GetMigrationSubtaskRequest>, IDeepCloneable<GetMigrationSubtaskRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Migration v2 API class GetMigrationSubtaskRequest.
A request to get a previously created migration subtasks.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `GetMigrationSubtaskRequest` class in the BigQuery Migration v2 API is used to request information about a previously created migration subtask."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for handling message operations, equality comparisons, deep cloning, and buffer message operations."],["The class provides constructors for creating instances, either empty or from an existing `GetMigrationSubtaskRequest` object."],["It contains properties such as `MigrationSubtaskName` (a typed view over the resource name), `Name` (the unique identifier for the subtask), and `ReadMask` (for specifying fields to be retrieved)."],["The latest version of this API class is version 1.5.0, but there are also previous versions available from 1.0.0 to 1.4.0, for this specific request."]]],[]]