Interface File.DiskPathOrBuilder (2.49.0)

public static interface File.DiskPathOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for relativePath.