Source code for examples.basic.hello_pb2
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# NO CHECKED-IN PROTOBUF GENCODE
# source: examples/basic/hello.proto
# Protobuf Python Version: 6.33.1
"""Generated protocol buffer code."""
from google.protobuf import descriptor as _descriptor
from google.protobuf import descriptor_pool as _descriptor_pool
from google.protobuf import runtime_version as _runtime_version
from google.protobuf import symbol_database as _symbol_database
from google.protobuf.internal import builder as _builder
_runtime_version.ValidateProtobufRuntimeVersion(
_runtime_version.Domain.PUBLIC,
6,
33,
1,
'',
'examples/basic/hello.proto'
)
# @@protoc_insertion_point(imports)
_sym_db = _symbol_database.Default()
[docs]
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1a\x65xamples/basic/hello.proto\x12\x0e\x65xamples.basic\"\x17\n\x05Hello\x12\x0e\n\x02id\x18\x01 \x01(\rR\x02id\"\"\n\x0cHelloRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\"&\n\nHelloReply\x12\x18\n\x07message\x18\x01 \x01(\tR\x07message2\xfc\x01\n\x07Greeter\x12\x46\n\x08SayHello\x12\x1c.examples.basic.HelloRequest\x1a\x1a.examples.basic.HelloReply\"\x00\x12S\n\x13SayHelloStreamReply\x12\x1c.examples.basic.HelloRequest\x1a\x1a.examples.basic.HelloReply\"\x00\x30\x01\x12T\n\x12SayHelloBidiStream\x12\x1c.examples.basic.HelloRequest\x1a\x1a.examples.basic.HelloReply\"\x00(\x01\x30\x01')
_globals = globals()
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'examples.basic.hello_pb2', _globals)
if not _descriptor._USE_C_DESCRIPTORS:
DESCRIPTOR._loaded_options = None
_globals['_HELLO']._serialized_start=46
_globals['_HELLO']._serialized_end=69
_globals['_HELLOREQUEST']._serialized_start=71
_globals['_HELLOREQUEST']._serialized_end=105
_globals['_HELLOREPLY']._serialized_start=107
_globals['_HELLOREPLY']._serialized_end=145
_globals['_GREETER']._serialized_start=148
_globals['_GREETER']._serialized_end=400
# @@protoc_insertion_point(module_scope)