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

Commit

Permalink
docs: corrects spelling of build dependency adds backticks in docstri…
Browse files Browse the repository at this point in the history
…ng to smooth doc generation (#251)

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/6d3f7836-3a4c-492a-9e6c-360f4c2d6fc1/targets

- [ ] To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 323860336
Source-Link: googleapis/googleapis@d399c75
  • Loading branch information
yoshi-automation committed Jul 31, 2020
1 parent e89c2da commit 8e39d83
Show file tree
Hide file tree
Showing 7 changed files with 132 additions and 132 deletions.

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

0 comments on commit 8e39d83

Please sign in to comment.