Class NetAppClient.ListStoragePoolsPage (0.74.0)

public static class NetAppClient.ListStoragePoolsPage extends AbstractPage<ListStoragePoolsRequest,ListStoragePoolsResponse,StoragePool,NetAppClient.ListStoragePoolsPage>

Inheritance

java.lang.Object > AbstractPage > NetAppClient.ListStoragePoolsPage

Methods

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

protected NetAppClient.ListStoragePoolsPage createPage(@Nullable PageContext<ListStoragePoolsRequest,ListStoragePoolsResponse,StoragePool> context, @Nullable ListStoragePoolsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListStoragePoolsRequest,ListStoragePoolsResponse,StoragePool>
response @org.jspecify.annotations.Nullable com.google.cloud.netapp.v1.ListStoragePoolsResponse
Returns
Type Description
NetAppClient.ListStoragePoolsPage
Overrides

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

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