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.
Inheritance
System.Object > ScanRunWarningTraceImplements
Google.Protobuf.IMessage<ScanRunWarningTrace>, System.IEquatable<ScanRunWarningTrace>, Google.Protobuf.IDeepCloneable<ScanRunWarningTrace>, Google.Protobuf.IBufferMessage, Google.Protobuf.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 |