Class ProductSearchClient.ListProductsInProductSetPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListProductsInProductSetRequest,ListProductsInProductSetResponse,Product,ProductSearchClient.ListProductsInProductSetPage>
-
- com.google.cloud.vision.v1p3beta1.ProductSearchClient.ListProductsInProductSetPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Product>,com.google.api.gax.paging.Page<Product>
- Enclosing class:
- ProductSearchClient
public static class ProductSearchClient.ListProductsInProductSetPage extends com.google.api.gax.paging.AbstractPage<ListProductsInProductSetRequest,ListProductsInProductSetResponse,Product,ProductSearchClient.ListProductsInProductSetPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ProductSearchClient.ListProductsInProductSetPagecreatePage(com.google.api.gax.rpc.PageContext<ListProductsInProductSetRequest,ListProductsInProductSetResponse,Product> context, ListProductsInProductSetResponse response)com.google.api.core.ApiFuture<ProductSearchClient.ListProductsInProductSetPage>createPageAsync(com.google.api.gax.rpc.PageContext<ListProductsInProductSetRequest,ListProductsInProductSetResponse,Product> context, com.google.api.core.ApiFuture<ListProductsInProductSetResponse> 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 ProductSearchClient.ListProductsInProductSetPage createPage(com.google.api.gax.rpc.PageContext<ListProductsInProductSetRequest,ListProductsInProductSetResponse,Product> context, ListProductsInProductSetResponse response)
- Specified by:
createPagein classcom.google.api.gax.paging.AbstractPage<ListProductsInProductSetRequest,ListProductsInProductSetResponse,Product,ProductSearchClient.ListProductsInProductSetPage>
-
createPageAsync
public com.google.api.core.ApiFuture<ProductSearchClient.ListProductsInProductSetPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListProductsInProductSetRequest,ListProductsInProductSetResponse,Product> context, com.google.api.core.ApiFuture<ListProductsInProductSetResponse> futureResponse)
- Overrides:
createPageAsyncin classcom.google.api.gax.paging.AbstractPage<ListProductsInProductSetRequest,ListProductsInProductSetResponse,Product,ProductSearchClient.ListProductsInProductSetPage>
-
-