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, part of the `Google.Cloud.Container.V1` namespace, with the latest version being 3.33.0."],["The `OperationProgress` class represents information about the progress of an operation or its stages and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists numerous versions of the API, starting from version 2.3.0 and going up to the latest version 3.33.0, allowing users to browse through different releases."],["Key properties of the `OperationProgress` class include `Metrics`, `Name`, `Stages`, and `Status`, which provide detailed information about the operation's progress, name, substages, and status."],["The class has two constructors: a default one (`OperationProgress()`) and another that accepts an `OperationProgress` object (`OperationProgress(OperationProgress other)`) for creating a new instance based on an existing one."]]],[]]