OLD | NEW |
1 # Generated by the protocol buffer compiler. DO NOT EDIT! | 1 # Generated by the protocol buffer compiler. DO NOT EDIT! |
2 # source: result.proto | 2 # source: result.proto |
3 | 3 |
4 import sys | 4 import sys |
5 _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) | 5 _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) |
6 from google.protobuf import descriptor as _descriptor | 6 from google.protobuf import descriptor as _descriptor |
7 from google.protobuf import message as _message | 7 from google.protobuf import message as _message |
8 from google.protobuf import reflection as _reflection | 8 from google.protobuf import reflection as _reflection |
9 from google.protobuf import symbol_database as _symbol_database | 9 from google.protobuf import symbol_database as _symbol_database |
10 from google.protobuf import descriptor_pb2 | 10 from google.protobuf import descriptor_pb2 |
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
163 _TIMEOUT = _descriptor.Descriptor( | 163 _TIMEOUT = _descriptor.Descriptor( |
164 name='Timeout', | 164 name='Timeout', |
165 full_name='Timeout', | 165 full_name='Timeout', |
166 filename=None, | 166 filename=None, |
167 file=DESCRIPTOR, | 167 file=DESCRIPTOR, |
168 containing_type=None, | 168 containing_type=None, |
169 fields=[ | 169 fields=[ |
170 _descriptor.FieldDescriptor( | 170 _descriptor.FieldDescriptor( |
171 name='timeout_s', full_name='Timeout.timeout_s', index=0, | 171 name='timeout_s', full_name='Timeout.timeout_s', index=0, |
172 number=1, type=2, cpp_type=6, label=1, | 172 number=1, type=2, cpp_type=6, label=1, |
173 has_default_value=False, default_value=float(0), | 173 has_default_value=False, default_value=0, |
174 message_type=None, enum_type=None, containing_type=None, | 174 message_type=None, enum_type=None, containing_type=None, |
175 is_extension=False, extension_scope=None, | 175 is_extension=False, extension_scope=None, |
176 options=None), | 176 options=None), |
177 ], | 177 ], |
178 extensions=[ | 178 extensions=[ |
179 ], | 179 ], |
180 nested_types=[], | 180 nested_types=[], |
181 enum_types=[ | 181 enum_types=[ |
182 ], | 182 ], |
183 options=None, | 183 options=None, |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
319 | 319 |
320 StepFailure = _reflection.GeneratedProtocolMessageType('StepFailure', (_message.
Message,), dict( | 320 StepFailure = _reflection.GeneratedProtocolMessageType('StepFailure', (_message.
Message,), dict( |
321 DESCRIPTOR = _STEPFAILURE, | 321 DESCRIPTOR = _STEPFAILURE, |
322 __module__ = 'result_pb2' | 322 __module__ = 'result_pb2' |
323 # @@protoc_insertion_point(class_scope:StepFailure) | 323 # @@protoc_insertion_point(class_scope:StepFailure) |
324 )) | 324 )) |
325 _sym_db.RegisterMessage(StepFailure) | 325 _sym_db.RegisterMessage(StepFailure) |
326 | 326 |
327 | 327 |
328 # @@protoc_insertion_point(module_scope) | 328 # @@protoc_insertion_point(module_scope) |
OLD | NEW |