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

Side by Side Diff: packages/infra_libs/infra_libs/ts_mon/protos/acquisition_task_pb2.py

Issue 2179853002: Added packages/infra_libs as the first Python package. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Final rebase (no actual changes) Created 4 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
OLDNEW
1 # Generated by the protocol buffer compiler. DO NOT EDIT! 1 # Generated by the protocol buffer compiler. DO NOT EDIT!
2 # source: acquisition_task.proto 2 # source: acquisition_task.proto
3 3
4 from google.protobuf import descriptor as _descriptor 4 from google.protobuf import descriptor as _descriptor
5 from google.protobuf import message as _message 5 from google.protobuf import message as _message
6 from google.protobuf import reflection as _reflection 6 from google.protobuf import reflection as _reflection
7 from google.protobuf import descriptor_pb2 7 from google.protobuf import descriptor_pb2
8 # @@protoc_insertion_point(imports) 8 # @@protoc_insertion_point(imports)
9 9
10 10
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 DESCRIPTOR.message_types_by_name['Task'] = _TASK 95 DESCRIPTOR.message_types_by_name['Task'] = _TASK
96 96
97 class Task(_message.Message): 97 class Task(_message.Message):
98 __metaclass__ = _reflection.GeneratedProtocolMessageType 98 __metaclass__ = _reflection.GeneratedProtocolMessageType
99 DESCRIPTOR = _TASK 99 DESCRIPTOR = _TASK
100 100
101 # @@protoc_insertion_point(class_scope:ts_mon.proto.Task) 101 # @@protoc_insertion_point(class_scope:ts_mon.proto.Task)
102 102
103 103
104 # @@protoc_insertion_point(module_scope) 104 # @@protoc_insertion_point(module_scope)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698