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"]],[["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."],[[["\u003cp\u003eThe latest version available for the \u003ccode\u003eMetricValueSet\u003c/code\u003e class is 2.4.0, as shown by the provided link.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMetricValueSet\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMetricValueSet\u003c/code\u003e class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, in addition to inheriting from \u003ccode\u003eObject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes two key properties: \u003ccode\u003eMetricName\u003c/code\u003e, which is a string representing the metric's name, and \u003ccode\u003eMetricValues\u003c/code\u003e, a \u003ccode\u003eRepeatedField\u003c/code\u003e containing the actual metric values.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMetricValueSet\u003c/code\u003e class has two constructors available, a default constructor, and a copy constructor that takes another \u003ccode\u003eMetricValueSet\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,[]]