public sealed class ApproveRolloutRequest : IMessage<ApproveRolloutRequest>, IEquatable<ApproveRolloutRequest>, IDeepCloneable<ApproveRolloutRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class ApproveRolloutRequest.
Required. Name of the Rollout. Format is
projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}.
[[["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 `ApproveRolloutRequest` class within the Google Cloud Deploy v1 API, specifically for version 2.17.0 and its preceding versions."],["The `ApproveRolloutRequest` class is used to send approval or rejection requests and is a request object used by `ApproveRollout` with methods to approve, reject and edit rollout requests."],["The documentation details the `ApproveRolloutRequest` class's constructors, properties such as `Approved`, `Name`, and `RolloutName`, as well as its implemented interfaces and inherited members."],["There are multiple versions of the `ApproveRolloutRequest` class documented, from 1.0.0 to the latest 3.4.0, allowing users to navigate and review different versions."],["The `Approved` property allows you to approve or reject a rollout, while the `Name` property specifies the rollout you are interacting with, both being required."]]],[]]