public interface MqttConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMqttEnabledState()
public abstract MqttState getMqttEnabledState()If enabled, allows connections using the MQTT protocol. Otherwise, MQTT connections to this registry will fail.
.google.events.cloud.iot.v1.MqttState mqtt_enabled_state = 1;
| Returns | |
|---|---|
| Type | Description |
MqttState |
The mqttEnabledState. |
getMqttEnabledStateValue()
public abstract int getMqttEnabledStateValue()If enabled, allows connections using the MQTT protocol. Otherwise, MQTT connections to this registry will fail.
.google.events.cloud.iot.v1.MqttState mqtt_enabled_state = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for mqttEnabledState. |