public static interface File.DiskPathOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPartitionUuid()
UUID of the partition (format
https://wiki.archlinux.org/title/persistent_block_device_naming#by-uuid)
|
com.google.protobuf.ByteString |
getPartitionUuidBytes()
UUID of the partition (format
https://wiki.archlinux.org/title/persistent_block_device_naming#by-uuid)
|
String |
getRelativePath()
Relative path of the file in the partition as a JSON encoded string.
|
com.google.protobuf.ByteString |
getRelativePathBytes()
Relative path of the file in the partition as a JSON encoded string.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPartitionUuid()
UUID of the partition (format https://wiki.archlinux.org/title/persistent_block_device_naming#by-uuid)
string partition_uuid = 1;com.google.protobuf.ByteString getPartitionUuidBytes()
UUID of the partition (format https://wiki.archlinux.org/title/persistent_block_device_naming#by-uuid)
string partition_uuid = 1;String getRelativePath()
Relative path of the file in the partition as a JSON encoded string. Example: /home/user1/executable_file.sh
string relative_path = 2;com.google.protobuf.ByteString getRelativePathBytes()
Relative path of the file in the partition as a JSON encoded string. Example: /home/user1/executable_file.sh
string relative_path = 2;Copyright © 2024 Google LLC. All rights reserved.