Class TablesServiceClient.ListRowsPagedResponse (0.21.0)

public static class TablesServiceClient.ListRowsPagedResponse extends AbstractPagedListResponse<ListRowsRequest,ListRowsResponse,Row,TablesServiceClient.ListRowsPage,TablesServiceClient.ListRowsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractPagedListResponse > TablesServiceClient.ListRowsPagedResponse

Static Methods

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

public static ApiFuture<TablesServiceClient.ListRowsPagedResponse> createAsync(PageContext<ListRowsRequest,ListRowsResponse,Row> context, ApiFuture<ListRowsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListRowsRequest,ListRowsResponse,Row>
futureResponseApiFuture<ListRowsResponse>
Returns
TypeDescription
ApiFuture<ListRowsPagedResponse>