public final class GooglePrivacyDlpV2ExclusionRule 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 |
|---|
GooglePrivacyDlpV2ExclusionRule() |
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2ExclusionRule |
clone() |
GooglePrivacyDlpV2Dictionary |
getDictionary()
Dictionary which defines the rule.
|
GooglePrivacyDlpV2ExcludeInfoTypes |
getExcludeInfoTypes()
Set of infoTypes for which findings would affect this rule.
|
String |
getMatchingType()
How the rule is applied, see MatchingType documentation for details.
|
GooglePrivacyDlpV2Regex |
getRegex()
Regular expression which defines the rule.
|
GooglePrivacyDlpV2ExclusionRule |
set(String fieldName,
Object value) |
GooglePrivacyDlpV2ExclusionRule |
setDictionary(GooglePrivacyDlpV2Dictionary dictionary)
Dictionary which defines the rule.
|
GooglePrivacyDlpV2ExclusionRule |
setExcludeInfoTypes(GooglePrivacyDlpV2ExcludeInfoTypes excludeInfoTypes)
Set of infoTypes for which findings would affect this rule.
|
GooglePrivacyDlpV2ExclusionRule |
setMatchingType(String matchingType)
How the rule is applied, see MatchingType documentation for details.
|
GooglePrivacyDlpV2ExclusionRule |
setRegex(GooglePrivacyDlpV2Regex regex)
Regular expression which defines the rule.
|
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 GooglePrivacyDlpV2Dictionary getDictionary()
null for nonepublic GooglePrivacyDlpV2ExclusionRule setDictionary(GooglePrivacyDlpV2Dictionary dictionary)
dictionary - dictionary or null for nonepublic GooglePrivacyDlpV2ExcludeInfoTypes getExcludeInfoTypes()
null for nonepublic GooglePrivacyDlpV2ExclusionRule setExcludeInfoTypes(GooglePrivacyDlpV2ExcludeInfoTypes excludeInfoTypes)
excludeInfoTypes - excludeInfoTypes or null for nonepublic String getMatchingType()
null for nonepublic GooglePrivacyDlpV2ExclusionRule setMatchingType(String matchingType)
matchingType - matchingType or null for nonepublic GooglePrivacyDlpV2Regex getRegex()
null for nonepublic GooglePrivacyDlpV2ExclusionRule setRegex(GooglePrivacyDlpV2Regex regex)
regex - regex or null for nonepublic GooglePrivacyDlpV2ExclusionRule set(String fieldName, Object value)
set in class GenericJsonpublic GooglePrivacyDlpV2ExclusionRule clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.