blob: fd9d7d8721cbbcb908a2381ef992b1066f2d9a5e [file] [log] [blame]
// Copyright 2019 The Chromium OS 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 = "proto3";
package lab;
option go_package = "go.chromium.org/chromiumos/infra/proto/go/lab";
message ChromeOSDeviceID {
// A unique ID for chromeos device, a randomly generated uuid or AssetTag.
string value = 1;
}