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/analytics_v3.metadata.columns.html b/docs/dyn/analytics_v3.metadata.columns.html
index dbb3339..1c6efd2 100644
--- a/docs/dyn/analytics_v3.metadata.columns.html
+++ b/docs/dyn/analytics_v3.metadata.columns.html
@@ -98,19 +98,19 @@
 
     { # Lists columns (dimensions and metrics) for a particular report type.
     "kind": "analytics#columns", # Collection type.
+    "totalResults": 42, # Total number of columns returned in the response.
     "items": [ # List of columns for a report type.
       { # JSON template for a metadata column.
         "attributes": { # Map of attribute name and value for this column.
           "a_key": "A String", # The name of the attribute.
         },
-        "id": "A String", # Column id.
         "kind": "analytics#column", # Resource type for Analytics column.
+        "id": "A String", # Column id.
       },
     ],
     "attributeNames": [ # List of attributes names returned by columns.
       "A String",
     ],
-    "totalResults": 42, # Total number of columns returned in the response.
     "etag": "A String", # Etag of collection. This etag can be compared with the last response etag to check if response has changed.
   }</pre>
 </div>