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."],[[["The latest version available for the `AdvanceRolloutRequest` class is 3.4.0, while the current page is documenting version 2.12.0."],["The `AdvanceRolloutRequest` class is a request object used by the `AdvanceRollout` function within the Google Cloud Deploy v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AdvanceRolloutRequest` class has two constructors: a parameterless one, and one that takes another `AdvanceRolloutRequest` as a parameter to copy its data."],["Key properties of `AdvanceRolloutRequest` include `Name`, which is the required rollout name, `PhaseId`, which specifies the phase to advance to, and `RolloutName`, a typed view over the `Name` resource name."]]],[]]