Uses of Interface
io.opencensus.proto.metrics.v1.PointOrBuilder
-
Packages that use PointOrBuilder Package Description io.opencensus.proto.metrics.v1 -
-
Uses of PointOrBuilder in io.opencensus.proto.metrics.v1
Classes in io.opencensus.proto.metrics.v1 that implement PointOrBuilder Modifier and Type Class Description classPointA timestamped measurement.static classPoint.BuilderA timestamped measurement.Methods in io.opencensus.proto.metrics.v1 that return PointOrBuilder Modifier and Type Method Description PointOrBuilderTimeSeries.Builder. getPointsOrBuilder(int index)The data points of this timeseries.PointOrBuilderTimeSeries. getPointsOrBuilder(int index)The data points of this timeseries.PointOrBuilderTimeSeriesOrBuilder. getPointsOrBuilder(int index)The data points of this timeseries.Methods in io.opencensus.proto.metrics.v1 that return types with arguments of type PointOrBuilder Modifier and Type Method Description List<? extends PointOrBuilder>TimeSeries.Builder. getPointsOrBuilderList()The data points of this timeseries.List<? extends PointOrBuilder>TimeSeries. getPointsOrBuilderList()The data points of this timeseries.List<? extends PointOrBuilder>TimeSeriesOrBuilder. getPointsOrBuilderList()The data points of this timeseries.
-