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.RegionListOption |
Compute.RegionListOption.fields(Compute.RegionField... fields)
Returns an option to specify the region's fields to be returned by the RPC call.
|
static Compute.RegionListOption |
Compute.RegionListOption.filter(Compute.RegionFilter filter)
Returns an option to specify a filter on the regions being listed.
|
static Compute.RegionListOption |
Compute.RegionListOption.pageSize(long pageSize)
Returns an option to specify the maximum number of regions returned per page.
|
static Compute.RegionListOption |
Compute.RegionListOption.pageToken(String pageToken)
Returns an option to specify the page token from which to start listing regions.
|
Modifier and Type | Method and Description |
---|---|
Page<Region> |
Compute.listRegions(Compute.RegionListOption... options)
Lists the regions.
|
Copyright © 2019 Google LLC. All rights reserved.