chore: update docs/dyn (#1162)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/b5e48daa-1759-436b-9fe7-ffce1482b520/targets

- [ ] To automatically regenerate this PR, check this box.
diff --git a/docs/dyn/sqladmin_v1beta4.tiers.html b/docs/dyn/sqladmin_v1beta4.tiers.html
index 51660a5..f6bdd6f 100644
--- a/docs/dyn/sqladmin_v1beta4.tiers.html
+++ b/docs/dyn/sqladmin_v1beta4.tiers.html
@@ -101,19 +101,19 @@
   An object of the form:
 
     { # Tiers list response.
-    "kind": "A String", # This is always *sql#tiersList*.
-    "items": [ # List of tiers.
-      { # A Google Cloud SQL service tier resource.
-        "kind": "A String", # This is always *sql#tier*.
-        "RAM": "A String", # The maximum RAM usage of this tier in bytes.
-        "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.
-        "region": [ # The applicable regions for this tier.
-          "A String",
-        ],
-      },
-    ],
-  }</pre>
+  &quot;items&quot;: [ # List of tiers.
+    { # A Google Cloud SQL service tier resource.
+      &quot;DiskQuota&quot;: &quot;A String&quot;, # The maximum disk size of this tier in bytes.
+      &quot;RAM&quot;: &quot;A String&quot;, # The maximum RAM usage of this tier in bytes.
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#tier*.
+      &quot;region&quot;: [ # The applicable regions for this tier.
+        &quot;A String&quot;,
+      ],
+      &quot;tier&quot;: &quot;A String&quot;, # An identifier for the machine type, for example, db-n1-standard-1. For related information, see Pricing.
+    },
+  ],
+  &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#tiersList*.
+}</pre>
 </div>
 
 </body></html>
\ No newline at end of file