public interface MqttConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
MqttState |
getMqttEnabledState()
If enabled, allows connections using the MQTT protocol.
|
int |
getMqttEnabledStateValue()
If enabled, allows connections using the MQTT protocol.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
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;
Copyright © 2022 Google LLC. All rights reserved.