167 lines
4.8 KiB
Python
167 lines
4.8 KiB
Python
|
# -*- coding: utf-8 -*-
|
||
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||
|
# source: greeter.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='greeter.proto',
|
||
|
package='',
|
||
|
syntax='proto3',
|
||
|
serialized_options=None,
|
||
|
create_key=_descriptor._internal_create_key,
|
||
|
serialized_pb=b'\n\rgreeter.proto\"\x1c\n\x0cHelloRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\"\x1d\n\nHelloReply\x12\x0f\n\x07message\x18\x01 \x01(\t2\xd2\x01\n\x07Greeter\x12(\n\x08SayHello\x12\r.HelloRequest\x1a\x0b.HelloReply\"\x00\x12\x31\n\x0fSayHelloGoodbye\x12\r.HelloRequest\x1a\x0b.HelloReply\"\x00\x30\x01\x12\x32\n\x0eSayHelloToMany\x12\r.HelloRequest\x1a\x0b.HelloReply\"\x00(\x01\x30\x01\x12\x36\n\x14SayHelloToManyAtOnce\x12\r.HelloRequest\x1a\x0b.HelloReply\"\x00(\x01\x62\x06proto3'
|
||
|
)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
_HELLOREQUEST = _descriptor.Descriptor(
|
||
|
name='HelloRequest',
|
||
|
full_name='HelloRequest',
|
||
|
filename=None,
|
||
|
file=DESCRIPTOR,
|
||
|
containing_type=None,
|
||
|
create_key=_descriptor._internal_create_key,
|
||
|
fields=[
|
||
|
_descriptor.FieldDescriptor(
|
||
|
name='name', full_name='HelloRequest.name', 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, create_key=_descriptor._internal_create_key),
|
||
|
],
|
||
|
extensions=[
|
||
|
],
|
||
|
nested_types=[],
|
||
|
enum_types=[
|
||
|
],
|
||
|
serialized_options=None,
|
||
|
is_extendable=False,
|
||
|
syntax='proto3',
|
||
|
extension_ranges=[],
|
||
|
oneofs=[
|
||
|
],
|
||
|
serialized_start=17,
|
||
|
serialized_end=45,
|
||
|
)
|
||
|
|
||
|
|
||
|
_HELLOREPLY = _descriptor.Descriptor(
|
||
|
name='HelloReply',
|
||
|
full_name='HelloReply',
|
||
|
filename=None,
|
||
|
file=DESCRIPTOR,
|
||
|
containing_type=None,
|
||
|
create_key=_descriptor._internal_create_key,
|
||
|
fields=[
|
||
|
_descriptor.FieldDescriptor(
|
||
|
name='message', full_name='HelloReply.message', 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, create_key=_descriptor._internal_create_key),
|
||
|
],
|
||
|
extensions=[
|
||
|
],
|
||
|
nested_types=[],
|
||
|
enum_types=[
|
||
|
],
|
||
|
serialized_options=None,
|
||
|
is_extendable=False,
|
||
|
syntax='proto3',
|
||
|
extension_ranges=[],
|
||
|
oneofs=[
|
||
|
],
|
||
|
serialized_start=47,
|
||
|
serialized_end=76,
|
||
|
)
|
||
|
|
||
|
DESCRIPTOR.message_types_by_name['HelloRequest'] = _HELLOREQUEST
|
||
|
DESCRIPTOR.message_types_by_name['HelloReply'] = _HELLOREPLY
|
||
|
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
|
||
|
|
||
|
HelloRequest = _reflection.GeneratedProtocolMessageType('HelloRequest', (_message.Message,), {
|
||
|
'DESCRIPTOR' : _HELLOREQUEST,
|
||
|
'__module__' : 'greeter_pb2'
|
||
|
# @@protoc_insertion_point(class_scope:HelloRequest)
|
||
|
})
|
||
|
_sym_db.RegisterMessage(HelloRequest)
|
||
|
|
||
|
HelloReply = _reflection.GeneratedProtocolMessageType('HelloReply', (_message.Message,), {
|
||
|
'DESCRIPTOR' : _HELLOREPLY,
|
||
|
'__module__' : 'greeter_pb2'
|
||
|
# @@protoc_insertion_point(class_scope:HelloReply)
|
||
|
})
|
||
|
_sym_db.RegisterMessage(HelloReply)
|
||
|
|
||
|
|
||
|
|
||
|
_GREETER = _descriptor.ServiceDescriptor(
|
||
|
name='Greeter',
|
||
|
full_name='Greeter',
|
||
|
file=DESCRIPTOR,
|
||
|
index=0,
|
||
|
serialized_options=None,
|
||
|
create_key=_descriptor._internal_create_key,
|
||
|
serialized_start=79,
|
||
|
serialized_end=289,
|
||
|
methods=[
|
||
|
_descriptor.MethodDescriptor(
|
||
|
name='SayHello',
|
||
|
full_name='Greeter.SayHello',
|
||
|
index=0,
|
||
|
containing_service=None,
|
||
|
input_type=_HELLOREQUEST,
|
||
|
output_type=_HELLOREPLY,
|
||
|
serialized_options=None,
|
||
|
create_key=_descriptor._internal_create_key,
|
||
|
),
|
||
|
_descriptor.MethodDescriptor(
|
||
|
name='SayHelloGoodbye',
|
||
|
full_name='Greeter.SayHelloGoodbye',
|
||
|
index=1,
|
||
|
containing_service=None,
|
||
|
input_type=_HELLOREQUEST,
|
||
|
output_type=_HELLOREPLY,
|
||
|
serialized_options=None,
|
||
|
create_key=_descriptor._internal_create_key,
|
||
|
),
|
||
|
_descriptor.MethodDescriptor(
|
||
|
name='SayHelloToMany',
|
||
|
full_name='Greeter.SayHelloToMany',
|
||
|
index=2,
|
||
|
containing_service=None,
|
||
|
input_type=_HELLOREQUEST,
|
||
|
output_type=_HELLOREPLY,
|
||
|
serialized_options=None,
|
||
|
create_key=_descriptor._internal_create_key,
|
||
|
),
|
||
|
_descriptor.MethodDescriptor(
|
||
|
name='SayHelloToManyAtOnce',
|
||
|
full_name='Greeter.SayHelloToManyAtOnce',
|
||
|
index=3,
|
||
|
containing_service=None,
|
||
|
input_type=_HELLOREQUEST,
|
||
|
output_type=_HELLOREPLY,
|
||
|
serialized_options=None,
|
||
|
create_key=_descriptor._internal_create_key,
|
||
|
),
|
||
|
])
|
||
|
_sym_db.RegisterServiceDescriptor(_GREETER)
|
||
|
|
||
|
DESCRIPTOR.services_by_name['Greeter'] = _GREETER
|
||
|
|
||
|
# @@protoc_insertion_point(module_scope)
|