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

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

Issue 2991803002: Update infra_libs to 1.1.15 / 0b44aba87c1c6538439df6d24a409870810747ab (Closed)
Patch Set: fix Created 3 years, 4 months 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
« no previous file with comments | « client/third_party/infra_libs/ts_mon/protos/timestamp.proto ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Generated by the protocol buffer compiler. DO NOT EDIT! 1 # Generated by the protocol buffer compiler. DO NOT EDIT!
2 # source: 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
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 65
66 Timestamp = _reflection.GeneratedProtocolMessageType('Timestamp', (_message.Mess age,), dict( 66 Timestamp = _reflection.GeneratedProtocolMessageType('Timestamp', (_message.Mess age,), dict(
67 DESCRIPTOR = _TIMESTAMP, 67 DESCRIPTOR = _TIMESTAMP,
68 __module__ = 'timestamp_pb2' 68 __module__ = 'timestamp_pb2'
69 # @@protoc_insertion_point(class_scope:ts_mon.proto.Timestamp) 69 # @@protoc_insertion_point(class_scope:ts_mon.proto.Timestamp)
70 )) 70 ))
71 _sym_db.RegisterMessage(Timestamp) 71 _sym_db.RegisterMessage(Timestamp)
72 72
73 73
74 # @@protoc_insertion_point(module_scope) 74 # @@protoc_insertion_point(module_scope)
OLDNEW
« no previous file with comments | « client/third_party/infra_libs/ts_mon/protos/timestamp.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698