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 \ BucketingConfigMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
Google\Cloud\Dlp\V2\Value
|
Returns | |
---|---|
Type | Description |
$this |
getMax
Upper bound of the range, exclusive; type must match min.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dlp\V2\Value|null |
hasMax
clearMax
setMax
Upper bound of the range, exclusive; type must match min.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dlp\V2\Value
|
Returns | |
---|---|
Type | Description |
$this |
getReplacementValue
Required. Replacement value for this bucket.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dlp\V2\Value|null |
hasReplacementValue
clearReplacementValue
setReplacementValue
Required. Replacement value for this bucket.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dlp\V2\Value
|
Returns | |
---|---|
Type | Description |
$this |