1234567891011121314151617181920212223242526272829 |
- # -*- coding: utf-8 -*-
- # Generated by the protocol buffer compiler. DO NOT EDIT!
- # source: route-result.proto
- """Generated protocol buffer code."""
- from google.protobuf.internal import builder as _builder
- from google.protobuf import descriptor as _descriptor
- from google.protobuf import descriptor_pool as _descriptor_pool
- from google.protobuf import symbol_database as _symbol_database
- # @@protoc_insertion_point(imports)
- _sym_db = _symbol_database.Default()
- import profile_pb2 as profile__pb2
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x12route-result.proto\x1a\rprofile.proto\"\xa5\x04\n\x16RouteResultSaveRequest\x12\n\n\x02\x66\x31\x18\x01 \x01(\t\x12\x14\n\x0cserver_realm\x18\x02 \x01(\x04\x12\x0e\n\x06map_id\x18\x03 \x01(\x04\x12\x12\n\nroute_hash\x18\x04 \x02(\x04\x12\x10\n\x08\x65vent_id\x18\x05 \x01(\x04\x12\x12\n\nworld_time\x18\x06 \x01(\x04\x12\x12\n\nelapsed_ms\x18\x07 \x01(\x04\x12\x1e\n\npower_type\x18\x08 \x01(\x0e\x32\n.PowerType\x12\x17\n\x0fweight_in_grams\x18\t \x01(\r\x12\x1d\n\x15height_in_centimeters\x18\n \x01(\r\x12\x0b\n\x03\x66tp\x18\x0b \x01(\r\x12\x11\n\tavg_power\x18\x0c \x01(\r\x12\x11\n\tmax_power\x18\r \x01(\r\x12\x0e\n\x06\x61vg_hr\x18\x0e \x01(\r\x12\x0e\n\x06max_hr\x18\x0f \x01(\r\x12\x10\n\x08\x63\x61lories\x18\x10 \x01(\r\x12\x17\n\x06gender\x18\x12 \x01(\x0e\x32\x07.Gender\x12 \n\x0bplayer_type\x18\x13 \x01(\x0e\x32\x0b.PlayerType\x12\x15\n\x05sport\x18\x14 \x01(\x0e\x32\x06.Sport\x12\x13\n\x0b\x61\x63tivity_id\x18\x15 \x01(\x04\x12\x10\n\x08steering\x18\x16 \x01(\x08\x12\x12\n\nhr_monitor\x18\x17 \x01(\t\x12\x13\n\x0bpower_meter\x18\x18 \x01(\t\x12\x14\n\x0c\x63ontrollable\x18\x19 \x01(\t\x12\x16\n\x0e\x63\x61\x64\x65nce_sensor\x18\x1a \x01(\t*\x1e\n\x06Gender\x12\x08\n\x04MALE\x10\x01\x12\n\n\x06\x46\x45MALE\x10\x02')
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'route_result_pb2', globals())
- if _descriptor._USE_C_DESCRIPTORS == False:
- DESCRIPTOR._options = None
- _GENDER._serialized_start=589
- _GENDER._serialized_end=619
- _ROUTERESULTSAVEREQUEST._serialized_start=38
- _ROUTERESULTSAVEREQUEST._serialized_end=587
- # @@protoc_insertion_point(module_scope)
|