| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
Point |
Point.clone() |
Point |
Point.set(java.lang.String fieldName,
java.lang.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 |
|---|---|
java.util.List<Point> |
TimeSeries.getPoints()
The data points of this time series.
|
| Modifier and Type | Method and Description |
|---|---|
TimeSeries |
TimeSeries.setPoints(java.util.List<Point> points)
The data points of this time series.
|