| Package | Description |
|---|---|
| com.google.api.services.dlp.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2CategoricalStatsHistogramBucket |
GooglePrivacyDlpV2CategoricalStatsHistogramBucket.clone() |
GooglePrivacyDlpV2CategoricalStatsHistogramBucket |
GooglePrivacyDlpV2CategoricalStatsHistogramBucket.set(String fieldName,
Object value) |
GooglePrivacyDlpV2CategoricalStatsHistogramBucket |
GooglePrivacyDlpV2CategoricalStatsHistogramBucket.setBucketSize(Long bucketSize)
Total number of values in this bucket.
|
GooglePrivacyDlpV2CategoricalStatsHistogramBucket |
GooglePrivacyDlpV2CategoricalStatsHistogramBucket.setBucketValueCount(Long bucketValueCount)
Total number of distinct values in this bucket.
|
GooglePrivacyDlpV2CategoricalStatsHistogramBucket |
GooglePrivacyDlpV2CategoricalStatsHistogramBucket.setBucketValues(List<GooglePrivacyDlpV2ValueFrequency> bucketValues)
Sample of value frequencies in this bucket.
|
GooglePrivacyDlpV2CategoricalStatsHistogramBucket |
GooglePrivacyDlpV2CategoricalStatsHistogramBucket.setValueFrequencyLowerBound(Long valueFrequencyLowerBound)
Lower bound on the value frequency of the values in this bucket.
|
GooglePrivacyDlpV2CategoricalStatsHistogramBucket |
GooglePrivacyDlpV2CategoricalStatsHistogramBucket.setValueFrequencyUpperBound(Long valueFrequencyUpperBound)
Upper bound on the value frequency of the values in this bucket.
|
| Modifier and Type | Method and Description |
|---|---|
List<GooglePrivacyDlpV2CategoricalStatsHistogramBucket> |
GooglePrivacyDlpV2CategoricalStatsResult.getValueFrequencyHistogramBuckets()
Histogram of value frequencies in the column.
|
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2CategoricalStatsResult |
GooglePrivacyDlpV2CategoricalStatsResult.setValueFrequencyHistogramBuckets(List<GooglePrivacyDlpV2CategoricalStatsHistogramBucket> valueFrequencyHistogramBuckets)
Histogram of value frequencies in the column.
|
Copyright © 2011–2020 Google. All rights reserved.