public sealed class Metric : IMessage<OperationProgress.Types.Metric>, IEquatable<OperationProgress.Types.Metric>, IDeepCloneable<OperationProgress.Types.Metric>, IBufferMessage, IMessage
Progress metric is (string, int|float|string) pair.
[[["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 `Google.Cloud.Container.V1.OperationProgress.Types.Metric` is 3.33.0, and the page also provides access to numerous previous versions, starting at 3.32.0 and going down to 2.3.0."],["The `Metric` class, found within the `Google.Cloud.Container.V1` namespace, represents a progress metric using a key-value pair where the value can be a string, integer, or float."],["This class includes constructors for creating new `Metric` objects, either empty or by cloning an existing `Metric` object."],["It includes properties like `Name` (the metric's name), `DoubleValue` (for floating-point values), `IntValue` (for integer values), and `StringValue` (for string values)."],["The `Metric` class also contains a `ValueCase` property, which indicates whether the metric's value is a `DoubleValue`, `IntValue`, or `StringValue`."]]],[]]