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 under a single metric name, ensuring each value has a unique combination of start time, end time, and label values."],["This class, `MetricValueSet`, is part of the `Google.Cloud.ServiceControl.V1` namespace and is defined within the `Google.Cloud.ServiceControl.V1.dll` assembly, inheriting from `Object` and implementing several interfaces including `IMessage` and `IEquatable`."],["The `MetricValueSet` class provides two constructors: a default constructor `MetricValueSet()` and a copy constructor `MetricValueSet(MetricValueSet other)` which takes another `MetricValueSet` object as an argument."],["The `MetricName` property, of type `string`, allows you to set and retrieve the metric name associated with the set, while the `MetricValues` property, of type `RepeatedField\u003cMetricValue\u003e`, contains the actual values that are being measured."]]],[]]