Class ReportServiceClient.SearchPage (1.23.0)

public static class ReportServiceClient.SearchPage extends AbstractPage<SearchRequest,SearchResponse,ReportRow,ReportServiceClient.SearchPage>

Inheritance

java.lang.Object > AbstractPage > ReportServiceClient.SearchPage

Methods

createPage(@Nullable PageContext<SearchRequest,SearchResponse,ReportRow> context, @Nullable SearchResponse response)

protected ReportServiceClient.SearchPage createPage(@Nullable PageContext<SearchRequest,SearchResponse,ReportRow> context, @Nullable SearchResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<SearchRequest,SearchResponse,ReportRow>
response @org.jspecify.annotations.Nullable com.google.shopping.merchant.reports.v1beta.SearchResponse
Returns
Type Description
ReportServiceClient.SearchPage
Overrides

createPageAsync(@Nullable PageContext<SearchRequest,SearchResponse,ReportRow> context, ApiFuture<SearchResponse> futureResponse)

public ApiFuture<ReportServiceClient.SearchPage> createPageAsync(@Nullable PageContext<SearchRequest,SearchResponse,ReportRow> context, ApiFuture<SearchResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<SearchRequest,SearchResponse,ReportRow>
futureResponse ApiFuture<SearchResponse>
Returns
Type Description
ApiFuture<SearchPage>
Overrides