1
0
mirror of https://github.com/thingsboard/thingsboard-gateway synced 2025-10-26 22:31:42 +08:00
Files
thingsboard-gateway/thingsboard_gateway/gateway/proto/messages_pb2.py

1934 lines
79 KiB
Python

# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: messages.proto
"""Generated protocol buffer code."""
from google.protobuf.internal import enum_type_wrapper
from google.protobuf import descriptor as _descriptor
from google.protobuf import message as _message
from google.protobuf import reflection as _reflection
from google.protobuf import symbol_database as _symbol_database
# @@protoc_insertion_point(imports)
_sym_db = _symbol_database.Default()
DESCRIPTOR = _descriptor.FileDescriptor(
name='messages.proto',
package='messages',
syntax='proto3',
serialized_options=None,
create_key=_descriptor._internal_create_key,
serialized_pb=b'\n\x0emessages.proto\x12\x08messages\"\xa4\x01\n\x08Response\x12(\n\x06status\x18\x01 \x01(\x0e\x32\x18.messages.ResponseStatus\x12\x34\n\x0eserviceMessage\x18\x02 \x01(\x0b\x32\x1c.messages.FromServiceMessage\x12\x38\n\x10\x63onnectorMessage\x18\x03 \x01(\x0b\x32\x1e.messages.FromConnectorMessage\"\xcf\x04\n\x14\x46romConnectorMessage\x12$\n\x08response\x18\x01 \x01(\x0b\x32\x12.messages.Response\x12:\n\x13gatewayTelemetryMsg\x18\x02 \x01(\x0b\x32\x1d.messages.GatewayTelemetryMsg\x12<\n\x14gatewayAttributesMsg\x18\x03 \x01(\x0b\x32\x1e.messages.GatewayAttributesMsg\x12\x32\n\x0fgatewayClaimMsg\x18\x04 \x01(\x0b\x32\x19.messages.GatewayClaimMsg\x12<\n\x14registerConnectorMsg\x18\x05 \x01(\x0b\x32\x1e.messages.RegisterConnectorMsg\x12@\n\x16unregisterConnectorMsg\x18\x06 \x01(\x0b\x32 .messages.UnregisterConnectorMsg\x12(\n\nconnectMsg\x18\x07 \x01(\x0b\x32\x14.messages.ConnectMsg\x12.\n\rdisconnectMsg\x18\x08 \x01(\x0b\x32\x17.messages.DisconnectMsg\x12>\n\x15gatewayRpcResponseMsg\x18\t \x01(\x0b\x32\x1f.messages.GatewayRpcResponseMsg\x12I\n\x1agatewayAttributeRequestMsg\x18\n \x01(\x0b\x32%.messages.GatewayAttributesRequestMsg\"\xba\x03\n\x12\x46romServiceMessage\x12$\n\x08response\x18\x01 \x01(\x0b\x32\x12.messages.Response\x12\x46\n\x19\x63onnectorConfigurationMsg\x18\x02 \x01(\x0b\x32#.messages.ConnectorConfigurationMsg\x12^\n%gatewayAttributeUpdateNotificationMsg\x18\x03 \x01(\x0b\x32/.messages.GatewayAttributeUpdateNotificationMsg\x12J\n\x1bgatewayAttributeResponseMsg\x18\x04 \x01(\x0b\x32%.messages.GatewayAttributeResponseMsg\x12H\n\x1agatewayDeviceRpcRequestMsg\x18\x05 \x01(\x0b\x32$.messages.GatewayDeviceRpcRequestMsg\x12@\n\x16unregisterConnectorMsg\x18\x06 \x01(\x0b\x32 .messages.UnregisterConnectorMsg\"\x96\x01\n\rKeyValueProto\x12\x0b\n\x03key\x18\x01 \x01(\t\x12$\n\x04type\x18\x02 \x01(\x0e\x32\x16.messages.KeyValueType\x12\x0e\n\x06\x62ool_v\x18\x03 \x01(\x08\x12\x0e\n\x06long_v\x18\x04 \x01(\x03\x12\x10\n\x08\x64ouble_v\x18\x05 \x01(\x01\x12\x10\n\x08string_v\x18\x06 \x01(\t\x12\x0e\n\x06json_v\x18\x07 \x01(\t\"<\n\tTsKvProto\x12\n\n\x02ts\x18\x01 \x01(\x03\x12#\n\x02kv\x18\x02 \x01(\x0b\x32\x17.messages.KeyValueProto\"@\n\rTsKvListProto\x12\n\n\x02ts\x18\x01 \x01(\x03\x12#\n\x02kv\x18\x02 \x03(\x0b\x32\x17.messages.KeyValueProto\"=\n\x10PostTelemetryMsg\x12)\n\x08tsKvList\x18\x01 \x03(\x0b\x32\x17.messages.TsKvListProto\"7\n\x10PostAttributeMsg\x12#\n\x02kv\x18\x01 \x03(\x0b\x32\x17.messages.KeyValueProto\"{\n\x16GetAttributeRequestMsg\x12\x11\n\trequestId\x18\x01 \x01(\x05\x12\x1c\n\x14\x63lientAttributeNames\x18\x02 \x03(\t\x12\x1c\n\x14sharedAttributeNames\x18\x03 \x03(\t\x12\x12\n\nonlyShared\x18\x04 \x01(\x08\"\xb7\x01\n\x17GetAttributeResponseMsg\x12\x11\n\trequestId\x18\x01 \x01(\x05\x12\x30\n\x13\x63lientAttributeList\x18\x02 \x03(\x0b\x32\x13.messages.TsKvProto\x12\x30\n\x13sharedAttributeList\x18\x03 \x03(\x0b\x32\x13.messages.TsKvProto\x12\r\n\x05\x65rror\x18\x05 \x01(\t\x12\x16\n\x0esharedStateMsg\x18\x06 \x01(\x08\"c\n\x1e\x41ttributeUpdateNotificationMsg\x12*\n\rsharedUpdated\x18\x01 \x03(\x0b\x32\x13.messages.TsKvProto\x12\x15\n\rsharedDeleted\x18\x02 \x03(\t\"N\n\x15ToDeviceRpcRequestMsg\x12\x11\n\trequestId\x18\x01 \x01(\x05\x12\x12\n\nmethodName\x18\x02 \x01(\t\x12\x0e\n\x06params\x18\x03 \x01(\t\"K\n\x16ToDeviceRpcResponseMsg\x12\x11\n\trequestId\x18\x01 \x01(\x05\x12\x0f\n\x07payload\x18\x02 \x01(\t\x12\r\n\x05\x65rror\x18\x03 \x01(\t\"N\n\x15ToServerRpcRequestMsg\x12\x11\n\trequestId\x18\x01 \x01(\x05\x12\x12\n\nmethodName\x18\x02 \x01(\t\x12\x0e\n\x06params\x18\x03 \x01(\t\"K\n\x16ToServerRpcResponseMsg\x12\x11\n\trequestId\x18\x01 \x01(\x05\x12\x0f\n\x07payload\x18\x02 \x01(\t\x12\r\n\x05\x65rror\x18\x03 \x01(\t\"4\n\x0b\x43laimDevice\x12\x11\n\tsecretKey\x18\x01 \x01(\t\x12\x12\n\ndurationMs\x18\x02 \x01(\x03\";\n\x11\x41ttributesRequest\x12\x12\n\nclientKeys\x18\x01 \x01(\t\x12\x12\n\nsharedKeys\x18\x02 \x01(\t\",\n\nRpcRequest\x12\x0e\n\x06method\x18\x01 \x01(\t\x12\x0e\n\x06params\x18\x02 \x01(\t\"#\n\rDisconnectMsg\x12\x12\n\ndeviceName\x18\x01 \x01(\t\",\n\x14RegisterConnectorMsg\x12\x14\n\x0c\x63onnectorKey\x18\x01 \x01(\t\".\n\x16UnregisterConnectorMsg\x12\x14\n\x0c\x63onnectorKey\x18\x01 \x01(\t\"I\n\x19\x43onnectorConfigurationMsg\x12\x15\n\rconnectorName\x18\x01 \x01(\t\x12\x15\n\rconfiguration\x18\x02 \x01(\t\"4\n\nConnectMsg\x12\x12\n\ndeviceName\x18\x01 \x01(\t\x12\x12\n\ndeviceType\x18\x02 \x01(\t\"K\n\x0cTelemetryMsg\x12\x12\n\ndeviceName\x18\x01 \x01(\t\x12\'\n\x03msg\x18\x03 \x01(\x0b\x32\x1a.messages.PostTelemetryMsg\"L\n\rAttributesMsg\x12\x12\n\ndeviceName\x18\x01 \x01(\t\x12\'\n\x03msg\x18\x02 \x01(\x0b\x32\x1a.messages.PostAttributeMsg\"Q\n\x0e\x43laimDeviceMsg\x12\x12\n\ndeviceName\x18\x01 \x01(\t\x12+\n\x0c\x63laimRequest\x18\x02 \x01(\x0b\x32\x15.messages.ClaimDevice\":\n\x13GatewayTelemetryMsg\x12#\n\x03msg\x18\x01 \x03(\x0b\x32\x16.messages.TelemetryMsg\"8\n\x0fGatewayClaimMsg\x12%\n\x03msg\x18\x01 \x03(\x0b\x32\x18.messages.ClaimDeviceMsg\"<\n\x14GatewayAttributesMsg\x12$\n\x03msg\x18\x01 \x03(\x0b\x32\x17.messages.AttributesMsg\"E\n\x15GatewayRpcResponseMsg\x12\x12\n\ndeviceName\x18\x01 \x01(\t\x12\n\n\x02id\x18\x02 \x01(\x05\x12\x0c\n\x04\x64\x61ta\x18\x03 \x01(\t\"i\n\x1bGatewayAttributeResponseMsg\x12\x12\n\ndeviceName\x18\x01 \x01(\t\x12\x36\n\x0bresponseMsg\x18\x02 \x01(\x0b\x32!.messages.GetAttributeResponseMsg\"~\n%GatewayAttributeUpdateNotificationMsg\x12\x12\n\ndeviceName\x18\x01 \x01(\t\x12\x41\n\x0fnotificationMsg\x18\x02 \x01(\x0b\x32(.messages.AttributeUpdateNotificationMsg\"h\n\x1aGatewayDeviceRpcRequestMsg\x12\x12\n\ndeviceName\x18\x01 \x01(\t\x12\x36\n\rrpcRequestMsg\x18\x02 \x01(\x0b\x32\x1f.messages.ToDeviceRpcRequestMsg\"[\n\x1bGatewayAttributesRequestMsg\x12\n\n\x02id\x18\x01 \x01(\x05\x12\x12\n\ndeviceName\x18\x02 \x01(\t\x12\x0e\n\x06\x63lient\x18\x03 \x01(\x08\x12\x0c\n\x04keys\x18\x04 \x03(\t*F\n\x0eResponseStatus\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x0b\n\x07SUCCESS\x10\x01\x12\r\n\tNOT_FOUND\x10\x02\x12\x0b\n\x07\x46\x41ILURE\x10\x03*Q\n\x0cKeyValueType\x12\r\n\tBOOLEAN_V\x10\x00\x12\n\n\x06LONG_V\x10\x01\x12\x0c\n\x08\x44OUBLE_V\x10\x02\x12\x0c\n\x08STRING_V\x10\x03\x12\n\n\x06JSON_V\x10\x04\x32_\n\x15TBGatewayProtoService\x12\x46\n\x06stream\x12\x1e.messages.FromConnectorMessage\x1a\x1c.messages.FromServiceMessageb\x06proto3'
)
_RESPONSESTATUS = _descriptor.EnumDescriptor(
name='ResponseStatus',
full_name='messages.ResponseStatus',
filename=None,
file=DESCRIPTOR,
create_key=_descriptor._internal_create_key,
values=[
_descriptor.EnumValueDescriptor(
name='UNKNOWN', index=0, number=0,
serialized_options=None,
type=None,
create_key=_descriptor._internal_create_key),
_descriptor.EnumValueDescriptor(
name='SUCCESS', index=1, number=1,
serialized_options=None,
type=None,
create_key=_descriptor._internal_create_key),
_descriptor.EnumValueDescriptor(
name='NOT_FOUND', index=2, number=2,
serialized_options=None,
type=None,
create_key=_descriptor._internal_create_key),
_descriptor.EnumValueDescriptor(
name='FAILURE', index=3, number=3,
serialized_options=None,
type=None,
create_key=_descriptor._internal_create_key),
],
containing_type=None,
serialized_options=None,
serialized_start=3705,
serialized_end=3775,
)
_sym_db.RegisterEnumDescriptor(_RESPONSESTATUS)
ResponseStatus = enum_type_wrapper.EnumTypeWrapper(_RESPONSESTATUS)
_KEYVALUETYPE = _descriptor.EnumDescriptor(
name='KeyValueType',
full_name='messages.KeyValueType',
filename=None,
file=DESCRIPTOR,
create_key=_descriptor._internal_create_key,
values=[
_descriptor.EnumValueDescriptor(
name='BOOLEAN_V', index=0, number=0,
serialized_options=None,
type=None,
create_key=_descriptor._internal_create_key),
_descriptor.EnumValueDescriptor(
name='LONG_V', index=1, number=1,
serialized_options=None,
type=None,
create_key=_descriptor._internal_create_key),
_descriptor.EnumValueDescriptor(
name='DOUBLE_V', index=2, number=2,
serialized_options=None,
type=None,
create_key=_descriptor._internal_create_key),
_descriptor.EnumValueDescriptor(
name='STRING_V', index=3, number=3,
serialized_options=None,
type=None,
create_key=_descriptor._internal_create_key),
_descriptor.EnumValueDescriptor(
name='JSON_V', index=4, number=4,
serialized_options=None,
type=None,
create_key=_descriptor._internal_create_key),
],
containing_type=None,
serialized_options=None,
serialized_start=3777,
serialized_end=3858,
)
_sym_db.RegisterEnumDescriptor(_KEYVALUETYPE)
KeyValueType = enum_type_wrapper.EnumTypeWrapper(_KEYVALUETYPE)
UNKNOWN = 0
SUCCESS = 1
NOT_FOUND = 2
FAILURE = 3
BOOLEAN_V = 0
LONG_V = 1
DOUBLE_V = 2
STRING_V = 3
JSON_V = 4
_RESPONSE = _descriptor.Descriptor(
name='Response',
full_name='messages.Response',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='status', full_name='messages.Response.status', index=0,
number=1, type=14, cpp_type=8, label=1,
has_default_value=False, default_value=0,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='serviceMessage', full_name='messages.Response.serviceMessage', index=1,
number=2, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='connectorMessage', full_name='messages.Response.connectorMessage', index=2,
number=3, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=29,
serialized_end=193,
)
_FROMCONNECTORMESSAGE = _descriptor.Descriptor(
name='FromConnectorMessage',
full_name='messages.FromConnectorMessage',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='response', full_name='messages.FromConnectorMessage.response', index=0,
number=1, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='gatewayTelemetryMsg', full_name='messages.FromConnectorMessage.gatewayTelemetryMsg', index=1,
number=2, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='gatewayAttributesMsg', full_name='messages.FromConnectorMessage.gatewayAttributesMsg', index=2,
number=3, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='gatewayClaimMsg', full_name='messages.FromConnectorMessage.gatewayClaimMsg', index=3,
number=4, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='registerConnectorMsg', full_name='messages.FromConnectorMessage.registerConnectorMsg', index=4,
number=5, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='unregisterConnectorMsg', full_name='messages.FromConnectorMessage.unregisterConnectorMsg', index=5,
number=6, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='connectMsg', full_name='messages.FromConnectorMessage.connectMsg', index=6,
number=7, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='disconnectMsg', full_name='messages.FromConnectorMessage.disconnectMsg', index=7,
number=8, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='gatewayRpcResponseMsg', full_name='messages.FromConnectorMessage.gatewayRpcResponseMsg', index=8,
number=9, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='gatewayAttributeRequestMsg', full_name='messages.FromConnectorMessage.gatewayAttributeRequestMsg', index=9,
number=10, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=196,
serialized_end=787,
)
_FROMSERVICEMESSAGE = _descriptor.Descriptor(
name='FromServiceMessage',
full_name='messages.FromServiceMessage',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='response', full_name='messages.FromServiceMessage.response', index=0,
number=1, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='connectorConfigurationMsg', full_name='messages.FromServiceMessage.connectorConfigurationMsg', index=1,
number=2, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='gatewayAttributeUpdateNotificationMsg', full_name='messages.FromServiceMessage.gatewayAttributeUpdateNotificationMsg', index=2,
number=3, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='gatewayAttributeResponseMsg', full_name='messages.FromServiceMessage.gatewayAttributeResponseMsg', index=3,
number=4, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='gatewayDeviceRpcRequestMsg', full_name='messages.FromServiceMessage.gatewayDeviceRpcRequestMsg', index=4,
number=5, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='unregisterConnectorMsg', full_name='messages.FromServiceMessage.unregisterConnectorMsg', index=5,
number=6, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=790,
serialized_end=1232,
)
_KEYVALUEPROTO = _descriptor.Descriptor(
name='KeyValueProto',
full_name='messages.KeyValueProto',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='key', full_name='messages.KeyValueProto.key', index=0,
number=1, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='type', full_name='messages.KeyValueProto.type', index=1,
number=2, type=14, cpp_type=8, label=1,
has_default_value=False, default_value=0,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='bool_v', full_name='messages.KeyValueProto.bool_v', index=2,
number=3, type=8, cpp_type=7, label=1,
has_default_value=False, default_value=False,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='long_v', full_name='messages.KeyValueProto.long_v', index=3,
number=4, type=3, cpp_type=2, label=1,
has_default_value=False, default_value=0,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='double_v', full_name='messages.KeyValueProto.double_v', index=4,
number=5, type=1, cpp_type=5, label=1,
has_default_value=False, default_value=float(0),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='string_v', full_name='messages.KeyValueProto.string_v', index=5,
number=6, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='json_v', full_name='messages.KeyValueProto.json_v', index=6,
number=7, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=1235,
serialized_end=1385,
)
_TSKVPROTO = _descriptor.Descriptor(
name='TsKvProto',
full_name='messages.TsKvProto',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='ts', full_name='messages.TsKvProto.ts', index=0,
number=1, type=3, cpp_type=2, label=1,
has_default_value=False, default_value=0,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='kv', full_name='messages.TsKvProto.kv', index=1,
number=2, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=1387,
serialized_end=1447,
)
_TSKVLISTPROTO = _descriptor.Descriptor(
name='TsKvListProto',
full_name='messages.TsKvListProto',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='ts', full_name='messages.TsKvListProto.ts', index=0,
number=1, type=3, cpp_type=2, label=1,
has_default_value=False, default_value=0,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='kv', full_name='messages.TsKvListProto.kv', index=1,
number=2, type=11, cpp_type=10, label=3,
has_default_value=False, default_value=[],
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=1449,
serialized_end=1513,
)
_POSTTELEMETRYMSG = _descriptor.Descriptor(
name='PostTelemetryMsg',
full_name='messages.PostTelemetryMsg',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='tsKvList', full_name='messages.PostTelemetryMsg.tsKvList', index=0,
number=1, type=11, cpp_type=10, label=3,
has_default_value=False, default_value=[],
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=1515,
serialized_end=1576,
)
_POSTATTRIBUTEMSG = _descriptor.Descriptor(
name='PostAttributeMsg',
full_name='messages.PostAttributeMsg',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='kv', full_name='messages.PostAttributeMsg.kv', index=0,
number=1, type=11, cpp_type=10, label=3,
has_default_value=False, default_value=[],
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=1578,
serialized_end=1633,
)
_GETATTRIBUTEREQUESTMSG = _descriptor.Descriptor(
name='GetAttributeRequestMsg',
full_name='messages.GetAttributeRequestMsg',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='requestId', full_name='messages.GetAttributeRequestMsg.requestId', index=0,
number=1, type=5, cpp_type=1, label=1,
has_default_value=False, default_value=0,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='clientAttributeNames', full_name='messages.GetAttributeRequestMsg.clientAttributeNames', index=1,
number=2, type=9, cpp_type=9, label=3,
has_default_value=False, default_value=[],
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='sharedAttributeNames', full_name='messages.GetAttributeRequestMsg.sharedAttributeNames', index=2,
number=3, type=9, cpp_type=9, label=3,
has_default_value=False, default_value=[],
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='onlyShared', full_name='messages.GetAttributeRequestMsg.onlyShared', index=3,
number=4, type=8, cpp_type=7, label=1,
has_default_value=False, default_value=False,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=1635,
serialized_end=1758,
)
_GETATTRIBUTERESPONSEMSG = _descriptor.Descriptor(
name='GetAttributeResponseMsg',
full_name='messages.GetAttributeResponseMsg',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='requestId', full_name='messages.GetAttributeResponseMsg.requestId', index=0,
number=1, type=5, cpp_type=1, label=1,
has_default_value=False, default_value=0,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='clientAttributeList', full_name='messages.GetAttributeResponseMsg.clientAttributeList', index=1,
number=2, type=11, cpp_type=10, label=3,
has_default_value=False, default_value=[],
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='sharedAttributeList', full_name='messages.GetAttributeResponseMsg.sharedAttributeList', index=2,
number=3, type=11, cpp_type=10, label=3,
has_default_value=False, default_value=[],
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='error', full_name='messages.GetAttributeResponseMsg.error', index=3,
number=5, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='sharedStateMsg', full_name='messages.GetAttributeResponseMsg.sharedStateMsg', index=4,
number=6, type=8, cpp_type=7, label=1,
has_default_value=False, default_value=False,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=1761,
serialized_end=1944,
)
_ATTRIBUTEUPDATENOTIFICATIONMSG = _descriptor.Descriptor(
name='AttributeUpdateNotificationMsg',
full_name='messages.AttributeUpdateNotificationMsg',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='sharedUpdated', full_name='messages.AttributeUpdateNotificationMsg.sharedUpdated', index=0,
number=1, type=11, cpp_type=10, label=3,
has_default_value=False, default_value=[],
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='sharedDeleted', full_name='messages.AttributeUpdateNotificationMsg.sharedDeleted', index=1,
number=2, type=9, cpp_type=9, label=3,
has_default_value=False, default_value=[],
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=1946,
serialized_end=2045,
)
_TODEVICERPCREQUESTMSG = _descriptor.Descriptor(
name='ToDeviceRpcRequestMsg',
full_name='messages.ToDeviceRpcRequestMsg',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='requestId', full_name='messages.ToDeviceRpcRequestMsg.requestId', index=0,
number=1, type=5, cpp_type=1, label=1,
has_default_value=False, default_value=0,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='methodName', full_name='messages.ToDeviceRpcRequestMsg.methodName', index=1,
number=2, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='params', full_name='messages.ToDeviceRpcRequestMsg.params', index=2,
number=3, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=2047,
serialized_end=2125,
)
_TODEVICERPCRESPONSEMSG = _descriptor.Descriptor(
name='ToDeviceRpcResponseMsg',
full_name='messages.ToDeviceRpcResponseMsg',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='requestId', full_name='messages.ToDeviceRpcResponseMsg.requestId', index=0,
number=1, type=5, cpp_type=1, label=1,
has_default_value=False, default_value=0,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='payload', full_name='messages.ToDeviceRpcResponseMsg.payload', index=1,
number=2, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='error', full_name='messages.ToDeviceRpcResponseMsg.error', index=2,
number=3, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=2127,
serialized_end=2202,
)
_TOSERVERRPCREQUESTMSG = _descriptor.Descriptor(
name='ToServerRpcRequestMsg',
full_name='messages.ToServerRpcRequestMsg',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='requestId', full_name='messages.ToServerRpcRequestMsg.requestId', index=0,
number=1, type=5, cpp_type=1, label=1,
has_default_value=False, default_value=0,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='methodName', full_name='messages.ToServerRpcRequestMsg.methodName', index=1,
number=2, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='params', full_name='messages.ToServerRpcRequestMsg.params', index=2,
number=3, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=2204,
serialized_end=2282,
)
_TOSERVERRPCRESPONSEMSG = _descriptor.Descriptor(
name='ToServerRpcResponseMsg',
full_name='messages.ToServerRpcResponseMsg',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='requestId', full_name='messages.ToServerRpcResponseMsg.requestId', index=0,
number=1, type=5, cpp_type=1, label=1,
has_default_value=False, default_value=0,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='payload', full_name='messages.ToServerRpcResponseMsg.payload', index=1,
number=2, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='error', full_name='messages.ToServerRpcResponseMsg.error', index=2,
number=3, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=2284,
serialized_end=2359,
)
_CLAIMDEVICE = _descriptor.Descriptor(
name='ClaimDevice',
full_name='messages.ClaimDevice',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='secretKey', full_name='messages.ClaimDevice.secretKey', index=0,
number=1, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='durationMs', full_name='messages.ClaimDevice.durationMs', index=1,
number=2, type=3, cpp_type=2, label=1,
has_default_value=False, default_value=0,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=2361,
serialized_end=2413,
)
_ATTRIBUTESREQUEST = _descriptor.Descriptor(
name='AttributesRequest',
full_name='messages.AttributesRequest',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='clientKeys', full_name='messages.AttributesRequest.clientKeys', index=0,
number=1, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='sharedKeys', full_name='messages.AttributesRequest.sharedKeys', index=1,
number=2, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=2415,
serialized_end=2474,
)
_RPCREQUEST = _descriptor.Descriptor(
name='RpcRequest',
full_name='messages.RpcRequest',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='method', full_name='messages.RpcRequest.method', index=0,
number=1, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='params', full_name='messages.RpcRequest.params', index=1,
number=2, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=2476,
serialized_end=2520,
)
_DISCONNECTMSG = _descriptor.Descriptor(
name='DisconnectMsg',
full_name='messages.DisconnectMsg',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='deviceName', full_name='messages.DisconnectMsg.deviceName', index=0,
number=1, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=2522,
serialized_end=2557,
)
_REGISTERCONNECTORMSG = _descriptor.Descriptor(
name='RegisterConnectorMsg',
full_name='messages.RegisterConnectorMsg',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='connectorKey', full_name='messages.RegisterConnectorMsg.connectorKey', index=0,
number=1, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=2559,
serialized_end=2603,
)
_UNREGISTERCONNECTORMSG = _descriptor.Descriptor(
name='UnregisterConnectorMsg',
full_name='messages.UnregisterConnectorMsg',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='connectorKey', full_name='messages.UnregisterConnectorMsg.connectorKey', index=0,
number=1, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=2605,
serialized_end=2651,
)
_CONNECTORCONFIGURATIONMSG = _descriptor.Descriptor(
name='ConnectorConfigurationMsg',
full_name='messages.ConnectorConfigurationMsg',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='connectorName', full_name='messages.ConnectorConfigurationMsg.connectorName', index=0,
number=1, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='configuration', full_name='messages.ConnectorConfigurationMsg.configuration', index=1,
number=2, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=2653,
serialized_end=2726,
)
_CONNECTMSG = _descriptor.Descriptor(
name='ConnectMsg',
full_name='messages.ConnectMsg',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='deviceName', full_name='messages.ConnectMsg.deviceName', index=0,
number=1, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='deviceType', full_name='messages.ConnectMsg.deviceType', index=1,
number=2, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=2728,
serialized_end=2780,
)
_TELEMETRYMSG = _descriptor.Descriptor(
name='TelemetryMsg',
full_name='messages.TelemetryMsg',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='deviceName', full_name='messages.TelemetryMsg.deviceName', index=0,
number=1, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='msg', full_name='messages.TelemetryMsg.msg', index=1,
number=3, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=2782,
serialized_end=2857,
)
_ATTRIBUTESMSG = _descriptor.Descriptor(
name='AttributesMsg',
full_name='messages.AttributesMsg',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='deviceName', full_name='messages.AttributesMsg.deviceName', index=0,
number=1, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='msg', full_name='messages.AttributesMsg.msg', index=1,
number=2, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=2859,
serialized_end=2935,
)
_CLAIMDEVICEMSG = _descriptor.Descriptor(
name='ClaimDeviceMsg',
full_name='messages.ClaimDeviceMsg',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='deviceName', full_name='messages.ClaimDeviceMsg.deviceName', index=0,
number=1, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='claimRequest', full_name='messages.ClaimDeviceMsg.claimRequest', index=1,
number=2, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=2937,
serialized_end=3018,
)
_GATEWAYTELEMETRYMSG = _descriptor.Descriptor(
name='GatewayTelemetryMsg',
full_name='messages.GatewayTelemetryMsg',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='msg', full_name='messages.GatewayTelemetryMsg.msg', index=0,
number=1, type=11, cpp_type=10, label=3,
has_default_value=False, default_value=[],
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=3020,
serialized_end=3078,
)
_GATEWAYCLAIMMSG = _descriptor.Descriptor(
name='GatewayClaimMsg',
full_name='messages.GatewayClaimMsg',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='msg', full_name='messages.GatewayClaimMsg.msg', index=0,
number=1, type=11, cpp_type=10, label=3,
has_default_value=False, default_value=[],
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=3080,
serialized_end=3136,
)
_GATEWAYATTRIBUTESMSG = _descriptor.Descriptor(
name='GatewayAttributesMsg',
full_name='messages.GatewayAttributesMsg',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='msg', full_name='messages.GatewayAttributesMsg.msg', index=0,
number=1, type=11, cpp_type=10, label=3,
has_default_value=False, default_value=[],
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=3138,
serialized_end=3198,
)
_GATEWAYRPCRESPONSEMSG = _descriptor.Descriptor(
name='GatewayRpcResponseMsg',
full_name='messages.GatewayRpcResponseMsg',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='deviceName', full_name='messages.GatewayRpcResponseMsg.deviceName', index=0,
number=1, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='id', full_name='messages.GatewayRpcResponseMsg.id', index=1,
number=2, type=5, cpp_type=1, label=1,
has_default_value=False, default_value=0,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='data', full_name='messages.GatewayRpcResponseMsg.data', index=2,
number=3, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=3200,
serialized_end=3269,
)
_GATEWAYATTRIBUTERESPONSEMSG = _descriptor.Descriptor(
name='GatewayAttributeResponseMsg',
full_name='messages.GatewayAttributeResponseMsg',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='deviceName', full_name='messages.GatewayAttributeResponseMsg.deviceName', index=0,
number=1, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='responseMsg', full_name='messages.GatewayAttributeResponseMsg.responseMsg', index=1,
number=2, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=3271,
serialized_end=3376,
)
_GATEWAYATTRIBUTEUPDATENOTIFICATIONMSG = _descriptor.Descriptor(
name='GatewayAttributeUpdateNotificationMsg',
full_name='messages.GatewayAttributeUpdateNotificationMsg',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='deviceName', full_name='messages.GatewayAttributeUpdateNotificationMsg.deviceName', index=0,
number=1, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='notificationMsg', full_name='messages.GatewayAttributeUpdateNotificationMsg.notificationMsg', index=1,
number=2, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=3378,
serialized_end=3504,
)
_GATEWAYDEVICERPCREQUESTMSG = _descriptor.Descriptor(
name='GatewayDeviceRpcRequestMsg',
full_name='messages.GatewayDeviceRpcRequestMsg',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='deviceName', full_name='messages.GatewayDeviceRpcRequestMsg.deviceName', index=0,
number=1, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='rpcRequestMsg', full_name='messages.GatewayDeviceRpcRequestMsg.rpcRequestMsg', index=1,
number=2, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=3506,
serialized_end=3610,
)
_GATEWAYATTRIBUTESREQUESTMSG = _descriptor.Descriptor(
name='GatewayAttributesRequestMsg',
full_name='messages.GatewayAttributesRequestMsg',
filename=None,
file=DESCRIPTOR,
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[
_descriptor.FieldDescriptor(
name='id', full_name='messages.GatewayAttributesRequestMsg.id', index=0,
number=1, type=5, cpp_type=1, label=1,
has_default_value=False, default_value=0,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='deviceName', full_name='messages.GatewayAttributesRequestMsg.deviceName', index=1,
number=2, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='client', full_name='messages.GatewayAttributesRequestMsg.client', index=2,
number=3, type=8, cpp_type=7, label=1,
has_default_value=False, default_value=False,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
_descriptor.FieldDescriptor(
name='keys', full_name='messages.GatewayAttributesRequestMsg.keys', index=3,
number=4, type=9, cpp_type=9, label=3,
has_default_value=False, default_value=[],
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=3612,
serialized_end=3703,
)
_RESPONSE.fields_by_name['status'].enum_type = _RESPONSESTATUS
_RESPONSE.fields_by_name['serviceMessage'].message_type = _FROMSERVICEMESSAGE
_RESPONSE.fields_by_name['connectorMessage'].message_type = _FROMCONNECTORMESSAGE
_FROMCONNECTORMESSAGE.fields_by_name['response'].message_type = _RESPONSE
_FROMCONNECTORMESSAGE.fields_by_name['gatewayTelemetryMsg'].message_type = _GATEWAYTELEMETRYMSG
_FROMCONNECTORMESSAGE.fields_by_name['gatewayAttributesMsg'].message_type = _GATEWAYATTRIBUTESMSG
_FROMCONNECTORMESSAGE.fields_by_name['gatewayClaimMsg'].message_type = _GATEWAYCLAIMMSG
_FROMCONNECTORMESSAGE.fields_by_name['registerConnectorMsg'].message_type = _REGISTERCONNECTORMSG
_FROMCONNECTORMESSAGE.fields_by_name['unregisterConnectorMsg'].message_type = _UNREGISTERCONNECTORMSG
_FROMCONNECTORMESSAGE.fields_by_name['connectMsg'].message_type = _CONNECTMSG
_FROMCONNECTORMESSAGE.fields_by_name['disconnectMsg'].message_type = _DISCONNECTMSG
_FROMCONNECTORMESSAGE.fields_by_name['gatewayRpcResponseMsg'].message_type = _GATEWAYRPCRESPONSEMSG
_FROMCONNECTORMESSAGE.fields_by_name['gatewayAttributeRequestMsg'].message_type = _GATEWAYATTRIBUTESREQUESTMSG
_FROMSERVICEMESSAGE.fields_by_name['response'].message_type = _RESPONSE
_FROMSERVICEMESSAGE.fields_by_name['connectorConfigurationMsg'].message_type = _CONNECTORCONFIGURATIONMSG
_FROMSERVICEMESSAGE.fields_by_name['gatewayAttributeUpdateNotificationMsg'].message_type = _GATEWAYATTRIBUTEUPDATENOTIFICATIONMSG
_FROMSERVICEMESSAGE.fields_by_name['gatewayAttributeResponseMsg'].message_type = _GATEWAYATTRIBUTERESPONSEMSG
_FROMSERVICEMESSAGE.fields_by_name['gatewayDeviceRpcRequestMsg'].message_type = _GATEWAYDEVICERPCREQUESTMSG
_FROMSERVICEMESSAGE.fields_by_name['unregisterConnectorMsg'].message_type = _UNREGISTERCONNECTORMSG
_KEYVALUEPROTO.fields_by_name['type'].enum_type = _KEYVALUETYPE
_TSKVPROTO.fields_by_name['kv'].message_type = _KEYVALUEPROTO
_TSKVLISTPROTO.fields_by_name['kv'].message_type = _KEYVALUEPROTO
_POSTTELEMETRYMSG.fields_by_name['tsKvList'].message_type = _TSKVLISTPROTO
_POSTATTRIBUTEMSG.fields_by_name['kv'].message_type = _KEYVALUEPROTO
_GETATTRIBUTERESPONSEMSG.fields_by_name['clientAttributeList'].message_type = _TSKVPROTO
_GETATTRIBUTERESPONSEMSG.fields_by_name['sharedAttributeList'].message_type = _TSKVPROTO
_ATTRIBUTEUPDATENOTIFICATIONMSG.fields_by_name['sharedUpdated'].message_type = _TSKVPROTO
_TELEMETRYMSG.fields_by_name['msg'].message_type = _POSTTELEMETRYMSG
_ATTRIBUTESMSG.fields_by_name['msg'].message_type = _POSTATTRIBUTEMSG
_CLAIMDEVICEMSG.fields_by_name['claimRequest'].message_type = _CLAIMDEVICE
_GATEWAYTELEMETRYMSG.fields_by_name['msg'].message_type = _TELEMETRYMSG
_GATEWAYCLAIMMSG.fields_by_name['msg'].message_type = _CLAIMDEVICEMSG
_GATEWAYATTRIBUTESMSG.fields_by_name['msg'].message_type = _ATTRIBUTESMSG
_GATEWAYATTRIBUTERESPONSEMSG.fields_by_name['responseMsg'].message_type = _GETATTRIBUTERESPONSEMSG
_GATEWAYATTRIBUTEUPDATENOTIFICATIONMSG.fields_by_name['notificationMsg'].message_type = _ATTRIBUTEUPDATENOTIFICATIONMSG
_GATEWAYDEVICERPCREQUESTMSG.fields_by_name['rpcRequestMsg'].message_type = _TODEVICERPCREQUESTMSG
DESCRIPTOR.message_types_by_name['Response'] = _RESPONSE
DESCRIPTOR.message_types_by_name['FromConnectorMessage'] = _FROMCONNECTORMESSAGE
DESCRIPTOR.message_types_by_name['FromServiceMessage'] = _FROMSERVICEMESSAGE
DESCRIPTOR.message_types_by_name['KeyValueProto'] = _KEYVALUEPROTO
DESCRIPTOR.message_types_by_name['TsKvProto'] = _TSKVPROTO
DESCRIPTOR.message_types_by_name['TsKvListProto'] = _TSKVLISTPROTO
DESCRIPTOR.message_types_by_name['PostTelemetryMsg'] = _POSTTELEMETRYMSG
DESCRIPTOR.message_types_by_name['PostAttributeMsg'] = _POSTATTRIBUTEMSG
DESCRIPTOR.message_types_by_name['GetAttributeRequestMsg'] = _GETATTRIBUTEREQUESTMSG
DESCRIPTOR.message_types_by_name['GetAttributeResponseMsg'] = _GETATTRIBUTERESPONSEMSG
DESCRIPTOR.message_types_by_name['AttributeUpdateNotificationMsg'] = _ATTRIBUTEUPDATENOTIFICATIONMSG
DESCRIPTOR.message_types_by_name['ToDeviceRpcRequestMsg'] = _TODEVICERPCREQUESTMSG
DESCRIPTOR.message_types_by_name['ToDeviceRpcResponseMsg'] = _TODEVICERPCRESPONSEMSG
DESCRIPTOR.message_types_by_name['ToServerRpcRequestMsg'] = _TOSERVERRPCREQUESTMSG
DESCRIPTOR.message_types_by_name['ToServerRpcResponseMsg'] = _TOSERVERRPCRESPONSEMSG
DESCRIPTOR.message_types_by_name['ClaimDevice'] = _CLAIMDEVICE
DESCRIPTOR.message_types_by_name['AttributesRequest'] = _ATTRIBUTESREQUEST
DESCRIPTOR.message_types_by_name['RpcRequest'] = _RPCREQUEST
DESCRIPTOR.message_types_by_name['DisconnectMsg'] = _DISCONNECTMSG
DESCRIPTOR.message_types_by_name['RegisterConnectorMsg'] = _REGISTERCONNECTORMSG
DESCRIPTOR.message_types_by_name['UnregisterConnectorMsg'] = _UNREGISTERCONNECTORMSG
DESCRIPTOR.message_types_by_name['ConnectorConfigurationMsg'] = _CONNECTORCONFIGURATIONMSG
DESCRIPTOR.message_types_by_name['ConnectMsg'] = _CONNECTMSG
DESCRIPTOR.message_types_by_name['TelemetryMsg'] = _TELEMETRYMSG
DESCRIPTOR.message_types_by_name['AttributesMsg'] = _ATTRIBUTESMSG
DESCRIPTOR.message_types_by_name['ClaimDeviceMsg'] = _CLAIMDEVICEMSG
DESCRIPTOR.message_types_by_name['GatewayTelemetryMsg'] = _GATEWAYTELEMETRYMSG
DESCRIPTOR.message_types_by_name['GatewayClaimMsg'] = _GATEWAYCLAIMMSG
DESCRIPTOR.message_types_by_name['GatewayAttributesMsg'] = _GATEWAYATTRIBUTESMSG
DESCRIPTOR.message_types_by_name['GatewayRpcResponseMsg'] = _GATEWAYRPCRESPONSEMSG
DESCRIPTOR.message_types_by_name['GatewayAttributeResponseMsg'] = _GATEWAYATTRIBUTERESPONSEMSG
DESCRIPTOR.message_types_by_name['GatewayAttributeUpdateNotificationMsg'] = _GATEWAYATTRIBUTEUPDATENOTIFICATIONMSG
DESCRIPTOR.message_types_by_name['GatewayDeviceRpcRequestMsg'] = _GATEWAYDEVICERPCREQUESTMSG
DESCRIPTOR.message_types_by_name['GatewayAttributesRequestMsg'] = _GATEWAYATTRIBUTESREQUESTMSG
DESCRIPTOR.enum_types_by_name['ResponseStatus'] = _RESPONSESTATUS
DESCRIPTOR.enum_types_by_name['KeyValueType'] = _KEYVALUETYPE
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
Response = _reflection.GeneratedProtocolMessageType('Response', (_message.Message,), {
'DESCRIPTOR' : _RESPONSE,
'__module__' : 'messages_pb2'
# @@protoc_insertion_point(class_scope:messages.Response)
})
_sym_db.RegisterMessage(Response)
FromConnectorMessage = _reflection.GeneratedProtocolMessageType('FromConnectorMessage', (_message.Message,), {
'DESCRIPTOR' : _FROMCONNECTORMESSAGE,
'__module__' : 'messages_pb2'
# @@protoc_insertion_point(class_scope:messages.FromConnectorMessage)
})
_sym_db.RegisterMessage(FromConnectorMessage)
FromServiceMessage = _reflection.GeneratedProtocolMessageType('FromServiceMessage', (_message.Message,), {
'DESCRIPTOR' : _FROMSERVICEMESSAGE,
'__module__' : 'messages_pb2'
# @@protoc_insertion_point(class_scope:messages.FromServiceMessage)
})
_sym_db.RegisterMessage(FromServiceMessage)
KeyValueProto = _reflection.GeneratedProtocolMessageType('KeyValueProto', (_message.Message,), {
'DESCRIPTOR' : _KEYVALUEPROTO,
'__module__' : 'messages_pb2'
# @@protoc_insertion_point(class_scope:messages.KeyValueProto)
})
_sym_db.RegisterMessage(KeyValueProto)
TsKvProto = _reflection.GeneratedProtocolMessageType('TsKvProto', (_message.Message,), {
'DESCRIPTOR' : _TSKVPROTO,
'__module__' : 'messages_pb2'
# @@protoc_insertion_point(class_scope:messages.TsKvProto)
})
_sym_db.RegisterMessage(TsKvProto)
TsKvListProto = _reflection.GeneratedProtocolMessageType('TsKvListProto', (_message.Message,), {
'DESCRIPTOR' : _TSKVLISTPROTO,
'__module__' : 'messages_pb2'
# @@protoc_insertion_point(class_scope:messages.TsKvListProto)
})
_sym_db.RegisterMessage(TsKvListProto)
PostTelemetryMsg = _reflection.GeneratedProtocolMessageType('PostTelemetryMsg', (_message.Message,), {
'DESCRIPTOR' : _POSTTELEMETRYMSG,
'__module__' : 'messages_pb2'
# @@protoc_insertion_point(class_scope:messages.PostTelemetryMsg)
})
_sym_db.RegisterMessage(PostTelemetryMsg)
PostAttributeMsg = _reflection.GeneratedProtocolMessageType('PostAttributeMsg', (_message.Message,), {
'DESCRIPTOR' : _POSTATTRIBUTEMSG,
'__module__' : 'messages_pb2'
# @@protoc_insertion_point(class_scope:messages.PostAttributeMsg)
})
_sym_db.RegisterMessage(PostAttributeMsg)
GetAttributeRequestMsg = _reflection.GeneratedProtocolMessageType('GetAttributeRequestMsg', (_message.Message,), {
'DESCRIPTOR' : _GETATTRIBUTEREQUESTMSG,
'__module__' : 'messages_pb2'
# @@protoc_insertion_point(class_scope:messages.GetAttributeRequestMsg)
})
_sym_db.RegisterMessage(GetAttributeRequestMsg)
GetAttributeResponseMsg = _reflection.GeneratedProtocolMessageType('GetAttributeResponseMsg', (_message.Message,), {
'DESCRIPTOR' : _GETATTRIBUTERESPONSEMSG,
'__module__' : 'messages_pb2'
# @@protoc_insertion_point(class_scope:messages.GetAttributeResponseMsg)
})
_sym_db.RegisterMessage(GetAttributeResponseMsg)
AttributeUpdateNotificationMsg = _reflection.GeneratedProtocolMessageType('AttributeUpdateNotificationMsg', (_message.Message,), {
'DESCRIPTOR' : _ATTRIBUTEUPDATENOTIFICATIONMSG,
'__module__' : 'messages_pb2'
# @@protoc_insertion_point(class_scope:messages.AttributeUpdateNotificationMsg)
})
_sym_db.RegisterMessage(AttributeUpdateNotificationMsg)
ToDeviceRpcRequestMsg = _reflection.GeneratedProtocolMessageType('ToDeviceRpcRequestMsg', (_message.Message,), {
'DESCRIPTOR' : _TODEVICERPCREQUESTMSG,
'__module__' : 'messages_pb2'
# @@protoc_insertion_point(class_scope:messages.ToDeviceRpcRequestMsg)
})
_sym_db.RegisterMessage(ToDeviceRpcRequestMsg)
ToDeviceRpcResponseMsg = _reflection.GeneratedProtocolMessageType('ToDeviceRpcResponseMsg', (_message.Message,), {
'DESCRIPTOR' : _TODEVICERPCRESPONSEMSG,
'__module__' : 'messages_pb2'
# @@protoc_insertion_point(class_scope:messages.ToDeviceRpcResponseMsg)
})
_sym_db.RegisterMessage(ToDeviceRpcResponseMsg)
ToServerRpcRequestMsg = _reflection.GeneratedProtocolMessageType('ToServerRpcRequestMsg', (_message.Message,), {
'DESCRIPTOR' : _TOSERVERRPCREQUESTMSG,
'__module__' : 'messages_pb2'
# @@protoc_insertion_point(class_scope:messages.ToServerRpcRequestMsg)
})
_sym_db.RegisterMessage(ToServerRpcRequestMsg)
ToServerRpcResponseMsg = _reflection.GeneratedProtocolMessageType('ToServerRpcResponseMsg', (_message.Message,), {
'DESCRIPTOR' : _TOSERVERRPCRESPONSEMSG,
'__module__' : 'messages_pb2'
# @@protoc_insertion_point(class_scope:messages.ToServerRpcResponseMsg)
})
_sym_db.RegisterMessage(ToServerRpcResponseMsg)
ClaimDevice = _reflection.GeneratedProtocolMessageType('ClaimDevice', (_message.Message,), {
'DESCRIPTOR' : _CLAIMDEVICE,
'__module__' : 'messages_pb2'
# @@protoc_insertion_point(class_scope:messages.ClaimDevice)
})
_sym_db.RegisterMessage(ClaimDevice)
AttributesRequest = _reflection.GeneratedProtocolMessageType('AttributesRequest', (_message.Message,), {
'DESCRIPTOR' : _ATTRIBUTESREQUEST,
'__module__' : 'messages_pb2'
# @@protoc_insertion_point(class_scope:messages.AttributesRequest)
})
_sym_db.RegisterMessage(AttributesRequest)
RpcRequest = _reflection.GeneratedProtocolMessageType('RpcRequest', (_message.Message,), {
'DESCRIPTOR' : _RPCREQUEST,
'__module__' : 'messages_pb2'
# @@protoc_insertion_point(class_scope:messages.RpcRequest)
})
_sym_db.RegisterMessage(RpcRequest)
DisconnectMsg = _reflection.GeneratedProtocolMessageType('DisconnectMsg', (_message.Message,), {
'DESCRIPTOR' : _DISCONNECTMSG,
'__module__' : 'messages_pb2'
# @@protoc_insertion_point(class_scope:messages.DisconnectMsg)
})
_sym_db.RegisterMessage(DisconnectMsg)
RegisterConnectorMsg = _reflection.GeneratedProtocolMessageType('RegisterConnectorMsg', (_message.Message,), {
'DESCRIPTOR' : _REGISTERCONNECTORMSG,
'__module__' : 'messages_pb2'
# @@protoc_insertion_point(class_scope:messages.RegisterConnectorMsg)
})
_sym_db.RegisterMessage(RegisterConnectorMsg)
UnregisterConnectorMsg = _reflection.GeneratedProtocolMessageType('UnregisterConnectorMsg', (_message.Message,), {
'DESCRIPTOR' : _UNREGISTERCONNECTORMSG,
'__module__' : 'messages_pb2'
# @@protoc_insertion_point(class_scope:messages.UnregisterConnectorMsg)
})
_sym_db.RegisterMessage(UnregisterConnectorMsg)
ConnectorConfigurationMsg = _reflection.GeneratedProtocolMessageType('ConnectorConfigurationMsg', (_message.Message,), {
'DESCRIPTOR' : _CONNECTORCONFIGURATIONMSG,
'__module__' : 'messages_pb2'
# @@protoc_insertion_point(class_scope:messages.ConnectorConfigurationMsg)
})
_sym_db.RegisterMessage(ConnectorConfigurationMsg)
ConnectMsg = _reflection.GeneratedProtocolMessageType('ConnectMsg', (_message.Message,), {
'DESCRIPTOR' : _CONNECTMSG,
'__module__' : 'messages_pb2'
# @@protoc_insertion_point(class_scope:messages.ConnectMsg)
})
_sym_db.RegisterMessage(ConnectMsg)
TelemetryMsg = _reflection.GeneratedProtocolMessageType('TelemetryMsg', (_message.Message,), {
'DESCRIPTOR' : _TELEMETRYMSG,
'__module__' : 'messages_pb2'
# @@protoc_insertion_point(class_scope:messages.TelemetryMsg)
})
_sym_db.RegisterMessage(TelemetryMsg)
AttributesMsg = _reflection.GeneratedProtocolMessageType('AttributesMsg', (_message.Message,), {
'DESCRIPTOR' : _ATTRIBUTESMSG,
'__module__' : 'messages_pb2'
# @@protoc_insertion_point(class_scope:messages.AttributesMsg)
})
_sym_db.RegisterMessage(AttributesMsg)
ClaimDeviceMsg = _reflection.GeneratedProtocolMessageType('ClaimDeviceMsg', (_message.Message,), {
'DESCRIPTOR' : _CLAIMDEVICEMSG,
'__module__' : 'messages_pb2'
# @@protoc_insertion_point(class_scope:messages.ClaimDeviceMsg)
})
_sym_db.RegisterMessage(ClaimDeviceMsg)
GatewayTelemetryMsg = _reflection.GeneratedProtocolMessageType('GatewayTelemetryMsg', (_message.Message,), {
'DESCRIPTOR' : _GATEWAYTELEMETRYMSG,
'__module__' : 'messages_pb2'
# @@protoc_insertion_point(class_scope:messages.GatewayTelemetryMsg)
})
_sym_db.RegisterMessage(GatewayTelemetryMsg)
GatewayClaimMsg = _reflection.GeneratedProtocolMessageType('GatewayClaimMsg', (_message.Message,), {
'DESCRIPTOR' : _GATEWAYCLAIMMSG,
'__module__' : 'messages_pb2'
# @@protoc_insertion_point(class_scope:messages.GatewayClaimMsg)
})
_sym_db.RegisterMessage(GatewayClaimMsg)
GatewayAttributesMsg = _reflection.GeneratedProtocolMessageType('GatewayAttributesMsg', (_message.Message,), {
'DESCRIPTOR' : _GATEWAYATTRIBUTESMSG,
'__module__' : 'messages_pb2'
# @@protoc_insertion_point(class_scope:messages.GatewayAttributesMsg)
})
_sym_db.RegisterMessage(GatewayAttributesMsg)
GatewayRpcResponseMsg = _reflection.GeneratedProtocolMessageType('GatewayRpcResponseMsg', (_message.Message,), {
'DESCRIPTOR' : _GATEWAYRPCRESPONSEMSG,
'__module__' : 'messages_pb2'
# @@protoc_insertion_point(class_scope:messages.GatewayRpcResponseMsg)
})
_sym_db.RegisterMessage(GatewayRpcResponseMsg)
GatewayAttributeResponseMsg = _reflection.GeneratedProtocolMessageType('GatewayAttributeResponseMsg', (_message.Message,), {
'DESCRIPTOR' : _GATEWAYATTRIBUTERESPONSEMSG,
'__module__' : 'messages_pb2'
# @@protoc_insertion_point(class_scope:messages.GatewayAttributeResponseMsg)
})
_sym_db.RegisterMessage(GatewayAttributeResponseMsg)
GatewayAttributeUpdateNotificationMsg = _reflection.GeneratedProtocolMessageType('GatewayAttributeUpdateNotificationMsg', (_message.Message,), {
'DESCRIPTOR' : _GATEWAYATTRIBUTEUPDATENOTIFICATIONMSG,
'__module__' : 'messages_pb2'
# @@protoc_insertion_point(class_scope:messages.GatewayAttributeUpdateNotificationMsg)
})
_sym_db.RegisterMessage(GatewayAttributeUpdateNotificationMsg)
GatewayDeviceRpcRequestMsg = _reflection.GeneratedProtocolMessageType('GatewayDeviceRpcRequestMsg', (_message.Message,), {
'DESCRIPTOR' : _GATEWAYDEVICERPCREQUESTMSG,
'__module__' : 'messages_pb2'
# @@protoc_insertion_point(class_scope:messages.GatewayDeviceRpcRequestMsg)
})
_sym_db.RegisterMessage(GatewayDeviceRpcRequestMsg)
GatewayAttributesRequestMsg = _reflection.GeneratedProtocolMessageType('GatewayAttributesRequestMsg', (_message.Message,), {
'DESCRIPTOR' : _GATEWAYATTRIBUTESREQUESTMSG,
'__module__' : 'messages_pb2'
# @@protoc_insertion_point(class_scope:messages.GatewayAttributesRequestMsg)
})
_sym_db.RegisterMessage(GatewayAttributesRequestMsg)
_TBGATEWAYPROTOSERVICE = _descriptor.ServiceDescriptor(
name='TBGatewayProtoService',
full_name='messages.TBGatewayProtoService',
file=DESCRIPTOR,
index=0,
serialized_options=None,
create_key=_descriptor._internal_create_key,
serialized_start=3860,
serialized_end=3955,
methods=[
_descriptor.MethodDescriptor(
name='stream',
full_name='messages.TBGatewayProtoService.stream',
index=0,
containing_service=None,
input_type=_FROMCONNECTORMESSAGE,
output_type=_FROMSERVICEMESSAGE,
serialized_options=None,
create_key=_descriptor._internal_create_key,
),
])
_sym_db.RegisterServiceDescriptor(_TBGATEWAYPROTOSERVICE)
DESCRIPTOR.services_by_name['TBGatewayProtoService'] = _TBGATEWAYPROTOSERVICE
# @@protoc_insertion_point(module_scope)