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 webpage 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 presented being 2.14.0."],["The `PromoteReleaseOperation` class is used to manage and describe an automated promote-release operation, and is derived from an `object` while implementing multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers properties such as `Phase`, `Rollout`, `TargetId`, and `Wait`, all of which are read-only and provide information about the promotion's starting phase, initiating rollout, target ID, and duration of any potential pause, respectively."],["There are two constructors available for the class, one empty and the other to create a new `PromoteReleaseOperation` object based on an existing `PromoteReleaseOperation`."],["This page provides documentation for many versions of the `PromoteReleaseOperation` class, ranging from version 1.0.0 up to 3.4.0."]]],[]]