Data Loss Prevention V2 Client - Class LDiversityHistogramBucket (2.9.2)

Reference documentation and code samples for the Data Loss Prevention V2 Client class LDiversityHistogramBucket.

Histogram of l-diversity equivalence class sensitive value frequencies.

Generated from protobuf message google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.LDiversityResult.LDiversityHistogramBucket

Namespace

Google \ Cloud \ Dlp \ V2 \ AnalyzeDataSourceRiskDetails \ LDiversityResult

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ sensitive_value_frequency_lower_bound int|string

Lower bound on the sensitive value frequencies of the equivalence classes in this bucket.

↳ sensitive_value_frequency_upper_bound int|string

Upper bound on the sensitive value frequencies of the equivalence classes in this bucket.

↳ bucket_size int|string

Total number of equivalence classes in this bucket.

↳ bucket_values array<LDiversityEquivalenceClass>

Sample of equivalence classes in this bucket. The total number of classes returned per bucket is capped at 20.

↳ bucket_value_count int|string

Total number of distinct equivalence classes in this bucket.

getSensitiveValueFrequencyLowerBound

Lower bound on the sensitive value frequencies of the equivalence classes in this bucket.

Returns
Type Description
int|string

setSensitiveValueFrequencyLowerBound

Lower bound on the sensitive value frequencies of the equivalence classes in this bucket.

Parameter
Name Description
var int|string
Returns
Type Description
$this

getSensitiveValueFrequencyUpperBound

Upper bound on the sensitive value frequencies of the equivalence classes in this bucket.

Returns
Type Description
int|string

setSensitiveValueFrequencyUpperBound

Upper bound on the sensitive value frequencies of the equivalence classes in this bucket.

Parameter
Name Description
var int|string
Returns
Type Description
$this

getBucketSize

Total number of equivalence classes in this bucket.

Returns
Type Description
int|string

setBucketSize

Total number of equivalence classes in this bucket.

Parameter
Name Description
var int|string
Returns
Type Description
$this

getBucketValues

Sample of equivalence classes in this bucket. The total number of classes returned per bucket is capped at 20.

Returns
Type Description
Google\Protobuf\RepeatedField<LDiversityEquivalenceClass>

setBucketValues

Sample of equivalence classes in this bucket. The total number of classes returned per bucket is capped at 20.

Parameter
Name Description
var array<LDiversityEquivalenceClass>
Returns
Type Description
$this

getBucketValueCount

Total number of distinct equivalence classes in this bucket.

Returns
Type Description
int|string

setBucketValueCount

Total number of distinct equivalence classes in this bucket.

Parameter
Name Description
var int|string
Returns
Type Description
$this