public enum RuleType extends Enum<RuleType> implements ProtocolMessageEnum
RuleType indicates the YARA-L rule type of user-created and Google Cloud Threat Intelligence (GCTI) authored rules.
Protobuf enum google.cloud.chronicle.v1.RuleType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
MULTI_EVENT |
Rule checks for correlation between multiple events |
MULTI_EVENT_VALUE |
Rule checks for correlation between multiple events |
RULE_TYPE_UNSPECIFIED |
The rule type is unspecified/unknown. |
RULE_TYPE_UNSPECIFIED_VALUE |
The rule type is unspecified/unknown. |
SINGLE_EVENT |
Rule checks for the existence of a single event. |
SINGLE_EVENT_VALUE |
Rule checks for the existence of a single event. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |