Uses of Class
com.google.cloud.iot.v1.MqttConfig
-
Packages that use MqttConfig Package Description com.google.cloud.iot.v1 A client to Cloud IoT API -
-
Uses of MqttConfig in com.google.cloud.iot.v1
Methods in com.google.cloud.iot.v1 that return MqttConfig Modifier and Type Method Description MqttConfig
MqttConfig.Builder. build()
MqttConfig
MqttConfig.Builder. buildPartial()
static MqttConfig
MqttConfig. getDefaultInstance()
MqttConfig
MqttConfig.Builder. getDefaultInstanceForType()
MqttConfig
MqttConfig. getDefaultInstanceForType()
MqttConfig
DeviceRegistry.Builder. getMqttConfig()
The MQTT configuration for this device registry.MqttConfig
DeviceRegistry. getMqttConfig()
The MQTT configuration for this device registry.MqttConfig
DeviceRegistryOrBuilder. getMqttConfig()
The MQTT configuration for this device registry.static MqttConfig
MqttConfig. parseDelimitedFrom(InputStream input)
static MqttConfig
MqttConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MqttConfig
MqttConfig. parseFrom(byte[] data)
static MqttConfig
MqttConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MqttConfig
MqttConfig. parseFrom(com.google.protobuf.ByteString data)
static MqttConfig
MqttConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MqttConfig
MqttConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static MqttConfig
MqttConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MqttConfig
MqttConfig. parseFrom(InputStream input)
static MqttConfig
MqttConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MqttConfig
MqttConfig. parseFrom(ByteBuffer data)
static MqttConfig
MqttConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.iot.v1 that return types with arguments of type MqttConfig Modifier and Type Method Description com.google.protobuf.Parser<MqttConfig>
MqttConfig. getParserForType()
static com.google.protobuf.Parser<MqttConfig>
MqttConfig. parser()
Methods in com.google.cloud.iot.v1 with parameters of type MqttConfig Modifier and Type Method Description MqttConfig.Builder
MqttConfig.Builder. mergeFrom(MqttConfig other)
DeviceRegistry.Builder
DeviceRegistry.Builder. mergeMqttConfig(MqttConfig value)
The MQTT configuration for this device registry.static MqttConfig.Builder
MqttConfig. newBuilder(MqttConfig prototype)
DeviceRegistry.Builder
DeviceRegistry.Builder. setMqttConfig(MqttConfig value)
The MQTT configuration for this device registry.
-