Interface ScanRunWarningTraceOrBuilder (2.42.0)

public interface ScanRunWarningTraceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCode()

public abstract ScanRunWarningTrace.Code getCode()

Output only. Indicates the warning code.

.google.cloud.websecurityscanner.v1.ScanRunWarningTrace.Code code = 1;

Returns
Type Description
ScanRunWarningTrace.Code

The code.

getCodeValue()

public abstract int getCodeValue()

Output only. Indicates the warning code.

.google.cloud.websecurityscanner.v1.ScanRunWarningTrace.Code code = 1;

Returns
Type Description
int

The enum numeric value on the wire for code.