| Package | Description |
|---|---|
| com.google.api.services.dlp.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2InspectConfig |
GooglePrivacyDlpV2InspectConfig.clone() |
GooglePrivacyDlpV2InspectConfig |
GooglePrivacyDlpV2InspectContentRequest.getInspectConfig()
Configuration for the inspector.
|
GooglePrivacyDlpV2InspectConfig |
GooglePrivacyDlpV2RedactImageRequest.getInspectConfig()
Configuration for the inspector.
|
GooglePrivacyDlpV2InspectConfig |
GooglePrivacyDlpV2ReidentifyContentRequest.getInspectConfig()
Configuration for the inspector.
|
GooglePrivacyDlpV2InspectConfig |
GooglePrivacyDlpV2InspectTemplate.getInspectConfig()
The core content of the template.
|
GooglePrivacyDlpV2InspectConfig |
GooglePrivacyDlpV2DeidentifyContentRequest.getInspectConfig()
Configuration for the inspector.
|
GooglePrivacyDlpV2InspectConfig |
GooglePrivacyDlpV2InspectJobConfig.getInspectConfig()
How and what to scan for.
|
GooglePrivacyDlpV2InspectConfig |
GooglePrivacyDlpV2InspectConfig.set(String fieldName,
Object value) |
GooglePrivacyDlpV2InspectConfig |
GooglePrivacyDlpV2InspectConfig.setContentOptions(List<String> contentOptions)
List of options defining data content to scan.
|
GooglePrivacyDlpV2InspectConfig |
GooglePrivacyDlpV2InspectConfig.setCustomInfoTypes(List<GooglePrivacyDlpV2CustomInfoType> customInfoTypes)
CustomInfoTypes provided by the user.
|
GooglePrivacyDlpV2InspectConfig |
GooglePrivacyDlpV2InspectConfig.setExcludeInfoTypes(Boolean excludeInfoTypes)
When true, excludes type information of the findings.
|
GooglePrivacyDlpV2InspectConfig |
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 |
GooglePrivacyDlpV2InspectConfig.setInfoTypes(List<GooglePrivacyDlpV2InfoType> infoTypes)
Restricts what info_types to look for.
|
GooglePrivacyDlpV2InspectConfig |
GooglePrivacyDlpV2InspectConfig.setLimits(GooglePrivacyDlpV2FindingLimits limits)
Configuration to control the number of findings returned.
|
GooglePrivacyDlpV2InspectConfig |
GooglePrivacyDlpV2InspectConfig.setMinLikelihood(String minLikelihood)
Only returns findings equal or above this threshold.
|
GooglePrivacyDlpV2InspectConfig |
GooglePrivacyDlpV2InspectConfig.setRuleSet(List<GooglePrivacyDlpV2InspectionRuleSet> ruleSet)
Set of rules to apply to the findings for this InspectConfig.
|
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2InspectContentRequest |
GooglePrivacyDlpV2InspectContentRequest.setInspectConfig(GooglePrivacyDlpV2InspectConfig inspectConfig)
Configuration for the inspector.
|
GooglePrivacyDlpV2RedactImageRequest |
GooglePrivacyDlpV2RedactImageRequest.setInspectConfig(GooglePrivacyDlpV2InspectConfig inspectConfig)
Configuration for the inspector.
|
GooglePrivacyDlpV2ReidentifyContentRequest |
GooglePrivacyDlpV2ReidentifyContentRequest.setInspectConfig(GooglePrivacyDlpV2InspectConfig inspectConfig)
Configuration for the inspector.
|
GooglePrivacyDlpV2InspectTemplate |
GooglePrivacyDlpV2InspectTemplate.setInspectConfig(GooglePrivacyDlpV2InspectConfig inspectConfig)
The core content of the template.
|
GooglePrivacyDlpV2DeidentifyContentRequest |
GooglePrivacyDlpV2DeidentifyContentRequest.setInspectConfig(GooglePrivacyDlpV2InspectConfig inspectConfig)
Configuration for the inspector.
|
GooglePrivacyDlpV2InspectJobConfig |
GooglePrivacyDlpV2InspectJobConfig.setInspectConfig(GooglePrivacyDlpV2InspectConfig inspectConfig)
How and what to scan for.
|
Copyright © 2011–2020 Google. All rights reserved.