docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/redis_v1.projects.locations.html b/docs/dyn/redis_v1.projects.locations.html
index e25ac09..ad8643c 100644
--- a/docs/dyn/redis_v1.projects.locations.html
+++ b/docs/dyn/redis_v1.projects.locations.html
@@ -109,10 +109,6 @@
   An object of the form:
 
     { # A resource that represents Google Cloud Platform location.
-    "name": "A String", # Full resource name for the region. For example: "projects/example-project/locations/us-east1".
-    "locationId": "A String", # Resource ID for the region. For example: "us-east1".
-    "displayName": "A String", # The friendly name for this location, typically a nearby city name.
-        # For example, "Tokyo".
     "metadata": { # Output only. The set of available zones in the location. The map is keyed by the lowercase ID of each zone, as defined by Compute Engine. These keys can be specified in `location_id` or `alternative_location_id` fields when creating a Redis instance.
       "a_key": "", # Properties of the object. Contains field @type with type URL.
     },
@@ -121,6 +117,10 @@
         #     {"cloud.googleapis.com/region": "us-east1"}
       "a_key": "A String",
     },
+    "name": "A String", # Full resource name for the region. For example: "projects/example-project/locations/us-east1".
+    "locationId": "A String", # Resource ID for the region. For example: "us-east1".
+    "displayName": "A String", # The friendly name for this location, typically a nearby city name.
+        # For example, "Tokyo".
   }</pre>
 </div>
 
@@ -142,12 +142,9 @@
   An object of the form:
 
     { # The response message for Locations.ListLocations.
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # The standard List next-page token.
     &quot;locations&quot;: [ # A list of locations that matches the specified filter in the request.
       { # A resource that represents Google Cloud Platform location.
-        &quot;name&quot;: &quot;A String&quot;, # Full resource name for the region. For example: &quot;projects/example-project/locations/us-east1&quot;.
-        &quot;locationId&quot;: &quot;A String&quot;, # Resource ID for the region. For example: &quot;us-east1&quot;.
-        &quot;displayName&quot;: &quot;A String&quot;, # The friendly name for this location, typically a nearby city name.
-            # For example, &quot;Tokyo&quot;.
         &quot;metadata&quot;: { # Output only. The set of available zones in the location. The map is keyed by the lowercase ID of each zone, as defined by Compute Engine. These keys can be specified in `location_id` or `alternative_location_id` fields when creating a Redis instance.
           &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
         },
@@ -156,9 +153,12 @@
             #     {&quot;cloud.googleapis.com/region&quot;: &quot;us-east1&quot;}
           &quot;a_key&quot;: &quot;A String&quot;,
         },
+        &quot;name&quot;: &quot;A String&quot;, # Full resource name for the region. For example: &quot;projects/example-project/locations/us-east1&quot;.
+        &quot;locationId&quot;: &quot;A String&quot;, # Resource ID for the region. For example: &quot;us-east1&quot;.
+        &quot;displayName&quot;: &quot;A String&quot;, # The friendly name for this location, typically a nearby city name.
+            # For example, &quot;Tokyo&quot;.
       },
     ],
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # The standard List next-page token.
   }</pre>
 </div>