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 `AdvanceRolloutRequest` class is used by the `AdvanceRollout` method in the Google Cloud Deploy v1 API."],["This documentation provides reference and code samples for the `AdvanceRolloutRequest` class, which is part of the `Google.Cloud.Deploy.V1` namespace."],["The `AdvanceRolloutRequest` class has a latest version at `3.4.0`, and the documentation includes previous versions all the way down to `1.0.0`."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AdvanceRolloutRequest` class has properties such as `Name`, `PhaseId`, and `RolloutName`, used to specify the rollout to advance."]]],[]]