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 designed to manage automated rollout advancement operations."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support various functionalities within the .NET environment."],["It includes properties such as `DestinationPhase`, `Rollout`, `SourcePhase`, and `Wait`, which provide details about the advancement process and the state of the rollout."],["The documentation provides access to historical versions of `AdvanceRolloutOperation`, ranging from version 1.0.0 up to the latest version 3.4.0, allowing developers to view the API evolution."]]],[]]