public RepeatedField<LabelValue> LabelValues { get; }
The values of the labels in the time series identifier, given in the same
order as the label_descriptors field of the TimeSeriesDescriptor
associated with this object. Each value must have a value of the type
given in the corresponding entry of label_descriptors.
[[["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-04-17 UTC."],[[["This webpage provides reference documentation for the `TimeSeriesData` class within the Google Cloud Monitoring v3 API for .NET."],["The latest version of `TimeSeriesData` is 3.15.0, while version 3.4.0 is the focus of the main documentation page, with prior versions ranging back to version 2.3.0 also available to reference."],["`TimeSeriesData` represents the values of a time series and it inherits members from the `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Key properties of the `TimeSeriesData` class include `LabelValues`, which holds label values, and `PointData`, which contains the time series data points."],["The class includes two constructors: a default constructor `TimeSeriesData()` and a copy constructor `TimeSeriesData(TimeSeriesData other)`."]]],[]]