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