Class StoragePoolsClient.ListPage (1.105.0)

public static class StoragePoolsClient.ListPage extends AbstractPage<ListStoragePoolsRequest,StoragePoolList,StoragePool,StoragePoolsClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > StoragePoolsClient.ListPage

Methods

createPage(@Nullable PageContext<ListStoragePoolsRequest,StoragePoolList,StoragePool> context, @Nullable StoragePoolList response)

protected StoragePoolsClient.ListPage createPage(@Nullable PageContext<ListStoragePoolsRequest,StoragePoolList,StoragePool> context, @Nullable StoragePoolList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListStoragePoolsRequest,StoragePoolList,StoragePool>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.StoragePoolList
Returns
Type Description
StoragePoolsClient.ListPage
Overrides

createPageAsync(@Nullable PageContext<ListStoragePoolsRequest,StoragePoolList,StoragePool> context, ApiFuture<StoragePoolList> futureResponse)

public ApiFuture<StoragePoolsClient.ListPage> createPageAsync(@Nullable PageContext<ListStoragePoolsRequest,StoragePoolList,StoragePool> context, ApiFuture<StoragePoolList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListStoragePoolsRequest,StoragePoolList,StoragePool>
futureResponse ApiFuture<StoragePoolList>
Returns
Type Description
ApiFuture<ListPage>
Overrides