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