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.StringgetMessage()string message = 2 [json_name = "message"];com.google.protobuf.ByteStringgetMessageBytes()string message = 2 [json_name = "message"];java.lang.StringgetRowId()unique id from source filecom.google.protobuf.ByteStringgetRowIdBytes()unique id from source file
-
-
-
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.
-
-