Class StoragePoolTypesClient.AggregatedListPage (1.105.0)

public static class StoragePoolTypesClient.AggregatedListPage extends AbstractPage<AggregatedListStoragePoolTypesRequest,StoragePoolTypeAggregatedList,Map.Entry<String,StoragePoolTypesScopedList>,StoragePoolTypesClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > StoragePoolTypesClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListStoragePoolTypesRequest,StoragePoolTypeAggregatedList,Map.Entry<String,StoragePoolTypesScopedList>> context, @Nullable StoragePoolTypeAggregatedList response)

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

createPageAsync(@Nullable PageContext<AggregatedListStoragePoolTypesRequest,StoragePoolTypeAggregatedList,Map.Entry<String,StoragePoolTypesScopedList>> context, ApiFuture<StoragePoolTypeAggregatedList> futureResponse)

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