Uses of Class
io.opentelemetry.proto.metrics.v1.IntDataPoint
-
Packages that use IntDataPoint Package Description io.opentelemetry.proto.metrics.v1 -
-
Uses of IntDataPoint in io.opentelemetry.proto.metrics.v1
Methods in io.opentelemetry.proto.metrics.v1 that return IntDataPoint Modifier and Type Method Description IntDataPointIntDataPoint.Builder. build()IntDataPointIntDataPoint.Builder. buildPartial()IntDataPointIntGauge.Builder. getDataPoints(int index)repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;IntDataPointIntGauge. getDataPoints(int index)Deprecated.repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;IntDataPointIntGaugeOrBuilder. getDataPoints(int index)Deprecated.repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;IntDataPointIntSum.Builder. getDataPoints(int index)repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;IntDataPointIntSum. getDataPoints(int index)Deprecated.repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;IntDataPointIntSumOrBuilder. getDataPoints(int index)Deprecated.repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;static IntDataPointIntDataPoint. getDefaultInstance()Deprecated.IntDataPointIntDataPoint.Builder. getDefaultInstanceForType()IntDataPointIntDataPoint. getDefaultInstanceForType()Deprecated.static IntDataPointIntDataPoint. parseDelimitedFrom(InputStream input)Deprecated.static IntDataPointIntDataPoint. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Deprecated.static IntDataPointIntDataPoint. parseFrom(byte[] data)Deprecated.static IntDataPointIntDataPoint. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Deprecated.static IntDataPointIntDataPoint. parseFrom(com.google.protobuf.ByteString data)Deprecated.static IntDataPointIntDataPoint. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Deprecated.static IntDataPointIntDataPoint. parseFrom(com.google.protobuf.CodedInputStream input)Deprecated.static IntDataPointIntDataPoint. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Deprecated.static IntDataPointIntDataPoint. parseFrom(InputStream input)Deprecated.static IntDataPointIntDataPoint. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Deprecated.static IntDataPointIntDataPoint. parseFrom(ByteBuffer data)Deprecated.static IntDataPointIntDataPoint. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Deprecated.Methods in io.opentelemetry.proto.metrics.v1 that return types with arguments of type IntDataPoint Modifier and Type Method Description List<IntDataPoint>IntGauge.Builder. getDataPointsList()repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;List<IntDataPoint>IntGauge. getDataPointsList()Deprecated.repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;List<IntDataPoint>IntGaugeOrBuilder. getDataPointsList()Deprecated.repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;List<IntDataPoint>IntSum.Builder. getDataPointsList()repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;List<IntDataPoint>IntSum. getDataPointsList()Deprecated.repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;List<IntDataPoint>IntSumOrBuilder. getDataPointsList()Deprecated.repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;com.google.protobuf.Parser<IntDataPoint>IntDataPoint. getParserForType()Deprecated.static com.google.protobuf.Parser<IntDataPoint>IntDataPoint. parser()Deprecated.Methods in io.opentelemetry.proto.metrics.v1 with parameters of type IntDataPoint Modifier and Type Method Description IntGauge.BuilderIntGauge.Builder. addDataPoints(int index, IntDataPoint value)repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;IntGauge.BuilderIntGauge.Builder. addDataPoints(IntDataPoint value)repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;IntSum.BuilderIntSum.Builder. addDataPoints(int index, IntDataPoint value)repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;IntSum.BuilderIntSum.Builder. addDataPoints(IntDataPoint value)repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;IntDataPoint.BuilderIntDataPoint.Builder. mergeFrom(IntDataPoint other)static IntDataPoint.BuilderIntDataPoint. newBuilder(IntDataPoint prototype)Deprecated.IntGauge.BuilderIntGauge.Builder. setDataPoints(int index, IntDataPoint value)repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;IntSum.BuilderIntSum.Builder. setDataPoints(int index, IntDataPoint value)repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;Method parameters in io.opentelemetry.proto.metrics.v1 with type arguments of type IntDataPoint Modifier and Type Method Description IntGauge.BuilderIntGauge.Builder. addAllDataPoints(Iterable<? extends IntDataPoint> values)repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;IntSum.BuilderIntSum.Builder. addAllDataPoints(Iterable<? extends IntDataPoint> values)repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;
-