Package | Description |
---|---|
com.google.cloud.iot.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
RegistryName |
RegistryName.Builder.build() |
static RegistryName |
RegistryName.of(String project,
String location,
String registry) |
static RegistryName |
RegistryName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<RegistryName> |
RegistryName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
BindDeviceToGatewayResponse |
DeviceManagerClient.bindDeviceToGateway(RegistryName parent,
String gatewayId,
String deviceId)
Associates the device with the gateway.
|
Device |
DeviceManagerClient.createDevice(RegistryName parent,
Device device)
Creates a device in a device registry.
|
void |
DeviceManagerClient.deleteDeviceRegistry(RegistryName name)
Deletes a device registry configuration.
|
DeviceRegistry |
DeviceManagerClient.getDeviceRegistry(RegistryName name)
Gets a device registry configuration.
|
DeviceManagerClient.ListDevicesPagedResponse |
DeviceManagerClient.listDevices(RegistryName parent)
List devices in a device registry.
|
UnbindDeviceFromGatewayResponse |
DeviceManagerClient.unbindDeviceFromGateway(RegistryName parent,
String gatewayId,
String deviceId)
Deletes the association between the device and the gateway.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
RegistryName.toStringList(List<RegistryName> values) |
Copyright © 2022 Google LLC. All rights reserved.