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 @@
# }
# }
# ```
- "eventId": "A String", # Unique identifier per event (for example, a doorbell press).
- "requestId": "A String", # Request ID used for debugging.
+ "agentUserId": "A String", # Required. Third-party user ID.
"payload": { # Payload containing the state and notification information for devices. # Required. State of devices to update and notification metadata for devices.
"devices": { # The states and notifications specific to a device. # The devices for updating state and sending notifications.
"states": { # States of devices to update. See the **Device STATES** section
@@ -233,11 +232,12 @@
},
},
},
+ "requestId": "A String", # Request ID used for debugging.
"followUpToken": "A String", # 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.
- "agentUserId": "A String", # Required. Third-party user ID.
+ "eventId": "A String", # 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.
- "agentUserId": "A String", # Required. Third-party user ID.
"async": 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.
+ "agentUserId": "A String", # 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.
- "requestId": "A String", # Request ID used for debugging.
"agentUserId": "A String", # Required. Third-party user ID.
+ "requestId": "A String", # Request ID used for debugging.
}
x__xgafv: string, V1 error format.
@@ -363,47 +363,20 @@
# }
# }
# ```
- "requestId": "A String", # Request ID used for debugging. Copied from the request.
"payload": { # Payload containing device information. # Devices associated with the third-party user.
"devices": [ # Devices associated with the third-party user.
{ # Third-party device definition.
- "roomHint": "A String", # Suggested name for the room where this device is installed.
+ "structureHint": "A String", # Suggested name for the structure where this device is installed.
# Google attempts to use this value during user setup.
- "deviceInfo": { # Device information. # Device manufacturer, model, hardware version, and software version.
- "swVersion": "A String", # Device software version.
- "model": "A String", # Device model.
- "manufacturer": "A String", # Device manufacturer.
- "hwVersion": "A String", # Device hardware version.
- },
- "id": "A String", # Third-party device ID.
- "otherDeviceIds": [ # 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.
- "agentId": "A String", # Project ID for your smart home Action.
- "deviceId": "A String", # Unique third-party device ID.
- },
- ],
- "willReportState": True or False, # Indicates whether your smart home Action will report state of this device
- # to Google via
- # ReportStateAndNotification.
"name": { # Identifiers used to describe the device. # Names given to this device by your smart home Action.
"defaultNames": [ # List of names provided by the manufacturer rather than the user, such as
# serial numbers, SKUs, etc.
"A String",
],
- "name": "A String", # Primary name of the device, generally provided by the user.
"nicknames": [ # Additional names provided by the user for the device.
"A String",
],
- },
- "customData": { # 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.
- "a_key": "", # Properties of the object.
+ "name": "A String", # Primary name of the device, generally provided by the user.
},
"notificationSupportedByAgent": 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.
- "traits": [ # Traits supported by the device.
- # See [device
- # traits](https://developers.google.com/assistant/smarthome/traits).
- "A String",
+ "otherDeviceIds": [ # 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.
+ "agentId": "A String", # Project ID for your smart home Action.
+ "deviceId": "A String", # Unique third-party device ID.
+ },
],
- "structureHint": "A String", # Suggested name for the structure where this device is installed.
- # Google attempts to use this value during user setup.
"type": "A String", # Hardware type of the device.
# See [device
# types](https://developers.google.com/assistant/smarthome/guides).
"attributes": { # Attributes for the traits supported by the device.
"a_key": "", # Properties of the object.
},
+ "roomHint": "A String", # Suggested name for the room where this device is installed.
+ # Google attempts to use this value during user setup.
+ "id": "A String", # Third-party device ID.
+ "deviceInfo": { # Device information. # Device manufacturer, model, hardware version, and software version.
+ "hwVersion": "A String", # Device hardware version.
+ "swVersion": "A String", # Device software version.
+ "manufacturer": "A String", # Device manufacturer.
+ "model": "A String", # Device model.
+ },
+ "willReportState": True or False, # Indicates whether your smart home Action will report state of this device
+ # to Google via
+ # ReportStateAndNotification.
+ "customData": { # 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.
+ "a_key": "", # Properties of the object.
+ },
+ "traits": [ # Traits supported by the device.
+ # See [device
+ # traits](https://developers.google.com/assistant/smarthome/traits).
+ "A String",
+ ],
},
],
"agentUserId": "A String", # Third-party user ID
},
+ "requestId": "A String", # Request ID used for debugging. Copied from the request.
}</pre>
</div>