public sealed class MetricValueSet : IMessage<MetricValueSet>, IEquatable<MetricValueSet>, IDeepCloneable<MetricValueSet>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Control v1 API class MetricValueSet.
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 latest version available for the `MetricValueSet` class is 2.4.0, as shown by the provided link."],["The `MetricValueSet` class represents a set of metric values that share the same metric, with each value having a unique combination of start time, end time, and label values."],["The `MetricValueSet` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, in addition to inheriting from `Object`."],["The class includes two key properties: `MetricName`, which is a string representing the metric's name, and `MetricValues`, a `RepeatedField` containing the actual metric values."],["The `MetricValueSet` class has two constructors available, a default constructor, and a copy constructor that takes another `MetricValueSet` object."]]],[]]