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