void |
DeviceManagerClient.deleteDevice(DeviceName name) |
Deletes a device.
|
Device |
DeviceManagerClient.getDevice(DeviceName name) |
Gets details about a device.
|
ListDeviceConfigVersionsResponse |
DeviceManagerClient.listDeviceConfigVersions(DeviceName name) |
Lists the last few versions of the device configuration in descending order (i.e.: newest
first).
|
ListDeviceStatesResponse |
DeviceManagerClient.listDeviceStates(DeviceName name) |
Lists the last few versions of the device state in descending order (i.e.: newest first).
|
DeviceConfig |
DeviceManagerClient.modifyCloudToDeviceConfig(DeviceName name,
com.google.protobuf.ByteString binaryData) |
Modifies the configuration for the device, which is eventually sent from the Cloud IoT Core
servers.
|
SendCommandToDeviceResponse |
DeviceManagerClient.sendCommandToDevice(DeviceName name,
com.google.protobuf.ByteString binaryData) |
Sends a command to the specified device.
|
SendCommandToDeviceResponse |
DeviceManagerClient.sendCommandToDevice(DeviceName name,
com.google.protobuf.ByteString binaryData,
String subfolder) |
Sends a command to the specified device.
|