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 `ScanRunLog` class is part of the Web Security Scanner v1 API, specifically within the `Google.Cloud.WebSecurityScanner.V1` namespace and version 2.3.0."],["`ScanRunLog` is an output-only proto designed for logging the start and end of scan pipelines, and it is represented in logs as either a proto Struct or converted to JSON."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `ScanRunLog` include `ErrorTrace`, `ExecutionState`, `HasFindings`, `Name`, `ResultState`, `Summary`, `UrlsCrawledCount`, and `UrlsTestedCount`, which provide details about the scan run's status, results, and related data."],["The latest version available of this API is 2.5.0, and the list provided shows versions back to 1.0.0 available, as well as links to their individual documentation."]]],[]]