Module: Google::Cloud::Chronicle::V1::Rule::CompilationState

Defined in:
proto_docs/google/cloud/chronicle/v1/rule.rb

Overview

The current compilation state of the rule.

Constant Summary collapse

COMPILATION_STATE_UNSPECIFIED =

The compilation state is unspecified/unknown.

0
SUCCEEDED =

The Rule can successfully compile.

1
FAILED =

The Rule cannot successfully compile. This is possible if a backwards-incompatible change was made to the compiler.

2