docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/remotebuildexecution_v2.v2.html b/docs/dyn/remotebuildexecution_v2.v2.html
index bbe6d27..e98b197 100644
--- a/docs/dyn/remotebuildexecution_v2.v2.html
+++ b/docs/dyn/remotebuildexecution_v2.v2.html
@@ -105,48 +105,15 @@
 
     { # A response message for
       # Capabilities.GetCapabilities.
-    "executionCapabilities": { # Capabilities of the remote execution system. # Capabilities of the remote execution system.
-      "digestFunction": "A String", # Remote execution may only support a single digest function.
-      "executionPriorityCapabilities": { # Allowed values for priority in # Supported execution priority range.
-          # ResultsCachePolicy
-          # Used for querying both cache and execution valid priority ranges.
-        "priorities": [
-          { # Supported range of priorities, including boundaries.
-            "maxPriority": 42,
-            "minPriority": 42,
-          },
-        ],
-      },
-      "supportedNodeProperties": [ # Supported node properties.
-        "A String",
-      ],
-      "execEnabled": True or False, # Whether remote execution is enabled for the particular server/instance.
-    },
-    "deprecatedApiVersion": { # The full version of a given tool. # Earliest RE API version supported, including deprecated versions.
-      "prerelease": "A String", # The pre-release version. Either this field or major/minor/patch fields
-          # must be filled. They are mutually exclusive. Pre-release versions are
-          # assumed to be earlier than any released versions.
-      "major": 42, # The major version, e.g 10 for 10.2.3.
-      "minor": 42, # The minor version, e.g. 2 for 10.2.3.
-      "patch": 42, # The patch version, e.g 3 for 10.2.3.
-    },
     "lowApiVersion": { # The full version of a given tool. # Earliest non-deprecated RE API version supported.
+      "patch": 42, # The patch version, e.g 3 for 10.2.3.
       "prerelease": "A String", # The pre-release version. Either this field or major/minor/patch fields
           # must be filled. They are mutually exclusive. Pre-release versions are
           # assumed to be earlier than any released versions.
       "major": 42, # The major version, e.g 10 for 10.2.3.
       "minor": 42, # The minor version, e.g. 2 for 10.2.3.
-      "patch": 42, # The patch version, e.g 3 for 10.2.3.
     },
     "cacheCapabilities": { # Capabilities of the remote cache system. # Capabilities of the remote cache system.
-      "symlinkAbsolutePathStrategy": "A String", # Whether absolute symlink targets are supported.
-      "actionCacheUpdateCapabilities": { # Describes the server/instance capabilities for updating the action cache. # Capabilities for updating the action cache.
-        "updateEnabled": True or False,
-      },
-      "digestFunction": [ # All the digest functions supported by the remote cache.
-          # Remote cache may support multiple digest functions simultaneously.
-        "A String",
-      ],
       "cachePriorityCapabilities": { # Allowed values for priority in # Supported cache priority range for both CAS and ActionCache.
           # ResultsCachePolicy
           # Used for querying both cache and execution valid priority ranges.
@@ -161,14 +128,47 @@
           # batch methods. A value of 0 means no limit is set, although
           # in practice there will always be a message size limitation
           # of the protocol in use, e.g. GRPC.
+      "symlinkAbsolutePathStrategy": "A String", # Whether absolute symlink targets are supported.
+      "actionCacheUpdateCapabilities": { # Describes the server/instance capabilities for updating the action cache. # Capabilities for updating the action cache.
+        "updateEnabled": True or False,
+      },
+      "digestFunction": [ # All the digest functions supported by the remote cache.
+          # Remote cache may support multiple digest functions simultaneously.
+        "A String",
+      ],
     },
     "highApiVersion": { # The full version of a given tool. # Latest RE API version supported.
+      "patch": 42, # The patch version, e.g 3 for 10.2.3.
       "prerelease": "A String", # The pre-release version. Either this field or major/minor/patch fields
           # must be filled. They are mutually exclusive. Pre-release versions are
           # assumed to be earlier than any released versions.
       "major": 42, # The major version, e.g 10 for 10.2.3.
       "minor": 42, # The minor version, e.g. 2 for 10.2.3.
+    },
+    "executionCapabilities": { # Capabilities of the remote execution system. # Capabilities of the remote execution system.
+      "execEnabled": True or False, # Whether remote execution is enabled for the particular server/instance.
+      "digestFunction": "A String", # Remote execution may only support a single digest function.
+      "executionPriorityCapabilities": { # Allowed values for priority in # Supported execution priority range.
+          # ResultsCachePolicy
+          # Used for querying both cache and execution valid priority ranges.
+        "priorities": [
+          { # Supported range of priorities, including boundaries.
+            "maxPriority": 42,
+            "minPriority": 42,
+          },
+        ],
+      },
+      "supportedNodeProperties": [ # Supported node properties.
+        "A String",
+      ],
+    },
+    "deprecatedApiVersion": { # The full version of a given tool. # Earliest RE API version supported, including deprecated versions.
       "patch": 42, # The patch version, e.g 3 for 10.2.3.
+      "prerelease": "A String", # The pre-release version. Either this field or major/minor/patch fields
+          # must be filled. They are mutually exclusive. Pre-release versions are
+          # assumed to be earlier than any released versions.
+      "major": 42, # The major version, e.g 10 for 10.2.3.
+      "minor": 42, # The minor version, e.g. 2 for 10.2.3.
     },
   }</pre>
 </div>