Class BackendServicesClient.ListPage (1.105.0)

public static class BackendServicesClient.ListPage extends AbstractPage<ListBackendServicesRequest,BackendServiceList,BackendService,BackendServicesClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > BackendServicesClient.ListPage

Methods

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

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

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

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