Package com.google.cloud.retail.v2
Class CatalogServiceClient.ListCatalogsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListCatalogsRequest,ListCatalogsResponse,Catalog,CatalogServiceClient.ListCatalogsPage>
-
- com.google.cloud.retail.v2.CatalogServiceClient.ListCatalogsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Catalog>
,com.google.api.gax.paging.Page<Catalog>
- Enclosing class:
- CatalogServiceClient
public static class CatalogServiceClient.ListCatalogsPage extends com.google.api.gax.paging.AbstractPage<ListCatalogsRequest,ListCatalogsResponse,Catalog,CatalogServiceClient.ListCatalogsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CatalogServiceClient.ListCatalogsPage
createPage(com.google.api.gax.rpc.PageContext<ListCatalogsRequest,ListCatalogsResponse,Catalog> context, ListCatalogsResponse response)
com.google.api.core.ApiFuture<CatalogServiceClient.ListCatalogsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListCatalogsRequest,ListCatalogsResponse,Catalog> context, com.google.api.core.ApiFuture<ListCatalogsResponse> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected CatalogServiceClient.ListCatalogsPage createPage(com.google.api.gax.rpc.PageContext<ListCatalogsRequest,ListCatalogsResponse,Catalog> context, ListCatalogsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListCatalogsRequest,ListCatalogsResponse,Catalog,CatalogServiceClient.ListCatalogsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<CatalogServiceClient.ListCatalogsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListCatalogsRequest,ListCatalogsResponse,Catalog> context, com.google.api.core.ApiFuture<ListCatalogsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListCatalogsRequest,ListCatalogsResponse,Catalog,CatalogServiceClient.ListCatalogsPage>
-
-