public sealed class OperationProgress : IMessage<OperationProgress>, IEquatable<OperationProgress>, IDeepCloneable<OperationProgress>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class OperationProgress.
Information about operation (or operation stage) progress.
[[["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 `OperationProgress` class within the Google Kubernetes Engine v1 API, covering versions from 2.3.0 up to the latest 3.33.0."],["The `OperationProgress` class, part of the `Google.Cloud.Container.V1` namespace, details information regarding the progress of operations or operation stages in Google Cloud's container service."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring comprehensive functionality and compatibility."],["Key properties of the `OperationProgress` class include `Metrics`, `Name`, `Stages`, and `Status`, which offer detailed insights into operation progress, including metrics, stage descriptions, substages, and current status."],["The webpage also provides information on the constructors of the `OperationProgress` class, including a default constructor, and a copy constructor that accepts another `OperationProgress` object as a parameter."]]],[]]