Class HiveMetastoreServiceClient.ListHiveCatalogsPage (0.83.0)

public static class HiveMetastoreServiceClient.ListHiveCatalogsPage extends AbstractPage<ListHiveCatalogsRequest,ListHiveCatalogsResponse,HiveCatalog,HiveMetastoreServiceClient.ListHiveCatalogsPage>

Inheritance

java.lang.Object > AbstractPage > HiveMetastoreServiceClient.ListHiveCatalogsPage

Methods

createPage(@Nullable PageContext<ListHiveCatalogsRequest,ListHiveCatalogsResponse,HiveCatalog> context, @Nullable ListHiveCatalogsResponse response)

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

createPageAsync(@Nullable PageContext<ListHiveCatalogsRequest,ListHiveCatalogsResponse,HiveCatalog> context, ApiFuture<ListHiveCatalogsResponse> futureResponse)

public ApiFuture<HiveMetastoreServiceClient.ListHiveCatalogsPage> createPageAsync(@Nullable PageContext<ListHiveCatalogsRequest,ListHiveCatalogsResponse,HiveCatalog> context, ApiFuture<ListHiveCatalogsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListHiveCatalogsRequest,ListHiveCatalogsResponse,HiveCatalog>
futureResponse ApiFuture<ListHiveCatalogsResponse>
Returns
Type Description
ApiFuture<ListHiveCatalogsPage>
Overrides