Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
com.google.cloud.compute.v1.stub |
Modifier and Type | Method and Description |
---|---|
Route |
Route.Builder.build() |
Route |
InsertRouteHttpRequest.getApiMessageRequestBody() |
static Route |
Route.getDefaultInstance() |
Route |
RouteClient.getRoute(GetRouteHttpRequest request)
Returns the specified Route resource.
|
Route |
RouteClient.getRoute(ProjectGlobalRouteName route)
Returns the specified Route resource.
|
Route |
RouteClient.getRoute(String route)
Returns the specified Route resource.
|
Route |
InsertRouteHttpRequest.getRouteResource()
Represents a Route resource.
|
Route |
InsertRouteHttpRequest.Builder.getRouteResource()
Represents a Route resource.
|
Modifier and Type | Method and Description |
---|---|
List<Route> |
RouterStatusBgpPeerStatus.getAdvertisedRoutesList()
Routes that were advertised to the remote BGP peer
|
List<Route> |
RouterStatusBgpPeerStatus.Builder.getAdvertisedRoutesList()
Routes that were advertised to the remote BGP peer
|
List<Route> |
RouterStatus.getBestRoutesForRouterList()
Best routes learned by this router.
|
List<Route> |
RouterStatus.Builder.getBestRoutesForRouterList()
Best routes learned by this router.
|
List<Route> |
RouterStatus.getBestRoutesList()
Best routes for this router's network.
|
List<Route> |
RouterStatus.Builder.getBestRoutesList()
Best routes for this router's network.
|
List<Route> |
RouteList.getItemsList()
A list of Route resources.
|
List<Route> |
RouteList.Builder.getItemsList()
A list of Route resources.
|
UnaryCallable<GetRouteHttpRequest,Route> |
RouteClient.getRouteCallable()
Returns the specified Route resource.
|
UnaryCallSettings<GetRouteHttpRequest,Route> |
RouteSettings.getRouteSettings()
Returns the object with the settings used for calls to getRoute.
|
UnaryCallSettings.Builder<GetRouteHttpRequest,Route> |
RouteSettings.Builder.getRouteSettings()
Returns the builder for the settings used for calls to getRoute.
|
Modifier and Type | Method and Description |
---|---|
RouterStatusBgpPeerStatus.Builder |
RouterStatusBgpPeerStatus.Builder.addAdvertisedRoutes(Route advertisedRoutes)
Routes that were advertised to the remote BGP peer
|
RouterStatus.Builder |
RouterStatus.Builder.addBestRoutes(Route bestRoutes)
Best routes for this router's network.
|
RouterStatus.Builder |
RouterStatus.Builder.addBestRoutesForRouter(Route bestRoutesForRouter)
Best routes learned by this router.
|
RouteList.Builder |
RouteList.Builder.addItems(Route items)
A list of Route resources.
|
Operation |
RouteClient.insertRoute(ProjectName project,
Route routeResource)
Creates a Route resource in the specified project using the data included in the request.
|
Operation |
RouteClient.insertRoute(String project,
Route routeResource)
Creates a Route resource in the specified project using the data included in the request.
|
Route.Builder |
Route.Builder.mergeFrom(Route other) |
static Route.Builder |
Route.newBuilder(Route prototype) |
InsertRouteHttpRequest.Builder |
InsertRouteHttpRequest.Builder.setRouteResource(Route routeResource)
Represents a Route resource.
|
Modifier and Type | Method and Description |
---|---|
RouterStatusBgpPeerStatus.Builder |
RouterStatusBgpPeerStatus.Builder.addAllAdvertisedRoutes(List<Route> advertisedRoutes)
Routes that were advertised to the remote BGP peer
|
RouterStatus.Builder |
RouterStatus.Builder.addAllBestRoutes(List<Route> bestRoutes)
Best routes for this router's network.
|
RouterStatus.Builder |
RouterStatus.Builder.addAllBestRoutesForRouter(List<Route> bestRoutesForRouter)
Best routes learned by this router.
|
RouteList.Builder |
RouteList.Builder.addAllItems(List<Route> items)
A list of Route resources.
|
static com.google.api.core.ApiFuture<RouteClient.ListRoutesPagedResponse> |
RouteClient.ListRoutesPagedResponse.createAsync(PageContext<ListRoutesHttpRequest,RouteList,Route> context,
com.google.api.core.ApiFuture<RouteList> futureResponse) |
protected RouteClient.ListRoutesPage |
RouteClient.ListRoutesPage.createPage(PageContext<ListRoutesHttpRequest,RouteList,Route> context,
RouteList response) |
com.google.api.core.ApiFuture<RouteClient.ListRoutesPage> |
RouteClient.ListRoutesPage.createPageAsync(PageContext<ListRoutesHttpRequest,RouteList,Route> context,
com.google.api.core.ApiFuture<RouteList> futureResponse) |
Modifier and Type | Field and Description |
---|---|
static ApiMethodDescriptor<GetRouteHttpRequest,Route> |
HttpJsonRouteStub.getRouteMethodDescriptor |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<GetRouteHttpRequest,Route> |
HttpJsonRouteStub.getRouteCallable() |
UnaryCallable<GetRouteHttpRequest,Route> |
RouteStub.getRouteCallable() |
UnaryCallSettings<GetRouteHttpRequest,Route> |
RouteStubSettings.getRouteSettings()
Returns the object with the settings used for calls to getRoute.
|
UnaryCallSettings.Builder<GetRouteHttpRequest,Route> |
RouteStubSettings.Builder.getRouteSettings()
Returns the builder for the settings used for calls to getRoute.
|
Copyright © 2019 Google LLC. All rights reserved.