| 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.SubnetworkListOption | 
Compute.SubnetworkListOption.fields(Compute.SubnetworkField... fields)
Returns an option to specify the subnetwork's fields to be returned by the RPC call. 
 | 
static Compute.SubnetworkListOption | 
Compute.SubnetworkListOption.filter(Compute.SubnetworkFilter filter)
Returns an option to specify a filter on the subnetworks being listed. 
 | 
static Compute.SubnetworkListOption | 
Compute.SubnetworkListOption.pageSize(long pageSize)
Returns an option to specify the maximum number of subnetworks returned per page. 
 | 
static Compute.SubnetworkListOption | 
Compute.SubnetworkListOption.pageToken(String pageToken)
Returns an option to specify the page token from which to start listing subnetworks. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.api.gax.paging.Page<Subnetwork> | 
Compute.listSubnetworks(String region,
               Compute.SubnetworkListOption... options)
Lists subnetworks for the provided region. 
 | 
Copyright © 2019 Google LLC. All rights reserved.