Package | Description |
---|---|
com.google.cloud.iot.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
DeviceName |
DeviceName.Builder.build() |
static DeviceName |
DeviceName.of(String project,
String location,
String registry,
String device) |
static DeviceName |
DeviceName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<DeviceName> |
DeviceName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
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,
ByteString binaryData)
Modifies the configuration for the device, which is eventually sent from the Cloud IoT Core
servers.
|
SendCommandToDeviceResponse |
DeviceManagerClient.sendCommandToDevice(DeviceName name,
ByteString binaryData)
Sends a command to the specified device.
|
SendCommandToDeviceResponse |
DeviceManagerClient.sendCommandToDevice(DeviceName name,
ByteString binaryData,
String subfolder)
Sends a command to the specified device.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
DeviceName.toStringList(List<DeviceName> values) |
Copyright © 2022 Google LLC. All rights reserved.