Data Loss Prevention V2 Client - Class Bucket (1.12.0)

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

Namespace

Google \ Cloud \ Dlp \ V2 \ BucketingConfig

Methods

__construct

Constructor.

Parameters
NameDescription
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 Google\Cloud\Dlp\V2\Value

Upper bound of the range, exclusive; type must match min.

↳ replacement_value Google\Cloud\Dlp\V2\Value

Required. Replacement value for this bucket.

getMin

Lower bound of the range, inclusive. Type should be the same as max if used.

Returns
TypeDescription
Google\Cloud\Dlp\V2\Value|null

hasMin

clearMin

setMin

Lower bound of the range, inclusive. Type should be the same as max if used.

Parameter
NameDescription
var Google\Cloud\Dlp\V2\Value
Returns
TypeDescription
$this

getMax

Upper bound of the range, exclusive; type must match min.

Returns
TypeDescription
Google\Cloud\Dlp\V2\Value|null

hasMax

clearMax

setMax

Upper bound of the range, exclusive; type must match min.

Parameter
NameDescription
var Google\Cloud\Dlp\V2\Value
Returns
TypeDescription
$this

getReplacementValue

Required. Replacement value for this bucket.

Returns
TypeDescription
Google\Cloud\Dlp\V2\Value|null

hasReplacementValue

clearReplacementValue

setReplacementValue

Required. Replacement value for this bucket.

Parameter
NameDescription
var Google\Cloud\Dlp\V2\Value
Returns
TypeDescription
$this