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, offering a comprehensive overview of its functionality and usage."],["The page lists various versions of the Google Cloud Monitoring v3 API, ranging from the latest version 3.15.0 down to version 2.3.0, with links to each version's respective documentation."],["The `TimeSeriesData` class represents the values of a time series and includes properties like `LabelValues` and `PointData`, which provide detailed information about the time series data."],["The documentation shows that the `TimeSeriesData` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["Constructors for the `TimeSeriesData` class are available, including a default constructor and one that takes another `TimeSeriesData` instance as a parameter for copying."]]],[]]