Interface TransferTypes.PosixFilesystemOrBuilder (1.13.0)

Stay organized with collections Save and categorize content based on your preferences.
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.