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

Side by Side Diff: client/third_party/infra_libs/ts_mon/protos/current/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
(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