Google Cloud Web Security Scanner V1beta Client - Class ExecutionState (0.7.18)

Reference documentation and code samples for the Google Cloud Web Security Scanner V1beta Client class ExecutionState.

Types of ScanRun execution state.

Protobuf type google.cloud.websecurityscanner.v1beta.ScanRun.ExecutionState

Namespace

Google \ Cloud \ WebSecurityScanner \ V1beta \ ScanRun

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

EXECUTION_STATE_UNSPECIFIED

Value: 0

Represents an invalid state caused by internal server error. This value should never be returned.

Generated from protobuf enum EXECUTION_STATE_UNSPECIFIED = 0;

QUEUED

Value: 1

The scan is waiting in the queue.

Generated from protobuf enum QUEUED = 1;

SCANNING

Value: 2

The scan is in progress.

Generated from protobuf enum SCANNING = 2;

FINISHED

Value: 3

The scan is either finished or stopped by user.

Generated from protobuf enum FINISHED = 3;