build: run docs regen in synth.py (#1059)

diff --git a/docs/dyn/homegraph_v1.devices.html b/docs/dyn/homegraph_v1.devices.html
index 019d421..9753b6a 100644
--- a/docs/dyn/homegraph_v1.devices.html
+++ b/docs/dyn/homegraph_v1.devices.html
@@ -105,7 +105,6 @@
 
 { # Request type for the [`Query`](#google.home.graph.v1.HomeGraphApiService.Query) call.
     "agentUserId": "A String", # Required. Third-party user ID.
-    "requestId": "A String", # Request ID used for debugging.
     "inputs": [ # Required. Inputs containing third-party device IDs for which to get the device states.
       { # Device ID inputs to QueryRequest.
         "payload": { # Payload containing device IDs. # Payload containing third-party device IDs.
@@ -117,6 +116,7 @@
         },
       },
     ],
+    "requestId": "A String", # Request ID used for debugging.
   }
 
   x__xgafv: string, V1 error format.
@@ -128,6 +128,7 @@
   An object of the form:
 
     { # Response type for the [`Query`](#google.home.graph.v1.HomeGraphApiService.Query) call. This should follow the same format as the Google smart home `action.devices.QUERY` [response](https://developers.google.com/assistant/smarthome/reference/intent/query). # Example ```json { "requestId": "ff36a3cc-ec34-11e6-b1a0-64510650abcf", "payload": { "devices": { "123": { "on": true, "online": true }, "456": { "on": true, "online": true, "brightness": 80, "color": { "name": "cerulean", "spectrumRGB": 31655 } } } } } ```
+    "requestId": "A String", # Request ID used for debugging. Copied from the request.
     "payload": { # Payload containing device states information. # Device states for the devices given in the request.
       "devices": { # States of the devices. Map of third-party device ID to struct of device states.
         "a_key": {
@@ -135,7 +136,6 @@
         },
       },
     },
-    "requestId": "A String", # Request ID used for debugging. Copied from the request.
   }</pre>
 </div>
 
@@ -151,17 +151,17 @@
     &quot;requestId&quot;: &quot;A String&quot;, # Request ID used for debugging.
     &quot;payload&quot;: { # Payload containing the state and notification information for devices. # Required. State of devices to update and notification metadata for devices.
       &quot;devices&quot;: { # The states and notifications specific to a device. # The devices for updating state and sending notifications.
-        &quot;notifications&quot;: { # Notifications metadata for devices. See the **Device NOTIFICATIONS** section of the individual trait [reference guides](https://developers.google.com/assistant/smarthome/traits).
+        &quot;states&quot;: { # States of devices to update. See the **Device STATES** section of the individual trait [reference guides](https://developers.google.com/assistant/smarthome/traits).
           &quot;a_key&quot;: &quot;&quot;, # Properties of the object.
         },
-        &quot;states&quot;: { # States of devices to update. See the **Device STATES** section of the individual trait [reference guides](https://developers.google.com/assistant/smarthome/traits).
+        &quot;notifications&quot;: { # Notifications metadata for devices. See the **Device NOTIFICATIONS** section of the individual trait [reference guides](https://developers.google.com/assistant/smarthome/traits).
           &quot;a_key&quot;: &quot;&quot;, # Properties of the object.
         },
       },
     },
-    &quot;agentUserId&quot;: &quot;A String&quot;, # Required. Third-party user ID.
     &quot;followUpToken&quot;: &quot;A String&quot;, # Token to maintain state in the follow up notification response. Deprecated. See the [notifications guide](https://developers.google.com/assistant/smarthome/develop/notifications) for details on implementing follow up notifications.
     &quot;eventId&quot;: &quot;A String&quot;, # Unique identifier per event (for example, a doorbell press).
+    &quot;agentUserId&quot;: &quot;A String&quot;, # Required. Third-party user ID.
   }
 
   x__xgafv: string, V1 error format.
@@ -186,8 +186,8 @@
     The object takes the form of:
 
 { # Request type for the [`RequestSyncDevices`](#google.home.graph.v1.HomeGraphApiService.RequestSyncDevices) call.
-    &quot;async&quot;: True or False, # Optional. If set, the request will be added to a queue and a response will be returned immediately. This enables concurrent requests for the given `agent_user_id`, but the caller will not receive any error responses.
     &quot;agentUserId&quot;: &quot;A String&quot;, # Required. Third-party user ID.
+    &quot;async&quot;: True or False, # Optional. If set, the request will be added to a queue and a response will be returned immediately. This enables concurrent requests for the given `agent_user_id`, but the caller will not receive any error responses.
   }
 
   x__xgafv: string, V1 error format.
@@ -211,8 +211,8 @@
     The object takes the form of:
 
 { # Request type for the [`Sync`](#google.home.graph.v1.HomeGraphApiService.Sync) call.
-    &quot;requestId&quot;: &quot;A String&quot;, # Request ID used for debugging.
     &quot;agentUserId&quot;: &quot;A String&quot;, # Required. Third-party user ID.
+    &quot;requestId&quot;: &quot;A String&quot;, # Request ID used for debugging.
   }
 
   x__xgafv: string, V1 error format.
@@ -225,47 +225,47 @@
 
     { # Response type for the [`Sync`](#google.home.graph.v1.HomeGraphApiService.Sync) call. This should follow the same format as the Google smart home `action.devices.SYNC` [response](https://developers.google.com/assistant/smarthome/reference/intent/sync). # Example ```json { &quot;requestId&quot;: &quot;ff36a3cc-ec34-11e6-b1a0-64510650abcf&quot;, &quot;payload&quot;: { &quot;agentUserId&quot;: &quot;1836.15267389&quot;, &quot;devices&quot;: [{ &quot;id&quot;: &quot;123&quot;, &quot;type&quot;: &quot;action.devices.types.OUTLET&quot;, &quot;traits&quot;: [ &quot;action.devices.traits.OnOff&quot; ], &quot;name&quot;: { &quot;defaultNames&quot;: [&quot;My Outlet 1234&quot;], &quot;name&quot;: &quot;Night light&quot;, &quot;nicknames&quot;: [&quot;wall plug&quot;] }, &quot;willReportState&quot;: false, &quot;deviceInfo&quot;: { &quot;manufacturer&quot;: &quot;lights-out-inc&quot;, &quot;model&quot;: &quot;hs1234&quot;, &quot;hwVersion&quot;: &quot;3.2&quot;, &quot;swVersion&quot;: &quot;11.4&quot; }, &quot;customData&quot;: { &quot;fooValue&quot;: 74, &quot;barValue&quot;: true, &quot;bazValue&quot;: &quot;foo&quot; } }] } } ```
     &quot;payload&quot;: { # Payload containing device information. # Devices associated with the third-party user.
+      &quot;agentUserId&quot;: &quot;A String&quot;, # Third-party user ID
       &quot;devices&quot;: [ # Devices associated with the third-party user.
         { # Third-party device definition.
+          &quot;willReportState&quot;: True or False, # Indicates whether your smart home Action will report state of this device to Google via ReportStateAndNotification.
           &quot;id&quot;: &quot;A String&quot;, # Third-party device ID.
-          &quot;otherDeviceIds&quot;: [ # Alternate IDs associated with this device. This is used to identify cloud synced devices enabled for [local fulfillment](https://developers.google.com/assistant/smarthome/concepts/local).
-            { # Alternate third-party device ID.
-              &quot;agentId&quot;: &quot;A String&quot;, # Project ID for your smart home Action.
-              &quot;deviceId&quot;: &quot;A String&quot;, # Unique third-party device ID.
-            },
-          ],
+          &quot;attributes&quot;: { # Attributes for the traits supported by the device.
+            &quot;a_key&quot;: &quot;&quot;, # Properties of the object.
+          },
+          &quot;deviceInfo&quot;: { # Device information. # Device manufacturer, model, hardware version, and software version.
+            &quot;hwVersion&quot;: &quot;A String&quot;, # Device hardware version.
+            &quot;swVersion&quot;: &quot;A String&quot;, # Device software version.
+            &quot;manufacturer&quot;: &quot;A String&quot;, # Device manufacturer.
+            &quot;model&quot;: &quot;A String&quot;, # Device model.
+          },
           &quot;name&quot;: { # Identifiers used to describe the device. # Names given to this device by your smart home Action.
-            &quot;nicknames&quot;: [ # Additional names provided by the user for the device.
-              &quot;A String&quot;,
-            ],
             &quot;name&quot;: &quot;A String&quot;, # Primary name of the device, generally provided by the user.
             &quot;defaultNames&quot;: [ # List of names provided by the manufacturer rather than the user, such as serial numbers, SKUs, etc.
               &quot;A String&quot;,
             ],
+            &quot;nicknames&quot;: [ # Additional names provided by the user for the device.
+              &quot;A String&quot;,
+            ],
           },
-          &quot;attributes&quot;: { # Attributes for the traits supported by the device.
-            &quot;a_key&quot;: &quot;&quot;, # Properties of the object.
-          },
-          &quot;roomHint&quot;: &quot;A String&quot;, # Suggested name for the room where this device is installed. Google attempts to use this value during user setup.
           &quot;notificationSupportedByAgent&quot;: True or False, # Indicates whether your smart home Action will report notifications to Google for this device via ReportStateAndNotification. If your smart home Action enables users to control device notifications, you should update this field and call RequestSyncDevices.
-          &quot;structureHint&quot;: &quot;A String&quot;, # Suggested name for the structure where this device is installed. Google attempts to use this value during user setup.
-          &quot;deviceInfo&quot;: { # Device information. # Device manufacturer, model, hardware version, and software version.
-            &quot;manufacturer&quot;: &quot;A String&quot;, # Device manufacturer.
-            &quot;hwVersion&quot;: &quot;A String&quot;, # Device hardware version.
-            &quot;model&quot;: &quot;A String&quot;, # Device model.
-            &quot;swVersion&quot;: &quot;A String&quot;, # Device software version.
-          },
+          &quot;type&quot;: &quot;A String&quot;, # Hardware type of the device. See [device types](https://developers.google.com/assistant/smarthome/guides).
           &quot;customData&quot;: { # Custom device attributes stored in Home Graph and provided to your smart home Action in each [QUERY](https://developers.google.com/assistant/smarthome/reference/intent/query) and [EXECUTE](https://developers.google.com/assistant/smarthome/reference/intent/execute) intent.
             &quot;a_key&quot;: &quot;&quot;, # Properties of the object.
           },
-          &quot;type&quot;: &quot;A String&quot;, # Hardware type of the device. See [device types](https://developers.google.com/assistant/smarthome/guides).
+          &quot;roomHint&quot;: &quot;A String&quot;, # Suggested name for the room where this device is installed. Google attempts to use this value during user setup.
+          &quot;otherDeviceIds&quot;: [ # Alternate IDs associated with this device. This is used to identify cloud synced devices enabled for [local fulfillment](https://developers.google.com/assistant/smarthome/concepts/local).
+            { # Alternate third-party device ID.
+              &quot;deviceId&quot;: &quot;A String&quot;, # Unique third-party device ID.
+              &quot;agentId&quot;: &quot;A String&quot;, # Project ID for your smart home Action.
+            },
+          ],
+          &quot;structureHint&quot;: &quot;A String&quot;, # Suggested name for the structure where this device is installed. Google attempts to use this value during user setup.
           &quot;traits&quot;: [ # Traits supported by the device. See [device traits](https://developers.google.com/assistant/smarthome/traits).
             &quot;A String&quot;,
           ],
-          &quot;willReportState&quot;: True or False, # Indicates whether your smart home Action will report state of this device to Google via ReportStateAndNotification.
         },
       ],
-      &quot;agentUserId&quot;: &quot;A String&quot;, # Third-party user ID
     },
     &quot;requestId&quot;: &quot;A String&quot;, # Request ID used for debugging. Copied from the request.
   }</pre>