Class RegionTargetTcpProxiesClient.ListPage (1.105.0)

public static class RegionTargetTcpProxiesClient.ListPage extends AbstractPage<ListRegionTargetTcpProxiesRequest,TargetTcpProxyList,TargetTcpProxy,RegionTargetTcpProxiesClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > RegionTargetTcpProxiesClient.ListPage

Methods

createPage(@Nullable PageContext<ListRegionTargetTcpProxiesRequest,TargetTcpProxyList,TargetTcpProxy> context, @Nullable TargetTcpProxyList response)

protected RegionTargetTcpProxiesClient.ListPage createPage(@Nullable PageContext<ListRegionTargetTcpProxiesRequest,TargetTcpProxyList,TargetTcpProxy> context, @Nullable TargetTcpProxyList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRegionTargetTcpProxiesRequest,TargetTcpProxyList,TargetTcpProxy>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.TargetTcpProxyList
Returns
Type Description
RegionTargetTcpProxiesClient.ListPage
Overrides

createPageAsync(@Nullable PageContext<ListRegionTargetTcpProxiesRequest,TargetTcpProxyList,TargetTcpProxy> context, ApiFuture<TargetTcpProxyList> futureResponse)

public ApiFuture<RegionTargetTcpProxiesClient.ListPage> createPageAsync(@Nullable PageContext<ListRegionTargetTcpProxiesRequest,TargetTcpProxyList,TargetTcpProxy> context, ApiFuture<TargetTcpProxyList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRegionTargetTcpProxiesRequest,TargetTcpProxyList,TargetTcpProxy>
futureResponse ApiFuture<TargetTcpProxyList>
Returns
Type Description
ApiFuture<ListPage>
Overrides