Uses of Class
com.google.cloud.compute.v1.TargetHttpProxiesClient.ListPage
-
Packages that use TargetHttpProxiesClient.ListPage Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of TargetHttpProxiesClient.ListPage in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return TargetHttpProxiesClient.ListPage Modifier and Type Method Description protected TargetHttpProxiesClient.ListPage
TargetHttpProxiesClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListTargetHttpProxiesRequest,TargetHttpProxyList,TargetHttpProxy> context, TargetHttpProxyList response)
Methods in com.google.cloud.compute.v1 that return types with arguments of type TargetHttpProxiesClient.ListPage Modifier and Type Method Description com.google.api.core.ApiFuture<TargetHttpProxiesClient.ListPage>
TargetHttpProxiesClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTargetHttpProxiesRequest,TargetHttpProxyList,TargetHttpProxy> context, com.google.api.core.ApiFuture<TargetHttpProxyList> futureResponse)
Method parameters in com.google.cloud.compute.v1 with type arguments of type TargetHttpProxiesClient.ListPage Modifier and Type Method Description protected TargetHttpProxiesClient.ListFixedSizeCollection
TargetHttpProxiesClient.ListFixedSizeCollection. createCollection(List<TargetHttpProxiesClient.ListPage> pages, int collectionSize)
-