| Package | Description |
|---|---|
| com.google.api.services.dlp.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2Regex |
GooglePrivacyDlpV2Regex.clone() |
GooglePrivacyDlpV2Regex |
GooglePrivacyDlpV2HotwordRule.getHotwordRegex()
Regular expression pattern defining what qualifies as a hotword.
|
GooglePrivacyDlpV2Regex |
GooglePrivacyDlpV2ExclusionRule.getRegex()
Regular expression which defines the rule.
|
GooglePrivacyDlpV2Regex |
GooglePrivacyDlpV2StoredInfoTypeConfig.getRegex()
Store regular expression-based StoredInfoType.
|
GooglePrivacyDlpV2Regex |
GooglePrivacyDlpV2CustomInfoType.getRegex()
Regular expression based CustomInfoType.
|
GooglePrivacyDlpV2Regex |
GooglePrivacyDlpV2Regex.set(String fieldName,
Object value) |
GooglePrivacyDlpV2Regex |
GooglePrivacyDlpV2Regex.setGroupIndexes(List<Integer> groupIndexes)
The index of the submatch to extract as findings.
|
GooglePrivacyDlpV2Regex |
GooglePrivacyDlpV2Regex.setPattern(String pattern)
Pattern defining the regular expression.
|
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2HotwordRule |
GooglePrivacyDlpV2HotwordRule.setHotwordRegex(GooglePrivacyDlpV2Regex hotwordRegex)
Regular expression pattern defining what qualifies as a hotword.
|
GooglePrivacyDlpV2ExclusionRule |
GooglePrivacyDlpV2ExclusionRule.setRegex(GooglePrivacyDlpV2Regex regex)
Regular expression which defines the rule.
|
GooglePrivacyDlpV2StoredInfoTypeConfig |
GooglePrivacyDlpV2StoredInfoTypeConfig.setRegex(GooglePrivacyDlpV2Regex regex)
Store regular expression-based StoredInfoType.
|
GooglePrivacyDlpV2CustomInfoType |
GooglePrivacyDlpV2CustomInfoType.setRegex(GooglePrivacyDlpV2Regex regex)
Regular expression based CustomInfoType.
|
Copyright © 2011–2020 Google. All rights reserved.