Class MqttConfig.Builder (2.83.0)

public static final class MqttConfig.Builder extends GeneratedMessage.Builder<MqttConfig.Builder> implements MqttConfigOrBuilder

The configuration of MQTT for a device registry.

Protobuf type google.cloud.iot.v1.MqttConfig

Implements

MqttConfigOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public MqttConfig build()
Returns
Type Description
MqttConfig

buildPartial()

public MqttConfig buildPartial()
Returns
Type Description
MqttConfig

clear()

public MqttConfig.Builder clear()
Returns
Type Description
MqttConfig.Builder
Overrides

clearMqttEnabledState()

public MqttConfig.Builder clearMqttEnabledState()

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
Type Description
MqttConfig.Builder

This builder for chaining.

getDefaultInstanceForType()

public MqttConfig getDefaultInstanceForType()
Returns
Type Description
MqttConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getMqttEnabledState()

public 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
Type Description
MqttState

The mqttEnabledState.

getMqttEnabledStateValue()

public 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
Type Description
int

The enum numeric value on the wire for mqttEnabledState.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(MqttConfig other)

public MqttConfig.Builder mergeFrom(MqttConfig other)
Parameter
Name Description
other MqttConfig
Returns
Type Description
MqttConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public MqttConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MqttConfig.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public MqttConfig.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
MqttConfig.Builder
Overrides

setMqttEnabledState(MqttState value)

public MqttConfig.Builder setMqttEnabledState(MqttState value)

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;

Parameter
Name Description
value MqttState

The mqttEnabledState to set.

Returns
Type Description
MqttConfig.Builder

This builder for chaining.

setMqttEnabledStateValue(int value)

public MqttConfig.Builder setMqttEnabledStateValue(int value)

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;

Parameter
Name Description
value int

The enum numeric value on the wire for mqttEnabledState to set.

Returns
Type Description
MqttConfig.Builder

This builder for chaining.