Uses of Interface
com.google.cloud.iot.v1.MqttConfigOrBuilder
-
Packages that use MqttConfigOrBuilder Package Description com.google.cloud.iot.v1 A client to Cloud IoT API -
-
Uses of MqttConfigOrBuilder in com.google.cloud.iot.v1
Classes in com.google.cloud.iot.v1 that implement MqttConfigOrBuilder Modifier and Type Class Description class
MqttConfig
The configuration of MQTT for a device registry.static class
MqttConfig.Builder
The configuration of MQTT for a device registry.Methods in com.google.cloud.iot.v1 that return MqttConfigOrBuilder Modifier and Type Method Description MqttConfigOrBuilder
DeviceRegistry.Builder. getMqttConfigOrBuilder()
The MQTT configuration for this device registry.MqttConfigOrBuilder
DeviceRegistry. getMqttConfigOrBuilder()
The MQTT configuration for this device registry.MqttConfigOrBuilder
DeviceRegistryOrBuilder. getMqttConfigOrBuilder()
The MQTT configuration for this device registry.
-