Package | Description |
---|---|
com.google.api.services.homegraph.v1 | |
com.google.api.services.homegraph.v1.model |
Modifier and Type | Method and Description |
---|---|
HomeGraphService.Devices.ReportStateAndNotification |
HomeGraphService.Devices.reportStateAndNotification(ReportStateAndNotificationRequest content)
Reports device state and optionally sends device notifications.
|
Constructor and Description |
---|
ReportStateAndNotification(ReportStateAndNotificationRequest content)
Reports device state and optionally sends device notifications.
|
Modifier and Type | Method and Description |
---|---|
ReportStateAndNotificationRequest |
ReportStateAndNotificationRequest.clone() |
ReportStateAndNotificationRequest |
ReportStateAndNotificationRequest.set(String fieldName,
Object value) |
ReportStateAndNotificationRequest |
ReportStateAndNotificationRequest.setAgentUserId(String agentUserId)
Required.
|
ReportStateAndNotificationRequest |
ReportStateAndNotificationRequest.setEventId(String eventId)
Unique identifier per event (for example, a doorbell press).
|
ReportStateAndNotificationRequest |
ReportStateAndNotificationRequest.setFollowUpToken(String followUpToken)
Deprecated.
|
ReportStateAndNotificationRequest |
ReportStateAndNotificationRequest.setPayload(StateAndNotificationPayload payload)
Required.
|
ReportStateAndNotificationRequest |
ReportStateAndNotificationRequest.setRequestId(String requestId)
Request ID used for debugging.
|
Copyright © 2011–2023 Google. All rights reserved.