Package | Description |
---|---|
com.google.cloud.iot.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
static MqttState |
MqttState.forNumber(int value) |
MqttState |
MqttConfig.getMqttEnabledState()
If enabled, allows connections using the MQTT protocol.
|
MqttState |
MqttConfig.Builder.getMqttEnabledState()
If enabled, allows connections using the MQTT protocol.
|
MqttState |
MqttConfigOrBuilder.getMqttEnabledState()
If enabled, allows connections using the MQTT protocol.
|
static MqttState |
MqttState.valueOf(Descriptors.EnumValueDescriptor desc) |
static MqttState |
MqttState.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<MqttState> |
MqttState.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
MqttConfig.Builder |
MqttConfig.Builder.setMqttEnabledState(MqttState value)
If enabled, allows connections using the MQTT protocol.
|
Copyright © 2022 Google LLC. All rights reserved.