2019-03-29 13:53:00 +00:00
|
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
|
|
# source: clickhouse_path/format_schemas/kafka.proto
|
|
|
|
|
|
|
|
import sys
|
2020-09-16 04:26:10 +00:00
|
|
|
|
|
|
|
_b = sys.version_info[0] < 3 and (lambda x: x) or (lambda x: x.encode('latin1'))
|
2019-03-29 13:53:00 +00:00
|
|
|
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
|
2020-09-16 04:26:10 +00:00
|
|
|
|
2019-03-29 13:53:00 +00:00
|
|
|
# @@protoc_insertion_point(imports)
|
|
|
|
|
|
|
|
_sym_db = _symbol_database.Default()
|
|
|
|
|
|
|
|
DESCRIPTOR = _descriptor.FileDescriptor(
|
2020-09-16 04:26:10 +00:00
|
|
|
name='clickhouse_path/format_schemas/kafka.proto',
|
|
|
|
package='',
|
|
|
|
syntax='proto3',
|
|
|
|
serialized_pb=_b(
|
|
|
|
'\n*clickhouse_path/format_schemas/kafka.proto\"*\n\x0cKeyValuePair\x12\x0b\n\x03key\x18\x01 \x01(\x04\x12\r\n\x05value\x18\x02 \x01(\tb\x06proto3')
|
2019-03-29 13:53:00 +00:00
|
|
|
)
|
|
|
|
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
|
|
|
|
|
|
|
|
_KEYVALUEPAIR = _descriptor.Descriptor(
|
2020-09-16 04:26:10 +00:00
|
|
|
name='KeyValuePair',
|
|
|
|
full_name='KeyValuePair',
|
|
|
|
filename=None,
|
|
|
|
file=DESCRIPTOR,
|
|
|
|
containing_type=None,
|
|
|
|
fields=[
|
|
|
|
_descriptor.FieldDescriptor(
|
|
|
|
name='key', full_name='KeyValuePair.key', index=0,
|
|
|
|
number=1, type=4, cpp_type=4, label=1,
|
|
|
|
has_default_value=False, default_value=0,
|
|
|
|
message_type=None, enum_type=None, containing_type=None,
|
|
|
|
is_extension=False, extension_scope=None,
|
|
|
|
options=None),
|
|
|
|
_descriptor.FieldDescriptor(
|
|
|
|
name='value', full_name='KeyValuePair.value', index=1,
|
|
|
|
number=2, 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,
|
|
|
|
options=None),
|
|
|
|
],
|
|
|
|
extensions=[
|
|
|
|
],
|
|
|
|
nested_types=[],
|
|
|
|
enum_types=[
|
|
|
|
],
|
|
|
|
options=None,
|
|
|
|
is_extendable=False,
|
|
|
|
syntax='proto3',
|
|
|
|
extension_ranges=[],
|
|
|
|
oneofs=[
|
|
|
|
],
|
|
|
|
serialized_start=46,
|
|
|
|
serialized_end=88,
|
2019-03-29 13:53:00 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
DESCRIPTOR.message_types_by_name['KeyValuePair'] = _KEYVALUEPAIR
|
|
|
|
|
|
|
|
KeyValuePair = _reflection.GeneratedProtocolMessageType('KeyValuePair', (_message.Message,), dict(
|
2020-09-16 04:26:10 +00:00
|
|
|
DESCRIPTOR=_KEYVALUEPAIR,
|
|
|
|
__module__='clickhouse_path.format_schemas.kafka_pb2'
|
|
|
|
# @@protoc_insertion_point(class_scope:KeyValuePair)
|
|
|
|
))
|
2019-03-29 13:53:00 +00:00
|
|
|
_sym_db.RegisterMessage(KeyValuePair)
|
|
|
|
|
|
|
|
# @@protoc_insertion_point(module_scope)
|