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