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 `AdvanceRolloutOperation` class in the Google Cloud Deploy v1 API is used to manage automated advance-rollout operations."],["This documentation provides reference material for various versions of the API, including version 3.4.0 (latest) down to 1.0.0."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffering."],["Key properties of the `AdvanceRolloutOperation` class include `DestinationPhase`, `Rollout`, `SourcePhase`, and `Wait`, which define the target phase, the initiating rollout, the source phase, and the duration of any pause."],["The documentation covers the `AdvanceRolloutOperation` class's constructors and inherited members, such as `GetHashCode()`, `GetType()`, and `ToString()`, from the `object` class."]]],[]]