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-09 UTC."],[[["The latest version of the Google Cloud Monitoring v3 API documentation available is 3.15.0, with a range of versions available dating back to version 2.3.0."],["The documentation pertains to the `TimeSeriesData` class, which represents the values of a time series associated with a `TimeSeriesDescriptor` within the Google Cloud Monitoring v3 API."],["`TimeSeriesData` implements several interfaces, including `IMessage`, `IEquatable\u003cTimeSeriesData\u003e`, `IDeepCloneable\u003cTimeSeriesData\u003e`, and `IBufferMessage`."],["The `TimeSeriesData` class has two main properties, `LabelValues` (a `RepeatedField\u003cLabelValue\u003e`) which holds the label values in order, and `PointData` (a `RepeatedField\u003cTimeSeriesData.Types.PointData\u003e`) which contains the points in the time series."]]],[]]