public interface ScanConfigErrorOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ScanConfigError.Code |
getCode()
Indicates the reason code for a configuration failure.
|
int |
getCodeValue()
Indicates the reason code for a configuration failure.
|
String |
getFieldName()
Indicates the full name of the ScanConfig field that triggers this error,
for example "scan_config.max_qps".
|
ByteString |
getFieldNameBytes()
Indicates the full name of the ScanConfig field that triggers this error,
for example "scan_config.max_qps".
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int getCodeValue()
Indicates the reason code for a configuration failure.
.google.cloud.websecurityscanner.v1beta.ScanConfigError.Code code = 1;
ScanConfigError.Code getCode()
Indicates the reason code for a configuration failure.
.google.cloud.websecurityscanner.v1beta.ScanConfigError.Code code = 1;
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;
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;
Copyright © 2022 Google LLC. All rights reserved.