Class BackendServicesClient.AggregatedListPage (1.51.0)

public static class BackendServicesClient.AggregatedListPage extends AbstractPage<AggregatedListBackendServicesRequest,BackendServiceAggregatedList,Map.Entry<String,BackendServicesScopedList>,BackendServicesClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > BackendServicesClient.AggregatedListPage

Methods

createPage(PageContext<AggregatedListBackendServicesRequest,BackendServiceAggregatedList,Map.Entry<String,BackendServicesScopedList>> context, BackendServiceAggregatedList response)

protected BackendServicesClient.AggregatedListPage createPage(PageContext<AggregatedListBackendServicesRequest,BackendServiceAggregatedList,Map.Entry<String,BackendServicesScopedList>> context, BackendServiceAggregatedList response)
Parameters
NameDescription
contextPageContext<AggregatedListBackendServicesRequest,BackendServiceAggregatedList,java.util.Map.Entry<String,BackendServicesScopedList>>
responseBackendServiceAggregatedList
Returns
TypeDescription
BackendServicesClient.AggregatedListPage
Overrides

createPageAsync(PageContext<AggregatedListBackendServicesRequest,BackendServiceAggregatedList,Map.Entry<String,BackendServicesScopedList>> context, ApiFuture<BackendServiceAggregatedList> futureResponse)

public ApiFuture<BackendServicesClient.AggregatedListPage> createPageAsync(PageContext<AggregatedListBackendServicesRequest,BackendServiceAggregatedList,Map.Entry<String,BackendServicesScopedList>> context, ApiFuture<BackendServiceAggregatedList> futureResponse)
Parameters
NameDescription
contextPageContext<AggregatedListBackendServicesRequest,BackendServiceAggregatedList,java.util.Map.Entry<String,BackendServicesScopedList>>
futureResponseApiFuture<BackendServiceAggregatedList>
Returns
TypeDescription
ApiFuture<AggregatedListPage>
Overrides