Class DisksClient.AggregatedListPage (1.105.0)

public static class DisksClient.AggregatedListPage extends AbstractPage<AggregatedListDisksRequest,DiskAggregatedList,Map.Entry<String,DisksScopedList>,DisksClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > DisksClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListDisksRequest,DiskAggregatedList,Map.Entry<String,DisksScopedList>> context, @Nullable DiskAggregatedList response)

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

createPageAsync(@Nullable PageContext<AggregatedListDisksRequest,DiskAggregatedList,Map.Entry<String,DisksScopedList>> context, ApiFuture<DiskAggregatedList> futureResponse)

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