Interface DirectorySearchResultOrBuilder (0.59.0)

public interface DirectorySearchResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPath()

public abstract String getPath()

File system path relative to the workspace root.

string path = 1;

Returns
Type Description
String

The path.

getPathBytes()

public abstract ByteString getPathBytes()

File system path relative to the workspace root.

string path = 1;

Returns
Type Description
ByteString

The bytes for path.