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 documentation for the `TimeSeriesData` class within the Google Cloud Monitoring v3 API, detailing its structure and functionality."],["The `TimeSeriesData` class represents the values of a time series linked to a `TimeSeriesDescriptor`."],["The page lists different versions of the `TimeSeriesData` class documentation, with the most recent being version 3.15.0 and version 3.9.0 for the current context."],["Key components of the `TimeSeriesData` class include `LabelValues`, representing label values, and `PointData`, which contains the time series data points."],["The `TimeSeriesData` class implements multiple interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and contains constructors to initialize a new `TimeSeriesData` object, as well as one to copy an existing one."]]],[]]