public sealed class UpdateMigrationJobRequest : IMessage<UpdateMigrationJobRequest>, IEquatable<UpdateMigrationJobRequest>, IDeepCloneable<UpdateMigrationJobRequest>, IBufferMessage, IMessage
[[["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."],[[["This document outlines the `UpdateMigrationJobRequest` class, which is used to request updates to a migration job within the Google Cloud Data Migration Service."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the Google Protobuf framework."],["The `UpdateMigrationJobRequest` class is constructed through its default constructor or by cloning an existing `UpdateMigrationJobRequest` object."],["Key properties within the class include `MigrationJob` for the job's parameters, `RequestId` for request identification, and `UpdateMask` to specify which fields to update."],["The document also lists various previous versions of this document, with the latest being 2.5.0 and the current one being 1.2.0."]]],[]]