Class RegionCompositeHealthChecksClient.ListPage (1.105.0)

public static class RegionCompositeHealthChecksClient.ListPage extends AbstractPage<ListRegionCompositeHealthChecksRequest,CompositeHealthCheckList,CompositeHealthCheck,RegionCompositeHealthChecksClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > RegionCompositeHealthChecksClient.ListPage

Methods

createPage(@Nullable PageContext<ListRegionCompositeHealthChecksRequest,CompositeHealthCheckList,CompositeHealthCheck> context, @Nullable CompositeHealthCheckList response)

protected RegionCompositeHealthChecksClient.ListPage createPage(@Nullable PageContext<ListRegionCompositeHealthChecksRequest,CompositeHealthCheckList,CompositeHealthCheck> context, @Nullable CompositeHealthCheckList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRegionCompositeHealthChecksRequest,CompositeHealthCheckList,CompositeHealthCheck>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.CompositeHealthCheckList
Returns
Type Description
RegionCompositeHealthChecksClient.ListPage
Overrides

createPageAsync(@Nullable PageContext<ListRegionCompositeHealthChecksRequest,CompositeHealthCheckList,CompositeHealthCheck> context, ApiFuture<CompositeHealthCheckList> futureResponse)

public ApiFuture<RegionCompositeHealthChecksClient.ListPage> createPageAsync(@Nullable PageContext<ListRegionCompositeHealthChecksRequest,CompositeHealthCheckList,CompositeHealthCheck> context, ApiFuture<CompositeHealthCheckList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRegionCompositeHealthChecksRequest,CompositeHealthCheckList,CompositeHealthCheck>
futureResponse ApiFuture<CompositeHealthCheckList>
Returns
Type Description
ApiFuture<ListPage>
Overrides