Uses of Class
com.google.monitoring.v3.Point
-
Packages that use Point Package Description com.google.monitoring.v3 -
-
Uses of Point in com.google.monitoring.v3
Methods in com.google.monitoring.v3 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 time series.PointTimeSeries. getPoints(int index)The data points of this time series.PointTimeSeriesOrBuilder. getPoints(int index)The data points of this time series.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 com.google.monitoring.v3 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 time series.List<Point>TimeSeries. getPointsList()The data points of this time series.List<Point>TimeSeriesOrBuilder. getPointsList()The data points of this time series.static com.google.protobuf.Parser<Point>Point. parser()Methods in com.google.monitoring.v3 with parameters of type Point Modifier and Type Method Description TimeSeries.BuilderTimeSeries.Builder. addPoints(int index, Point value)The data points of this time series.TimeSeries.BuilderTimeSeries.Builder. addPoints(Point value)The data points of this time series.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 time series.Method parameters in com.google.monitoring.v3 with type arguments of type Point Modifier and Type Method Description TimeSeries.BuilderTimeSeries.Builder. addAllPoints(Iterable<? extends Point> values)The data points of this time series.
-