| OLD | NEW |
| 1 # Generated by the protocol buffer compiler. DO NOT EDIT! | 1 # Generated by the protocol buffer compiler. DO NOT EDIT! |
| 2 # source: any.proto | 2 # source: any.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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 # @@protoc_insertion_point(class_scope:ts_mon.proto.Any) | 69 # @@protoc_insertion_point(class_scope:ts_mon.proto.Any) |
| 70 )) | 70 )) |
| 71 _sym_db.RegisterMessage(Any) | 71 _sym_db.RegisterMessage(Any) |
| 72 | 72 |
| 73 | 73 |
| 74 _ANY.fields_by_name['type_url'].has_options = True | 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')) | 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 | 76 _ANY.fields_by_name['value'].has_options = True |
| 77 _ANY.fields_by_name['value']._options = _descriptor._ParseOptions(descriptor_pb2
.FieldOptions(), _b('\010\001')) | 77 _ANY.fields_by_name['value']._options = _descriptor._ParseOptions(descriptor_pb2
.FieldOptions(), _b('\010\001')) |
| 78 # @@protoc_insertion_point(module_scope) | 78 # @@protoc_insertion_point(module_scope) |
| OLD | NEW |