Interface MqttConfigOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    MqttConfig, MqttConfig.Builder

    public interface MqttConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      MqttState getMqttEnabledState()
      If enabled, allows connections using the MQTT protocol.
      int getMqttEnabledStateValue()
      If enabled, allows connections using the MQTT protocol.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getMqttEnabledStateValue

        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:
        The enum numeric value on the wire for mqttEnabledState.
      • getMqttEnabledState

        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:
        The mqttEnabledState.