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 within the .NET environment."],["The latest version of this API is 3.4.0, with multiple prior versions available, including the current version of this doc being 2.14.0, and going all the way back to 1.0.0."],["`AdvanceRolloutRequest` is used for the request object for `AdvanceRollout` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Name`, `PhaseId`, and `RolloutName`, with `Name` and `PhaseId` being required parameters for the request."],["There are two constructors available for `AdvanceRolloutRequest`, a parameterless constructor and one that accepts another `AdvanceRolloutRequest` object."]]],[]]