public static class Compute.ZoneListOption extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static Compute.ZoneListOption |
fields(Compute.ZoneField... fields)
Returns an option to specify the zone's fields to be returned by the RPC call.
|
static Compute.ZoneListOption |
filter(Compute.ZoneFilter filter)
Returns an option to specify a filter on the zones being listed.
|
int |
hashCode() |
static Compute.ZoneListOption |
pageSize(long pageSize)
Returns an option to specify the maximum number of zones returned per page.
|
static Compute.ZoneListOption |
pageToken(String pageToken)
Returns an option to specify the page token from which to start listing zones.
|
String |
toString() |
public static Compute.ZoneListOption filter(Compute.ZoneFilter filter)
public static Compute.ZoneListOption pageSize(long pageSize)
pageSize
must be between 0 and 500 (inclusive). If not specified 500 is used.public static Compute.ZoneListOption pageToken(String pageToken)
public static Compute.ZoneListOption fields(Compute.ZoneField... fields)
ZoneListOption.fields
can be used to
specify only the fields of interest. Zone.getZoneId()
is always returned, even if not
specified.Copyright © 2019 Google LLC. All rights reserved.