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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eLinearBuckets\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.ServiceControl.V1\u003c/code\u003e namespace, specifically version 1.4.0, and its role in defining buckets with a constant width.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLinearBuckets\u003c/code\u003e class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors, a parameterless one and another that takes another \u003ccode\u003eLinearBuckets\u003c/code\u003e object, allowing for object creation and copying.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eLinearBuckets\u003c/code\u003e include \u003ccode\u003eNumFiniteBuckets\u003c/code\u003e (an integer), \u003ccode\u003eOffset\u003c/code\u003e (a double), and \u003ccode\u003eWidth\u003c/code\u003e (a double), which define the range and size of the buckets.\u003c/p\u003e\n"],["\u003cp\u003eThe 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.\u003c/p\u003e\n"]]],[],null,[]]