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, found in the `Google.Cloud.WebSecurityScanner.V1` namespace, provides warning trace messages for ScanRun, helping to improve the effectiveness of the scanning process."],["This class implements several interfaces, including `IMessage\u003cScanRunWarningTrace\u003e`, `IEquatable\u003cScanRunWarningTrace\u003e`, `IDeepCloneable\u003cScanRunWarningTrace\u003e`, `IBufferMessage`, and `IMessage`, offering diverse functionality for message handling and comparison."],["The latest version of this feature is version 2.5.0, with multiple previous versions like 2.4.0, 2.3.0, and all the way back to 1.0.0 available in the documentation."],["`ScanRunWarningTrace` has two constructors: a default constructor and one that takes another `ScanRunWarningTrace` object as a parameter, enabling object duplication."],["The warning code, represented by the property `Code`, is available in the `ScanRunWarningTrace.Types.Code` type, and this property is an output-only value."]]],[]]