115 lines
		
	
	
		
			5.6 KiB
		
	
	
	
		
			Python
		
	
	
	
			
		
		
	
	
			115 lines
		
	
	
		
			5.6 KiB
		
	
	
	
		
			Python
		
	
	
	
| # -*- coding: utf-8 -*-
 | |
| # Generated by the protocol buffer compiler.  DO NOT EDIT!
 | |
| # source: BeiHangGrpc.proto
 | |
| """Generated protocol buffer code."""
 | |
| from google.protobuf import descriptor as _descriptor
 | |
| from google.protobuf import descriptor_pool as _descriptor_pool
 | |
| 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_pool.Default().AddSerializedFile(b'\n\x11\x42\x65iHangGrpc.proto\"A\n\rJinYu_Request\x12\x0c\n\x04zzid\x18\x01 \x01(\x03\x12\x12\n\nimgsbase64\x18\x02 \x01(\t\x12\x0e\n\x06imgUrl\x18\x03 \x01(\t\"F\n\x11\x42Hhelmet_Response\x12\x0c\n\x04zzid\x18\x01 \x01(\x03\x12#\n\x0ehelmetinfoList\x18\x02 \x03(\x0b\x32\x0b.HelmetInfo\"@\n\x0f\x42HFire_Response\x12\x0c\n\x04zzid\x18\x01 \x01(\x03\x12\x1f\n\x0c\x46ireinfoList\x18\x02 \x03(\x0b\x32\t.FireInfo\"-\n\rBHFA_Response\x12\x0c\n\x04zzid\x18\x01 \x01(\x03\x12\x0e\n\x06\x46\x41info\x18\x02 \x01(\x08\"\x1d\n\x05Point\x12\t\n\x01x\x18\x01 \x01(\x01\x12\t\n\x01y\x18\x02 \x01(\x01\":\n\tRectangle\x12\x15\n\x05uleft\x18\x01 \x01(\x0b\x32\x06.Point\x12\x16\n\x06lright\x18\x02 \x01(\x0b\x32\x06.Point\"J\n\nHelmetInfo\x12\x13\n\x0bhead_helmet\x18\x01 \x01(\x03\x12\x0c\n\x04\x63onf\x18\x02 \x01(\x01\x12\x19\n\x05\x63oord\x18\x03 \x01(\x0b\x32\n.Rectangle\"A\n\x08\x46ireInfo\x12\x0c\n\x04\x66ire\x18\x01 \x01(\x03\x12\x0c\n\x04\x63onf\x18\x02 \x01(\x01\x12\x19\n\x05\x63oord\x18\x03 \x01(\x0b\x32\n.Rectangle2E\n\nHelmet_Reg\x12\x37\n\x0fsendHelmet_Info\x12\x0e.JinYu_Request\x1a\x12.BHhelmet_Response\"\x00\x32?\n\x08\x46ire_Reg\x12\x33\n\rsendFire_Info\x12\x0e.JinYu_Request\x1a\x10.BHFire_Response\"\x00\x32\x39\n\x06\x46\x41_Reg\x12/\n\x0bsendFA_Info\x12\x0e.JinYu_Request\x1a\x0e.BHFA_Response\"\x00\x42,\n\x17\x63om.lyzh.aiservice.grpcB\x0c\x42\x65iHangProtoP\x01\x88\x01\x01\x62\x06proto3')
 | |
| 
 | |
| 
 | |
| 
 | |
| _JINYU_REQUEST = DESCRIPTOR.message_types_by_name['JinYu_Request']
 | |
| _BHHELMET_RESPONSE = DESCRIPTOR.message_types_by_name['BHhelmet_Response']
 | |
| _BHFIRE_RESPONSE = DESCRIPTOR.message_types_by_name['BHFire_Response']
 | |
| _BHFA_RESPONSE = DESCRIPTOR.message_types_by_name['BHFA_Response']
 | |
| _POINT = DESCRIPTOR.message_types_by_name['Point']
 | |
| _RECTANGLE = DESCRIPTOR.message_types_by_name['Rectangle']
 | |
| _HELMETINFO = DESCRIPTOR.message_types_by_name['HelmetInfo']
 | |
| _FIREINFO = DESCRIPTOR.message_types_by_name['FireInfo']
 | |
| JinYu_Request = _reflection.GeneratedProtocolMessageType('JinYu_Request', (_message.Message,), {
 | |
|   'DESCRIPTOR' : _JINYU_REQUEST,
 | |
|   '__module__' : 'BeiHangGrpc_pb2'
 | |
|   # @@protoc_insertion_point(class_scope:JinYu_Request)
 | |
|   })
 | |
| _sym_db.RegisterMessage(JinYu_Request)
 | |
| 
 | |
| BHhelmet_Response = _reflection.GeneratedProtocolMessageType('BHhelmet_Response', (_message.Message,), {
 | |
|   'DESCRIPTOR' : _BHHELMET_RESPONSE,
 | |
|   '__module__' : 'BeiHangGrpc_pb2'
 | |
|   # @@protoc_insertion_point(class_scope:BHhelmet_Response)
 | |
|   })
 | |
