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."],[[["This webpage details the `PromoteMigrationJobRequest` class, which is used to construct requests for promoting migration jobs within the Google Cloud Database Migration Service."],["The `PromoteMigrationJobRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class provides two constructors: a default constructor (`PromoteMigrationJobRequest()`) and a copy constructor (`PromoteMigrationJobRequest(PromoteMigrationJobRequest other)`) for creating new instances."],["The `PromoteMigrationJobRequest` class has two main properties: `MigrationJobName`, a typed view of the resource name, and `Name`, a string property representing the migration job's resource name."],["The page also lists the available versions of the `PromoteMigrationJobRequest`, with the latest version being 2.5.0 and the current version documented as 1.2.0."]]],[]]