public final class DiskEntry extends com.google.protobuf.GeneratedMessageV3 implements DiskEntryOrBuilder
Single disk entry.Protobuf type
google.cloud.migrationcenter.v1.DiskEntry| Modifier and Type | Class and Description |
|---|---|
static class |
DiskEntry.Builder
Single disk entry.
|
static class |
DiskEntry.InterfaceType
Disks interface type.
|
static class |
DiskEntry.PlatformSpecificCase |
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| Modifier and Type | Field and Description |
|---|---|
static int |
CAPACITY_BYTES_FIELD_NUMBER |
static int |
DISK_LABEL_FIELD_NUMBER |
static int |
DISK_LABEL_TYPE_FIELD_NUMBER |
static int |
FREE_BYTES_FIELD_NUMBER |
static int |
HW_ADDRESS_FIELD_NUMBER |
static int |
INTERFACE_TYPE_FIELD_NUMBER |
static int |
PARTITIONS_FIELD_NUMBER |
static int |
VMWARE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getCapacityBytes()
Disk capacity.
|
static DiskEntry |
getDefaultInstance() |
DiskEntry |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getDiskLabel()
Disk label.
|
com.google.protobuf.ByteString |
getDiskLabelBytes()
Disk label.
|
String |
getDiskLabelType()
Disk label type (e.g.
|
com.google.protobuf.ByteString |
getDiskLabelTypeBytes()
Disk label type (e.g.
|
long |
getFreeBytes()
Disk free space.
|
String |
getHwAddress()
Disk hardware address (e.g.
|
com.google.protobuf.ByteString |
getHwAddressBytes()
Disk hardware address (e.g.
|
DiskEntry.InterfaceType |
getInterfaceType()
Disks interface type.
|
int |
getInterfaceTypeValue()
Disks interface type.
|
com.google.protobuf.Parser<DiskEntry> |
getParserForType() |
DiskPartitionList |
getPartitions()
Partition layout.
|
DiskPartitionListOrBuilder |
getPartitionsOrBuilder()
Partition layout.
|
DiskEntry.PlatformSpecificCase |
getPlatformSpecificCase() |
int |
getSerializedSize() |
VmwareDiskConfig |
getVmware()
VMware disk details.
|
VmwareDiskConfigOrBuilder |
getVmwareOrBuilder()
VMware disk details.
|
int |
hashCode() |
boolean |
hasPartitions()
Partition layout.
|
boolean |
hasVmware()
VMware disk details.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static DiskEntry.Builder |
newBuilder() |
static DiskEntry.Builder |
newBuilder(DiskEntry prototype) |
DiskEntry.Builder |
newBuilderForType() |
protected DiskEntry.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static DiskEntry |
parseDelimitedFrom(InputStream input) |
static DiskEntry |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DiskEntry |
parseFrom(byte[] data) |
static DiskEntry |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DiskEntry |
parseFrom(ByteBuffer data) |
static DiskEntry |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DiskEntry |
parseFrom(com.google.protobuf.ByteString data) |
static DiskEntry |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DiskEntry |
parseFrom(com.google.protobuf.CodedInputStream input) |
static DiskEntry |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DiskEntry |
parseFrom(InputStream input) |
static DiskEntry |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<DiskEntry> |
parser() |
DiskEntry.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, 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 CAPACITY_BYTES_FIELD_NUMBER
public static final int FREE_BYTES_FIELD_NUMBER
public static final int DISK_LABEL_FIELD_NUMBER
public static final int DISK_LABEL_TYPE_FIELD_NUMBER
public static final int INTERFACE_TYPE_FIELD_NUMBER
public static final int PARTITIONS_FIELD_NUMBER
public static final int HW_ADDRESS_FIELD_NUMBER
public static final int VMWARE_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance 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 DiskEntry.PlatformSpecificCase getPlatformSpecificCase()
getPlatformSpecificCase in interface DiskEntryOrBuilderpublic long getCapacityBytes()
Disk capacity.
int64 capacity_bytes = 1;getCapacityBytes in interface DiskEntryOrBuilderpublic long getFreeBytes()
Disk free space.
int64 free_bytes = 2;getFreeBytes in interface DiskEntryOrBuilderpublic String getDiskLabel()
Disk label.
string disk_label = 3;getDiskLabel in interface DiskEntryOrBuilderpublic com.google.protobuf.ByteString getDiskLabelBytes()
Disk label.
string disk_label = 3;getDiskLabelBytes in interface DiskEntryOrBuilderpublic String getDiskLabelType()
Disk label type (e.g. BIOS/GPT)
string disk_label_type = 4;getDiskLabelType in interface DiskEntryOrBuilderpublic com.google.protobuf.ByteString getDiskLabelTypeBytes()
Disk label type (e.g. BIOS/GPT)
string disk_label_type = 4;getDiskLabelTypeBytes in interface DiskEntryOrBuilderpublic int getInterfaceTypeValue()
Disks interface type.
.google.cloud.migrationcenter.v1.DiskEntry.InterfaceType interface_type = 5;getInterfaceTypeValue in interface DiskEntryOrBuilderpublic DiskEntry.InterfaceType getInterfaceType()
Disks interface type.
.google.cloud.migrationcenter.v1.DiskEntry.InterfaceType interface_type = 5;getInterfaceType in interface DiskEntryOrBuilderpublic boolean hasPartitions()
Partition layout.
.google.cloud.migrationcenter.v1.DiskPartitionList partitions = 6;hasPartitions in interface DiskEntryOrBuilderpublic DiskPartitionList getPartitions()
Partition layout.
.google.cloud.migrationcenter.v1.DiskPartitionList partitions = 6;getPartitions in interface DiskEntryOrBuilderpublic DiskPartitionListOrBuilder getPartitionsOrBuilder()
Partition layout.
.google.cloud.migrationcenter.v1.DiskPartitionList partitions = 6;getPartitionsOrBuilder in interface DiskEntryOrBuilderpublic String getHwAddress()
Disk hardware address (e.g. 0:1 for SCSI).
string hw_address = 7;getHwAddress in interface DiskEntryOrBuilderpublic com.google.protobuf.ByteString getHwAddressBytes()
Disk hardware address (e.g. 0:1 for SCSI).
string hw_address = 7;getHwAddressBytes in interface DiskEntryOrBuilderpublic boolean hasVmware()
VMware disk details.
.google.cloud.migrationcenter.v1.VmwareDiskConfig vmware = 20;hasVmware in interface DiskEntryOrBuilderpublic VmwareDiskConfig getVmware()
VMware disk details.
.google.cloud.migrationcenter.v1.VmwareDiskConfig vmware = 20;getVmware in interface DiskEntryOrBuilderpublic VmwareDiskConfigOrBuilder getVmwareOrBuilder()
VMware disk details.
.google.cloud.migrationcenter.v1.VmwareDiskConfig vmware = 20;getVmwareOrBuilder in interface DiskEntryOrBuilderpublic 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 DiskEntry parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DiskEntry parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DiskEntry parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DiskEntry parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DiskEntry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DiskEntry parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DiskEntry parseFrom(InputStream input) throws IOException
IOExceptionpublic static DiskEntry parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DiskEntry parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static DiskEntry parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DiskEntry parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static DiskEntry parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic DiskEntry.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static DiskEntry.Builder newBuilder()
public static DiskEntry.Builder newBuilder(DiskEntry prototype)
public DiskEntry.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected DiskEntry.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static DiskEntry getDefaultInstance()
public static com.google.protobuf.Parser<DiskEntry> parser()
public com.google.protobuf.Parser<DiskEntry> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public DiskEntry getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.