| 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 |
|---|---|
SubnetworksClient.ListPagedResponse |
SubnetworksClient.list(ListSubnetworksRequest request)
Retrieves a list of subnetworks available to the specified project.
|
SubnetworksClient.ListPagedResponse |
SubnetworksClient.list(String project,
String region)
Retrieves a list of subnetworks available to the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<SubnetworksClient.ListPagedResponse> |
SubnetworksClient.ListPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListSubnetworksRequest,SubnetworkList,Subnetwork> context,
com.google.api.core.ApiFuture<SubnetworkList> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListSubnetworksRequest,SubnetworksClient.ListPagedResponse> |
SubnetworksClient.listPagedCallable()
Retrieves a list of subnetworks available to the specified project.
|
com.google.api.gax.rpc.PagedCallSettings<ListSubnetworksRequest,SubnetworkList,SubnetworksClient.ListPagedResponse> |
SubnetworksSettings.listSettings()
Returns the object with the settings used for calls to list.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListSubnetworksRequest,SubnetworkList,SubnetworksClient.ListPagedResponse> |
SubnetworksSettings.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<ListSubnetworksRequest,SubnetworksClient.ListPagedResponse> |
SubnetworksStub.listPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListSubnetworksRequest,SubnetworksClient.ListPagedResponse> |
HttpJsonSubnetworksStub.listPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListSubnetworksRequest,SubnetworkList,SubnetworksClient.ListPagedResponse> |
SubnetworksStubSettings.listSettings()
Returns the object with the settings used for calls to list.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListSubnetworksRequest,SubnetworkList,SubnetworksClient.ListPagedResponse> |
SubnetworksStubSettings.Builder.listSettings()
Returns the builder for the settings used for calls to list.
|
Copyright © 2024 Google LLC. All rights reserved.