docs: update generated docs (#981)

diff --git a/docs/dyn/translate_v2.languages.html b/docs/dyn/translate_v2.languages.html
index 3776a60..5a26e64 100644
--- a/docs/dyn/translate_v2.languages.html
+++ b/docs/dyn/translate_v2.languages.html
@@ -97,10 +97,10 @@
     {
     "languages": [ # List of source/target languages supported by the translation API. If target parameter is unspecified, the list is sorted by the ASCII code point order of the language code. If target parameter is specified, the list is sorted by the collation order of the language name in the target language.
       {
+        "name": "A String", # Human readable name of the language localized to the target language.
         "language": "A String", # Supported language code, generally consisting of its ISO 639-1
             # identifier. (E.g. 'en', 'ja'). In certain cases, BCP-47 codes including
             # language + region identifiers are returned (e.g. 'zh-TW' and 'zh-CH')
-        "name": "A String", # Human readable name of the language localized to the target language.
       },
     ],
   }</pre>