Uses of Interface
com.google.privacy.dlp.v2.InspectionRuleOrBuilder
-
Packages that use InspectionRuleOrBuilder Package Description com.google.privacy.dlp.v2 -
-
Uses of InspectionRuleOrBuilder in com.google.privacy.dlp.v2
Classes in com.google.privacy.dlp.v2 that implement InspectionRuleOrBuilder Modifier and Type Class Description class
InspectionRule
A single inspection rule to be applied to infoTypes, specified in `InspectionRuleSet`.static class
InspectionRule.Builder
A single inspection rule to be applied to infoTypes, specified in `InspectionRuleSet`.Methods in com.google.privacy.dlp.v2 that return InspectionRuleOrBuilder Modifier and Type Method Description InspectionRuleOrBuilder
InspectionRuleSet.Builder. getRulesOrBuilder(int index)
Set of rules to be applied to infoTypes.InspectionRuleOrBuilder
InspectionRuleSet. getRulesOrBuilder(int index)
Set of rules to be applied to infoTypes.InspectionRuleOrBuilder
InspectionRuleSetOrBuilder. getRulesOrBuilder(int index)
Set of rules to be applied to infoTypes.Methods in com.google.privacy.dlp.v2 that return types with arguments of type InspectionRuleOrBuilder Modifier and Type Method Description List<? extends InspectionRuleOrBuilder>
InspectionRuleSet.Builder. getRulesOrBuilderList()
Set of rules to be applied to infoTypes.List<? extends InspectionRuleOrBuilder>
InspectionRuleSet. getRulesOrBuilderList()
Set of rules to be applied to infoTypes.List<? extends InspectionRuleOrBuilder>
InspectionRuleSetOrBuilder. getRulesOrBuilderList()
Set of rules to be applied to infoTypes.
-