Interface ScanConfigErrorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScanConfigError,ScanConfigError.Builder
public interface ScanConfigErrorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScanConfigError.CodegetCode()Output only.intgetCodeValue()Output only.StringgetFieldName()Output only.com.google.protobuf.ByteStringgetFieldNameBytes()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCodeValue
int getCodeValue()
Output only. Indicates the reason code for a configuration failure.
.google.cloud.websecurityscanner.v1.ScanConfigError.Code code = 1;- Returns:
- The enum numeric value on the wire for code.
-
getCode
ScanConfigError.Code getCode()
Output only. Indicates the reason code for a configuration failure.
.google.cloud.websecurityscanner.v1.ScanConfigError.Code code = 1;- Returns:
- The code.
-
getFieldName
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;- Returns:
- The fieldName.
-
getFieldNameBytes
com.google.protobuf.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;- Returns:
- The bytes for fieldName.
-
-