View Source GoogleApi.ServiceControl.V1.Model.ExponentialBuckets (google_api_service_control v0.40.0)

Describing buckets with exponentially growing width.

Attributes

  • growthFactor (type: float(), default: nil) - The i'th exponential bucket covers the interval [scale growth_factor^(i-1), scale growth_factor^i) where i ranges from 1 to num_finite_buckets inclusive. Must be larger than 1.0.
  • numFiniteBuckets (type: integer(), default: nil) - 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.
  • scale (type: float(), default: nil) - The i'th exponential bucket covers the interval [scale growth_factor^(i-1), scale growth_factor^i) where i ranges from 1 to num_finite_buckets inclusive. Must be > 0.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ServiceControl.V1.Model.ExponentialBuckets{
  growthFactor: float() | nil,
  numFiniteBuckets: integer() | nil,
  scale: float() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.