public sealed class AdvanceRolloutOperation : IMessage<AdvanceRolloutOperation>, IEquatable<AdvanceRolloutOperation>, IDeepCloneable<AdvanceRolloutOperation>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class AdvanceRolloutOperation.
Contains the information of an automated advance-rollout operation.
[[["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 document provides reference information for the `AdvanceRolloutOperation` class within the Google Cloud Deploy v1 API, specifically focusing on version 2.13.0, but also providing links to other versions from 1.0.0 to 3.4.0."],["`AdvanceRolloutOperation` class is designed to manage automated advance-rollout operations within the Google Cloud Deploy ecosystem and includes properties for determining the source, destination phases, wait times and the rollout initiating the operation."],["This class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The document lists the `AdvanceRolloutOperation` class's properties, which are `DestinationPhase`, `Rollout`, `SourcePhase`, and `Wait`, all of which are defined as strings, except for `Wait`, which is of the `Duration` type."],["The document provides constructor details for `AdvanceRolloutOperation`, as well as details regarding the namespace `Google.Cloud.Deploy.V1`, and the assembly: `Google.Cloud.Deploy.V1.dll`."]]],[]]