Package com.streamlayer.importer
Interface CsvImportParseResultOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
CsvImportParseResult,CsvImportParseResult.Builder
public interface CsvImportParseResultOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetErrors(int index)repeated string errors = 3 [json_name = "errors"];com.google.protobuf.ByteStringgetErrorsBytes(int index)repeated string errors = 3 [json_name = "errors"];intgetErrorsCount()repeated string errors = 3 [json_name = "errors"];java.util.List<java.lang.String>getErrorsList()repeated string errors = 3 [json_name = "errors"];CsvInvalidRowgetInvalidRows(int index)repeated .streamlayer.interactive.importer.CsvInvalidRow invalid_rows = 2 [json_name = "invalidRows"];intgetInvalidRowsCount()repeated .streamlayer.interactive.importer.CsvInvalidRow invalid_rows = 2 [json_name = "invalidRows"];java.util.List<CsvInvalidRow>getInvalidRowsList()repeated .streamlayer.interactive.importer.CsvInvalidRow invalid_rows = 2 [json_name = "invalidRows"];QuestionSourcegetQuestions(int index)repeated .streamlayer.interactive.importer.QuestionSource questions = 4 [json_name = "questions"];intgetQuestionsCount()repeated .streamlayer.interactive.importer.QuestionSource questions = 4 [json_name = "questions"];java.util.List<QuestionSource>getQuestionsList()repeated .streamlayer.interactive.importer.QuestionSource questions = 4 [json_name = "questions"];intgetTotal()uint32 total = 1 [json_name = "total"];
-
-
-
Method Detail
-
getTotal
int getTotal()
uint32 total = 1 [json_name = "total"];- Returns:
- The total.
-
getInvalidRowsList
java.util.List<CsvInvalidRow> getInvalidRowsList()
repeated .streamlayer.interactive.importer.CsvInvalidRow invalid_rows = 2 [json_name = "invalidRows"];
-
getInvalidRows
CsvInvalidRow getInvalidRows(int index)
repeated .streamlayer.interactive.importer.CsvInvalidRow invalid_rows = 2 [json_name = "invalidRows"];
-
getInvalidRowsCount
int getInvalidRowsCount()
repeated .streamlayer.interactive.importer.CsvInvalidRow invalid_rows = 2 [json_name = "invalidRows"];
-
getErrorsList
java.util.List<java.lang.String> getErrorsList()
repeated string errors = 3 [json_name = "errors"];- Returns:
- A list containing the errors.
-
getErrorsCount
int getErrorsCount()
repeated string errors = 3 [json_name = "errors"];- Returns:
- The count of errors.
-
getErrors
java.lang.String getErrors(int index)
repeated string errors = 3 [json_name = "errors"];- Parameters:
index- The index of the element to return.- Returns:
- The errors at the given index.
-
getErrorsBytes
com.google.protobuf.ByteString getErrorsBytes(int index)
repeated string errors = 3 [json_name = "errors"];- Parameters:
index- The index of the element to return.- Returns:
- The errors at the given index.
-
getQuestionsList
java.util.List<QuestionSource> getQuestionsList()
repeated .streamlayer.interactive.importer.QuestionSource questions = 4 [json_name = "questions"];
-
getQuestions
QuestionSource getQuestions(int index)
repeated .streamlayer.interactive.importer.QuestionSource questions = 4 [json_name = "questions"];
-
getQuestionsCount
int getQuestionsCount()
repeated .streamlayer.interactive.importer.QuestionSource questions = 4 [json_name = "questions"];
-
-