From 40b96b3188727f6ad0380981583c6687da6c7ce9 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Wed, 29 Jul 2020 22:55:56 -0700 Subject: [PATCH] docs: add backticks in docstring to smooth doc generation (#5220) PiperOrigin-RevId: 323860336 Source-Author: Google APIs Source-Date: Wed Jul 29 13:49:16 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: d399c754bdea83297877ab49e5f66b257a957a78 Source-Link: https://github.com/googleapis/googleapis/commit/d399c754bdea83297877ab49e5f66b257a957a78 --- .../Google.Cloud.Translate.V3/TranslationService.cs | 8 ++++---- apis/Google.Cloud.Translate.V3/synth.metadata | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apis/Google.Cloud.Translate.V3/Google.Cloud.Translate.V3/TranslationService.cs b/apis/Google.Cloud.Translate.V3/Google.Cloud.Translate.V3/TranslationService.cs index 80096c58ec87..f679ff5c40d5 100644 --- a/apis/Google.Cloud.Translate.V3/Google.Cloud.Translate.V3/TranslationService.cs +++ b/apis/Google.Cloud.Translate.V3/Google.Cloud.Translate.V3/TranslationService.cs @@ -2944,7 +2944,7 @@ public OutputConfig Clone() { /// 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: @@ -2961,10 +2961,10 @@ public OutputConfig Clone() { /// 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 @@ -2976,7 +2976,7 @@ public OutputConfig Clone() { /// /// 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]` /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public global::Google.Cloud.Translate.V3.GcsDestination GcsDestination { diff --git a/apis/Google.Cloud.Translate.V3/synth.metadata b/apis/Google.Cloud.Translate.V3/synth.metadata index 44328c0dc638..76062123df0e 100644 --- a/apis/Google.Cloud.Translate.V3/synth.metadata +++ b/apis/Google.Cloud.Translate.V3/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "07460951fc07dd2b3f172d01b04e2a5fefd13ccc" + "sha": "d399c754bdea83297877ab49e5f66b257a957a78" } } ]