-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrequest_product_rms_info_pb2.py
More file actions
98 lines (84 loc) · 3.72 KB
/
request_product_rms_info_pb2.py
File metadata and controls
98 lines (84 loc) · 3.72 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: request_product_rms_info.proto
import sys
_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
from google.protobuf import descriptor as _descriptor
from google.protobuf import message as _message
from google.protobuf import reflection as _reflection
from google.protobuf import symbol_database as _symbol_database
# @@protoc_insertion_point(imports)
_sym_db = _symbol_database.Default()
DESCRIPTOR = _descriptor.FileDescriptor(
name='request_product_rms_info.proto',
package='rti',
syntax='proto2',
serialized_options=None,
serialized_pb=_b('\n\x1erequest_product_rms_info.proto\x12\x03rti\"{\n\x15RequestProductRmsInfo\x12\x15\n\x0btemplate_id\x18\xe3\xb6\t \x02(\x05\x12\x12\n\x08user_msg\x18\x98\x8d\x08 \x03(\t\x12\x10\n\x06\x66\x63m_id\x18\x9d\xb3\t \x01(\t\x12\x0f\n\x05ib_id\x18\x9e\xb3\t \x01(\t\x12\x14\n\naccount_id\x18\x98\xb3\t \x01(\t')
)
_REQUESTPRODUCTRMSINFO = _descriptor.Descriptor(
name='RequestProductRmsInfo',
full_name='rti.RequestProductRmsInfo',
filename=None,
file=DESCRIPTOR,
containing_type=None,
fields=[
_descriptor.FieldDescriptor(
name='template_id', full_name='rti.RequestProductRmsInfo.template_id', index=0,
number=154467, type=5, cpp_type=1, label=2,
has_default_value=False, default_value=0,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
name='user_msg', full_name='rti.RequestProductRmsInfo.user_msg', index=1,
number=132760, type=9, cpp_type=9, label=3,
has_default_value=False, default_value=[],
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
name='fcm_id', full_name='rti.RequestProductRmsInfo.fcm_id', index=2,
number=154013, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=_b("").decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
name='ib_id', full_name='rti.RequestProductRmsInfo.ib_id', index=3,
number=154014, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=_b("").decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
name='account_id', full_name='rti.RequestProductRmsInfo.account_id', index=4,
number=154008, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=_b("").decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto2',
extension_ranges=[],
oneofs=[
],
serialized_start=39,
serialized_end=162,
)
DESCRIPTOR.message_types_by_name['RequestProductRmsInfo'] = _REQUESTPRODUCTRMSINFO
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
RequestProductRmsInfo = _reflection.GeneratedProtocolMessageType('RequestProductRmsInfo', (_message.Message,), dict(
DESCRIPTOR = _REQUESTPRODUCTRMSINFO,
__module__ = 'request_product_rms_info_pb2'
# @@protoc_insertion_point(class_scope:rti.RequestProductRmsInfo)
))
_sym_db.RegisterMessage(RequestProductRmsInfo)
# @@protoc_insertion_point(module_scope)