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 document provides reference documentation for the `ApproveRolloutRequest` class within the Google Cloud Deploy v1 API, specifically for version 2.15.0 and its corresponding assembly, Google.Cloud.Deploy.V1.dll."],["The `ApproveRolloutRequest` class is used as a request object by the `ApproveRollout` method, allowing users to either approve or reject a rollout."],["The latest version is 3.4.0, while this documentation focuses on version 2.15.0, and it includes a list of all available versions from 1.0.0 to 3.4.0, along with their respective links."],["Key properties of the `ApproveRolloutRequest` class include `Approved` (a boolean to set approval status) and `Name` (a string that represents the rollout's resource name), along with its strongly typed version `RolloutName`."]]],[]]