Class StoragePoolsClient.AggregatedListPage (1.105.0)

public static class StoragePoolsClient.AggregatedListPage extends AbstractPage<AggregatedListStoragePoolsRequest,StoragePoolAggregatedList,Map.Entry<String,StoragePoolsScopedList>,StoragePoolsClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > StoragePoolsClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListStoragePoolsRequest,StoragePoolAggregatedList,Map.Entry<String,StoragePoolsScopedList>> context, @Nullable StoragePoolAggregatedList response)

protected StoragePoolsClient.AggregatedListPage createPage(@Nullable PageContext<AggregatedListStoragePoolsRequest,StoragePoolAggregatedList,Map.Entry<String,StoragePoolsScopedList>> context, @Nullable StoragePoolAggregatedList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<AggregatedListStoragePoolsRequest,StoragePoolAggregatedList,java.util.Map.Entry<String,StoragePoolsScopedList>>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.StoragePoolAggregatedList
Returns
Type Description
StoragePoolsClient.AggregatedListPage
Overrides

createPageAsync(@Nullable PageContext<AggregatedListStoragePoolsRequest,StoragePoolAggregatedList,Map.Entry<String,StoragePoolsScopedList>> context, ApiFuture<StoragePoolAggregatedList> futureResponse)

public ApiFuture<StoragePoolsClient.AggregatedListPage> createPageAsync(@Nullable PageContext<AggregatedListStoragePoolsRequest,StoragePoolAggregatedList,Map.Entry<String,StoragePoolsScopedList>> context, ApiFuture<StoragePoolAggregatedList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<AggregatedListStoragePoolsRequest,StoragePoolAggregatedList,java.util.Map.Entry<String,StoragePoolsScopedList>>
futureResponse ApiFuture<StoragePoolAggregatedList>
Returns
Type Description
ApiFuture<AggregatedListPage>
Overrides