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."],[[["This webpage details the `MetricValueSet` class, which represents a set of metric values within the same metric and is part of the `Google.Cloud.ServiceControl.V1` namespace."],["The latest version for `MetricValueSet` is 2.4.0, although the current page refers to version 1.4.0 and contains links to other available versions ranging from 1.0.0 to 2.4.0."],["The `MetricValueSet` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `MetricValueSet` class includes two properties, `MetricName` (a string) and `MetricValues` (a repeated field), used to store the metric's name and its associated values, respectively."],["The `MetricValueSet` class contains 2 constructors; a default one and one that takes another `MetricValueSet` as a parameter."]]],[]]