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 RegistryNameRegistryName.Builder. build()static RegistryNameRegistryName. of(String project, String location, String registry)static RegistryNameRegistryName. 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 BindDeviceToGatewayResponseDeviceManagerClient. bindDeviceToGateway(RegistryName parent, String gatewayId, String deviceId)Associates the device with the gateway.DeviceDeviceManagerClient. createDevice(RegistryName parent, Device device)Creates a device in a device registry.voidDeviceManagerClient. deleteDeviceRegistry(RegistryName name)Deletes a device registry configuration.DeviceRegistryDeviceManagerClient. getDeviceRegistry(RegistryName name)Gets a device registry configuration.DeviceManagerClient.ListDevicesPagedResponseDeviceManagerClient. listDevices(RegistryName parent)List devices in a device registry.UnbindDeviceFromGatewayResponseDeviceManagerClient. 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)
-