level1prc_pb2.py 21.4 KB
Newer Older
Wei Shoulin's avatar
Wei Shoulin committed
1
2
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler.  DO NOT EDIT!
Wei Shoulin's avatar
brick    
Wei Shoulin committed
3
# source: ifs/level1prc/level1prc.proto
Wei Shoulin's avatar
Wei Shoulin committed
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

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(
Wei Shoulin's avatar
brick    
Wei Shoulin committed
20
21
  name='ifs/level1prc/level1prc.proto',
  package='dfs.ifs.level1prc',
Wei Shoulin's avatar
Wei Shoulin committed
22
  syntax='proto3',
Wei Shoulin's avatar
brick    
Wei Shoulin committed
23
24
  serialized_options=_b('Z\"cnlab.net/csst/proto/ifs/level1prc'),
  serialized_pb=_b('\n\x1difs/level1prc/level1prc.proto\x12\x11\x64\x66s.ifs.level1prc\x1a\x12\x63ommon/error.proto\"\xb3\x01\n\x0fLevel1PrcRecord\x12\n\n\x02id\x18\x01 \x01(\x03\x12\x11\n\tlevel1_id\x18\x02 \x01(\x03\x12\x13\n\x0bpipeline_id\x18\x03 \x01(\t\x12\x12\n\nprc_module\x18\x04 \x01(\t\x12\x18\n\x10params_file_path\x18\x05 \x01(\t\x12\x12\n\nprc_status\x18\x06 \x01(\x05\x12\x10\n\x08prc_time\x18\x07 \x01(\t\x12\x18\n\x10result_file_path\x18\x08 \x01(\t\"\xee\x01\n\x10\x46indLevel1PrcReq\x12\x11\n\tlevel1_id\x18\x01 \x01(\x03\x12\x13\n\x0bpipeline_id\x18\x02 \x01(\t\x12\x12\n\nprc_module\x18\x03 \x01(\t\x12\x12\n\nprc_status\x18\x04 \x01(\x05\x12R\n\x10other_conditions\x18\x05 \x03(\x0b\x32\x38.dfs.ifs.level1prc.FindLevel1PrcReq.OtherConditionsEntry\x1a\x36\n\x14OtherConditionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x8b\x01\n\x11\x46indLevel1PrcResp\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\x33\n\x07records\x18\x04 \x03(\x0b\x32\".dfs.ifs.level1prc.Level1PrcRecord\"G\n\x11WriteLevel1PrcReq\x12\x32\n\x06record\x18\x01 \x01(\x0b\x32\".dfs.ifs.level1prc.Level1PrcRecord\"w\n\x12WriteLevel1PrcResp\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x1c\n\x05\x65rror\x18\x02 \x01(\x0b\x32\r.common.Error\x12\x32\n\x06record\x18\x03 \x01(\x0b\x32\".dfs.ifs.level1prc.Level1PrcRecord\"1\n\x13UpdateProcStatusReq\x12\n\n\x02id\x18\x01 \x01(\x03\x12\x0e\n\x06status\x18\x02 \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\xa2\x02\n\x0cLevel1PrcSrv\x12S\n\x04\x46ind\x12#.dfs.ifs.level1prc.FindLevel1PrcReq\x1a$.dfs.ifs.level1prc.FindLevel1PrcResp\"\x00\x12V\n\x05Write\x12$.dfs.ifs.level1prc.WriteLevel1PrcReq\x1a%.dfs.ifs.level1prc.WriteLevel1PrcResp\"\x00\x12\x65\n\x10UpdateProcStatus\x12&.dfs.ifs.level1prc.UpdateProcStatusReq\x1a\'.dfs.ifs.level1prc.UpdateProcStatusResp\"\x00\x42$Z\"cnlab.net/csst/proto/ifs/level1prcb\x06proto3')
Wei Shoulin's avatar
Wei Shoulin committed
25
26
27
28
29
30
31
32
  ,
  dependencies=[common_dot_error__pb2.DESCRIPTOR,])




