Class SavedAttachedDisk

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

    public final class SavedAttachedDisk
    extends com.google.protobuf.GeneratedMessageV3
    implements SavedAttachedDiskOrBuilder
     DEPRECATED: Please use compute#savedDisk instead. An instance-attached disk resource.
     
    Protobuf type google.cloud.compute.v1.SavedAttachedDisk
    See Also:
    Serialized Form
    • 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 SavedAttachedDiskOrBuilder
        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 SavedAttachedDiskOrBuilder
        Returns:
        The autoDelete.
      • hasBoot

        public boolean hasBoot()
         Indicates that this is a boot disk. The virtual machine will use the first partition of the disk for its root filesystem.
         
        optional bool boot = 3029746;
        Specified by:
        hasBoot in interface SavedAttachedDiskOrBuilder
        Returns:
        Whether the boot field is set.
      • getBoot

        public boolean getBoot()
         Indicates that this is a boot disk. The virtual machine will use the first partition of the disk for its root filesystem.
         
        optional bool boot = 3029746;
        Specified by:
        getBoot in interface SavedAttachedDiskOrBuilder
        Returns:
        The boot.
      • hasDeviceName

        public boolean hasDeviceName()
         Specifies the name of the disk attached to the source instance.
         
        optional string device_name = 67541716;
        Specified by:
        hasDeviceName in interface SavedAttachedDiskOrBuilder
        Returns:
        Whether the deviceName field is set.
      • getDeviceName

        public String getDeviceName()
         Specifies the name of the disk attached to the source instance.
         
        optional string device_name = 67541716;
        Specified by:
        getDeviceName in interface SavedAttachedDiskOrBuilder
        Returns:
        The deviceName.
      • getDeviceNameBytes

        public com.google.protobuf.ByteString getDeviceNameBytes()
         Specifies the name of the disk attached to the source instance.
         
        optional string device_name = 67541716;
        Specified by:
        getDeviceNameBytes in interface SavedAttachedDiskOrBuilder
        Returns:
        The bytes for deviceName.
      • hasDiskEncryptionKey

        public boolean hasDiskEncryptionKey()
         The encryption key for the disk.
         
        optional .google.cloud.compute.v1.CustomerEncryptionKey disk_encryption_key = 271660677;
        Specified by:
        hasDiskEncryptionKey in interface SavedAttachedDiskOrBuilder
        Returns:
        Whether the diskEncryptionKey field is set.
      • hasDiskSizeGb

        public boolean hasDiskSizeGb()
         The size of the disk in base-2 GB.
         
        optional int64 disk_size_gb = 316263735;
        Specified by:
        hasDiskSizeGb in interface SavedAttachedDiskOrBuilder
        Returns:
        Whether the diskSizeGb field is set.
      • getDiskSizeGb

        public long getDiskSizeGb()
         The size of the disk in base-2 GB.
         
        optional int64 disk_size_gb = 316263735;
        Specified by:
        getDiskSizeGb in interface SavedAttachedDiskOrBuilder
        Returns:
        The diskSizeGb.
      • hasDiskType

        public boolean hasDiskType()
         [Output Only] URL of the disk type resource. For example: projects/project /zones/zone/diskTypes/pd-standard or pd-ssd
         
        optional string disk_type = 93009052;
        Specified by:
        hasDiskType in interface SavedAttachedDiskOrBuilder
        Returns:
        Whether the diskType field is set.
      • getDiskType

        public String getDiskType()
         [Output Only] URL of the disk type resource. For example: projects/project /zones/zone/diskTypes/pd-standard or pd-ssd
         
        optional string disk_type = 93009052;
        Specified by:
        getDiskType in interface SavedAttachedDiskOrBuilder
        Returns:
        The diskType.
      • getDiskTypeBytes

        public com.google.protobuf.ByteString getDiskTypeBytes()
         [Output Only] URL of the disk type resource. For example: projects/project /zones/zone/diskTypes/pd-standard or pd-ssd
         
        optional string disk_type = 93009052;
        Specified by:
        getDiskTypeBytes in interface SavedAttachedDiskOrBuilder
        Returns:
        The bytes for diskType.
      • getGuestOsFeaturesList

        public List<GuestOsFeature> getGuestOsFeaturesList()
         A list of features to enable on the guest operating system. Applicable only for bootable images. Read Enabling guest operating system features to see a list of available options.
         
        repeated .google.cloud.compute.v1.GuestOsFeature guest_os_features = 79294545;
        Specified by:
        getGuestOsFeaturesList in interface SavedAttachedDiskOrBuilder
      • getGuestOsFeaturesOrBuilderList

        public List<? extends GuestOsFeatureOrBuilder> getGuestOsFeaturesOrBuilderList()
         A list of features to enable on the guest operating system. Applicable only for bootable images. Read Enabling guest operating system features to see a list of available options.
         
        repeated .google.cloud.compute.v1.GuestOsFeature guest_os_features = 79294545;
        Specified by:
        getGuestOsFeaturesOrBuilderList in interface SavedAttachedDiskOrBuilder
      • getGuestOsFeaturesCount

        public int getGuestOsFeaturesCount()
         A list of features to enable on the guest operating system. Applicable only for bootable images. Read Enabling guest operating system features to see a list of available options.
         
        repeated .google.cloud.compute.v1.GuestOsFeature guest_os_features = 79294545;
        Specified by:
        getGuestOsFeaturesCount in interface SavedAttachedDiskOrBuilder
      • getGuestOsFeatures

        public GuestOsFeature getGuestOsFeatures​(int index)
         A list of features to enable on the guest operating system. Applicable only for bootable images. Read Enabling guest operating system features to see a list of available options.
         
        repeated .google.cloud.compute.v1.GuestOsFeature guest_os_features = 79294545;
        Specified by:
        getGuestOsFeatures in interface SavedAttachedDiskOrBuilder
      • getGuestOsFeaturesOrBuilder

        public GuestOsFeatureOrBuilder getGuestOsFeaturesOrBuilder​(int index)
         A list of features to enable on the guest operating system. Applicable only for bootable images. Read Enabling guest operating system features to see a list of available options.
         
        repeated .google.cloud.compute.v1.GuestOsFeature guest_os_features = 79294545;
        Specified by:
        getGuestOsFeaturesOrBuilder in interface SavedAttachedDiskOrBuilder
      • hasIndex

        public boolean hasIndex()
         Specifies zero-based index of the disk that is attached to the source instance.
         
        optional int32 index = 100346066;
        Specified by:
        hasIndex in interface SavedAttachedDiskOrBuilder
        Returns:
        Whether the index field is set.
      • getIndex

        public int getIndex()
         Specifies zero-based index of the disk that is attached to the source instance.
         
        optional int32 index = 100346066;
        Specified by:
        getIndex in interface SavedAttachedDiskOrBuilder
        Returns:
        The index.
      • hasInterface

        public boolean hasInterface()
         Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME.
         Check the Interface enum for the list of possible values.
         
        optional string interface = 502623545;
        Specified by:
        hasInterface in interface SavedAttachedDiskOrBuilder
        Returns:
        Whether the interface field is set.
      • getInterface

        public String getInterface()
         Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME.
         Check the Interface enum for the list of possible values.
         
        optional string interface = 502623545;
        Specified by:
        getInterface in interface SavedAttachedDiskOrBuilder
        Returns:
        The interface.
      • getInterfaceBytes

        public com.google.protobuf.ByteString getInterfaceBytes()
         Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME.
         Check the Interface enum for the list of possible values.
         
        optional string interface = 502623545;
        Specified by:
        getInterfaceBytes in interface SavedAttachedDiskOrBuilder
        Returns:
        The bytes for interface.
      • hasKind

        public boolean hasKind()
         [Output Only] Type of the resource. Always compute#attachedDisk for attached disks.
         
        optional string kind = 3292052;
        Specified by:
        hasKind in interface SavedAttachedDiskOrBuilder
        Returns:
        Whether the kind field is set.
      • getKind

        public String getKind()
         [Output Only] Type of the resource. Always compute#attachedDisk for attached disks.
         
        optional string kind = 3292052;
        Specified by:
        getKind in interface SavedAttachedDiskOrBuilder
        Returns:
        The kind.
      • getKindBytes

        public com.google.protobuf.ByteString getKindBytes()
         [Output Only] Type of the resource. Always compute#attachedDisk for attached disks.
         
        optional string kind = 3292052;
        Specified by:
        getKindBytes in interface SavedAttachedDiskOrBuilder
        Returns:
        The bytes for kind.
      • getLicensesList

        public com.google.protobuf.ProtocolStringList getLicensesList()
         [Output Only] Any valid publicly visible licenses.
         
        repeated string licenses = 337642578;
        Specified by:
        getLicensesList in interface SavedAttachedDiskOrBuilder
        Returns:
        A list containing the licenses.
      • getLicensesCount

        public int getLicensesCount()
         [Output Only] Any valid publicly visible licenses.
         
        repeated string licenses = 337642578;
        Specified by:
        getLicensesCount in interface SavedAttachedDiskOrBuilder
        Returns:
        The count of licenses.
      • getLicenses

        public String getLicenses​(int index)
         [Output Only] Any valid publicly visible licenses.
         
        repeated string licenses = 337642578;
        Specified by:
        getLicenses in interface SavedAttachedDiskOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The licenses at the given index.
      • getLicensesBytes

        public com.google.protobuf.ByteString getLicensesBytes​(int index)
         [Output Only] Any valid publicly visible licenses.
         
        repeated string licenses = 337642578;
        Specified by:
        getLicensesBytes in interface SavedAttachedDiskOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the licenses at the given index.
      • hasMode

        public boolean hasMode()
         The mode in which this disk is attached to the source instance, either READ_WRITE or READ_ONLY.
         Check the Mode enum for the list of possible values.
         
        optional string mode = 3357091;
        Specified by:
        hasMode in interface SavedAttachedDiskOrBuilder
        Returns:
        Whether the mode field is set.
      • getMode

        public String getMode()
         The mode in which this disk is attached to the source instance, either READ_WRITE or READ_ONLY.
         Check the Mode enum for the list of possible values.
         
        optional string mode = 3357091;
        Specified by:
        getMode in interface SavedAttachedDiskOrBuilder
        Returns:
        The mode.
      • getModeBytes

        public com.google.protobuf.ByteString getModeBytes()
         The mode in which this disk is attached to the source instance, either READ_WRITE or READ_ONLY.
         Check the Mode enum for the list of possible values.
         
        optional string mode = 3357091;
        Specified by:
        getModeBytes in interface SavedAttachedDiskOrBuilder
        Returns:
        The bytes for mode.
      • hasSource

        public boolean hasSource()
         Specifies a URL of the disk attached to the source instance.
         
        optional string source = 177235995;
        Specified by:
        hasSource in interface SavedAttachedDiskOrBuilder
        Returns:
        Whether the source field is set.
      • getSource

        public String getSource()
         Specifies a URL of the disk attached to the source instance.
         
        optional string source = 177235995;
        Specified by:
        getSource in interface SavedAttachedDiskOrBuilder
        Returns:
        The source.
      • getSourceBytes

        public com.google.protobuf.ByteString getSourceBytes()
         Specifies a URL of the disk attached to the source instance.
         
        optional string source = 177235995;
        Specified by:
        getSourceBytes in interface SavedAttachedDiskOrBuilder
        Returns:
        The bytes for source.
      • hasStorageBytes

        public boolean hasStorageBytes()
         [Output Only] A size of the storage used by the disk's snapshot by this machine image.
         
        optional int64 storage_bytes = 424631719;
        Specified by:
        hasStorageBytes in interface SavedAttachedDiskOrBuilder
        Returns:
        Whether the storageBytes field is set.
      • getStorageBytes

        public long getStorageBytes()
         [Output Only] A size of the storage used by the disk's snapshot by this machine image.
         
        optional int64 storage_bytes = 424631719;
        Specified by:
        getStorageBytes in interface SavedAttachedDiskOrBuilder
        Returns:
        The storageBytes.
      • hasStorageBytesStatus

        public boolean hasStorageBytesStatus()
         [Output Only] An indicator whether storageBytes is in a stable state or it is being adjusted as a result of shared storage reallocation. This status can either be UPDATING, meaning the size of the snapshot is being updated, or UP_TO_DATE, meaning the size of the snapshot is up-to-date.
         Check the StorageBytesStatus enum for the list of possible values.
         
        optional string storage_bytes_status = 490739082;
        Specified by:
        hasStorageBytesStatus in interface SavedAttachedDiskOrBuilder
        Returns:
        Whether the storageBytesStatus field is set.
      • getStorageBytesStatus

        public String getStorageBytesStatus()
         [Output Only] An indicator whether storageBytes is in a stable state or it is being adjusted as a result of shared storage reallocation. This status can either be UPDATING, meaning the size of the snapshot is being updated, or UP_TO_DATE, meaning the size of the snapshot is up-to-date.
         Check the StorageBytesStatus enum for the list of possible values.
         
        optional string storage_bytes_status = 490739082;
        Specified by:
        getStorageBytesStatus in interface SavedAttachedDiskOrBuilder
        Returns:
        The storageBytesStatus.
      • getStorageBytesStatusBytes

        public com.google.protobuf.ByteString getStorageBytesStatusBytes()
         [Output Only] An indicator whether storageBytes is in a stable state or it is being adjusted as a result of shared storage reallocation. This status can either be UPDATING, meaning the size of the snapshot is being updated, or UP_TO_DATE, meaning the size of the snapshot is up-to-date.
         Check the StorageBytesStatus enum for the list of possible values.
         
        optional string storage_bytes_status = 490739082;
        Specified by:
        getStorageBytesStatusBytes in interface SavedAttachedDiskOrBuilder
        Returns:
        The bytes for storageBytesStatus.
      • hasType

        public boolean hasType()
         Specifies the type of the attached disk, either SCRATCH or PERSISTENT.
         Check the Type enum for the list of possible values.
         
        optional string type = 3575610;
        Specified by:
        hasType in interface SavedAttachedDiskOrBuilder
        Returns:
        Whether the type field is set.
      • getType

        public String getType()
         Specifies the type of the attached disk, either SCRATCH or PERSISTENT.
         Check the Type enum for the list of possible values.
         
        optional string type = 3575610;
        Specified by:
        getType in interface SavedAttachedDiskOrBuilder
        Returns:
        The type.
      • getTypeBytes

        public com.google.protobuf.ByteString getTypeBytes()
         Specifies the type of the attached disk, either SCRATCH or PERSISTENT.
         Check the Type enum for the list of possible values.
         
        optional string type = 3575610;
        Specified by:
        getTypeBytes in interface SavedAttachedDiskOrBuilder
        Returns:
        The bytes for type.
      • 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 SavedAttachedDisk parseFrom​(ByteBuffer data)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

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

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

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

        public static SavedAttachedDisk parseFrom​(com.google.protobuf.CodedInputStream input,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws IOException
        Throws:
        IOException
      • newBuilderForType

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

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

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

        public com.google.protobuf.Parser<SavedAttachedDisk> 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 SavedAttachedDisk getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder