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.ImageListOption |
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 |
Compute.ImageListOption.filter(Compute.ImageFilter filter)
Returns an option to specify a filter on the images being listed.
|
static Compute.ImageListOption |
Compute.ImageListOption.pageSize(long pageSize)
Returns an option to specify the maximum number of images returned per page.
|
static Compute.ImageListOption |
Compute.ImageListOption.pageToken(String pageToken)
Returns an option to specify the page token from which to start listing images.
|
Modifier and Type | Method and Description |
---|---|
Page<Image> |
Compute.listImages(Compute.ImageListOption... options)
Lists images in the current project.
|
Page<Image> |
Compute.listImages(String project,
Compute.ImageListOption... options)
Lists images in the provided project that are available to the current user.
|
Copyright © 2019 Google LLC. All rights reserved.