| Package | Description | 
|---|---|
| com.google.cloud.compute.deprecated | 
 A client for Google Compute Engine – High-performance, scalable virtual machines. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Compute.AddressListOption | 
Compute.AddressListOption.fields(Compute.AddressField... fields)
Returns an option to specify the address' fields to be returned by the RPC call. 
 | 
static Compute.AddressListOption | 
Compute.AddressListOption.filter(Compute.AddressFilter filter)
Returns an option to specify a filter on the addresses being listed. 
 | 
static Compute.AddressListOption | 
Compute.AddressListOption.pageSize(long pageSize)
Returns an option to specify the maximum number of addresses returned per page. 
 | 
static Compute.AddressListOption | 
Compute.AddressListOption.pageToken(String pageToken)
Returns an option to specify the page token from which to start listing addresses. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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.