Class CatalogServiceClient.ListCatalogsPage (2.97.0)

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

Inheritance

java.lang.Object > AbstractPage > CatalogServiceClient.ListCatalogsPage

Methods

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

protected CatalogServiceClient.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.retail.v2beta.ListCatalogsResponse
Returns
Type Description
CatalogServiceClient.ListCatalogsPage
Overrides

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

public ApiFuture<CatalogServiceClient.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