Reference documentation and code samples for the Data Loss Prevention V2 Client class Bucket.
Bucket is represented as a range, along with replacement values.
Generated from protobuf message google.privacy.dlp.v2.BucketingConfig.Bucket
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ min
Google\Cloud\Dlp\V2\Value
Lower bound of the range, inclusive. Type should be the same as max if used.
↳ max
↳ replacement_value
getMin
Lower bound of the range, inclusive. Type should be the same as max if used.
hasMin
clearMin
setMin
Lower bound of the range, inclusive. Type should be the same as max if used.
$this
getMax
Upper bound of the range, exclusive; type must match min.
hasMax
clearMax
setMax
Upper bound of the range, exclusive; type must match min.
$this
getReplacementValue
Required. Replacement value for this bucket.
hasReplacementValue
clearReplacementValue
setReplacementValue
Required. Replacement value for this bucket.
$this