Class MachineTypesClient.AggregatedListPage (1.105.0)

public static class MachineTypesClient.AggregatedListPage extends AbstractPage<AggregatedListMachineTypesRequest,MachineTypeAggregatedList,Map.Entry<String,MachineTypesScopedList>,MachineTypesClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > MachineTypesClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListMachineTypesRequest,MachineTypeAggregatedList,Map.Entry<String,MachineTypesScopedList>> context, @Nullable MachineTypeAggregatedList response)

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

createPageAsync(@Nullable PageContext<AggregatedListMachineTypesRequest,MachineTypeAggregatedList,Map.Entry<String,MachineTypesScopedList>> context, ApiFuture<MachineTypeAggregatedList> futureResponse)

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