public final class GooglePrivacyDlpV2InspectConfig 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 |
|---|
GooglePrivacyDlpV2InspectConfig() |
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2InspectConfig |
clone() |
List<String> |
getContentOptions()
List of options defining data content to scan.
|
List<GooglePrivacyDlpV2CustomInfoType> |
getCustomInfoTypes()
CustomInfoTypes provided by the user.
|
Boolean |
getExcludeInfoTypes()
When true, excludes type information of the findings.
|
Boolean |
getIncludeQuote()
When true, a contextual quote from the data that triggered a finding is included in the
response; see Finding.quote.
|
List<GooglePrivacyDlpV2InfoType> |
getInfoTypes()
Restricts what info_types to look for.
|
GooglePrivacyDlpV2FindingLimits |
getLimits()
Configuration to control the number of findings returned.
|
String |
getMinLikelihood()
Only returns findings equal or above this threshold.
|
List<GooglePrivacyDlpV2InspectionRuleSet> |
getRuleSet()
Set of rules to apply to the findings for this InspectConfig.
|
GooglePrivacyDlpV2InspectConfig |
set(String fieldName,
Object value) |
GooglePrivacyDlpV2InspectConfig |
setContentOptions(List<String> contentOptions)
List of options defining data content to scan.
|
GooglePrivacyDlpV2InspectConfig |
setCustomInfoTypes(List<GooglePrivacyDlpV2CustomInfoType> customInfoTypes)
CustomInfoTypes provided by the user.
|
GooglePrivacyDlpV2InspectConfig |
setExcludeInfoTypes(Boolean excludeInfoTypes)
When true, excludes type information of the findings.
|
GooglePrivacyDlpV2InspectConfig |
setIncludeQuote(Boolean includeQuote)
When true, a contextual quote from the data that triggered a finding is included in the
response; see Finding.quote.
|
GooglePrivacyDlpV2InspectConfig |
setInfoTypes(List<GooglePrivacyDlpV2InfoType> infoTypes)
Restricts what info_types to look for.
|
GooglePrivacyDlpV2InspectConfig |
setLimits(GooglePrivacyDlpV2FindingLimits limits)
Configuration to control the number of findings returned.
|
GooglePrivacyDlpV2InspectConfig |
setMinLikelihood(String minLikelihood)
Only returns findings equal or above this threshold.
|
GooglePrivacyDlpV2InspectConfig |
setRuleSet(List<GooglePrivacyDlpV2InspectionRuleSet> ruleSet)
Set of rules to apply to the findings for this InspectConfig.
|
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 List<String> getContentOptions()
null for nonepublic GooglePrivacyDlpV2InspectConfig setContentOptions(List<String> contentOptions)
contentOptions - contentOptions or null for nonepublic List<GooglePrivacyDlpV2CustomInfoType> getCustomInfoTypes()
null for nonepublic GooglePrivacyDlpV2InspectConfig setCustomInfoTypes(List<GooglePrivacyDlpV2CustomInfoType> customInfoTypes)
customInfoTypes - customInfoTypes or null for nonepublic Boolean getExcludeInfoTypes()
null for nonepublic GooglePrivacyDlpV2InspectConfig setExcludeInfoTypes(Boolean excludeInfoTypes)
excludeInfoTypes - excludeInfoTypes or null for nonepublic Boolean getIncludeQuote()
null for nonepublic GooglePrivacyDlpV2InspectConfig setIncludeQuote(Boolean includeQuote)
includeQuote - includeQuote or null for nonepublic List<GooglePrivacyDlpV2InfoType> getInfoTypes()
null for nonepublic GooglePrivacyDlpV2InspectConfig setInfoTypes(List<GooglePrivacyDlpV2InfoType> infoTypes)
infoTypes - infoTypes or null for nonepublic GooglePrivacyDlpV2FindingLimits getLimits()
null for nonepublic GooglePrivacyDlpV2InspectConfig setLimits(GooglePrivacyDlpV2FindingLimits limits)
limits - limits or null for nonepublic String getMinLikelihood()
null for nonepublic GooglePrivacyDlpV2InspectConfig setMinLikelihood(String minLikelihood)
minLikelihood - minLikelihood or null for nonepublic List<GooglePrivacyDlpV2InspectionRuleSet> getRuleSet()
null for nonepublic GooglePrivacyDlpV2InspectConfig setRuleSet(List<GooglePrivacyDlpV2InspectionRuleSet> ruleSet)
ruleSet - ruleSet or null for nonepublic GooglePrivacyDlpV2InspectConfig set(String fieldName, Object value)
set in class GenericJsonpublic GooglePrivacyDlpV2InspectConfig clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.