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 `AdvanceRolloutRequest` is 3.4.0, but version 2.11.0 is the current focus of the document."],["This document provides reference information for the `AdvanceRolloutRequest` class within the Google Cloud Deploy v1 API."],["The `AdvanceRolloutRequest` class is used as the request object for advancing a rollout in the Google Cloud Deploy API, implementing multiple interfaces, including IMessage, IEquatable, and IDeepCloneable."],["Key properties of `AdvanceRolloutRequest` include `Name`, which specifies the rollout's resource name, and `PhaseId`, which determines the phase to advance the rollout to."],["The class `AdvanceRolloutRequest` has two constructors, one empty and the other taking an `AdvanceRolloutRequest` object as a parameter."]]],[]]