Interface InspectionRuleOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    InspectionRule, InspectionRule.Builder

    public interface InspectionRuleOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasHotwordRule

        boolean hasHotwordRule()
         Hotword-based detection rule.
         
        .google.privacy.dlp.v2.CustomInfoType.DetectionRule.HotwordRule hotword_rule = 1;
        Returns:
        Whether the hotwordRule field is set.
      • getHotwordRule

        CustomInfoType.DetectionRule.HotwordRule getHotwordRule()
         Hotword-based detection rule.
         
        .google.privacy.dlp.v2.CustomInfoType.DetectionRule.HotwordRule hotword_rule = 1;
        Returns:
        The hotwordRule.
      • hasExclusionRule

        boolean hasExclusionRule()
         Exclusion rule.
         
        .google.privacy.dlp.v2.ExclusionRule exclusion_rule = 2;
        Returns:
        Whether the exclusionRule field is set.
      • getExclusionRule

        ExclusionRule getExclusionRule()
         Exclusion rule.
         
        .google.privacy.dlp.v2.ExclusionRule exclusion_rule = 2;
        Returns:
        The exclusionRule.
      • getExclusionRuleOrBuilder

        ExclusionRuleOrBuilder getExclusionRuleOrBuilder()
         Exclusion rule.
         
        .google.privacy.dlp.v2.ExclusionRule exclusion_rule = 2;