public sealed class PromoteMigrationJobRequest : IMessage<PromoteMigrationJobRequest>, IEquatable<PromoteMigrationJobRequest>, IDeepCloneable<PromoteMigrationJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class PromoteMigrationJobRequest.
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 document provides reference documentation for the `PromoteMigrationJobRequest` class within the Google Cloud Database Migration v1 API."],["The `PromoteMigrationJobRequest` class is used to create a request for the 'PromoteMigrationJob' operation, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version of this class is 2.5.0, with prior versions listed back to 1.0.0."],["The class has two constructors: a default one and another that takes a `PromoteMigrationJobRequest` as a parameter."],["The class contains two properties, `MigrationJobName` (of type `MigrationJobName`) and `Name` (of type string), used to specify the migration job being promoted."]]],[]]