public sealed class GetMigrationJobRequest : IMessage<GetMigrationJobRequest>, IEquatable<GetMigrationJobRequest>, IDeepCloneable<GetMigrationJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class GetMigrationJobRequest.
[[["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 latest version of the `GetMigrationJobRequest` class is 2.5.0, part of the Google.Cloud.CloudDms.V1 namespace for the Database Migration v1 API."],["The `GetMigrationJobRequest` class is used as a request message for retrieving a specific migration job."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties such as `MigrationJobName` (a typed view) and `Name` (a string), which are required to specify the target migration job."],["The documentation covers versions of the `GetMigrationJobRequest` from 1.0.0 up to the latest version, 2.5.0, allowing users to access the documentation for each version."]]],[]]