docs: update docs/dyn (#1096)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/6f0f288a-a1e8-4b2d-a85f-00b1c6150185/targets
- [ ] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/synthtool/commit/39b7149da4026765385403632db3c6f63db96b2c
Source-Link: https://github.com/googleapis/synthtool/commit/9a7d9fbb7045c34c9d3d22c1ff766eeae51f04c9
Source-Link: https://github.com/googleapis/synthtool/commit/dc9903a8c30c3662b6098f0e4a97f221d67268b2
Source-Link: https://github.com/googleapis/synthtool/commit/7fcc405a579d5d53a726ff3da1b7c8c08f0f2d58
Source-Link: https://github.com/googleapis/synthtool/commit/d5fc0bcf9ea9789c5b0e3154a9e3b29e5cea6116
Source-Link: https://github.com/googleapis/synthtool/commit/e89175cf074dccc4babb4eca66ae913696e47a71
Source-Link: https://github.com/googleapis/synthtool/commit/7d652819519dfa24da9e14548232e4aaba71a11c
Source-Link: https://github.com/googleapis/synthtool/commit/7db8a6c5ffb12a6e4c2f799c18f00f7f3d60e279
Source-Link: https://github.com/googleapis/synthtool/commit/1f1148d3c7a7a52f0c98077f976bd9b3c948ee2b
Source-Link: https://github.com/googleapis/synthtool/commit/2c8aecedd55b0480fb4e123b6e07fa5b12953862
Source-Link: https://github.com/googleapis/synthtool/commit/3d3e94c4e02370f307a9a200b0c743c3d8d19f29
Source-Link: https://github.com/googleapis/synthtool/commit/c7824ea48ff6d4d42dfae0849aec8a85acd90bd9
Source-Link: https://github.com/googleapis/synthtool/commit/ba9918cd22874245b55734f57470c719b577e591
Source-Link: https://github.com/googleapis/synthtool/commit/b19b401571e77192f8dd38eab5fb2300a0de9324
Source-Link: https://github.com/googleapis/synthtool/commit/6542bd723403513626f61642fc02ddca528409aa
diff --git a/docs/dyn/homegraph_v1.devices.html b/docs/dyn/homegraph_v1.devices.html
index 9753b6a..93356e8 100644
--- a/docs/dyn/homegraph_v1.devices.html
+++ b/docs/dyn/homegraph_v1.devices.html
@@ -105,6 +105,7 @@
{ # 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.
@@ -116,7 +117,6 @@
},
},
],
- "requestId": "A String", # Request ID used for debugging.
}
x__xgafv: string, V1 error format.
@@ -128,7 +128,6 @@
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": {
@@ -136,6 +135,7 @@
},
},
},
+ "requestId": "A String", # Request ID used for debugging. Copied from the request.
}</pre>
</div>
@@ -148,6 +148,9 @@
The object takes the form of:
{ # Request type for the [`ReportStateAndNotification`](#google.home.graph.v1.HomeGraphApiService.ReportStateAndNotification) call. It may include states, notifications, or both. States and notifications are defined per `device_id` (for example, "123" and "456" in the following example). # Example ```json { "requestId": "ff36a3cc-ec34-11e6-b1a0-64510650abcf", "agentUserId": "1234", "payload": { "devices": { "states": { "123": { "on": true }, "456": { "on": true, "brightness": 10 } }, } } } ```
+ "agentUserId": "A String", # Required. Third-party user ID.
+ "eventId": "A String", # Unique identifier per event (for example, a doorbell press).
+ "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.
"requestId": "A String", # Request ID used for debugging.
"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.
@@ -159,9 +162,6 @@
},
},
},
- "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.
- "eventId": "A String", # Unique identifier per event (for example, a doorbell press).
- "agentUserId": "A String", # Required. Third-party user ID.
}
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.
- "agentUserId": "A String", # Required. Third-party user ID.
"requestId": "A String", # Request ID used for debugging.
+ "agentUserId": "A String", # Required. Third-party user ID.
}
x__xgafv: string, V1 error format.
@@ -224,50 +224,50 @@
An object of the form:
{ # 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 { "requestId": "ff36a3cc-ec34-11e6-b1a0-64510650abcf", "payload": { "agentUserId": "1836.15267389", "devices": [{ "id": "123", "type": "action.devices.types.OUTLET", "traits": [ "action.devices.traits.OnOff" ], "name": { "defaultNames": ["My Outlet 1234"], "name": "Night light", "nicknames": ["wall plug"] }, "willReportState": false, "deviceInfo": { "manufacturer": "lights-out-inc", "model": "hs1234", "hwVersion": "3.2", "swVersion": "11.4" }, "customData": { "fooValue": 74, "barValue": true, "bazValue": "foo" } }] } } ```
+ "requestId": "A String", # Request ID used for debugging. Copied from the request.
"payload": { # Payload containing device information. # Devices associated with the third-party user.
"agentUserId": "A String", # Third-party user ID
"devices": [ # Devices associated with the third-party user.
{ # Third-party device definition.
+ "traits": [ # Traits supported by the device. See [device traits](https://developers.google.com/assistant/smarthome/traits).
+ "A String",
+ ],
+ "type": "A String", # Hardware type of the device. See [device types](https://developers.google.com/assistant/smarthome/guides).
"willReportState": True or False, # Indicates whether your smart home Action will report state of this device to Google via ReportStateAndNotification.
- "id": "A String", # 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.
+ "notificationSupportedByAgent": 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.
"attributes": { # Attributes for the traits supported by the device.
"a_key": "", # Properties of the object.
},
- "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.
- },
+ "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.
+ },
+ ],
"name": { # Identifiers used to describe the device. # Names given to this device by your smart home Action.
+ "nicknames": [ # Additional names provided by the user for the device.
+ "A String",
+ ],
"name": "A String", # Primary name of the device, generally provided by the user.
"defaultNames": [ # List of names provided by the manufacturer rather than the user, such as serial numbers, SKUs, etc.
"A String",
],
- "nicknames": [ # Additional names provided by the user for the device.
- "A String",
- ],
},
- "notificationSupportedByAgent": 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.
- "type": "A String", # Hardware type of the device. See [device types](https://developers.google.com/assistant/smarthome/guides).
+ "deviceInfo": { # Device information. # Device manufacturer, model, hardware version, and software version.
+ "manufacturer": "A String", # Device manufacturer.
+ "swVersion": "A String", # Device software version.
+ "model": "A String", # Device model.
+ "hwVersion": "A String", # Device hardware version.
+ },
"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.
},
"roomHint": "A String", # Suggested name for the room where this device is installed. Google attempts to use this value during user setup.
- "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.
- "deviceId": "A String", # Unique third-party device ID.
- "agentId": "A String", # Project ID for your smart home Action.
- },
- ],
- "structureHint": "A String", # Suggested name for the structure where this device is installed. Google attempts to use this value during user setup.
- "traits": [ # Traits supported by the device. See [device traits](https://developers.google.com/assistant/smarthome/traits).
- "A String",
- ],
},
],
},
- "requestId": "A String", # Request ID used for debugging. Copied from the request.
}</pre>
</div>