Enum RuleDeployment.ExecutionState (0.1.0)

public enum RuleDeployment.ExecutionState extends Enum<RuleDeployment.ExecutionState> implements ProtocolMessageEnum

The possible execution states the rule deployment can be in.

Protobuf enum google.cloud.chronicle.v1.RuleDeployment.ExecutionState

Implements

ProtocolMessageEnum

Static Fields

Name Description
DEFAULT

Default execution state.

DEFAULT = 1;

DEFAULT_VALUE

Default execution state.

DEFAULT = 1;

EXECUTION_STATE_UNSPECIFIED

Unspecified or unknown execution state.

EXECUTION_STATE_UNSPECIFIED = 0;

EXECUTION_STATE_UNSPECIFIED_VALUE

Unspecified or unknown execution state.

EXECUTION_STATE_UNSPECIFIED = 0;

LIMITED

Rules in limited state may not have their executions guaranteed.

LIMITED = 2;

LIMITED_VALUE

Rules in limited state may not have their executions guaranteed.

LIMITED = 2;

PAUSED

Paused rules are not executed at all.

PAUSED = 3;

PAUSED_VALUE

Paused rules are not executed at all.

PAUSED = 3;

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