| Package | Description |
|---|---|
| com.google.api.services.dlp.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2ValueFrequency |
GooglePrivacyDlpV2ValueFrequency.clone() |
GooglePrivacyDlpV2ValueFrequency |
GooglePrivacyDlpV2ValueFrequency.set(String fieldName,
Object value) |
GooglePrivacyDlpV2ValueFrequency |
GooglePrivacyDlpV2ValueFrequency.setCount(Long count)
How many times the value is contained in the field.
|
GooglePrivacyDlpV2ValueFrequency |
GooglePrivacyDlpV2ValueFrequency.setValue(GooglePrivacyDlpV2Value value)
A value contained in the field in question.
|
| Modifier and Type | Method and Description |
|---|---|
List<GooglePrivacyDlpV2ValueFrequency> |
GooglePrivacyDlpV2CategoricalStatsHistogramBucket.getBucketValues()
Sample of value frequencies in this bucket.
|
List<GooglePrivacyDlpV2ValueFrequency> |
GooglePrivacyDlpV2LDiversityEquivalenceClass.getTopSensitiveValues()
Estimated frequencies of top sensitive values.
|
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2CategoricalStatsHistogramBucket |
GooglePrivacyDlpV2CategoricalStatsHistogramBucket.setBucketValues(List<GooglePrivacyDlpV2ValueFrequency> bucketValues)
Sample of value frequencies in this bucket.
|
GooglePrivacyDlpV2LDiversityEquivalenceClass |
GooglePrivacyDlpV2LDiversityEquivalenceClass.setTopSensitiveValues(List<GooglePrivacyDlpV2ValueFrequency> topSensitiveValues)
Estimated frequencies of top sensitive values.
|
Copyright © 2011–2020 Google. All rights reserved.