calmerge_pb2.py 33.7 KB
Newer Older
Wei Shoulin's avatar
c3  
Wei Shoulin committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: facility/calmerge/calmerge.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()


from ...common import error_pb2 as common_dot_error__pb2


DESCRIPTOR = _descriptor.FileDescriptor(
  name='facility/calmerge/calmerge.proto',
Wei Shoulin's avatar
Wei Shoulin committed
21
  package='dfs.facility.calmerge',
Wei Shoulin's avatar
c3  
Wei Shoulin committed
22
23
  syntax='proto3',
  serialized_options=_b('Z&cnlab.net/csst/proto/facility/calmerge'),
Wei Shoulin's avatar
Wei Shoulin committed
24
  serialized_pb=_b('\n facility/calmerge/calmerge.proto\x12\x15\x64\x66s.facility.calmerge\x1a\x12\x63ommon/error.proto\"\x91\x02\n\x0e\x43\x61lMergeRecord\x12\n\n\x02id\x18\x01 \x01(\x03\x12\x0e\n\x06\x63\x61l_id\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65tector_no\x18\x03 \x01(\t\x12\x10\n\x08ref_type\x18\x04 \x01(\t\x12\x10\n\x08obs_time\x18\x05 \x01(\t\x12\x10\n\x08\x65xp_time\x18\x06 \x01(\x02\x12\x10\n\x08\x66ilename\x18\x07 \x01(\t\x12\x11\n\tfile_path\x18\x08 \x01(\t\x12\x12\n\nqc1_status\x18\t \x01(\x05\x12\x10\n\x08qc1_time\x18\n \x01(\t\x12\x12\n\nprc_status\x18\x0b \x01(\x05\x12\x10\n\x08prc_time\x18\x0c \x01(\t\x12\x13\n\x0b\x63reate_time\x18\r \x01(\t\x12\x12\n\nlevel0_ids\x18\x0e \x03(\t\"\xbf\x02\n\x0f\x46indCalMergeReq\x12\x13\n\x0b\x64\x65tector_no\x18\x01 \x01(\t\x12\x10\n\x08ref_type\x18\x02 \x01(\t\x12\x16\n\x0e\x65xp_time_start\x18\x03 \x01(\t\x12\x14\n\x0c\x65xp_time_end\x18\x04 \x01(\t\x12\x12\n\nqc1_status\x18\x05 \x01(\x05\x12\x12\n\nprc_status\x18\x06 \x01(\x05\x12\x11\n\tfile_name\x18\x07 \x01(\t\x12\r\n\x05limit\x18\x08 \x01(\x05\x12U\n\x10other_conditions\x18\t \x03(\x0b\x32;.dfs.facility.calmerge.FindCalMergeReq.OtherConditionsEntry\x1a\x36\n\x14OtherConditionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x8d\x01\n\x10\x46indCalMergeResp\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x12\n\ntotalCount\x18\x02 \x01(\x05\x12\x1c\n\x05\x65rror\x18\x03 \x01(\x0b\x32\r.common.Error\x12\x36\n\x07records\x18\x04 \x03(\x0b\x32%.dfs.facility.calmerge.CalMergeRecord\",\n\x0eGetCalMergeReq\x12\n\n\x02id\x18\x01 \x01(\x03\x12\x0e\n\x06\x63\x61l_id\x18\x02 \x01(\t\"H\n\x0fGetCalMergeResp\x12\x35\n\x06record\x18\x01 \x01(\x0b\x32%.dfs.facility.calmerge.CalMergeRecord\"I\n\x10WriteCalMergeReq\x12\x35\n\x06record\x18\x01 \x01(\x0b\x32%.dfs.facility.calmerge.CalMergeRecord\"y\n\x11WriteCalMergeResp\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x1c\n\x05\x65rror\x18\x02 \x01(\x0b\x32\r.common.Error\x12\x35\n\x06record\x18\x03 \x01(\x0b\x32%.dfs.facility.calmerge.CalMergeRecord\"@\n\x12UpdateQc1StatusReq\x12\n\n\x02id\x18\x01 \x01(\x03\x12\x0e\n\x06\x63\x61l_id\x18\x02 \x01(\t\x12\x0e\n\x06status\x18\x03 \x01(\x05\"D\n\x13UpdateQc1StatusResp\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x1c\n\x05\x65rror\x18\x02 \x01(\x0b\x32\r.common.Error\"A\n\x13UpdateProcStatusReq\x12\n\n\x02id\x18\x01 \x01(\x03\x12\x0e\n\x06\x63\x61l_id\x18\x02 \x01(\t\x12\x0e\n\x06status\x18\x03 \x01(\x05\"E\n\x14UpdateProcStatusResp\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x1c\n\x05\x65rror\x18\x02 \x01(\x0b\x32\r.common.Error2\xf9\x03\n\x0b\x43\x61lMergeSrv\x12Y\n\x04\x46ind\x12&.dfs.facility.calmerge.FindCalMergeReq\x1a\'.dfs.facility.calmerge.FindCalMergeResp\"\x00\x12V\n\x03Get\x12%.dfs.facility.calmerge.GetCalMergeReq\x1a&.dfs.facility.calmerge.GetCalMergeResp\"\x00\x12\\\n\x05Write\x12\'.dfs.facility.calmerge.WriteCalMergeReq\x1a(.dfs.facility.calmerge.WriteCalMergeResp\"\x00\x12j\n\x0fUpdateQc1Status\x12).dfs.facility.calmerge.UpdateQc1StatusReq\x1a*.dfs.facility.calmerge.UpdateQc1StatusResp\"\x00\x12m\n\x10UpdateProcStatus\x12*.dfs.facility.calmerge.UpdateProcStatusReq\x1a+.dfs.facility.calmerge.UpdateProcStatusResp\"\x00\x42(Z&cnlab.net/csst/proto/facility/calmergeb\x06proto3')
Wei Shoulin's avatar
c3  
Wei Shoulin committed
25
26
27
28
29
30
31
32
  ,
  dependencies=[common_dot_error__pb2.DESCRIPTOR,])




