Google Cloud Api Hub V1 Client - Class CurrentExecutionState (0.3.0)

Reference documentation and code samples for the Google Cloud Api Hub V1 Client class CurrentExecutionState.

Enum for the current state of the execution.

Protobuf type google.cloud.apihub.v1.ExecutionStatus.CurrentExecutionState

Namespace

Google \ Cloud \ ApiHub \ V1 \ ExecutionStatus

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CURRENT_EXECUTION_STATE_UNSPECIFIED

Value: 0

Default unspecified execution state.

Generated from protobuf enum CURRENT_EXECUTION_STATE_UNSPECIFIED = 0;

RUNNING

Value: 1

The plugin instance is executing.

Generated from protobuf enum RUNNING = 1;

NOT_RUNNING

Value: 2

The plugin instance is not running an execution.

Generated from protobuf enum NOT_RUNNING = 2;