Data Loss Prevention V2 Client - Class KAnonymityHistogramBucket (1.8.6)

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

Histogram of k-anonymity equivalence classes.

Generated from protobuf message google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.KAnonymityResult.KAnonymityHistogramBucket

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ equivalence_class_size_lower_bound int|string

Lower bound on the size of the equivalence classes in this bucket.

↳ equivalence_class_size_upper_bound int|string

Upper bound on the size 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\KAnonymityResult\KAnonymityEquivalenceClass>

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.

getEquivalenceClassSizeLowerBound

Lower bound on the size of the equivalence classes in this bucket.

Returns
TypeDescription
int|string

setEquivalenceClassSizeLowerBound

Lower bound on the size of the equivalence classes in this bucket.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getEquivalenceClassSizeUpperBound

Upper bound on the size of the equivalence classes in this bucket.

Returns
TypeDescription
int|string

setEquivalenceClassSizeUpperBound

Upper bound on the size 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\KAnonymityResult\KAnonymityEquivalenceClass>
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