philoL | b92c018 | 2015-05-15 05:37:25 -0700 | [diff] [blame] | 1 | # Generated by the protocol buffer compiler. DO NOT EDIT! |
| 2 | |
| 3 | from google.protobuf import descriptor |
| 4 | from google.protobuf import message |
| 5 | from google.protobuf import reflection |
| 6 | from google.protobuf import descriptor_pb2 |
| 7 | # @@protoc_insertion_point(imports) |
| 8 | |
| 9 | |
| 10 | |
| 11 | DESCRIPTOR = descriptor.FileDescriptor( |
| 12 | name='send-pairing-info.proto', |
| 13 | package='', |
| 14 | serialized_pb='\n\x17send-pairing-info.proto\"\xad\x01\n\x18\x44\x65vicePairingInfoMessage\x12:\n\x04info\x18\xee\x01 \x02(\x0b\x32+.DevicePairingInfoMessage.DevicePairingInfo\x1aU\n\x11\x44\x65vicePairingInfo\x12\x15\n\x0c\x64\x65viceSerial\x18\xeb\x01 \x02(\t\x12\x12\n\tdevicePin\x18\xec\x01 \x02(\x0c\x12\x15\n\x0c\x64\x65viceSuffix\x18\xed\x01 \x02(\t') |
| 15 | |
| 16 | |
| 17 | |
| 18 | |
| 19 | _DEVICEPAIRINGINFOMESSAGE_DEVICEPAIRINGINFO = descriptor.Descriptor( |
| 20 | name='DevicePairingInfo', |
| 21 | full_name='DevicePairingInfoMessage.DevicePairingInfo', |
| 22 | filename=None, |
| 23 | file=DESCRIPTOR, |
| 24 | containing_type=None, |
| 25 | fields=[ |
| 26 | descriptor.FieldDescriptor( |
| 27 | name='deviceSerial', full_name='DevicePairingInfoMessage.DevicePairingInfo.deviceSerial', index=0, |
| 28 | number=235, type=9, cpp_type=9, label=2, |
| 29 | has_default_value=False, default_value=unicode("", "utf-8"), |
| 30 | message_type=None, enum_type=None, containing_type=None, |
| 31 | is_extension=False, extension_scope=None, |
| 32 | options=None), |
| 33 | descriptor.FieldDescriptor( |
| 34 | name='devicePin', full_name='DevicePairingInfoMessage.DevicePairingInfo.devicePin', index=1, |
| 35 | number=236, type=12, cpp_type=9, label=2, |
| 36 | has_default_value=False, default_value="", |
| 37 | message_type=None, enum_type=None, containing_type=None, |
| 38 | is_extension=False, extension_scope=None, |
| 39 | options=None), |
| 40 | descriptor.FieldDescriptor( |
| 41 | name='deviceSuffix', full_name='DevicePairingInfoMessage.DevicePairingInfo.deviceSuffix', index=2, |
| 42 | number=237, type=9, cpp_type=9, label=2, |
| 43 | has_default_value=False, default_value=unicode("", "utf-8"), |
| 44 | message_type=None, enum_type=None, containing_type=None, |
| 45 | is_extension=False, extension_scope=None, |
| 46 | options=None), |
| 47 | ], |
| 48 | extensions=[ |
| 49 | ], |
| 50 | nested_types=[], |
| 51 | enum_types=[ |
| 52 | ], |
| 53 | options=None, |
| 54 | is_extendable=False, |
| 55 | extension_ranges=[], |
| 56 | serialized_start=116, |
| 57 | serialized_end=201, |
| 58 | ) |
| 59 | |
| 60 | _DEVICEPAIRINGINFOMESSAGE = descriptor.Descriptor( |
| 61 | name='DevicePairingInfoMessage', |
| 62 | full_name='DevicePairingInfoMessage', |
| 63 | filename=None, |
| 64 | file=DESCRIPTOR, |
| 65 | containing_type=None, |
| 66 | fields=[ |
| 67 | descriptor.FieldDescriptor( |
| 68 | name='info', full_name='DevicePairingInfoMessage.info', index=0, |
| 69 | number=238, type=11, cpp_type=10, label=2, |
| 70 | has_default_value=False, default_value=None, |
| 71 | message_type=None, enum_type=None, containing_type=None, |
| 72 | is_extension=False, extension_scope=None, |
| 73 | options=None), |
| 74 | ], |
| 75 | extensions=[ |
| 76 | ], |
| 77 | nested_types=[_DEVICEPAIRINGINFOMESSAGE_DEVICEPAIRINGINFO, ], |
| 78 | enum_types=[ |
| 79 | ], |
| 80 | options=None, |
| 81 | is_extendable=False, |
| 82 | extension_ranges=[], |
| 83 | serialized_start=28, |
| 84 | serialized_end=201, |
| 85 | ) |
| 86 | |
| 87 | _DEVICEPAIRINGINFOMESSAGE_DEVICEPAIRINGINFO.containing_type = _DEVICEPAIRINGINFOMESSAGE; |
| 88 | _DEVICEPAIRINGINFOMESSAGE.fields_by_name['info'].message_type = _DEVICEPAIRINGINFOMESSAGE_DEVICEPAIRINGINFO |
| 89 | DESCRIPTOR.message_types_by_name['DevicePairingInfoMessage'] = _DEVICEPAIRINGINFOMESSAGE |
| 90 | |
| 91 | class DevicePairingInfoMessage(message.Message): |
| 92 | __metaclass__ = reflection.GeneratedProtocolMessageType |
| 93 | |
| 94 | class DevicePairingInfo(message.Message): |
| 95 | __metaclass__ = reflection.GeneratedProtocolMessageType |
| 96 | DESCRIPTOR = _DEVICEPAIRINGINFOMESSAGE_DEVICEPAIRINGINFO |
| 97 | |
| 98 | # @@protoc_insertion_point(class_scope:DevicePairingInfoMessage.DevicePairingInfo) |
| 99 | DESCRIPTOR = _DEVICEPAIRINGINFOMESSAGE |
| 100 | |
| 101 | # @@protoc_insertion_point(class_scope:DevicePairingInfoMessage) |
| 102 | |
| 103 | # @@protoc_insertion_point(module_scope) |