public sealed class ScanRunWarningTrace : IMessage<ScanRunWarningTrace>, IEquatable<ScanRunWarningTrace>, IDeepCloneable<ScanRunWarningTrace>, IBufferMessage, IMessage
Reference documentation and code samples for the Web Security Scanner v1 API 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.
[[["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-03-21 UTC."],[[["This documentation covers the `ScanRunWarningTrace` class within the Google Cloud Web Security Scanner v1 API, providing details for various versions, with version 2.5.0 being the latest."],["The `ScanRunWarningTrace` class, represented as a sealed class, is designed to deliver warning trace messages during a `ScanRun`, offering insights into how to optimize the scanning process."],["`ScanRunWarningTrace` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is available in the `Google.Cloud.WebSecurityScanner.V1` namespace."],["The class includes properties such as `Code`, which uses an enum (`ScanRunWarningTrace.Types.Code`) to specify the type of warning, and it also has constructors for creating instances either as default or from an existing `ScanRunWarningTrace` object."]]],[]]