chore: update docs/dyn (#1162)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/b5e48daa-1759-436b-9fe7-ffce1482b520/targets

- [ ] To automatically regenerate this PR, check this box.
diff --git a/docs/dyn/remotebuildexecution_v2.v2.html b/docs/dyn/remotebuildexecution_v2.v2.html
index 49a6ffc..df72e62 100644
--- a/docs/dyn/remotebuildexecution_v2.v2.html
+++ b/docs/dyn/remotebuildexecution_v2.v2.html
@@ -101,58 +101,58 @@
   An object of the form:
 
     { # A response message for Capabilities.GetCapabilities.
-    "deprecatedApiVersion": { # The full version of a given tool. # Earliest RE API version supported, including deprecated versions.
-      "major": 42, # The major version, e.g 10 for 10.2.3.
-      "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.
-      "minor": 42, # The minor version, e.g. 2 for 10.2.3.
+  "cacheCapabilities": { # Capabilities of the remote cache system. # Capabilities of the remote cache system.
+    "actionCacheUpdateCapabilities": { # Describes the server/instance capabilities for updating the action cache. # Capabilities for updating the action cache.
+      "updateEnabled": True or False,
     },
-    "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 ResultsCachePolicy Used for querying both cache and execution valid priority ranges. # Supported execution priority range.
-        "priorities": [
-          { # Supported range of priorities, including boundaries.
-            "minPriority": 42,
-            "maxPriority": 42,
-          },
-        ],
-      },
-      "supportedNodeProperties": [ # Supported node properties.
-        "A String",
+    "cachePriorityCapabilities": { # Allowed values for priority in ResultsCachePolicy Used for querying both cache and execution valid priority ranges. # Supported cache priority range for both CAS and ActionCache.
+      "priorities": [
+        { # Supported range of priorities, including boundaries.
+          "maxPriority": 42,
+          "minPriority": 42,
+        },
       ],
-      "execEnabled": True or False, # Whether remote execution is enabled for the particular server/instance.
     },
-    "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.
-      "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.
-      "minor": 42, # The minor version, e.g. 2 for 10.2.3.
-    },
-    "cacheCapabilities": { # Capabilities of the remote cache system. # Capabilities of the remote cache system.
-      "maxBatchTotalSizeBytes": "A String", # Maximum total size of blobs to be uploaded/downloaded using 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.
-      "digestFunction": [ # All the digest functions supported by the remote cache. Remote cache may support multiple digest functions simultaneously.
-        "A String",
+    "digestFunction": [ # All the digest functions supported by the remote cache. Remote cache may support multiple digest functions simultaneously.
+      "A String",
+    ],
+    "maxBatchTotalSizeBytes": "A String", # Maximum total size of blobs to be uploaded/downloaded using 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.
+  },
+  "deprecatedApiVersion": { # The full version of a given tool. # Earliest RE API version supported, including deprecated 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.
+    "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.
+  },
+  "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.
+    "execEnabled": True or False, # Whether remote execution is enabled for the particular server/instance.
+    "executionPriorityCapabilities": { # Allowed values for priority in ResultsCachePolicy Used for querying both cache and execution valid priority ranges. # Supported execution priority range.
+      "priorities": [
+        { # Supported range of priorities, including boundaries.
+          "maxPriority": 42,
+          "minPriority": 42,
+        },
       ],
-      "actionCacheUpdateCapabilities": { # Describes the server/instance capabilities for updating the action cache. # Capabilities for updating the action cache.
-        "updateEnabled": True or False,
-      },
-      "cachePriorityCapabilities": { # Allowed values for priority in ResultsCachePolicy Used for querying both cache and execution valid priority ranges. # Supported cache priority range for both CAS and ActionCache.
-        "priorities": [
-          { # Supported range of priorities, including boundaries.
-            "minPriority": 42,
-            "maxPriority": 42,
-          },
-        ],
-      },
-      "symlinkAbsolutePathStrategy": "A String", # Whether absolute symlink targets are supported.
     },
-    "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.
-      "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.
-      "minor": 42, # The minor version, e.g. 2 for 10.2.3.
-    },
-  }</pre>
+    &quot;supportedNodeProperties&quot;: [ # Supported node properties.
+      &quot;A String&quot;,
+    ],
+  },
+  &quot;highApiVersion&quot;: { # The full version of a given tool. # Latest RE API version supported.
+    &quot;major&quot;: 42, # The major version, e.g 10 for 10.2.3.
+    &quot;minor&quot;: 42, # The minor version, e.g. 2 for 10.2.3.
+    &quot;patch&quot;: 42, # The patch version, e.g 3 for 10.2.3.
+    &quot;prerelease&quot;: &quot;A String&quot;, # 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.
+  },
+  &quot;lowApiVersion&quot;: { # The full version of a given tool. # Earliest non-deprecated RE API version supported.
+    &quot;major&quot;: 42, # The major version, e.g 10 for 10.2.3.
+    &quot;minor&quot;: 42, # The minor version, e.g. 2 for 10.2.3.
+    &quot;patch&quot;: 42, # The patch version, e.g 3 for 10.2.3.
+    &quot;prerelease&quot;: &quot;A String&quot;, # 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.
+  },
+}</pre>
 </div>
 
 </body></html>
\ No newline at end of file