exponentialBuckets property

  1. @TagNumber.new(8)
Distribution_ExponentialBuckets get exponentialBuckets

Buckets with exponentially growing width.

Implementation

@$pb.TagNumber(8)
Distribution_ExponentialBuckets get exponentialBuckets => $_getN(7);
  1. @TagNumber.new(8)
set exponentialBuckets (Distribution_ExponentialBuckets value)

Implementation

@$pb.TagNumber(8)
set exponentialBuckets(Distribution_ExponentialBuckets value) =>
    $_setField(8, value);