Enum Rule.CompilationState (0.2.0)

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

ProtocolMessageEnum

Static Fields

Name Description
COMPILATION_STATE_UNSPECIFIED

The compilation state is unspecified/unknown.

COMPILATION_STATE_UNSPECIFIED = 0;

COMPILATION_STATE_UNSPECIFIED_VALUE

The compilation state is unspecified/unknown.

COMPILATION_STATE_UNSPECIFIED = 0;

FAILED

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

FAILED = 2;

FAILED_VALUE

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

FAILED = 2;

SUCCEEDED

The Rule can successfully compile.

SUCCEEDED = 1;

SUCCEEDED_VALUE

The Rule can successfully compile.

SUCCEEDED = 1;

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()