docs: update generated docs (#981)

diff --git a/docs/dyn/homegraph_v1.devices.html b/docs/dyn/homegraph_v1.devices.html
index 6d1e0da..7f9f6a6 100644
--- a/docs/dyn/homegraph_v1.devices.html
+++ b/docs/dyn/homegraph_v1.devices.html
@@ -156,6 +156,7 @@
       #   }
       # }
       # ```
+    "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.
@@ -164,7 +165,6 @@
         },
       },
     },
-    "requestId": "A String", # Request ID used for debugging. Copied from the request.
   }</pre>
 </div>
 
@@ -217,8 +217,7 @@
       #   }
       # }
       # ```
-    &quot;eventId&quot;: &quot;A String&quot;, # Unique identifier per event (for example, a doorbell press).
-    &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;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;states&quot;: { # States of devices to update. See the **Device STATES** section
@@ -233,11 +232,12 @@
         },
       },
     },
+    &quot;requestId&quot;: &quot;A String&quot;, # Request ID used for debugging.
     &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;agentUserId&quot;: &quot;A String&quot;, # Required. Third-party user ID.
+    &quot;eventId&quot;: &quot;A String&quot;, # Unique identifier per event (for example, a doorbell press).
   }
 
   x__xgafv: string, V1 error format.
@@ -274,10 +274,10 @@
 { # Request type for the
       # [`RequestSyncDevices`](#google.home.graph.v1.HomeGraphApiService.RequestSyncDevices)
       # call.
-    &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.
+    &quot;agentUserId&quot;: &quot;A String&quot;, # Required. Third-party user ID.
   }
 
   x__xgafv: string, V1 error format.
@@ -312,8 +312,8 @@
 
 { # 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.
@@ -363,47 +363,20 @@
       #   }
       # }
       # ```
-    &quot;requestId&quot;: &quot;A String&quot;, # Request ID used for debugging. Copied from the request.
     &quot;payload&quot;: { # Payload containing device information. # Devices associated with the third-party user.
       &quot;devices&quot;: [ # Devices associated with the third-party user.
         { # Third-party device definition.
-          &quot;roomHint&quot;: &quot;A String&quot;, # Suggested name for the room where this device is installed.
+          &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;swVersion&quot;: &quot;A String&quot;, # Device software version.
-            &quot;model&quot;: &quot;A String&quot;, # Device model.
-            &quot;manufacturer&quot;: &quot;A String&quot;, # Device manufacturer.
-            &quot;hwVersion&quot;: &quot;A String&quot;, # Device hardware version.
-          },
-          &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;willReportState&quot;: True or False, # Indicates whether your smart home Action will report state of this device
-              # to Google via
-              # ReportStateAndNotification.
           &quot;name&quot;: { # Identifiers used to describe the device. # Names given to this device by your smart home Action.
             &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;name&quot;: &quot;A String&quot;, # Primary name of the device, generally provided by the user.
             &quot;nicknames&quot;: [ # Additional names provided by the user for the device.
               &quot;A String&quot;,
             ],
-          },
-          &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;name&quot;: &quot;A String&quot;, # Primary name of the device, generally provided by the user.
           },
           &quot;notificationSupportedByAgent&quot;: True or False, # Indicates whether your smart home Action will report notifications
               # to Google for this device via
@@ -412,23 +385,50 @@
               # If your smart home Action enables users to control device notifications,
               # you should update this field and call
               # RequestSyncDevices.
-          &quot;traits&quot;: [ # Traits supported by the device.
-              # See [device
-              # traits](https://developers.google.com/assistant/smarthome/traits).
-            &quot;A String&quot;,
+          &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;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;type&quot;: &quot;A String&quot;, # Hardware type of the device.
               # See [device
               # types](https://developers.google.com/assistant/smarthome/guides).
           &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;id&quot;: &quot;A String&quot;, # Third-party device ID.
+          &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;willReportState&quot;: True or False, # Indicates whether your smart home Action will report state of this device
+              # to Google via
+              # ReportStateAndNotification.
+          &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;traits&quot;: [ # Traits supported by the device.
+              # See [device
+              # traits](https://developers.google.com/assistant/smarthome/traits).
+            &quot;A String&quot;,
+          ],
         },
       ],
       &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>
 </div>