| Package | Description |
|---|---|
| com.google.cloud.compute |
A client to Google Cloud Compute.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Image.Builder
A builder for
Image objects. |
| Modifier and Type | Method and Description |
|---|---|
static ImageInfo.Builder |
ImageInfo.builder(ImageId imageId,
ImageConfiguration configuration)
Returns a builder for an
ImageInfo object given the image identity and an image
configuration. |
abstract ImageInfo.Builder |
ImageInfo.Builder.configuration(ImageConfiguration configuration)
Sets the image configuration.
|
abstract ImageInfo.Builder |
ImageInfo.Builder.description(String description)
Sets an optional textual description of the image.
|
abstract ImageInfo.Builder |
ImageInfo.Builder.imageId(ImageId imageId)
Sets the image identity.
|
ImageInfo.Builder |
ImageInfo.toBuilder()
Returns a builder for the current image.
|
Copyright © 2016 Google. All rights reserved.