diff --git a/google-cloud-translate-v3/proto_docs/google/cloud/translate/v3/translation_service.rb b/google-cloud-translate-v3/proto_docs/google/cloud/translate/v3/translation_service.rb index 424c9660388b..e3c022003c65 100644 --- a/google-cloud-translate-v3/proto_docs/google/cloud/translate/v3/translation_service.rb +++ b/google-cloud-translate-v3/proto_docs/google/cloud/translate/v3/translation_service.rb @@ -438,10 +438,10 @@ class GcsDestination # 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 @@ -453,7 +453,7 @@ class GcsDestination # # 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]` class OutputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods