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."],[[["The latest version available for the `ApproveRolloutRequest` class is 3.4.0, with multiple previous versions also accessible."],["This documentation details the `ApproveRolloutRequest` class used in the Google Cloud Deploy v1 API, outlining its purpose as the request object for `ApproveRollout`."],["The `ApproveRolloutRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `ApproveRolloutRequest` class include `Approved` (a boolean to indicate approval or rejection) and `Name` (the formatted name of the Rollout)."],["The document includes two constructors for the class, one being parameterless, and one taking another instance of `ApproveRolloutRequest` as an argument."]]],[]]