2022-06-06 10:55:07 +00:00
|
|
|
# -*- coding: utf-8 -*-
|
2019-03-29 13:53:00 +00:00
|
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
|
|
# source: clickhouse_path/format_schemas/kafka.proto
|
2022-06-06 10:55:07 +00:00
|
|
|
"""Generated protocol buffer code."""
|
|
|
|
from google.protobuf.internal import builder as _builder
|
2019-03-29 13:53:00 +00:00
|
|
|
from google.protobuf import descriptor as _descriptor
|
2022-06-06 10:55:07 +00:00
|
|
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
2019-03-29 13:53:00 +00:00
|
|
|
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()
|
|
|
|
|
|
|
|
|
2022-06-06 10:55:07 +00:00
|
|
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
|
|
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
|
|
|
)
|
|
|
|
|
2022-06-06 10:55:07 +00:00
|
|
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
|
|
|
_builder.BuildTopDescriptorsAndMessages(
|
|
|
|
DESCRIPTOR, "clickhouse_path.format_schemas.kafka_pb2", globals()
|
2022-03-22 16:39:58 +00:00
|
|
|
)
|
2022-06-06 10:55:07 +00:00
|
|
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
|
DESCRIPTOR._options = None
|
|
|
|
_KEYVALUEPAIR._serialized_start = 46
|
|
|
|
_KEYVALUEPAIR._serialized_end = 88
|
2019-03-29 13:53:00 +00:00
|
|
|
# @@protoc_insertion_point(module_scope)
|