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 Point
Point.Builder. build()
Point
Point.Builder. buildPartial()
static Point
Point. getDefaultInstance()
Point
Point.Builder. getDefaultInstanceForType()
Point
Point. getDefaultInstanceForType()
Point
TimeSeries.Builder. getPoints(int index)
The data points of this time series.Point
TimeSeries. getPoints(int index)
The data points of this time series.Point
TimeSeriesOrBuilder. getPoints(int index)
The data points of this time series.static Point
Point. parseDelimitedFrom(InputStream input)
static Point
Point. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Point
Point. parseFrom(byte[] data)
static Point
Point. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Point
Point. parseFrom(com.google.protobuf.ByteString data)
static Point
Point. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Point
Point. parseFrom(com.google.protobuf.CodedInputStream input)
static Point
Point. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Point
Point. parseFrom(InputStream input)
static Point
Point. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Point
Point. parseFrom(ByteBuffer data)
static Point
Point. 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.Builder
TimeSeries.Builder. addPoints(int index, Point value)
The data points of this time series.TimeSeries.Builder
TimeSeries.Builder. addPoints(Point value)
The data points of this time series.Point.Builder
Point.Builder. mergeFrom(Point other)
static Point.Builder
Point. newBuilder(Point prototype)
TimeSeries.Builder
TimeSeries.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.Builder
TimeSeries.Builder. addAllPoints(Iterable<? extends Point> values)
The data points of this time series.
-