mirror of
https://github.com/zoffline/zwift-offline.git
synced 2026-01-14 13:56:57 -08:00
36 lines
1.3 KiB
Python
36 lines
1.3 KiB
Python
# -*- coding: utf-8 -*-
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# source: login-response.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()
|
|
|
|
|
|
import per_session_info_pb2 as per__session__info__pb2
|
|
|
|
|
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x14login-response.proto\x1a\x16per-session-info.proto\"E\n\rLoginResponse\x12\x15\n\rsession_state\x18\x01 \x02(\t\x12\x1d\n\x04info\x18\x02 \x02(\x0b\x32\x0f.PerSessionInfo')
|
|
|
|
|
|
|
|
_LOGINRESPONSE = DESCRIPTOR.message_types_by_name['LoginResponse']
|
|
LoginResponse = _reflection.GeneratedProtocolMessageType('LoginResponse', (_message.Message,), {
|
|
'DESCRIPTOR' : _LOGINRESPONSE,
|
|
'__module__' : 'login_response_pb2'
|
|
# @@protoc_insertion_point(class_scope:LoginResponse)
|
|
})
|
|
_sym_db.RegisterMessage(LoginResponse)
|
|
|
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
|
DESCRIPTOR._options = None
|
|
_LOGINRESPONSE._serialized_start=48
|
|
_LOGINRESPONSE._serialized_end=117
|
|
# @@protoc_insertion_point(module_scope)
|