Google Cloud Chronicle V1 Client - Class ExecutionState (0.1.2)

Reference documentation and code samples for the Google Cloud Chronicle V1 Client class ExecutionState.

The possible execution states the rule deployment can be in.

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

Namespace

Google \ Cloud \ Chronicle \ V1 \ RuleDeployment

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

EXECUTION_STATE_UNSPECIFIED

Value: 0

Unspecified or unknown execution state.

Generated from protobuf enum EXECUTION_STATE_UNSPECIFIED = 0;

PBDEFAULT

Value: 1

Default execution state.

Generated from protobuf enum DEFAULT = 1;

LIMITED

Value: 2

Rules in limited state may not have their executions guaranteed.

Generated from protobuf enum LIMITED = 2;

PAUSED

Value: 3

Paused rules are not executed at all.

Generated from protobuf enum PAUSED = 3;