| Modifier and Type | Method and Description |
|---|---|
Point |
Point.Builder.build() |
Point |
Point.Builder.buildPartial() |
static Point |
Point.getDefaultInstance() |
Point |
Point.getDefaultInstanceForType() |
Point |
Point.Builder.getDefaultInstanceForType() |
Point |
TimeSeriesOrBuilder.getPoints(int index)
The data points of this time series.
|
Point |
TimeSeries.getPoints(int index)
The data points of this time series.
|
Point |
TimeSeries.Builder.getPoints(int index)
The data points of this time series.
|
static Point |
Point.parseDelimitedFrom(InputStream input) |
static Point |
Point.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Point |
Point.parseFrom(byte[] data) |
static Point |
Point.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Point |
Point.parseFrom(ByteBuffer data) |
static Point |
Point.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Point |
Point.parseFrom(com.google.protobuf.ByteString data) |
static Point |
Point.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Point |
Point.parseFrom(com.google.protobuf.CodedInputStream input) |
static Point |
Point.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Point |
Point.parseFrom(InputStream input) |
static Point |
Point.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Point> |
Point.getParserForType() |
List<Point> |
TimeSeriesOrBuilder.getPointsList()
The data points of this time series.
|
List<Point> |
TimeSeries.getPointsList()
The data points of this time series.
|
List<Point> |
TimeSeries.Builder.getPointsList()
The data points of this time series.
|
static com.google.protobuf.Parser<Point> |
Point.parser() |
| Modifier and Type | Method and Description |
|---|---|
TimeSeries.Builder |
TimeSeries.Builder.addPoints(int index,
Point value)
The data points of this time series.
|
TimeSeries.Builder |
TimeSeries.Builder.addPoints(Point value)
The data points of this time series.
|
Point.Builder |
Point.Builder.mergeFrom(Point other) |
static Point.Builder |
Point.newBuilder(Point prototype) |
TimeSeries.Builder |
TimeSeries.Builder.setPoints(int index,
Point value)
The data points of this time series.
|
| Modifier and Type | Method and Description |
|---|---|
TimeSeries.Builder |
TimeSeries.Builder.addAllPoints(Iterable<? extends Point> values)
The data points of this time series.
|
Copyright © 2025 Google LLC. All rights reserved.