Interface IntSumOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IntSum,IntSum.Builder
@Deprecated public interface IntSumOrBuilder extends com.google.protobuf.MessageOrBuilder
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description AggregationTemporalitygetAggregationTemporality()Deprecated.aggregation_temporality describes if the aggregator reports delta changes since last report time, or cumulative changes since a fixed start time.intgetAggregationTemporalityValue()Deprecated.aggregation_temporality describes if the aggregator reports delta changes since last report time, or cumulative changes since a fixed start time.IntDataPointgetDataPoints(int index)Deprecated.repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;intgetDataPointsCount()Deprecated.repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;List<IntDataPoint>getDataPointsList()Deprecated.repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;IntDataPointOrBuildergetDataPointsOrBuilder(int index)Deprecated.repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;List<? extends IntDataPointOrBuilder>getDataPointsOrBuilderList()Deprecated.repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;booleangetIsMonotonic()Deprecated.If "true" means that the sum is monotonic.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDataPointsList
List<IntDataPoint> getDataPointsList()
Deprecated.repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;
-
getDataPoints
IntDataPoint getDataPoints(int index)
Deprecated.repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;
-
getDataPointsCount
int getDataPointsCount()
Deprecated.repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;
-
getDataPointsOrBuilderList
List<? extends IntDataPointOrBuilder> getDataPointsOrBuilderList()
Deprecated.repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;
-
getDataPointsOrBuilder
IntDataPointOrBuilder getDataPointsOrBuilder(int index)
Deprecated.repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;
-
getAggregationTemporalityValue
int getAggregationTemporalityValue()
Deprecated.aggregation_temporality describes if the aggregator reports delta changes since last report time, or cumulative changes since a fixed start time.
.opentelemetry.proto.metrics.v1.AggregationTemporality aggregation_temporality = 2;
-
getAggregationTemporality
AggregationTemporality getAggregationTemporality()
Deprecated.aggregation_temporality describes if the aggregator reports delta changes since last report time, or cumulative changes since a fixed start time.
.opentelemetry.proto.metrics.v1.AggregationTemporality aggregation_temporality = 2;
-
getIsMonotonic
boolean getIsMonotonic()
Deprecated.If "true" means that the sum is monotonic.
bool is_monotonic = 3;
-
-