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-03-21 UTC."],[[["This webpage details the `LinearBuckets` class within the `Google.Cloud.ServiceControl.V1` namespace, specifically version 1.4.0, and its role in defining buckets with a constant width."],["The `LinearBuckets` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a parameterless one and another that takes another `LinearBuckets` object, allowing for object creation and copying."],["Key properties of `LinearBuckets` include `NumFiniteBuckets` (an integer), `Offset` (a double), and `Width` (a double), which define the range and size of the buckets."],["The latest version for this class is 2.4.0, with historical versions dating back to 1.0.0 and other versions like 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.3.0, 1.2.0, and 1.1.0 also being documented and available."]]],[]]