Interface TransferTypes.PosixFilesystemOrBuilder (1.12.0)

public static interface TransferTypes.PosixFilesystemOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRootDirectory()

public abstract String getRootDirectory()

Root directory path to the filesystem.

string root_directory = 1;

Returns
TypeDescription
String

The rootDirectory.

getRootDirectoryBytes()

public abstract ByteString getRootDirectoryBytes()

Root directory path to the filesystem.

string root_directory = 1;

Returns
TypeDescription
ByteString

The bytes for rootDirectory.