public sealed class ScanRunLog : IMessage<ScanRunLog>, IEquatable<ScanRunLog>, IDeepCloneable<ScanRunLog>, IBufferMessage, IMessage
Reference documentation and code samples for the Web Security Scanner v1 API 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
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page provides reference documentation for the `ScanRunLog` class within the Google Cloud Web Security Scanner v1 API, specifically version 2.2.0."],["`ScanRunLog` is an output-only proto used for logging in Stackdriver, tracking the start and end of scan pipelines, and it is also represented as a proto Struct or JSON in logs."],["The `ScanRunLog` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["Key properties of the `ScanRunLog` class include `ErrorTrace`, `ExecutionState`, `HasFindings`, `Name`, `ResultState`, `Summary`, `UrlsCrawledCount`, and `UrlsTestedCount`, each providing specific information about the scan run."],["There are several versions of the API in this page ranging from version 1.0.0 to the most recent 2.5.0."]]],[]]