1# -*- coding: utf-8 -*- 2# Generated by the protocol buffer compiler. DO NOT EDIT! 3# source: hellostreamingworld.proto 4"""Generated protocol buffer code.""" 5from google.protobuf.internal import builder as _builder 6from google.protobuf import descriptor as _descriptor 7from google.protobuf import descriptor_pool as _descriptor_pool 8from google.protobuf import symbol_database as _symbol_database 9# @@protoc_insertion_point(imports) 10 11_sym_db = _symbol_database.Default() 12 13 14 15 16DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x19hellostreamingworld.proto\x12\x13hellostreamingworld\"3\n\x0cHelloRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x15\n\rnum_greetings\x18\x02 \x01(\t\"\x1d\n\nHelloReply\x12\x0f\n\x07message\x18\x01 \x01(\t2b\n\x0cMultiGreeter\x12R\n\x08sayHello\x12!.hellostreamingworld.HelloRequest\x1a\x1f.hellostreamingworld.HelloReply\"\x00\x30\x01\x42\x0f\n\x07\x65x.grpc\xa2\x02\x03HSWb\x06proto3') 17 18_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) 19_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'hellostreamingworld_pb2', globals()) 20if _descriptor._USE_C_DESCRIPTORS == False: 21 22 DESCRIPTOR._options = None 23 DESCRIPTOR._serialized_options = b'\n\007ex.grpc\242\002\003HSW' 24 _HELLOREQUEST._serialized_start=50 25 _HELLOREQUEST._serialized_end=101 26 _HELLOREPLY._serialized_start=103 27 _HELLOREPLY._serialized_end=132 28 _MULTIGREETER._serialized_start=134 29 _MULTIGREETER._serialized_end=232 30# @@protoc_insertion_point(module_scope) 31