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-04-09 UTC."],[[["This document provides reference documentation for the `ApproveRolloutRequest` class within the Google Cloud Deploy v1 API, focusing on version 2.6.0."],["The `ApproveRolloutRequest` class is used to create request objects for the `ApproveRollout` function, indicating whether a rollout is to be approved or rejected."],["The `ApproveRolloutRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the documentation is 3.4.0, and there are many previous versions, ranging from 3.3.0 to 1.0.0, all providing reference documentation for `ApproveRolloutRequest`."],["The class contains the properties `Approved`, `Name`, and `RolloutName`, with the `Approved` property, of type bool, allowing the setting of the approval or rejection status."]]],[]]