| Modifier and Type | Class and Description |
|---|---|
class |
Point
A single data point in a time series.
|
static class |
Point.Builder
A single data point in a time series.
|
| Modifier and Type | Method and Description |
|---|---|
PointOrBuilder |
TimeSeriesOrBuilder.getPointsOrBuilder(int index)
The data points of this time series.
|
PointOrBuilder |
TimeSeries.getPointsOrBuilder(int index)
The data points of this time series.
|
PointOrBuilder |
TimeSeries.Builder.getPointsOrBuilder(int index)
The data points of this time series.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends PointOrBuilder> |
TimeSeriesOrBuilder.getPointsOrBuilderList()
The data points of this time series.
|
List<? extends PointOrBuilder> |
TimeSeries.getPointsOrBuilderList()
The data points of this time series.
|
List<? extends PointOrBuilder> |
TimeSeries.Builder.getPointsOrBuilderList()
The data points of this time series.
|
Copyright © 2025 Google LLC. All rights reserved.