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 document provides reference information for the `TimeSeriesData` class within the Google Cloud Monitoring v3 API for .NET, spanning multiple versions."],["`TimeSeriesData` represents the values of a time series, linked to a `TimeSeriesDescriptor`, and is part of the `Google.Cloud.Monitoring.V3` namespace."],["The latest version of the API available is 3.15.0, and many previous versions are provided in the content, down to 2.3.0."],["The class `TimeSeriesData` has two main properties, `LabelValues` and `PointData`, that contain data related to label values and points within the time series."],["The `TimeSeriesData` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]