Uses of Class
com.google.cloud.iot.v1.MqttState
-
Packages that use MqttState Package Description com.google.cloud.iot.v1 A client to Cloud IoT API -
-
Uses of MqttState in com.google.cloud.iot.v1
Methods in com.google.cloud.iot.v1 that return MqttState Modifier and Type Method Description static MqttState
MqttState. forNumber(int value)
MqttState
MqttConfig.Builder. getMqttEnabledState()
If enabled, allows connections using the MQTT protocol.MqttState
MqttConfig. getMqttEnabledState()
If enabled, allows connections using the MQTT protocol.MqttState
MqttConfigOrBuilder. getMqttEnabledState()
If enabled, allows connections using the MQTT protocol.static MqttState
MqttState. valueOf(int value)
Deprecated.static MqttState
MqttState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static MqttState
MqttState. valueOf(String name)
Returns the enum constant of this type with the specified name.static MqttState[]
MqttState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.iot.v1 that return types with arguments of type MqttState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<MqttState>
MqttState. internalGetValueMap()
Methods in com.google.cloud.iot.v1 with parameters of type MqttState Modifier and Type Method Description MqttConfig.Builder
MqttConfig.Builder. setMqttEnabledState(MqttState value)
If enabled, allows connections using the MQTT protocol.
-