Class RegionHealthCheckServicesClient.ListPage (1.105.0)

public static class RegionHealthCheckServicesClient.ListPage extends AbstractPage<ListRegionHealthCheckServicesRequest,HealthCheckServicesList,HealthCheckService,RegionHealthCheckServicesClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > RegionHealthCheckServicesClient.ListPage

Methods

createPage(@Nullable PageContext<ListRegionHealthCheckServicesRequest,HealthCheckServicesList,HealthCheckService> context, @Nullable HealthCheckServicesList response)

protected RegionHealthCheckServicesClient.ListPage createPage(@Nullable PageContext<ListRegionHealthCheckServicesRequest,HealthCheckServicesList,HealthCheckService> context, @Nullable HealthCheckServicesList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRegionHealthCheckServicesRequest,HealthCheckServicesList,HealthCheckService>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.HealthCheckServicesList
Returns
Type Description
RegionHealthCheckServicesClient.ListPage
Overrides

createPageAsync(@Nullable PageContext<ListRegionHealthCheckServicesRequest,HealthCheckServicesList,HealthCheckService> context, ApiFuture<HealthCheckServicesList> futureResponse)

public ApiFuture<RegionHealthCheckServicesClient.ListPage> createPageAsync(@Nullable PageContext<ListRegionHealthCheckServicesRequest,HealthCheckServicesList,HealthCheckService> context, ApiFuture<HealthCheckServicesList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRegionHealthCheckServicesRequest,HealthCheckServicesList,HealthCheckService>
futureResponse ApiFuture<HealthCheckServicesList>
Returns
Type Description
ApiFuture<ListPage>
Overrides