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 page provides documentation for the `AdvanceRolloutRequest` class within the Google Cloud Deploy v1 API, specifically for version 2.3.0, with links to other versions of the API."],["The `AdvanceRolloutRequest` class is used to make requests to advance a rollout in Google Cloud Deploy, implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `AdvanceRolloutRequest` class includes properties such as `Name`, which represents the resource name of the rollout, `PhaseId` to specify which phase to advance to, and `RolloutName`, a typed view of the `Name`."],["The page lists the available versions for `AdvanceRolloutRequest`, ranging from version 1.0.0 up to the latest version 3.4.0, allowing developers to access the documentation for the version they are using."],["The page has available documentation to the constructor of the `AdvanceRolloutRequest` class."]]],[]]