| Package | Description |
|---|---|
| com.google.cloud.compute.v1 |
A client to Google Compute Engine API
The interfaces provided are listed below, along with usage samples.
|
| com.google.cloud.compute.v1.stub |
| Modifier and Type | Method and Description |
|---|---|
NetworksClient.ListPeeringRoutesPagedResponse |
NetworksClient.listPeeringRoutes(ListPeeringRoutesNetworksRequest request)
Lists the peering routes exchanged over peering connection.
|
NetworksClient.ListPeeringRoutesPagedResponse |
NetworksClient.listPeeringRoutes(String project,
String network)
Lists the peering routes exchanged over peering connection.
|
| Modifier and Type | Method and 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<ListPeeringRoutesNetworksRequest,ExchangedPeeringRoutesList,NetworksClient.ListPeeringRoutesPagedResponse> |
NetworksSettings.listPeeringRoutesSettings()
Returns the object with the settings used for calls to listPeeringRoutes.
|
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.
|
Copyright © 2024 Google LLC. All rights reserved.