static AggregationTemporality |
AggregationTemporality.forNumber(int value) |
|
AggregationTemporality |
ExponentialHistogram.Builder.getAggregationTemporality() |
aggregation_temporality describes if the aggregator reports delta changes
since last report time, or cumulative changes since a fixed start time.
|
AggregationTemporality |
ExponentialHistogram.getAggregationTemporality() |
aggregation_temporality describes if the aggregator reports delta changes
since last report time, or cumulative changes since a fixed start time.
|
AggregationTemporality |
ExponentialHistogramOrBuilder.getAggregationTemporality() |
aggregation_temporality describes if the aggregator reports delta changes
since last report time, or cumulative changes since a fixed start time.
|
AggregationTemporality |
Histogram.Builder.getAggregationTemporality() |
aggregation_temporality describes if the aggregator reports delta changes
since last report time, or cumulative changes since a fixed start time.
|
AggregationTemporality |
Histogram.getAggregationTemporality() |
aggregation_temporality describes if the aggregator reports delta changes
since last report time, or cumulative changes since a fixed start time.
|
AggregationTemporality |
HistogramOrBuilder.getAggregationTemporality() |
aggregation_temporality describes if the aggregator reports delta changes
since last report time, or cumulative changes since a fixed start time.
|
AggregationTemporality |
Sum.Builder.getAggregationTemporality() |
aggregation_temporality describes if the aggregator reports delta changes
since last report time, or cumulative changes since a fixed start time.
|
AggregationTemporality |
Sum.getAggregationTemporality() |
aggregation_temporality describes if the aggregator reports delta changes
since last report time, or cumulative changes since a fixed start time.
|
AggregationTemporality |
SumOrBuilder.getAggregationTemporality() |
aggregation_temporality describes if the aggregator reports delta changes
since last report time, or cumulative changes since a fixed start time.
|
static AggregationTemporality |
AggregationTemporality.valueOf(int value) |
Deprecated.
|
static AggregationTemporality |
AggregationTemporality.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static AggregationTemporality |
AggregationTemporality.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static AggregationTemporality[] |
AggregationTemporality.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|