Class TablesServiceClient.ListRowsPage (0.45.0)

public static class TablesServiceClient.ListRowsPage extends AbstractPage<ListRowsRequest,ListRowsResponse,Row,TablesServiceClient.ListRowsPage>

Inheritance

java.lang.Object > AbstractPage > TablesServiceClient.ListRowsPage

Methods

createPage(PageContext<ListRowsRequest,ListRowsResponse,Row> context, ListRowsResponse response)

protected TablesServiceClient.ListRowsPage createPage(PageContext<ListRowsRequest,ListRowsResponse,Row> context, ListRowsResponse response)
Parameters
NameDescription
contextPageContext<ListRowsRequest,ListRowsResponse,Row>
responseListRowsResponse
Returns
TypeDescription
TablesServiceClient.ListRowsPage
Overrides

createPageAsync(PageContext<ListRowsRequest,ListRowsResponse,Row> context, ApiFuture<ListRowsResponse> futureResponse)

public ApiFuture<TablesServiceClient.ListRowsPage> createPageAsync(PageContext<ListRowsRequest,ListRowsResponse,Row> context, ApiFuture<ListRowsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListRowsRequest,ListRowsResponse,Row>
futureResponseApiFuture<ListRowsResponse>
Returns
TypeDescription
ApiFuture<ListRowsPage>
Overrides