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 |
---|---|
ListNetworksHttpRequest |
ListNetworksHttpRequest.Builder.build() |
static ListNetworksHttpRequest |
ListNetworksHttpRequest.getDefaultInstance() |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<ListNetworksHttpRequest,NetworkList> |
NetworkClient.listNetworksCallable()
Retrieves the list of networks available to the specified project.
|
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 |
---|---|
NetworkClient.ListNetworksPagedResponse |
NetworkClient.listNetworks(ListNetworksHttpRequest request)
Retrieves the list of networks available to the specified project.
|
ListNetworksHttpRequest.Builder |
ListNetworksHttpRequest.Builder.mergeFrom(ListNetworksHttpRequest other) |
static ListNetworksHttpRequest.Builder |
ListNetworksHttpRequest.newBuilder(ListNetworksHttpRequest prototype) |
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) |
protected NetworkClient.ListNetworksPage |
NetworkClient.ListNetworksPage.createPage(PageContext<ListNetworksHttpRequest,NetworkList,Network> context,
NetworkList response) |
com.google.api.core.ApiFuture<NetworkClient.ListNetworksPage> |
NetworkClient.ListNetworksPage.createPageAsync(PageContext<ListNetworksHttpRequest,NetworkList,Network> context,
com.google.api.core.ApiFuture<NetworkList> futureResponse) |
Modifier and Type | Field and Description |
---|---|
static ApiMethodDescriptor<ListNetworksHttpRequest,NetworkList> |
HttpJsonNetworkStub.listNetworksMethodDescriptor |
Copyright © 2019 Google LLC. All rights reserved.