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 represents an automated advance-rollout operation."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others."],["The latest version available for this API class is 3.4.0, but there are multiple previous versions, all the way back to version 1.0.0, that can be accessed."],["Key properties of the `AdvanceRolloutOperation` include `DestinationPhase`, `Rollout`, `SourcePhase`, and `Wait`, which provide information about the operation's details."],["The `AdvanceRolloutOperation` class includes two constructors: a default constructor and one that takes another `AdvanceRolloutOperation` object as a parameter."]]],[]]