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 for .NET, with the latest version being 3.4.0."],["The `AdvanceRolloutRequest` class is used to advance a rollout in a delivery pipeline, which is identified by its name and a specified phase ID."],["The documentation lists a comprehensive history of available versions of the `AdvanceRolloutRequest` class, ranging from 3.4.0 down to 1.0.0, to view a certain version you can click the link that corresponds to it."],["`AdvanceRolloutRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, all of which can be seen in the documentation."],["The two constructors and three properties, `Name`, `PhaseId`, and `RolloutName`, are outlined with their respective types and descriptions, to allow users to understand their functionality."]]],[]]