Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

docs: corrects spelling of build dependency adds backticks in docstring to smooth doc generation #251

Merged
merged 1 commit into from Jul 31, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view

Large diffs are not rendered by default.

Expand Up @@ -54,7 +54,7 @@ public interface OutputConfigOrBuilder
* processed and ready to be consumed (that is, no partial output file is
* written).
* The format of translations_file (for target language code 'trg') is:
* gs://translation_test/a_b_c_'trg'_translations.[extension]
* `gs://translation_test/a_b_c_'trg'_translations.[extension]`
* If the input file extension is tsv, the output has the following
* columns:
* Column 1: ID of the request provided in the input, if it's not
Expand All @@ -69,9 +69,9 @@ public interface OutputConfigOrBuilder
* If input file extension is a txt or html, the translation is directly
* written to the output file. If glossary is requested, a separate
* glossary_translations_file has format of
* gs://translation_test/a_b_c_'trg'_glossary_translations.[extension]
* `gs://translation_test/a_b_c_'trg'_glossary_translations.[extension]`
* The format of errors file (for target language code 'trg') is:
* gs://translation_test/a_b_c_'trg'_errors.[extension]
* `gs://translation_test/a_b_c_'trg'_errors.[extension]`
* If the input file extension is tsv, errors_file contains the following:
* Column 1: ID of the request provided in the input, if it's not
* provided in the input, then the input row number is used (0-based).
Expand All @@ -81,7 +81,7 @@ public interface OutputConfigOrBuilder
* Error when applying the glossary.
* If the input file extension is txt or html, glossary_error_file will be
* generated that contains error details. glossary_error_file has format of
* gs://translation_test/a_b_c_'trg'_glossary_errors.[extension]
* `gs://translation_test/a_b_c_'trg'_glossary_errors.[extension]`
* </pre>
*
* <code>.google.cloud.translation.v3.GcsDestination gcs_destination = 1;</code>
Expand Down Expand Up @@ -120,7 +120,7 @@ public interface OutputConfigOrBuilder
* processed and ready to be consumed (that is, no partial output file is
* written).
* The format of translations_file (for target language code 'trg') is:
* gs://translation_test/a_b_c_'trg'_translations.[extension]
* `gs://translation_test/a_b_c_'trg'_translations.[extension]`
* If the input file extension is tsv, the output has the following
* columns:
* Column 1: ID of the request provided in the input, if it's not
Expand All @@ -135,9 +135,9 @@ public interface OutputConfigOrBuilder
* If input file extension is a txt or html, the translation is directly
* written to the output file. If glossary is requested, a separate
* glossary_translations_file has format of
* gs://translation_test/a_b_c_'trg'_glossary_translations.[extension]
* `gs://translation_test/a_b_c_'trg'_glossary_translations.[extension]`
* The format of errors file (for target language code 'trg') is:
* gs://translation_test/a_b_c_'trg'_errors.[extension]
* `gs://translation_test/a_b_c_'trg'_errors.[extension]`
* If the input file extension is tsv, errors_file contains the following:
* Column 1: ID of the request provided in the input, if it's not
* provided in the input, then the input row number is used (0-based).
Expand All @@ -147,7 +147,7 @@ public interface OutputConfigOrBuilder
* Error when applying the glossary.
* If the input file extension is txt or html, glossary_error_file will be
* generated that contains error details. glossary_error_file has format of
* gs://translation_test/a_b_c_'trg'_glossary_errors.[extension]
* `gs://translation_test/a_b_c_'trg'_glossary_errors.[extension]`
* </pre>
*
* <code>.google.cloud.translation.v3.GcsDestination gcs_destination = 1;</code>
Expand Down Expand Up @@ -186,7 +186,7 @@ public interface OutputConfigOrBuilder
* processed and ready to be consumed (that is, no partial output file is
* written).
* The format of translations_file (for target language code 'trg') is:
* gs://translation_test/a_b_c_'trg'_translations.[extension]
* `gs://translation_test/a_b_c_'trg'_translations.[extension]`
* If the input file extension is tsv, the output has the following
* columns:
* Column 1: ID of the request provided in the input, if it's not
Expand All @@ -201,9 +201,9 @@ public interface OutputConfigOrBuilder
* If input file extension is a txt or html, the translation is directly
* written to the output file. If glossary is requested, a separate
* glossary_translations_file has format of
* gs://translation_test/a_b_c_'trg'_glossary_translations.[extension]
* `gs://translation_test/a_b_c_'trg'_glossary_translations.[extension]`
* The format of errors file (for target language code 'trg') is:
* gs://translation_test/a_b_c_'trg'_errors.[extension]
* `gs://translation_test/a_b_c_'trg'_errors.[extension]`
* If the input file extension is tsv, errors_file contains the following:
* Column 1: ID of the request provided in the input, if it's not
* provided in the input, then the input row number is used (0-based).
Expand All @@ -213,7 +213,7 @@ public interface OutputConfigOrBuilder
* Error when applying the glossary.
* If the input file extension is txt or html, glossary_error_file will be
* generated that contains error details. glossary_error_file has format of
* gs://translation_test/a_b_c_'trg'_glossary_errors.[extension]
* `gs://translation_test/a_b_c_'trg'_glossary_errors.[extension]`
* </pre>
*
* <code>.google.cloud.translation.v3.GcsDestination gcs_destination = 1;</code>
Expand Down
Expand Up @@ -502,7 +502,7 @@ message OutputConfig {
// written).
//
// The format of translations_file (for target language code 'trg') is:
// gs://translation_test/a_b_c_'trg'_translations.[extension]
// `gs://translation_test/a_b_c_'trg'_translations.[extension]`
//
// If the input file extension is tsv, the output has the following
// columns:
Expand All @@ -519,10 +519,10 @@ message OutputConfig {
// If input file extension is a txt or html, the translation is directly
// written to the output file. If glossary is requested, a separate
// glossary_translations_file has format of
// gs://translation_test/a_b_c_'trg'_glossary_translations.[extension]
// `gs://translation_test/a_b_c_'trg'_glossary_translations.[extension]`
//
// The format of errors file (for target language code 'trg') is:
// gs://translation_test/a_b_c_'trg'_errors.[extension]
// `gs://translation_test/a_b_c_'trg'_errors.[extension]`
//
// If the input file extension is tsv, errors_file contains the following:
// Column 1: ID of the request provided in the input, if it's not
Expand All @@ -534,7 +534,7 @@ message OutputConfig {
//
// If the input file extension is txt or html, glossary_error_file will be
// generated that contains error details. glossary_error_file has format of
// gs://translation_test/a_b_c_'trg'_glossary_errors.[extension]
// `gs://translation_test/a_b_c_'trg'_glossary_errors.[extension]`
GcsDestination gcs_destination = 1;
}
}
Expand Down