Package | Description |
---|---|
com.google.cloud.compute.deprecated |
A client for Google Compute Engine – High-performance, scalable virtual machines.
|
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.newBuilder(ImageId imageId,
ImageConfiguration configuration)
Returns a builder for an
ImageInfo object given the image identity and an image
configuration. |
abstract ImageInfo.Builder |
ImageInfo.Builder.setConfiguration(ImageConfiguration configuration)
Sets the image configuration.
|
abstract ImageInfo.Builder |
ImageInfo.Builder.setDescription(String description)
Sets an optional textual description of the image.
|
abstract ImageInfo.Builder |
ImageInfo.Builder.setImageId(ImageId imageId)
Sets the image identity.
|
ImageInfo.Builder |
ImageInfo.toBuilder()
Returns a builder for the current image.
|
Copyright © 2019 Google LLC. All rights reserved.