static BatchCreateTableRowsResponse.Builder |
BatchCreateTableRowsResponse.builder() |
|
BatchCreateTableRowsResponse.Builder |
BatchCreateTableRowsResponse.Builder.createdRows(Map<String,String> createdRows) |
The map of batch item id to the row id that was created for that item.
|
BatchCreateTableRowsResponse.Builder |
BatchCreateTableRowsResponse.Builder.failedBatchItems(Collection<FailedBatchItem> failedBatchItems) |
The list of batch items in the request that could not be added to the table.
|
BatchCreateTableRowsResponse.Builder |
BatchCreateTableRowsResponse.Builder.failedBatchItems(Consumer<FailedBatchItem.Builder>... failedBatchItems) |
The list of batch items in the request that could not be added to the table.
|
BatchCreateTableRowsResponse.Builder |
BatchCreateTableRowsResponse.Builder.failedBatchItems(FailedBatchItem... failedBatchItems) |
The list of batch items in the request that could not be added to the table.
|
BatchCreateTableRowsResponse.Builder |
BatchCreateTableRowsResponse.toBuilder() |
|
BatchCreateTableRowsResponse.Builder |
BatchCreateTableRowsResponse.Builder.workbookCursor(Long workbookCursor) |
The updated workbook cursor after adding the new rows at the end of the table.
|