Interface Indicator.ProcessSignature.YaraRuleSignatureOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getYaraRule()
      The name of the YARA rule.
      com.google.protobuf.ByteString getYaraRuleBytes()
      The name of the YARA rule.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getYaraRule

        String getYaraRule()
         The name of the YARA rule.
         
        string yara_rule = 5;
        Returns:
        The yaraRule.
      • getYaraRuleBytes

        com.google.protobuf.ByteString getYaraRuleBytes()
         The name of the YARA rule.
         
        string yara_rule = 5;
        Returns:
        The bytes for yaraRule.