public final class GooglePrivacyDlpV2LDiversityHistogramBucket extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Data Loss Prevention (DLP) API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GooglePrivacyDlpV2LDiversityHistogramBucket() |
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2LDiversityHistogramBucket |
clone() |
Long |
getBucketSize()
Total number of equivalence classes in this bucket.
|
Long |
getBucketValueCount()
Total number of distinct equivalence classes in this bucket.
|
List<GooglePrivacyDlpV2LDiversityEquivalenceClass> |
getBucketValues()
Sample of equivalence classes in this bucket.
|
Long |
getSensitiveValueFrequencyLowerBound()
Lower bound on the sensitive value frequencies of the equivalence classes in this bucket.
|
Long |
getSensitiveValueFrequencyUpperBound()
Upper bound on the sensitive value frequencies of the equivalence classes in this bucket.
|
GooglePrivacyDlpV2LDiversityHistogramBucket |
set(String fieldName,
Object value) |
GooglePrivacyDlpV2LDiversityHistogramBucket |
setBucketSize(Long bucketSize)
Total number of equivalence classes in this bucket.
|
GooglePrivacyDlpV2LDiversityHistogramBucket |
setBucketValueCount(Long bucketValueCount)
Total number of distinct equivalence classes in this bucket.
|
GooglePrivacyDlpV2LDiversityHistogramBucket |
setBucketValues(List<GooglePrivacyDlpV2LDiversityEquivalenceClass> bucketValues)
Sample of equivalence classes in this bucket.
|
GooglePrivacyDlpV2LDiversityHistogramBucket |
setSensitiveValueFrequencyLowerBound(Long sensitiveValueFrequencyLowerBound)
Lower bound on the sensitive value frequencies of the equivalence classes in this bucket.
|
GooglePrivacyDlpV2LDiversityHistogramBucket |
setSensitiveValueFrequencyUpperBound(Long sensitiveValueFrequencyUpperBound)
Upper bound on the sensitive value frequencies of the equivalence classes in this bucket.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic GooglePrivacyDlpV2LDiversityHistogramBucket()
public Long getBucketSize()
null for nonepublic GooglePrivacyDlpV2LDiversityHistogramBucket setBucketSize(Long bucketSize)
bucketSize - bucketSize or null for nonepublic Long getBucketValueCount()
null for nonepublic GooglePrivacyDlpV2LDiversityHistogramBucket setBucketValueCount(Long bucketValueCount)
bucketValueCount - bucketValueCount or null for nonepublic List<GooglePrivacyDlpV2LDiversityEquivalenceClass> getBucketValues()
null for nonepublic GooglePrivacyDlpV2LDiversityHistogramBucket setBucketValues(List<GooglePrivacyDlpV2LDiversityEquivalenceClass> bucketValues)
bucketValues - bucketValues or null for nonepublic Long getSensitiveValueFrequencyLowerBound()
null for nonepublic GooglePrivacyDlpV2LDiversityHistogramBucket setSensitiveValueFrequencyLowerBound(Long sensitiveValueFrequencyLowerBound)
sensitiveValueFrequencyLowerBound - sensitiveValueFrequencyLowerBound or null for nonepublic Long getSensitiveValueFrequencyUpperBound()
null for nonepublic GooglePrivacyDlpV2LDiversityHistogramBucket setSensitiveValueFrequencyUpperBound(Long sensitiveValueFrequencyUpperBound)
sensitiveValueFrequencyUpperBound - sensitiveValueFrequencyUpperBound or null for nonepublic GooglePrivacyDlpV2LDiversityHistogramBucket set(String fieldName, Object value)
set in class GenericJsonpublic GooglePrivacyDlpV2LDiversityHistogramBucket clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.