public sealed class ApproveRolloutRequest : IMessage<ApproveRolloutRequest>, IEquatable<ApproveRolloutRequest>, IDeepCloneable<ApproveRolloutRequest>, IBufferMessage, IMessage
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 `ApproveRolloutRequest` class is a request object used in the `ApproveRollout` process within the Google Cloud Deploy V1 API, and it's implemented with several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for `ApproveRolloutRequest` is 3.4.0, with numerous previous versions also listed, including those within the 3.x, 2.x, and 1.x ranges, and all documentation for these can be found by following the linked version numbers."],["The `ApproveRolloutRequest` class has two constructors: a default constructor `ApproveRolloutRequest()` and another that accepts an `ApproveRolloutRequest` parameter for creating a copy."],["The `ApproveRolloutRequest` class includes properties such as `Approved`, a boolean indicating whether to approve or reject, `Name`, the string identifier of the rollout, and `RolloutName`, a typed view over the `Name` property, all of which are required to be filled."],["This class inherits from the `Object` class, meaning it includes inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]