mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-04-21 18:23:35 +00:00
71 lines
1.9 KiB
Python
71 lines
1.9 KiB
Python
# -*- coding: utf-8 -*-
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# source: streamlit/proto/PageInfo.proto
|
|
|
|
from google.protobuf import descriptor as _descriptor
|
|
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.FileDescriptor(
|
|
name='streamlit/proto/PageInfo.proto',
|
|
package='',
|
|
syntax='proto3',
|
|
serialized_options=None,
|
|
create_key=_descriptor._internal_create_key,
|
|
serialized_pb=b'\n\x1estreamlit/proto/PageInfo.proto\" \n\x08PageInfo\x12\x14\n\x0cquery_string\x18\x01 \x01(\tb\x06proto3'
|
|
)
|
|
|
|
|
|
|
|
|
|
_PAGEINFO = _descriptor.Descriptor(
|
|
name='PageInfo',
|
|
full_name='PageInfo',
|
|
filename=None,
|
|
file=DESCRIPTOR,
|
|
containing_type=None,
|
|
create_key=_descriptor._internal_create_key,
|
|
fields=[
|
|
_descriptor.FieldDescriptor(
|
|
name='query_string', full_name='PageInfo.query_string', index=0,
|
|
number=1, type=9, cpp_type=9, label=1,
|
|
has_default_value=False, default_value=b"".decode('utf-8'),
|
|
message_type=None, enum_type=None, containing_type=None,
|
|
is_extension=False, extension_scope=None,
|
|
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
|
|
],
|
|
extensions=[
|
|
],
|
|
nested_types=[],
|
|
enum_types=[
|
|
],
|
|
serialized_options=None,
|
|
is_extendable=False,
|
|
syntax='proto3',
|
|
extension_ranges=[],
|
|
oneofs=[
|
|
],
|
|
serialized_start=34,
|
|
serialized_end=66,
|
|
)
|
|
|
|
DESCRIPTOR.message_types_by_name['PageInfo'] = _PAGEINFO
|
|
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
|
|
|
|
PageInfo = _reflection.GeneratedProtocolMessageType('PageInfo', (_message.Message,), {
|
|
'DESCRIPTOR' : _PAGEINFO,
|
|
'__module__' : 'streamlit.proto.PageInfo_pb2'
|
|
# @@protoc_insertion_point(class_scope:PageInfo)
|
|
})
|
|
_sym_db.RegisterMessage(PageInfo)
|
|
|
|
|
|
# @@protoc_insertion_point(module_scope)
|