Interface TargetSpecOrBuilder (0.94.0)
Stay organized with collections
Save and categorize content based on your preferences.
public interface TargetSpecOrBuilder extends 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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-04-25 UTC.
[null,null,["Last updated 2026-04-25 UTC."],[],[]]