public interface ScanConfigErrorOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ScanConfigError.Code |
getCode()
Output only.
|
int |
getCodeValue()
Output only.
|
String |
getFieldName()
Output only.
|
ByteString |
getFieldNameBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int getCodeValue()
Output only. Indicates the reason code for a configuration failure.
.google.cloud.websecurityscanner.v1.ScanConfigError.Code code = 1;
ScanConfigError.Code getCode()
Output only. Indicates the reason code for a configuration failure.
.google.cloud.websecurityscanner.v1.ScanConfigError.Code code = 1;
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;
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;
Copyright © 2022 Google LLC. All rights reserved.