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 within the Google Cloud Deploy v1 API to request an advancement of a rollout."],["This class is part of the `Google.Cloud.Deploy.V1` namespace and is available in the `Google.Cloud.Deploy.V1.dll` assembly."],["It implements several interfaces, including `IMessage`, `IEquatable\u003cAdvanceRolloutRequest\u003e`, `IDeepCloneable\u003cAdvanceRolloutRequest\u003e`, and `IBufferMessage`, to provide various functionalities."],["The `AdvanceRolloutRequest` class has properties such as `Name`, `PhaseId`, and `RolloutName`, which are crucial for specifying which rollout and phase to interact with."],["The latest version of the API within the content is `3.4.0`, while the current version of the documentation appears to be `2.10.0`."]]],[]]