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 under a single metric name, ensuring each value has a unique combination of start time, end time, and label values.\u003c/p\u003e\n"],["\u003cp\u003eThis class, \u003ccode\u003eMetricValueSet\u003c/code\u003e, is part of the \u003ccode\u003eGoogle.Cloud.ServiceControl.V1\u003c/code\u003e namespace and is defined within the \u003ccode\u003eGoogle.Cloud.ServiceControl.V1.dll\u003c/code\u003e assembly, inheriting from \u003ccode\u003eObject\u003c/code\u003e and implementing several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e and \u003ccode\u003eIEquatable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMetricValueSet\u003c/code\u003e class provides two constructors: a default constructor \u003ccode\u003eMetricValueSet()\u003c/code\u003e and a copy constructor \u003ccode\u003eMetricValueSet(MetricValueSet other)\u003c/code\u003e which takes another \u003ccode\u003eMetricValueSet\u003c/code\u003e object as an argument.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMetricName\u003c/code\u003e property, of type \u003ccode\u003estring\u003c/code\u003e, allows you to set and retrieve the metric name associated with the set, while the \u003ccode\u003eMetricValues\u003c/code\u003e property, of type \u003ccode\u003eRepeatedField<MetricValue>\u003c/code\u003e, contains the actual values that are being measured.\u003c/p\u003e\n"]]],[],null,[]]