blob: 8f20b9b1b642761dd7d933232370538926f4ed81 [file] [log] [blame]
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
syntax = "proto2";
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;
}