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 available for the Google Cloud Monitoring v3 API class TimeSeriesData is 3.15.0, with multiple prior versions listed, including the current documentation version of 3.8.0."],["The `TimeSeriesData` class represents the values of a time series associated with a `TimeSeriesDescriptor`."],["The `TimeSeriesData` class is an implementation of several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `LabelValues` property stores the label values in a `RepeatedField` of `LabelValue`, corresponding to the `label_descriptors` in the `TimeSeriesDescriptor`."],["The `PointData` property is a `RepeatedField` of `PointData`, which contains the individual data points within the time series."]]],[]]