Interface InputTableValidationErrorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InputTableValidationError,InputTableValidationError.Builder
@Generated
public interface InputTableValidationErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionthe column name in the table_to_add that caused this error, not present when unknowncom.google.protobuf.ByteStringthe column name in the table_to_add that caused this error, not present when unknownthe error messagecom.google.protobuf.ByteStringthe error messagelonggetRow()the row position in the table_to_add that caused this error, not present when unknownbooleanthe column name in the table_to_add that caused this error, not present when unknownbooleanhasRow()the row position in the table_to_add that caused this error, not present when unknownMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getMessage
String getMessage()the error message
string message = 1;- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()the error message
string message = 1;- Returns:
- The bytes for message.
-
hasRow
boolean hasRow()the row position in the table_to_add that caused this error, not present when unknown
optional int64 row = 2;- Returns:
- Whether the row field is set.
-
getRow
long getRow()the row position in the table_to_add that caused this error, not present when unknown
optional int64 row = 2;- Returns:
- The row.
-
hasColumn
boolean hasColumn()the column name in the table_to_add that caused this error, not present when unknown
optional string column = 3;- Returns:
- Whether the column field is set.
-
getColumn
String getColumn()the column name in the table_to_add that caused this error, not present when unknown
optional string column = 3;- Returns:
- The column.
-
getColumnBytes
com.google.protobuf.ByteString getColumnBytes()the column name in the table_to_add that caused this error, not present when unknown
optional string column = 3;- Returns:
- The bytes for column.
-