Class TargetHttpProxiesClient.ListPage (1.105.0)

public static class TargetHttpProxiesClient.ListPage extends AbstractPage<ListTargetHttpProxiesRequest,TargetHttpProxyList,TargetHttpProxy,TargetHttpProxiesClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > TargetHttpProxiesClient.ListPage

Methods

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

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

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

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