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.
Implements
IMessage<ScanRunWarningTrace>, IEquatable<ScanRunWarningTrace>, IDeepCloneable<ScanRunWarningTrace>, IBufferMessage, IMessageNamespace
Google.Cloud.WebSecurityScanner.V1Assembly
Google.Cloud.WebSecurityScanner.V1.dll
Constructors
ScanRunWarningTrace()
public ScanRunWarningTrace()
ScanRunWarningTrace(ScanRunWarningTrace)
public ScanRunWarningTrace(ScanRunWarningTrace other)
Parameter | |
---|---|
Name | Description |
other | ScanRunWarningTrace |
Properties
Code
public ScanRunWarningTrace.Types.Code Code { get; set; }
Output only. Indicates the warning code.
Property Value | |
---|---|
Type | Description |
ScanRunWarningTrace.Types.Code |