Class CatalogServiceClient.ListCatalogItemsPage (0.102.0)

public static class CatalogServiceClient.ListCatalogItemsPage extends AbstractPage<ListCatalogItemsRequest,ListCatalogItemsResponse,CatalogItem,CatalogServiceClient.ListCatalogItemsPage>

Inheritance

java.lang.Object > AbstractPage > CatalogServiceClient.ListCatalogItemsPage

Methods

createPage(@Nullable PageContext<ListCatalogItemsRequest,ListCatalogItemsResponse,CatalogItem> context, @Nullable ListCatalogItemsResponse response)

protected CatalogServiceClient.ListCatalogItemsPage createPage(@Nullable PageContext<ListCatalogItemsRequest,ListCatalogItemsResponse,CatalogItem> context, @Nullable ListCatalogItemsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCatalogItemsRequest,ListCatalogItemsResponse,CatalogItem>
response @org.jspecify.annotations.Nullable com.google.cloud.recommendationengine.v1beta1.ListCatalogItemsResponse
Returns
Type Description
CatalogServiceClient.ListCatalogItemsPage
Overrides

createPageAsync(@Nullable PageContext<ListCatalogItemsRequest,ListCatalogItemsResponse,CatalogItem> context, ApiFuture<ListCatalogItemsResponse> futureResponse)

public ApiFuture<CatalogServiceClient.ListCatalogItemsPage> createPageAsync(@Nullable PageContext<ListCatalogItemsRequest,ListCatalogItemsResponse,CatalogItem> context, ApiFuture<ListCatalogItemsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCatalogItemsRequest,ListCatalogItemsResponse,CatalogItem>
futureResponse ApiFuture<ListCatalogItemsResponse>
Returns
Type Description
ApiFuture<ListCatalogItemsPage>
Overrides