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"]],[["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."],[[["This webpage provides documentation for the `ScanRunWarningTrace` class within the `Google.Cloud.WebSecurityScanner.V1` namespace, specifically version 1.2.0, with links to different versions."],["`ScanRunWarningTrace` is an output-only class that provides warning trace messages to help make the web scanning process more effective."],["The class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities."],["The class has two constructors, a default one and one that takes another `ScanRunWarningTrace` instance as a parameter, allowing for the creation of a copy."],["The `Code` property of the `ScanRunWarningTrace` object is output-only and indicates the warning code using the `ScanRunWarningTrace.Types.Code` enum."]]],[]]