Class TablesServiceClient.ListRowsPage (0.99.0)

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

Inheritance

java.lang.Object > AbstractPage > TablesServiceClient.ListRowsPage

Methods

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

protected TablesServiceClient.ListRowsPage createPage(@Nullable PageContext<ListRowsRequest,ListRowsResponse,Row> context, @Nullable ListRowsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRowsRequest,ListRowsResponse,Row>
response @org.jspecify.annotations.Nullable com.google.area120.tables.v1alpha1.ListRowsResponse
Returns
Type Description
TablesServiceClient.ListRowsPage
Overrides

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

public ApiFuture<TablesServiceClient.ListRowsPage> createPageAsync(@Nullable PageContext<ListRowsRequest,ListRowsResponse,Row> context, ApiFuture<ListRowsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRowsRequest,ListRowsResponse,Row>
futureResponse ApiFuture<ListRowsResponse>
Returns
Type Description
ApiFuture<ListRowsPage>
Overrides