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 details the `TimeSeriesData` class within the `Google.Cloud.Monitoring.V3` namespace, specifically version 2.5.0."],["The `TimeSeriesData` class represents the data points for a time series and is associated with a `TimeSeriesDescriptor`."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Key properties of `TimeSeriesData` include `LabelValues`, representing label values in the time series identifier, and `PointData`, representing the data points in the time series."],["The page also provides documentation for different versions of `Google.Cloud.Monitoring.V3`, ranging from 2.3.0 to 3.15.0, with 3.15.0 being the latest version."]]],[]]