public enum Rule.Types.CompilationStateReference documentation and code samples for the Chronicle v1 API enum Rule.Types.CompilationState.
The current compilation state of the rule.
Namespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Fields |
|
|---|---|
| Name | Description |
Failed |
The Rule cannot successfully compile. This is possible if a backwards-incompatible change was made to the compiler. |
Succeeded |
The Rule can successfully compile. |
Unspecified |
The compilation state is unspecified/unknown. |