-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgreet_pb2.py
More file actions
32 lines (26 loc) · 1.88 KB
/
greet_pb2.py
File metadata and controls
32 lines (26 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: greet.proto
# Protobuf Python Version: 5.26.1
"""Generated protocol buffer code."""
from google.protobuf import descriptor as _descriptor
from google.protobuf import descriptor_pool as _descriptor_pool
from google.protobuf import symbol_database as _symbol_database
from google.protobuf.internal import builder as _builder
# @@protoc_insertion_point(imports)
_sym_db = _symbol_database.Default()
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0bgreet.proto\x12\x05greet\".\n\x0cHelloRequest\x12\x10\n\x08greeting\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\"\x1d\n\nHelloReply\x12\x0f\n\x07message\x18\x01 \x01(\t\"E\n\x0c\x44\x65layedReply\x12\x0f\n\x07message\x18\x01 \x01(\t\x12$\n\x07request\x18\x02 \x03(\x0b\x32\x13.greet.HelloRequest2\x87\x02\n\x07Greeter\x12\x34\n\x08SayHello\x12\x13.greet.HelloRequest\x1a\x11.greet.HelloReply\"\x00\x12=\n\x0fParrotSaysHello\x12\x13.greet.HelloRequest\x1a\x11.greet.HelloReply\"\x00\x30\x01\x12\x45\n\x15\x43hattyClientSaysHello\x12\x13.greet.HelloRequest\x1a\x13.greet.DelayedReply\"\x00(\x01\x12@\n\x10InteractingHello\x12\x13.greet.HelloRequest\x1a\x11.greet.HelloReply\"\x00(\x01\x30\x01\x62\x06proto3')
_globals = globals()
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'greet_pb2', _globals)
if not _descriptor._USE_C_DESCRIPTORS:
DESCRIPTOR._loaded_options = None
_globals['_HELLOREQUEST']._serialized_start=22
_globals['_HELLOREQUEST']._serialized_end=68
_globals['_HELLOREPLY']._serialized_start=70
_globals['_HELLOREPLY']._serialized_end=99
_globals['_DELAYEDREPLY']._serialized_start=101
_globals['_DELAYEDREPLY']._serialized_end=170
_globals['_GREETER']._serialized_start=173
_globals['_GREETER']._serialized_end=436
# @@protoc_insertion_point(module_scope)