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-17 UTC."],[[["This webpage provides reference documentation for the `TimeSeriesData` class within the Google Cloud Monitoring v3 API, specifically for version 3.12.0, but also links to other available versions."],["`TimeSeriesData` represents the values of a time series and is associated with a `TimeSeriesDescriptor`."],["The class implements several interfaces, including `IMessage`, `IEquatable\u003cTimeSeriesData\u003e`, `IDeepCloneable\u003cTimeSeriesData\u003e`, and `IBufferMessage`."],["It contains two main properties: `LabelValues`, which holds the label values in a `RepeatedField\u003cLabelValue\u003e`, and `PointData`, which is a `RepeatedField\u003cTimeSeriesData.Types.PointData\u003e` that holds the actual data points."],["The webpage highlights the class' constructors, including the default constructor, and one that takes another `TimeSeriesData` as a parameter for copying."]]],[]]