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."],[[["The documentation provides reference material for the `OperationProgress` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment, covering versions from 2.3.0 to the latest 3.33.0."],["`OperationProgress` class offers detailed information on the progress of operations, including stages and substages, as well as metrics like the number of nodes processed or the overall progress percentage."],["The `OperationProgress` class inherits from `object` and implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checks, deep cloning, and buffered message processing."],["Key properties of the `OperationProgress` class include `Metrics` (a collection of operation progress metrics), `Name` (a description of the operation stage), `Stages` (substages of an operation), and `Status` (the status of an operation stage)."],["The documentation includes constructors for `OperationProgress`, such as a default constructor and one that accepts another `OperationProgress` object for cloning, allowing for flexible object creation and manipulation."]]],[]]