| Package | Description |
|---|---|
| com.google.api.services.dlp.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket |
GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket.clone() |
GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket |
GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket.set(String fieldName,
Object value) |
GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket |
GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket.setBucketSize(Long bucketSize)
Number of records within these probability bounds.
|
GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket |
GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket.setBucketValueCount(Long bucketValueCount)
Total number of distinct quasi-identifier tuple values in this bucket.
|
GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket |
GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket.setBucketValues(List<GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues> bucketValues)
Sample of quasi-identifier tuple values in this bucket.
|
GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket |
GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket.setMaxProbability(Double maxProbability)
Always greater than or equal to min_probability.
|
GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket |
GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket.setMinProbability(Double minProbability)
Between 0 and 1.
|
| Modifier and Type | Method and Description |
|---|---|
List<GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket> |
GooglePrivacyDlpV2DeltaPresenceEstimationResult.getDeltaPresenceEstimationHistogram()
The intervals [min_probability, max_probability) do not overlap.
|
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2DeltaPresenceEstimationResult |
GooglePrivacyDlpV2DeltaPresenceEstimationResult.setDeltaPresenceEstimationHistogram(List<GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket> deltaPresenceEstimationHistogram)
The intervals [min_probability, max_probability) do not overlap.
|
Copyright © 2011–2020 Google. All rights reserved.