Class ProductReviewsServiceClient.ListProductReviewsPage (0.41.0)

public static class ProductReviewsServiceClient.ListProductReviewsPage extends AbstractPage<ListProductReviewsRequest,ListProductReviewsResponse,ProductReview,ProductReviewsServiceClient.ListProductReviewsPage>

Inheritance

java.lang.Object > AbstractPage > ProductReviewsServiceClient.ListProductReviewsPage

Methods

createPage(@Nullable PageContext<ListProductReviewsRequest,ListProductReviewsResponse,ProductReview> context, @Nullable ListProductReviewsResponse response)

protected ProductReviewsServiceClient.ListProductReviewsPage createPage(@Nullable PageContext<ListProductReviewsRequest,ListProductReviewsResponse,ProductReview> context, @Nullable ListProductReviewsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListProductReviewsRequest,ListProductReviewsResponse,ProductReview>
response @org.jspecify.annotations.Nullable com.google.shopping.merchant.reviews.v1beta.ListProductReviewsResponse
Returns
Type Description
ProductReviewsServiceClient.ListProductReviewsPage
Overrides

createPageAsync(@Nullable PageContext<ListProductReviewsRequest,ListProductReviewsResponse,ProductReview> context, ApiFuture<ListProductReviewsResponse> futureResponse)

public ApiFuture<ProductReviewsServiceClient.ListProductReviewsPage> createPageAsync(@Nullable PageContext<ListProductReviewsRequest,ListProductReviewsResponse,ProductReview> context, ApiFuture<ListProductReviewsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListProductReviewsRequest,ListProductReviewsResponse,ProductReview>
futureResponse ApiFuture<ListProductReviewsResponse>
Returns
Type Description
ApiFuture<ListProductReviewsPage>
Overrides