public final class GooglePrivacyDlpV2CategoricalStatsHistogramBucket 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 |
|---|
GooglePrivacyDlpV2CategoricalStatsHistogramBucket() |
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2CategoricalStatsHistogramBucket |
clone() |
Long |
getBucketSize()
Total number of values in this bucket.
|
Long |
getBucketValueCount()
Total number of distinct values in this bucket.
|
List<GooglePrivacyDlpV2ValueFrequency> |
getBucketValues()
Sample of value frequencies in this bucket.
|
Long |
getValueFrequencyLowerBound()
Lower bound on the value frequency of the values in this bucket.
|
Long |
getValueFrequencyUpperBound()
Upper bound on the value frequency of the values in this bucket.
|
GooglePrivacyDlpV2CategoricalStatsHistogramBucket |
set(String fieldName,
Object value) |
GooglePrivacyDlpV2CategoricalStatsHistogramBucket |
setBucketSize(Long bucketSize)
Total number of values in this bucket.
|
GooglePrivacyDlpV2CategoricalStatsHistogramBucket |
setBucketValueCount(Long bucketValueCount)
Total number of distinct values in this bucket.
|
GooglePrivacyDlpV2CategoricalStatsHistogramBucket |
setBucketValues(List<GooglePrivacyDlpV2ValueFrequency> bucketValues)
Sample of value frequencies in this bucket.
|
GooglePrivacyDlpV2CategoricalStatsHistogramBucket |
setValueFrequencyLowerBound(Long valueFrequencyLowerBound)
Lower bound on the value frequency of the values in this bucket.
|
GooglePrivacyDlpV2CategoricalStatsHistogramBucket |
setValueFrequencyUpperBound(Long valueFrequencyUpperBound)
Upper bound on the value frequency of the values 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 GooglePrivacyDlpV2CategoricalStatsHistogramBucket()
public Long getBucketSize()
null for nonepublic GooglePrivacyDlpV2CategoricalStatsHistogramBucket setBucketSize(Long bucketSize)
bucketSize - bucketSize or null for nonepublic Long getBucketValueCount()
null for nonepublic GooglePrivacyDlpV2CategoricalStatsHistogramBucket setBucketValueCount(Long bucketValueCount)
bucketValueCount - bucketValueCount or null for nonepublic List<GooglePrivacyDlpV2ValueFrequency> getBucketValues()
null for nonepublic GooglePrivacyDlpV2CategoricalStatsHistogramBucket setBucketValues(List<GooglePrivacyDlpV2ValueFrequency> bucketValues)
bucketValues - bucketValues or null for nonepublic Long getValueFrequencyLowerBound()
null for nonepublic GooglePrivacyDlpV2CategoricalStatsHistogramBucket setValueFrequencyLowerBound(Long valueFrequencyLowerBound)
valueFrequencyLowerBound - valueFrequencyLowerBound or null for nonepublic Long getValueFrequencyUpperBound()
null for nonepublic GooglePrivacyDlpV2CategoricalStatsHistogramBucket setValueFrequencyUpperBound(Long valueFrequencyUpperBound)
valueFrequencyUpperBound - valueFrequencyUpperBound or null for nonepublic GooglePrivacyDlpV2CategoricalStatsHistogramBucket set(String fieldName, Object value)
set in class GenericJsonpublic GooglePrivacyDlpV2CategoricalStatsHistogramBucket clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.