Class AggregateProductStatusesServiceClient.ListAggregateProductStatusesPage (1.23.0)

public static class AggregateProductStatusesServiceClient.ListAggregateProductStatusesPage extends AbstractPage<ListAggregateProductStatusesRequest,ListAggregateProductStatusesResponse,AggregateProductStatus,AggregateProductStatusesServiceClient.ListAggregateProductStatusesPage>

Inheritance

java.lang.Object > AbstractPage > AggregateProductStatusesServiceClient.ListAggregateProductStatusesPage

Methods

createPage(@Nullable PageContext<ListAggregateProductStatusesRequest,ListAggregateProductStatusesResponse,AggregateProductStatus> context, @Nullable ListAggregateProductStatusesResponse response)

protected AggregateProductStatusesServiceClient.ListAggregateProductStatusesPage createPage(@Nullable PageContext<ListAggregateProductStatusesRequest,ListAggregateProductStatusesResponse,AggregateProductStatus> context, @Nullable ListAggregateProductStatusesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAggregateProductStatusesRequest,ListAggregateProductStatusesResponse,AggregateProductStatus>
response @org.jspecify.annotations.Nullable com.google.shopping.merchant.issueresolution.v1.ListAggregateProductStatusesResponse
Returns
Type Description
AggregateProductStatusesServiceClient.ListAggregateProductStatusesPage
Overrides

createPageAsync(@Nullable PageContext<ListAggregateProductStatusesRequest,ListAggregateProductStatusesResponse,AggregateProductStatus> context, ApiFuture<ListAggregateProductStatusesResponse> futureResponse)

public ApiFuture<AggregateProductStatusesServiceClient.ListAggregateProductStatusesPage> createPageAsync(@Nullable PageContext<ListAggregateProductStatusesRequest,ListAggregateProductStatusesResponse,AggregateProductStatus> context, ApiFuture<ListAggregateProductStatusesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAggregateProductStatusesRequest,ListAggregateProductStatusesResponse,AggregateProductStatus>
futureResponse ApiFuture<ListAggregateProductStatusesResponse>
Returns
Type Description
ApiFuture<ListAggregateProductStatusesPage>
Overrides