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='configure-device.proto', |
| 13 | package='', |
| 14 | serialized_pb='\n\x16\x63onfigure-device.proto\"\xc7\x02\n\x1a\x44\x65viceConfigurationMessage\x12G\n\rconfiguration\x18\xe3\x01 \x02(\x0b\x32/.DeviceConfigurationMessage.DeviceConfiguration\x1a\x1a\n\x04Name\x12\x12\n\ncomponents\x18\x08 \x03(\x0c\x1a\xc3\x01\n\x13\x44\x65viceConfiguration\x12\x38\n\rnetworkPrefix\x18\xe0\x01 \x02(\x0b\x32 .DeviceConfigurationMessage.Name\x12\x39\n\x0e\x63ontrollerName\x18\xe1\x01 \x02(\x0b\x32 .DeviceConfigurationMessage.Name\x12\x37\n\x0c\x64\x65viceSuffix\x18\xe2\x01 \x02(\x0b\x32 .DeviceConfigurationMessage.Name') |
| 15 | |
| 16 | |
| 17 | |
| 18 | |
| 19 | _DEVICECONFIGURATIONMESSAGE_NAME = descriptor.Descriptor( |
| 20 | name='Name', |
| 21 | full_name='DeviceConfigurationMessage.Name', |
| 22 | filename=None, |
| 23 | file=DESCRIPTOR, |
| 24 | containing_type=None, |
| 25 | fields=[ |
| 26 | descriptor.FieldDescriptor( |
| 27 | name='components', full_name='DeviceConfigurationMessage.Name.components', index=0, |
| 28 | number=8, type=12, cpp_type=9, label=3, |
| 29 | has_default_value=False, default_value=[], |
| 30 | message_type=None, enum_type=None, containing_type=None, |
| 31 | is_extension=False, extension_scope=None, |
| 32 | options=None), |
| 33 | ], |
| 34 | extensions=[ |
| 35 | ], |
| 36 | nested_types=[], |
| 37 | enum_types=[ |
| 38 | ], |
| 39 | options=None, |
| 40 | is_extendable=False, |
| 41 | extension_ranges=[], |
| 42 | serialized_start=130, |
| 43 | serialized_end=156, |
| 44 | ) |
| 45 | |
| 46 | _DEVICECONFIGURATIONMESSAGE_DEVICECONFIGURATION = descriptor.Descriptor( |
| 47 | name='DeviceConfiguration', |
| 48 | full_name='DeviceConfigurationMessage.DeviceConfiguration', |
| 49 | filename=None, |
| 50 | file=DESCRIPTOR, |
| 51 | containing_type=None, |
| 52 | fields=[ |
| 53 | descriptor.FieldDescriptor( |
| 54 | name='networkPrefix', full_name='DeviceConfigurationMessage.DeviceConfiguration.networkPrefix', index=0, |
| 55 | number=224, type=11, cpp_type=10, label=2, |
| 56 | has_default_value=False, default_value=None, |
| 57 | message_type=None, enum_type=None, containing_type=None, |
| 58 | is_extension=False, extension_scope=None, |
| 59 | options=None), |
| 60 | descriptor.FieldDescriptor( |
| 61 | name='controllerName', full_name='DeviceConfigurationMessage.DeviceConfiguration.controllerName', index=1, |
| 62 | number=225, type=11, cpp_type=10, label=2, |
| 63 | has_default_value=False, default_value=None, |
| 64 | message_type=None, enum_type=None, containing_type=None, |
| 65 | is_extension=False, extension_scope=None, |
| 66 | options=None), |
| 67 | descriptor.FieldDescriptor( |
| 68 | name='deviceSuffix', full_name='DeviceConfigurationMessage.DeviceConfiguration.deviceSuffix', index=2, |
| 69 | number=226, 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=[], |
| 78 | enum_types=[ |
| 79 | ], |
| 80 | options=None, |
| 81 | is_extendable=False, |
| 82 | extension_ranges=[], |
| 83 | serialized_start=159, |
| 84 | serialized_end=354, |
| 85 | ) |
| 86 | |
| 87 | _DEVICECONFIGURATIONMESSAGE = descriptor.Descriptor( |
| 88 | name='DeviceConfigurationMessage', |
| 89 | full_name='DeviceConfigurationMessage', |
| 90 | filename=None, |
| 91 | file=DESCRIPTOR, |
| 92 | containing_type=None, |
| 93 | fields=[ |
| 94 | descriptor.FieldDescriptor( |
| 95 | name='configuration', full_name='DeviceConfigurationMessage.configuration', index=0, |
| 96 | number=227, type=11, cpp_type=10, label=2, |
| 97 | has_default_value=False, default_value=None, |
| 98 | message_type=None, enum_type=None, containing_type=None, |
| 99 | is_extension=False, extension_scope=None, |
| 100 | options=None), |
| 101 | ], |
| 102 | extensions=[ |
| 103 | ], |
| 104 | nested_types=[_DEVICECONFIGURATIONMESSAGE_NAME, _DEVICECONFIGURATIONMESSAGE_DEVICECONFIGURATION, ], |
| 105 | enum_types=[ |
| 106 | ], |
| 107 | options=None, |
| 108 | is_extendable=False, |
| 109 | extension_ranges=[], |
| 110 | serialized_start=27, |
| 111 | serialized_end=354, |
| 112 | ) |
| 113 | |
| 114 | _DEVICECONFIGURATIONMESSAGE_NAME.containing_type = _DEVICECONFIGURATIONMESSAGE; |
| 115 | _DEVICECONFIGURATIONMESSAGE_DEVICECONFIGURATION.fields_by_name['networkPrefix'].message_type = _DEVICECONFIGURATIONMESSAGE_NAME |
| 116 | _DEVICECONFIGURATIONMESSAGE_DEVICECONFIGURATION.fields_by_name['controllerName'].message_type = _DEVICECONFIGURATIONMESSAGE_NAME |
| 117 | _DEVICECONFIGURATIONMESSAGE_DEVICECONFIGURATION.fields_by_name['deviceSuffix'].message_type = _DEVICECONFIGURATIONMESSAGE_NAME |
| 118 | _DEVICECONFIGURATIONMESSAGE_DEVICECONFIGURATION.containing_type = _DEVICECONFIGURATIONMESSAGE; |
| 119 | _DEVICECONFIGURATIONMESSAGE.fields_by_name['configuration'].message_type = _DEVICECONFIGURATIONMESSAGE_DEVICECONFIGURATION |
| 120 | DESCRIPTOR.message_types_by_name['DeviceConfigurationMessage'] = _DEVICECONFIGURATIONMESSAGE |
| 121 | |
| 122 | class DeviceConfigurationMessage(message.Message): |
| 123 | __metaclass__ = reflection.GeneratedProtocolMessageType |
| 124 | |
| 125 | class Name(message.Message): |
| 126 | __metaclass__ = reflection.GeneratedProtocolMessageType |
| 127 | DESCRIPTOR = _DEVICECONFIGURATIONMESSAGE_NAME |
| 128 | |
| 129 | # @@protoc_insertion_point(class_scope:DeviceConfigurationMessage.Name) |
| 130 | |
| 131 | class DeviceConfiguration(message.Message): |
| 132 | __metaclass__ = reflection.GeneratedProtocolMessageType |
| 133 | DESCRIPTOR = _DEVICECONFIGURATIONMESSAGE_DEVICECONFIGURATION |
| 134 | |
| 135 | # @@protoc_insertion_point(class_scope:DeviceConfigurationMessage.DeviceConfiguration) |
| 136 | DESCRIPTOR = _DEVICECONFIGURATIONMESSAGE |
| 137 | |
| 138 | # @@protoc_insertion_point(class_scope:DeviceConfigurationMessage) |
| 139 | |
| 140 | # @@protoc_insertion_point(module_scope) |