Interface MqttConfigOrBuilder (2.8.0)

public interface MqttConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMqttEnabledState()

public abstract MqttState getMqttEnabledState()

If enabled, allows connections using the MQTT protocol. Otherwise, MQTT connections to this registry will fail.

.google.cloud.iot.v1.MqttState mqtt_enabled_state = 1;

Returns
TypeDescription
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.cloud.iot.v1.MqttState mqtt_enabled_state = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for mqttEnabledState.