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\u003eThe \u003ccode\u003eLinearBuckets\u003c/code\u003e class describes buckets with constant width, as part of the \u003ccode\u003eGoogle.Cloud.ServiceControl.V1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage<Distribution.Types.LinearBuckets>\u003c/code\u003e, \u003ccode\u003eIEquatable<Distribution.Types.LinearBuckets>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<Distribution.Types.LinearBuckets>\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, and \u003ccode\u003eIMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eLinearBuckets\u003c/code\u003e offers two constructors: a default constructor \u003ccode\u003eLinearBuckets()\u003c/code\u003e and another \u003ccode\u003eLinearBuckets(Distribution.Types.LinearBuckets other)\u003c/code\u003e to create a new object based off of another one.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLinearBuckets\u003c/code\u003e class includes three key properties: \u003ccode\u003eNumFiniteBuckets\u003c/code\u003e (an integer), \u003ccode\u003eOffset\u003c/code\u003e (a double), and \u003ccode\u003eWidth\u003c/code\u003e (a double), which are critical for defining the bucket ranges.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version for the documentation shown is \u003ccode\u003e2.4.0\u003c/code\u003e, and goes back to version \u003ccode\u003e1.0.0\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]