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 page provides reference documentation for the `AdvanceRolloutRequest` class within the Google Cloud Deploy v1 API, specifically for version 2.17.0."],["It lists available versions of the API, from 1.0.0 to the latest, 3.4.0, with links to the `AdvanceRolloutRequest` documentation for each, which can be accessed through the sidebar."],["The `AdvanceRolloutRequest` class, used by the `AdvanceRollout` method, is detailed, including its inheritance, implementations, constructors, and properties like `Name`, `PhaseId`, and `RolloutName`."],["The `Name` property of the class represents the name of the rollout with a specific format to follow, while the `PhaseId` property represents which phase the user wants to advance the rollout to."],["The class `AdvanceRolloutRequest` is implemented with interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable` and also provides different constructors for initialization."]]],[]]