Reference documentation and code samples for the Google Cloud Chronicle V1 Client class CompilationState.
The current compilation state of the rule.
Protobuf type google.cloud.chronicle.v1.Rule.CompilationState
Namespace
Google \ Cloud \ Chronicle \ V1 \ RuleMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
COMPILATION_STATE_UNSPECIFIED
Value: 0
The compilation state is unspecified/unknown.
Generated from protobuf enum COMPILATION_STATE_UNSPECIFIED = 0;
SUCCEEDED
Value: 1
The Rule can successfully compile.
Generated from protobuf enum SUCCEEDED = 1;
FAILED
Value: 2
The Rule cannot successfully compile.
This is possible if a backwards-incompatible change was made to the compiler.
Generated from protobuf enum FAILED = 2;