Class ProductSearchClient.ListProductsInProductSetPage (3.93.0)

public static class ProductSearchClient.ListProductsInProductSetPage extends AbstractPage<ListProductsInProductSetRequest,ListProductsInProductSetResponse,Product,ProductSearchClient.ListProductsInProductSetPage>

Inheritance

java.lang.Object > AbstractPage > ProductSearchClient.ListProductsInProductSetPage

Methods

createPage(@Nullable PageContext<ListProductsInProductSetRequest,ListProductsInProductSetResponse,Product> context, @Nullable ListProductsInProductSetResponse response)

protected ProductSearchClient.ListProductsInProductSetPage createPage(@Nullable PageContext<ListProductsInProductSetRequest,ListProductsInProductSetResponse,Product> context, @Nullable ListProductsInProductSetResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListProductsInProductSetRequest,ListProductsInProductSetResponse,Product>
response @org.jspecify.annotations.Nullable com.google.cloud.vision.v1p4beta1.ListProductsInProductSetResponse
Returns
Type Description
ProductSearchClient.ListProductsInProductSetPage
Overrides

createPageAsync(@Nullable PageContext<ListProductsInProductSetRequest,ListProductsInProductSetResponse,Product> context, ApiFuture<ListProductsInProductSetResponse> futureResponse)

public ApiFuture<ProductSearchClient.ListProductsInProductSetPage> createPageAsync(@Nullable PageContext<ListProductsInProductSetRequest,ListProductsInProductSetResponse,Product> context, ApiFuture<ListProductsInProductSetResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListProductsInProductSetRequest,ListProductsInProductSetResponse,Product>
futureResponse ApiFuture<ListProductsInProductSetResponse>
Returns
Type Description
ApiFuture<ListProductsInProductSetPage>
Overrides