Class BackendServicesClient.AggregatedListPage (1.52.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
Name Description
context PageContext<AggregatedListBackendServicesRequest,BackendServiceAggregatedList,java.util.Map.Entry<String,BackendServicesScopedList>>
response BackendServiceAggregatedList
Returns
Type Description
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
Name Description
context PageContext<AggregatedListBackendServicesRequest,BackendServiceAggregatedList,java.util.Map.Entry<String,BackendServicesScopedList>>
futureResponse ApiFuture<BackendServiceAggregatedList>
Returns
Type Description
ApiFuture<AggregatedListPage>
Overrides