static BatchUpdateTableRowsResponse.Builder |
BatchUpdateTableRowsResponse.builder() |
|
BatchUpdateTableRowsResponse.Builder |
BatchUpdateTableRowsResponse.Builder.failedBatchItems(Collection<FailedBatchItem> failedBatchItems) |
The list of batch items in the request that could not be updated in the table.
|
BatchUpdateTableRowsResponse.Builder |
BatchUpdateTableRowsResponse.Builder.failedBatchItems(Consumer<FailedBatchItem.Builder>... failedBatchItems) |
The list of batch items in the request that could not be updated in the table.
|
BatchUpdateTableRowsResponse.Builder |
BatchUpdateTableRowsResponse.Builder.failedBatchItems(FailedBatchItem... failedBatchItems) |
The list of batch items in the request that could not be updated in the table.
|
BatchUpdateTableRowsResponse.Builder |
BatchUpdateTableRowsResponse.toBuilder() |
|
BatchUpdateTableRowsResponse.Builder |
BatchUpdateTableRowsResponse.Builder.workbookCursor(Long workbookCursor) |
The updated workbook cursor after adding the new rows at the end of the table.
|