Enum RuleType (0.2.0)

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

ProtocolMessageEnum

Static Fields

Name Description
MULTI_EVENT

Rule checks for correlation between multiple events

MULTI_EVENT = 2;

MULTI_EVENT_VALUE

Rule checks for correlation between multiple events

MULTI_EVENT = 2;

RULE_TYPE_UNSPECIFIED

The rule type is unspecified/unknown.

RULE_TYPE_UNSPECIFIED = 0;

RULE_TYPE_UNSPECIFIED_VALUE

The rule type is unspecified/unknown.

RULE_TYPE_UNSPECIFIED = 0;

SINGLE_EVENT

Rule checks for the existence of a single event.

SINGLE_EVENT = 1;

SINGLE_EVENT_VALUE

Rule checks for the existence of a single event.

SINGLE_EVENT = 1;

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()