google_api_monitoring v0.9.0 GoogleApi.Monitoring.V3.Model.Linear View Source
Specifies a linear sequence of buckets that all have the same width (except overflow and underflow). Each bucket represents a constant absolute uncertainty on the specific value in the bucket.There are num_finite_buckets + 2 (= N) buckets. Bucket i has the following boundaries:Upper bound (0 <= i < N-1): offset + (width i). Lower bound (1 <= i < N): offset + (width (i - 1)).
Attributes
- numFiniteBuckets (integer()): Must be greater than 0. Defaults to:
null
. - offset (float()): Lower bound of the first bucket. Defaults to:
null
. - width (float()): Must be greater than 0. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.