Data Loss Prevention V2 Client - Class LDiversityHistogramBucket (1.12.0)

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
NameDescription
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<Google\Cloud\Dlp\V2\AnalyzeDataSourceRiskDetails\LDiversityResult\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
TypeDescription
int|string

setSensitiveValueFrequencyLowerBound

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

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getSensitiveValueFrequencyUpperBound

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

Returns
TypeDescription
int|string

setSensitiveValueFrequencyUpperBound

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

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getBucketSize

Total number of equivalence classes in this bucket.

Returns
TypeDescription
int|string

setBucketSize

Total number of equivalence classes in this bucket.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getBucketValues

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

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setBucketValues

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

Parameter
NameDescription
var array<Google\Cloud\Dlp\V2\AnalyzeDataSourceRiskDetails\LDiversityResult\LDiversityEquivalenceClass>
Returns
TypeDescription
$this

getBucketValueCount

Total number of distinct equivalence classes in this bucket.

Returns
TypeDescription
int|string

setBucketValueCount

Total number of distinct equivalence classes in this bucket.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this