Class TargetTcpProxiesClient.ListPage (1.105.0)

public static class TargetTcpProxiesClient.ListPage extends AbstractPage<ListTargetTcpProxiesRequest,TargetTcpProxyList,TargetTcpProxy,TargetTcpProxiesClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > TargetTcpProxiesClient.ListPage

Methods

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

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

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

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