public interface ScanConfigErrorOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCode()
public abstract ScanConfigError.Code getCode()Output only. Indicates the reason code for a configuration failure.
.google.cloud.websecurityscanner.v1.ScanConfigError.Code code = 1;
| Type | Description |
| ScanConfigError.Code | The code. |
getCodeValue()
public abstract int getCodeValue()Output only. Indicates the reason code for a configuration failure.
.google.cloud.websecurityscanner.v1.ScanConfigError.Code code = 1;
| Type | Description |
| int | The enum numeric value on the wire for code. |
getFieldName()
public abstract String getFieldName()Output only. 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;
| Type | Description |
| String | The fieldName. |
getFieldNameBytes()
public abstract ByteString getFieldNameBytes()Output only. 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;
| Type | Description |
| ByteString | The bytes for fieldName. |