Class TablesServiceClient.ListTablesPage (0.31.0)

See more code actions.
public static class TablesServiceClient.ListTablesPage extends AbstractPage<ListTablesRequest,ListTablesResponse,Table,TablesServiceClient.ListTablesPage>
java.lang.Object > AbstractPage > TablesServiceClient.ListTablesPage

Methods

createPage(PageContext<ListTablesRequest,ListTablesResponse,Table> context, ListTablesResponse response)

protected TablesServiceClient.ListTablesPage createPage(PageContext<ListTablesRequest,ListTablesResponse,Table> context, ListTablesResponse response)
Overrides

createPageAsync(PageContext<ListTablesRequest,ListTablesResponse,Table> context, ApiFuture<ListTablesResponse> futureResponse)

public ApiFuture<TablesServiceClient.ListTablesPage> createPageAsync(PageContext<ListTablesRequest,ListTablesResponse,Table> context, ApiFuture<ListTablesResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListTablesRequest,ListTablesResponse,Table>
futureResponseApiFuture<ListTablesResponse>
Returns
TypeDescription
ApiFuture<ListTablesPage>
Overrides