Reference documentation and code samples for the Google Cloud Web Security Scanner V1 Client class ScanRunLog.
A ScanRunLog is an output-only proto used for Stackdriver customer logging.
It is used for logs covering the start and end of scan pipelines. Other than an added summary, this is a subset of the ScanRun. Representation in logs is either a proto Struct, or converted to JSON. Next id: 9
Generated from protobuf message google.cloud.websecurityscanner.v1.ScanRunLog
Namespace
Google \ Cloud \ WebSecurityScanner \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ summary
string
Human friendly message about the event.
↳ name
string
The resource name of the ScanRun being logged.
↳ execution_state
int
The execution state of the ScanRun.
↳ result_state
int
The result state of the ScanRun.
↳ urls_crawled_count
int|string
↳ urls_tested_count
int|string
↳ has_findings
bool
↳ error_trace
getSummary
Human friendly message about the event.
string
setSummary
Human friendly message about the event.
var
string
$this
getName
The resource name of the ScanRun being logged.
string
setName
The resource name of the ScanRun being logged.
var
string
$this
getExecutionState
The execution state of the ScanRun.
int
setExecutionState
The execution state of the ScanRun.
var
int
$this
getResultState
The result state of the ScanRun.
int
setResultState
The result state of the ScanRun.
var
int
$this
getUrlsCrawledCount
Generated from protobuf field int64 urls_crawled_count = 5;
int|string
setUrlsCrawledCount
Generated from protobuf field int64 urls_crawled_count = 5;
var
int|string
$this
getUrlsTestedCount
Generated from protobuf field int64 urls_tested_count = 6;
int|string
setUrlsTestedCount
Generated from protobuf field int64 urls_tested_count = 6;
var
int|string
$this
getHasFindings
Generated from protobuf field bool has_findings = 7;
bool
setHasFindings
Generated from protobuf field bool has_findings = 7;
var
bool
$this
getErrorTrace
Generated from protobuf field .google.cloud.websecurityscanner.v1.ScanRunErrorTrace error_trace = 8;
hasErrorTrace
clearErrorTrace
setErrorTrace
Generated from protobuf field .google.cloud.websecurityscanner.v1.ScanRunErrorTrace error_trace = 8;
$this