Data Loss Prevention V2 Client - Class CategoricalStatsHistogramBucket (1.10.2)

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

Histogram of value frequencies in the column.

Generated from protobuf message google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.CategoricalStatsResult.CategoricalStatsHistogramBucket

Namespace

Google \ Cloud \ Dlp \ V2 \ AnalyzeDataSourceRiskDetails \ CategoricalStatsResult

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ value_frequency_lower_bound int|string

Lower bound on the value frequency of the values in this bucket.

↳ value_frequency_upper_bound int|string

Upper bound on the value frequency of the values in this bucket.

↳ bucket_size int|string

Total number of values in this bucket.

↳ bucket_values array<Google\Cloud\Dlp\V2\ValueFrequency>

Sample of value frequencies in this bucket. The total number of values returned per bucket is capped at 20.

↳ bucket_value_count int|string

Total number of distinct values in this bucket.

getValueFrequencyLowerBound

Lower bound on the value frequency of the values in this bucket.

Returns
TypeDescription
int|string

setValueFrequencyLowerBound

Lower bound on the value frequency of the values in this bucket.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getValueFrequencyUpperBound

Upper bound on the value frequency of the values in this bucket.

Returns
TypeDescription
int|string

setValueFrequencyUpperBound

Upper bound on the value frequency of the values in this bucket.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getBucketSize

Total number of values in this bucket.

Returns
TypeDescription
int|string

setBucketSize

Total number of values in this bucket.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getBucketValues

Sample of value frequencies in this bucket. The total number of values returned per bucket is capped at 20.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setBucketValues

Sample of value frequencies in this bucket. The total number of values returned per bucket is capped at 20.

Parameter
NameDescription
var array<Google\Cloud\Dlp\V2\ValueFrequency>
Returns
TypeDescription
$this

getBucketValueCount

Total number of distinct values in this bucket.

Returns
TypeDescription
int|string

setBucketValueCount

Total number of distinct values in this bucket.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this