| # -*- coding: utf-8 -*- |
| # Generated by the protocol buffer compiler. DO NOT EDIT! |
| # NO CHECKED-IN PROTOBUF GENCODE |
| # source: dom.proto |
| # Protobuf Python Version: 6.33.0 |
| """Generated protocol buffer code.""" |
| from google.protobuf import descriptor as _descriptor |
| from google.protobuf import descriptor_pool as _descriptor_pool |
| from google.protobuf import runtime_version as _runtime_version |
| from google.protobuf import symbol_database as _symbol_database |
| from google.protobuf.internal import builder as _builder |
| _runtime_version.ValidateProtobufRuntimeVersion( |
| _runtime_version.Domain.PUBLIC, |
| 6, |
| 33, |
| 0, |
| '', |
| 'dom.proto' |
| ) |
| # @@protoc_insertion_point(imports) |
| |
| _sym_db = _symbol_database.Default() |
| |
| |
| |
| |
| DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\tdom.proto\x12\x0cuserfeedback\"_\n\x0cHtmlDocument\x12\x0b\n\x03url\x18\x01 \x02(\t\x12\r\n\x05title\x18\x02 \x01(\t\x12\x33\n\x10\x64ocument_element\x18\x03 \x01(\x0b\x32\x19.userfeedback.HtmlElement\"\xad\x01\n\x0bHtmlElement\x12\x10\n\x08tag_name\x18\x01 \x02(\t\x12\n\n\x02id\x18\x02 \x01(\t\x12\x12\n\nclass_name\x18\x03 \x01(\t\x12\x30\n\rchild_element\x18\x04 \x03(\x0b\x32\x19.userfeedback.HtmlElement\x12:\n\x16\x66rame_content_document\x18\x05 \x01(\x0b\x32\x1a.userfeedback.HtmlDocument\"\xbb\x02\n\tNavigator\x12\x15\n\rapp_code_name\x18\x01 \x01(\t\x12\x10\n\x08\x61pp_name\x18\x02 \x01(\t\x12\x13\n\x0b\x61pp_version\x18\x03 \x01(\t\x12\x19\n\x11\x61pp_minor_version\x18\x04 \x01(\t\x12\x16\n\x0e\x63ookie_enabled\x18\x05 \x01(\x08\x12\x11\n\tcpu_class\x18\x06 \x01(\t\x12\x0f\n\x07on_line\x18\x07 \x01(\x08\x12\x10\n\x08platform\x18\x08 \x01(\t\x12\x18\n\x10\x62rowser_language\x18\t \x01(\t\x12\x17\n\x0fsystem_language\x18\n \x01(\t\x12\x12\n\nuser_agent\x18\x0b \x01(\t\x12\x14\n\x0cjava_enabled\x18\x0c \x01(\x08\x12\x15\n\rtaint_enabled\x18\r \x01(\x08\x12\x13\n\x0bplugin_name\x18\x0e \x03(\t\"\x19\n\x08HtmlPath\x12\r\n\x05index\x18\x01 \x03(\x05\x42\x02H\x03') |
| |
| _globals = globals() |
| _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) |
| _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dom_pb2', _globals) |
| if not _descriptor._USE_C_DESCRIPTORS: |
| _globals['DESCRIPTOR']._loaded_options = None |
| _globals['DESCRIPTOR']._serialized_options = b'H\003' |
| _globals['_HTMLDOCUMENT']._serialized_start=27 |
| _globals['_HTMLDOCUMENT']._serialized_end=122 |
| _globals['_HTMLELEMENT']._serialized_start=125 |
| _globals['_HTMLELEMENT']._serialized_end=298 |
| _globals['_NAVIGATOR']._serialized_start=301 |
| _globals['_NAVIGATOR']._serialized_end=616 |
| _globals['_HTMLPATH']._serialized_start=618 |
| _globals['_HTMLPATH']._serialized_end=643 |
| # @@protoc_insertion_point(module_scope) |