Google Cloud Chronicle V1 Client - Class CompilationState (0.4.0)
Stay organized with collections
Save and categorize content based on your preferences.
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 \ Rule
Methods
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-05-04 UTC."],[],[]]