Uses of Interface
com.google.monitoring.v3.PointOrBuilder
-
Packages that use PointOrBuilder Package Description com.google.monitoring.v3 -
-
Uses of PointOrBuilder in com.google.monitoring.v3
Classes in com.google.monitoring.v3 that implement PointOrBuilder Modifier and Type Class Description class
Point
A single data point in a time series.static class
Point.Builder
A single data point in a time series.Methods in com.google.monitoring.v3 that return PointOrBuilder Modifier and Type Method Description PointOrBuilder
TimeSeries.Builder. getPointsOrBuilder(int index)
The data points of this time series.PointOrBuilder
TimeSeries. getPointsOrBuilder(int index)
The data points of this time series.PointOrBuilder
TimeSeriesOrBuilder. getPointsOrBuilder(int index)
The data points of this time series.Methods in com.google.monitoring.v3 that return types with arguments of type PointOrBuilder Modifier and Type Method Description List<? extends PointOrBuilder>
TimeSeries.Builder. getPointsOrBuilderList()
The data points of this time series.List<? extends PointOrBuilder>
TimeSeries. getPointsOrBuilderList()
The data points of this time series.List<? extends PointOrBuilder>
TimeSeriesOrBuilder. getPointsOrBuilderList()
The data points of this time series.
-