mirror of
https://github.com/zoffline/zwift-offline.git
synced 2026-01-12 13:05:25 -08:00
45 lines
2.6 KiB
Python
45 lines
2.6 KiB
Python
# -*- coding: utf-8 -*-
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# source: segment-result.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\x14segment-result.proto\"\xd2\x02\n\rSegmentResult\x12\n\n\x02id\x18\x01 \x01(\x04\x12\x11\n\tplayer_id\x18\x02 \x02(\x04\x12\n\n\x02\x66\x33\x18\x03 \x01(\x04\x12\n\n\x02\x66\x34\x18\x04 \x01(\x04\x12\x12\n\nsegment_id\x18\x05 \x01(\x04\x12\x19\n\x11\x65vent_subgroup_id\x18\x06 \x01(\x04\x12\x12\n\nfirst_name\x18\x07 \x02(\t\x12\x11\n\tlast_name\x18\x08 \x02(\t\x12\x12\n\nworld_time\x18\t \x01(\x04\x12\x17\n\x0f\x66inish_time_str\x18\n \x01(\t\x12\x12\n\nelapsed_ms\x18\x0b \x02(\x04\x12\x0b\n\x03\x66\x31\x32\x18\x0c \x01(\x03\x12\x0b\n\x03\x66\x31\x33\x18\r \x01(\r\x12\x0b\n\x03\x66\x31\x34\x18\x0e \x01(\r\x12\x0b\n\x03\x66\x31\x35\x18\x0f \x01(\r\x12\x0b\n\x03\x66\x31\x36\x18\x10 \x01(\x08\x12\x0b\n\x03\x66\x31\x37\x18\x11 \x01(\t\x12\x0b\n\x03\x66\x31\x38\x18\x12 \x01(\x04\x12\x0b\n\x03\x66\x31\x39\x18\x13 \x01(\r\x12\x0b\n\x03\x66\x32\x30\x18\x14 \x01(\x03\"~\n\x0eSegmentResults\x12\x14\n\x0cserver_realm\x18\x01 \x02(\x04\x12\x12\n\nsegment_id\x18\x02 \x02(\x04\x12\x19\n\x11\x65vent_subgroup_id\x18\x03 \x01(\x04\x12\'\n\x0fsegment_results\x18\x04 \x03(\x0b\x32\x0e.SegmentResult')
|
|
|
|
|
|
|
|
_SEGMENTRESULT = DESCRIPTOR.message_types_by_name['SegmentResult']
|
|
_SEGMENTRESULTS = DESCRIPTOR.message_types_by_name['SegmentResults']
|
|
SegmentResult = _reflection.GeneratedProtocolMessageType('SegmentResult', (_message.Message,), {
|
|
'DESCRIPTOR' : _SEGMENTRESULT,
|
|
'__module__' : 'segment_result_pb2'
|
|
# @@protoc_insertion_point(class_scope:SegmentResult)
|
|
})
|
|
_sym_db.RegisterMessage(SegmentResult)
|
|
|
|
SegmentResults = _reflection.GeneratedProtocolMessageType('SegmentResults', (_message.Message,), {
|
|
'DESCRIPTOR' : _SEGMENTRESULTS,
|
|
'__module__' : 'segment_result_pb2'
|
|
# @@protoc_insertion_point(class_scope:SegmentResults)
|
|
})
|
|
_sym_db.RegisterMessage(SegmentResults)
|
|
|
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
|
DESCRIPTOR._options = None
|
|
_SEGMENTRESULT._serialized_start=25
|
|
_SEGMENTRESULT._serialized_end=363
|
|
_SEGMENTRESULTS._serialized_start=365
|
|
_SEGMENTRESULTS._serialized_end=491
|
|
# @@protoc_insertion_point(module_scope)
|