chore: update docs/dyn , add static discovery files to discovery_cache/documents (#1111)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/78f53313-0c78-4a29-8841-f031665a4c6a/targets

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

Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/translate_v2.languages.html b/docs/dyn/translate_v2.languages.html
index df54801..d68a09f 100644
--- a/docs/dyn/translate_v2.languages.html
+++ b/docs/dyn/translate_v2.languages.html
@@ -78,7 +78,7 @@
   <code><a href="#close">close()</a></code></p>
 <p class="firstline">Close httplib2 connections.</p>
 <p class="toc_element">
-  <code><a href="#list">list(model=None, target=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(target=None, model=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Returns a list of supported languages for translation.</p>
 <h3>Method Details</h3>
 <div class="method">
@@ -87,13 +87,13 @@
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(model=None, target=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(target=None, model=None, x__xgafv=None)</code>
   <pre>Returns a list of supported languages for translation.
 
 Args:
-  model: string, The model type for which supported languages should be returned.
   target: string, The language to use to return localized, human readable names of supported
 languages.
+  model: string, The model type for which supported languages should be returned.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -105,10 +105,10 @@
     {
     &quot;languages&quot;: [ # 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.
       {
-        &quot;name&quot;: &quot;A String&quot;, # Human readable name of the language localized to the target language.
         &quot;language&quot;: &quot;A String&quot;, # Supported language code, generally consisting of its ISO 639-1
             # identifier. (E.g. &#x27;en&#x27;, &#x27;ja&#x27;). In certain cases, BCP-47 codes including
             # language + region identifiers are returned (e.g. &#x27;zh-TW&#x27; and &#x27;zh-CH&#x27;)
+        &quot;name&quot;: &quot;A String&quot;, # Human readable name of the language localized to the target language.
       },
     ],
   }</pre>