Uses of Class
io.opencensus.proto.metrics.v1.Point
-
Packages that use Point Package Description io.opencensus.proto.metrics.v1 -
-
Uses of Point in io.opencensus.proto.metrics.v1
Methods in io.opencensus.proto.metrics.v1 that return Point Modifier and Type Method Description PointPoint.Builder. build()PointPoint.Builder. buildPartial()static PointPoint. getDefaultInstance()PointPoint.Builder. getDefaultInstanceForType()PointPoint. getDefaultInstanceForType()PointTimeSeries.Builder. getPoints(int index)The data points of this timeseries.PointTimeSeries. getPoints(int index)The data points of this timeseries.PointTimeSeriesOrBuilder. getPoints(int index)The data points of this timeseries.static PointPoint. parseDelimitedFrom(InputStream input)static PointPoint. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PointPoint. parseFrom(byte[] data)static PointPoint. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PointPoint. parseFrom(com.google.protobuf.ByteString data)static PointPoint. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PointPoint. parseFrom(com.google.protobuf.CodedInputStream input)static PointPoint. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PointPoint. parseFrom(InputStream input)static PointPoint. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PointPoint. parseFrom(ByteBuffer data)static PointPoint. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.opencensus.proto.metrics.v1 that return types with arguments of type Point Modifier and Type Method Description com.google.protobuf.Parser<Point>Point. getParserForType()List<Point>TimeSeries.Builder. getPointsList()The data points of this timeseries.List<Point>TimeSeries. getPointsList()The data points of this timeseries.List<Point>TimeSeriesOrBuilder. getPointsList()The data points of this timeseries.static com.google.protobuf.Parser<Point>Point. parser()Methods in io.opencensus.proto.metrics.v1 with parameters of type Point Modifier and Type Method Description TimeSeries.BuilderTimeSeries.Builder. addPoints(int index, Point value)The data points of this timeseries.TimeSeries.BuilderTimeSeries.Builder. addPoints(Point value)The data points of this timeseries.Point.BuilderPoint.Builder. mergeFrom(Point other)static Point.BuilderPoint. newBuilder(Point prototype)TimeSeries.BuilderTimeSeries.Builder. setPoints(int index, Point value)The data points of this timeseries.Method parameters in io.opencensus.proto.metrics.v1 with type arguments of type Point Modifier and Type Method Description TimeSeries.BuilderTimeSeries.Builder. addAllPoints(Iterable<? extends Point> values)The data points of this timeseries.
-