public enum RunFrequency extends Enum<RunFrequency> implements ProtocolMessageEnum
RunFrequency indicates the run frequency at which a YARA-L 2 rule will run if enabled.
Protobuf enum google.cloud.chronicle.v1.RunFrequency
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DAILY |
Executes once per day. |
DAILY_VALUE |
Executes once per day. |
HOURLY |
Executes once per hour. |
HOURLY_VALUE |
Executes once per hour. |
LIVE |
Executes in real time. |
LIVE_VALUE |
Executes in real time. |
RUN_FREQUENCY_UNSPECIFIED |
The run frequency is unspecified/unknown. |
RUN_FREQUENCY_UNSPECIFIED_VALUE |
The run frequency is unspecified/unknown. |
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() |