positive property
positive carries the positive range of exponential bucket counts.
Implementation
@$pb.TagNumber(8)
ExponentialHistogramDataPoint_Buckets get positive => $_getN(7);
Implementation
@$pb.TagNumber(8)
set positive(ExponentialHistogramDataPoint_Buckets value) =>
$_setField(8, value);