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."],[[["\u003cp\u003eThe \u003ccode\u003eMetricValueSet\u003c/code\u003e class represents a collection of metric values with unique combinations of start time, end time, and label values.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable<MetricValueSet>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<MetricValueSet>\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, facilitating its use within Google Cloud services.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from the base \u003ccode\u003eObject\u003c/code\u003e class and has two constructors: a default constructor and one that takes another \u003ccode\u003eMetricValueSet\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMetricValueSet\u003c/code\u003e class includes properties such as \u003ccode\u003eMetricName\u003c/code\u003e to define the metric's name and \u003ccode\u003eMetricValues\u003c/code\u003e which is a list of the actual values for that metric.\u003c/p\u003e\n"],["\u003cp\u003eThere are several versions of this class available, ranging from version 1.0.0 up to the most recent 2.4.0.\u003c/p\u003e\n"]]],[],null,[]]