Class HiveMetastoreServiceClient.ListHiveTablesPage (0.83.0)

public static class HiveMetastoreServiceClient.ListHiveTablesPage extends AbstractPage<ListHiveTablesRequest,ListHiveTablesResponse,HiveTable,HiveMetastoreServiceClient.ListHiveTablesPage>

Inheritance

java.lang.Object > AbstractPage > HiveMetastoreServiceClient.ListHiveTablesPage

Methods

createPage(@Nullable PageContext<ListHiveTablesRequest,ListHiveTablesResponse,HiveTable> context, @Nullable ListHiveTablesResponse response)

protected HiveMetastoreServiceClient.ListHiveTablesPage createPage(@Nullable PageContext<ListHiveTablesRequest,ListHiveTablesResponse,HiveTable> context, @Nullable ListHiveTablesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListHiveTablesRequest,ListHiveTablesResponse,HiveTable>
response @org.jspecify.annotations.Nullable com.google.cloud.biglake.hive.v1beta.ListHiveTablesResponse
Returns
Type Description
HiveMetastoreServiceClient.ListHiveTablesPage
Overrides

createPageAsync(@Nullable PageContext<ListHiveTablesRequest,ListHiveTablesResponse,HiveTable> context, ApiFuture<ListHiveTablesResponse> futureResponse)

public ApiFuture<HiveMetastoreServiceClient.ListHiveTablesPage> createPageAsync(@Nullable PageContext<ListHiveTablesRequest,ListHiveTablesResponse,HiveTable> context, ApiFuture<ListHiveTablesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListHiveTablesRequest,ListHiveTablesResponse,HiveTable>
futureResponse ApiFuture<ListHiveTablesResponse>
Returns
Type Description
ApiFuture<ListHiveTablesPage>
Overrides