| 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.ListPagedResponse |
NetworksClient.list(ListNetworksRequest request)
Retrieves the list of networks available to the specified project.
|
NetworksClient.ListPagedResponse |
NetworksClient.list(String project)
Retrieves the list of networks available to the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<NetworksClient.ListPagedResponse> |
NetworksClient.ListPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListNetworksRequest,NetworkList,Network> context,
com.google.api.core.ApiFuture<NetworkList> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListNetworksRequest,NetworksClient.ListPagedResponse> |
NetworksClient.listPagedCallable()
Retrieves the list of networks available to the specified project.
|
com.google.api.gax.rpc.PagedCallSettings<ListNetworksRequest,NetworkList,NetworksClient.ListPagedResponse> |
NetworksSettings.listSettings()
Returns the object with the settings used for calls to list.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListNetworksRequest,NetworkList,NetworksClient.ListPagedResponse> |
NetworksSettings.Builder.listSettings()
Returns the builder for the settings used for calls to list.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<ListNetworksRequest,NetworksClient.ListPagedResponse> |
HttpJsonNetworksStub.listPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListNetworksRequest,NetworksClient.ListPagedResponse> |
NetworksStub.listPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListNetworksRequest,NetworkList,NetworksClient.ListPagedResponse> |
NetworksStubSettings.listSettings()
Returns the object with the settings used for calls to list.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListNetworksRequest,NetworkList,NetworksClient.ListPagedResponse> |
NetworksStubSettings.Builder.listSettings()
Returns the builder for the settings used for calls to list.
|
Copyright © 2024 Google LLC. All rights reserved.