Class ProductSearchClient.ListProductSetsPage (3.93.0)

public static class ProductSearchClient.ListProductSetsPage extends AbstractPage<ListProductSetsRequest,ListProductSetsResponse,ProductSet,ProductSearchClient.ListProductSetsPage>

Inheritance

java.lang.Object > AbstractPage > ProductSearchClient.ListProductSetsPage

Methods

createPage(@Nullable PageContext<ListProductSetsRequest,ListProductSetsResponse,ProductSet> context, @Nullable ListProductSetsResponse response)

protected ProductSearchClient.ListProductSetsPage createPage(@Nullable PageContext<ListProductSetsRequest,ListProductSetsResponse,ProductSet> context, @Nullable ListProductSetsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListProductSetsRequest,ListProductSetsResponse,ProductSet>
response @org.jspecify.annotations.Nullable com.google.cloud.vision.v1.ListProductSetsResponse
Returns
Type Description
ProductSearchClient.ListProductSetsPage
Overrides

createPageAsync(@Nullable PageContext<ListProductSetsRequest,ListProductSetsResponse,ProductSet> context, ApiFuture<ListProductSetsResponse> futureResponse)

public ApiFuture<ProductSearchClient.ListProductSetsPage> createPageAsync(@Nullable PageContext<ListProductSetsRequest,ListProductSetsResponse,ProductSet> context, ApiFuture<ListProductSetsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListProductSetsRequest,ListProductSetsResponse,ProductSet>
futureResponse ApiFuture<ListProductSetsResponse>
Returns
Type Description
ApiFuture<ListProductSetsPage>
Overrides