30 lines
1.4 KiB
Python
30 lines
1.4 KiB
Python
|
# -*- coding: utf-8 -*-
|
||
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||
|
# source: document_query.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 symbol_database as _symbol_database
|
||
|
from google.protobuf.internal import builder as _builder
|
||
|
# @@protoc_insertion_point(imports)
|
||
|
|
||
|
_sym_db = _symbol_database.Default()
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x14\x64ocument_query.proto\"1\n\x0cQueryRequest\x12\x10\n\x08question\x18\x01 \x01(\t\x12\x0f\n\x07user_id\x18\x02 \x01(\x04\"\x1d\n\rQueryResponse\x12\x0c\n\x04text\x18\x01 \x01(\t29\n\rDocumentQuery\x12(\n\x05Query\x12\r.QueryRequest\x1a\x0e.QueryResponse\"\x00\x62\x06proto3')
|
||
|
|
||
|
_globals = globals()
|
||
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
||
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'document_query_pb2', _globals)
|
||
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
||
|
DESCRIPTOR._options = None
|
||
|
_globals['_QUERYREQUEST']._serialized_start=24
|
||
|
_globals['_QUERYREQUEST']._serialized_end=73
|
||
|
_globals['_QUERYRESPONSE']._serialized_start=75
|
||
|
_globals['_QUERYRESPONSE']._serialized_end=104
|
||
|
_globals['_DOCUMENTQUERY']._serialized_start=106
|
||
|
_globals['_DOCUMENTQUERY']._serialized_end=163
|
||
|
# @@protoc_insertion_point(module_scope)
|