public sealed class LinearBuckets : IMessage<Distribution.Types.LinearBuckets>, IEquatable<Distribution.Types.LinearBuckets>, IDeepCloneable<Distribution.Types.LinearBuckets>, IBufferMessage, IMessage
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.
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.
[[["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-04-01 UTC."],[[["The `LinearBuckets` class describes buckets with constant width, as part of the `Google.Cloud.ServiceControl.V1` namespace."],["This class implements several interfaces, including `IMessage\u003cDistribution.Types.LinearBuckets\u003e`, `IEquatable\u003cDistribution.Types.LinearBuckets\u003e`, `IDeepCloneable\u003cDistribution.Types.LinearBuckets\u003e`, `IBufferMessage`, and `IMessage`."],["`LinearBuckets` offers two constructors: a default constructor `LinearBuckets()` and another `LinearBuckets(Distribution.Types.LinearBuckets other)` to create a new object based off of another one."],["The `LinearBuckets` class includes three key properties: `NumFiniteBuckets` (an integer), `Offset` (a double), and `Width` (a double), which are critical for defining the bucket ranges."],["The latest version for the documentation shown is `2.4.0`, and goes back to version `1.0.0`."]]],[]]