public sealed class Bucket : IMessage<BucketingConfig.Types.Bucket>, IEquatable<BucketingConfig.Types.Bucket>, IDeepCloneable<BucketingConfig.Types.Bucket>, IBufferMessage, IMessage
Bucket is represented as a range, along with replacement values.
[[["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-06-05 UTC."],[[["The latest version of the `Bucket` class within the `Google.Cloud.Dlp.V2` namespace is 4.16.0, with multiple older versions available for reference."],["`Bucket` represents a range of values with a designated replacement value, used within the `BucketingConfig`."],["The `Bucket` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Key properties of the `Bucket` class include `Max`, `Min`, and `ReplacementValue`, which define the range and the value to replace it with."],["There are two constructors, a parameterless constructor and one that takes another `Bucket` object as input."]]],[]]