Interface CustomInfoType.DetectionRuleOrBuilder

    • 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.