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."],[[["This webpage provides documentation for the `AdvanceRolloutOperation` class within the Google Cloud Deploy v1 API for .NET."],["The latest version available is 3.4.0, and the page lists multiple prior versions, including version 3.0.0, which has more detailed documentation of the `AdvanceRolloutOperation` class."],["The `AdvanceRolloutOperation` class represents an automated advance-rollout operation and contains properties like `DestinationPhase`, `Rollout`, `SourcePhase`, and `Wait`, which describe the rollout process."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality and usage within the .NET environment."],["Constructors for the `AdvanceRolloutOperation` class are available, allowing for instantiation with or without an existing `AdvanceRolloutOperation` object as a parameter."]]],[]]