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 current version being 3.23.0."],["The `OperationProgress` class offers information regarding the progress of an operation or operation stage and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class's properties include `Metrics`, a collection of progress metrics; `Name`, a string describing an operation stage; `Stages`, a collection of operation substages; and `Status`, which represents the operation stage's status."],["The documentation covers versions all the way back to 2.3.0, with the latest being 3.33.0, and provides the ability to access each of those versions."],["The class is located in the `Google.Cloud.Container.V1.dll` assembly and includes constructors for creating new `OperationProgress` instances, either empty or based on another `OperationProgress` object."]]],[]]