level0prc_pb2.py 21.6 KB
Newer Older
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
1
2
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler.  DO NOT EDIT!
Wei Shoulin's avatar
Wei Shoulin committed
3
# source: facility/level0prc/level0prc.proto
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
4
5
6
7
8
9
10
11
12
13
14
15
16
17

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
Wei Shoulin committed
18
19
  name='facility/level0prc/level0prc.proto',
  package='dfs.facility.level0prc',
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
20
  syntax='proto3',
Wei Shoulin's avatar
Wei Shoulin committed
21
22
  serialized_options=b'Z\'cnlab.net/csst/proto/facility/level0prc',
  serialized_pb=b'\n\"facility/level0prc/level0prc.proto\x12\x16\x64\x66s.facility.level0prc\x1a\x12\x63ommon/error.proto\"\xb3\x01\n\x0fLevel0PrcRecord\x12\n\n\x02id\x18\x01 \x01(\x03\x12\x11\n\tlevel0_id\x18\x02 \x01(\t\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\"\xf3\x01\n\x10\x46indLevel0PrcReq\x12\x11\n\tlevel0_id\x18\x01 \x01(\t\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\x12W\n\x10other_conditions\x18\x05 \x03(\x0b\x32=.dfs.facility.level0prc.FindLevel0PrcReq.OtherConditionsEntry\x1a\x36\n\x14OtherConditionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x90\x01\n\x11\x46indLevel0PrcResp\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\x38\n\x07records\x18\x04 \x03(\x0b\x32\'.dfs.facility.level0prc.Level0PrcRecord\"L\n\x11WriteLevel0PrcReq\x12\x37\n\x06record\x18\x01 \x01(\x0b\x32\'.dfs.facility.level0prc.Level0PrcRecord\"|\n\x12WriteLevel0PrcResp\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x1c\n\x05\x65rror\x18\x02 \x01(\x0b\x32\r.common.Error\x12\x37\n\x06record\x18\x03 \x01(\x0b\x32\'.dfs.facility.level0prc.Level0PrcRecord\"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\xc0\x02\n\x0cLevel0PrcSrv\x12]\n\x04\x46ind\x12(.dfs.facility.level0prc.FindLevel0PrcReq\x1a).dfs.facility.level0prc.FindLevel0PrcResp\"\x00\x12`\n\x05Write\x12).dfs.facility.level0prc.WriteLevel0PrcReq\x1a*.dfs.facility.level0prc.WriteLevel0PrcResp\"\x00\x12o\n\x10UpdateProcStatus\x12+.dfs.facility.level0prc.UpdateProcStatusReq\x1a,.dfs.facility.level0prc.UpdateProcStatusResp\"\x00\x42)Z\'cnlab.net/csst/proto/facility/level0prcb\x06proto3'
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
23
24
25
26
27
28
29
30
  ,
  dependencies=[common_dot_error__pb2.DESCRIPTOR,])




