public sealed class MetricValueSet : IMessage<MetricValueSet>, IEquatable<MetricValueSet>, IDeepCloneable<MetricValueSet>, IBufferMessage, IMessage
Represents a set of metric values in the same metric.
Each metric value in the set should have a unique combination of start time,
end time, and label values.
[[["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 `MetricValueSet` class represents a collection of metric values with unique combinations of start time, end time, and label values."],["The latest version of `MetricValueSet` is 2.4.0, while the current documentation is for version 1.1.0."],["`MetricValueSet` inherits from the `Object` class and implements `IMessage\u003cMetricValueSet\u003e`, `IEquatable\u003cMetricValueSet\u003e`, `IDeepCloneable\u003cMetricValueSet\u003e`, `IBufferMessage`, and `IMessage` interfaces."],["The class has two constructors, a default constructor and one that takes another `MetricValueSet` object as a parameter."],["It contains two main properties, `MetricName`, a string, and `MetricValues`, a `RepeatedField` containing `MetricValue` objects."]]],[]]