public enum Rule.CompilationState extends Enum<Rule.CompilationState> implements ProtocolMessageEnum
The current compilation state of the rule.
Protobuf enum google.cloud.chronicle.v1.Rule.CompilationState
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
COMPILATION_STATE_UNSPECIFIED |
The compilation state is unspecified/unknown. |
COMPILATION_STATE_UNSPECIFIED_VALUE |
The compilation state is unspecified/unknown. |
FAILED |
The Rule cannot successfully compile. This is possible if a backwards-incompatible change was made to the compiler. |
FAILED_VALUE |
The Rule cannot successfully compile. This is possible if a backwards-incompatible change was made to the compiler. |
SUCCEEDED |
The Rule can successfully compile. |
SUCCEEDED_VALUE |
The Rule can successfully compile. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |