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."],[[["This document outlines the `LinearBuckets` class, which is used to define buckets with a constant width in the `Google.Cloud.ServiceControl.V1` namespace."],["The `LinearBuckets` class is part of the `Distribution.Types` and implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`, among others."],["It features constructors for creating instances, including one that takes another `LinearBuckets` object as a parameter to create a copy."],["The class has properties such as `NumFiniteBuckets`, `Offset`, and `Width` to configure the number of buckets, the starting point of the first bucket, and the consistent size of each bucket, respectively."],["There are multiple versions listed, ranging from 1.0.0 to 2.4.0, with 2.4.0 being the most recent, providing users with a selection of documentation for different releases of the .NET library."]]],[]]