docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/tpu_v1.projects.locations.nodes.html b/docs/dyn/tpu_v1.projects.locations.nodes.html
index 6e7e81f..f014c98 100644
--- a/docs/dyn/tpu_v1.projects.locations.nodes.html
+++ b/docs/dyn/tpu_v1.projects.locations.nodes.html
@@ -109,21 +109,6 @@
     The object takes the form of:
 
 { # A TPU instance.
-  "ipAddress": "A String", # Output only. DEPRECATED! Use network_endpoints instead.
-      # The network address for the TPU Node as visible to Compute Engine
-      # instances.
-  "labels": { # Resource labels to represent user-provided metadata.
-    "a_key": "A String",
-  },
-  "createTime": "A String", # Output only. The time when the node was created.
-  "cidrBlock": "A String", # The CIDR block that the TPU node will use when selecting an IP address.
-      # This CIDR block must be a /29 block; the Compute Engine networks API
-      # forbids a smaller block, and using a larger block would be wasteful (a
-      # node can only consume one IP address). Errors will occur if the CIDR block
-      # has already been used for a currently existing TPU node, the CIDR block
-      # conflicts with any subnetworks in the user's provided network, or the
-      # provided network is peered with another network that is using that CIDR
-      # block.
   "tensorflowVersion": "A String", # The version of Tensorflow running in the Node.
       # Required.
   "description": "A String", # The user-supplied description of the TPU. Maximum of 512 characters.
@@ -136,8 +121,8 @@
     },
   ],
   "schedulingConfig": {
-    "reserved": True or False, # Whether the node is created under a reservation.
     "preemptible": True or False,
+    "reserved": True or False, # Whether the node is created under a reservation.
   },
   "state": "A String", # Output only. The current state for the TPU Node.
   "name": "A String", # Output only. The immutable name of the TPU
@@ -149,12 +134,27 @@
       # To share resources, including Google Cloud Storage data, with the
       # Tensorflow job running in the Node, this account must have permissions to
       # that data.
+  "healthDescription": "A String", # Output only. If this field is populated, it contains a description of why the TPU Node
+      # is unhealthy.
   "network": "A String", # The name of a network they wish to peer the TPU node to. It must be a
       # preexisting Compute Engine network inside of the project on which this API
       # has been activated. If none is provided, "default" will be used.
-  "healthDescription": "A String", # Output only. If this field is populated, it contains a description of why the TPU Node
-      # is unhealthy.
   "health": "A String", # The health status of the TPU node.
+  "ipAddress": "A String", # Output only. DEPRECATED! Use network_endpoints instead.
+      # The network address for the TPU Node as visible to Compute Engine
+      # instances.
+  "cidrBlock": "A String", # The CIDR block that the TPU node will use when selecting an IP address.
+      # This CIDR block must be a /29 block; the Compute Engine networks API
+      # forbids a smaller block, and using a larger block would be wasteful (a
+      # node can only consume one IP address). Errors will occur if the CIDR block
+      # has already been used for a currently existing TPU node, the CIDR block
+      # conflicts with any subnetworks in the user's provided network, or the
+      # provided network is peered with another network that is using that CIDR
+      # block.
+  "labels": { # Resource labels to represent user-provided metadata.
+    "a_key": "A String",
+  },
+  "createTime": "A String", # Output only. The time when the node was created.
 }
 
   nodeId: string, The unqualified resource name.
@@ -285,21 +285,6 @@
   An object of the form:
 
     { # A TPU instance.
-    "ipAddress": "A String", # Output only. DEPRECATED! Use network_endpoints instead.
-        # The network address for the TPU Node as visible to Compute Engine
-        # instances.
-    "labels": { # Resource labels to represent user-provided metadata.
-      "a_key": "A String",
-    },
-    "createTime": "A String", # Output only. The time when the node was created.
-    "cidrBlock": "A String", # The CIDR block that the TPU node will use when selecting an IP address.
-        # This CIDR block must be a /29 block; the Compute Engine networks API
-        # forbids a smaller block, and using a larger block would be wasteful (a
-        # node can only consume one IP address). Errors will occur if the CIDR block
-        # has already been used for a currently existing TPU node, the CIDR block
-        # conflicts with any subnetworks in the user's provided network, or the
-        # provided network is peered with another network that is using that CIDR
-        # block.
     "tensorflowVersion": "A String", # The version of Tensorflow running in the Node.
         # Required.
     "description": "A String", # The user-supplied description of the TPU. Maximum of 512 characters.
@@ -312,8 +297,8 @@
       },
     ],
     "schedulingConfig": {
-      "reserved": True or False, # Whether the node is created under a reservation.
       "preemptible": True or False,
+      "reserved": True or False, # Whether the node is created under a reservation.
     },
     "state": "A String", # Output only. The current state for the TPU Node.
     "name": "A String", # Output only. The immutable name of the TPU
@@ -325,12 +310,27 @@
         # To share resources, including Google Cloud Storage data, with the
         # Tensorflow job running in the Node, this account must have permissions to
         # that data.
