docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/translate_v3.projects.html b/docs/dyn/translate_v3.projects.html
index 9698b38..a9c3d60 100644
--- a/docs/dyn/translate_v3.projects.html
+++ b/docs/dyn/translate_v3.projects.html
@@ -202,14 +202,14 @@
# for each language the Translation API supports.
{ # A single supported language response corresponds to information related
# to one supported language.
- "supportTarget": True or False, # Can be used as target language.
- "displayName": "A String", # Human readable name of the language localized in the display language
- # specified in the request.
"supportSource": True or False, # Can be used as source language.
"languageCode": "A String", # Supported language code, generally consisting of its ISO 639-1
# identifier, for example, 'en', 'ja'. In certain cases, BCP-47 codes
# including language and region identifiers are returned (for example,
# 'zh-TW' and 'zh-CN')
+ "supportTarget": True or False, # Can be used as target language.
+ "displayName": "A String", # Human readable name of the language localized in the display language
+ # specified in the request.
},
],
}</pre>
@@ -238,6 +238,8 @@
The object takes the form of:
{ # The request message for synchronous translation.
+ "targetLanguageCode": "A String", # Required. The BCP-47 language code to use for translation of the input
+ # text, set to one of the language codes listed in Language Support.
"sourceLanguageCode": "A String", # Optional. The BCP-47 language code of the input text if
# known, for example, "en-US" or "sr-Latn". Supported language codes are
# listed in Language Support. If the source language isn't specified, the API
@@ -291,8 +293,6 @@
# information.
"a_key": "A String",
},
- "targetLanguageCode": "A String", # Required. The BCP-47 language code to use for translation of the input
- # text, set to one of the language codes listed in Language Support.
}
x__xgafv: string, V1 error format.