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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DEFAULT |
Default execution state. |
DEFAULT_VALUE |
Default execution state. |
EXECUTION_STATE_UNSPECIFIED |
Unspecified or unknown execution state. |
EXECUTION_STATE_UNSPECIFIED_VALUE |
Unspecified or unknown execution state. |
LIMITED |
Rules in limited state may not have their executions guaranteed. |
LIMITED_VALUE |
Rules in limited state may not have their executions guaranteed. |
PAUSED |
Paused rules are not executed at all. |
PAUSED_VALUE |
Paused rules are not executed at all. |
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() |