| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesData |
TimeSeriesData.clone() |
TimeSeriesData |
TimeSeriesData.set(String fieldName,
Object value) |
TimeSeriesData |
TimeSeriesData.setLabelValues(List<LabelValue> labelValues)
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.
|
TimeSeriesData |
TimeSeriesData.setPointData(List<PointData> pointData)
The points in the time series.
|
| Modifier and Type | Method and Description |
|---|---|
List<TimeSeriesData> |
QueryTimeSeriesResponse.getTimeSeriesData()
The time series data.
|
| Modifier and Type | Method and Description |
|---|---|
QueryTimeSeriesResponse |
QueryTimeSeriesResponse.setTimeSeriesData(List<TimeSeriesData> timeSeriesData)
The time series data.
|
Copyright © 2011–2025 Google. All rights reserved.