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 \ CategoricalStatsResultMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
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 | |
|---|---|
| Type | Description | 
int|string | 
        |
setValueFrequencyLowerBound
Lower bound on the value frequency of the values in this bucket.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          int|string
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
getValueFrequencyUpperBound
Upper bound on the value frequency of the values in this bucket.
| Returns | |
|---|---|
| Type | Description | 
int|string | 
        |
setValueFrequencyUpperBound
Upper bound on the value frequency of the values in this bucket.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          int|string
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
getBucketSize
Total number of values in this bucket.
| Returns | |
|---|---|
| Type | Description | 
int|string | 
        |
setBucketSize
Total number of values in this bucket.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          int|string
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
getBucketValues
Sample of value frequencies in this bucket. The total number of values returned per bucket is capped at 20.
| Returns | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Name | Description | 
var | 
        
          array<Google\Cloud\Dlp\V2\ValueFrequency>
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
getBucketValueCount
Total number of distinct values in this bucket.
| Returns | |
|---|---|
| Type | Description | 
int|string | 
        |
setBucketValueCount
Total number of distinct values in this bucket.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          int|string
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |