public interface TranslationFileMappingOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInputPath()
public abstract String getInputPath()The Cloud Storage path for a file to translation in a subtask.
string input_path = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The inputPath. |
getInputPathBytes()
public abstract ByteString getInputPathBytes()The Cloud Storage path for a file to translation in a subtask.
string input_path = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for inputPath. |
getOutputPath()
public abstract String getOutputPath()The Cloud Storage path to write back the corresponding input file to.
string output_path = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The outputPath. |
getOutputPathBytes()
public abstract ByteString getOutputPathBytes()The Cloud Storage path to write back the corresponding input file to.
string output_path = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for outputPath. |