public final class GooglePrivacyDlpV2FixedSizeBucketingConfig 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 |
|---|
GooglePrivacyDlpV2FixedSizeBucketingConfig() |
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2FixedSizeBucketingConfig |
clone() |
Double |
getBucketSize()
Required.
|
GooglePrivacyDlpV2Value |
getLowerBound()
Required.
|
GooglePrivacyDlpV2Value |
getUpperBound()
Required.
|
GooglePrivacyDlpV2FixedSizeBucketingConfig |
set(String fieldName,
Object value) |
GooglePrivacyDlpV2FixedSizeBucketingConfig |
setBucketSize(Double bucketSize)
Required.
|
GooglePrivacyDlpV2FixedSizeBucketingConfig |
setLowerBound(GooglePrivacyDlpV2Value lowerBound)
Required.
|
GooglePrivacyDlpV2FixedSizeBucketingConfig |
setUpperBound(GooglePrivacyDlpV2Value upperBound)
Required.
|
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 GooglePrivacyDlpV2FixedSizeBucketingConfig()
public Double getBucketSize()
null for nonepublic GooglePrivacyDlpV2FixedSizeBucketingConfig setBucketSize(Double bucketSize)
bucketSize - bucketSize or null for nonepublic GooglePrivacyDlpV2Value getLowerBound()
null for nonepublic GooglePrivacyDlpV2FixedSizeBucketingConfig setLowerBound(GooglePrivacyDlpV2Value lowerBound)
lowerBound - lowerBound or null for nonepublic GooglePrivacyDlpV2Value getUpperBound()
null for nonepublic GooglePrivacyDlpV2FixedSizeBucketingConfig setUpperBound(GooglePrivacyDlpV2Value upperBound)
upperBound - upperBound or null for nonepublic GooglePrivacyDlpV2FixedSizeBucketingConfig set(String fieldName, Object value)
set in class GenericJsonpublic GooglePrivacyDlpV2FixedSizeBucketingConfig clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.