static QueryTableRowsResponse.Builder |
QueryTableRowsResponse.builder() |
|
QueryTableRowsResponse.Builder |
QueryTableRowsResponse.Builder.columnIds(String... columnIds) |
The list of columns in the table whose row data is returned in the result.
|
QueryTableRowsResponse.Builder |
QueryTableRowsResponse.Builder.columnIds(Collection<String> columnIds) |
The list of columns in the table whose row data is returned in the result.
|
QueryTableRowsResponse.Builder |
QueryTableRowsResponse.Builder.nextToken(String nextToken) |
Provides the pagination token to load the next page if there are more results matching the request.
|
QueryTableRowsResponse.Builder |
QueryTableRowsResponse.Builder.rows(Collection<TableRow> rows) |
The list of rows in the table that match the query filter.
|
QueryTableRowsResponse.Builder |
QueryTableRowsResponse.Builder.rows(Consumer<TableRow.Builder>... rows) |
The list of rows in the table that match the query filter.
|
QueryTableRowsResponse.Builder |
QueryTableRowsResponse.Builder.rows(TableRow... rows) |
The list of rows in the table that match the query filter.
|
QueryTableRowsResponse.Builder |
QueryTableRowsResponse.toBuilder() |
|
QueryTableRowsResponse.Builder |
QueryTableRowsResponse.Builder.workbookCursor(Long workbookCursor) |
Indicates the cursor of the workbook at which the data returned by this request is read.
|