| _sym_db.RegisterMessage(BHhelmet_Response)
 | |
| 
 | |
| BHFire_Response = _reflection.GeneratedProtocolMessageType('BHFire_Response', (_message.Message,), {
 | |
|   'DESCRIPTOR' : _BHFIRE_RESPONSE,
 | |
|   '__module__' : 'BeiHangGrpc_pb2'
 | |
|   # @@protoc_insertion_point(class_scope:BHFire_Response)
 | |
|   })
 | |
| _sym_db.RegisterMessage(BHFire_Response)
 | |
| 
 | |
| BHFA_Response = _reflection.GeneratedProtocolMessageType('BHFA_Response', (_message.Message,), {
 | |
|   'DESCRIPTOR' : _BHFA_RESPONSE,
 | |
|   '__module__' : 'BeiHangGrpc_pb2'
 | |
|   # @@protoc_insertion_point(class_scope:BHFA_Response)
 | |
|   })
 | |
| _sym_db.RegisterMessage(BHFA_Response)
 | |
| 
 | |
| Point = _reflection.GeneratedProtocolMessageType('Point', (_message.Message,), {
 | |
|   'DESCRIPTOR' : _POINT,
 | |
|   '__module__' : 'BeiHangGrpc_pb2'
 | |
|   # @@protoc_insertion_point(class_scope:Point)
 | |
|   })
 | |
| _sym_db.RegisterMessage(Point)
 | |
| 
 | |
| Rectangle = _reflection.GeneratedProtocolMessageType('Rectangle', (_message.Message,), {
 | |
|   'DESCRIPTOR' : _RECTANGLE,
 | |
|   '__module__' : 'BeiHangGrpc_pb2'
 | |
|   # @@protoc_insertion_point(class_scope:Rectangle)
 | |
|   })
 | |
| _sym_db.RegisterMessage(Rectangle)
 | |
| 
 | |
| HelmetInfo = _reflection.GeneratedProtocolMessageType('HelmetInfo', (_message.Message,), {
 | |
|   'DESCRIPTOR' : _HELMETINFO,
 | |
|   '__module__' : 'BeiHangGrpc_pb2'
 | |
|   # @@protoc_insertion_point(class_scope:HelmetInfo)
 | |
|   })
 | |
| _sym_db.RegisterMessage(HelmetInfo)
 | |
| 
 | |
| FireInfo = _reflection.GeneratedProtocolMessageType('FireInfo', (_message.Message,), {
 | |
|   'DESCRIPTOR' : _FIREINFO,
 | |
|   '__module__' : 'BeiHangGrpc_pb2'
 | |
|   # @@protoc_insertion_point(class_scope:FireInfo)
 | |
|   })
 | |
| _sym_db.RegisterMessage(FireInfo)
 | |
| 
 | |
| _HELMET_REG = DESCRIPTOR.services_by_name['Helmet_Reg']
 | |
| _FIRE_REG = DESCRIPTOR.services_by_name['Fire_Reg']
 | |
| _FA_REG = DESCRIPTOR.services_by_name['FA_Reg']
 | |
| if _descriptor._USE_C_DESCRIPTORS == False:
 | |
| 
 | |
|   DESCRIPTOR._options = None
 | |
|   DESCRIPTOR._serialized_options = b'\n\027com.lyzh.aiservice.grpcB\014BeiHangProtoP\001\210\001\001'
 | |
|   _JINYU_REQUEST._serialized_start=21
 | |
|   _JINYU_REQUEST._serialized_end=86
 | |
|   _BHHELMET_RESPONSE._serialized_start=88
 | |
|   _BHHELMET_RESPONSE._serialized_end=158
 | |
|   _BHFIRE_RESPONSE._serialized_start=160
 | |
|   _BHFIRE_RESPONSE._serialized_end=224
 | |
|   _BHFA_RESPONSE._serialized_start=226
 | |
|   _BHFA_RESPONSE._serialized_end=271
 | |
|   _POINT._serialized_start=273
 | |
|   _POINT._serialized_end=302
 | |
|   _RECTANGLE._serialized_start=304
 | |
|   _RECTANGLE._serialized_end=362
 | |
|   _HELMETINFO._serialized_start=364
 | |
|   _HELMETINFO._serialized_end=438
 | |
|   _FIREINFO._serialized_start=440
 | |
|   _FIREINFO._serialized_end=505
 | |
|   _HELMET_REG._serialized_start=507
 | |
|   _HELMET_REG._serialized_end=576
 | |
|   _FIRE_REG._serialized_start=578
 | |
|   _FIRE_REG._serialized_end=641
 | |
|   _FA_REG._serialized_start=643
 | |
|   _FA_REG._serialized_end=700
 | |
| # @@protoc_insertion_point(module_scope)
 |