docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/sqladmin_v1beta4.tiers.html b/docs/dyn/sqladmin_v1beta4.tiers.html
index c68cac0..37381f2 100644
--- a/docs/dyn/sqladmin_v1beta4.tiers.html
+++ b/docs/dyn/sqladmin_v1beta4.tiers.html
@@ -98,7 +98,6 @@
     "kind": "A String", # This is always <code>sql#tiersList</code>.
     "items": [ # List of tiers.
       { # A Google Cloud SQL service tier resource.
-        "kind": "A String", # This is always <code>sql#tier</code>.
         "RAM": "A String", # The maximum RAM usage of this tier in bytes.
         "region": [ # The applicable regions for this tier.
           "A String",
@@ -106,6 +105,7 @@
         "tier": "A String", # An identifier for the machine type, for example, db-n1-standard-1. For
             # related information, see <a href="/sql/pricing">Pricing</a>.
         "DiskQuota": "A String", # The maximum disk size of this tier in bytes.
+        "kind": "A String", # This is always <code>sql#tier</code>.
       },
     ],
   }</pre>