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 webpage provides documentation for the `OperationProgress` class within the Google Kubernetes Engine v1 API, covering versions from 2.3.0 up to the latest version 3.33.0."],["The `OperationProgress` class offers information about the progress of operations or operation stages, utilizing metrics to track advancements, and the class can be implemented with `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Key properties of the `OperationProgress` class include `Metrics`, which is a bundle of metrics relating to the progress, `Name`, which describes the stage of the operation, `Stages`, which contains substages, and `Status`, indicating the operation's progress status."],["The documentation showcases implementation and inheritance information, including the inherited members, namespace, and assembly details for `OperationProgress`, and also includes a list of constructors for creating an `OperationProgress` instance."]]],[]]