blob: 2f08fa03aee5466f2ad9f5e21555a67152790487 [file] [log] [blame]
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: lab/dut_state.proto
package lab
import (
fmt "fmt"
proto "github.com/golang/protobuf/proto"
math "math"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
// Next Tag: 3
type PeripheralState int32
const (
// keep for all unknown states except working & not_connected.
PeripheralState_UNKNOWN PeripheralState = 0
PeripheralState_WORKING PeripheralState = 1
PeripheralState_NOT_CONNECTED PeripheralState = 2
PeripheralState_BROKEN PeripheralState = 3
)
var PeripheralState_name = map[int32]string{
0: "UNKNOWN",
1: "WORKING",
2: "NOT_CONNECTED",
3: "BROKEN",
}
var PeripheralState_value = map[string]int32{
"UNKNOWN": 0,
"WORKING": 1,
"NOT_CONNECTED": 2,
"BROKEN": 3,
}
func (x PeripheralState) String() string {
return proto.EnumName(PeripheralState_name, int32(x))
}
func (PeripheralState) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_bfe5ddd3f74c848d, []int{0}
}
// Next Tag: 6
type DutState struct {
Id *ChromeOSDeviceID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Servo PeripheralState `protobuf:"varint,2,opt,name=servo,proto3,enum=lab.PeripheralState" json:"servo,omitempty"`
Chameleon PeripheralState `protobuf:"varint,3,opt,name=chameleon,proto3,enum=lab.PeripheralState" json:"chameleon,omitempty"`
AudioLoopbackDongle PeripheralState `protobuf:"varint,4,opt,name=audio_loopback_dongle,json=audioLoopbackDongle,proto3,enum=lab.PeripheralState" json:"audio_loopback_dongle,omitempty"`
// Indicate how many working bluetooth btpeer for a device.
WorkingBluetoothBtpeer int32 `protobuf:"varint,5,opt,name=working_bluetooth_btpeer,json=workingBluetoothBtpeer,proto3" json:"working_bluetooth_btpeer,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *DutState) Reset() { *m = DutState{} }
func (m *DutState) String() string { return proto.CompactTextString(m) }
func (*DutState) ProtoMessage() {}
func (*DutState) Descriptor() ([]byte, []int) {
return fileDescriptor_bfe5ddd3f74c848d, []int{0}
}
func (m *DutState) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_DutState.Unmarshal(m, b)
}
func (m *DutState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_DutState.Marshal(b, m, deterministic)
}
func (m *DutState) XXX_Merge(src proto.Message) {
xxx_messageInfo_DutState.Merge(m, src)
}
func (m *DutState) XXX_Size() int {
return xxx_messageInfo_DutState.Size(m)
}
func (m *DutState) XXX_DiscardUnknown() {
xxx_messageInfo_DutState.DiscardUnknown(m)
}
var xxx_messageInfo_DutState proto.InternalMessageInfo
func (m *DutState) GetId() *ChromeOSDeviceID {
if m != nil {
return m.Id
}
return nil
}
func (m *DutState) GetServo() PeripheralState {
if m != nil {
return m.Servo
}
return PeripheralState_UNKNOWN
}
func (m *DutState) GetChameleon() PeripheralState {
if m != nil {
return m.Chameleon
}
return PeripheralState_UNKNOWN
}
func (m *DutState) GetAudioLoopbackDongle() PeripheralState {
if m != nil {
return m.AudioLoopbackDongle
}
return PeripheralState_UNKNOWN
}
func (m *DutState) GetWorkingBluetoothBtpeer() int32 {
if m != nil {
return m.WorkingBluetoothBtpeer
}
return 0
}
func init() {
proto.RegisterEnum("lab.PeripheralState", PeripheralState_name, PeripheralState_value)
proto.RegisterType((*DutState)(nil), "lab.DutState")
}
func init() { proto.RegisterFile("lab/dut_state.proto", fileDescriptor_bfe5ddd3f74c848d) }
var fileDescriptor_bfe5ddd3f74c848d = []byte{
// 336 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0x41, 0x6b, 0xdb, 0x30,
0x1c, 0x47, 0x67, 0x67, 0xc9, 0x36, 0x85, 0x6d, 0x9e, 0xb2, 0x0c, 0x33, 0x76, 0x08, 0x83, 0x41,
0x08, 0xcc, 0x86, 0xec, 0xb2, 0xb3, 0xe3, 0xd0, 0xa6, 0x29, 0x72, 0x71, 0x52, 0x02, 0xbd, 0x08,
0xc9, 0x56, 0x6d, 0x11, 0xc5, 0x7f, 0x23, 0xcb, 0xe9, 0x27, 0xe9, 0xf7, 0x2d, 0x51, 0x12, 0x0a,
0x3d, 0xe4, 0xf8, 0xe3, 0xbd, 0x27, 0x1d, 0xfe, 0x68, 0xa0, 0x18, 0x0f, 0xf3, 0xd6, 0xd0, 0xc6,
0x30, 0x23, 0x82, 0x5a, 0x83, 0x01, 0xdc, 0x51, 0x8c, 0xff, 0xfc, 0x75, 0x20, 0x59, 0xa9, 0x61,
0x27, 0xa0, 0xa1, 0xb9, 0xd8, 0xcb, 0x4c, 0x50, 0x99, 0x1f, 0x95, 0xdf, 0xcf, 0x2e, 0xfa, 0x18,
0xb7, 0x66, 0x75, 0xa8, 0xf0, 0x1f, 0xe4, 0xca, 0xdc, 0x77, 0x46, 0xce, 0xb8, 0x3f, 0x1d, 0x06,
0x8a, 0xf1, 0x60, 0x66, 0xbb, 0x64, 0x15, 0xdb, 0x6c, 0x11, 0xa7, 0xae, 0xcc, 0xf1, 0x04, 0x75,
0x1b, 0xa1, 0xf7, 0xe0, 0xbb, 0x23, 0x67, 0xfc, 0x65, 0xfa, 0xdd, 0x9a, 0x77, 0x42, 0xcb, 0xba,
0x14, 0x9a, 0x29, 0xfb, 0x56, 0x7a, 0x54, 0xf0, 0x14, 0x7d, 0xca, 0x4a, 0xb6, 0x13, 0x4a, 0x40,
0xe5, 0x77, 0x2e, 0xf8, 0xaf, 0x1a, 0xbe, 0x46, 0x43, 0xd6, 0xe6, 0x12, 0xa8, 0x02, 0xa8, 0x39,
0xcb, 0xb6, 0x34, 0x87, 0xaa, 0x50, 0xc2, 0x7f, 0x7f, 0xa1, 0x1f, 0xd8, 0xe4, 0xf6, 0x54, 0xc4,
0x36, 0xc0, 0xff, 0x91, 0xff, 0x04, 0x7a, 0x2b, 0xab, 0x82, 0x72, 0xd5, 0x0a, 0x03, 0x60, 0x4a,
0xca, 0x4d, 0x2d, 0x84, 0xf6, 0xbb, 0x23, 0x67, 0xdc, 0x4d, 0x7f, 0x9c, 0x78, 0x74, 0xc6, 0x91,
0xa5, 0x93, 0x1b, 0xf4, 0xf5, 0xcd, 0x0f, 0xb8, 0x8f, 0x3e, 0xdc, 0x93, 0x25, 0x49, 0x36, 0xc4,
0x7b, 0x77, 0x18, 0x9b, 0x24, 0x5d, 0x2e, 0xc8, 0x95, 0xe7, 0xe0, 0x6f, 0xe8, 0x33, 0x49, 0xd6,
0x74, 0x96, 0x10, 0x32, 0x9f, 0xad, 0xe7, 0xb1, 0xe7, 0x62, 0x84, 0x7a, 0x51, 0x9a, 0x2c, 0xe7,
0xc4, 0xeb, 0x44, 0xe1, 0xc3, 0xdf, 0x02, 0x02, 0x7b, 0x02, 0xd9, 0xee, 0x02, 0xd0, 0x45, 0x78,
0x1e, 0xd0, 0x84, 0xb2, 0x7a, 0xd4, 0x2c, 0xb4, 0xd7, 0x08, 0x0b, 0x08, 0x15, 0xe3, 0xbc, 0x67,
0xd7, 0xbf, 0x97, 0x00, 0x00, 0x00, 0xff, 0xff, 0x94, 0xfa, 0xaa, 0x84, 0xd5, 0x01, 0x00, 0x00,
}