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 document provides reference documentation for the `AdvanceRolloutRequest` class within the Google Cloud Deploy v1 API, specifically for version 2.13.0."],["The `AdvanceRolloutRequest` class is used as the request object for the `AdvanceRollout` operation and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document outlines the constructors of the class and details the `Name`, `PhaseId`, and `RolloutName` properties, explaining their purpose and data types."],["There are multiple versions available for this class, starting from version 1.0.0 and going all the way to 3.4.0, however, 3.4.0 is the latest."],["This class is part of the `Google.Cloud.Deploy.V1` namespace, found in the `Google.Cloud.Deploy.V1.dll` assembly."]]],[]]