Interface Indicator.ProcessSignature.YaraRuleSignatureOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Indicator.ProcessSignature.YaraRuleSignature
,Indicator.ProcessSignature.YaraRuleSignature.Builder
- Enclosing class:
- Indicator.ProcessSignature
public static interface Indicator.ProcessSignature.YaraRuleSignatureOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
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.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.
-
-