Variables
helloworld_pb2 Namespace Reference

Variables

int _b = sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
 
 _GREETER
 
 _HELLOREPLY
 
 _HELLOREQUEST
 
 _options
 
 _sym_db = _symbol_database.Default()
 
 DESCRIPTOR
 
 has_options
 
 HelloReply
 
 HelloRequest
 

Variable Documentation

◆ _b

int helloworld_pb2._b = sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
private

Definition at line 5 of file helloworld/helloworld_pb2.py.

◆ _GREETER

helloworld_pb2._GREETER
private
Initial value:
1 = _descriptor.ServiceDescriptor(
2  name='Greeter',
3  full_name='helloworld.Greeter',
4  file=DESCRIPTOR,
5  index=0,
6  options=None,
7  serialized_start=93,
8  serialized_end=166,
9  methods=[
10  _descriptor.MethodDescriptor(
11  name='SayHello',
12  full_name='helloworld.Greeter.SayHello',
13  index=0,
14  containing_service=None,
15  input_type=_HELLOREQUEST,
16  output_type=_HELLOREPLY,
17  options=None,
18  ),
19 ])

Definition at line 111 of file helloworld/helloworld_pb2.py.

◆ _HELLOREPLY

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

Definition at line 59 of file helloworld/helloworld_pb2.py.

◆ _HELLOREQUEST

helloworld_pb2._HELLOREQUEST
private
Initial value:
1 = _descriptor.Descriptor(
2  name='HelloRequest',
3  full_name='helloworld.HelloRequest',
4  filename=None,
5  file=DESCRIPTOR,
6  containing_type=None,
7  fields=[
8  _descriptor.FieldDescriptor(
9  name='name', full_name='helloworld.HelloRequest.name', index=0,
10  number=1, type=9, cpp_type=9, label=1,
11  has_default_value=False, default_value=_b("").decode('utf-8'),
12  message_type=None, enum_type=None, containing_type=None,
13  is_extension=False, extension_scope=None,
14  options=None),
15  ],
16  extensions=[
17  ],
18  nested_types=[],
19  enum_types=[
20  ],
21  options=None,
22  is_extendable=False,
23  syntax='proto3',
24  extension_ranges=[],
25  oneofs=[
26  ],
27  serialized_start=32,
28  serialized_end=60,
29 )

Definition at line 28 of file helloworld/helloworld_pb2.py.

◆ _options

helloworld_pb2._options
private

Definition at line 109 of file helloworld/helloworld_pb2.py.

◆ _sym_db

helloworld_pb2._sym_db = _symbol_database.Default()
private

Definition at line 13 of file helloworld/helloworld_pb2.py.

◆ DESCRIPTOR

helloworld_pb2.DESCRIPTOR
Initial value:
1 = _descriptor.FileDescriptor(
2  name='helloworld.proto',
3  package='helloworld',
4  syntax='proto3',
5  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')
6 )

Definition at line 18 of file helloworld/helloworld_pb2.py.

◆ has_options

helloworld_pb2.has_options

Definition at line 108 of file helloworld/helloworld_pb2.py.

◆ HelloReply

helloworld_pb2.HelloReply
Initial value:
1 = _reflection.GeneratedProtocolMessageType('HelloReply', (_message.Message,), dict(
2  DESCRIPTOR = _HELLOREPLY,
3  __module__ = 'helloworld_pb2'
4  # @@protoc_insertion_point(class_scope:helloworld.HelloReply)
5  ))

Definition at line 100 of file helloworld/helloworld_pb2.py.

◆ HelloRequest

helloworld_pb2.HelloRequest
Initial value:
1 = _reflection.GeneratedProtocolMessageType('HelloRequest', (_message.Message,), dict(
2  DESCRIPTOR = _HELLOREQUEST,
3  __module__ = 'helloworld_pb2'
4  # @@protoc_insertion_point(class_scope:helloworld.HelloRequest)
5  ))

Definition at line 93 of file helloworld/helloworld_pb2.py.

helloworld_pb2._b
int _b
Definition: helloworld/helloworld_pb2.py:5
grpc._common.decode
def decode(b)
Definition: grpc/_common.py:75


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