Class LocalInventoryServiceClient.ListLocalInventoriesPage (1.23.0)

public static class LocalInventoryServiceClient.ListLocalInventoriesPage extends AbstractPage<ListLocalInventoriesRequest,ListLocalInventoriesResponse,LocalInventory,LocalInventoryServiceClient.ListLocalInventoriesPage>

Inheritance

java.lang.Object > AbstractPage > LocalInventoryServiceClient.ListLocalInventoriesPage

Methods

createPage(@Nullable PageContext<ListLocalInventoriesRequest,ListLocalInventoriesResponse,LocalInventory> context, @Nullable ListLocalInventoriesResponse response)

protected LocalInventoryServiceClient.ListLocalInventoriesPage createPage(@Nullable PageContext<ListLocalInventoriesRequest,ListLocalInventoriesResponse,LocalInventory> context, @Nullable ListLocalInventoriesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListLocalInventoriesRequest,ListLocalInventoriesResponse,LocalInventory>
response @org.jspecify.annotations.Nullable com.google.shopping.merchant.inventories.v1beta.ListLocalInventoriesResponse
Returns
Type Description
LocalInventoryServiceClient.ListLocalInventoriesPage
Overrides

createPageAsync(@Nullable PageContext<ListLocalInventoriesRequest,ListLocalInventoriesResponse,LocalInventory> context, ApiFuture<ListLocalInventoriesResponse> futureResponse)

public ApiFuture<LocalInventoryServiceClient.ListLocalInventoriesPage> createPageAsync(@Nullable PageContext<ListLocalInventoriesRequest,ListLocalInventoriesResponse,LocalInventory> context, ApiFuture<ListLocalInventoriesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListLocalInventoriesRequest,ListLocalInventoriesResponse,LocalInventory>
futureResponse ApiFuture<ListLocalInventoriesResponse>
Returns
Type Description
ApiFuture<ListLocalInventoriesPage>
Overrides