| Index: common/tsmon/ts_mon_proto/acquisition_task.proto
|
| diff --git a/common/tsmon/ts_mon_proto/acquisition_task.proto b/common/tsmon/ts_mon_proto/acquisition_task.proto
|
| index 1c160386331947f3909379579501f16a42461d22..eed8b2db7b800cb3f8764370c6b3f37c09f7d1b1 100644
|
| --- a/common/tsmon/ts_mon_proto/acquisition_task.proto
|
| +++ b/common/tsmon/ts_mon_proto/acquisition_task.proto
|
| @@ -4,14 +4,16 @@
|
|
|
| // Copied from https://chromium.googlesource.com/infra/infra/+/master/infra_libs/ts_mon/protos/
|
|
|
| -syntax = "proto3";
|
| +syntax = "proto2";
|
|
|
| package ts_mon.proto;
|
|
|
| message Task {
|
| - string service_name = 20;
|
| - string job_name = 30;
|
| - string data_center = 40;
|
| - string host_name = 50;
|
| - int32 task_num = 60;
|
| +
|
| + enum TypeId { MESSAGE_TYPE_ID = 34049749; };
|
| + optional string service_name = 20;
|
| + optional string job_name = 30;
|
| + optional string data_center = 40;
|
| + optional string host_name = 50;
|
| + optional int32 task_num = 60;
|
| }
|
|
|