public sealed class OperationProgress : IMessage<OperationProgress>, IEquatable<OperationProgress>, IDeepCloneable<OperationProgress>, IBufferMessage, IMessage
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."],[[["The latest version of the `OperationProgress` class in the `Google.Cloud.Container.V1` namespace is 3.33.0, with numerous older versions available ranging down to 2.3.0."],["`OperationProgress` is a class that provides information about the progress of an operation or an operation stage, inheriting from `Object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Metrics`, a `RepeatedField` of `Metric` type which provides progress metrics, and `Stages`, a `RepeatedField` of `OperationProgress` which contains the substages."],["The `Name` property provides a description of the operation stage as a string, and the `Status` property, defined by the `Operation.Types.Status` type, describes the stage's current status."],["The class can be instantiated via default or copy constructors, where the copy constructor will allow you to clone an existing OperationProgress object into a new one."]]],[]]