Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(802)

Side by Side Diff: client/third_party/infra_libs/ts_mon/protos/new/any_pb2.py

Issue 2465423002: Roll infra_libs to 564aaf7480f24c90687df79d9cef910cc342a54d (Closed)
Patch Set: update readmes Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Generated by the protocol buffer compiler. DO NOT EDIT! 1 # Generated by the protocol buffer compiler. DO NOT EDIT!
2 # source: google/protobuf/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
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/any.proto', 19 name='any.proto',
20 package='google.protobuf', 20 package='ts_mon.proto',
21 syntax='proto3', 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 serialized_pb=_b('\n\x19google/protobuf/any.proto\x12\x0fgoogle.protobuf\"&\n\ x03\x41ny\x12\x10\n\x08type_url\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x 0c\x42r\n\x13\x63om.google.protobufB\x08\x41nyProtoP\x01Z%github.com/golang/prot obuf/ptypes/any\xa0\x01\x01\xa2\x02\x03GPB\xaa\x02\x1eGoogle.Protobuf.WellKnownT ypesb\x06proto3')
23 ) 22 )
24 _sym_db.RegisterFileDescriptor(DESCRIPTOR) 23 _sym_db.RegisterFileDescriptor(DESCRIPTOR)
25 24
26 25
27 26
28 27
29 _ANY = _descriptor.Descriptor( 28 _ANY = _descriptor.Descriptor(
30 name='Any', 29 name='Any',
31 full_name='google.protobuf.Any', 30 full_name='ts_mon.proto.Any',
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='type_url', full_name='google.protobuf.Any.type_url', index=0, 36 name='type_url', full_name='ts_mon.proto.Any.type_url', index=0,
38 number=1, type=9, cpp_type=9, label=1, 37 number=1, type=9, cpp_type=9, label=1,
39 has_default_value=False, default_value=_b("").decode('utf-8'), 38 has_default_value=False, default_value=_b("").decode('utf-8'),
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=_descriptor._ParseOptions(descriptor_pb2.FieldOptions(), _b('\010\ 002'))),
43 _descriptor.FieldDescriptor( 42 _descriptor.FieldDescriptor(
44 name='value', full_name='google.protobuf.Any.value', index=1, 43 name='value', full_name='ts_mon.proto.Any.value', index=1,
45 number=2, type=12, cpp_type=9, label=1, 44 number=2, type=12, cpp_type=9, label=1,
46 has_default_value=False, default_value=_b(""), 45 has_default_value=False, default_value=_b(""),
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=_descriptor._ParseOptions(descriptor_pb2.FieldOptions(), _b('\010\ 001'))),
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=46, 60 serialized_start=27,
63 serialized_end=84, 61 serialized_end=73,
64 ) 62 )
65 63
66 DESCRIPTOR.message_types_by_name['Any'] = _ANY 64 DESCRIPTOR.message_types_by_name['Any'] = _ANY
67 65
68 Any = _reflection.GeneratedProtocolMessageType('Any', (_message.Message,), dict( 66 Any = _reflection.GeneratedProtocolMessageType('Any', (_message.Message,), dict(
69 DESCRIPTOR = _ANY, 67 DESCRIPTOR = _ANY,
70 __module__ = 'google.protobuf.any_pb2' 68 __module__ = 'any_pb2'
71 # @@protoc_insertion_point(class_scope:google.protobuf.Any) 69 # @@protoc_insertion_point(class_scope:ts_mon.proto.Any)
72 )) 70 ))
73 _sym_db.RegisterMessage(Any) 71 _sym_db.RegisterMessage(Any)
74 72
75 73
76 DESCRIPTOR.has_options = True 74 _ANY.fields_by_name['type_url'].has_options = True
77 DESCRIPTOR._options = _descriptor._ParseOptions(descriptor_pb2.FileOptions(), _b ('\n\023com.google.protobufB\010AnyProtoP\001Z%github.com/golang/protobuf/ptypes /any\240\001\001\242\002\003GPB\252\002\036Google.Protobuf.WellKnownTypes')) 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) 78 # @@protoc_insertion_point(module_scope)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698