public sealed class AdvanceRolloutRequest : IMessage<AdvanceRolloutRequest>, IEquatable<AdvanceRolloutRequest>, IDeepCloneable<AdvanceRolloutRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class AdvanceRolloutRequest.
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 `AdvanceRolloutRequest` class within the Google Cloud Deploy v1 API, specifically for version 2.9.0."],["The `AdvanceRolloutRequest` class is used to advance a rollout to a specified phase, and it inherits from multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document lists various versions of the `AdvanceRolloutRequest` class, ranging from version 1.0.0 up to the latest version of 3.4.0, with associated links to their respective documentation."],["The `AdvanceRolloutRequest` class has properties such as `Name` (required for rollout identification), `PhaseId` (required to identify the phase to advance the rollout to), and `RolloutName` which allows for a typed view over the `Name` resource property."],["The document also shows the two constructors that are available for this class, which are the default one and one that receives another `AdvanceRolloutRequest` class as a parameter."]]],[]]