Variables
hellostreamingworld_pb2 Namespace Reference

Variables

 _HELLOREPLY
 
 _HELLOREQUEST
 
 _MULTIGREETER
 
 _sym_db = _symbol_database.Default()
 
 DESCRIPTOR
 
 HelloReply
 
 HelloRequest
 

Variable Documentation

◆ _HELLOREPLY

hellostreamingworld_pb2._HELLOREPLY
private
Initial value:
1 = _descriptor.Descriptor(
2  name='HelloReply',
3  full_name='hellostreamingworld.HelloReply',
4  filename=None,
5  file=DESCRIPTOR,
6  containing_type=None,
7  create_key=_descriptor._internal_create_key,
8  fields=[
9  _descriptor.FieldDescriptor(
10  name='message', full_name='hellostreamingworld.HelloReply.message', index=0,
11  number=1, type=9, cpp_type=9, label=1,
12  has_default_value=False, default_value=b"".decode('utf-8'),
13  message_type=None, enum_type=None, containing_type=None,
14  is_extension=False, extension_scope=None,
15  serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
16  ],
17  extensions=[
18  ],
19  nested_types=[],
20  enum_types=[
21  ],
22  serialized_options=None,
23  is_extendable=False,
24  syntax='proto3',
25  extension_ranges=[],
26  oneofs=[
27  ],
28  serialized_start=103,
29  serialized_end=132,
30 )

Definition at line 67 of file hellostreamingworld_pb2.py.

◆ _HELLOREQUEST

hellostreamingworld_pb2._HELLOREQUEST
private

Definition at line 28 of file hellostreamingworld_pb2.py.

◆ _MULTIGREETER

hellostreamingworld_pb2._MULTIGREETER
private
Initial value:
1 = _descriptor.ServiceDescriptor(
2  name='MultiGreeter',
3  full_name='hellostreamingworld.MultiGreeter',
4  file=DESCRIPTOR,
5  index=0,
6  serialized_options=None,
7  create_key=_descriptor._internal_create_key,
8  serialized_start=134,
9  serialized_end=232,
10  methods=[
11  _descriptor.MethodDescriptor(
12  name='sayHello',
13  full_name='hellostreamingworld.MultiGreeter.sayHello',
14  index=0,
15  containing_service=None,
16  input_type=_HELLOREQUEST,
17  output_type=_HELLOREPLY,
18  serialized_options=None,
19  create_key=_descriptor._internal_create_key,
20  ),
21 ])

Definition at line 118 of file hellostreamingworld_pb2.py.

◆ _sym_db

hellostreamingworld_pb2._sym_db = _symbol_database.Default()
private

Definition at line 11 of file hellostreamingworld_pb2.py.

◆ DESCRIPTOR

hellostreamingworld_pb2.DESCRIPTOR
Initial value:
1 = _descriptor.FileDescriptor(
2  name='hellostreamingworld.proto',
3  package='hellostreamingworld',
4  syntax='proto3',
5  serialized_options=None,
6  create_key=_descriptor._internal_create_key,
7  serialized_pb=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\x62\x06proto3'
8 )

Definition at line 16 of file hellostreamingworld_pb2.py.

◆ HelloReply

hellostreamingworld_pb2.HelloReply
Initial value:
1 = _reflection.GeneratedProtocolMessageType('HelloReply', (_message.Message,), {
2  'DESCRIPTOR' : _HELLOREPLY,
3  '__module__' : 'hellostreamingworld_pb2'
4  # @@protoc_insertion_point(class_scope:hellostreamingworld.HelloReply)
5  })

Definition at line 109 of file hellostreamingworld_pb2.py.

◆ HelloRequest

hellostreamingworld_pb2.HelloRequest
Initial value:
1 = _reflection.GeneratedProtocolMessageType('HelloRequest', (_message.Message,), {
2  'DESCRIPTOR' : _HELLOREQUEST,
3  '__module__' : 'hellostreamingworld_pb2'
4  # @@protoc_insertion_point(class_scope:hellostreamingworld.HelloRequest)
5  })

Definition at line 102 of file hellostreamingworld_pb2.py.

grpc._common.decode
def decode(b)
Definition: grpc/_common.py:75


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:40