- 1.86.0 (latest)
 - 1.85.0
 - 1.84.0
 - 1.83.0
 - 1.82.0
 - 1.80.0
 - 1.78.0
 - 1.77.0
 - 1.74.0
 - 1.73.0
 - 1.72.0
 - 1.70.0
 - 1.69.0
 - 1.68.0
 - 1.67.0
 - 1.66.0
 - 1.65.0
 - 1.64.0
 - 1.63.0
 - 1.62.0
 - 1.61.0
 - 1.59.0
 - 1.58.0
 - 1.57.0
 - 1.56.0
 - 1.55.0
 - 1.54.0
 - 1.53.0
 - 1.52.0
 - 1.51.0
 - 1.50.0
 - 1.49.0
 - 1.47.0
 - 1.46.0
 - 1.45.0
 - 1.44.0
 - 1.43.0
 - 1.42.0
 - 1.41.0
 - 1.40.0
 - 1.39.0
 - 1.38.0
 - 1.37.0
 - 1.34.0
 - 1.33.0
 - 1.32.0
 - 1.31.0
 - 1.30.0
 - 1.29.0
 - 1.28.0
 - 1.27.0
 - 1.26.0
 - 1.25.0
 - 1.24.0
 - 1.23.0
 - 1.22.0
 - 1.21.0
 - 1.20.0
 - 1.19.0
 - 1.18.0
 - 1.17.0
 - 1.16.0
 - 1.15.0
 - 1.14.0
 - 1.13.0
 - 1.12.1
 - 1.11.0
 - 1.9.1
 - 1.8.1
 - 1.7.2
 - 1.6.0-beta
 
public static final class DiskInstantiationConfig.Builder extends GeneratedMessageV3.Builder<DiskInstantiationConfig.Builder> implements DiskInstantiationConfigOrBuilderA specification of the desired way to instantiate a disk in the instance template when its created from a source instance.
 Protobuf type google.cloud.compute.v1.DiskInstantiationConfig
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DiskInstantiationConfig.BuilderImplements
DiskInstantiationConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DiskInstantiationConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
DiskInstantiationConfig.Builder | 
        |
build()
public DiskInstantiationConfig build()| Returns | |
|---|---|
| Type | Description | 
DiskInstantiationConfig | 
        |
buildPartial()
public DiskInstantiationConfig buildPartial()| Returns | |
|---|---|
| Type | Description | 
DiskInstantiationConfig | 
        |
clear()
public DiskInstantiationConfig.Builder clear()| Returns | |
|---|---|
| Type | Description | 
DiskInstantiationConfig.Builder | 
        |
clearAutoDelete()
public DiskInstantiationConfig.Builder clearAutoDelete()Specifies whether the disk will be auto-deleted when the instance is deleted (but not when the disk is detached from the instance).
 optional bool auto_delete = 464761403;
| Returns | |
|---|---|
| Type | Description | 
DiskInstantiationConfig.Builder | 
        This builder for chaining.  | 
      
clearCustomImage()
public DiskInstantiationConfig.Builder clearCustomImage()The custom source image to be used to restore this disk when instantiating this instance template.
 optional string custom_image = 184123149;
| Returns | |
|---|---|
| Type | Description | 
DiskInstantiationConfig.Builder | 
        This builder for chaining.  | 
      
clearDeviceName()
public DiskInstantiationConfig.Builder clearDeviceName()Specifies the device name of the disk to which the configurations apply to.
 optional string device_name = 67541716;
| Returns | |
|---|---|
| Type | Description | 
DiskInstantiationConfig.Builder | 
        This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public DiskInstantiationConfig.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
DiskInstantiationConfig.Builder | 
        |
clearInstantiateFrom()
public DiskInstantiationConfig.Builder clearInstantiateFrom()Specifies whether to include the disk and what image to use. Possible values are: - source-image: to use the same image that was used to create the source instance's corresponding disk. Applicable to the boot disk and additional read-write disks. - source-image-family: to use the same image family that was used to create the source instance's corresponding disk. Applicable to the boot disk and additional read-write disks. - custom-image: to use a user-provided image url for disk creation. Applicable to the boot disk and additional read-write disks. - attach-read-only: to attach a read-only disk. Applicable to read-only disks. - do-not-include: to exclude a disk from the template. Applicable to additional read-write disks, local SSDs, and read-only disks. Check the InstantiateFrom enum for the list of possible values.
 optional string instantiate_from = 393383903;
