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

Side by Side Diff: client/third_party/infra_libs/ts_mon/protos/new/acquisition_task.proto

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 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4
5 syntax = "proto2"; 4 syntax = "proto2";
6 5
7 package ts_mon.proto; 6 package ts_mon.proto;
8 7
9 message Task { 8 message Task {
10
11 enum TypeId { MESSAGE_TYPE_ID = 34049749; }; 9 enum TypeId { MESSAGE_TYPE_ID = 34049749; };
10 optional string proxy_environment = 5;
11 optional string acquisition_name = 10;
12 optional string service_name = 20; 12 optional string service_name = 20;
13 optional string job_name = 30; 13 optional string job_name = 30;
14 optional string data_center = 40; 14 optional string data_center = 40;
15 optional string host_name = 50; 15 optional string host_name = 50;
16 optional int32 task_num = 60; 16 optional int32 task_num = 60;
17 optional string proxy_zone = 70;
17 } 18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698