_LEVEL1PRCRECORD = _descriptor.Descriptor(
  name='Level1PrcRecord',
Wei Shoulin's avatar
brick    
Wei Shoulin committed
33
  full_name='dfs.ifs.level1prc.Level1PrcRecord',
Wei Shoulin's avatar
Wei Shoulin committed
34
35
36
37
38
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    _descriptor.FieldDescriptor(
Wei Shoulin's avatar
brick    
Wei Shoulin committed
39
      name='id', full_name='dfs.ifs.level1prc.Level1PrcRecord.id', index=0,
Wei Shoulin's avatar
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
brick    
Wei Shoulin committed
46
      name='level1_id', full_name='dfs.ifs.level1prc.Level1PrcRecord.level1_id', index=1,
Wei Shoulin's avatar
Wei Shoulin committed
47
48
49
50
51
52
      number=2, 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
brick    
Wei Shoulin committed
53
      name='pipeline_id', full_name='dfs.ifs.level1prc.Level1PrcRecord.pipeline_id', index=2,
Wei Shoulin's avatar
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
brick    
Wei Shoulin committed
60
      name='prc_module', full_name='dfs.ifs.level1prc.Level1PrcRecord.prc_module', index=3,
Wei Shoulin's avatar
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
brick    
Wei Shoulin committed
67
      name='params_file_path', full_name='dfs.ifs.level1prc.Level1PrcRecord.params_file_path', index=4,
Wei Shoulin's avatar
Wei Shoulin committed
68
69
70
71
72
73
      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(
Wei Shoulin's avatar
brick    
Wei Shoulin committed
74
      name='prc_status', full_name='dfs.ifs.level1prc.Level1PrcRecord.prc_status', index=5,
Wei Shoulin's avatar
Wei Shoulin committed
75
76
77
78
79
80
      number=6, 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
brick    
Wei Shoulin committed
81
      name='prc_time', full_name='dfs.ifs.level1prc.Level1PrcRecord.prc_time', index=6,
Wei Shoulin's avatar
Wei Shoulin committed
82
83
84
85
86
87
      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
brick    
Wei Shoulin committed
88
      name='result_file_path', full_name='dfs.ifs.level1prc.Level1PrcRecord.result_file_path', index=7,
Wei Shoulin's avatar
Wei Shoulin committed
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
      number=8, 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='proto3',
  extension_ranges=[],
  oneofs=[
  ],
Wei Shoulin's avatar
brick    
Wei Shoulin committed
106
107
  serialized_start=73,
  serialized_end=252,
Wei Shoulin's avatar
Wei Shoulin committed
108
109
110
111
112
)


_FINDLEVEL1PRCREQ_OTHERCONDITIONSENTRY = _descriptor.Descriptor(
  name='OtherConditionsEntry',
Wei Shoulin's avatar
brick    
Wei Shoulin committed
113
  full_name='dfs.ifs.level1prc.FindLevel1PrcReq.OtherConditionsEntry',
Wei Shoulin's avatar
Wei Shoulin committed
114
115
116
117
118
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    _descriptor.FieldDescriptor(
Wei Shoulin's avatar
brick    
Wei Shoulin committed
119
      name='key', full_name='dfs.ifs.level1prc.FindLevel1PrcReq.OtherConditionsEntry.key', index=0,
Wei Shoulin's avatar
Wei Shoulin committed
120
121
122
123
124
125
      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
brick    
Wei Shoulin committed
126
      name='value', full_name='dfs.ifs.level1prc.FindLevel1PrcReq.OtherConditionsEntry.value', index=1,
Wei Shoulin's avatar
Wei Shoulin committed
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
      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
brick    
Wei Shoulin committed
144
145
  serialized_start=439,
  serialized_end=493,
Wei Shoulin's avatar
Wei Shoulin committed
146
147
148
149
)

_FINDLEVEL1PRCREQ = _descriptor.Descriptor(
  name='FindLevel1PrcReq',
Wei Shoulin's avatar
brick    
Wei Shoulin committed
150
  full_name='dfs.ifs.level1prc.FindLevel1PrcReq',
Wei Shoulin's avatar
Wei Shoulin committed
151
152
153
154
155
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    _descriptor.FieldDescriptor(
Wei Shoulin's avatar
brick    
Wei Shoulin committed
156
      name='level1_id', full_name='dfs.ifs.level1prc.FindLevel1PrcReq.level1_id', index=0,
Wei Shoulin's avatar
Wei Shoulin committed
157
158
159
160
161
162
      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
brick    
Wei Shoulin committed
163
      name='pipeline_id', full_name='dfs.ifs.level1prc.FindLevel1PrcReq.pipeline_id', index=1,
Wei Shoulin's avatar
Wei Shoulin committed
164
165
166
167
168
169
      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
brick    
Wei Shoulin committed
170
      name='prc_module', full_name='dfs.ifs.level1prc.FindLevel1PrcReq.prc_module', index=2,
Wei Shoulin's avatar
Wei Shoulin committed
171
172
173
174
175
176
      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
brick    
Wei Shoulin committed
177
      name='prc_status', full_name='dfs.ifs.level1prc.FindLevel1PrcReq.prc_status', index=3,
Wei Shoulin's avatar
Wei Shoulin committed
178
179
180
181
182
183
      number=4, 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
brick    
Wei Shoulin committed
184
      name='other_conditions', full_name='dfs.ifs.level1prc.FindLevel1PrcReq.other_conditions', index=4,
Wei Shoulin's avatar
Wei Shoulin committed
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
      number=5, 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=[_FINDLEVEL1PRCREQ_OTHERCONDITIONSENTRY, ],
  enum_types=[
  ],
  serialized_options=None,
  is_extendable=False,
  syntax='proto3',
  extension_ranges=[],
  oneofs=[
  ],
Wei Shoulin's avatar
brick    
Wei Shoulin committed
202
203
  serialized_start=255,
  serialized_end=493,
Wei Shoulin's avatar
Wei Shoulin committed
204
205
206
207
208
)


_FINDLEVEL1PRCRESP = _descriptor.Descriptor(
  name='FindLevel1PrcResp',
Wei Shoulin's avatar
brick    
Wei Shoulin committed
209
  full_name='dfs.ifs.level1prc.FindLevel1PrcResp',
Wei Shoulin's avatar
Wei Shoulin committed
210
211
212
213
214
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    _descriptor.FieldDescriptor(
Wei Shoulin's avatar
brick    
Wei Shoulin committed
215
      name='success', full_name='dfs.ifs.level1prc.FindLevel1PrcResp.success', index=0,
Wei Shoulin's avatar
Wei Shoulin committed
216
217
218
219
220
221
      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
brick    
Wei Shoulin committed
222
      name='totalCount', full_name='dfs.ifs.level1prc.FindLevel1PrcResp.totalCount', index=1,
Wei Shoulin's avatar
Wei Shoulin committed
223
224
225
226
227
228
      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
brick    
Wei Shoulin committed
229
      name='error', full_name='dfs.ifs.level1prc.FindLevel1PrcResp.error', index=2,
Wei Shoulin's avatar
Wei Shoulin committed
230
231
232
233
234
235
      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
brick    
Wei Shoulin committed
236
      name='records', full_name='dfs.ifs.level1prc.FindLevel1PrcResp.records', index=3,
Wei Shoulin's avatar
Wei Shoulin committed
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
      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
brick    
Wei Shoulin committed
254
255
  serialized_start=496,
  serialized_end=635,
Wei Shoulin's avatar
Wei Shoulin committed
256
257
258
259
260
)


_WRITELEVEL1PRCREQ = _descriptor.Descriptor(
  name='WriteLevel1PrcReq',
Wei Shoulin's avatar
brick    
Wei Shoulin committed
261
  full_name='dfs.ifs.level1prc.WriteLevel1PrcReq',
Wei Shoulin's avatar
Wei Shoulin committed
262
263
264
265
266
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    _descriptor.FieldDescriptor(
Wei Shoulin's avatar
brick    
Wei Shoulin committed
267
      name='record', full_name='dfs.ifs.level1prc.WriteLevel1PrcReq.record', index=0,
Wei Shoulin's avatar
Wei Shoulin committed
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
      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
brick    
Wei Shoulin committed
285
286
  serialized_start=637,
  serialized_end=708,
Wei Shoulin's avatar
Wei Shoulin committed
287
288
289
290
291
)


_WRITELEVEL1PRCRESP = _descriptor.Descriptor(
  name='WriteLevel1PrcResp',
Wei Shoulin's avatar
brick    
Wei Shoulin committed
292
  full_name='dfs.ifs.level1prc.WriteLevel1PrcResp',
Wei Shoulin's avatar
Wei Shoulin committed
293
294
295
296
297
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    _descriptor.FieldDescriptor(
Wei Shoulin's avatar
brick    
Wei Shoulin committed
298
      name='success', full_name='dfs.ifs.level1prc.WriteLevel1PrcResp.success', index=0,
Wei Shoulin's avatar
Wei Shoulin committed
299
300
301
302
303
304
      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
brick    
Wei Shoulin committed
305
      name='error', full_name='dfs.ifs.level1prc.WriteLevel1PrcResp.error', index=1,
Wei Shoulin's avatar
Wei Shoulin committed
306
307
308
309
310
311
      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
brick    
Wei Shoulin committed
312
      name='record', full_name='dfs.ifs.level1prc.WriteLevel1PrcResp.record', index=2,
Wei Shoulin's avatar
Wei Shoulin committed
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
      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
brick    
Wei Shoulin committed
330
331
  serialized_start=710,
  serialized_end=829,
Wei Shoulin's avatar
Wei Shoulin committed
332
333
334
335
336
)


_UPDATEPROCSTATUSREQ = _descriptor.Descriptor(
  name='UpdateProcStatusReq',
Wei Shoulin's avatar
brick    
Wei Shoulin committed
337
  full_name='dfs.ifs.level1prc.UpdateProcStatusReq',
Wei Shoulin's avatar
Wei Shoulin committed
338
339
340
341
342
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    _descriptor.FieldDescriptor(
Wei Shoulin's avatar
brick    
Wei Shoulin committed
343
      name='id', full_name='dfs.ifs.level1prc.UpdateProcStatusReq.id', index=0,
Wei Shoulin's avatar
Wei Shoulin committed
344
345
346
347
348
349
      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
brick    
Wei Shoulin committed
350
      name='status', full_name='dfs.ifs.level1prc.UpdateProcStatusReq.status', index=1,
Wei Shoulin's avatar
Wei Shoulin committed
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
      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),
  ],
  extensions=[
  ],
  nested_types=[],
  enum_types=[
  ],
  serialized_options=None,
  is_extendable=False,
  syntax='proto3',
  extension_ranges=[],
  oneofs=[
  ],
Wei Shoulin's avatar
brick    
Wei Shoulin committed
368
369
  serialized_start=831,
  serialized_end=880,
Wei Shoulin's avatar
Wei Shoulin committed
370
371
372
373
374
)


_UPDATEPROCSTATUSRESP = _descriptor.Descriptor(
  name='UpdateProcStatusResp',
Wei Shoulin's avatar
brick    
Wei Shoulin committed
375
  full_name='dfs.ifs.level1prc.UpdateProcStatusResp',
Wei Shoulin's avatar
Wei Shoulin committed
376
377
378
379
380
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    _descriptor.FieldDescriptor(
Wei Shoulin's avatar
brick    
Wei Shoulin committed
381
      name='success', full_name='dfs.ifs.level1prc.UpdateProcStatusResp.success', index=0,
Wei Shoulin's avatar
Wei Shoulin committed
382
383
384
385
386
387
      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
brick    
Wei Shoulin committed
388
      name='error', full_name='dfs.ifs.level1prc.UpdateProcStatusResp.error', index=1,
Wei Shoulin's avatar
Wei Shoulin committed
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
      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
brick    
Wei Shoulin committed
406
407
  serialized_start=882,
  serialized_end=951,
Wei Shoulin's avatar
Wei Shoulin committed
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
)

_FINDLEVEL1PRCREQ_OTHERCONDITIONSENTRY.containing_type = _FINDLEVEL1PRCREQ
_FINDLEVEL1PRCREQ.fields_by_name['other_conditions'].message_type = _FINDLEVEL1PRCREQ_OTHERCONDITIONSENTRY
_FINDLEVEL1PRCRESP.fields_by_name['error'].message_type = common_dot_error__pb2._ERROR
_FINDLEVEL1PRCRESP.fields_by_name['records'].message_type = _LEVEL1PRCRECORD
_WRITELEVEL1PRCREQ.fields_by_name['record'].message_type = _LEVEL1PRCRECORD
_WRITELEVEL1PRCRESP.fields_by_name['error'].message_type = common_dot_error__pb2._ERROR
_WRITELEVEL1PRCRESP.fields_by_name['record'].message_type = _LEVEL1PRCRECORD
_UPDATEPROCSTATUSRESP.fields_by_name['error'].message_type = common_dot_error__pb2._ERROR
DESCRIPTOR.message_types_by_name['Level1PrcRecord'] = _LEVEL1PRCRECORD
DESCRIPTOR.message_types_by_name['FindLevel1PrcReq'] = _FINDLEVEL1PRCREQ
DESCRIPTOR.message_types_by_name['FindLevel1PrcResp'] = _FINDLEVEL1PRCRESP
DESCRIPTOR.message_types_by_name['WriteLevel1PrcReq'] = _WRITELEVEL1PRCREQ
DESCRIPTOR.message_types_by_name['WriteLevel1PrcResp'] = _WRITELEVEL1PRCRESP
DESCRIPTOR.message_types_by_name['UpdateProcStatusReq'] = _UPDATEPROCSTATUSREQ
DESCRIPTOR.message_types_by_name['UpdateProcStatusResp'] = _UPDATEPROCSTATUSRESP
_sym_db.RegisterFileDescriptor(DESCRIPTOR)

Level1PrcRecord = _reflection.GeneratedProtocolMessageType('Level1PrcRecord', (_message.Message,), {
  'DESCRIPTOR' : _LEVEL1PRCRECORD,
Wei Shoulin's avatar
brick    
Wei Shoulin committed
429
430
  '__module__' : 'ifs.level1prc.level1prc_pb2'
  # @@protoc_insertion_point(class_scope:dfs.ifs.level1prc.Level1PrcRecord)
Wei Shoulin's avatar
Wei Shoulin committed
431
432
433
434
435
436
437
  })
_sym_db.RegisterMessage(Level1PrcRecord)

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

  'OtherConditionsEntry' : _reflection.GeneratedProtocolMessageType('OtherConditionsEntry', (_message.Message,), {
    'DESCRIPTOR' : _FINDLEVEL1PRCREQ_OTHERCONDITIONSENTRY,
Wei Shoulin's avatar
brick    
Wei Shoulin committed
438
439
    '__module__' : 'ifs.level1prc.level1prc_pb2'
    # @@protoc_insertion_point(class_scope:dfs.ifs.level1prc.FindLevel1PrcReq.OtherConditionsEntry)
Wei Shoulin's avatar
Wei Shoulin committed
440
441
442
    })
  ,
  'DESCRIPTOR' : _FINDLEVEL1PRCREQ,
Wei Shoulin's avatar
brick    
Wei Shoulin committed
443
444
  '__module__' : 'ifs.level1prc.level1prc_pb2'
  # @@protoc_insertion_point(class_scope:dfs.ifs.level1prc.FindLevel1PrcReq)
Wei Shoulin's avatar
Wei Shoulin committed
445
446
447
448
449
450
  })
_sym_db.RegisterMessage(FindLevel1PrcReq)
_sym_db.RegisterMessage(FindLevel1PrcReq.OtherConditionsEntry)

FindLevel1PrcResp = _reflection.GeneratedProtocolMessageType('FindLevel1PrcResp', (_message.Message,), {
  'DESCRIPTOR' : _FINDLEVEL1PRCRESP,
Wei Shoulin's avatar
brick    
Wei Shoulin committed
451
452
  '__module__' : 'ifs.level1prc.level1prc_pb2'
  # @@protoc_insertion_point(class_scope:dfs.ifs.level1prc.FindLevel1PrcResp)
Wei Shoulin's avatar
Wei Shoulin committed
453
454
455
456
457
  })
_sym_db.RegisterMessage(FindLevel1PrcResp)

WriteLevel1PrcReq = _reflection.GeneratedProtocolMessageType('WriteLevel1PrcReq', (_message.Message,), {
  'DESCRIPTOR' : _WRITELEVEL1PRCREQ,
Wei Shoulin's avatar
brick    
Wei Shoulin committed
458
459
  '__module__' : 'ifs.level1prc.level1prc_pb2'
  # @@protoc_insertion_point(class_scope:dfs.ifs.level1prc.WriteLevel1PrcReq)
Wei Shoulin's avatar
Wei Shoulin committed
460
461
462
463
464
  })
_sym_db.RegisterMessage(WriteLevel1PrcReq)

WriteLevel1PrcResp = _reflection.GeneratedProtocolMessageType('WriteLevel1PrcResp', (_message.Message,), {
  'DESCRIPTOR' : _WRITELEVEL1PRCRESP,
Wei Shoulin's avatar
brick    
Wei Shoulin committed
465
466
  '__module__' : 'ifs.level1prc.level1prc_pb2'
  # @@protoc_insertion_point(class_scope:dfs.ifs.level1prc.WriteLevel1PrcResp)
Wei Shoulin's avatar
Wei Shoulin committed
467
468
469
470
471
  })
_sym_db.RegisterMessage(WriteLevel1PrcResp)

UpdateProcStatusReq = _reflection.GeneratedProtocolMessageType('UpdateProcStatusReq', (_message.Message,), {
  'DESCRIPTOR' : _UPDATEPROCSTATUSREQ,
Wei Shoulin's avatar
brick    
Wei Shoulin committed
472
473
  '__module__' : 'ifs.level1prc.level1prc_pb2'
  # @@protoc_insertion_point(class_scope:dfs.ifs.level1prc.UpdateProcStatusReq)
Wei Shoulin's avatar
Wei Shoulin committed
474
475
476
477
478
  })
_sym_db.RegisterMessage(UpdateProcStatusReq)

UpdateProcStatusResp = _reflection.GeneratedProtocolMessageType('UpdateProcStatusResp', (_message.Message,), {
  'DESCRIPTOR' : _UPDATEPROCSTATUSRESP,
Wei Shoulin's avatar
brick    
Wei Shoulin committed
479
480
  '__module__' : 'ifs.level1prc.level1prc_pb2'
  # @@protoc_insertion_point(class_scope:dfs.ifs.level1prc.UpdateProcStatusResp)
Wei Shoulin's avatar
Wei Shoulin committed
481
482
483
484
485
486
487
488
489
  })
_sym_db.RegisterMessage(UpdateProcStatusResp)


DESCRIPTOR._options = None
_FINDLEVEL1PRCREQ_OTHERCONDITIONSENTRY._options = None

_LEVEL1PRCSRV = _descriptor.ServiceDescriptor(
  name='Level1PrcSrv',
Wei Shoulin's avatar
brick    
Wei Shoulin committed
490
  full_name='dfs.ifs.level1prc.Level1PrcSrv',
Wei Shoulin's avatar
Wei Shoulin committed
491
492
493
  file=DESCRIPTOR,
  index=0,
  serialized_options=None,
Wei Shoulin's avatar
brick    
Wei Shoulin committed
494
495
  serialized_start=954,
  serialized_end=1244,
Wei Shoulin's avatar
Wei Shoulin committed
496
497
498
  methods=[
  _descriptor.MethodDescriptor(
    name='Find',
Wei Shoulin's avatar
brick    
Wei Shoulin committed
499
    full_name='dfs.ifs.level1prc.Level1PrcSrv.Find',
Wei Shoulin's avatar
Wei Shoulin committed
500
501
502
503
504
505
506
507
    index=0,
    containing_service=None,
    input_type=_FINDLEVEL1PRCREQ,
    output_type=_FINDLEVEL1PRCRESP,
    serialized_options=None,
  ),
  _descriptor.MethodDescriptor(
    name='Write',
Wei Shoulin's avatar
brick    
Wei Shoulin committed
508
    full_name='dfs.ifs.level1prc.Level1PrcSrv.Write',
Wei Shoulin's avatar
Wei Shoulin committed
509
510
511
512
513
514
515
516
    index=1,
    containing_service=None,
    input_type=_WRITELEVEL1PRCREQ,
    output_type=_WRITELEVEL1PRCRESP,
    serialized_options=None,
  ),
  _descriptor.MethodDescriptor(
    name='UpdateProcStatus',
Wei Shoulin's avatar
brick    
Wei Shoulin committed
517
    full_name='dfs.ifs.level1prc.Level1PrcSrv.UpdateProcStatus',
Wei Shoulin's avatar
Wei Shoulin committed
518
519
520
521
522
523
524
525
526
527
528
529
    index=2,
    containing_service=None,
    input_type=_UPDATEPROCSTATUSREQ,
    output_type=_UPDATEPROCSTATUSRESP,
    serialized_options=None,
  ),
])
_sym_db.RegisterServiceDescriptor(_LEVEL1PRCSRV)

DESCRIPTOR.services_by_name['Level1PrcSrv'] = _LEVEL1PRCSRV

# @@protoc_insertion_point(module_scope)