bucketOptions property

  1. @TagNumber.new(8)
Distribution_BucketOptions get bucketOptions

Optional. The bucket_options are required when the logs-based metric is using a DISTRIBUTION value type and it describes the bucket boundaries used to create a histogram of the extracted values.

Implementation

@$pb.TagNumber(8)
$3.Distribution_BucketOptions get bucketOptions => $_getN(7);
  1. @TagNumber.new(8)
set bucketOptions (Distribution_BucketOptions value)

Implementation

@$pb.TagNumber(8)
set bucketOptions($3.Distribution_BucketOptions value) =>
    $_setField(8, value);