Class RegionTargetHttpProxiesClient.ListPage (1.105.0)

public static class RegionTargetHttpProxiesClient.ListPage extends AbstractPage<ListRegionTargetHttpProxiesRequest,TargetHttpProxyList,TargetHttpProxy,RegionTargetHttpProxiesClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > RegionTargetHttpProxiesClient.ListPage

Methods

createPage(@Nullable PageContext<ListRegionTargetHttpProxiesRequest,TargetHttpProxyList,TargetHttpProxy> context, @Nullable TargetHttpProxyList response)

protected RegionTargetHttpProxiesClient.ListPage createPage(@Nullable PageContext<ListRegionTargetHttpProxiesRequest,TargetHttpProxyList,TargetHttpProxy> context, @Nullable TargetHttpProxyList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRegionTargetHttpProxiesRequest,TargetHttpProxyList,TargetHttpProxy>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.TargetHttpProxyList
Returns
Type Description
RegionTargetHttpProxiesClient.ListPage
Overrides

createPageAsync(@Nullable PageContext<ListRegionTargetHttpProxiesRequest,TargetHttpProxyList,TargetHttpProxy> context, ApiFuture<TargetHttpProxyList> futureResponse)

public ApiFuture<RegionTargetHttpProxiesClient.ListPage> createPageAsync(@Nullable PageContext<ListRegionTargetHttpProxiesRequest,TargetHttpProxyList,TargetHttpProxy> context, ApiFuture<TargetHttpProxyList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRegionTargetHttpProxiesRequest,TargetHttpProxyList,TargetHttpProxy>
futureResponse ApiFuture<TargetHttpProxyList>
Returns
Type Description
ApiFuture<ListPage>
Overrides