| Index: client/third_party/infra_libs/ts_mon/protos/new/any_pb2.py
|
| diff --git a/client/third_party/infra_libs/ts_mon/protos/new/any_pb2.py b/client/third_party/infra_libs/ts_mon/protos/new/any_pb2.py
|
| deleted file mode 100644
|
| index ca0eca7ca9862fe571ff3301914e8e2310f4d8bf..0000000000000000000000000000000000000000
|
| --- a/client/third_party/infra_libs/ts_mon/protos/new/any_pb2.py
|
| +++ /dev/null
|
| @@ -1,78 +0,0 @@
|
| -# Generated by the protocol buffer compiler. DO NOT EDIT!
|
| -# source: any.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='any.proto',
|
| - package='ts_mon.proto',
|
| - serialized_pb=_b('\n\tany.proto\x12\x0cts_mon.proto\".\n\x03\x41ny\x12\x14\n\x08type_url\x18\x01 \x01(\tB\x02\x08\x02\x12\x11\n\x05value\x18\x02 \x01(\x0c\x42\x02\x08\x01')
|
| -)
|
| -_sym_db.RegisterFileDescriptor(DESCRIPTOR)
|
| -
|
| -
|
| -
|
| -
|
| -_ANY = _descriptor.Descriptor(
|
| - name='Any',
|
| - full_name='ts_mon.proto.Any',
|
| - filename=None,
|
| - file=DESCRIPTOR,
|
| - containing_type=None,
|
| - fields=[
|
| - _descriptor.FieldDescriptor(
|
| - name='type_url', full_name='ts_mon.proto.Any.type_url', index=0,
|
| - number=1, type=9, cpp_type=9, label=1,
|
| - has_default_value=False, default_value=_b("").decode('utf-8'),
|
| - message_type=None, enum_type=None, containing_type=None,
|
| - is_extension=False, extension_scope=None,
|
| - options=_descriptor._ParseOptions(descriptor_pb2.FieldOptions(), _b('\010\002'))),
|
| - _descriptor.FieldDescriptor(
|
| - name='value', full_name='ts_mon.proto.Any.value', index=1,
|
| - number=2, type=12, cpp_type=9, label=1,
|
| - has_default_value=False, default_value=_b(""),
|
| - message_type=None, enum_type=None, containing_type=None,
|
| - is_extension=False, extension_scope=None,
|
| - options=_descriptor._ParseOptions(descriptor_pb2.FieldOptions(), _b('\010\001'))),
|
| - ],
|
| - extensions=[
|
| - ],
|
| - nested_types=[],
|
| - enum_types=[
|
| - ],
|
| - options=None,
|
| - is_extendable=False,
|
| - extension_ranges=[],
|
| - oneofs=[
|
| - ],
|
| - serialized_start=27,
|
| - serialized_end=73,
|
| -)
|
| -
|
| -DESCRIPTOR.message_types_by_name['Any'] = _ANY
|
| -
|
| -Any = _reflection.GeneratedProtocolMessageType('Any', (_message.Message,), dict(
|
| - DESCRIPTOR = _ANY,
|
| - __module__ = 'any_pb2'
|
| - # @@protoc_insertion_point(class_scope:ts_mon.proto.Any)
|
| - ))
|
| -_sym_db.RegisterMessage(Any)
|
| -
|
| -
|
| -_ANY.fields_by_name['type_url'].has_options = True
|
| -_ANY.fields_by_name['type_url']._options = _descriptor._ParseOptions(descriptor_pb2.FieldOptions(), _b('\010\002'))
|
| -_ANY.fields_by_name['value'].has_options = True
|
| -_ANY.fields_by_name['value']._options = _descriptor._ParseOptions(descriptor_pb2.FieldOptions(), _b('\010\001'))
|
| -# @@protoc_insertion_point(module_scope)
|
|
|