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