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-04-09 UTC."],[[["This webpage provides reference documentation for the `AdvanceRolloutRequest` class within the Google Cloud Deploy v1 API, specifically for version 2.8.0."],["The `AdvanceRolloutRequest` class is used to construct requests for the `AdvanceRollout` function, managing the progression of a rollout through different phases."],["It shows that the `AdvanceRolloutRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, and deep cloning."],["The page provides two constructors for the class, a default constructor and one that takes another `AdvanceRolloutRequest` as a parameter for creating a new instance from an existing one."],["Key properties of `AdvanceRolloutRequest` include `Name` (the rollout's resource name), `PhaseId` (the ID of the target phase), and `RolloutName` (a strongly-typed view of the `Name` property)."]]],[]]