Class DiskTypesClient.AggregatedListPage (1.105.0)

public static class DiskTypesClient.AggregatedListPage extends AbstractPage<AggregatedListDiskTypesRequest,DiskTypeAggregatedList,Map.Entry<String,DiskTypesScopedList>,DiskTypesClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > DiskTypesClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListDiskTypesRequest,DiskTypeAggregatedList,Map.Entry<String,DiskTypesScopedList>> context, @Nullable DiskTypeAggregatedList response)

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

createPageAsync(@Nullable PageContext<AggregatedListDiskTypesRequest,DiskTypeAggregatedList,Map.Entry<String,DiskTypesScopedList>> context, ApiFuture<DiskTypeAggregatedList> futureResponse)

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