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 |
---|---|
NetworkClient.ListNetworksPagedResponse |
NetworkClient.listNetworks(ListNetworksHttpRequest request)
Retrieves the list of networks available to the specified project.
|
NetworkClient.ListNetworksPagedResponse |
NetworkClient.listNetworks(ProjectName project)
Retrieves the list of networks available to the specified project.
|
NetworkClient.ListNetworksPagedResponse |
NetworkClient.listNetworks(String project)
Retrieves the list of networks available to the specified project.
|
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<NetworkClient.ListNetworksPagedResponse> |
NetworkClient.ListNetworksPagedResponse.createAsync(PageContext<ListNetworksHttpRequest,NetworkList,Network> context,
com.google.api.core.ApiFuture<NetworkList> futureResponse) |
UnaryCallable<ListNetworksHttpRequest,NetworkClient.ListNetworksPagedResponse> |
NetworkClient.listNetworksPagedCallable()
Retrieves the list of networks available to the specified project.
|
PagedCallSettings<ListNetworksHttpRequest,NetworkList,NetworkClient.ListNetworksPagedResponse> |
NetworkSettings.listNetworksSettings()
Returns the object with the settings used for calls to listNetworks.
|
PagedCallSettings.Builder<ListNetworksHttpRequest,NetworkList,NetworkClient.ListNetworksPagedResponse> |
NetworkSettings.Builder.listNetworksSettings()
Returns the builder for the settings used for calls to listNetworks.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<ListNetworksHttpRequest,NetworkClient.ListNetworksPagedResponse> |
NetworkStub.listNetworksPagedCallable() |
UnaryCallable<ListNetworksHttpRequest,NetworkClient.ListNetworksPagedResponse> |
HttpJsonNetworkStub.listNetworksPagedCallable() |
PagedCallSettings<ListNetworksHttpRequest,NetworkList,NetworkClient.ListNetworksPagedResponse> |
NetworkStubSettings.listNetworksSettings()
Returns the object with the settings used for calls to listNetworks.
|
PagedCallSettings.Builder<ListNetworksHttpRequest,NetworkList,NetworkClient.ListNetworksPagedResponse> |
NetworkStubSettings.Builder.listNetworksSettings()
Returns the builder for the settings used for calls to listNetworks.
|
Copyright © 2019 Google LLC. All rights reserved.