| 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 |
|---|---|
AddressesClient.ListPagedResponse |
AddressesClient.list(ListAddressesRequest request)
Retrieves a list of addresses contained within the specified region.
|
AddressesClient.ListPagedResponse |
AddressesClient.list(String project,
String region)
Retrieves a list of addresses contained within the specified region.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<AddressesClient.ListPagedResponse> |
AddressesClient.ListPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListAddressesRequest,AddressList,Address> context,
com.google.api.core.ApiFuture<AddressList> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListAddressesRequest,AddressesClient.ListPagedResponse> |
AddressesClient.listPagedCallable()
Retrieves a list of addresses contained within the specified region.
|
com.google.api.gax.rpc.PagedCallSettings<ListAddressesRequest,AddressList,AddressesClient.ListPagedResponse> |
AddressesSettings.listSettings()
Returns the object with the settings used for calls to list.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListAddressesRequest,AddressList,AddressesClient.ListPagedResponse> |
AddressesSettings.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<ListAddressesRequest,AddressesClient.ListPagedResponse> |
HttpJsonAddressesStub.listPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListAddressesRequest,AddressesClient.ListPagedResponse> |
AddressesStub.listPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListAddressesRequest,AddressList,AddressesClient.ListPagedResponse> |
AddressesStubSettings.listSettings()
Returns the object with the settings used for calls to list.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListAddressesRequest,AddressList,AddressesClient.ListPagedResponse> |
AddressesStubSettings.Builder.listSettings()
Returns the builder for the settings used for calls to list.
|
Copyright © 2024 Google LLC. All rights reserved.