1// Copyright 2016 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. 4syntax = "proto2"; 5 6package ts_mon.proto; 7 8message NetworkDevice { 9 enum TypeId { MESSAGE_TYPE_ID = 34049749; }; 10 optional string proxy_environment = 5; 11 optional string acquisition_name = 10; 12 optional string pop = 30; 13 optional bool alertable = 101; 14 optional string realm = 102; 15 optional int64 asn = 103; 16 optional string metro = 104; 17 optional string role = 105; 18 optional string hostname = 106; 19 optional string vendor = 70; 20 optional string hostgroup = 108; 21 optional string proxy_zone = 100; 22} 23