Class MetastoreServiceClient.ListTablesPage (0.83.0)

public static class MetastoreServiceClient.ListTablesPage extends AbstractPage<ListTablesRequest,ListTablesResponse,Table,MetastoreServiceClient.ListTablesPage>

Inheritance

java.lang.Object > AbstractPage > MetastoreServiceClient.ListTablesPage

Methods

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

protected MetastoreServiceClient.ListTablesPage createPage(@Nullable PageContext<ListTablesRequest,ListTablesResponse,Table> context, @Nullable ListTablesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListTablesRequest,ListTablesResponse,Table>
response @org.jspecify.annotations.Nullable com.google.cloud.bigquery.biglake.v1.ListTablesResponse
Returns
Type Description
MetastoreServiceClient.ListTablesPage
Overrides

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

public ApiFuture<MetastoreServiceClient.ListTablesPage> createPageAsync(@Nullable PageContext<ListTablesRequest,ListTablesResponse,Table> context, ApiFuture<ListTablesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListTablesRequest,ListTablesResponse,Table>
futureResponse ApiFuture<ListTablesResponse>
Returns
Type Description
ApiFuture<ListTablesPage>
Overrides