public sealed class PromoteMigrationJobRequest : IMessage<PromoteMigrationJobRequest>, IEquatable<PromoteMigrationJobRequest>, IDeepCloneable<PromoteMigrationJobRequest>, IBufferMessage, IMessage
Request message for 'PromoteMigrationJob' request.
[[["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 webpage documents the `PromoteMigrationJobRequest` class, which is a request message used for promoting migration jobs within the Google Cloud Database Migration Service."],["`PromoteMigrationJobRequest` is a part of the `Google.Cloud.CloudDms.V1` namespace, and its latest version is 2.5.0, with older versions available, dating back to version 1.0.0."],["The class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with Google's Protobuf message handling."],["Key properties of `PromoteMigrationJobRequest` include `MigrationJobName` and `Name`, which are crucial for specifying the target migration job for promotion."],["The class has two constructors: a default one and another that takes another instance of the same class as an argument, allowing for easy object creation and copying."]]],[]]