_LEVEL0PRCRECORD = _descriptor.Descriptor(
  name='Level0PrcRecord',
Wei Shoulin's avatar
Wei Shoulin committed
31
  full_name='dfs.facility.level0prc.Level0PrcRecord',
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
32
33
34
35
36
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    _descriptor.FieldDescriptor(
Wei Shoulin's avatar
Wei Shoulin committed
37
      name='id', full_name='dfs.facility.level0prc.Level0PrcRecord.id', index=0,
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
38
39
40
41
42
43
      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
44
      name='level0_id', full_name='dfs.facility.level0prc.Level0PrcRecord.level0_id', index=1,
Wei Shoulin's avatar
Wei Shoulin committed
45
      number=2, type=9, cpp_type=9, label=1,
Wei Shoulin's avatar
Wei Shoulin committed
46
      has_default_value=False, default_value=b"".decode('utf-8'),
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
47
48
49
50
      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
51
      name='pipeline_id', full_name='dfs.facility.level0prc.Level0PrcRecord.pipeline_id', index=2,
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
52
      number=3, type=9, cpp_type=9, label=1,
Wei Shoulin's avatar
Wei Shoulin committed
53
      has_default_value=False, default_value=b"".decode('utf-8'),
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
54
55
56
57
      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
58
      name='prc_module', full_name='dfs.facility.level0prc.Level0PrcRecord.prc_module', index=3,
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
59
      number=4, type=9, cpp_type=9, label=1,
Wei Shoulin's avatar
Wei Shoulin committed
60
      has_default_value=False, default_value=b"".decode('utf-8'),
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
61
62
63
64
      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
65
      name='params_file_path', full_name='dfs.facility.level0prc.Level0PrcRecord.params_file_path', index=4,
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
66
      number=5, type=9, cpp_type=9, label=1,
Wei Shoulin's avatar
Wei Shoulin committed
67
      has_default_value=False, default_value=b"".decode('utf-8'),
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
68
69
70
71
      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
72
      name='prc_status', full_name='dfs.facility.level0prc.Level0PrcRecord.prc_status', index=5,
Wei Shoulin's avatar
Wei Shoulin committed
73
      number=6, type=5, cpp_type=1, label=1,
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
74
75
76
77
78
      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
79
      name='prc_time', full_name='dfs.facility.level0prc.Level0PrcRecord.prc_time', index=6,
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
80
      number=7, type=9, cpp_type=9, label=1,
Wei Shoulin's avatar
Wei Shoulin committed
81
      has_default_value=False, default_value=b"".decode('utf-8'),
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
82
83
84
85
      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
86
      name='result_file_path', full_name='dfs.facility.level0prc.Level0PrcRecord.result_file_path', index=7,
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
87
      number=8, type=9, cpp_type=9, label=1,
Wei Shoulin's avatar
Wei Shoulin committed
88
      has_default_value=False, default_value=b"".decode('utf-8'),
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
      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
104
105
  serialized_start=83,
  serialized_end=262,
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
106
107
108
109
110
)


_FINDLEVEL0PRCREQ_OTHERCONDITIONSENTRY = _descriptor.Descriptor(
  name='OtherConditionsEntry',
Wei Shoulin's avatar
Wei Shoulin committed
111
  full_name='dfs.facility.level0prc.FindLevel0PrcReq.OtherConditionsEntry',
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
112
113
114
115
116
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    _descriptor.FieldDescriptor(
Wei Shoulin's avatar
Wei Shoulin committed
117
      name='key', full_name='dfs.facility.level0prc.FindLevel0PrcReq.OtherConditionsEntry.key', index=0,
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
118
      number=1, type=9, cpp_type=9, label=1,
Wei Shoulin's avatar
Wei Shoulin committed
119
      has_default_value=False, default_value=b"".decode('utf-8'),
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
120
121
122
123
      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
124
      name='value', full_name='dfs.facility.level0prc.FindLevel0PrcReq.OtherConditionsEntry.value', index=1,
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
125
      number=2, type=9, cpp_type=9, label=1,
Wei Shoulin's avatar
Wei Shoulin committed
126
      has_default_value=False, default_value=b"".decode('utf-8'),
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
127
128
129
130
131
132
133
134
135
      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=[
  ],
Wei Shoulin's avatar
Wei Shoulin committed
136
  serialized_options=b'8\001',
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
137
138
139
140
141
  is_extendable=False,
  syntax='proto3',
  extension_ranges=[],
  oneofs=[
  ],
Wei Shoulin's avatar
Wei Shoulin committed
142
143
  serialized_start=454,
  serialized_end=508,
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
144
145
146
147
)

_FINDLEVEL0PRCREQ = _descriptor.Descriptor(
  name='FindLevel0PrcReq',
Wei Shoulin's avatar
Wei Shoulin committed
148
  full_name='dfs.facility.level0prc.FindLevel0PrcReq',
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
149
150
151
152
153
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    _descriptor.FieldDescriptor(
Wei Shoulin's avatar
Wei Shoulin committed
154
      name='level0_id', full_name='dfs.facility.level0prc.FindLevel0PrcReq.level0_id', index=0,
Wei Shoulin's avatar
Wei Shoulin committed
155
      number=1, type=9, cpp_type=9, label=1,
Wei Shoulin's avatar
Wei Shoulin committed
156
      has_default_value=False, default_value=b"".decode('utf-8'),
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
157
158
159
160
      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
161
      name='pipeline_id', full_name='dfs.facility.level0prc.FindLevel0PrcReq.pipeline_id', index=1,
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
162
      number=2, type=9, cpp_type=9, label=1,
Wei Shoulin's avatar
Wei Shoulin committed
163
      has_default_value=False, default_value=b"".decode('utf-8'),
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
164
165
166
167
      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='prc_module', full_name='dfs.facility.level0prc.FindLevel0PrcReq.prc_module', index=2,
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
169
      number=3, type=9, cpp_type=9, label=1,
Wei Shoulin's avatar
Wei Shoulin committed
170
      has_default_value=False, default_value=b"".decode('utf-8'),
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
171
172
173
174
      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
175
      name='prc_status', full_name='dfs.facility.level0prc.FindLevel0PrcReq.prc_status', index=3,
Wei Shoulin's avatar
Wei Shoulin committed
176
      number=4, type=5, cpp_type=1, label=1,
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
177
178
179
180
181
      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
182
      name='other_conditions', full_name='dfs.facility.level0prc.FindLevel0PrcReq.other_conditions', index=4,
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
      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=[_FINDLEVEL0PRCREQ_OTHERCONDITIONSENTRY, ],
  enum_types=[
  ],
  serialized_options=None,
  is_extendable=False,
  syntax='proto3',
  extension_ranges=[],
  oneofs=[
  ],
Wei Shoulin's avatar
Wei Shoulin committed
200
201
  serialized_start=265,
  serialized_end=508,
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
202
203
204
205
206
)


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


_WRITELEVEL0PRCREQ = _descriptor.Descriptor(
  name='WriteLevel0PrcReq',
Wei Shoulin's avatar
Wei Shoulin committed
259
  full_name='dfs.facility.level0prc.WriteLevel0PrcReq',
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
260
261
262
263
264
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    _descriptor.FieldDescriptor(
Wei Shoulin's avatar
Wei Shoulin committed
265
      name='record', full_name='dfs.facility.level0prc.WriteLevel0PrcReq.record', index=0,
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
      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
283
284
  serialized_start=657,
  serialized_end=733,
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
285
286
287
288
289
)


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


_UPDATEPROCSTATUSREQ = _descriptor.Descriptor(
  name='UpdateProcStatusReq',
Wei Shoulin's avatar
Wei Shoulin committed
335
  full_name='dfs.facility.level0prc.UpdateProcStatusReq',
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
336
337
338
339
340
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    _descriptor.FieldDescriptor(
Wei Shoulin's avatar
Wei Shoulin committed
341
      name='id', full_name='dfs.facility.level0prc.UpdateProcStatusReq.id', index=0,
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
342
343
344
345
346
347
      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
348
      name='status', full_name='dfs.facility.level0prc.UpdateProcStatusReq.status', index=1,
Wei Shoulin's avatar
Wei Shoulin committed
349
      number=2, type=5, cpp_type=1, label=1,
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
      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
366
367
  serialized_start=861,
  serialized_end=910,
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
368
369
370
371
372
)


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

_FINDLEVEL0PRCREQ_OTHERCONDITIONSENTRY.containing_type = _FINDLEVEL0PRCREQ
_FINDLEVEL0PRCREQ.fields_by_name['other_conditions'].message_type = _FINDLEVEL0PRCREQ_OTHERCONDITIONSENTRY
_FINDLEVEL0PRCRESP.fields_by_name['error'].message_type = common_dot_error__pb2._ERROR
_FINDLEVEL0PRCRESP.fields_by_name['records'].message_type = _LEVEL0PRCRECORD
_WRITELEVEL0PRCREQ.fields_by_name['record'].message_type = _LEVEL0PRCRECORD
_WRITELEVEL0PRCRESP.fields_by_name['error'].message_type = common_dot_error__pb2._ERROR
_WRITELEVEL0PRCRESP.fields_by_name['record'].message_type = _LEVEL0PRCRECORD
_UPDATEPROCSTATUSRESP.fields_by_name['error'].message_type = common_dot_error__pb2._ERROR
DESCRIPTOR.message_types_by_name['Level0PrcRecord'] = _LEVEL0PRCRECORD
DESCRIPTOR.message_types_by_name['FindLevel0PrcReq'] = _FINDLEVEL0PRCREQ
DESCRIPTOR.message_types_by_name['FindLevel0PrcResp'] = _FINDLEVEL0PRCRESP
DESCRIPTOR.message_types_by_name['WriteLevel0PrcReq'] = _WRITELEVEL0PRCREQ
DESCRIPTOR.message_types_by_name['WriteLevel0PrcResp'] = _WRITELEVEL0PRCRESP
DESCRIPTOR.message_types_by_name['UpdateProcStatusReq'] = _UPDATEPROCSTATUSREQ
DESCRIPTOR.message_types_by_name['UpdateProcStatusResp'] = _UPDATEPROCSTATUSRESP
_sym_db.RegisterFileDescriptor(DESCRIPTOR)

Level0PrcRecord = _reflection.GeneratedProtocolMessageType('Level0PrcRecord', (_message.Message,), {
  'DESCRIPTOR' : _LEVEL0PRCRECORD,
Wei Shoulin's avatar
Wei Shoulin committed
427
428
  '__module__' : 'facility.level0prc.level0prc_pb2'
  # @@protoc_insertion_point(class_scope:dfs.facility.level0prc.Level0PrcRecord)
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
429
430
431
432
433
434
435
  })
_sym_db.RegisterMessage(Level0PrcRecord)

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

  'OtherConditionsEntry' : _reflection.GeneratedProtocolMessageType('OtherConditionsEntry', (_message.Message,), {
    'DESCRIPTOR' : _FINDLEVEL0PRCREQ_OTHERCONDITIONSENTRY,
Wei Shoulin's avatar
Wei Shoulin committed
436
437
    '__module__' : 'facility.level0prc.level0prc_pb2'
    # @@protoc_insertion_point(class_scope:dfs.facility.level0prc.FindLevel0PrcReq.OtherConditionsEntry)
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
438
439
440
    })
  ,
  'DESCRIPTOR' : _FINDLEVEL0PRCREQ,
Wei Shoulin's avatar
Wei Shoulin committed
441
442
  '__module__' : 'facility.level0prc.level0prc_pb2'
  # @@protoc_insertion_point(class_scope:dfs.facility.level0prc.FindLevel0PrcReq)
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
443
444
445
446
447
448
  })
_sym_db.RegisterMessage(FindLevel0PrcReq)
_sym_db.RegisterMessage(FindLevel0PrcReq.OtherConditionsEntry)

FindLevel0PrcResp = _reflection.GeneratedProtocolMessageType('FindLevel0PrcResp', (_message.Message,), {
  'DESCRIPTOR' : _FINDLEVEL0PRCRESP,
Wei Shoulin's avatar
Wei Shoulin committed
449
450
  '__module__' : 'facility.level0prc.level0prc_pb2'
  # @@protoc_insertion_point(class_scope:dfs.facility.level0prc.FindLevel0PrcResp)
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
451
452
453
454
455
  })
_sym_db.RegisterMessage(FindLevel0PrcResp)

WriteLevel0PrcReq = _reflection.GeneratedProtocolMessageType('WriteLevel0PrcReq', (_message.Message,), {
  'DESCRIPTOR' : _WRITELEVEL0PRCREQ,
Wei Shoulin's avatar
Wei Shoulin committed
456
457
  '__module__' : 'facility.level0prc.level0prc_pb2'
  # @@protoc_insertion_point(class_scope:dfs.facility.level0prc.WriteLevel0PrcReq)
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
458
459
460
461
462
  })
_sym_db.RegisterMessage(WriteLevel0PrcReq)

WriteLevel0PrcResp = _reflection.GeneratedProtocolMessageType('WriteLevel0PrcResp', (_message.Message,), {
  'DESCRIPTOR' : _WRITELEVEL0PRCRESP,
Wei Shoulin's avatar
Wei Shoulin committed
463
464
  '__module__' : 'facility.level0prc.level0prc_pb2'
  # @@protoc_insertion_point(class_scope:dfs.facility.level0prc.WriteLevel0PrcResp)
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
465
466
467
468
469
  })
_sym_db.RegisterMessage(WriteLevel0PrcResp)

UpdateProcStatusReq = _reflection.GeneratedProtocolMessageType('UpdateProcStatusReq', (_message.Message,), {
  'DESCRIPTOR' : _UPDATEPROCSTATUSREQ,
Wei Shoulin's avatar
Wei Shoulin committed
470
471
  '__module__' : 'facility.level0prc.level0prc_pb2'
  # @@protoc_insertion_point(class_scope:dfs.facility.level0prc.UpdateProcStatusReq)
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
472
473
474
475
476
  })
_sym_db.RegisterMessage(UpdateProcStatusReq)

UpdateProcStatusResp = _reflection.GeneratedProtocolMessageType('UpdateProcStatusResp', (_message.Message,), {
  'DESCRIPTOR' : _UPDATEPROCSTATUSRESP,
Wei Shoulin's avatar
Wei Shoulin committed
477
478
  '__module__' : 'facility.level0prc.level0prc_pb2'
  # @@protoc_insertion_point(class_scope:dfs.facility.level0prc.UpdateProcStatusResp)
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
479
480
481
482
483
484
485
486
487
  })
_sym_db.RegisterMessage(UpdateProcStatusResp)


DESCRIPTOR._options = None
_FINDLEVEL0PRCREQ_OTHERCONDITIONSENTRY._options = None

_LEVEL0PRCSRV = _descriptor.ServiceDescriptor(
  name='Level0PrcSrv',
Wei Shoulin's avatar
Wei Shoulin committed
488
  full_name='dfs.facility.level0prc.Level0PrcSrv',
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
489
490
491
  file=DESCRIPTOR,
  index=0,
  serialized_options=None,
Wei Shoulin's avatar
Wei Shoulin committed
492
493
  serialized_start=984,
  serialized_end=1304,
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
494
495
496
  methods=[
  _descriptor.MethodDescriptor(
    name='Find',
Wei Shoulin's avatar
Wei Shoulin committed
497
    full_name='dfs.facility.level0prc.Level0PrcSrv.Find',
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
498
499
500
501
502
503
504
505
    index=0,
    containing_service=None,
    input_type=_FINDLEVEL0PRCREQ,
    output_type=_FINDLEVEL0PRCRESP,
    serialized_options=None,
  ),
  _descriptor.MethodDescriptor(
    name='Write',
Wei Shoulin's avatar
Wei Shoulin committed
506
    full_name='dfs.facility.level0prc.Level0PrcSrv.Write',
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
507
508
509
510
511
512
513
514
    index=1,
    containing_service=None,
    input_type=_WRITELEVEL0PRCREQ,
    output_type=_WRITELEVEL0PRCRESP,
    serialized_options=None,
  ),
  _descriptor.MethodDescriptor(
    name='UpdateProcStatus',
Wei Shoulin's avatar
Wei Shoulin committed
515
    full_name='dfs.facility.level0prc.Level0PrcSrv.UpdateProcStatus',
Wei Shoulin's avatar
leve0  
Wei Shoulin committed
516
517
518
519
520
521
522
523
524
525
526
527
    index=2,
    containing_service=None,
    input_type=_UPDATEPROCSTATUSREQ,
    output_type=_UPDATEPROCSTATUSRESP,
    serialized_options=None,
  ),
])
_sym_db.RegisterServiceDescriptor(_LEVEL0PRCSRV)

DESCRIPTOR.services_by_name['Level0PrcSrv'] = _LEVEL0PRCSRV

# @@protoc_insertion_point(module_scope)