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| Modifier and Type | Class and Description |
|---|---|
static class |
SavedAttachedDisk.Builder
DEPRECATED: Please use compute#savedDisk instead.
|
static class |
SavedAttachedDisk.Interface
Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME.
|
static class |
SavedAttachedDisk.Mode
The mode in which this disk is attached to the source instance, either READ_WRITE or READ_ONLY.
|
static class |
SavedAttachedDisk.StorageBytesStatus
[Output Only] An indicator whether storageBytes is in a stable state or it is being adjusted as a result of shared storage reallocation.
|
static class |
SavedAttachedDisk.Type
Specifies the type of the attached disk, either SCRATCH or PERSISTENT.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
AUTO_DELETE_FIELD_NUMBER |
static int |
BOOT_FIELD_NUMBER |
static int |
DEVICE_NAME_FIELD_NUMBER |
static int |
DISK_ENCRYPTION_KEY_FIELD_NUMBER |
static int |
DISK_SIZE_GB_FIELD_NUMBER |
static int |
DISK_TYPE_FIELD_NUMBER |
static int |
GUEST_OS_FEATURES_FIELD_NUMBER |
static int |
INDEX_FIELD_NUMBER |
static int |
INTERFACE_FIELD_NUMBER |
static int |
KIND_FIELD_NUMBER |
static int |
LICENSES_FIELD_NUMBER |
static int |
MODE_FIELD_NUMBER |
static int |
SOURCE_FIELD_NUMBER |
static int |
STORAGE_BYTES_FIELD_NUMBER |
static int |
STORAGE_BYTES_STATUS_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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).
|
boolean |
getBoot()
Indicates that this is a boot disk.
|
static SavedAttachedDisk |
getDefaultInstance() |
SavedAttachedDisk |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getDeviceName()
Specifies the name of the disk attached to the source instance.
|
com.google.protobuf.ByteString |
getDeviceNameBytes()
Specifies the name of the disk attached to the source instance.
|
CustomerEncryptionKey |
getDiskEncryptionKey()
The encryption key for the disk.
|
CustomerEncryptionKeyOrBuilder |
getDiskEncryptionKeyOrBuilder()
The encryption key for the disk.
|
long |
getDiskSizeGb()
The size of the disk in base-2 GB.
|
String |
getDiskType()
[Output Only] URL of the disk type resource.
|
com.google.protobuf.ByteString |
getDiskTypeBytes()
[Output Only] URL of the disk type resource.
|
GuestOsFeature |
getGuestOsFeatures(int index)
A list of features to enable on the guest operating system.
|
int |
getGuestOsFeaturesCount()
A list of features to enable on the guest operating system.
|
List<GuestOsFeature> |
getGuestOsFeaturesList()
A list of features to enable on the guest operating system.
|
GuestOsFeatureOrBuilder |
getGuestOsFeaturesOrBuilder(int index)
A list of features to enable on the guest operating system.
|
List<? extends GuestOsFeatureOrBuilder> |
getGuestOsFeaturesOrBuilderList()
A list of features to enable on the guest operating system.
|
int |
getIndex()
Specifies zero-based index of the disk that is attached to the source instance.
|
String |
getInterface()
Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME.
|
com.google.protobuf.ByteString |
getInterfaceBytes()
Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME.
|
String |
getKind()
[Output Only] Type of the resource.
|
com.google.protobuf.ByteString |
getKindBytes()
[Output Only] Type of the resource.
|
String |
getLicenses(int index)
[Output Only] Any valid publicly visible licenses.
|
com.google.protobuf.ByteString |
getLicensesBytes(int index)
[Output Only] Any valid publicly visible licenses.
|
int |
getLicensesCount()
[Output Only] Any valid publicly visible licenses.
|
com.google.protobuf.ProtocolStringList |
getLicensesList()
[Output Only] Any valid publicly visible licenses.
|
String |
getMode()
The mode in which this disk is attached to the source instance, either READ_WRITE or READ_ONLY.
|
com.google.protobuf.ByteString |
getModeBytes()
The mode in which this disk is attached to the source instance, either READ_WRITE or READ_ONLY.
|
com.google.protobuf.Parser<SavedAttachedDisk> |
getParserForType() |
int |
getSerializedSize() |
String |
getSource()
Specifies a URL of the disk attached to the source instance.
|
com.google.protobuf.ByteString |
getSourceBytes()
Specifies a URL of the disk attached to the source instance.
|
long |
getStorageBytes()
[Output Only] A size of the storage used by the disk's snapshot by this machine image.
|
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.
|
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.
|
String |
getType()
Specifies the type of the attached disk, either SCRATCH or PERSISTENT.
|
com.google.protobuf.ByteString |
getTypeBytes()
Specifies the type of the attached disk, either SCRATCH or PERSISTENT.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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).
|
boolean |
hasBoot()
Indicates that this is a boot disk.
|
boolean |
hasDeviceName()
Specifies the name of the disk attached to the source instance.
|
boolean |
hasDiskEncryptionKey()
The encryption key for the disk.
|
boolean |
hasDiskSizeGb()
The size of the disk in base-2 GB.
|
boolean |
hasDiskType()
[Output Only] URL of the disk type resource.
|
int |
hashCode() |
boolean |
hasIndex()
Specifies zero-based index of the disk that is attached to the source instance.
|
boolean |
hasInterface()
Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME.
|
boolean |
hasKind()
[Output Only] Type of the resource.
|
boolean |
hasMode()
The mode in which this disk is attached to the source instance, either READ_WRITE or READ_ONLY.
|
boolean |
hasSource()
Specifies a URL of the disk attached to the source instance.
|
boolean |
hasStorageBytes()
[Output Only] A size of the storage used by the disk's snapshot by this machine image.
|
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.
|
boolean |
hasType()
Specifies the type of the attached disk, either SCRATCH or PERSISTENT.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static SavedAttachedDisk.Builder |
newBuilder() |
static SavedAttachedDisk.Builder |
newBuilder(SavedAttachedDisk prototype) |
SavedAttachedDisk.Builder |
newBuilderForType() |
protected SavedAttachedDisk.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static SavedAttachedDisk |
parseDelimitedFrom(InputStream input) |
static SavedAttachedDisk |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SavedAttachedDisk |
parseFrom(byte[] data) |
static SavedAttachedDisk |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SavedAttachedDisk |
parseFrom(ByteBuffer data) |
static SavedAttachedDisk |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SavedAttachedDisk |
parseFrom(com.google.protobuf.ByteString data) |
static SavedAttachedDisk |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SavedAttachedDisk |
parseFrom(com.google.protobuf.CodedInputStream input) |
static SavedAttachedDisk |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SavedAttachedDisk |
parseFrom(InputStream input) |
static SavedAttachedDisk |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<SavedAttachedDisk> |
parser() |
SavedAttachedDisk.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int AUTO_DELETE_FIELD_NUMBER
public static final int BOOT_FIELD_NUMBER
public static final int DEVICE_NAME_FIELD_NUMBER
public static final int DISK_ENCRYPTION_KEY_FIELD_NUMBER
public static final int DISK_SIZE_GB_FIELD_NUMBER
public static final int DISK_TYPE_FIELD_NUMBER
public static final int GUEST_OS_FEATURES_FIELD_NUMBER
public static final int INDEX_FIELD_NUMBER
public static final int INTERFACE_FIELD_NUMBER
public static final int KIND_FIELD_NUMBER
public static final int LICENSES_FIELD_NUMBER
public static final int MODE_FIELD_NUMBER
public static final int SOURCE_FIELD_NUMBER
public static final int STORAGE_BYTES_FIELD_NUMBER
public static final int STORAGE_BYTES_STATUS_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public 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;hasAutoDelete in interface SavedAttachedDiskOrBuilderpublic 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;getAutoDelete in interface SavedAttachedDiskOrBuilderpublic 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;hasBoot in interface SavedAttachedDiskOrBuilderpublic 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;getBoot in interface SavedAttachedDiskOrBuilderpublic boolean hasDeviceName()
Specifies the name of the disk attached to the source instance.
optional string device_name = 67541716;hasDeviceName in interface SavedAttachedDiskOrBuilderpublic String getDeviceName()
Specifies the name of the disk attached to the source instance.
optional string device_name = 67541716;getDeviceName in interface SavedAttachedDiskOrBuilderpublic com.google.protobuf.ByteString getDeviceNameBytes()
Specifies the name of the disk attached to the source instance.
optional string device_name = 67541716;getDeviceNameBytes in interface SavedAttachedDiskOrBuilderpublic boolean hasDiskEncryptionKey()
The encryption key for the disk.
optional .google.cloud.compute.v1.CustomerEncryptionKey disk_encryption_key = 271660677;
hasDiskEncryptionKey in interface SavedAttachedDiskOrBuilderpublic CustomerEncryptionKey getDiskEncryptionKey()
The encryption key for the disk.
optional .google.cloud.compute.v1.CustomerEncryptionKey disk_encryption_key = 271660677;
getDiskEncryptionKey in interface SavedAttachedDiskOrBuilderpublic CustomerEncryptionKeyOrBuilder getDiskEncryptionKeyOrBuilder()
The encryption key for the disk.
optional .google.cloud.compute.v1.CustomerEncryptionKey disk_encryption_key = 271660677;
getDiskEncryptionKeyOrBuilder in interface SavedAttachedDiskOrBuilderpublic boolean hasDiskSizeGb()
The size of the disk in base-2 GB.
optional int64 disk_size_gb = 316263735;hasDiskSizeGb in interface SavedAttachedDiskOrBuilderpublic long getDiskSizeGb()
The size of the disk in base-2 GB.
optional int64 disk_size_gb = 316263735;getDiskSizeGb in interface SavedAttachedDiskOrBuilderpublic 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;hasDiskType in interface SavedAttachedDiskOrBuilderpublic 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;getDiskType in interface SavedAttachedDiskOrBuilderpublic 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;getDiskTypeBytes in interface SavedAttachedDiskOrBuilderpublic 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;getGuestOsFeaturesList in interface SavedAttachedDiskOrBuilderpublic 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;getGuestOsFeaturesOrBuilderList in interface SavedAttachedDiskOrBuilderpublic 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;getGuestOsFeaturesCount in interface SavedAttachedDiskOrBuilderpublic 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;getGuestOsFeatures in interface SavedAttachedDiskOrBuilderpublic 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;getGuestOsFeaturesOrBuilder in interface SavedAttachedDiskOrBuilderpublic boolean hasIndex()
Specifies zero-based index of the disk that is attached to the source instance.
optional int32 index = 100346066;hasIndex in interface SavedAttachedDiskOrBuilderpublic int getIndex()
Specifies zero-based index of the disk that is attached to the source instance.
optional int32 index = 100346066;getIndex in interface SavedAttachedDiskOrBuilderpublic 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;hasInterface in interface SavedAttachedDiskOrBuilderpublic 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;getInterface in interface SavedAttachedDiskOrBuilderpublic 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;getInterfaceBytes in interface SavedAttachedDiskOrBuilderpublic boolean hasKind()
[Output Only] Type of the resource. Always compute#attachedDisk for attached disks.
optional string kind = 3292052;hasKind in interface SavedAttachedDiskOrBuilderpublic String getKind()
[Output Only] Type of the resource. Always compute#attachedDisk for attached disks.
optional string kind = 3292052;getKind in interface SavedAttachedDiskOrBuilderpublic com.google.protobuf.ByteString getKindBytes()
[Output Only] Type of the resource. Always compute#attachedDisk for attached disks.
optional string kind = 3292052;getKindBytes in interface SavedAttachedDiskOrBuilderpublic com.google.protobuf.ProtocolStringList getLicensesList()
[Output Only] Any valid publicly visible licenses.
repeated string licenses = 337642578;getLicensesList in interface SavedAttachedDiskOrBuilderpublic int getLicensesCount()
[Output Only] Any valid publicly visible licenses.
repeated string licenses = 337642578;getLicensesCount in interface SavedAttachedDiskOrBuilderpublic String getLicenses(int index)
[Output Only] Any valid publicly visible licenses.
repeated string licenses = 337642578;getLicenses in interface SavedAttachedDiskOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getLicensesBytes(int index)
[Output Only] Any valid publicly visible licenses.
repeated string licenses = 337642578;getLicensesBytes in interface SavedAttachedDiskOrBuilderindex - The index of the value to return.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;hasMode in interface SavedAttachedDiskOrBuilderpublic 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;getMode in interface SavedAttachedDiskOrBuilderpublic 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;getModeBytes in interface SavedAttachedDiskOrBuilderpublic boolean hasSource()
Specifies a URL of the disk attached to the source instance.
optional string source = 177235995;hasSource in interface SavedAttachedDiskOrBuilderpublic String getSource()
Specifies a URL of the disk attached to the source instance.
optional string source = 177235995;getSource in interface SavedAttachedDiskOrBuilderpublic com.google.protobuf.ByteString getSourceBytes()
Specifies a URL of the disk attached to the source instance.
optional string source = 177235995;getSourceBytes in interface SavedAttachedDiskOrBuilderpublic boolean hasStorageBytes()
[Output Only] A size of the storage used by the disk's snapshot by this machine image.
optional int64 storage_bytes = 424631719;hasStorageBytes in interface SavedAttachedDiskOrBuilderpublic long getStorageBytes()
[Output Only] A size of the storage used by the disk's snapshot by this machine image.
optional int64 storage_bytes = 424631719;getStorageBytes in interface SavedAttachedDiskOrBuilderpublic 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;hasStorageBytesStatus in interface SavedAttachedDiskOrBuilderpublic 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;getStorageBytesStatus in interface SavedAttachedDiskOrBuilderpublic 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;getStorageBytesStatusBytes in interface SavedAttachedDiskOrBuilderpublic 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;hasType in interface SavedAttachedDiskOrBuilderpublic 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;getType in interface SavedAttachedDiskOrBuilderpublic 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;getTypeBytes in interface SavedAttachedDiskOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static SavedAttachedDisk parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SavedAttachedDisk parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SavedAttachedDisk parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SavedAttachedDisk parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SavedAttachedDisk parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SavedAttachedDisk parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SavedAttachedDisk parseFrom(InputStream input) throws IOException
IOExceptionpublic static SavedAttachedDisk parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static SavedAttachedDisk parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static SavedAttachedDisk parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static SavedAttachedDisk parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static SavedAttachedDisk parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic SavedAttachedDisk.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static SavedAttachedDisk.Builder newBuilder()
public static SavedAttachedDisk.Builder newBuilder(SavedAttachedDisk prototype)
public SavedAttachedDisk.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected SavedAttachedDisk.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static SavedAttachedDisk getDefaultInstance()
public static com.google.protobuf.Parser<SavedAttachedDisk> parser()
public com.google.protobuf.Parser<SavedAttachedDisk> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public SavedAttachedDisk getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.