Class IcebergCatalogServiceClient.ListIcebergCatalogsPage (0.83.0)

public static class IcebergCatalogServiceClient.ListIcebergCatalogsPage extends AbstractPage<ListIcebergCatalogsRequest,ListIcebergCatalogsResponse,IcebergCatalog,IcebergCatalogServiceClient.ListIcebergCatalogsPage>

Inheritance

java.lang.Object > AbstractPage > IcebergCatalogServiceClient.ListIcebergCatalogsPage

Methods

createPage(@Nullable PageContext<ListIcebergCatalogsRequest,ListIcebergCatalogsResponse,IcebergCatalog> context, @Nullable ListIcebergCatalogsResponse response)

protected IcebergCatalogServiceClient.ListIcebergCatalogsPage createPage(@Nullable PageContext<ListIcebergCatalogsRequest,ListIcebergCatalogsResponse,IcebergCatalog> context, @Nullable ListIcebergCatalogsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListIcebergCatalogsRequest,ListIcebergCatalogsResponse,IcebergCatalog>
response @org.jspecify.annotations.Nullable com.google.cloud.biglake.v1.ListIcebergCatalogsResponse
Returns
Type Description
IcebergCatalogServiceClient.ListIcebergCatalogsPage
Overrides

createPageAsync(@Nullable PageContext<ListIcebergCatalogsRequest,ListIcebergCatalogsResponse,IcebergCatalog> context, ApiFuture<ListIcebergCatalogsResponse> futureResponse)

public ApiFuture<IcebergCatalogServiceClient.ListIcebergCatalogsPage> createPageAsync(@Nullable PageContext<ListIcebergCatalogsRequest,ListIcebergCatalogsResponse,IcebergCatalog> context, ApiFuture<ListIcebergCatalogsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListIcebergCatalogsRequest,ListIcebergCatalogsResponse,IcebergCatalog>
futureResponse ApiFuture<ListIcebergCatalogsResponse>
Returns
Type Description
ApiFuture<ListIcebergCatalogsPage>
Overrides