| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
PointData |
PointData.clone() |
PointData |
PointData.set(String fieldName,
Object value) |
PointData |
PointData.setTimeInterval(TimeInterval timeInterval)
The time interval associated with the point.
|
PointData |
PointData.setValues(List<TypedValue> values)
The values that make up the point.
|
| Modifier and Type | Method and Description |
|---|---|
List<PointData> |
TimeSeriesData.getPointData()
The points in the time series.
|
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesData |
TimeSeriesData.setPointData(List<PointData> pointData)
The points in the time series.
|
Copyright © 2011–2025 Google. All rights reserved.