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."],[[["The `ScanRunWarningTrace` class in the Google Cloud Web Security Scanner v1 API provides warning traces that offer information to enhance the scanning process."],["This class is part of the `Google.Cloud.WebSecurityScanner.V1` namespace and is implemented in the `Google.Cloud.WebSecurityScanner.V1.dll` assembly."],["It includes properties, like `Code`, which outputs the warning code and can help you better interpret the results of a scan."],["The `ScanRunWarningTrace` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, meaning it has functionalities for message handling, comparison, cloning and buffer interaction."],["There are multiple versions of the `ScanRunWarningTrace` available, with 2.5.0 being the latest, offering various builds and history of the class implementation."]]],[]]