Modifier and Type | Method and Description |
---|---|
RawDisk |
build() |
RawDisk.Builder |
clone() |
String |
getContainerType()
The format used to encode and transmit the block device, which should be TAR.
|
String |
getSha1Checksum()
An optional SHA1 checksum of the disk image before unpackaging provided by the client when
the disk image is created.
|
String |
getSource()
The full Google Cloud Storage URL where the disk image is stored.
|
RawDisk.Builder |
mergeFrom(RawDisk other) |
RawDisk.Builder |
setContainerType(String containerType)
The format used to encode and transmit the block device, which should be TAR.
|
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 |
setSource(String source)
The full Google Cloud Storage URL where the disk image is stored.
|
public RawDisk.Builder mergeFrom(RawDisk other)
public String getContainerType()
public RawDisk.Builder setContainerType(String containerType)
public String getSha1Checksum()
public RawDisk.Builder setSha1Checksum(String sha1Checksum)
public String getSource()
public RawDisk.Builder setSource(String source)
public RawDisk build()
public RawDisk.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.