public sealed class ExplicitBuckets : IMessage<Distribution.Types.ExplicitBuckets>, IEquatable<Distribution.Types.ExplicitBuckets>, IDeepCloneable<Distribution.Types.ExplicitBuckets>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Control v1 API class Distribution.Types.ExplicitBuckets.
Describing buckets with arbitrary user-provided width.
'bound' is a list of strictly increasing boundaries between
buckets. Note that a list of length N-1 defines N buckets because
of fenceposting. See comments on bucket_options for details.
The i'th finite bucket covers the interval
[bound[i-1], bound[i])
where i ranges from 1 to bound_size() - 1. Note that there are no
finite buckets at all if 'bound' only contains a single element; in
that special case the single bound defines the boundary between the
underflow and overflow buckets.
bucket number lower bound upper bound
i == 0 (underflow) -inf bound[i]
0 < i < bound_size() bound[i-1] bound[i]
i == bound_size() (overflow) bound[i-1] +inf
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for `Distribution.Types.ExplicitBuckets` is 2.4.0, with multiple other versions ranging down to 1.0.0 also available for reference."],["The `ExplicitBuckets` class is part of the `Google.Cloud.ServiceControl.V1` namespace within the Google Cloud Service Control v1 API, found in the `Google.Cloud.ServiceControl.V1.dll` assembly."],["`ExplicitBuckets` is designed to describe buckets with user-defined widths, which implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Bounds` property of `ExplicitBuckets` defines the boundaries between buckets, using a list of increasing values, with the interval between each value defining a bucket, also including underflow and overflow buckets."],["The `ExplicitBuckets` class includes two constructors, one default and another that takes another `ExplicitBuckets` instance as a parameter."]]],[]]