| OLD | NEW |
| 1 # Generated by the protocol buffer compiler. DO NOT EDIT! | 1 # Generated by the protocol buffer compiler. DO NOT EDIT! |
| 2 # source: google/protobuf/timestamp.proto | 2 # source: timestamp.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 |
| 11 # @@protoc_insertion_point(imports) | 11 # @@protoc_insertion_point(imports) |
| 12 | 12 |
| 13 _sym_db = _symbol_database.Default() | 13 _sym_db = _symbol_database.Default() |
| 14 | 14 |
| 15 | 15 |
| 16 | 16 |
| 17 | 17 |
| 18 DESCRIPTOR = _descriptor.FileDescriptor( | 18 DESCRIPTOR = _descriptor.FileDescriptor( |
| 19 name='google/protobuf/timestamp.proto', | 19 name='timestamp.proto', |
| 20 package='google.protobuf', | 20 package='ts_mon.proto', |
| 21 syntax='proto3', | 21 serialized_pb=_b('\n\x0ftimestamp.proto\x12\x0cts_mon.proto\"+\n\tTimestamp\x1
2\x0f\n\x07seconds\x18\x01 \x01(\x03\x12\r\n\x05nanos\x18\x02 \x01(\x05') |
| 22 serialized_pb=_b('\n\x1fgoogle/protobuf/timestamp.proto\x12\x0fgoogle.protobuf
\"+\n\tTimestamp\x12\x0f\n\x07seconds\x18\x01 \x01(\x03\x12\r\n\x05nanos\x18\x02
\x01(\x05\x42\x81\x01\n\x13\x63om.google.protobufB\x0eTimestampProtoP\x01Z+gith
ub.com/golang/protobuf/ptypes/timestamp\xa0\x01\x01\xf8\x01\x01\xa2\x02\x03GPB\x
aa\x02\x1eGoogle.Protobuf.WellKnownTypesb\x06proto3') | |
| 23 ) | 22 ) |
| 24 _sym_db.RegisterFileDescriptor(DESCRIPTOR) | 23 _sym_db.RegisterFileDescriptor(DESCRIPTOR) |
| 25 | 24 |
| 26 | 25 |
| 27 | 26 |
| 28 | 27 |
| 29 _TIMESTAMP = _descriptor.Descriptor( | 28 _TIMESTAMP = _descriptor.Descriptor( |
| 30 name='Timestamp', | 29 name='Timestamp', |
| 31 full_name='google.protobuf.Timestamp', | 30 full_name='ts_mon.proto.Timestamp', |
| 32 filename=None, | 31 filename=None, |
| 33 file=DESCRIPTOR, | 32 file=DESCRIPTOR, |
| 34 containing_type=None, | 33 containing_type=None, |
| 35 fields=[ | 34 fields=[ |
| 36 _descriptor.FieldDescriptor( | 35 _descriptor.FieldDescriptor( |
| 37 name='seconds', full_name='google.protobuf.Timestamp.seconds', index=0, | 36 name='seconds', full_name='ts_mon.proto.Timestamp.seconds', index=0, |
| 38 number=1, type=3, cpp_type=2, label=1, | 37 number=1, type=3, cpp_type=2, label=1, |
| 39 has_default_value=False, default_value=0, | 38 has_default_value=False, default_value=0, |
| 40 message_type=None, enum_type=None, containing_type=None, | 39 message_type=None, enum_type=None, containing_type=None, |
| 41 is_extension=False, extension_scope=None, | 40 is_extension=False, extension_scope=None, |
| 42 options=None), | 41 options=None), |
| 43 _descriptor.FieldDescriptor( | 42 _descriptor.FieldDescriptor( |
| 44 name='nanos', full_name='google.protobuf.Timestamp.nanos', index=1, | 43 name='nanos', full_name='ts_mon.proto.Timestamp.nanos', index=1, |
| 45 number=2, type=5, cpp_type=1, label=1, | 44 number=2, type=5, cpp_type=1, label=1, |
| 46 has_default_value=False, default_value=0, | 45 has_default_value=False, default_value=0, |
| 47 message_type=None, enum_type=None, containing_type=None, | 46 message_type=None, enum_type=None, containing_type=None, |
| 48 is_extension=False, extension_scope=None, | 47 is_extension=False, extension_scope=None, |
| 49 options=None), | 48 options=None), |
| 50 ], | 49 ], |
| 51 extensions=[ | 50 extensions=[ |
| 52 ], | 51 ], |
| 53 nested_types=[], | 52 nested_types=[], |
| 54 enum_types=[ | 53 enum_types=[ |
| 55 ], | 54 ], |
| 56 options=None, | 55 options=None, |
| 57 is_extendable=False, | 56 is_extendable=False, |
| 58 syntax='proto3', | |
| 59 extension_ranges=[], | 57 extension_ranges=[], |
| 60 oneofs=[ | 58 oneofs=[ |
| 61 ], | 59 ], |
| 62 serialized_start=52, | 60 serialized_start=33, |
| 63 serialized_end=95, | 61 serialized_end=76, |
| 64 ) | 62 ) |
| 65 | 63 |
| 66 DESCRIPTOR.message_types_by_name['Timestamp'] = _TIMESTAMP | 64 DESCRIPTOR.message_types_by_name['Timestamp'] = _TIMESTAMP |
| 67 | 65 |
| 68 Timestamp = _reflection.GeneratedProtocolMessageType('Timestamp', (_message.Mess
age,), dict( | 66 Timestamp = _reflection.GeneratedProtocolMessageType('Timestamp', (_message.Mess
age,), dict( |
| 69 DESCRIPTOR = _TIMESTAMP, | 67 DESCRIPTOR = _TIMESTAMP, |
| 70 __module__ = 'google.protobuf.timestamp_pb2' | 68 __module__ = 'timestamp_pb2' |
| 71 # @@protoc_insertion_point(class_scope:google.protobuf.Timestamp) | 69 # @@protoc_insertion_point(class_scope:ts_mon.proto.Timestamp) |
| 72 )) | 70 )) |
| 73 _sym_db.RegisterMessage(Timestamp) | 71 _sym_db.RegisterMessage(Timestamp) |
| 74 | 72 |
| 75 | 73 |
| 76 DESCRIPTOR.has_options = True | |
| 77 DESCRIPTOR._options = _descriptor._ParseOptions(descriptor_pb2.FileOptions(), _b
('\n\023com.google.protobufB\016TimestampProtoP\001Z+github.com/golang/protobuf/
ptypes/timestamp\240\001\001\370\001\001\242\002\003GPB\252\002\036Google.Protob
uf.WellKnownTypes')) | |
| 78 # @@protoc_insertion_point(module_scope) | 74 # @@protoc_insertion_point(module_scope) |
| OLD | NEW |