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

Side by Side Diff: client/third_party/infra_libs/ts_mon/protos/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
(Empty)
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
3 // found in the LICENSE file.
4
5 syntax = "proto2";
6
7 package ts_mon.proto;
8
9 message Task {
10
11 enum TypeId { MESSAGE_TYPE_ID = 34049749; };
12 optional string service_name = 20;
13 optional string job_name = 30;
14 optional string data_center = 40;
15 optional string host_name = 50;
16 optional int32 task_num = 60;
17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698