+    "healthDescription": "A String", # Output only. If this field is populated, it contains a description of why the TPU Node
+        # is unhealthy.
     "network": "A String", # The name of a network they wish to peer the TPU node to. It must be a
         # preexisting Compute Engine network inside of the project on which this API
         # has been activated. If none is provided, "default" will be used.
-    "healthDescription": "A String", # Output only. If this field is populated, it contains a description of why the TPU Node
-        # is unhealthy.
     "health": "A String", # The health status of the TPU node.
+    "ipAddress": "A String", # Output only. DEPRECATED! Use network_endpoints instead.
+        # The network address for the TPU Node as visible to Compute Engine
+        # instances.
+    "cidrBlock": "A String", # The CIDR block that the TPU node will use when selecting an IP address.
+        # This CIDR block must be a /29 block; the Compute Engine networks API
+        # forbids a smaller block, and using a larger block would be wasteful (a
+        # node can only consume one IP address). Errors will occur if the CIDR block
+        # has already been used for a currently existing TPU node, the CIDR block
+        # conflicts with any subnetworks in the user's provided network, or the
+        # provided network is peered with another network that is using that CIDR
+        # block.
+    "labels": { # Resource labels to represent user-provided metadata.
+      "a_key": "A String",
+    },
+    "createTime": "A String", # Output only. The time when the node was created.
   }</pre>
 </div>
 
@@ -356,21 +356,6 @@
     ],
     &quot;nodes&quot;: [ # The listed nodes.
       { # A TPU instance.
-        &quot;ipAddress&quot;: &quot;A String&quot;, # Output only. DEPRECATED! Use network_endpoints instead.
-            # The network address for the TPU Node as visible to Compute Engine
-            # instances.
-        &quot;labels&quot;: { # Resource labels to represent user-provided metadata.
-          &quot;a_key&quot;: &quot;A String&quot;,
-        },
-        &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the node was created.
-        &quot;cidrBlock&quot;: &quot;A String&quot;, # The CIDR block that the TPU node will use when selecting an IP address.
-            # This CIDR block must be a /29 block; the Compute Engine networks API
-            # forbids a smaller block, and using a larger block would be wasteful (a
-            # node can only consume one IP address). Errors will occur if the CIDR block
-            # has already been used for a currently existing TPU node, the CIDR block
-            # conflicts with any subnetworks in the user&#x27;s provided network, or the
-            # provided network is peered with another network that is using that CIDR
-            # block.
         &quot;tensorflowVersion&quot;: &quot;A String&quot;, # The version of Tensorflow running in the Node.
             # Required.
         &quot;description&quot;: &quot;A String&quot;, # The user-supplied description of the TPU. Maximum of 512 characters.
@@ -383,8 +368,8 @@
           },
         ],
         &quot;schedulingConfig&quot;: {
-          &quot;reserved&quot;: True or False, # Whether the node is created under a reservation.
           &quot;preemptible&quot;: True or False,
+          &quot;reserved&quot;: True or False, # Whether the node is created under a reservation.
         },
         &quot;state&quot;: &quot;A String&quot;, # Output only. The current state for the TPU Node.
         &quot;name&quot;: &quot;A String&quot;, # Output only. The immutable name of the TPU
@@ -396,12 +381,27 @@
             # To share resources, including Google Cloud Storage data, with the
             # Tensorflow job running in the Node, this account must have permissions to
             # that data.
+        &quot;healthDescription&quot;: &quot;A String&quot;, # Output only. If this field is populated, it contains a description of why the TPU Node
+            # is unhealthy.
         &quot;network&quot;: &quot;A String&quot;, # The name of a network they wish to peer the TPU node to. It must be a
             # preexisting Compute Engine network inside of the project on which this API
             # has been activated. If none is provided, &quot;default&quot; will be used.
-        &quot;healthDescription&quot;: &quot;A String&quot;, # Output only. If this field is populated, it contains a description of why the TPU Node
-            # is unhealthy.
         &quot;health&quot;: &quot;A String&quot;, # The health status of the TPU node.
+        &quot;ipAddress&quot;: &quot;A String&quot;, # Output only. DEPRECATED! Use network_endpoints instead.
+            # The network address for the TPU Node as visible to Compute Engine
+            # instances.
+        &quot;cidrBlock&quot;: &quot;A String&quot;, # The CIDR block that the TPU node will use when selecting an IP address.
+            # This CIDR block must be a /29 block; the Compute Engine networks API
+            # forbids a smaller block, and using a larger block would be wasteful (a
+            # node can only consume one IP address). Errors will occur if the CIDR block
+            # has already been used for a currently existing TPU node, the CIDR block
+            # conflicts with any subnetworks in the user&#x27;s provided network, or the
+            # provided network is peered with another network that is using that CIDR
+            # block.
+        &quot;labels&quot;: { # Resource labels to represent user-provided metadata.
+          &quot;a_key&quot;: &quot;A String&quot;,
+        },
+        &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the node was created.
       },
     ],
     &quot;nextPageToken&quot;: &quot;A String&quot;, # The next page token or empty if none.