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 information for the `ApproveRolloutRequest` class within the Google Cloud Deploy v1 API, specifically for .NET."],["The latest version of the `ApproveRolloutRequest` documentation is 3.4.0, with various other versions from 1.0.0 up to 3.3.0 also available."],["`ApproveRolloutRequest` is a request object used by `ApproveRollout`, implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties like `Approved` (a boolean indicating approval or rejection) and `Name` (the rollout's name in a specified format) to handle the request."],["The `ApproveRolloutRequest` class can be constructed either with no parameters, or by using another `ApproveRolloutRequest` object as a template."]]],[]]