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