| Index: client/third_party/infra_libs/ts_mon/protos/new/timestamp_pb2.py
|
| diff --git a/client/third_party/infra_libs/ts_mon/protos/new/timestamp_pb2.py b/client/third_party/infra_libs/ts_mon/protos/new/timestamp_pb2.py
|
| deleted file mode 100644
|
| index 10bb23dd5c016107e48962b39b34029861e89d17..0000000000000000000000000000000000000000
|
| --- a/client/third_party/infra_libs/ts_mon/protos/new/timestamp_pb2.py
|
| +++ /dev/null
|
| @@ -1,74 +0,0 @@
|
| -# Generated by the protocol buffer compiler. DO NOT EDIT!
|
| -# source: timestamp.proto
|
| -
|
| -import sys
|
| -_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
|
| -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
|
| -from google.protobuf import descriptor_pb2
|
| -# @@protoc_insertion_point(imports)
|
| -
|
| -_sym_db = _symbol_database.Default()
|
| -
|
| -
|
| -
|
| -
|
| -DESCRIPTOR = _descriptor.FileDescriptor(
|
| - name='timestamp.proto',
|
| - package='ts_mon.proto',
|
| - serialized_pb=_b('\n\x0ftimestamp.proto\x12\x0cts_mon.proto\"+\n\tTimestamp\x12\x0f\n\x07seconds\x18\x01 \x01(\x03\x12\r\n\x05nanos\x18\x02 \x01(\x05')
|
| -)
|
| -_sym_db.RegisterFileDescriptor(DESCRIPTOR)
|
| -
|
| -
|
| -
|
| -
|
| -_TIMESTAMP = _descriptor.Descriptor(
|
| - name='Timestamp',
|
| - full_name='ts_mon.proto.Timestamp',
|
| - filename=None,
|
| - file=DESCRIPTOR,
|
| - containing_type=None,
|
| - fields=[
|
| - _descriptor.FieldDescriptor(
|
| - name='seconds', full_name='ts_mon.proto.Timestamp.seconds', index=0,
|
| - 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,
|
| - options=None),
|
| - _descriptor.FieldDescriptor(
|
| - name='nanos', full_name='ts_mon.proto.Timestamp.nanos', index=1,
|
| - 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,
|
| - options=None),
|
| - ],
|
| - extensions=[
|
| - ],
|
| - nested_types=[],
|
| - enum_types=[
|
| - ],
|
| - options=None,
|
| - is_extendable=False,
|
| - extension_ranges=[],
|
| - oneofs=[
|
| - ],
|
| - serialized_start=33,
|
| - serialized_end=76,
|
| -)
|
| -
|
| -DESCRIPTOR.message_types_by_name['Timestamp'] = _TIMESTAMP
|
| -
|
| -Timestamp = _reflection.GeneratedProtocolMessageType('Timestamp', (_message.Message,), dict(
|
| - DESCRIPTOR = _TIMESTAMP,
|
| - __module__ = 'timestamp_pb2'
|
| - # @@protoc_insertion_point(class_scope:ts_mon.proto.Timestamp)
|
| - ))
|
| -_sym_db.RegisterMessage(Timestamp)
|
| -
|
| -
|
| -# @@protoc_insertion_point(module_scope)
|
|
|