| OLD | NEW |
| (Empty) |
| 1 # Generated by the protocol buffer compiler. DO NOT EDIT! | |
| 2 # source: any.proto | |
| 3 | |
| 4 import sys | |
| 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 | |
| 7 from google.protobuf import message as _message | |
| 8 from google.protobuf import reflection as _reflection | |
| 9 from google.protobuf import symbol_database as _symbol_database | |
| 10 from google.protobuf import descriptor_pb2 | |
| 11 # @@protoc_insertion_point(imports) | |
| 12 | |
| 13 _sym_db = _symbol_database.Default() | |
| 14 | |
| 15 | |
| 16 | |
| 17 | |
| 18 DESCRIPTOR = _descriptor.FileDescriptor( | |
| 19 name='any.proto', | |
| 20 package='ts_mon.proto', | |
| 21 serialized_pb=_b('\n\tany.proto\x12\x0cts_mon.proto\".\n\x03\x41ny\x12\x14\n\x
08type_url\x18\x01 \x01(\tB\x02\x08\x02\x12\x11\n\x05value\x18\x02 \x01(\x0c\x42
\x02\x08\x01') | |
| 22 ) | |
| 23 _sym_db.RegisterFileDescriptor(DESCRIPTOR) | |
| 24 | |
| 25 | |
| 26 | |
| 27 | |
| 28 _ANY = _descriptor.Descriptor( | |
| 29 name='Any', | |
| 30 full_name='ts_mon.proto.Any', | |
| 31 filename=None, | |
| 32 file=DESCRIPTOR, | |
| 33 containing_type=None, | |
| 34 fields=[ | |
| 35 _descriptor.FieldDescriptor( | |
| 36 name='type_url', full_name='ts_mon.proto.Any.type_url', index=0, | |
| 37 number=1, type=9, cpp_type=9, label=1, | |
| 38 has_default_value=False, default_value=_b("").decode('utf-8'), | |
| 39 message_type=None, enum_type=None, containing_type=None, | |
| 40 is_extension=False, extension_scope=None, | |
| 41 options=_descriptor._ParseOptions(descriptor_pb2.FieldOptions(), _b('\010\
002'))), | |
| 42 _descriptor.FieldDescriptor( | |
| 43 name='value', full_name='ts_mon.proto.Any.value', index=1, | |
| 44 number=2, type=12, cpp_type=9, label=1, | |
| 45 has_default_value=False, default_value=_b(""), | |
| 46 message_type=None, enum_type=None, containing_type=None, | |
| 47 is_extension=False, extension_scope=None, | |
| 48 options=_descriptor._ParseOptions(descriptor_pb2.FieldOptions(), _b('\010\
001'))), | |
| 49 ], | |
| 50 extensions=[ | |
| 51 ], | |
| 52 nested_types=[], | |
| 53 enum_types=[ | |
| 54 ], | |
| 55 options=None, | |
| 56 is_extendable=False, | |
| 57 extension_ranges=[], | |
| 58 oneofs=[ | |
| 59 ], | |
| 60 serialized_start=27, | |
| 61 serialized_end=73, | |
| 62 ) | |
| 63 | |
| 64 DESCRIPTOR.message_types_by_name['Any'] = _ANY | |
| 65 | |
| 66 Any = _reflection.GeneratedProtocolMessageType('Any', (_message.Message,), dict( | |
| 67 DESCRIPTOR = _ANY, | |
| 68 __module__ = 'any_pb2' | |
| 69 # @@protoc_insertion_point(class_scope:ts_mon.proto.Any) | |
| 70 )) | |
| 71 _sym_db.RegisterMessage(Any) | |
| 72 | |
| 73 | |
| 74 _ANY.fields_by_name['type_url'].has_options = True | |
| 75 _ANY.fields_by_name['type_url']._options = _descriptor._ParseOptions(descriptor_
pb2.FieldOptions(), _b('\010\002')) | |
| 76 _ANY.fields_by_name['value'].has_options = True | |
| 77 _ANY.fields_by_name['value']._options = _descriptor._ParseOptions(descriptor_pb2
.FieldOptions(), _b('\010\001')) | |
| 78 # @@protoc_insertion_point(module_scope) | |
| OLD | NEW |