public static interface File.DiskPathOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPartitionUuid()
public abstract String getPartitionUuid()UUID of the partition (format https://wiki.archlinux.org/title/persistent_block_device_naming#by-uuid)
string partition_uuid = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The partitionUuid. |
getPartitionUuidBytes()
public abstract ByteString getPartitionUuidBytes()UUID of the partition (format https://wiki.archlinux.org/title/persistent_block_device_naming#by-uuid)
string partition_uuid = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for partitionUuid. |
getRelativePath()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
String |
The relativePath. |
getRelativePathBytes()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for relativePath. |