Interface TargetSpecOrBuilder (0.52.0)

public interface TargetSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRelativePath()

public abstract String getRelativePath()

The relative path for the target data. Given source file base_uri/input/sql, the output would be target_base_uri/sql/relative_path/input.sql.

string relative_path = 1;

Returns
Type Description
String

The relativePath.

getRelativePathBytes()

public abstract ByteString getRelativePathBytes()

The relative path for the target data. Given source file base_uri/input/sql, the output would be target_base_uri/sql/relative_path/input.sql.

string relative_path = 1;

Returns
Type Description
ByteString

The bytes for relativePath.