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 information for the `AdvanceRolloutRequest` class within the Google Cloud Deploy v1 API, detailing its usage and structure across multiple versions, with the latest being 3.4.0."],["The `AdvanceRolloutRequest` class is a request object used by the `AdvanceRollout` method and is part of the `Google.Cloud.Deploy.V1` namespace in the `Google.Cloud.Deploy.V1.dll` assembly."],["The `AdvanceRolloutRequest` class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `Name`, `PhaseId`, and `RolloutName`, with `Name` and `PhaseId` being required properties for requests, `Name` being the name of the rollout and `PhaseId` to advance the rollout to."],["The document also outlines the constructors available for `AdvanceRolloutRequest`, including a default constructor and one that accepts another `AdvanceRolloutRequest` object as a parameter."]]],[]]