Class RegionHealthChecksClient.ListPage (1.105.0)

public static class RegionHealthChecksClient.ListPage extends AbstractPage<ListRegionHealthChecksRequest,HealthCheckList,HealthCheck,RegionHealthChecksClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > RegionHealthChecksClient.ListPage

Methods

createPage(@Nullable PageContext<ListRegionHealthChecksRequest,HealthCheckList,HealthCheck> context, @Nullable HealthCheckList response)

protected RegionHealthChecksClient.ListPage createPage(@Nullable PageContext<ListRegionHealthChecksRequest,HealthCheckList,HealthCheck> context, @Nullable HealthCheckList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRegionHealthChecksRequest,HealthCheckList,HealthCheck>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.HealthCheckList
Returns
Type Description
RegionHealthChecksClient.ListPage
Overrides

createPageAsync(@Nullable PageContext<ListRegionHealthChecksRequest,HealthCheckList,HealthCheck> context, ApiFuture<HealthCheckList> futureResponse)

public ApiFuture<RegionHealthChecksClient.ListPage> createPageAsync(@Nullable PageContext<ListRegionHealthChecksRequest,HealthCheckList,HealthCheck> context, ApiFuture<HealthCheckList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRegionHealthChecksRequest,HealthCheckList,HealthCheck>
futureResponse ApiFuture<HealthCheckList>
Returns
Type Description
ApiFuture<ListPage>
Overrides