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