chore: regens API reference docs (#889)

diff --git a/docs/dyn/remotebuildexecution_v2.v2.html b/docs/dyn/remotebuildexecution_v2.v2.html
index 54e5acc..029e16a 100644
--- a/docs/dyn/remotebuildexecution_v2.v2.html
+++ b/docs/dyn/remotebuildexecution_v2.v2.html
@@ -113,6 +113,14 @@
       "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.
+      "major": 42, # The major version, e.g 10 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.
+      "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.
       "cachePriorityCapabilities": { # Allowed values for priority in # Supported cache priority range for both CAS and ActionCache.
           # ResultsCachePolicy
@@ -137,6 +145,14 @@
       ],
       "symlinkAbsolutePathStrategy": "A String", # Whether absolute symlink targets are supported.
     },
+    "highApiVersion": { # The full version of a given tool. # Latest RE API version supported.
+      "major": 42, # The major version, e.g 10 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.
+      "minor": 42, # The minor version, e.g. 2 for 10.2.3.
+      "patch": 42, # The patch version, e.g 3 for 10.2.3.
+    },
     "executionCapabilities": { # Capabilities of the remote execution system. # Capabilities of the remote execution system.
       "executionPriorityCapabilities": { # Allowed values for priority in # Supported execution priority range.
           # ResultsCachePolicy
@@ -148,25 +164,12 @@
           },
         ],
       },
+      "supportedNodeProperties": [ # Supported node properties.
+        "A String",
+      ],
       "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.
     },
-    "highApiVersion": { # The full version of a given tool. # Latest RE API version supported.
-      "major": 42, # The major version, e.g 10 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.
-      "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.
-      "major": 42, # The major version, e.g 10 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.
-      "minor": 42, # The minor version, e.g. 2 for 10.2.3.
-      "patch": 42, # The patch version, e.g 3 for 10.2.3.
-    },
   }</pre>
 </div>