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."],[[["This webpage provides reference documentation for the `TimeSeriesData` class within the Google Cloud Monitoring v3 API, covering versions from 2.3.0 up to the latest, 3.15.0."],["The `TimeSeriesData` class represents the values of a time series and is associated with a `TimeSeriesDescriptor`, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties such as `LabelValues`, which holds the labels' values, and `PointData`, which contains the data points in the time series."],["There are multiple versions of the `TimeSeriesData` class documented, each accessible via its specific versioned link, but they all share the same core functionality and object types."]]],[]]