| Returns | |
|---|---|
| Type | Description | 
DiskInstantiationConfig.Builder | 
        This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public DiskInstantiationConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
DiskInstantiationConfig.Builder | 
        |
clone()
public DiskInstantiationConfig.Builder clone()| Returns | |
|---|---|
| Type | Description | 
DiskInstantiationConfig.Builder | 
        |
getAutoDelete()
public boolean getAutoDelete()Specifies whether the disk will be auto-deleted when the instance is deleted (but not when the disk is detached from the instance).
 optional bool auto_delete = 464761403;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        The autoDelete.  | 
      
getCustomImage()
public String getCustomImage()The custom source image to be used to restore this disk when instantiating this instance template.
 optional string custom_image = 184123149;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The customImage.  | 
      
getCustomImageBytes()
public ByteString getCustomImageBytes()The custom source image to be used to restore this disk when instantiating this instance template.
 optional string custom_image = 184123149;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for customImage.  | 
      
getDefaultInstanceForType()
public DiskInstantiationConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
DiskInstantiationConfig | 
        |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getDeviceName()
public String getDeviceName()Specifies the device name of the disk to which the configurations apply to.
 optional string device_name = 67541716;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The deviceName.  | 
      
getDeviceNameBytes()
public ByteString getDeviceNameBytes()Specifies the device name of the disk to which the configurations apply to.
 optional string device_name = 67541716;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for deviceName.  | 
      
getInstantiateFrom()
public String getInstantiateFrom()Specifies whether to include the disk and what image to use. Possible values are: - source-image: to use the same image that was used to create the source instance's corresponding disk. Applicable to the boot disk and additional read-write disks. - source-image-family: to use the same image family that was used to create the source instance's corresponding disk. Applicable to the boot disk and additional read-write disks. - custom-image: to use a user-provided image url for disk creation. Applicable to the boot disk and additional read-write disks. - attach-read-only: to attach a read-only disk. Applicable to read-only disks. - do-not-include: to exclude a disk from the template. Applicable to additional read-write disks, local SSDs, and read-only disks. Check the InstantiateFrom enum for the list of possible values.
 optional string instantiate_from = 393383903;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The instantiateFrom.  | 
      
getInstantiateFromBytes()
public ByteString getInstantiateFromBytes()Specifies whether to include the disk and what image to use. Possible values are: - source-image: to use the same image that was used to create the source instance's corresponding disk. Applicable to the boot disk and additional read-write disks. - source-image-family: to use the same image family that was used to create the source instance's corresponding disk. Applicable to the boot disk and additional read-write disks. - custom-image: to use a user-provided image url for disk creation. Applicable to the boot disk and additional read-write disks. - attach-read-only: to attach a read-only disk. Applicable to read-only disks. - do-not-include: to exclude a disk from the template. Applicable to additional read-write disks, local SSDs, and read-only disks. Check the InstantiateFrom enum for the list of possible values.
 optional string instantiate_from = 393383903;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for instantiateFrom.  | 
      
hasAutoDelete()
public boolean hasAutoDelete()Specifies whether the disk will be auto-deleted when the instance is deleted (but not when the disk is detached from the instance).
 optional bool auto_delete = 464761403;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the autoDelete field is set.  | 
      
hasCustomImage()
public boolean hasCustomImage()The custom source image to be used to restore this disk when instantiating this instance template.
 optional string custom_image = 184123149;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the customImage field is set.  | 
      
hasDeviceName()
public boolean hasDeviceName()Specifies the device name of the disk to which the configurations apply to.
 optional string device_name = 67541716;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the deviceName field is set.  | 
      
hasInstantiateFrom()
public boolean hasInstantiateFrom()Specifies whether to include the disk and what image to use. Possible values are: - source-image: to use the same image that was used to create the source instance's corresponding disk. Applicable to the boot disk and additional read-write disks. - source-image-family: to use the same image family that was used to create the source instance's corresponding disk. Applicable to the boot disk and additional read-write disks. - custom-image: to use a user-provided image url for disk creation. Applicable to the boot disk and additional read-write disks. - attach-read-only: to attach a read-only disk. Applicable to read-only disks. - do-not-include: to exclude a disk from the template. Applicable to additional read-write disks, local SSDs, and read-only disks. Check the InstantiateFrom enum for the list of possible values.
 optional string instantiate_from = 393383903;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the instantiateFrom field is set.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeFrom(DiskInstantiationConfig other)
