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-04-17 UTC."],[[["The document provides reference information for the `GetMigrationJobRequest` class within the Google Cloud Database Migration v1 API."],["This class is used as a request message for the `GetMigrationJob` operation, designed to retrieve details about a specific migration job."],["`GetMigrationJobRequest` implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class offers properties like `MigrationJobName` (a typed view of the resource name) and `Name` (a string representing the name of the migration job)."],["There are different versions of this class, with `2.5.0` being the latest, and it documents class members, inheritance, and implementation details."]]],[]]