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