Class BackendServicesClient.AggregatedListPage (1.105.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(@Nullable PageContext<AggregatedListBackendServicesRequest,BackendServiceAggregatedList,Map.Entry<String,BackendServicesScopedList>> context, @Nullable BackendServiceAggregatedList response)

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

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

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