Interface TranslationFileMappingOrBuilder (0.11.0)

public interface TranslationFileMappingOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInputPath()

public abstract String getInputPath()

The Cloud Storage path for a file to translation in a subtask.

string input_path = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for outputPath.