public static class WarehouseClient.ListCollectionsPage extends AbstractPage<ListCollectionsRequest,ListCollectionsResponse,Collection,WarehouseClient.ListCollectionsPage>
Methods
createPage(PageContext<ListCollectionsRequest,ListCollectionsResponse,Collection> context, ListCollectionsResponse response)
protected WarehouseClient.ListCollectionsPage createPage(PageContext<ListCollectionsRequest,ListCollectionsResponse,Collection> context, ListCollectionsResponse response)
Parameters | |
---|---|
Name | Description |
context |
PageContext<ListCollectionsRequest,ListCollectionsResponse,Collection> |
response |
ListCollectionsResponse |
Returns | |
---|---|
Type | Description |
WarehouseClient.ListCollectionsPage |
createPageAsync(PageContext<ListCollectionsRequest,ListCollectionsResponse,Collection> context, ApiFuture<ListCollectionsResponse> futureResponse)
public ApiFuture<WarehouseClient.ListCollectionsPage> createPageAsync(PageContext<ListCollectionsRequest,ListCollectionsResponse,Collection> context, ApiFuture<ListCollectionsResponse> futureResponse)
Parameters | |
---|---|
Name | Description |
context |
PageContext<ListCollectionsRequest,ListCollectionsResponse,Collection> |
futureResponse |
ApiFuture<ListCollectionsResponse> |
Returns | |
---|---|
Type | Description |
ApiFuture<ListCollectionsPage> |