Class MachineTypesClient.AggregatedListPage (1.51.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(PageContext<AggregatedListMachineTypesRequest,MachineTypeAggregatedList,Map.Entry<String,MachineTypesScopedList>> context, MachineTypeAggregatedList response)

protected MachineTypesClient.AggregatedListPage createPage(PageContext<AggregatedListMachineTypesRequest,MachineTypeAggregatedList,Map.Entry<String,MachineTypesScopedList>> context, MachineTypeAggregatedList response)
Parameters
NameDescription
contextPageContext<AggregatedListMachineTypesRequest,MachineTypeAggregatedList,java.util.Map.Entry<String,MachineTypesScopedList>>
responseMachineTypeAggregatedList
Returns
TypeDescription
MachineTypesClient.AggregatedListPage
Overrides

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

public ApiFuture<MachineTypesClient.AggregatedListPage> createPageAsync(PageContext<AggregatedListMachineTypesRequest,MachineTypeAggregatedList,Map.Entry<String,MachineTypesScopedList>> context, ApiFuture<MachineTypeAggregatedList> futureResponse)
Parameters
NameDescription
contextPageContext<AggregatedListMachineTypesRequest,MachineTypeAggregatedList,java.util.Map.Entry<String,MachineTypesScopedList>>
futureResponseApiFuture<MachineTypeAggregatedList>
Returns
TypeDescription
ApiFuture<AggregatedListPage>
Overrides