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-03-21 UTC."],[[["The latest version of the `Google.Cloud.Monitoring.V3.TimeSeriesData` is 3.15.0, and the page provides access to documentation for versions ranging from 2.3.0 to 3.15.0."],["`TimeSeriesData` is a class that represents the values of a time series linked to a `TimeSeriesDescriptor`."],["The `TimeSeriesData` class implements several interfaces, including `IMessage\u003cTimeSeriesData\u003e`, `IEquatable\u003cTimeSeriesData\u003e`, `IDeepCloneable\u003cTimeSeriesData\u003e`, `IBufferMessage`, and `IMessage`."],["`TimeSeriesData` has two constructors, one default and another that takes a `TimeSeriesData` object as a parameter to allow for copying and it has two properties, `LabelValues` and `PointData` which are both of type `RepeatedField`."],["The `LabelValues` property represents the label values in the time series identifier, and the `PointData` property holds the data points within the time series."]]],[]]