public sealed class PromoteReleaseOperation : IMessage<PromoteReleaseOperation>, IEquatable<PromoteReleaseOperation>, IDeepCloneable<PromoteReleaseOperation>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class PromoteReleaseOperation.
Contains the information of an automated promote-release operation.
Output only. The ID of the target that represents the promotion stage to
which the release will be promoted. The value of this field is the last
segment of a target name.
[[["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 page provides documentation for the `PromoteReleaseOperation` class within the Google Cloud Deploy v1 API for .NET, with the most recent version being 3.4.0 and the current version viewed being 2.18.0."],["The `PromoteReleaseOperation` class contains information about an automated release promotion operation, inheriting from `object` and implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `PromoteReleaseOperation` class has two constructors: a parameterless constructor, and one that takes another `PromoteReleaseOperation` object."],["The class includes properties such as `Phase`, `Rollout`, `TargetId`, and `Wait`, which provide details about the promotion process, like the rollout name, the target ID, and the duration of any pause in the operation."],["The documentation lists all available versions for `PromoteReleaseOperation` going back to version 1.0.0, giving the user the option to find the right reference information for them."]]],[]]