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-04-09 UTC."],[[["This document provides reference documentation for the `OperationProgress` class within the Google Kubernetes Engine v1 API, detailing its properties, constructors, and the interfaces it implements."],["The page lists various versions of the Google.Cloud.Container.V1 API, ranging from the latest 3.33.0 down to version 2.3.0, with each linking to the `OperationProgress` documentation for that specific version."],["The `OperationProgress` class is designed to provide information about the progress of an operation, or a specific stage of an operation, and includes properties like `Metrics`, `Name`, `Stages`, and `Status`."],["The `OperationProgress` class implements multiple interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage and inherits members from the object class."],["The `OperationProgress` class provides two constructors, a parameterless one and one that accepts another instance of the `OperationProgress` class as a parameter, allowing for the creation of a new instance or cloning an existing one."]]],[]]