public sealed class UpdateMigrationJobRequest : IMessage<UpdateMigrationJobRequest>, IEquatable<UpdateMigrationJobRequest>, IDeepCloneable<UpdateMigrationJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class UpdateMigrationJobRequest.
[[["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."],[[["This page provides documentation for the `UpdateMigrationJobRequest` class within the Google Cloud Database Migration v1 API, specifically focusing on version 2.2.0."],["`UpdateMigrationJobRequest` is used to send requests to update a migration job, it inherits from the object class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a constructor `UpdateMigrationJobRequest()` to create instances and accepts another `UpdateMigrationJobRequest` as a parameter to copy it, this will be used to populate the properties."],["The `UpdateMigrationJobRequest` class includes three key properties: `MigrationJob`, which holds the updated migration job parameters; `RequestId`, a unique identifier for the request; and `UpdateMask`, which specifies the fields to be overwritten."],["The latest version of the API is version 2.5.0 and versions 1.0.0 through to 2.4.0 are also available, allowing you to access them."]]],[]]