Interface ImportErrorOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    ImportError, ImportError.Builder

    public interface ImportErrorOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()
      string message = 2 [json_name = "message"];
      com.google.protobuf.ByteString getMessageBytes()
      string message = 2 [json_name = "message"];
      java.lang.String getRowId()
      unique id from source file
      com.google.protobuf.ByteString getRowIdBytes()
      unique id from source file
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getRowId

        java.lang.String getRowId()
         unique id from source file
         
        string row_id = 1 [json_name = "rowId"];
        Returns:
        The rowId.
      • getRowIdBytes

        com.google.protobuf.ByteString getRowIdBytes()
         unique id from source file
         
        string row_id = 1 [json_name = "rowId"];
        Returns:
        The bytes for rowId.
      • getMessage

        java.lang.String getMessage()
        string message = 2 [json_name = "message"];
        Returns:
        The message.
      • getMessageBytes

        com.google.protobuf.ByteString getMessageBytes()
        string message = 2 [json_name = "message"];
        Returns:
        The bytes for message.