Interface ScanRunWarningTraceOrBuilder (2.41.0)

public interface ScanRunWarningTraceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCode()

public abstract ScanRunWarningTrace.Code getCode()

Indicates the warning code.

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

Returns
TypeDescription
ScanRunWarningTrace.Code

The code.

getCodeValue()

public abstract int getCodeValue()

Indicates the warning code.

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

Returns
TypeDescription
int

The enum numeric value on the wire for code.