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

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

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
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 syntax = "proto2"; 4 syntax = "proto2";
5 5
6 package ts_mon.proto; 6 package ts_mon.proto;
7 7
8 message Task { 8 message Task {
9 enum TypeId { MESSAGE_TYPE_ID = 34049749; }; 9 enum TypeId { MESSAGE_TYPE_ID = 34049749; };
10 optional string proxy_environment = 5; 10 optional string proxy_environment = 5;
11 optional string acquisition_name = 10; 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 optional string proxy_zone = 70;
18 } 18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698