mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-07 16:14:52 +00:00
76 lines
2.0 KiB
Python
76 lines
2.0 KiB
Python
|
# -*- coding: utf-8 -*-
|
||
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||
|
# source: social.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='social.proto',
|
||
|
package='',
|
||
|
syntax='proto3',
|
||
|
serialized_options=None,
|
||
|
serialized_pb=b'\n\x0csocial.proto\"+\n\x04User\x12\x10\n\x08username\x18\x01 \x01(\t\x12\x11\n\ttimestamp\x18\x02 \x01(\x05\x62\x06proto3'
|
||
|
)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
_USER = _descriptor.Descriptor(
|
||
|
name='User',
|
||
|
full_name='User',
|
||
|
filename=None,
|
||
|
file=DESCRIPTOR,
|
||
|
containing_type=None,
|
||
|
fields=[
|
||
|
_descriptor.FieldDescriptor(
|
||
|
name='username', full_name='User.username', 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),
|
||
|
_descriptor.FieldDescriptor(
|
||
|
name='timestamp', full_name='User.timestamp', index=1,
|
||
|
number=2, type=5, cpp_type=1, label=1,
|
||
|
has_default_value=False, default_value=0,
|
||
|
message_type=None, enum_type=None, containing_type=None,
|
||
|
is_extension=False, extension_scope=None,
|
||
|
serialized_options=None, file=DESCRIPTOR),
|
||
|
],
|
||
|
extensions=[
|
||
|
],
|
||
|
nested_types=[],
|
||
|
enum_types=[
|
||
|
],
|
||
|
serialized_options=None,
|
||
|
is_extendable=False,
|
||
|
syntax='proto3',
|
||
|
extension_ranges=[],
|
||
|
oneofs=[
|
||
|
],
|
||
|
serialized_start=16,
|
||
|
serialized_end=59,
|
||
|
)
|
||
|
|
||
|
DESCRIPTOR.message_types_by_name['User'] = _USER
|
||
|
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
|
||
|
|
||
|
User = _reflection.GeneratedProtocolMessageType('User', (_message.Message,), {
|
||
|
'DESCRIPTOR' : _USER,
|
||
|
'__module__' : 'social_pb2'
|
||
|
# @@protoc_insertion_point(class_scope:User)
|
||
|
})
|
||
|
_sym_db.RegisterMessage(User)
|
||
|
|
||
|
|
||
|
# @@protoc_insertion_point(module_scope)
|