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/sqladmin_v1beta4.tiers.html b/docs/dyn/sqladmin_v1beta4.tiers.html
index 1e463cf..00a2945 100644
--- a/docs/dyn/sqladmin_v1beta4.tiers.html
+++ b/docs/dyn/sqladmin_v1beta4.tiers.html
@@ -103,12 +103,12 @@
     { # Tiers list response.
     "items": [ # List of tiers.
       { # A Google Cloud SQL service tier resource.
+        "DiskQuota": "A String", # The maximum disk size of this tier in bytes.
+        "kind": "A String", # This is always *sql#tier*.
+        "RAM": "A String", # The maximum RAM usage of this tier in bytes.
         "region": [ # The applicable regions for this tier.
           "A String",
         ],
-        "RAM": "A String", # The maximum RAM usage of this tier in bytes.
-        "kind": "A String", # This is always *sql#tier*.
-        "DiskQuota": "A String", # The maximum disk size of this tier in bytes.
         "tier": "A String", # An identifier for the machine type, for example, db-n1-standard-1. For related information, see Pricing.
       },
     ],