static BatchUpsertTableRowsResponse.Builder |
BatchUpsertTableRowsResponse.builder() |
|
BatchUpsertTableRowsResponse.Builder |
BatchUpsertTableRowsResponse.Builder.failedBatchItems(Collection<FailedBatchItem> failedBatchItems) |
The list of batch items in the request that could not be updated or appended in the table.
|
BatchUpsertTableRowsResponse.Builder |
BatchUpsertTableRowsResponse.Builder.failedBatchItems(Consumer<FailedBatchItem.Builder>... failedBatchItems) |
The list of batch items in the request that could not be updated or appended in the table.
|
BatchUpsertTableRowsResponse.Builder |
BatchUpsertTableRowsResponse.Builder.failedBatchItems(FailedBatchItem... failedBatchItems) |
The list of batch items in the request that could not be updated or appended in the table.
|
BatchUpsertTableRowsResponse.Builder |
BatchUpsertTableRowsResponse.Builder.rows(Map<String,UpsertRowsResult> rows) |
A map with the batch item id as the key and the result of the upsert operation as the value.
|
BatchUpsertTableRowsResponse.Builder |
BatchUpsertTableRowsResponse.toBuilder() |
|
BatchUpsertTableRowsResponse.Builder |
BatchUpsertTableRowsResponse.Builder.workbookCursor(Long workbookCursor) |
The updated workbook cursor after updating or appending rows in the table.
|