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 reference documentation for the `PromoteReleaseOperation` class within the Google Cloud Deploy v1 API, specifically within the .NET environment."],["The documentation covers various versions of the API, ranging from version 1.0.0 to the latest version 3.4.0, showing the history of updates to this class."],["`PromoteReleaseOperation` class contains information regarding an automated promote-release operation and provides details about the starting phase, rollout name, target ID, and wait duration."],["The `PromoteReleaseOperation` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its integration within the broader .NET and Google Cloud ecosystem."],["The page includes information about the available constructors for creating `PromoteReleaseOperation` instances, as well as details about the properties `Phase`, `Rollout`, `TargetId`, and `Wait` that are associated with this class."]]],[]]