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 information for the `OperationProgress` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment, spanning versions from 2.3.0 up to the latest version 3.33.0."],["The `OperationProgress` class details the progress of an operation or its stage and implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable` as well as `IBufferMessage`, and it inherits from `Object`."],["Key properties of the `OperationProgress` class include `Metrics`, `Name`, `Stages`, and `Status`, allowing for the tracking of various aspects of operation progress, including the description, substages, and current state."],["The document covers the constructors of the `OperationProgress` class, which includes a default constructor and one that takes another `OperationProgress` object as a parameter for creating a new object from another object."],["It also lists all the inherited methods from `Object` and provides the namespace and assembly information for users working with the google cloud container v1 within the dotnet environment."]]],[]]