bucketOptions property
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);
Implementation
@$pb.TagNumber(8)
set bucketOptions($3.Distribution_BucketOptions value) =>
$_setField(8, value);