Interface ScanConfigErrorOrBuilder (2.41.0)

public interface ScanConfigErrorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCode()

public abstract ScanConfigError.Code getCode()

Indicates the reason code for a configuration failure.

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

Returns
TypeDescription
ScanConfigError.Code

The code.

getCodeValue()

public abstract int getCodeValue()

Indicates the reason code for a configuration failure.

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

Returns
TypeDescription
int

The enum numeric value on the wire for code.

getFieldName()

public abstract String getFieldName()

Indicates the full name of the ScanConfig field that triggers this error, for example "scan_config.max_qps". This field is provided for troubleshooting purposes only and its actual value can change in the future.

string field_name = 2;

Returns
TypeDescription
String

The fieldName.

getFieldNameBytes()

public abstract ByteString getFieldNameBytes()

Indicates the full name of the ScanConfig field that triggers this error, for example "scan_config.max_qps". This field is provided for troubleshooting purposes only and its actual value can change in the future.

string field_name = 2;

Returns
TypeDescription
ByteString

The bytes for fieldName.