Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
RawDisk.Builder |
RawDisk.Builder.clone() |
RawDisk.Builder |
RawDisk.Builder.mergeFrom(RawDisk other) |
static RawDisk.Builder |
RawDisk.newBuilder() |
static RawDisk.Builder |
RawDisk.newBuilder(RawDisk prototype) |
RawDisk.Builder |
RawDisk.Builder.setContainerType(String containerType)
The format used to encode and transmit the block device, which should be TAR.
|
RawDisk.Builder |
RawDisk.Builder.setSha1Checksum(String sha1Checksum)
An optional SHA1 checksum of the disk image before unpackaging provided by the client when
the disk image is created.
|
RawDisk.Builder |
RawDisk.Builder.setSource(String source)
The full Google Cloud Storage URL where the disk image is stored.
|
RawDisk.Builder |
RawDisk.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.