| OLD | NEW |
| 1 # Generated by the protocol buffer compiler. DO NOT EDIT! | 1 # Generated by the protocol buffer compiler. DO NOT EDIT! |
| 2 # source: acquisition_network_device.proto | 2 # source: acquisition_network_device.proto |
| 3 | 3 |
| 4 from google.protobuf import descriptor as _descriptor | 4 from google.protobuf import descriptor as _descriptor |
| 5 from google.protobuf import message as _message | 5 from google.protobuf import message as _message |
| 6 from google.protobuf import reflection as _reflection | 6 from google.protobuf import reflection as _reflection |
| 7 from google.protobuf import descriptor_pb2 | 7 from google.protobuf import descriptor_pb2 |
| 8 # @@protoc_insertion_point(imports) | 8 # @@protoc_insertion_point(imports) |
| 9 | 9 |
| 10 | 10 |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 DESCRIPTOR.message_types_by_name['NetworkDevice'] = _NETWORKDEVICE | 102 DESCRIPTOR.message_types_by_name['NetworkDevice'] = _NETWORKDEVICE |
| 103 | 103 |
| 104 class NetworkDevice(_message.Message): | 104 class NetworkDevice(_message.Message): |
| 105 __metaclass__ = _reflection.GeneratedProtocolMessageType | 105 __metaclass__ = _reflection.GeneratedProtocolMessageType |
| 106 DESCRIPTOR = _NETWORKDEVICE | 106 DESCRIPTOR = _NETWORKDEVICE |
| 107 | 107 |
| 108 # @@protoc_insertion_point(class_scope:ts_mon.proto.NetworkDevice) | 108 # @@protoc_insertion_point(class_scope:ts_mon.proto.NetworkDevice) |
| 109 | 109 |
| 110 | 110 |
| 111 # @@protoc_insertion_point(module_scope) | 111 # @@protoc_insertion_point(module_scope) |
| OLD | NEW |