Uses of Class
com.google.cloud.compute.v1.NetworksClient.ListPeeringRoutesPagedResponse
-
Packages that use NetworksClient.ListPeeringRoutesPagedResponse Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of NetworksClient.ListPeeringRoutesPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return NetworksClient.ListPeeringRoutesPagedResponse Modifier and Type Method Description NetworksClient.ListPeeringRoutesPagedResponseNetworksClient. listPeeringRoutes(ListPeeringRoutesNetworksRequest request)Lists the peering routes exchanged over peering connection.NetworksClient.ListPeeringRoutesPagedResponseNetworksClient. listPeeringRoutes(String project, String network)Lists the peering routes exchanged over peering connection.Methods in com.google.cloud.compute.v1 that return types with arguments of type NetworksClient.ListPeeringRoutesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<NetworksClient.ListPeeringRoutesPagedResponse>NetworksClient.ListPeeringRoutesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListPeeringRoutesNetworksRequest,ExchangedPeeringRoutesList,ExchangedPeeringRoute> context, com.google.api.core.ApiFuture<ExchangedPeeringRoutesList> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListPeeringRoutesNetworksRequest,NetworksClient.ListPeeringRoutesPagedResponse>NetworksClient. listPeeringRoutesPagedCallable()Lists the peering routes exchanged over peering connection.com.google.api.gax.rpc.PagedCallSettings.Builder<ListPeeringRoutesNetworksRequest,ExchangedPeeringRoutesList,NetworksClient.ListPeeringRoutesPagedResponse>NetworksSettings.Builder. listPeeringRoutesSettings()Returns the builder for the settings used for calls to listPeeringRoutes.com.google.api.gax.rpc.PagedCallSettings<ListPeeringRoutesNetworksRequest,ExchangedPeeringRoutesList,NetworksClient.ListPeeringRoutesPagedResponse>NetworksSettings. listPeeringRoutesSettings()Returns the object with the settings used for calls to listPeeringRoutes. -
Uses of NetworksClient.ListPeeringRoutesPagedResponse in com.google.cloud.compute.v1.stub
-