Class DiskInstantiationConfig

  • All Implemented Interfaces:
    DiskInstantiationConfigOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class DiskInstantiationConfig
    extends com.google.protobuf.GeneratedMessageV3
    implements DiskInstantiationConfigOrBuilder
     A 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
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  DiskInstantiationConfig.Builder
      A specification of the desired way to instantiate a disk in the instance template when its created from a source instance.
      static class  DiskInstantiationConfig.InstantiateFrom
      Specifies whether to include the disk and what image to use.
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

        com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,​BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,​BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Field Detail

      • AUTO_DELETE_FIELD_NUMBER

        public static final int AUTO_DELETE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CUSTOM_IMAGE_FIELD_NUMBER

        public static final int CUSTOM_IMAGE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • DEVICE_NAME_FIELD_NUMBER

        public static final int DEVICE_NAME_FIELD_NUMBER
        See Also:
        Constant Field Values
      • INSTANTIATE_FROM_FIELD_NUMBER

        public static final int INSTANTIATE_FROM_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • 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;
        Specified by:
        hasAutoDelete in interface DiskInstantiationConfigOrBuilder
        Returns:
        Whether the autoDelete field is set.
      • 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;
        Specified by:
        getAutoDelete in interface DiskInstantiationConfigOrBuilder
        Returns:
        The autoDelete.
      • 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;
        Specified by:
        hasCustomImage in interface DiskInstantiationConfigOrBuilder
        Returns:
        Whether the customImage field is set.
      • 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;
        Specified by:
        getCustomImage in interface DiskInstantiationConfigOrBuilder
        Returns:
        The customImage.
      • getCustomImageBytes

        public com.google.protobuf.ByteString getCustomImageBytes()
         The custom source image to be used to restore this disk when instantiating this instance template.
         
        optional string custom_image = 184123149;
        Specified by:
        getCustomImageBytes in interface DiskInstantiationConfigOrBuilder
        Returns:
        The bytes for customImage.
      • hasDeviceName

        public boolean hasDeviceName()
         Specifies the device name of the disk to which the configurations apply to.
         
        optional string device_name = 67541716;
        Specified by:
        hasDeviceName in interface DiskInstantiationConfigOrBuilder
        Returns:
        Whether the deviceName field is set.
      • getDeviceName

        public String getDeviceName()
         Specifies the device name of the disk to which the configurations apply to.
         
        optional string device_name = 67541716;
        Specified by:
        getDeviceName in interface DiskInstantiationConfigOrBuilder
        Returns:
        The deviceName.
      • getDeviceNameBytes

        public com.google.protobuf.ByteString getDeviceNameBytes()
         Specifies the device name of the disk to which the configurations apply to.
         
        optional string device_name = 67541716;
        Specified by:
        getDeviceNameBytes in interface DiskInstantiationConfigOrBuilder
        Returns:
        The bytes for deviceName.
      • 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;
        Specified by:
        hasInstantiateFrom in interface DiskInstantiationConfigOrBuilder
        Returns:
        Whether the instantiateFrom field is set.
      • 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;
        Specified by:
        getInstantiateFrom in interface DiskInstantiationConfigOrBuilder
        Returns:
        The instantiateFrom.
      • getInstantiateFromBytes

        public com.google.protobuf.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;
        Specified by:
        getInstantiateFromBytes in interface DiskInstantiationConfigOrBuilder
        Returns:
        The bytes for instantiateFrom.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static DiskInstantiationConfig parseFrom​(ByteBuffer data)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static DiskInstantiationConfig parseFrom​(ByteBuffer data,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static DiskInstantiationConfig parseFrom​(com.google.protobuf.ByteString data)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static DiskInstantiationConfig parseFrom​(com.google.protobuf.ByteString data,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static DiskInstantiationConfig parseFrom​(byte[] data)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static DiskInstantiationConfig parseFrom​(byte[] data,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

        public DiskInstantiationConfig.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public DiskInstantiationConfig.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected DiskInstantiationConfig.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<DiskInstantiationConfig> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public DiskInstantiationConfig getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder