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.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".
      com.google.protobuf.ByteString getFieldNameBytes()
      Indicates the full name of the ScanConfig field that triggers this error, for example "scan_config.max_qps".
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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()
         Indicates the reason code for a configuration failure.
         
        .google.cloud.websecurityscanner.v1beta.ScanConfigError.Code code = 1;
        Returns:
        The enum numeric value on the wire for code.
      • getCode

        ScanConfigError.Code getCode()
         Indicates the reason code for a configuration failure.
         
        .google.cloud.websecurityscanner.v1beta.ScanConfigError.Code code = 1;
        Returns:
        The code.
      • getFieldName

        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;
        Returns:
        The fieldName.
      • getFieldNameBytes

        com.google.protobuf.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;
        Returns:
        The bytes for fieldName.