Uses of Class
com.google.cloud.iot.v1.RegistryName
-
Packages that use RegistryName Package Description com.google.cloud.iot.v1 A client to Cloud IoT API -
-
Uses of RegistryName in com.google.cloud.iot.v1
Methods in com.google.cloud.iot.v1 that return RegistryName Modifier and Type Method Description RegistryName
RegistryName.Builder. build()
static RegistryName
RegistryName. of(String project, String location, String registry)
static RegistryName
RegistryName. parse(String formattedString)
Methods in com.google.cloud.iot.v1 that return types with arguments of type RegistryName Modifier and Type Method Description static List<RegistryName>
RegistryName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.iot.v1 with parameters of type RegistryName Modifier and Type Method 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.Method parameters in com.google.cloud.iot.v1 with type arguments of type RegistryName Modifier and Type Method Description static List<String>
RegistryName. toStringList(List<RegistryName> values)
-