Uses of Interface
com.google.privacy.dlp.v2.InspectionRuleSetOrBuilder
-
Packages that use InspectionRuleSetOrBuilder Package Description com.google.privacy.dlp.v2 -
-
Uses of InspectionRuleSetOrBuilder in com.google.privacy.dlp.v2
Classes in com.google.privacy.dlp.v2 that implement InspectionRuleSetOrBuilder Modifier and Type Class Description class
InspectionRuleSet
Rule set for modifying a set of infoTypes to alter behavior under certain circumstances, depending on the specific details of the rules within the set.static class
InspectionRuleSet.Builder
Rule set for modifying a set of infoTypes to alter behavior under certain circumstances, depending on the specific details of the rules within the set.Methods in com.google.privacy.dlp.v2 that return InspectionRuleSetOrBuilder Modifier and Type Method Description InspectionRuleSetOrBuilder
InspectConfig.Builder. getRuleSetOrBuilder(int index)
Set of rules to apply to the findings for this InspectConfig.InspectionRuleSetOrBuilder
InspectConfig. getRuleSetOrBuilder(int index)
Set of rules to apply to the findings for this InspectConfig.InspectionRuleSetOrBuilder
InspectConfigOrBuilder. getRuleSetOrBuilder(int index)
Set of rules to apply to the findings for this InspectConfig.Methods in com.google.privacy.dlp.v2 that return types with arguments of type InspectionRuleSetOrBuilder Modifier and Type Method Description List<? extends InspectionRuleSetOrBuilder>
InspectConfig.Builder. getRuleSetOrBuilderList()
Set of rules to apply to the findings for this InspectConfig.List<? extends InspectionRuleSetOrBuilder>
InspectConfig. getRuleSetOrBuilderList()
Set of rules to apply to the findings for this InspectConfig.List<? extends InspectionRuleSetOrBuilder>
InspectConfigOrBuilder. getRuleSetOrBuilderList()
Set of rules to apply to the findings for this InspectConfig.
-