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 available for `OperationProgress` within `Google.Cloud.Container.V1` is version 3.33.0, with numerous previous versions listed, down to 2.3.0."],["`OperationProgress` is a class that provides information about the progress of an operation or a stage within an operation, inheriting from `Object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `OperationProgress` includes properties like `Metrics`, `Name`, `Stages`, and `Status`, which are used to describe the various aspects of the operation's progress, including metrics, name of stage, substages, and status."],["`OperationProgress` has two constructors, a default constructor, and one that takes another `OperationProgress` object as a parameter."],["The namespace for this class is `Google.Cloud.Container.V1`, and it is found in the `Google.Cloud.Container.V1.dll` assembly."]]],[]]