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 page details the `MetricValueSet` class within the `Google.Cloud.ServiceControl.V1` namespace, specifically version 1.0.0, along with its different iterations."],["`MetricValueSet` represents a collection of metric values that share the same metric definition, where each value has a unique combination of start time, end time, and label values."],["The `MetricValueSet` class includes properties such as `MetricName`, to specify the metric's name, and `MetricValues`, which is a collection of the values within this metric."],["The latest version available is 2.4.0, but the documentation specifically outlines version 1.0.0 of `MetricValueSet`."],["This class implements multiple interfaces including IMessage, IEquatable, and IDeepCloneable."]]],[]]