public static class LocalInventoryServiceClient.ListLocalInventoriesPage extends AbstractPage<ListLocalInventoriesRequest,ListLocalInventoriesResponse,LocalInventory,LocalInventoryServiceClient.ListLocalInventoriesPage>
Methods
createPage(PageContext<ListLocalInventoriesRequest,ListLocalInventoriesResponse,LocalInventory> context, ListLocalInventoriesResponse response)
protected LocalInventoryServiceClient.ListLocalInventoriesPage createPage(PageContext<ListLocalInventoriesRequest,ListLocalInventoriesResponse,LocalInventory> context, ListLocalInventoriesResponse response)
Parameters | |
---|---|
Name | Description |
context |
PageContext<ListLocalInventoriesRequest,ListLocalInventoriesResponse,LocalInventory> |
response |
ListLocalInventoriesResponse |
Returns | |
---|---|
Type | Description |
LocalInventoryServiceClient.ListLocalInventoriesPage |
createPageAsync(PageContext<ListLocalInventoriesRequest,ListLocalInventoriesResponse,LocalInventory> context, ApiFuture<ListLocalInventoriesResponse> futureResponse)
public ApiFuture<LocalInventoryServiceClient.ListLocalInventoriesPage> createPageAsync(PageContext<ListLocalInventoriesRequest,ListLocalInventoriesResponse,LocalInventory> context, ApiFuture<ListLocalInventoriesResponse> futureResponse)
Parameters | |
---|---|
Name | Description |
context |
PageContext<ListLocalInventoriesRequest,ListLocalInventoriesResponse,LocalInventory> |
futureResponse |
ApiFuture<ListLocalInventoriesResponse> |
Returns | |
---|---|
Type | Description |
ApiFuture<ListLocalInventoriesPage> |