blob: 66b60d4ed8b01fb8b31721fdd5916f9fafa1533e [file] [log] [blame]
// Copyright 2019 The ChromiumOS Authors
// 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;
}