| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
Point |
Point.clone() |
Point |
Point.set(String fieldName,
Object value) |
Point |
Point.setInterval(TimeInterval interval)
The time interval to which the data point applies.
|
Point |
Point.setValue(TypedValue value)
The value of the data point.
|
| Modifier and Type | Method and Description |
|---|---|
List<Point> |
TimeSeries.getPoints()
The data points of this time series.
|
| Modifier and Type | Method and Description |
|---|---|
TimeSeries |
TimeSeries.setPoints(List<Point> points)
The data points of this time series.
|
Copyright © 2011–2025 Google. All rights reserved.