Class ConsumerProcurementServiceClient.ListOrdersPage (0.93.0)

public static class ConsumerProcurementServiceClient.ListOrdersPage extends AbstractPage<ListOrdersRequest,ListOrdersResponse,Order,ConsumerProcurementServiceClient.ListOrdersPage>

Inheritance

java.lang.Object > AbstractPage > ConsumerProcurementServiceClient.ListOrdersPage

Methods

createPage(@Nullable PageContext<ListOrdersRequest,ListOrdersResponse,Order> context, @Nullable ListOrdersResponse response)

protected ConsumerProcurementServiceClient.ListOrdersPage createPage(@Nullable PageContext<ListOrdersRequest,ListOrdersResponse,Order> context, @Nullable ListOrdersResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListOrdersRequest,ListOrdersResponse,Order>
response @org.jspecify.annotations.Nullable com.google.cloud.commerce.consumer.procurement.v1alpha1.ListOrdersResponse
Returns
Type Description
ConsumerProcurementServiceClient.ListOrdersPage
Overrides

createPageAsync(@Nullable PageContext<ListOrdersRequest,ListOrdersResponse,Order> context, ApiFuture<ListOrdersResponse> futureResponse)

public ApiFuture<ConsumerProcurementServiceClient.ListOrdersPage> createPageAsync(@Nullable PageContext<ListOrdersRequest,ListOrdersResponse,Order> context, ApiFuture<ListOrdersResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListOrdersRequest,ListOrdersResponse,Order>
futureResponse ApiFuture<ListOrdersResponse>
Returns
Type Description
ApiFuture<ListOrdersPage>
Overrides