Class MetastoreServiceClient.ListCatalogsPage (0.83.0)

public static class MetastoreServiceClient.ListCatalogsPage extends AbstractPage<ListCatalogsRequest,ListCatalogsResponse,Catalog,MetastoreServiceClient.ListCatalogsPage>

Inheritance

java.lang.Object > AbstractPage > MetastoreServiceClient.ListCatalogsPage

Methods

createPage(@Nullable PageContext<ListCatalogsRequest,ListCatalogsResponse,Catalog> context, @Nullable ListCatalogsResponse response)

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

createPageAsync(@Nullable PageContext<ListCatalogsRequest,ListCatalogsResponse,Catalog> context, ApiFuture<ListCatalogsResponse> futureResponse)

public ApiFuture<MetastoreServiceClient.ListCatalogsPage> createPageAsync(@Nullable PageContext<ListCatalogsRequest,ListCatalogsResponse,Catalog> context, ApiFuture<ListCatalogsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCatalogsRequest,ListCatalogsResponse,Catalog>
futureResponse ApiFuture<ListCatalogsResponse>
Returns
Type Description
ApiFuture<ListCatalogsPage>
Overrides