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