| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- # -*- coding: utf-8 -*-
- # Generated by the protocol buffer compiler. DO NOT EDIT!
- # source: lily.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\nlily.proto\x12\x0cpalm.lily.v1\"C\n\x04\x46ile\x12\x19\n\x0c\x63ontent_type\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x0f\n\x07payload\x18\x02 \x01(\x0c\x42\x0f\n\r_content_type\"\xb6\x01\n\nExcelModel\x12.\n\x06sheets\x18\x01 \x03(\x0b\x32\x1e.palm.lily.v1.ExcelModel.Sheet\x1ax\n\x05Sheet\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x32\n\x05\x63\x65lls\x18\x02 \x03(\x0b\x32#.palm.lily.v1.ExcelModel.Sheet.Cell\x1a-\n\x04\x43\x65ll\x12\x0b\n\x03row\x18\x01 \x01(\r\x12\x0b\n\x03\x63ol\x18\x02 \x01(\r\x12\x0b\n\x03val\x18\x03 \x01(\t\"r\n\x0cTexToRequest\x12\x34\n\x05\x66iles\x18\x01 \x03(\x0b\x32%.palm.lily.v1.TexToRequest.FilesEntry\x1a,\n\nFilesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x0c:\x02\x38\x01\"\x12\n\x10\x45pubBuildRequest2|\n\x05\x45xcel\x12\x37\n\x05Parse\x12\x12.palm.lily.v1.File\x1a\x18.palm.lily.v1.ExcelModel\"\x00\x12:\n\x08Generate\x12\x18.palm.lily.v1.ExcelModel\x1a\x12.palm.lily.v1.File\"\x00\x32|\n\x03Tex\x12\x39\n\x05ToPdf\x12\x1a.palm.lily.v1.TexToRequest\x1a\x12.palm.lily.v1.File\"\x00\x12:\n\x06ToWord\x12\x1a.palm.lily.v1.TexToRequest\x1a\x12.palm.lily.v1.File\"\x00\x32\x45\n\x04\x45pub\x12=\n\x05\x42uild\x12\x1e.palm.lily.v1.EpubBuildRequest\x1a\x12.palm.lily.v1.File\"\x00\x42.\n*com.github.saturn_xiv.palm.plugins.lily.v1P\x01\x62\x06proto3')
- _globals = globals()
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'lily_pb2', _globals)
- if _descriptor._USE_C_DESCRIPTORS == False:
- DESCRIPTOR._options = None
- DESCRIPTOR._serialized_options = b'\n*com.github.saturn_xiv.palm.plugins.lily.v1P\001'
- _TEXTOREQUEST_FILESENTRY._options = None
- _TEXTOREQUEST_FILESENTRY._serialized_options = b'8\001'
- _globals['_FILE']._serialized_start=28
- _globals['_FILE']._serialized_end=95
- _globals['_EXCELMODEL']._serialized_start=98
- _globals['_EXCELMODEL']._serialized_end=280
- _globals['_EXCELMODEL_SHEET']._serialized_start=160
- _globals['_EXCELMODEL_SHEET']._serialized_end=280
- _globals['_EXCELMODEL_SHEET_CELL']._serialized_start=235
- _globals['_EXCELMODEL_SHEET_CELL']._serialized_end=280
- _globals['_TEXTOREQUEST']._serialized_start=282
- _globals['_TEXTOREQUEST']._serialized_end=396
- _globals['_TEXTOREQUEST_FILESENTRY']._serialized_start=352
- _globals['_TEXTOREQUEST_FILESENTRY']._serialized_end=396
- _globals['_EPUBBUILDREQUEST']._serialized_start=398
- _globals['_EPUBBUILDREQUEST']._serialized_end=416
- _globals['_EXCEL']._serialized_start=418
- _globals['_EXCEL']._serialized_end=542
- _globals['_TEX']._serialized_start=544
- _globals['_TEX']._serialized_end=668
- _globals['_EPUB']._serialized_start=670
- _globals['_EPUB']._serialized_end=739
- # @@protoc_insertion_point(module_scope)
|