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()
[Deprecated] This field is deprecated.
|
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)
[Deprecated] This field is deprecated.
|
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.