_CALMERGERECORD = _descriptor.Descriptor(
  name='CalMergeRecord',
Wei Shoulin's avatar
Wei Shoulin committed
33
  full_name='dfs.facility.calmerge.CalMergeRecord',
Wei Shoulin's avatar
c3  
Wei Shoulin committed
34
35
36
37
38
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    _descriptor.FieldDescriptor(
Wei Shoulin's avatar
Wei Shoulin committed
39
      name='id', full_name='dfs.facility.calmerge.CalMergeRecord.id', index=0,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
40
41
42
43
44
45
      number=1, type=3, cpp_type=2, label=1,
      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(
Wei Shoulin's avatar
Wei Shoulin committed
46
      name='cal_id', full_name='dfs.facility.calmerge.CalMergeRecord.cal_id', index=1,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
47
48
49
50
51
52
      number=2, 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(
Wei Shoulin's avatar
Wei Shoulin committed
53
      name='detector_no', full_name='dfs.facility.calmerge.CalMergeRecord.detector_no', index=2,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
54
55
56
57
58
59
      number=3, 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(
Wei Shoulin's avatar
Wei Shoulin committed
60
      name='ref_type', full_name='dfs.facility.calmerge.CalMergeRecord.ref_type', index=3,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
61
62
63
64
65
66
      number=4, 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(
Wei Shoulin's avatar
Wei Shoulin committed
67
68
69
70
71
72
73
74
75
      name='obs_time', full_name='dfs.facility.calmerge.CalMergeRecord.obs_time', index=4,
      number=5, 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='exp_time', full_name='dfs.facility.calmerge.CalMergeRecord.exp_time', index=5,
      number=6, type=2, cpp_type=6, label=1,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
76
77
78
79
80
      has_default_value=False, default_value=float(0),
      message_type=None, enum_type=None, containing_type=None,
      is_extension=False, extension_scope=None,
      serialized_options=None, file=DESCRIPTOR),
    _descriptor.FieldDescriptor(
Wei Shoulin's avatar
Wei Shoulin committed
81
82
      name='filename', full_name='dfs.facility.calmerge.CalMergeRecord.filename', index=6,
      number=7, type=9, cpp_type=9, label=1,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
83
84
85
86
87
      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(
Wei Shoulin's avatar
Wei Shoulin committed
88
89
      name='file_path', full_name='dfs.facility.calmerge.CalMergeRecord.file_path', index=7,
      number=8, type=9, cpp_type=9, label=1,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
90
91
92
93
94
      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(
Wei Shoulin's avatar
Wei Shoulin committed
95
96
      name='qc1_status', full_name='dfs.facility.calmerge.CalMergeRecord.qc1_status', index=8,
      number=9, type=5, cpp_type=1, label=1,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
97
98
99
100
101
      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(
Wei Shoulin's avatar
Wei Shoulin committed
102
103
      name='qc1_time', full_name='dfs.facility.calmerge.CalMergeRecord.qc1_time', index=9,
      number=10, type=9, cpp_type=9, label=1,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
104
105
106
107
108
      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(
Wei Shoulin's avatar
Wei Shoulin committed
109
110
      name='prc_status', full_name='dfs.facility.calmerge.CalMergeRecord.prc_status', index=10,
      number=11, type=5, cpp_type=1, label=1,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
111
112
113
114
115
      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(
Wei Shoulin's avatar
Wei Shoulin committed
116
117
      name='prc_time', full_name='dfs.facility.calmerge.CalMergeRecord.prc_time', index=11,
      number=12, type=9, cpp_type=9, label=1,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
118
119
120
121
122
      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(
Wei Shoulin's avatar
Wei Shoulin committed
123
124
      name='create_time', full_name='dfs.facility.calmerge.CalMergeRecord.create_time', index=12,
      number=13, type=9, cpp_type=9, label=1,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
125
126
127
128
129
      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(
Wei Shoulin's avatar
Wei Shoulin committed
130
131
      name='level0_ids', full_name='dfs.facility.calmerge.CalMergeRecord.level0_ids', index=13,
      number=14, type=9, cpp_type=9, label=3,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
      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),
  ],
  extensions=[
  ],
  nested_types=[],
  enum_types=[
  ],
  serialized_options=None,
  is_extendable=False,
  syntax='proto3',
  extension_ranges=[],
  oneofs=[
  ],
Wei Shoulin's avatar
Wei Shoulin committed
148
  serialized_start=80,
Wei Shoulin's avatar
Wei Shoulin committed
149
  serialized_end=353,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
150
151
152
153
154
)


_FINDCALMERGEREQ_OTHERCONDITIONSENTRY = _descriptor.Descriptor(
  name='OtherConditionsEntry',
Wei Shoulin's avatar
Wei Shoulin committed
155
  full_name='dfs.facility.calmerge.FindCalMergeReq.OtherConditionsEntry',
Wei Shoulin's avatar
c3  
Wei Shoulin committed
156
157
158
159
160
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    _descriptor.FieldDescriptor(
Wei Shoulin's avatar
Wei Shoulin committed
161
      name='key', full_name='dfs.facility.calmerge.FindCalMergeReq.OtherConditionsEntry.key', index=0,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
162
163
164
165
166
167
      number=1, 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(
Wei Shoulin's avatar
Wei Shoulin committed
168
      name='value', full_name='dfs.facility.calmerge.FindCalMergeReq.OtherConditionsEntry.value', index=1,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
      number=2, 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=_b('8\001'),
  is_extendable=False,
  syntax='proto3',
  extension_ranges=[],
  oneofs=[
  ],
Wei Shoulin's avatar
Wei Shoulin committed
186
187
  serialized_start=621,
  serialized_end=675,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
188
189
190
191
)

_FINDCALMERGEREQ = _descriptor.Descriptor(
  name='FindCalMergeReq',
Wei Shoulin's avatar
Wei Shoulin committed
192
  full_name='dfs.facility.calmerge.FindCalMergeReq',
Wei Shoulin's avatar
c3  
Wei Shoulin committed
193
194
195
196
197
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    _descriptor.FieldDescriptor(
Wei Shoulin's avatar
Wei Shoulin committed
198
      name='detector_no', full_name='dfs.facility.calmerge.FindCalMergeReq.detector_no', index=0,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
199
200
201
202
203
204
      number=1, 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(
Wei Shoulin's avatar
Wei Shoulin committed
205
      name='ref_type', full_name='dfs.facility.calmerge.FindCalMergeReq.ref_type', index=1,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
206
207
208
209
210
211
      number=2, 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(
Wei Shoulin's avatar
Wei Shoulin committed
212
      name='exp_time_start', full_name='dfs.facility.calmerge.FindCalMergeReq.exp_time_start', index=2,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
213
214
215
216
217
218
      number=3, 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(
Wei Shoulin's avatar
Wei Shoulin committed
219
      name='exp_time_end', full_name='dfs.facility.calmerge.FindCalMergeReq.exp_time_end', index=3,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
220
221
222
223
224
225
      number=4, 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(
Wei Shoulin's avatar
Wei Shoulin committed
226
      name='qc1_status', full_name='dfs.facility.calmerge.FindCalMergeReq.qc1_status', index=4,
Wei Shoulin's avatar
Wei Shoulin committed
227
      number=5, type=5, cpp_type=1, label=1,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
228
229
230
231
232
      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(
Wei Shoulin's avatar
Wei Shoulin committed
233
      name='prc_status', full_name='dfs.facility.calmerge.FindCalMergeReq.prc_status', index=5,
Wei Shoulin's avatar
Wei Shoulin committed
234
      number=6, type=5, cpp_type=1, label=1,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
235
236
237
238
239
      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(
Wei Shoulin's avatar
Wei Shoulin committed
240
      name='file_name', full_name='dfs.facility.calmerge.FindCalMergeReq.file_name', index=6,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
241
242
243
244
245
246
      number=7, 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(
Wei Shoulin's avatar
Wei Shoulin committed
247
      name='limit', full_name='dfs.facility.calmerge.FindCalMergeReq.limit', index=7,
Wei Shoulin's avatar
Wei Shoulin committed
248
      number=8, type=5, cpp_type=1, label=1,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
249
250
251
252
253
      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(
Wei Shoulin's avatar
Wei Shoulin committed
254
      name='other_conditions', full_name='dfs.facility.calmerge.FindCalMergeReq.other_conditions', index=8,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
      number=9, type=11, cpp_type=10, 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),
  ],
  extensions=[
  ],
  nested_types=[_FINDCALMERGEREQ_OTHERCONDITIONSENTRY, ],
  enum_types=[
  ],
  serialized_options=None,
  is_extendable=False,
  syntax='proto3',
  extension_ranges=[],
  oneofs=[
  ],
Wei Shoulin's avatar
Wei Shoulin committed
272
273
  serialized_start=356,
  serialized_end=675,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
274
275
276
277
278
)


_FINDCALMERGERESP = _descriptor.Descriptor(
  name='FindCalMergeResp',
Wei Shoulin's avatar
Wei Shoulin committed
279
  full_name='dfs.facility.calmerge.FindCalMergeResp',
Wei Shoulin's avatar
c3  
Wei Shoulin committed
280
281
282
283
284
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    _descriptor.FieldDescriptor(
Wei Shoulin's avatar
Wei Shoulin committed
285
      name='success', full_name='dfs.facility.calmerge.FindCalMergeResp.success', index=0,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
286
287
288
289
290
291
      number=1, type=8, cpp_type=7, label=1,
      has_default_value=False, default_value=False,
      message_type=None, enum_type=None, containing_type=None,
      is_extension=False, extension_scope=None,
      serialized_options=None, file=DESCRIPTOR),
    _descriptor.FieldDescriptor(
Wei Shoulin's avatar
Wei Shoulin committed
292
      name='totalCount', full_name='dfs.facility.calmerge.FindCalMergeResp.totalCount', index=1,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
293
294
295
296
297
298
      number=2, type=5, cpp_type=1, label=1,
      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(
Wei Shoulin's avatar
Wei Shoulin committed
299
      name='error', full_name='dfs.facility.calmerge.FindCalMergeResp.error', index=2,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
300
301
302
303
304
305
      number=3, type=11, cpp_type=10, label=1,
      has_default_value=False, default_value=None,
      message_type=None, enum_type=None, containing_type=None,
      is_extension=False, extension_scope=None,
      serialized_options=None, file=DESCRIPTOR),
    _descriptor.FieldDescriptor(
Wei Shoulin's avatar
Wei Shoulin committed
306
      name='records', full_name='dfs.facility.calmerge.FindCalMergeResp.records', index=3,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
      number=4, type=11, cpp_type=10, 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),
  ],
  extensions=[
  ],
  nested_types=[],
  enum_types=[
  ],
  serialized_options=None,
  is_extendable=False,
  syntax='proto3',
  extension_ranges=[],
  oneofs=[
  ],
Wei Shoulin's avatar
Wei Shoulin committed
324
325
  serialized_start=678,
  serialized_end=819,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
326
327
328
329
330
)


_GETCALMERGEREQ = _descriptor.Descriptor(
  name='GetCalMergeReq',
Wei Shoulin's avatar
Wei Shoulin committed
331
  full_name='dfs.facility.calmerge.GetCalMergeReq',
Wei Shoulin's avatar
c3  
Wei Shoulin committed
332
333
334
335
336
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    _descriptor.FieldDescriptor(
Wei Shoulin's avatar
Wei Shoulin committed
337
      name='id', full_name='dfs.facility.calmerge.GetCalMergeReq.id', index=0,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
338
339
340
341
342
      number=1, type=3, cpp_type=2, label=1,
      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),
Wei Shoulin's avatar
Wei Shoulin committed
343
344
345
346
347
348
349
    _descriptor.FieldDescriptor(
      name='cal_id', full_name='dfs.facility.calmerge.GetCalMergeReq.cal_id', index=1,
      number=2, 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),
Wei Shoulin's avatar
c3  
Wei Shoulin committed
350
351
352
353
354
355
356
357
358
359
360
361
  ],
  extensions=[
  ],
  nested_types=[],
  enum_types=[
  ],
  serialized_options=None,
  is_extendable=False,
  syntax='proto3',
  extension_ranges=[],
  oneofs=[
  ],
Wei Shoulin's avatar
Wei Shoulin committed
362
363
  serialized_start=821,
  serialized_end=865,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
364
365
366
367
368
)


_GETCALMERGERESP = _descriptor.Descriptor(
  name='GetCalMergeResp',
Wei Shoulin's avatar
Wei Shoulin committed
369
  full_name='dfs.facility.calmerge.GetCalMergeResp',
Wei Shoulin's avatar
c3  
Wei Shoulin committed
370
371
372
373
374
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    _descriptor.FieldDescriptor(
Wei Shoulin's avatar
Wei Shoulin committed
375
      name='record', full_name='dfs.facility.calmerge.GetCalMergeResp.record', index=0,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
      number=1, type=11, cpp_type=10, label=1,
      has_default_value=False, default_value=None,
      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='proto3',
  extension_ranges=[],
  oneofs=[
  ],
Wei Shoulin's avatar
Wei Shoulin committed
393
394
  serialized_start=867,
  serialized_end=939,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
395
396
397
398
399
)


_WRITECALMERGEREQ = _descriptor.Descriptor(
  name='WriteCalMergeReq',
Wei Shoulin's avatar
Wei Shoulin committed
400
  full_name='dfs.facility.calmerge.WriteCalMergeReq',
Wei Shoulin's avatar
c3  
Wei Shoulin committed
401
402
403
404
405
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    _descriptor.FieldDescriptor(
Wei Shoulin's avatar
Wei Shoulin committed
406
      name='record', full_name='dfs.facility.calmerge.WriteCalMergeReq.record', index=0,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
      number=1, type=11, cpp_type=10, label=1,
      has_default_value=False, default_value=None,
      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='proto3',
  extension_ranges=[],
  oneofs=[
  ],
Wei Shoulin's avatar
Wei Shoulin committed
424
425
  serialized_start=941,
  serialized_end=1014,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
426
427
428
429
430
)


_WRITECALMERGERESP = _descriptor.Descriptor(
  name='WriteCalMergeResp',
Wei Shoulin's avatar
Wei Shoulin committed
431
  full_name='dfs.facility.calmerge.WriteCalMergeResp',
Wei Shoulin's avatar
c3  
Wei Shoulin committed
432
433
434
435
436
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    _descriptor.FieldDescriptor(
Wei Shoulin's avatar
Wei Shoulin committed
437
      name='success', full_name='dfs.facility.calmerge.WriteCalMergeResp.success', index=0,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
438
439
440
441
442
443
      number=1, type=8, cpp_type=7, label=1,
      has_default_value=False, default_value=False,
      message_type=None, enum_type=None, containing_type=None,
      is_extension=False, extension_scope=None,
      serialized_options=None, file=DESCRIPTOR),
    _descriptor.FieldDescriptor(
Wei Shoulin's avatar
Wei Shoulin committed
444
      name='error', full_name='dfs.facility.calmerge.WriteCalMergeResp.error', index=1,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
445
446
447
448
449
450
      number=2, type=11, cpp_type=10, label=1,
      has_default_value=False, default_value=None,
      message_type=None, enum_type=None, containing_type=None,
      is_extension=False, extension_scope=None,
      serialized_options=None, file=DESCRIPTOR),
    _descriptor.FieldDescriptor(
Wei Shoulin's avatar
Wei Shoulin committed
451
      name='record', full_name='dfs.facility.calmerge.WriteCalMergeResp.record', index=2,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
      number=3, type=11, cpp_type=10, label=1,
      has_default_value=False, default_value=None,
      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='proto3',
  extension_ranges=[],
  oneofs=[
  ],
Wei Shoulin's avatar
Wei Shoulin committed
469
470
  serialized_start=1016,
  serialized_end=1137,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
471
472
473
474
475
)


_UPDATEQC1STATUSREQ = _descriptor.Descriptor(
  name='UpdateQc1StatusReq',
Wei Shoulin's avatar
Wei Shoulin committed
476
  full_name='dfs.facility.calmerge.UpdateQc1StatusReq',
Wei Shoulin's avatar
c3  
Wei Shoulin committed
477
478
479
480
481
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    _descriptor.FieldDescriptor(
Wei Shoulin's avatar
Wei Shoulin committed
482
      name='id', full_name='dfs.facility.calmerge.UpdateQc1StatusReq.id', index=0,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
483
484
485
486
487
488
      number=1, type=3, cpp_type=2, label=1,
      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(
Wei Shoulin's avatar
Wei Shoulin committed
489
490
491
492
493
494
495
496
497
      name='cal_id', full_name='dfs.facility.calmerge.UpdateQc1StatusReq.cal_id', index=1,
      number=2, 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='status', full_name='dfs.facility.calmerge.UpdateQc1StatusReq.status', index=2,
      number=3, type=5, cpp_type=1, label=1,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
      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),
  ],
  extensions=[
  ],
  nested_types=[],
  enum_types=[
  ],
  serialized_options=None,
  is_extendable=False,
  syntax='proto3',
  extension_ranges=[],
  oneofs=[
  ],
Wei Shoulin's avatar
Wei Shoulin committed
514
515
  serialized_start=1139,
  serialized_end=1203,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
516
517
518
519
520
)


_UPDATEQC1STATUSRESP = _descriptor.Descriptor(
  name='UpdateQc1StatusResp',
Wei Shoulin's avatar
Wei Shoulin committed
521
  full_name='dfs.facility.calmerge.UpdateQc1StatusResp',
Wei Shoulin's avatar
c3  
Wei Shoulin committed
522
523
524
525
526
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    _descriptor.FieldDescriptor(
Wei Shoulin's avatar
Wei Shoulin committed
527
      name='success', full_name='dfs.facility.calmerge.UpdateQc1StatusResp.success', index=0,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
528
529
530
531
532
533
      number=1, type=8, cpp_type=7, label=1,
      has_default_value=False, default_value=False,
      message_type=None, enum_type=None, containing_type=None,
      is_extension=False, extension_scope=None,
      serialized_options=None, file=DESCRIPTOR),
    _descriptor.FieldDescriptor(
Wei Shoulin's avatar
Wei Shoulin committed
534
      name='error', full_name='dfs.facility.calmerge.UpdateQc1StatusResp.error', index=1,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
      number=2, type=11, cpp_type=10, label=1,
      has_default_value=False, default_value=None,
      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='proto3',
  extension_ranges=[],
  oneofs=[
  ],
Wei Shoulin's avatar
Wei Shoulin committed
552
553
  serialized_start=1205,
  serialized_end=1273,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
554
555
556
557
558
)


_UPDATEPROCSTATUSREQ = _descriptor.Descriptor(
  name='UpdateProcStatusReq',
Wei Shoulin's avatar
Wei Shoulin committed
559
  full_name='dfs.facility.calmerge.UpdateProcStatusReq',
Wei Shoulin's avatar
c3  
Wei Shoulin committed
560
561
562
563
564
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    _descriptor.FieldDescriptor(
Wei Shoulin's avatar
Wei Shoulin committed
565
      name='id', full_name='dfs.facility.calmerge.UpdateProcStatusReq.id', index=0,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
566
567
568
569
570
571
      number=1, type=3, cpp_type=2, label=1,
      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(
Wei Shoulin's avatar
Wei Shoulin committed
572
573
574
575
576
577
578
579
580
      name='cal_id', full_name='dfs.facility.calmerge.UpdateProcStatusReq.cal_id', index=1,
      number=2, 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='status', full_name='dfs.facility.calmerge.UpdateProcStatusReq.status', index=2,
      number=3, type=5, cpp_type=1, label=1,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
      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),
  ],
  extensions=[
  ],
  nested_types=[],
  enum_types=[
  ],
  serialized_options=None,
  is_extendable=False,
  syntax='proto3',
  extension_ranges=[],
  oneofs=[
  ],
Wei Shoulin's avatar
Wei Shoulin committed
597
598
  serialized_start=1275,
  serialized_end=1340,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
599
600
601
602
603
)


_UPDATEPROCSTATUSRESP = _descriptor.Descriptor(
  name='UpdateProcStatusResp',
Wei Shoulin's avatar
Wei Shoulin committed
604
  full_name='dfs.facility.calmerge.UpdateProcStatusResp',
Wei Shoulin's avatar
c3  
Wei Shoulin committed
605
606
607
608
609
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    _descriptor.FieldDescriptor(
Wei Shoulin's avatar
Wei Shoulin committed
610
      name='success', full_name='dfs.facility.calmerge.UpdateProcStatusResp.success', index=0,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
611
612
613
614
615
616
      number=1, type=8, cpp_type=7, label=1,
      has_default_value=False, default_value=False,
      message_type=None, enum_type=None, containing_type=None,
      is_extension=False, extension_scope=None,
      serialized_options=None, file=DESCRIPTOR),
    _descriptor.FieldDescriptor(
Wei Shoulin's avatar
Wei Shoulin committed
617
      name='error', full_name='dfs.facility.calmerge.UpdateProcStatusResp.error', index=1,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
      number=2, type=11, cpp_type=10, label=1,
      has_default_value=False, default_value=None,
      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='proto3',
  extension_ranges=[],
  oneofs=[
  ],
Wei Shoulin's avatar
Wei Shoulin committed
635
636
  serialized_start=1342,
  serialized_end=1411,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
)

_FINDCALMERGEREQ_OTHERCONDITIONSENTRY.containing_type = _FINDCALMERGEREQ
_FINDCALMERGEREQ.fields_by_name['other_conditions'].message_type = _FINDCALMERGEREQ_OTHERCONDITIONSENTRY
_FINDCALMERGERESP.fields_by_name['error'].message_type = common_dot_error__pb2._ERROR
_FINDCALMERGERESP.fields_by_name['records'].message_type = _CALMERGERECORD
_GETCALMERGERESP.fields_by_name['record'].message_type = _CALMERGERECORD
_WRITECALMERGEREQ.fields_by_name['record'].message_type = _CALMERGERECORD
_WRITECALMERGERESP.fields_by_name['error'].message_type = common_dot_error__pb2._ERROR
_WRITECALMERGERESP.fields_by_name['record'].message_type = _CALMERGERECORD
_UPDATEQC1STATUSRESP.fields_by_name['error'].message_type = common_dot_error__pb2._ERROR
_UPDATEPROCSTATUSRESP.fields_by_name['error'].message_type = common_dot_error__pb2._ERROR
DESCRIPTOR.message_types_by_name['CalMergeRecord'] = _CALMERGERECORD
DESCRIPTOR.message_types_by_name['FindCalMergeReq'] = _FINDCALMERGEREQ
DESCRIPTOR.message_types_by_name['FindCalMergeResp'] = _FINDCALMERGERESP
DESCRIPTOR.message_types_by_name['GetCalMergeReq'] = _GETCALMERGEREQ
DESCRIPTOR.message_types_by_name['GetCalMergeResp'] = _GETCALMERGERESP
DESCRIPTOR.message_types_by_name['WriteCalMergeReq'] = _WRITECALMERGEREQ
DESCRIPTOR.message_types_by_name['WriteCalMergeResp'] = _WRITECALMERGERESP
DESCRIPTOR.message_types_by_name['UpdateQc1StatusReq'] = _UPDATEQC1STATUSREQ
DESCRIPTOR.message_types_by_name['UpdateQc1StatusResp'] = _UPDATEQC1STATUSRESP
DESCRIPTOR.message_types_by_name['UpdateProcStatusReq'] = _UPDATEPROCSTATUSREQ
DESCRIPTOR.message_types_by_name['UpdateProcStatusResp'] = _UPDATEPROCSTATUSRESP
_sym_db.RegisterFileDescriptor(DESCRIPTOR)

CalMergeRecord = _reflection.GeneratedProtocolMessageType('CalMergeRecord', (_message.Message,), {
  'DESCRIPTOR' : _CALMERGERECORD,
  '__module__' : 'facility.calmerge.calmerge_pb2'
Wei Shoulin's avatar
Wei Shoulin committed
665
  # @@protoc_insertion_point(class_scope:dfs.facility.calmerge.CalMergeRecord)
Wei Shoulin's avatar
c3  
Wei Shoulin committed
666
667
668
669
670
671
672
673
  })
_sym_db.RegisterMessage(CalMergeRecord)

FindCalMergeReq = _reflection.GeneratedProtocolMessageType('FindCalMergeReq', (_message.Message,), {

  'OtherConditionsEntry' : _reflection.GeneratedProtocolMessageType('OtherConditionsEntry', (_message.Message,), {
    'DESCRIPTOR' : _FINDCALMERGEREQ_OTHERCONDITIONSENTRY,
    '__module__' : 'facility.calmerge.calmerge_pb2'
Wei Shoulin's avatar
Wei Shoulin committed
674
    # @@protoc_insertion_point(class_scope:dfs.facility.calmerge.FindCalMergeReq.OtherConditionsEntry)
Wei Shoulin's avatar
c3  
Wei Shoulin committed
675
676
677
678
    })
  ,
  'DESCRIPTOR' : _FINDCALMERGEREQ,
  '__module__' : 'facility.calmerge.calmerge_pb2'
Wei Shoulin's avatar
Wei Shoulin committed
679
  # @@protoc_insertion_point(class_scope:dfs.facility.calmerge.FindCalMergeReq)
Wei Shoulin's avatar
c3  
Wei Shoulin committed
680
681
682
683
684
685
686
  })
_sym_db.RegisterMessage(FindCalMergeReq)
_sym_db.RegisterMessage(FindCalMergeReq.OtherConditionsEntry)

FindCalMergeResp = _reflection.GeneratedProtocolMessageType('FindCalMergeResp', (_message.Message,), {
  'DESCRIPTOR' : _FINDCALMERGERESP,
  '__module__' : 'facility.calmerge.calmerge_pb2'
Wei Shoulin's avatar
Wei Shoulin committed
687
  # @@protoc_insertion_point(class_scope:dfs.facility.calmerge.FindCalMergeResp)
Wei Shoulin's avatar
c3  
Wei Shoulin committed
688
689
690
691
692
693
  })
_sym_db.RegisterMessage(FindCalMergeResp)

GetCalMergeReq = _reflection.GeneratedProtocolMessageType('GetCalMergeReq', (_message.Message,), {
  'DESCRIPTOR' : _GETCALMERGEREQ,
  '__module__' : 'facility.calmerge.calmerge_pb2'
Wei Shoulin's avatar
Wei Shoulin committed
694
  # @@protoc_insertion_point(class_scope:dfs.facility.calmerge.GetCalMergeReq)
Wei Shoulin's avatar
c3  
Wei Shoulin committed
695
696
697
698
699
700
  })
_sym_db.RegisterMessage(GetCalMergeReq)

GetCalMergeResp = _reflection.GeneratedProtocolMessageType('GetCalMergeResp', (_message.Message,), {
  'DESCRIPTOR' : _GETCALMERGERESP,
  '__module__' : 'facility.calmerge.calmerge_pb2'
Wei Shoulin's avatar
Wei Shoulin committed
701
  # @@protoc_insertion_point(class_scope:dfs.facility.calmerge.GetCalMergeResp)
Wei Shoulin's avatar
c3  
Wei Shoulin committed
702
703
704
705
706
707
  })
_sym_db.RegisterMessage(GetCalMergeResp)

WriteCalMergeReq = _reflection.GeneratedProtocolMessageType('WriteCalMergeReq', (_message.Message,), {
  'DESCRIPTOR' : _WRITECALMERGEREQ,
  '__module__' : 'facility.calmerge.calmerge_pb2'
Wei Shoulin's avatar
Wei Shoulin committed
708
  # @@protoc_insertion_point(class_scope:dfs.facility.calmerge.WriteCalMergeReq)
Wei Shoulin's avatar
c3  
Wei Shoulin committed
709
710
711
712
713
714
  })
_sym_db.RegisterMessage(WriteCalMergeReq)

WriteCalMergeResp = _reflection.GeneratedProtocolMessageType('WriteCalMergeResp', (_message.Message,), {
  'DESCRIPTOR' : _WRITECALMERGERESP,
  '__module__' : 'facility.calmerge.calmerge_pb2'
Wei Shoulin's avatar
Wei Shoulin committed
715
  # @@protoc_insertion_point(class_scope:dfs.facility.calmerge.WriteCalMergeResp)
Wei Shoulin's avatar
c3  
Wei Shoulin committed
716
717
718
719
720
721
  })
_sym_db.RegisterMessage(WriteCalMergeResp)

UpdateQc1StatusReq = _reflection.GeneratedProtocolMessageType('UpdateQc1StatusReq', (_message.Message,), {
  'DESCRIPTOR' : _UPDATEQC1STATUSREQ,
  '__module__' : 'facility.calmerge.calmerge_pb2'
Wei Shoulin's avatar
Wei Shoulin committed
722
  # @@protoc_insertion_point(class_scope:dfs.facility.calmerge.UpdateQc1StatusReq)
Wei Shoulin's avatar
c3  
Wei Shoulin committed
723
724
725
726
727
728
  })
_sym_db.RegisterMessage(UpdateQc1StatusReq)

UpdateQc1StatusResp = _reflection.GeneratedProtocolMessageType('UpdateQc1StatusResp', (_message.Message,), {
  'DESCRIPTOR' : _UPDATEQC1STATUSRESP,
  '__module__' : 'facility.calmerge.calmerge_pb2'
Wei Shoulin's avatar
Wei Shoulin committed
729
  # @@protoc_insertion_point(class_scope:dfs.facility.calmerge.UpdateQc1StatusResp)
Wei Shoulin's avatar
c3  
Wei Shoulin committed
730
731
732
733
734
735
  })
_sym_db.RegisterMessage(UpdateQc1StatusResp)

UpdateProcStatusReq = _reflection.GeneratedProtocolMessageType('UpdateProcStatusReq', (_message.Message,), {
  'DESCRIPTOR' : _UPDATEPROCSTATUSREQ,
  '__module__' : 'facility.calmerge.calmerge_pb2'
Wei Shoulin's avatar
Wei Shoulin committed
736
  # @@protoc_insertion_point(class_scope:dfs.facility.calmerge.UpdateProcStatusReq)
Wei Shoulin's avatar
c3  
Wei Shoulin committed
737
738
739
740
741
742
  })
_sym_db.RegisterMessage(UpdateProcStatusReq)

UpdateProcStatusResp = _reflection.GeneratedProtocolMessageType('UpdateProcStatusResp', (_message.Message,), {
  'DESCRIPTOR' : _UPDATEPROCSTATUSRESP,
  '__module__' : 'facility.calmerge.calmerge_pb2'
Wei Shoulin's avatar
Wei Shoulin committed
743
  # @@protoc_insertion_point(class_scope:dfs.facility.calmerge.UpdateProcStatusResp)
Wei Shoulin's avatar
c3  
Wei Shoulin committed
744
745
746
747
748
749
750
751
752
  })
_sym_db.RegisterMessage(UpdateProcStatusResp)


DESCRIPTOR._options = None
_FINDCALMERGEREQ_OTHERCONDITIONSENTRY._options = None

_CALMERGESRV = _descriptor.ServiceDescriptor(
  name='CalMergeSrv',
Wei Shoulin's avatar
Wei Shoulin committed
753
  full_name='dfs.facility.calmerge.CalMergeSrv',
Wei Shoulin's avatar
c3  
Wei Shoulin committed
754
755
756
  file=DESCRIPTOR,
  index=0,
  serialized_options=None,
Wei Shoulin's avatar
Wei Shoulin committed
757
758
  serialized_start=1414,
  serialized_end=1919,
Wei Shoulin's avatar
c3  
Wei Shoulin committed
759
760
761
  methods=[
  _descriptor.MethodDescriptor(
    name='Find',
Wei Shoulin's avatar
Wei Shoulin committed
762
    full_name='dfs.facility.calmerge.CalMergeSrv.Find',
Wei Shoulin's avatar
c3  
Wei Shoulin committed
763
764
765
766
767
768
769
770
    index=0,
    containing_service=None,
    input_type=_FINDCALMERGEREQ,
    output_type=_FINDCALMERGERESP,
    serialized_options=None,
  ),
  _descriptor.MethodDescriptor(
    name='Get',
Wei Shoulin's avatar
Wei Shoulin committed
771
    full_name='dfs.facility.calmerge.CalMergeSrv.Get',
Wei Shoulin's avatar
c3  
Wei Shoulin committed
772
773
774
775
776
777
778
779
    index=1,
    containing_service=None,
    input_type=_GETCALMERGEREQ,
    output_type=_GETCALMERGERESP,
    serialized_options=None,
  ),
  _descriptor.MethodDescriptor(
    name='Write',
Wei Shoulin's avatar
Wei Shoulin committed
780
    full_name='dfs.facility.calmerge.CalMergeSrv.Write',
Wei Shoulin's avatar
c3  
Wei Shoulin committed
781
782
783
784
785
786
787
788
    index=2,
    containing_service=None,
    input_type=_WRITECALMERGEREQ,
    output_type=_WRITECALMERGERESP,
    serialized_options=None,
  ),
  _descriptor.MethodDescriptor(
    name='UpdateQc1Status',
Wei Shoulin's avatar
Wei Shoulin committed
789
    full_name='dfs.facility.calmerge.CalMergeSrv.UpdateQc1Status',
Wei Shoulin's avatar
c3  
Wei Shoulin committed
790
791
792
793
794
795
796
797
    index=3,
    containing_service=None,
    input_type=_UPDATEQC1STATUSREQ,
    output_type=_UPDATEQC1STATUSRESP,
    serialized_options=None,
  ),
  _descriptor.MethodDescriptor(
    name='UpdateProcStatus',
Wei Shoulin's avatar
Wei Shoulin committed
798
    full_name='dfs.facility.calmerge.CalMergeSrv.UpdateProcStatus',
Wei Shoulin's avatar
c3  
Wei Shoulin committed
799
800
801
802
803
804
805
806
807
808
809
810
    index=4,
    containing_service=None,
    input_type=_UPDATEPROCSTATUSREQ,
    output_type=_UPDATEPROCSTATUSRESP,
    serialized_options=None,
  ),
])
_sym_db.RegisterServiceDescriptor(_CALMERGESRV)

DESCRIPTOR.services_by_name['CalMergeSrv'] = _CALMERGESRV

# @@protoc_insertion_point(module_scope)