helloworld_pb2.py 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. # Generated by the protocol buffer compiler. DO NOT EDIT!
  2. # source: helloworld.proto
  3. import sys
  4. _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
  5. from google.protobuf import descriptor as _descriptor
  6. from google.protobuf import message as _message
  7. from google.protobuf import reflection as _reflection
  8. from google.protobuf import symbol_database as _symbol_database
  9. from google.protobuf import descriptor_pb2
  10. # @@protoc_insertion_point(imports)
  11. _sym_db = _symbol_database.Default()
  12. DESCRIPTOR = _descriptor.FileDescriptor(
  13. name='helloworld.proto',
  14. package='helloworld',
  15. syntax='proto3',
  16. serialized_pb=_b('\n\x10helloworld.proto\x12\nhelloworld\"\x1c\n\x0cHelloRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\"\x1d\n\nHelloReply\x12\x0f\n\x07message\x18\x01 \x01(\t2I\n\x07Greeter\x12>\n\x08SayHello\x12\x18.helloworld.HelloRequest\x1a\x16.helloworld.HelloReply\"\x00\x42\x36\n\x1bio.grpc.examples.helloworldB\x0fHelloWorldProtoP\x01\xa2\x02\x03HLWb\x06proto3')
  17. )
  18. _HELLOREQUEST = _descriptor.Descriptor(
  19. name='HelloRequest',
  20. full_name='helloworld.HelloRequest',
  21. filename=None,
  22. file=DESCRIPTOR,
  23. containing_type=None,
  24. fields=[
  25. _descriptor.FieldDescriptor(
  26. name='name', full_name='helloworld.HelloRequest.name', index=0,
  27. number=1, type=9, cpp_type=9, label=1,
  28. has_default_value=False, default_value=_b("").decode('utf-8'),
  29. message_type=None, enum_type=None, containing_type=None,
  30. is_extension=False, extension_scope=None,
  31. options=None),
  32. ],
  33. extensions=[
  34. ],
  35. nested_types=[],
  36. enum_types=[
  37. ],
  38. options=None,
  39. is_extendable=False,
  40. syntax='proto3',
  41. extension_ranges=[],
  42. oneofs=[
  43. ],
  44. serialized_start=32,
  45. serialized_end=60,
  46. )
  47. _HELLOREPLY = _descriptor.Descriptor(
  48. name='HelloReply',
  49. full_name='helloworld.HelloReply',
  50. filename=None,
  51. file=DESCRIPTOR,
  52. containing_type=None,
  53. fields=[
  54. _descriptor.FieldDescriptor(
  55. name='message', full_name='helloworld.HelloReply.message', index=0,
  56. number=1, type=9, cpp_type=9, label=1,
  57. has_default_value=False, default_value=_b("").decode('utf-8'),
  58. message_type=None, enum_type=None, containing_type=None,
  59. is_extension=False, extension_scope=None,
  60. options=None),
  61. ],
  62. extensions=[
  63. ],
  64. nested_types=[],
  65. enum_types=[
  66. ],
  67. options=None,
  68. is_extendable=False,
  69. syntax='proto3',
  70. extension_ranges=[],
  71. oneofs=[
  72. ],
  73. serialized_start=62,
  74. serialized_end=91,
  75. )
  76. DESCRIPTOR.message_types_by_name['HelloRequest'] = _HELLOREQUEST
  77. DESCRIPTOR.message_types_by_name['HelloReply'] = _HELLOREPLY
  78. _sym_db.RegisterFileDescriptor(DESCRIPTOR)
  79. HelloRequest = _reflection.GeneratedProtocolMessageType('HelloRequest', (_message.Message,), dict(
  80. DESCRIPTOR = _HELLOREQUEST,
  81. __module__ = 'helloworld_pb2'
  82. # @@protoc_insertion_point(class_scope:helloworld.HelloRequest)
  83. ))
  84. _sym_db.RegisterMessage(HelloRequest)
  85. HelloReply = _reflection.GeneratedProtocolMessageType('HelloReply', (_message.Message,), dict(
  86. DESCRIPTOR = _HELLOREPLY,
  87. __module__ = 'helloworld_pb2'
  88. # @@protoc_insertion_point(class_scope:helloworld.HelloReply)
  89. ))
  90. _sym_db.RegisterMessage(HelloReply)
  91. DESCRIPTOR.has_options = True
  92. DESCRIPTOR._options = _descriptor._ParseOptions(descriptor_pb2.FileOptions(), _b('\n\033io.grpc.examples.helloworldB\017HelloWorldProtoP\001\242\002\003HLW'))
  93. _GREETER = _descriptor.ServiceDescriptor(
  94. name='Greeter',
  95. full_name='helloworld.Greeter',
  96. file=DESCRIPTOR,
  97. index=0,
  98. options=None,
  99. serialized_start=93,
  100. serialized_end=166,
  101. methods=[
  102. _descriptor.MethodDescriptor(
  103. name='SayHello',
  104. full_name='helloworld.Greeter.SayHello',
  105. index=0,
  106. containing_service=None,
  107. input_type=_HELLOREQUEST,
  108. output_type=_HELLOREPLY,
  109. options=None,
  110. ),
  111. ])
  112. _sym_db.RegisterServiceDescriptor(_GREETER)
  113. DESCRIPTOR.services_by_name['Greeter'] = _GREETER
  114. # @@protoc_insertion_point(module_scope)