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 classPointA single data point in a time series.static classPoint.BuilderA single data point in a time series.Methods in com.google.monitoring.v3 that return PointOrBuilder Modifier and Type Method Description PointOrBuilderTimeSeries.Builder. getPointsOrBuilder(int index)The data points of this time series.PointOrBuilderTimeSeries. getPointsOrBuilder(int index)The data points of this time series.PointOrBuilderTimeSeriesOrBuilder. 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.
-