Package com.google.privacy.dlp.v2
Interface InspectionRuleSetOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InspectionRuleSet
,InspectionRuleSet.Builder
public interface InspectionRuleSetOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InfoType
getInfoTypes(int index)
List of infoTypes this rule set is applied to.int
getInfoTypesCount()
List of infoTypes this rule set is applied to.List<InfoType>
getInfoTypesList()
List of infoTypes this rule set is applied to.InfoTypeOrBuilder
getInfoTypesOrBuilder(int index)
List of infoTypes this rule set is applied to.List<? extends InfoTypeOrBuilder>
getInfoTypesOrBuilderList()
List of infoTypes this rule set is applied to.InspectionRule
getRules(int index)
Set of rules to be applied to infoTypes.int
getRulesCount()
Set of rules to be applied to infoTypes.List<InspectionRule>
getRulesList()
Set of rules to be applied to infoTypes.InspectionRuleOrBuilder
getRulesOrBuilder(int index)
Set of rules to be applied to infoTypes.List<? extends InspectionRuleOrBuilder>
getRulesOrBuilderList()
Set of rules to be applied to infoTypes.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getInfoTypesList
List<InfoType> getInfoTypesList()
List of infoTypes this rule set is applied to.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
-
getInfoTypes
InfoType getInfoTypes(int index)
List of infoTypes this rule set is applied to.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
-
getInfoTypesCount
int getInfoTypesCount()
List of infoTypes this rule set is applied to.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
-
getInfoTypesOrBuilderList
List<? extends InfoTypeOrBuilder> getInfoTypesOrBuilderList()
List of infoTypes this rule set is applied to.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
-
getInfoTypesOrBuilder
InfoTypeOrBuilder getInfoTypesOrBuilder(int index)
List of infoTypes this rule set is applied to.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
-
getRulesList
List<InspectionRule> getRulesList()
Set of rules to be applied to infoTypes. The rules are applied in order.
repeated .google.privacy.dlp.v2.InspectionRule rules = 2;
-
getRules
InspectionRule getRules(int index)
Set of rules to be applied to infoTypes. The rules are applied in order.
repeated .google.privacy.dlp.v2.InspectionRule rules = 2;
-
getRulesCount
int getRulesCount()
Set of rules to be applied to infoTypes. The rules are applied in order.
repeated .google.privacy.dlp.v2.InspectionRule rules = 2;
-
getRulesOrBuilderList
List<? extends InspectionRuleOrBuilder> getRulesOrBuilderList()
Set of rules to be applied to infoTypes. The rules are applied in order.
repeated .google.privacy.dlp.v2.InspectionRule rules = 2;
-
getRulesOrBuilder
InspectionRuleOrBuilder getRulesOrBuilder(int index)
Set of rules to be applied to infoTypes. The rules are applied in order.
repeated .google.privacy.dlp.v2.InspectionRule rules = 2;
-
-