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, focusing on version 3.14.0 and including links to various other versions from 2.3.0 to 3.33.0."],["The `OperationProgress` class is used to track and describe the progress of operations or operation stages, offering methods to monitor the progress using metrics like \"nodes done\" and \"nodes total,\" among other things."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Cloud.Container.V1` namespace within the `Google.Cloud.Container.V1.dll` assembly."],["The class contains properties like `Metrics`, `Name`, `Stages`, and `Status` which are all used to provide detailed information on the operation progress including operation substages and the status of the current operation."],["It includes constructors for creating `OperationProgress` objects, either default or by copying data from another existing `OperationProgress` object."]]],[]]