Class RegionBackendServicesClient.ListPage (1.105.0)

public static class RegionBackendServicesClient.ListPage extends AbstractPage<ListRegionBackendServicesRequest,BackendServiceList,BackendService,RegionBackendServicesClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > RegionBackendServicesClient.ListPage

Methods

createPage(@Nullable PageContext<ListRegionBackendServicesRequest,BackendServiceList,BackendService> context, @Nullable BackendServiceList response)

protected RegionBackendServicesClient.ListPage createPage(@Nullable PageContext<ListRegionBackendServicesRequest,BackendServiceList,BackendService> context, @Nullable BackendServiceList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRegionBackendServicesRequest,BackendServiceList,BackendService>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.BackendServiceList
Returns
Type Description
RegionBackendServicesClient.ListPage
Overrides

createPageAsync(@Nullable PageContext<ListRegionBackendServicesRequest,BackendServiceList,BackendService> context, ApiFuture<BackendServiceList> futureResponse)

public ApiFuture<RegionBackendServicesClient.ListPage> createPageAsync(@Nullable PageContext<ListRegionBackendServicesRequest,BackendServiceList,BackendService> context, ApiFuture<BackendServiceList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRegionBackendServicesRequest,BackendServiceList,BackendService>
futureResponse ApiFuture<BackendServiceList>
Returns
Type Description
ApiFuture<ListPage>
Overrides