| 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 eed8b2db7b800cb3f8764370c6b3f37c09f7d1b1..1c160386331947f3909379579501f16a42461d22 100644
|
| --- a/common/tsmon/ts_mon_proto/acquisition_task.proto
|
| +++ b/common/tsmon/ts_mon_proto/acquisition_task.proto
|
| @@ -4,16 +4,14 @@
|
|
|
| // Copied from https://chromium.googlesource.com/infra/infra/+/master/infra_libs/ts_mon/protos/
|
|
|
| -syntax = "proto2";
|
| +syntax = "proto3";
|
|
|
| package ts_mon.proto;
|
|
|
| message Task {
|
| -
|
| - 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;
|
| + string service_name = 20;
|
| + string job_name = 30;
|
| + string data_center = 40;
|
| + string host_name = 50;
|
| + int32 task_num = 60;
|
| }
|
|
|