google_api_service_control v0.0.1 GoogleApi.ServiceControl.V1.Model.LinearBuckets View Source

Describing buckets with constant width.

Attributes

  • numFiniteBuckets (Integer): The number of finite buckets. With the underflow and overflow buckets, the total number of buckets is `num_finite_buckets` + 2. See comments on `bucket_options` for details. Defaults to: null.
  • offset (Float): The i'th linear bucket covers the interval [offset + (i-1) width, offset + i width) where i ranges from 1 to num_finite_buckets, inclusive. Defaults to: null.
  • width (Float): The i'th linear bucket covers the interval [offset + (i-1) width, offset + i width) where i ranges from 1 to num_finite_buckets, inclusive. Must be strictly positive. Defaults to: null.