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 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;