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 messagegoogle.cloud.websecurityscanner.v1.ScanRunLog
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Web Security Scanner V1 Client - Class ScanRunLog (1.0.5)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.5 (latest)](/php/docs/reference/cloud-web-security-scanner/latest/V1.ScanRunLog)\n- [1.0.4](/php/docs/reference/cloud-web-security-scanner/1.0.4/V1.ScanRunLog)\n- [0.8.5](/php/docs/reference/cloud-web-security-scanner/0.8.5/V1.ScanRunLog)\n- [0.7.18](/php/docs/reference/cloud-web-security-scanner/0.7.18/V1.ScanRunLog) \nReference documentation and code samples for the Google Cloud Web Security Scanner V1 Client class ScanRunLog.\n\nA ScanRunLog is an output-only proto used for Stackdriver customer logging.\n\nIt is used for logs covering the start and end of scan pipelines.\nOther than an added summary, this is a subset of the ScanRun.\nRepresentation in logs is either a proto Struct, or converted to JSON.\nNext id: 9\n\nGenerated from protobuf message `google.cloud.websecurityscanner.v1.ScanRunLog`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ WebSecurityScanner \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getSummary\n\nHuman friendly message about the event.\n\n### setSummary\n\nHuman friendly message about the event.\n\n### getName\n\nThe resource name of the ScanRun being logged.\n\n### setName\n\nThe resource name of the ScanRun being logged.\n\n### getExecutionState\n\nThe execution state of the ScanRun.\n\n### setExecutionState\n\nThe execution state of the ScanRun.\n\n### getResultState\n\nThe result state of the ScanRun.\n\n### setResultState\n\nThe result state of the ScanRun.\n\n### getUrlsCrawledCount\n\nGenerated from protobuf field `int64 urls_crawled_count = 5;`\n\n### setUrlsCrawledCount\n\nGenerated from protobuf field `int64 urls_crawled_count = 5;`\n\n### getUrlsTestedCount\n\nGenerated from protobuf field `int64 urls_tested_count = 6;`\n\n### setUrlsTestedCount\n\nGenerated from protobuf field `int64 urls_tested_count = 6;`\n\n### getHasFindings\n\nGenerated from protobuf field `bool has_findings = 7;`\n\n### setHasFindings\n\nGenerated from protobuf field `bool has_findings = 7;`\n\n### getErrorTrace\n\nGenerated from protobuf field `.google.cloud.websecurityscanner.v1.ScanRunErrorTrace error_trace = 8;`\n\n### hasErrorTrace\n\n### clearErrorTrace\n\n### setErrorTrace\n\nGenerated from protobuf field `.google.cloud.websecurityscanner.v1.ScanRunErrorTrace error_trace = 8;`"]]