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."],[[["The latest version available is 2.4.0, with previous versions ranging down to 1.0.0 also accessible."],["`LinearBuckets` is a class that describes buckets with a constant width within the `Google.Cloud.ServiceControl.V1` namespace, specifically under version 1.2.0."],["The `LinearBuckets` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class provides three properties: `NumFiniteBuckets` (an integer), `Offset` (a double), and `Width` (a double), which are used to define the specifics of the linear buckets."],["Two constructors are available: a parameterless constructor, and a constructor that takes another `Distribution.Types.LinearBuckets` as a parameter."]]],[]]