Reference documentation and code samples for the Google Cloud Web Security Scanner V1 Client class ExecutionState.
Types of ScanRun execution state.
Protobuf type google.cloud.websecurityscanner.v1.ScanRun.ExecutionState
Namespace
Google \ Cloud \ WebSecurityScanner \ V1 \ ScanRunMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;