Class Bucket (2.0.1)

Bucket(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Bucket is represented as a range, along with replacement values.

Attributes

NameDescription
min `.dlp.Value`
Lower bound of the range, inclusive. Type should be the same as max if used.
max `.dlp.Value`
Upper bound of the range, exclusive; type must match min.
replacement_value `.dlp.Value`
Required. Replacement value for this bucket.

Inheritance

builtins.object > proto.message.Message > Bucket