tcc/scripts/person_pb2.py

27 lines
1.1 KiB
Python
Raw Normal View History

2023-11-04 03:41:12 +00:00
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
2023-11-04 20:05:55 +00:00
# source: person.proto
2023-11-04 03:41:12 +00:00
# Protobuf Python Version: 4.25.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 symbol_database as _symbol_database
from google.protobuf.internal import builder as _builder
# @@protoc_insertion_point(imports)
_sym_db = _symbol_database.Default()
2023-11-04 20:05:55 +00:00
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0cperson.proto\"R\n\x06Person\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0b\n\x03\x61ge\x18\x02 \x01(\x05\x12\x0f\n\x07\x66riends\x18\x03 \x03(\t\x12\r\n\x05\x65mail\x18\x04 \x01(\t\x12\r\n\x05phone\x18\x05 \x01(\tb\x06proto3')
2023-11-04 03:41:12 +00:00
_globals = globals()
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
2023-11-04 20:05:55 +00:00
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'person_pb2', _globals)
2023-11-04 03:41:12 +00:00
if _descriptor._USE_C_DESCRIPTORS == False:
DESCRIPTOR._options = None
2023-11-04 20:05:55 +00:00
_globals['_PERSON']._serialized_start=16
_globals['_PERSON']._serialized_end=98
2023-11-04 03:41:12 +00:00
# @@protoc_insertion_point(module_scope)