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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]