| Package | Description | 
|---|---|
| com.google.cloud.compute.deprecated | 
 A client for Google Compute Engine – High-performance, scalable virtual machines. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Address | 
Address.Builder.build()  | 
Address | 
Compute.getAddress(AddressId addressId,
          Compute.AddressOption... options)
Returns the requested address or  
null if not found. | 
Address | 
Address.reload(Compute.AddressOption... options)
Fetches the current address' latest information. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.api.gax.paging.Page<Address> | 
Compute.listAddresses(Compute.AddressAggregatedListOption... options)
Lists both global and region addresses. 
 | 
com.google.api.gax.paging.Page<Address> | 
Compute.listGlobalAddresses(Compute.AddressListOption... options)
Lists the global addresses. 
 | 
com.google.api.gax.paging.Page<Address> | 
Compute.listRegionAddresses(String region,
                   Compute.AddressListOption... options)
Lists the region addresses for the provided region. 
 | 
Copyright © 2019 Google LLC. All rights reserved.