Class Bucket (3.7.0)

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

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

Attributes

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

Inheritance

builtins.object > proto.message.Message > Bucket