Interface TranslationFileMappingOrBuilder (0.83.0)

publicinterface TranslationFileMappingOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getInputPath()

publicabstractStringgetInputPath()

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

string input_path = 1;

Returns
Type Description
String

The inputPath.

getInputPathBytes()

publicabstractByteStringgetInputPathBytes()

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()

publicabstractStringgetOutputPath()

The Cloud Storage path to write back the corresponding input file to.

string output_path = 2;

Returns
Type Description
String

The outputPath.

getOutputPathBytes()

publicabstractByteStringgetOutputPathBytes()

The Cloud Storage path to write back the corresponding input file to.

string output_path = 2;

Returns
Type Description
ByteString

The bytes for outputPath.

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 2025年11月19日 UTC.