| Package | Description |
|---|---|
| com.google.api.services.dlp.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2KMapEstimationHistogramBucket |
GooglePrivacyDlpV2KMapEstimationHistogramBucket.clone() |
GooglePrivacyDlpV2KMapEstimationHistogramBucket |
GooglePrivacyDlpV2KMapEstimationHistogramBucket.set(String fieldName,
Object value) |
GooglePrivacyDlpV2KMapEstimationHistogramBucket |
GooglePrivacyDlpV2KMapEstimationHistogramBucket.setBucketSize(Long bucketSize)
Number of records within these anonymity bounds.
|
GooglePrivacyDlpV2KMapEstimationHistogramBucket |
GooglePrivacyDlpV2KMapEstimationHistogramBucket.setBucketValueCount(Long bucketValueCount)
Total number of distinct quasi-identifier tuple values in this bucket.
|
GooglePrivacyDlpV2KMapEstimationHistogramBucket |
GooglePrivacyDlpV2KMapEstimationHistogramBucket.setBucketValues(List<GooglePrivacyDlpV2KMapEstimationQuasiIdValues> bucketValues)
Sample of quasi-identifier tuple values in this bucket.
|
GooglePrivacyDlpV2KMapEstimationHistogramBucket |
GooglePrivacyDlpV2KMapEstimationHistogramBucket.setMaxAnonymity(Long maxAnonymity)
Always greater than or equal to min_anonymity.
|
GooglePrivacyDlpV2KMapEstimationHistogramBucket |
GooglePrivacyDlpV2KMapEstimationHistogramBucket.setMinAnonymity(Long minAnonymity)
Always positive.
|
| Modifier and Type | Method and Description |
|---|---|
List<GooglePrivacyDlpV2KMapEstimationHistogramBucket> |
GooglePrivacyDlpV2KMapEstimationResult.getKMapEstimationHistogram()
The intervals [min_anonymity, max_anonymity] do not overlap.
|
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2KMapEstimationResult |
GooglePrivacyDlpV2KMapEstimationResult.setKMapEstimationHistogram(List<GooglePrivacyDlpV2KMapEstimationHistogramBucket> kMapEstimationHistogram)
The intervals [min_anonymity, max_anonymity] do not overlap.
|
Copyright © 2011–2020 Google. All rights reserved.