public DiskInstantiationConfig.Builder mergeFrom(DiskInstantiationConfig other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        DiskInstantiationConfig | 
      
| Returns | |
|---|---|
| Type | Description | 
DiskInstantiationConfig.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DiskInstantiationConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
DiskInstantiationConfig.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public DiskInstantiationConfig.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
DiskInstantiationConfig.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DiskInstantiationConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
DiskInstantiationConfig.Builder | 
        |
setAutoDelete(boolean value)
public DiskInstantiationConfig.Builder setAutoDelete(boolean value)Specifies whether the disk will be auto-deleted when the instance is deleted (but not when the disk is detached from the instance).
 optional bool auto_delete = 464761403;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        booleanThe autoDelete to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
DiskInstantiationConfig.Builder | 
        This builder for chaining.  | 
      
setCustomImage(String value)
public DiskInstantiationConfig.Builder setCustomImage(String value)The custom source image to be used to restore this disk when instantiating this instance template.
 optional string custom_image = 184123149;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe customImage to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
DiskInstantiationConfig.Builder | 
        This builder for chaining.  | 
      
setCustomImageBytes(ByteString value)
public DiskInstantiationConfig.Builder setCustomImageBytes(ByteString value)The custom source image to be used to restore this disk when instantiating this instance template.
 optional string custom_image = 184123149;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for customImage to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
DiskInstantiationConfig.Builder | 
        This builder for chaining.  | 
      
setDeviceName(String value)
public DiskInstantiationConfig.Builder setDeviceName(String value)Specifies the device name of the disk to which the configurations apply to.
 optional string device_name = 67541716;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe deviceName to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
DiskInstantiationConfig.Builder | 
        This builder for chaining.  | 
      
setDeviceNameBytes(ByteString value)
public DiskInstantiationConfig.Builder setDeviceNameBytes(ByteString value)Specifies the device name of the disk to which the configurations apply to.
 optional string device_name = 67541716;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for deviceName to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
DiskInstantiationConfig.Builder | 
        This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public DiskInstantiationConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
DiskInstantiationConfig.Builder | 
        |
setInstantiateFrom(String value)
public DiskInstantiationConfig.Builder setInstantiateFrom(String value)Specifies whether to include the disk and what image to use. Possible values are: - source-image: to use the same image that was used to create the source instance's corresponding disk. Applicable to the boot disk and additional read-write disks. - source-image-family: to use the same image family that was used to create the source instance's corresponding disk. Applicable to the boot disk and additional read-write disks. - custom-image: to use a user-provided image url for disk creation. Applicable to the boot disk and additional read-write disks. - attach-read-only: to attach a read-only disk. Applicable to read-only disks. - do-not-include: to exclude a disk from the template. Applicable to additional read-write disks, local SSDs, and read-only disks. Check the InstantiateFrom enum for the list of possible values.
 optional string instantiate_from = 393383903;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe instantiateFrom to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
DiskInstantiationConfig.Builder | 
        This builder for chaining.  | 
      
setInstantiateFromBytes(ByteString value)
public DiskInstantiationConfig.Builder setInstantiateFromBytes(ByteString value)Specifies whether to include the disk and what image to use. Possible values are: - source-image: to use the same image that was used to create the source instance's corresponding disk. Applicable to the boot disk and additional read-write disks. - source-image-family: to use the same image family that was used to create the source instance's corresponding disk. Applicable to the boot disk and additional read-write disks. - custom-image: to use a user-provided image url for disk creation. Applicable to the boot disk and additional read-write disks. - attach-read-only: to attach a read-only disk. Applicable to read-only disks. - do-not-include: to exclude a disk from the template. Applicable to additional read-write disks, local SSDs, and read-only disks. Check the InstantiateFrom enum for the list of possible values.
 optional string instantiate_from = 393383903;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for instantiateFrom to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
DiskInstantiationConfig.Builder | 
        This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DiskInstantiationConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
DiskInstantiationConfig.Builder | 
        |
setUnknownFields(UnknownFieldSet unknownFields)
public final DiskInstantiationConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
DiskInstantiationConfig.Builder | 
        |