Reference documentation and code samples for the Google Cloud Web Security Scanner V1 Client class ScanRunWarningTrace.
Output only.
Defines a warning trace message for ScanRun. Warning traces provide customers with useful information that helps make the scanning process more effective.
Generated from protobuf message google.cloud.websecurityscanner.v1.ScanRunWarningTrace
Namespace
Google \ Cloud \ WebSecurityScanner \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ code |
int
Output only. Indicates the warning code. |
getCode
Output only. Indicates the warning code.
Returns | |
---|---|
Type | Description |
int |
setCode
Output only. Indicates the warning code.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |