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 \u003ccode\u003eMetricValueSet\u003c/code\u003e class represents a collection of metric values under a single metric within the Service Control v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this API is \u003ccode\u003e2.4.0\u003c/code\u003e, and it has several prior versions available, ranging back to \u003ccode\u003e1.0.0\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMetricValueSet\u003c/code\u003e objects are designed to hold unique combinations of start time, end time, and label values for each metric value within the set.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e interfaces, as well as containing properties such as \u003ccode\u003eMetricName\u003c/code\u003e and \u003ccode\u003eMetricValues\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructor methods, \u003ccode\u003eMetricValueSet()\u003c/code\u003e and \u003ccode\u003eMetricValueSet(MetricValueSet other)\u003c/code\u003e, to create new objects, with the latter allowing for the creation of an object based on another.\u003c/p\u003e\n"]]],[],null,[]]