| 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 |
|---|---|
RegionBackendServicesClient.ListUsablePagedResponse |
RegionBackendServicesClient.listUsable(ListUsableRegionBackendServicesRequest request)
Retrieves an aggregated list of all usable backend services in the specified project in the
given region.
|
RegionBackendServicesClient.ListUsablePagedResponse |
RegionBackendServicesClient.listUsable(String project,
String region)
Retrieves an aggregated list of all usable backend services in the specified project in the
given region.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<RegionBackendServicesClient.ListUsablePagedResponse> |
RegionBackendServicesClient.ListUsablePagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListUsableRegionBackendServicesRequest,BackendServiceListUsable,BackendService> context,
com.google.api.core.ApiFuture<BackendServiceListUsable> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListUsableRegionBackendServicesRequest,RegionBackendServicesClient.ListUsablePagedResponse> |
RegionBackendServicesClient.listUsablePagedCallable()
Retrieves an aggregated list of all usable backend services in the specified project in the
given region.
|
com.google.api.gax.rpc.PagedCallSettings<ListUsableRegionBackendServicesRequest,BackendServiceListUsable,RegionBackendServicesClient.ListUsablePagedResponse> |
RegionBackendServicesSettings.listUsableSettings()
Returns the object with the settings used for calls to listUsable.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListUsableRegionBackendServicesRequest,BackendServiceListUsable,RegionBackendServicesClient.ListUsablePagedResponse> |
RegionBackendServicesSettings.Builder.listUsableSettings()
Returns the builder for the settings used for calls to listUsable.
|
Copyright © 2024 Google LLC. All rights reserved.