public sealed class ScanRunWarningTrace : IMessage<ScanRunWarningTrace>, IEquatable<ScanRunWarningTrace>, IDeepCloneable<ScanRunWarningTrace>, IBufferMessage, IMessage
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 provides warning trace messages for `ScanRun` processes, offering useful information to enhance scanning effectiveness."],["This class is part of the `Google.Cloud.WebSecurityScanner.V1` namespace, found within the `Google.Cloud.WebSecurityScanner.V1.dll` assembly, and is currently available in versions ranging from 1.0.0 to 2.5.0."],["`ScanRunWarningTrace` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use within Google's protocol buffer system."],["The `Code` property, which is an output-only indicator, within `ScanRunWarningTrace` helps understand and categorize specific warning types."],["The class has two constructors, a default one and one that accepts another `ScanRunWarningTrace` instance to initialize its properties."]]],[]]