Uses of Class
com.google.cloud.iot.v1.DeviceManagerSettings
-
Packages that use DeviceManagerSettings Package Description com.google.cloud.iot.v1 A client to Cloud IoT API -
-
Uses of DeviceManagerSettings in com.google.cloud.iot.v1
Methods in com.google.cloud.iot.v1 that return DeviceManagerSettings Modifier and Type Method Description DeviceManagerSettings
DeviceManagerSettings.Builder. build()
static DeviceManagerSettings
DeviceManagerSettings. create(DeviceManagerStubSettings stub)
DeviceManagerSettings
DeviceManagerClient. getSettings()
Methods in com.google.cloud.iot.v1 with parameters of type DeviceManagerSettings Modifier and Type Method Description static DeviceManagerClient
DeviceManagerClient. create(DeviceManagerSettings settings)
Constructs an instance of DeviceManagerClient, using the given settings.Constructors in com.google.cloud.iot.v1 with parameters of type DeviceManagerSettings Constructor Description Builder(DeviceManagerSettings settings)
DeviceManagerClient(DeviceManagerSettings settings)
Constructs an instance of DeviceManagerClient, using the given settings.
-