Reference documentation and code samples for the Google Cloud Chronicle V1 Client class RunFrequency.
RunFrequency indicates the run frequency at which a YARA-L 2 rule will run if enabled.
Protobuf type google.cloud.chronicle.v1.RunFrequency
Namespace
Google \ Cloud \ Chronicle \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
RUN_FREQUENCY_UNSPECIFIED
Value: 0
The run frequency is unspecified/unknown.
Generated from protobuf enum RUN_FREQUENCY_UNSPECIFIED = 0;
LIVE
Value: 1
Executes in real time.
Generated from protobuf enum LIVE = 1;
HOURLY
Value: 2
Executes once per hour.
Generated from protobuf enum HOURLY = 2;
DAILY
Value: 3
Executes once per day.
Generated from protobuf enum DAILY = 3;