public final class DiskPartition extends com.google.protobuf.GeneratedMessageV3 implements DiskPartitionOrBuilder
Disk Partition details.Protobuf type
google.cloud.migrationcenter.v1.DiskPartition| Modifier and Type | Class and Description |
|---|---|
static class |
DiskPartition.Builder
Disk Partition details.
|
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 |
FILE_SYSTEM_FIELD_NUMBER |
static int |
FREE_BYTES_FIELD_NUMBER |
static int |
MOUNT_POINT_FIELD_NUMBER |
static int |
SUB_PARTITIONS_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
static int |
UUID_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getCapacityBytes()
Partition capacity.
|
static DiskPartition |
getDefaultInstance() |
DiskPartition |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getFileSystem()
Partition file system.
|
com.google.protobuf.ByteString |
getFileSystemBytes()
Partition file system.
|
long |
getFreeBytes()
Partition free space.
|
String |
getMountPoint()
Mount pount (Linux/Windows) or drive letter (Windows).
|
com.google.protobuf.ByteString |
getMountPointBytes()
Mount pount (Linux/Windows) or drive letter (Windows).
|
com.google.protobuf.Parser<DiskPartition> |
getParserForType() |
int |
getSerializedSize() |
DiskPartitionList |
getSubPartitions()
Sub-partitions.
|
DiskPartitionListOrBuilder |
getSubPartitionsOrBuilder()
Sub-partitions.
|
String |
getType()
Partition type.
|
com.google.protobuf.ByteString |
getTypeBytes()
Partition type.
|
String |
getUuid()
Partition UUID.
|
com.google.protobuf.ByteString |
getUuidBytes()
Partition UUID.
|
int |
hashCode() |
boolean |
hasSubPartitions()
Sub-partitions.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static DiskPartition.Builder |
newBuilder() |
static DiskPartition.Builder |
newBuilder(DiskPartition prototype) |
DiskPartition.Builder |
newBuilderForType() |
protected DiskPartition.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static DiskPartition |
parseDelimitedFrom(InputStream input) |
static DiskPartition |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DiskPartition |
parseFrom(byte[] data) |
static DiskPartition |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DiskPartition |
parseFrom(ByteBuffer data) |
static DiskPartition |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DiskPartition |
parseFrom(com.google.protobuf.ByteString data) |
static DiskPartition |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DiskPartition |
parseFrom(com.google.protobuf.CodedInputStream input) |
static DiskPartition |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DiskPartition |
parseFrom(InputStream input) |
static DiskPartition |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<DiskPartition> |
parser() |
DiskPartition.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 TYPE_FIELD_NUMBER
public static final int FILE_SYSTEM_FIELD_NUMBER
public static final int MOUNT_POINT_FIELD_NUMBER
public static final int CAPACITY_BYTES_FIELD_NUMBER
public static final int FREE_BYTES_FIELD_NUMBER
public static final int UUID_FIELD_NUMBER
public static final int SUB_PARTITIONS_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 String getType()
Partition type.
string type = 1;getType in interface DiskPartitionOrBuilderpublic com.google.protobuf.ByteString getTypeBytes()
Partition type.
string type = 1;getTypeBytes in interface DiskPartitionOrBuilderpublic String getFileSystem()
Partition file system.
string file_system = 2;getFileSystem in interface DiskPartitionOrBuilderpublic com.google.protobuf.ByteString getFileSystemBytes()
Partition file system.
string file_system = 2;getFileSystemBytes in interface DiskPartitionOrBuilderpublic String getMountPoint()
Mount pount (Linux/Windows) or drive letter (Windows).
string mount_point = 3;getMountPoint in interface DiskPartitionOrBuilderpublic com.google.protobuf.ByteString getMountPointBytes()
Mount pount (Linux/Windows) or drive letter (Windows).
string mount_point = 3;getMountPointBytes in interface DiskPartitionOrBuilderpublic long getCapacityBytes()
Partition capacity.
int64 capacity_bytes = 4;getCapacityBytes in interface DiskPartitionOrBuilderpublic long getFreeBytes()
Partition free space.
int64 free_bytes = 5;getFreeBytes in interface DiskPartitionOrBuilderpublic String getUuid()
Partition UUID.
string uuid = 6;getUuid in interface DiskPartitionOrBuilderpublic com.google.protobuf.ByteString getUuidBytes()
Partition UUID.
string uuid = 6;getUuidBytes in interface DiskPartitionOrBuilderpublic boolean hasSubPartitions()
Sub-partitions.
.google.cloud.migrationcenter.v1.DiskPartitionList sub_partitions = 7;hasSubPartitions in interface DiskPartitionOrBuilderpublic DiskPartitionList getSubPartitions()
Sub-partitions.
.google.cloud.migrationcenter.v1.DiskPartitionList sub_partitions = 7;getSubPartitions in interface DiskPartitionOrBuilderpublic DiskPartitionListOrBuilder getSubPartitionsOrBuilder()
Sub-partitions.
.google.cloud.migrationcenter.v1.DiskPartitionList sub_partitions = 7;getSubPartitionsOrBuilder in interface DiskPartitionOrBuilderpublic 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 DiskPartition parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DiskPartition parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DiskPartition parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DiskPartition parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DiskPartition parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DiskPartition parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DiskPartition parseFrom(InputStream input) throws IOException
IOExceptionpublic static DiskPartition parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DiskPartition parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static DiskPartition parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DiskPartition parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static DiskPartition parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic DiskPartition.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static DiskPartition.Builder newBuilder()
public static DiskPartition.Builder newBuilder(DiskPartition prototype)
public DiskPartition.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected DiskPartition.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static DiskPartition getDefaultInstance()
public static com.google.protobuf.Parser<DiskPartition> parser()
public com.google.protobuf.Parser<DiskPartition> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public DiskPartition getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.