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>
+ "items": [ # List of tiers.
+ { # A Google Cloud SQL service tier resource.
+ "DiskQuota": "A String", # The maximum disk size of this tier in bytes.
+ "RAM": "A String", # The maximum RAM usage of this tier in bytes.
+ "kind": "A String", # This is always *sql#tier*.
+ "region": [ # The applicable regions for this tier.
+ "A String",
+ ],
+ "tier": "A String", # An identifier for the machine type, for example, db-n1-standard-1. For related information, see Pricing.
+ },
+ ],
+ "kind": "A String", # This is always *sql#tiersList*.
+}</pre>
</div>
</body></html>
\ No newline at end of file