Chronicle v1 API - Enum Rule.Types.CompilationState (1.0.0-beta01)

public enum Rule.Types.CompilationState

Reference documentation and code samples for the Chronicle v1 API enum Rule.Types.CompilationState.

The current compilation state of the rule.

Namespace

Google.Cloud.Chronicle.V1

Assembly

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.