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."],[[["The document provides reference documentation for the `ScanRunLog` class within the Google Cloud Web Security Scanner v1 API, specifically version 2.1.0."],["`ScanRunLog` is an output-only proto used for Stackdriver customer logging, tracking the start and end of scan pipelines, and it is also represented as a proto Struct or JSON in logs."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with inheritance from `Object`."],["The `ScanRunLog` class includes properties like `ErrorTrace`, `ExecutionState`, `HasFindings`, `Name`, `ResultState`, `Summary`, `UrlsCrawledCount`, and `UrlsTestedCount` to provide information about a scan run's status and results."],["The document provides a comprehensive list of versions for the `ScanRunLog` API class, ranging from version 1.0.0 to 2.5.0, with version 2.5.0 being the latest."]]],[]]