| // Copyright 2020 The Chromium Authors |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| // Code generated by protoc-gen-go. DO NOT EDIT. |
| // versions: |
| // protoc-gen-go v1.33.0 |
| // protoc v5.26.1 |
| // source: infra/unifiedfleet/api/v1/models/chromeos/lab/peripherals.proto |
| |
| package ufspb |
| |
| import ( |
| api "go.chromium.org/chromiumos/config/go/test/lab/api" |
| protoreflect "google.golang.org/protobuf/reflect/protoreflect" |
| protoimpl "google.golang.org/protobuf/runtime/protoimpl" |
| reflect "reflect" |
| sync "sync" |
| ) |
| |
| const ( |
| // Verify that this generated code is sufficiently up-to-date. |
| _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) |
| // Verify that runtime/protoimpl is sufficiently up-to-date. |
| _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) |
| ) |
| |
| // Next Tag: 3 |
| type CameraType int32 |
| |
| const ( |
| CameraType_CAMERA_INVALID CameraType = 0 |
| // camera Huddly GO |
| CameraType_CAMERA_HUDDLY CameraType = 1 |
| // camera Logitech PTZ Pro 2 |
| CameraType_CAMERA_PTZPRO2 CameraType = 2 |
| ) |
| |
| // Enum value maps for CameraType. |
| var ( |
| CameraType_name = map[int32]string{ |
| 0: "CAMERA_INVALID", |
| 1: "CAMERA_HUDDLY", |
| 2: "CAMERA_PTZPRO2", |
| } |
| CameraType_value = map[string]int32{ |
| "CAMERA_INVALID": 0, |
| "CAMERA_HUDDLY": 1, |
| "CAMERA_PTZPRO2": 2, |
| } |
| ) |
| |
| func (x CameraType) Enum() *CameraType { |
| p := new(CameraType) |
| *p = x |
| return p |
| } |
| |
| func (x CameraType) String() string { |
| return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) |
| } |
| |
| func (CameraType) Descriptor() protoreflect.EnumDescriptor { |
| return file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_enumTypes[0].Descriptor() |
| } |
| |
| func (CameraType) Type() protoreflect.EnumType { |
| return &file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_enumTypes[0] |
| } |
| |
| func (x CameraType) Number() protoreflect.EnumNumber { |
| return protoreflect.EnumNumber(x) |
| } |
| |
| // Deprecated: Use CameraType.Descriptor instead. |
| func (CameraType) EnumDescriptor() ([]byte, []int) { |
| return file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_rawDescGZIP(), []int{0} |
| } |
| |
| type CableType int32 |
| |
| const ( |
| CableType_CABLE_INVALID CableType = 0 |
| CableType_CABLE_AUDIOJACK CableType = 1 |
| CableType_CABLE_USBAUDIO CableType = 2 |
| CableType_CABLE_USBPRINTING CableType = 3 |
| CableType_CABLE_HDMIAUDIO CableType = 4 |
| ) |
| |
| // Enum value maps for CableType. |
| var ( |
| CableType_name = map[int32]string{ |
| 0: "CABLE_INVALID", |
| 1: "CABLE_AUDIOJACK", |
| 2: "CABLE_USBAUDIO", |
| 3: "CABLE_USBPRINTING", |
| 4: "CABLE_HDMIAUDIO", |
| } |
| CableType_value = map[string]int32{ |
| "CABLE_INVALID": 0, |
| "CABLE_AUDIOJACK": 1, |
| "CABLE_USBAUDIO": 2, |
| "CABLE_USBPRINTING": 3, |
| "CABLE_HDMIAUDIO": 4, |
| } |
| ) |
| |
| func (x CableType) Enum() *CableType { |
| p := new(CableType) |
| *p = x |
| return p |
| } |
| |
| func (x CableType) String() string { |
| return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) |
| } |
| |
| func (CableType) Descriptor() protoreflect.EnumDescriptor { |
| return file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_enumTypes[1].Descriptor() |
| } |
| |
| func (CableType) Type() protoreflect.EnumType { |
| return &file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_enumTypes[1] |
| } |
| |
| func (x CableType) Number() protoreflect.EnumNumber { |
| return protoreflect.EnumNumber(x) |
| } |
| |
| // Deprecated: Use CableType.Descriptor instead. |
| func (CableType) EnumDescriptor() ([]byte, []int) { |
| return file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_rawDescGZIP(), []int{1} |
| } |
| |
| // DUT's WiFi antenna's connection. |
| // Next Tag: 3 |
| type Wifi_AntennaConnection int32 |
| |
| const ( |
| Wifi_CONN_UNKNOWN Wifi_AntennaConnection = 0 |
| // WIFI antenna is connected conductively. |
| Wifi_CONN_CONDUCTIVE Wifi_AntennaConnection = 1 |
| // WIFI antenna is connected over-the-air. |
| Wifi_CONN_OTA Wifi_AntennaConnection = 2 |
| ) |
| |
| // Enum value maps for Wifi_AntennaConnection. |
| var ( |
| Wifi_AntennaConnection_name = map[int32]string{ |
| 0: "CONN_UNKNOWN", |
| 1: "CONN_CONDUCTIVE", |
| 2: "CONN_OTA", |
| } |
| Wifi_AntennaConnection_value = map[string]int32{ |
| "CONN_UNKNOWN": 0, |
| "CONN_CONDUCTIVE": 1, |
| "CONN_OTA": 2, |
| } |
| ) |
| |
| func (x Wifi_AntennaConnection) Enum() *Wifi_AntennaConnection { |
| p := new(Wifi_AntennaConnection) |
| *p = x |
| return p |
| } |
| |
| func (x Wifi_AntennaConnection) String() string { |
| return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) |
| } |
| |
| func (Wifi_AntennaConnection) Descriptor() protoreflect.EnumDescriptor { |
| return file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_enumTypes[2].Descriptor() |
| } |
| |
| func (Wifi_AntennaConnection) Type() protoreflect.EnumType { |
| return &file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_enumTypes[2] |
| } |
| |
| func (x Wifi_AntennaConnection) Number() protoreflect.EnumNumber { |
| return protoreflect.EnumNumber(x) |
| } |
| |
| // Deprecated: Use Wifi_AntennaConnection.Descriptor instead. |
| func (Wifi_AntennaConnection) EnumDescriptor() ([]byte, []int) { |
| return file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_rawDescGZIP(), []int{4, 0} |
| } |
| |
| type Wifi_Router int32 |
| |
| const ( |
| Wifi_ROUTER_UNSPECIFIED Wifi_Router = 0 |
| Wifi_ROUTER_802_11AX Wifi_Router = 1 |
| ) |
| |
| // Enum value maps for Wifi_Router. |
| var ( |
| Wifi_Router_name = map[int32]string{ |
| 0: "ROUTER_UNSPECIFIED", |
| 1: "ROUTER_802_11AX", |
| } |
| Wifi_Router_value = map[string]int32{ |
| "ROUTER_UNSPECIFIED": 0, |
| "ROUTER_802_11AX": 1, |
| } |
| ) |
| |
| func (x Wifi_Router) Enum() *Wifi_Router { |
| p := new(Wifi_Router) |
| *p = x |
| return p |
| } |
| |
| func (x Wifi_Router) String() string { |
| return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) |
| } |
| |
| func (Wifi_Router) Descriptor() protoreflect.EnumDescriptor { |
| return file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_enumTypes[3].Descriptor() |
| } |
| |
| func (Wifi_Router) Type() protoreflect.EnumType { |
| return &file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_enumTypes[3] |
| } |
| |
| func (x Wifi_Router) Number() protoreflect.EnumNumber { |
| return protoreflect.EnumNumber(x) |
| } |
| |
| // Deprecated: Use Wifi_Router.Descriptor instead. |
| func (Wifi_Router) EnumDescriptor() ([]byte, []int) { |
| return file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_rawDescGZIP(), []int{4, 1} |
| } |
| |
| // Facing of DUT's camera to be tested whose FOV should cover chart tablet's screen. |
| // Next Tag: 4 |
| type Camerabox_Facing int32 |
| |
| const ( |
| Camerabox_FACING_UNKNOWN Camerabox_Facing = 0 |
| // DUT's back camera is facing to chart tablet. |
| Camerabox_FACING_BACK Camerabox_Facing = 1 |
| // DUT's front camera is facing to chart tablet. |
| Camerabox_FACING_FRONT Camerabox_Facing = 2 |
| // DUT has no camera |
| Camerabox_FACING_NOCAMERA Camerabox_Facing = 3 |
| ) |
| |
| // Enum value maps for Camerabox_Facing. |
| var ( |
| Camerabox_Facing_name = map[int32]string{ |
| 0: "FACING_UNKNOWN", |
| 1: "FACING_BACK", |
| 2: "FACING_FRONT", |
| 3: "FACING_NOCAMERA", |
| } |
| Camerabox_Facing_value = map[string]int32{ |
| "FACING_UNKNOWN": 0, |
| "FACING_BACK": 1, |
| "FACING_FRONT": 2, |
| "FACING_NOCAMERA": 3, |
| } |
| ) |
| |
| func (x Camerabox_Facing) Enum() *Camerabox_Facing { |
| p := new(Camerabox_Facing) |
| *p = x |
| return p |
| } |
| |
| func (x Camerabox_Facing) String() string { |
| return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) |
| } |
| |
| func (Camerabox_Facing) Descriptor() protoreflect.EnumDescriptor { |
| return file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_enumTypes[4].Descriptor() |
| } |
| |
| func (Camerabox_Facing) Type() protoreflect.EnumType { |
| return &file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_enumTypes[4] |
| } |
| |
| func (x Camerabox_Facing) Number() protoreflect.EnumNumber { |
| return protoreflect.EnumNumber(x) |
| } |
| |
| // Deprecated: Use Camerabox_Facing.Descriptor instead. |
| func (Camerabox_Facing) EnumDescriptor() ([]byte, []int) { |
| return file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_rawDescGZIP(), []int{7, 0} |
| } |
| |
| // Light provision of camerabox, if LED is present or not. |
| // Next Tag: 3 |
| type Camerabox_Light int32 |
| |
| const ( |
| Camerabox_LIGHT_UNKNOWN Camerabox_Light = 0 |
| // Camerabox has LED light provisioned. |
| Camerabox_LIGHT_LED Camerabox_Light = 1 |
| // Camerabox do not have LED light provision. |
| Camerabox_LIGHT_NOLED Camerabox_Light = 2 |
| ) |
| |
| // Enum value maps for Camerabox_Light. |
| var ( |
| Camerabox_Light_name = map[int32]string{ |
| 0: "LIGHT_UNKNOWN", |
| 1: "LIGHT_LED", |
| 2: "LIGHT_NOLED", |
| } |
| Camerabox_Light_value = map[string]int32{ |
| "LIGHT_UNKNOWN": 0, |
| "LIGHT_LED": 1, |
| "LIGHT_NOLED": 2, |
| } |
| ) |
| |
| func (x Camerabox_Light) Enum() *Camerabox_Light { |
| p := new(Camerabox_Light) |
| *p = x |
| return p |
| } |
| |
| func (x Camerabox_Light) String() string { |
| return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) |
| } |
| |
| func (Camerabox_Light) Descriptor() protoreflect.EnumDescriptor { |
| return file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_enumTypes[5].Descriptor() |
| } |
| |
| func (Camerabox_Light) Type() protoreflect.EnumType { |
| return &file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_enumTypes[5] |
| } |
| |
| func (x Camerabox_Light) Number() protoreflect.EnumNumber { |
| return protoreflect.EnumNumber(x) |
| } |
| |
| // Deprecated: Use Camerabox_Light.Descriptor instead. |
| func (Camerabox_Light) EnumDescriptor() ([]byte, []int) { |
| return file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_rawDescGZIP(), []int{7, 1} |
| } |
| |
| // Peripherals of device. Next Tag: 26 |
| type Peripherals struct { |
| state protoimpl.MessageState |
| sizeCache protoimpl.SizeCache |
| unknownFields protoimpl.UnknownFields |
| |
| Servo *Servo `protobuf:"bytes,1,opt,name=servo,proto3" json:"servo,omitempty"` |
| Chameleon *Chameleon `protobuf:"bytes,2,opt,name=chameleon,proto3" json:"chameleon,omitempty"` |
| Rpm *OSRPM `protobuf:"bytes,3,opt,name=rpm,proto3" json:"rpm,omitempty"` |
| // refer to cameras that connected to the device. |
| ConnectedCamera []*Camera `protobuf:"bytes,4,rep,name=connected_camera,json=connectedCamera,proto3" json:"connected_camera,omitempty"` |
| Audio *Audio `protobuf:"bytes,5,opt,name=audio,proto3" json:"audio,omitempty"` |
| Wifi *Wifi `protobuf:"bytes,6,opt,name=wifi,proto3" json:"wifi,omitempty"` |
| Touch *Touch `protobuf:"bytes,7,opt,name=touch,proto3" json:"touch,omitempty"` |
| // e.g: "att", "verizon",.. It's a manual label set by lab, varies dut by dut. |
| Carrier string `protobuf:"bytes,8,opt,name=carrier,proto3" json:"carrier,omitempty"` |
| // e.g: "0_att,1_verizon,3_tmobile", "1_kddi,6_rakuten".. slot mapping: only for Starfish enabled modules. |
| StarfishSlotMapping string `protobuf:"bytes,17,opt,name=starfish_slot_mapping,json=starfishSlotMapping,proto3" json:"starfish_slot_mapping,omitempty"` |
| // A list of all carriers that can be tested on the DUT. This extends the carrier field which could previously only |
| // be used with a single carrier. |
| SupportedCarriers []string `protobuf:"bytes,21,rep,name=supported_carriers,json=supportedCarriers,proto3" json:"supported_carriers,omitempty"` |
| // Indicate if the device is setup in a steady and controllable camera box environment for camera test automation. |
| // http://go/cros-camera-box |
| Camerabox bool `protobuf:"varint,9,opt,name=camerabox,proto3" json:"camerabox,omitempty"` |
| // Indicate if the device is setup in a chaos environment. It's a special settings for running wifi interop tests. |
| Chaos bool `protobuf:"varint,10,opt,name=chaos,proto3" json:"chaos,omitempty"` |
| // Indicate the cables that connect audio, printer to the device in ACS lab. |
| Cable []*Cable `protobuf:"bytes,11,rep,name=cable,proto3" json:"cable,omitempty"` |
| // Incompatible upgraded type from bool camerabox=9. |
| CameraboxInfo *Camerabox `protobuf:"bytes,12,opt,name=camerabox_info,json=cameraboxInfo,proto3" json:"camerabox_info,omitempty"` |
| // Indicate if device is connected to a smart usb hub, detected in AdminRepair task. |
| SmartUsbhub bool `protobuf:"varint,13,opt,name=smart_usbhub,json=smartUsbhub,proto3" json:"smart_usbhub,omitempty"` |
| // Indicate if the DUT's back camera supports region of interest |
| // Deprecated. |
| // |
| // Deprecated: Marked as deprecated in infra/unifiedfleet/api/v1/models/chromeos/lab/peripherals.proto. |
| CameraRoiBack bool `protobuf:"varint,14,opt,name=camera_roi_back,json=cameraRoiBack,proto3" json:"camera_roi_back,omitempty"` |
| // Indicate if the DUT's front camera supports region of interest |
| // Deprecated. |
| // |
| // Deprecated: Marked as deprecated in infra/unifiedfleet/api/v1/models/chromeos/lab/peripherals.proto. |
| CameraRoiFront bool `protobuf:"varint,15,opt,name=camera_roi_front,json=cameraRoiFront,proto3" json:"camera_roi_front,omitempty"` |
| BluetoothPeers []*BluetoothPeer `protobuf:"bytes,16,rep,name=bluetooth_peers,json=bluetoothPeers,proto3" json:"bluetooth_peers,omitempty"` |
| HumanMotionRobot *HumanMotionRobot `protobuf:"bytes,18,opt,name=human_motion_robot,json=humanMotionRobot,proto3" json:"human_motion_robot,omitempty"` |
| // Indicate if the DUT is connected to an audio latency toolkit |
| AudioLatencyToolkit *AudioLatencyToolkit `protobuf:"bytes,19,opt,name=audio_latency_toolkit,json=audioLatencyToolkit,proto3" json:"audio_latency_toolkit,omitempty"` |
| // Indicate if the DUT uses Dolos as a battery replacement |
| Dolos *Dolos `protobuf:"bytes,20,opt,name=dolos,proto3" json:"dolos,omitempty"` |
| PasitHost2 *api.PasitHost `protobuf:"bytes,24,opt,name=pasit_host2,json=pasitHost2,proto3" json:"pasit_host2,omitempty"` |
| // Indicate if the DUT is equipped with Intel AMT. |
| AmtManager *AMTManager `protobuf:"bytes,25,opt,name=amt_manager,json=amtManager,proto3" json:"amt_manager,omitempty"` |
| } |
| |
| func (x *Peripherals) Reset() { |
| *x = Peripherals{} |
| if protoimpl.UnsafeEnabled { |
| mi := &file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[0] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| } |
| |
| func (x *Peripherals) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*Peripherals) ProtoMessage() {} |
| |
| func (x *Peripherals) ProtoReflect() protoreflect.Message { |
| mi := &file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[0] |
| if protoimpl.UnsafeEnabled && x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use Peripherals.ProtoReflect.Descriptor instead. |
| func (*Peripherals) Descriptor() ([]byte, []int) { |
| return file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_rawDescGZIP(), []int{0} |
| } |
| |
| func (x *Peripherals) GetServo() *Servo { |
| if x != nil { |
| return x.Servo |
| } |
| return nil |
| } |
| |
| func (x *Peripherals) GetChameleon() *Chameleon { |
| if x != nil { |
| return x.Chameleon |
| } |
| return nil |
| } |
| |
| func (x *Peripherals) GetRpm() *OSRPM { |
| if x != nil { |
| return x.Rpm |
| } |
| return nil |
| } |
| |
| func (x *Peripherals) GetConnectedCamera() []*Camera { |
| if x != nil { |
| return x.ConnectedCamera |
| } |
| return nil |
| } |
| |
| func (x *Peripherals) GetAudio() *Audio { |
| if x != nil { |
| return x.Audio |
| } |
| return nil |
| } |
| |
| func (x *Peripherals) GetWifi() *Wifi { |
| if x != nil { |
| return x.Wifi |
| } |
| return nil |
| } |
| |
| func (x *Peripherals) GetTouch() *Touch { |
| if x != nil { |
| return x.Touch |
| } |
| return nil |
| } |
| |
| func (x *Peripherals) GetCarrier() string { |
| if x != nil { |
| return x.Carrier |
| } |
| return "" |
| } |
| |
| func (x *Peripherals) GetStarfishSlotMapping() string { |
| if x != nil { |
| return x.StarfishSlotMapping |
| } |
| return "" |
| } |
| |
| func (x *Peripherals) GetSupportedCarriers() []string { |
| if x != nil { |
| return x.SupportedCarriers |
| } |
| return nil |
| } |
| |
| func (x *Peripherals) GetCamerabox() bool { |
| if x != nil { |
| return x.Camerabox |
| } |
| return false |
| } |
| |
| func (x *Peripherals) GetChaos() bool { |
| if x != nil { |
| return x.Chaos |
| } |
| return false |
| } |
| |
| func (x *Peripherals) GetCable() []*Cable { |
| if x != nil { |
| return x.Cable |
| } |
| return nil |
| } |
| |
| func (x *Peripherals) GetCameraboxInfo() *Camerabox { |
| if x != nil { |
| return x.CameraboxInfo |
| } |
| return nil |
| } |
| |
| func (x *Peripherals) GetSmartUsbhub() bool { |
| if x != nil { |
| return x.SmartUsbhub |
| } |
| return false |
| } |
| |
| // Deprecated: Marked as deprecated in infra/unifiedfleet/api/v1/models/chromeos/lab/peripherals.proto. |
| func (x *Peripherals) GetCameraRoiBack() bool { |
| if x != nil { |
| return x.CameraRoiBack |
| } |
| return false |
| } |
| |
| // Deprecated: Marked as deprecated in infra/unifiedfleet/api/v1/models/chromeos/lab/peripherals.proto. |
| func (x *Peripherals) GetCameraRoiFront() bool { |
| if x != nil { |
| return x.CameraRoiFront |
| } |
| return false |
| } |
| |
| func (x *Peripherals) GetBluetoothPeers() []*BluetoothPeer { |
| if x != nil { |
| return x.BluetoothPeers |
| } |
| return nil |
| } |
| |
| func (x *Peripherals) GetHumanMotionRobot() *HumanMotionRobot { |
| if x != nil { |
| return x.HumanMotionRobot |
| } |
| return nil |
| } |
| |
| func (x *Peripherals) GetAudioLatencyToolkit() *AudioLatencyToolkit { |
| if x != nil { |
| return x.AudioLatencyToolkit |
| } |
| return nil |
| } |
| |
| func (x *Peripherals) GetDolos() *Dolos { |
| if x != nil { |
| return x.Dolos |
| } |
| return nil |
| } |
| |
| func (x *Peripherals) GetPasitHost2() *api.PasitHost { |
| if x != nil { |
| return x.PasitHost2 |
| } |
| return nil |
| } |
| |
| func (x *Peripherals) GetAmtManager() *AMTManager { |
| if x != nil { |
| return x.AmtManager |
| } |
| return nil |
| } |
| |
| // Next Tag: 2 |
| type Camera struct { |
| state protoimpl.MessageState |
| sizeCache protoimpl.SizeCache |
| unknownFields protoimpl.UnknownFields |
| |
| CameraType CameraType `protobuf:"varint,1,opt,name=camera_type,json=cameraType,proto3,enum=unifiedfleet.api.v1.models.chromeos.lab.CameraType" json:"camera_type,omitempty"` |
| } |
| |
| func (x *Camera) Reset() { |
| *x = Camera{} |
| if protoimpl.UnsafeEnabled { |
| mi := &file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[1] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| } |
| |
| func (x *Camera) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*Camera) ProtoMessage() {} |
| |
| func (x *Camera) ProtoReflect() protoreflect.Message { |
| mi := &file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[1] |
| if protoimpl.UnsafeEnabled && x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use Camera.ProtoReflect.Descriptor instead. |
| func (*Camera) Descriptor() ([]byte, []int) { |
| return file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_rawDescGZIP(), []int{1} |
| } |
| |
| func (x *Camera) GetCameraType() CameraType { |
| if x != nil { |
| return x.CameraType |
| } |
| return CameraType_CAMERA_INVALID |
| } |
| |
| type Cable struct { |
| state protoimpl.MessageState |
| sizeCache protoimpl.SizeCache |
| unknownFields protoimpl.UnknownFields |
| |
| Type CableType `protobuf:"varint,1,opt,name=type,proto3,enum=unifiedfleet.api.v1.models.chromeos.lab.CableType" json:"type,omitempty"` |
| } |
| |
| func (x *Cable) Reset() { |
| *x = Cable{} |
| if protoimpl.UnsafeEnabled { |
| mi := &file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[2] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| } |
| |
| func (x *Cable) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*Cable) ProtoMessage() {} |
| |
| func (x *Cable) ProtoReflect() protoreflect.Message { |
| mi := &file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[2] |
| if protoimpl.UnsafeEnabled && x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use Cable.ProtoReflect.Descriptor instead. |
| func (*Cable) Descriptor() ([]byte, []int) { |
| return file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_rawDescGZIP(), []int{2} |
| } |
| |
| func (x *Cable) GetType() CableType { |
| if x != nil { |
| return x.Type |
| } |
| return CableType_CABLE_INVALID |
| } |
| |
| // Next Tag: 4 |
| type Audio struct { |
| state protoimpl.MessageState |
| sizeCache protoimpl.SizeCache |
| unknownFields protoimpl.UnknownFields |
| |
| // Indicate if the DUT is housed in an audio box to record / replay audio |
| // for audio testing. |
| AudioBox bool `protobuf:"varint,1,opt,name=audio_box,json=audioBox,proto3" json:"audio_box,omitempty"` |
| // Indicate if the DUT is connected to Atrus speakermic |
| Atrus bool `protobuf:"varint,2,opt,name=atrus,proto3" json:"atrus,omitempty"` |
| // Indicate if the DUT is connected to chameleon through static audio cable |
| AudioCable bool `protobuf:"varint,3,opt,name=audio_cable,json=audioCable,proto3" json:"audio_cable,omitempty"` |
| } |
| |
| func (x *Audio) Reset() { |
| *x = Audio{} |
| if protoimpl.UnsafeEnabled { |
| mi := &file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[3] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| } |
| |
| func (x *Audio) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*Audio) ProtoMessage() {} |
| |
| func (x *Audio) ProtoReflect() protoreflect.Message { |
| mi := &file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[3] |
| if protoimpl.UnsafeEnabled && x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use Audio.ProtoReflect.Descriptor instead. |
| func (*Audio) Descriptor() ([]byte, []int) { |
| return file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_rawDescGZIP(), []int{3} |
| } |
| |
| func (x *Audio) GetAudioBox() bool { |
| if x != nil { |
| return x.AudioBox |
| } |
| return false |
| } |
| |
| func (x *Audio) GetAtrus() bool { |
| if x != nil { |
| return x.Atrus |
| } |
| return false |
| } |
| |
| func (x *Audio) GetAudioCable() bool { |
| if x != nil { |
| return x.AudioCable |
| } |
| return false |
| } |
| |
| // Next Tag: 7 |
| type Wifi struct { |
| state protoimpl.MessageState |
| sizeCache protoimpl.SizeCache |
| unknownFields protoimpl.UnknownFields |
| |
| // Indicate if the device is inside a hermetic wifi cell. |
| Wificell bool `protobuf:"varint,1,opt,name=wificell,proto3" json:"wificell,omitempty"` |
| AntennaConn Wifi_AntennaConnection `protobuf:"varint,2,opt,name=antenna_conn,json=antennaConn,proto3,enum=unifiedfleet.api.v1.models.chromeos.lab.Wifi_AntennaConnection" json:"antenna_conn,omitempty"` |
| // Indicate if the device is in a pre-setup environment with 802.11ax routers. |
| // crbug.com/1044786 |
| Router Wifi_Router `protobuf:"varint,3,opt,name=router,proto3,enum=unifiedfleet.api.v1.models.chromeos.lab.Wifi_Router" json:"router,omitempty"` |
| // collections of routers used for wifi testing. |
| WifiRouters []*WifiRouter `protobuf:"bytes,4,rep,name=wifi_routers,json=wifiRouters,proto3" json:"wifi_routers,omitempty"` |
| // WifiRouterFeatures that are supported by all wifi routers in the testbed. |
| // |
| // If there are no wifi routers this will be empty. |
| // If any routers have unknown features, this will just have a single |
| // WIFI_ROUTER_FEATURE_UNKNOWN entry. |
| // If any routers' features has a WIFI_ROUTER_FEATURE_INVALID feature, a |
| // WIFI_ROUTER_FEATURE_INVALID feature will be included along with the other |
| // common, valid features. |
| // If there are no common, valid features between all routers, this will just |
| // have a single WIFI_ROUTER_FEATURE_INVALID entry. |
| WifiRouterFeatures []api.WifiRouterFeature `protobuf:"varint,6,rep,packed,name=wifi_router_features,json=wifiRouterFeatures,proto3,enum=chromiumos.test.lab.api.WifiRouterFeature" json:"wifi_router_features,omitempty"` |
| } |
| |
| func (x *Wifi) Reset() { |
| *x = Wifi{} |
| if protoimpl.UnsafeEnabled { |
| mi := &file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[4] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| } |
| |
| func (x *Wifi) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*Wifi) ProtoMessage() {} |
| |
| func (x *Wifi) ProtoReflect() protoreflect.Message { |
| mi := &file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[4] |
| if protoimpl.UnsafeEnabled && x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use Wifi.ProtoReflect.Descriptor instead. |
| func (*Wifi) Descriptor() ([]byte, []int) { |
| return file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_rawDescGZIP(), []int{4} |
| } |
| |
| func (x *Wifi) GetWificell() bool { |
| if x != nil { |
| return x.Wificell |
| } |
| return false |
| } |
| |
| func (x *Wifi) GetAntennaConn() Wifi_AntennaConnection { |
| if x != nil { |
| return x.AntennaConn |
| } |
| return Wifi_CONN_UNKNOWN |
| } |
| |
| func (x *Wifi) GetRouter() Wifi_Router { |
| if x != nil { |
| return x.Router |
| } |
| return Wifi_ROUTER_UNSPECIFIED |
| } |
| |
| func (x *Wifi) GetWifiRouters() []*WifiRouter { |
| if x != nil { |
| return x.WifiRouters |
| } |
| return nil |
| } |
| |
| func (x *Wifi) GetWifiRouterFeatures() []api.WifiRouterFeature { |
| if x != nil { |
| return x.WifiRouterFeatures |
| } |
| return nil |
| } |
| |
| // Next Tag: 7 |
| type WifiRouter struct { |
| state protoimpl.MessageState |
| sizeCache protoimpl.SizeCache |
| unknownFields protoimpl.UnknownFields |
| |
| Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"` |
| State PeripheralState `protobuf:"varint,2,opt,name=state,proto3,enum=unifiedfleet.api.v1.models.chromeos.lab.PeripheralState" json:"state,omitempty"` |
| BuildTarget string `protobuf:"bytes,3,opt,name=build_target,json=buildTarget,proto3" json:"build_target,omitempty"` |
| Model string `protobuf:"bytes,4,opt,name=model,proto3" json:"model,omitempty"` |
| // RPM to perform remote power management. use OSRPM defined here. |
| Rpm *OSRPM `protobuf:"bytes,5,opt,name=rpm,proto3" json:"rpm,omitempty"` |
| // Supported test router hardware and software features. |
| SupportedFeatures []api.WifiRouterFeature `protobuf:"varint,7,rep,packed,name=supported_features,json=supportedFeatures,proto3,enum=chromiumos.test.lab.api.WifiRouterFeature" json:"supported_features,omitempty"` |
| // The type of router device this is (e.g. OpenWrt-based, ChromeOS Gale). |
| DeviceType api.WifiRouterDeviceType `protobuf:"varint,8,opt,name=device_type,json=deviceType,proto3,enum=chromiumos.test.lab.api.WifiRouterDeviceType" json:"device_type,omitempty"` |
| } |
| |
| func (x *WifiRouter) Reset() { |
| *x = WifiRouter{} |
| if protoimpl.UnsafeEnabled { |
| mi := &file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[5] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| } |
| |
| func (x *WifiRouter) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*WifiRouter) ProtoMessage() {} |
| |
| func (x *WifiRouter) ProtoReflect() protoreflect.Message { |
| mi := &file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[5] |
| if protoimpl.UnsafeEnabled && x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use WifiRouter.ProtoReflect.Descriptor instead. |
| func (*WifiRouter) Descriptor() ([]byte, []int) { |
| return file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_rawDescGZIP(), []int{5} |
| } |
| |
| func (x *WifiRouter) GetHostname() string { |
| if x != nil { |
| return x.Hostname |
| } |
| return "" |
| } |
| |
| func (x *WifiRouter) GetState() PeripheralState { |
| if x != nil { |
| return x.State |
| } |
| return PeripheralState_UNKNOWN |
| } |
| |
| func (x *WifiRouter) GetBuildTarget() string { |
| if x != nil { |
| return x.BuildTarget |
| } |
| return "" |
| } |
| |
| func (x *WifiRouter) GetModel() string { |
| if x != nil { |
| return x.Model |
| } |
| return "" |
| } |
| |
| func (x *WifiRouter) GetRpm() *OSRPM { |
| if x != nil { |
| return x.Rpm |
| } |
| return nil |
| } |
| |
| func (x *WifiRouter) GetSupportedFeatures() []api.WifiRouterFeature { |
| if x != nil { |
| return x.SupportedFeatures |
| } |
| return nil |
| } |
| |
| func (x *WifiRouter) GetDeviceType() api.WifiRouterDeviceType { |
| if x != nil { |
| return x.DeviceType |
| } |
| return api.WifiRouterDeviceType(0) |
| } |
| |
| // Next Tag: 2 |
| type Touch struct { |
| state protoimpl.MessageState |
| sizeCache protoimpl.SizeCache |
| unknownFields protoimpl.UnknownFields |
| |
| // Has touch monitor mimo. |
| Mimo bool `protobuf:"varint,1,opt,name=mimo,proto3" json:"mimo,omitempty"` |
| } |
| |
| func (x *Touch) Reset() { |
| *x = Touch{} |
| if protoimpl.UnsafeEnabled { |
| mi := &file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[6] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| } |
| |
| func (x *Touch) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*Touch) ProtoMessage() {} |
| |
| func (x *Touch) ProtoReflect() protoreflect.Message { |
| mi := &file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[6] |
| if protoimpl.UnsafeEnabled && x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use Touch.ProtoReflect.Descriptor instead. |
| func (*Touch) Descriptor() ([]byte, []int) { |
| return file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_rawDescGZIP(), []int{6} |
| } |
| |
| func (x *Touch) GetMimo() bool { |
| if x != nil { |
| return x.Mimo |
| } |
| return false |
| } |
| |
| // Next Tag: 3 |
| type Camerabox struct { |
| state protoimpl.MessageState |
| sizeCache protoimpl.SizeCache |
| unknownFields protoimpl.UnknownFields |
| |
| Facing Camerabox_Facing `protobuf:"varint,1,opt,name=facing,proto3,enum=unifiedfleet.api.v1.models.chromeos.lab.Camerabox_Facing" json:"facing,omitempty"` |
| Light Camerabox_Light `protobuf:"varint,2,opt,name=light,proto3,enum=unifiedfleet.api.v1.models.chromeos.lab.Camerabox_Light" json:"light,omitempty"` |
| } |
| |
| func (x *Camerabox) Reset() { |
| *x = Camerabox{} |
| if protoimpl.UnsafeEnabled { |
| mi := &file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[7] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| } |
| |
| func (x *Camerabox) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*Camerabox) ProtoMessage() {} |
| |
| func (x *Camerabox) ProtoReflect() protoreflect.Message { |
| mi := &file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[7] |
| if protoimpl.UnsafeEnabled && x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use Camerabox.ProtoReflect.Descriptor instead. |
| func (*Camerabox) Descriptor() ([]byte, []int) { |
| return file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_rawDescGZIP(), []int{7} |
| } |
| |
| func (x *Camerabox) GetFacing() Camerabox_Facing { |
| if x != nil { |
| return x.Facing |
| } |
| return Camerabox_FACING_UNKNOWN |
| } |
| |
| func (x *Camerabox) GetLight() Camerabox_Light { |
| if x != nil { |
| return x.Light |
| } |
| return Camerabox_LIGHT_UNKNOWN |
| } |
| |
| // RaspberryPi models hardware without an assumption of how |
| // it will be used, e.g. Bluetooth peers, audio testing, etc. |
| type RaspberryPi struct { |
| state protoimpl.MessageState |
| sizeCache protoimpl.SizeCache |
| unknownFields protoimpl.UnknownFields |
| |
| Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"` |
| State PeripheralState `protobuf:"varint,2,opt,name=state,proto3,enum=unifiedfleet.api.v1.models.chromeos.lab.PeripheralState" json:"state,omitempty"` |
| } |
| |
| func (x *RaspberryPi) Reset() { |
| *x = RaspberryPi{} |
| if protoimpl.UnsafeEnabled { |
| mi := &file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[8] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| } |
| |
| func (x *RaspberryPi) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*RaspberryPi) ProtoMessage() {} |
| |
| func (x *RaspberryPi) ProtoReflect() protoreflect.Message { |
| mi := &file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[8] |
| if protoimpl.UnsafeEnabled && x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use RaspberryPi.ProtoReflect.Descriptor instead. |
| func (*RaspberryPi) Descriptor() ([]byte, []int) { |
| return file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_rawDescGZIP(), []int{8} |
| } |
| |
| func (x *RaspberryPi) GetHostname() string { |
| if x != nil { |
| return x.Hostname |
| } |
| return "" |
| } |
| |
| func (x *RaspberryPi) GetState() PeripheralState { |
| if x != nil { |
| return x.State |
| } |
| return PeripheralState_UNKNOWN |
| } |
| |
| // BluetoothPeer is hardware that is used as a Bluetooth peer. |
| // It models function rather than hardware. |
| type BluetoothPeer struct { |
| state protoimpl.MessageState |
| sizeCache protoimpl.SizeCache |
| unknownFields protoimpl.UnknownFields |
| |
| // Types that are assignable to Device: |
| // |
| // *BluetoothPeer_RaspberryPi |
| Device isBluetoothPeer_Device `protobuf_oneof:"device"` |
| // Remote Power Management for the bluetooth peer device. |
| Rpm *OSRPM `protobuf:"bytes,2,opt,name=rpm,proto3" json:"rpm,omitempty"` |
| } |
| |
| func (x *BluetoothPeer) Reset() { |
| *x = BluetoothPeer{} |
| if protoimpl.UnsafeEnabled { |
| mi := &file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[9] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| } |
| |
| func (x *BluetoothPeer) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*BluetoothPeer) ProtoMessage() {} |
| |
| func (x *BluetoothPeer) ProtoReflect() protoreflect.Message { |
| mi := &file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[9] |
| if protoimpl.UnsafeEnabled && x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use BluetoothPeer.ProtoReflect.Descriptor instead. |
| func (*BluetoothPeer) Descriptor() ([]byte, []int) { |
| return file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_rawDescGZIP(), []int{9} |
| } |
| |
| func (m *BluetoothPeer) GetDevice() isBluetoothPeer_Device { |
| if m != nil { |
| return m.Device |
| } |
| return nil |
| } |
| |
| func (x *BluetoothPeer) GetRaspberryPi() *RaspberryPi { |
| if x, ok := x.GetDevice().(*BluetoothPeer_RaspberryPi); ok { |
| return x.RaspberryPi |
| } |
| return nil |
| } |
| |
| func (x *BluetoothPeer) GetRpm() *OSRPM { |
| if x != nil { |
| return x.Rpm |
| } |
| return nil |
| } |
| |
| type isBluetoothPeer_Device interface { |
| isBluetoothPeer_Device() |
| } |
| |
| type BluetoothPeer_RaspberryPi struct { |
| RaspberryPi *RaspberryPi `protobuf:"bytes,1,opt,name=raspberry_pi,json=raspberryPi,proto3,oneof"` |
| } |
| |
| func (*BluetoothPeer_RaspberryPi) isBluetoothPeer_Device() {} |
| |
| // HumanMotionRobot models the whole HMR system |
| // including touchhost, Pi, HMR fixture, etc. |
| type HumanMotionRobot struct { |
| state protoimpl.MessageState |
| sizeCache protoimpl.SizeCache |
| unknownFields protoimpl.UnknownFields |
| |
| // hostname for HMR pi |
| Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"` |
| // model of the HMR |
| HmrModel string `protobuf:"bytes,2,opt,name=hmr_model,json=hmrModel,proto3" json:"hmr_model,omitempty"` |
| // hostname for touch-host pi |
| GatewayHostname string `protobuf:"bytes,3,opt,name=gateway_hostname,json=gatewayHostname,proto3" json:"gateway_hostname,omitempty"` |
| // Remote Power Management for HMR device. |
| Rpm *OSRPM `protobuf:"bytes,4,opt,name=rpm,proto3" json:"rpm,omitempty"` |
| } |
| |
| func (x *HumanMotionRobot) Reset() { |
| *x = HumanMotionRobot{} |
| if protoimpl.UnsafeEnabled { |
| mi := &file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[10] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| } |
| |
| func (x *HumanMotionRobot) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*HumanMotionRobot) ProtoMessage() {} |
| |
| func (x *HumanMotionRobot) ProtoReflect() protoreflect.Message { |
| mi := &file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[10] |
| if protoimpl.UnsafeEnabled && x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use HumanMotionRobot.ProtoReflect.Descriptor instead. |
| func (*HumanMotionRobot) Descriptor() ([]byte, []int) { |
| return file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_rawDescGZIP(), []int{10} |
| } |
| |
| func (x *HumanMotionRobot) GetHostname() string { |
| if x != nil { |
| return x.Hostname |
| } |
| return "" |
| } |
| |
| func (x *HumanMotionRobot) GetHmrModel() string { |
| if x != nil { |
| return x.HmrModel |
| } |
| return "" |
| } |
| |
| func (x *HumanMotionRobot) GetGatewayHostname() string { |
| if x != nil { |
| return x.GatewayHostname |
| } |
| return "" |
| } |
| |
| func (x *HumanMotionRobot) GetRpm() *OSRPM { |
| if x != nil { |
| return x.Rpm |
| } |
| return nil |
| } |
| |
| // AudioLatencyToolkit models audio latency toolkits |
| // including a Teensy and Teensy Audio Board |
| // Next Tag: 1 |
| type AudioLatencyToolkit struct { |
| state protoimpl.MessageState |
| sizeCache protoimpl.SizeCache |
| unknownFields protoimpl.UnknownFields |
| |
| Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` // default: "4.1" |
| } |
| |
| func (x *AudioLatencyToolkit) Reset() { |
| *x = AudioLatencyToolkit{} |
| if protoimpl.UnsafeEnabled { |
| mi := &file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[11] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| } |
| |
| func (x *AudioLatencyToolkit) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*AudioLatencyToolkit) ProtoMessage() {} |
| |
| func (x *AudioLatencyToolkit) ProtoReflect() protoreflect.Message { |
| mi := &file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[11] |
| if protoimpl.UnsafeEnabled && x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use AudioLatencyToolkit.ProtoReflect.Descriptor instead. |
| func (*AudioLatencyToolkit) Descriptor() ([]byte, []int) { |
| return file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_rawDescGZIP(), []int{11} |
| } |
| |
| func (x *AudioLatencyToolkit) GetVersion() string { |
| if x != nil { |
| return x.Version |
| } |
| return "" |
| } |
| |
| // AMTManager enables remote, out-of-band management. |
| type AMTManager struct { |
| state protoimpl.MessageState |
| sizeCache protoimpl.SizeCache |
| unknownFields protoimpl.UnknownFields |
| |
| // Hostname for the AMT management port. |
| Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"` |
| } |
| |
| func (x *AMTManager) Reset() { |
| *x = AMTManager{} |
| if protoimpl.UnsafeEnabled { |
| mi := &file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[12] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| } |
| |
| func (x *AMTManager) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*AMTManager) ProtoMessage() {} |
| |
| func (x *AMTManager) ProtoReflect() protoreflect.Message { |
| mi := &file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[12] |
| if protoimpl.UnsafeEnabled && x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use AMTManager.ProtoReflect.Descriptor instead. |
| func (*AMTManager) Descriptor() ([]byte, []int) { |
| return file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_rawDescGZIP(), []int{12} |
| } |
| |
| func (x *AMTManager) GetHostname() string { |
| if x != nil { |
| return x.Hostname |
| } |
| return "" |
| } |
| |
| var File_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto protoreflect.FileDescriptor |
| |
| var file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_rawDesc = []byte{ |
| 0x0a, 0x3f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x75, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x66, |
| 0x6c, 0x65, 0x65, 0x74, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x6d, 0x6f, 0x64, 0x65, |
| 0x6c, 0x73, 0x2f, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x65, 0x6f, 0x73, 0x2f, 0x6c, 0x61, 0x62, 0x2f, |
| 0x70, 0x65, 0x72, 0x69, 0x70, 0x68, 0x65, 0x72, 0x61, 0x6c, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, |
| 0x6f, 0x12, 0x27, 0x75, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x66, 0x6c, 0x65, 0x65, 0x74, 0x2e, |
| 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x2e, 0x63, 0x68, |
| 0x72, 0x6f, 0x6d, 0x65, 0x6f, 0x73, 0x2e, 0x6c, 0x61, 0x62, 0x1a, 0x3d, 0x69, 0x6e, 0x66, 0x72, |
| 0x61, 0x2f, 0x75, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x66, 0x6c, 0x65, 0x65, 0x74, 0x2f, 0x61, |
| 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x2f, 0x63, 0x68, 0x72, |
| 0x6f, 0x6d, 0x65, 0x6f, 0x73, 0x2f, 0x6c, 0x61, 0x62, 0x2f, 0x63, 0x68, 0x61, 0x6d, 0x65, 0x6c, |
| 0x65, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x39, 0x69, 0x6e, 0x66, 0x72, 0x61, |
| 0x2f, 0x75, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x66, 0x6c, 0x65, 0x65, 0x74, 0x2f, 0x61, 0x70, |
| 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x2f, 0x63, 0x68, 0x72, 0x6f, |
| 0x6d, 0x65, 0x6f, 0x73, 0x2f, 0x6c, 0x61, 0x62, 0x2f, 0x64, 0x6f, 0x6c, 0x6f, 0x73, 0x2e, 0x70, |
| 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x37, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x75, 0x6e, 0x69, 0x66, |
| 0x69, 0x65, 0x64, 0x66, 0x6c, 0x65, 0x65, 0x74, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, |
| 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x2f, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x65, 0x6f, 0x73, 0x2f, |
| 0x6c, 0x61, 0x62, 0x2f, 0x72, 0x70, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x39, 0x69, |
| 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x75, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x66, 0x6c, 0x65, 0x65, |
| 0x74, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x2f, |
| 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x65, 0x6f, 0x73, 0x2f, 0x6c, 0x61, 0x62, 0x2f, 0x73, 0x65, 0x72, |
| 0x76, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x3d, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, |
| 0x75, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x66, 0x6c, 0x65, 0x65, 0x74, 0x2f, 0x61, 0x70, 0x69, |
| 0x2f, 0x76, 0x31, 0x2f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x2f, 0x63, 0x68, 0x72, 0x6f, 0x6d, |
| 0x65, 0x6f, 0x73, 0x2f, 0x6c, 0x61, 0x62, 0x2f, 0x64, 0x75, 0x74, 0x5f, 0x73, 0x74, 0x61, 0x74, |
| 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x51, 0x67, 0x6f, 0x2e, 0x63, 0x68, 0x72, 0x6f, |
| 0x6d, 0x69, 0x75, 0x6d, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, |
| 0x6d, 0x6f, 0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, |
| 0x2f, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2f, 0x74, 0x65, 0x73, 0x74, |
| 0x2f, 0x6c, 0x61, 0x62, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x77, 0x69, 0x66, 0x69, 0x5f, 0x72, 0x6f, |
| 0x75, 0x74, 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x50, 0x67, 0x6f, 0x2e, 0x63, |
| 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x63, 0x68, 0x72, 0x6f, |
| 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2f, 0x70, 0x72, |
| 0x6f, 0x74, 0x6f, 0x2f, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2f, 0x74, |
| 0x65, 0x73, 0x74, 0x2f, 0x6c, 0x61, 0x62, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x70, 0x61, 0x73, 0x69, |
| 0x74, 0x5f, 0x68, 0x6f, 0x73, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x90, 0x0c, 0x0a, |
| 0x0b, 0x50, 0x65, 0x72, 0x69, 0x70, 0x68, 0x65, 0x72, 0x61, 0x6c, 0x73, 0x12, 0x44, 0x0a, 0x05, |
| 0x73, 0x65, 0x72, 0x76, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x75, 0x6e, |
| 0x69, 0x66, 0x69, 0x65, 0x64, 0x66, 0x6c, 0x65, 0x65, 0x74, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, |
| 0x31, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x65, 0x6f, |
| 0x73, 0x2e, 0x6c, 0x61, 0x62, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x6f, 0x52, 0x05, 0x73, 0x65, 0x72, |
| 0x76, 0x6f, 0x12, 0x50, 0x0a, 0x09, 0x63, 0x68, 0x61, 0x6d, 0x65, 0x6c, 0x65, 0x6f, 0x6e, 0x18, |
| 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x75, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x66, |
| 0x6c, 0x65, 0x65, 0x74, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x6d, 0x6f, 0x64, 0x65, |
| 0x6c, 0x73, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x65, 0x6f, 0x73, 0x2e, 0x6c, 0x61, 0x62, 0x2e, |
| 0x43, 0x68, 0x61, 0x6d, 0x65, 0x6c, 0x65, 0x6f, 0x6e, 0x52, 0x09, 0x63, 0x68, 0x61, 0x6d, 0x65, |
| 0x6c, 0x65, 0x6f, 0x6e, 0x12, 0x40, 0x0a, 0x03, 0x72, 0x70, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, |
| 0x0b, 0x32, 0x2e, 0x2e, 0x75, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x66, 0x6c, 0x65, 0x65, 0x74, |
| 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x2e, 0x63, |
| 0x68, 0x72, 0x6f, 0x6d, 0x65, 0x6f, 0x73, 0x2e, 0x6c, 0x61, 0x62, 0x2e, 0x4f, 0x53, 0x52, 0x50, |
| 0x4d, 0x52, 0x03, 0x72, 0x70, 0x6d, 0x12, 0x5a, 0x0a, 0x10, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, |
| 0x74, 0x65, 0x64, 0x5f, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, |
| 0x32, 0x2f, 0x2e, 0x75, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x66, 0x6c, 0x65, 0x65, 0x74, 0x2e, |
| 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x2e, 0x63, 0x68, |
| 0x72, 0x6f, 0x6d, 0x65, 0x6f, 0x73, 0x2e, 0x6c, 0x61, 0x62, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72, |
| 0x61, 0x52, 0x0f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x43, 0x61, 0x6d, 0x65, |
| 0x72, 0x61, 0x12, 0x44, 0x0a, 0x05, 0x61, 0x75, 0x64, 0x69, 0x6f, 0x18, 0x05, 0x20, 0x01, 0x28, |
| 0x0b, 0x32, 0x2e, 0x2e, 0x75, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x66, 0x6c, 0x65, 0x65, 0x74, |
| 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x2e, 0x63, |
| 0x68, 0x72, 0x6f, 0x6d, 0x65, 0x6f, 0x73, 0x2e, 0x6c, 0x61, 0x62, 0x2e, 0x41, 0x75, 0x64, 0x69, |
| 0x6f, 0x52, 0x05, 0x61, 0x75, 0x64, 0x69, 0x6f, 0x12, 0x41, 0x0a, 0x04, 0x77, 0x69, 0x66, 0x69, |
| 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x75, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, |
| 0x66, 0x6c, 0x65, 0x65, 0x74, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x6d, 0x6f, 0x64, |
| 0x65, 0x6c, 0x73, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x65, 0x6f, 0x73, 0x2e, 0x6c, 0x61, 0x62, |
| 0x2e, 0x57, 0x69, 0x66, 0x69, 0x52, 0x04, 0x77, 0x69, 0x66, 0x69, 0x12, 0x44, 0x0a, 0x05, 0x74, |
| 0x6f, 0x75, 0x63, 0x68, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x75, 0x6e, 0x69, |
| 0x66, 0x69, 0x65, 0x64, 0x66, 0x6c, 0x65, 0x65, 0x74, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, |
| 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x65, 0x6f, 0x73, |
| 0x2e, 0x6c, 0x61, 0x62, 0x2e, 0x54, 0x6f, 0x75, 0x63, 0x68, 0x52, 0x05, 0x74, 0x6f, 0x75, 0x63, |
| 0x68, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x61, 0x72, 0x72, 0x69, 0x65, 0x72, 0x18, 0x08, 0x20, 0x01, |
| 0x28, 0x09, 0x52, 0x07, 0x63, 0x61, 0x72, 0x72, 0x69, 0x65, 0x72, 0x12, 0x32, 0x0a, 0x15, 0x73, |
| 0x74, 0x61, 0x72, 0x66, 0x69, 0x73, 0x68, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x5f, 0x6d, 0x61, 0x70, |
| 0x70, 0x69, 0x6e, 0x67, 0x18, 0x11, 0x20, 0x01, 0x28, 0x09, 0x52, 0x13, 0x73, 0x74, 0x61, 0x72, |
| 0x66, 0x69, 0x73, 0x68, 0x53, 0x6c, 0x6f, 0x74, 0x4d, 0x61, 0x70, 0x70, 0x69, 0x6e, 0x67, 0x12, |
| 0x2d, 0x0a, 0x12, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x5f, 0x63, 0x61, 0x72, |
| 0x72, 0x69, 0x65, 0x72, 0x73, 0x18, 0x15, 0x20, 0x03, 0x28, 0x09, 0x52, 0x11, 0x73, 0x75, 0x70, |
| 0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x43, 0x61, 0x72, 0x72, 0x69, 0x65, 0x72, 0x73, 0x12, 0x1c, |
| 0x0a, 0x09, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x62, 0x6f, 0x78, 0x18, 0x09, 0x20, 0x01, 0x28, |
| 0x08, 0x52, 0x09, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x62, 0x6f, 0x78, 0x12, 0x14, 0x0a, 0x05, |
| 0x63, 0x68, 0x61, 0x6f, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x63, 0x68, 0x61, |
| 0x6f, 0x73, 0x12, 0x44, 0x0a, 0x05, 0x63, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x0b, 0x20, 0x03, 0x28, |
| 0x0b, 0x32, 0x2e, 0x2e, 0x75, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x66, 0x6c, 0x65, 0x65, 0x74, |
| 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x2e, 0x63, |
| 0x68, 0x72, 0x6f, 0x6d, 0x65, 0x6f, 0x73, 0x2e, 0x6c, 0x61, 0x62, 0x2e, 0x43, 0x61, 0x62, 0x6c, |
| 0x65, 0x52, 0x05, 0x63, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x59, 0x0a, 0x0e, 0x63, 0x61, 0x6d, 0x65, |
| 0x72, 0x61, 0x62, 0x6f, 0x78, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, |
| 0x32, 0x32, 0x2e, 0x75, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x66, 0x6c, 0x65, 0x65, 0x74, 0x2e, |
| 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x2e, 0x63, 0x68, |
| 0x72, 0x6f, 0x6d, 0x65, 0x6f, 0x73, 0x2e, 0x6c, 0x61, 0x62, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72, |
| 0x61, 0x62, 0x6f, 0x78, 0x52, 0x0d, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x62, 0x6f, 0x78, 0x49, |
| 0x6e, 0x66, 0x6f, 0x12, 0x21, 0x0a, 0x0c, 0x73, 0x6d, 0x61, 0x72, 0x74, 0x5f, 0x75, 0x73, 0x62, |
| 0x68, 0x75, 0x62, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0b, 0x73, 0x6d, 0x61, 0x72, 0x74, |
| 0x55, 0x73, 0x62, 0x68, 0x75, 0x62, 0x12, 0x2a, 0x0a, 0x0f, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, |
| 0x5f, 0x72, 0x6f, 0x69, 0x5f, 0x62, 0x61, 0x63, 0x6b, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x08, 0x42, |
| 0x02, 0x18, 0x01, 0x52, 0x0d, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x69, 0x42, 0x61, |
| 0x63, 0x6b, 0x12, 0x2c, 0x0a, 0x10, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x5f, 0x72, 0x6f, 0x69, |
| 0x5f, 0x66, 0x72, 0x6f, 0x6e, 0x74, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x08, 0x42, 0x02, 0x18, 0x01, |
| 0x52, 0x0e, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x69, 0x46, 0x72, 0x6f, 0x6e, 0x74, |
| 0x12, 0x5f, 0x0a, 0x0f, 0x62, 0x6c, 0x75, 0x65, 0x74, 0x6f, 0x6f, 0x74, 0x68, 0x5f, 0x70, 0x65, |
| 0x65, 0x72, 0x73, 0x18, 0x10, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x75, 0x6e, 0x69, 0x66, |
| 0x69, 0x65, 0x64, 0x66, 0x6c, 0x65, 0x65, 0x74, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, |
| 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x65, 0x6f, 0x73, 0x2e, |
| 0x6c, 0x61, 0x62, 0x2e, 0x42, 0x6c, 0x75, 0x65, 0x74, 0x6f, 0x6f, 0x74, 0x68, 0x50, 0x65, 0x65, |
| 0x72, 0x52, 0x0e, 0x62, 0x6c, 0x75, 0x65, 0x74, 0x6f, 0x6f, 0x74, 0x68, 0x50, 0x65, 0x65, 0x72, |
| 0x73, 0x12, 0x67, 0x0a, 0x12, 0x68, 0x75, 0x6d, 0x61, 0x6e, 0x5f, 0x6d, 0x6f, 0x74, 0x69, 0x6f, |
| 0x6e, 0x5f, 0x72, 0x6f, 0x62, 0x6f, 0x74, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x39, 0x2e, |
| 0x75, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x66, 0x6c, 0x65, 0x65, 0x74, 0x2e, 0x61, 0x70, 0x69, |
| 0x2e, 0x76, 0x31, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, |
| 0x65, 0x6f, 0x73, 0x2e, 0x6c, 0x61, 0x62, 0x2e, 0x48, 0x75, 0x6d, 0x61, 0x6e, 0x4d, 0x6f, 0x74, |
| 0x69, 0x6f, 0x6e, 0x52, 0x6f, 0x62, 0x6f, 0x74, 0x52, 0x10, 0x68, 0x75, 0x6d, 0x61, 0x6e, 0x4d, |
| 0x6f, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x6f, 0x62, 0x6f, 0x74, 0x12, 0x70, 0x0a, 0x15, 0x61, 0x75, |
| 0x64, 0x69, 0x6f, 0x5f, 0x6c, 0x61, 0x74, 0x65, 0x6e, 0x63, 0x79, 0x5f, 0x74, 0x6f, 0x6f, 0x6c, |
| 0x6b, 0x69, 0x74, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x75, 0x6e, 0x69, 0x66, |
| 0x69, 0x65, 0x64, 0x66, 0x6c, 0x65, 0x65, 0x74, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, |
| 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x65, 0x6f, 0x73, 0x2e, |
| 0x6c, 0x61, 0x62, 0x2e, 0x41, 0x75, 0x64, 0x69, 0x6f, 0x4c, 0x61, 0x74, 0x65, 0x6e, 0x63, 0x79, |
| 0x54, 0x6f, 0x6f, 0x6c, 0x6b, 0x69, 0x74, 0x52, 0x13, 0x61, 0x75, 0x64, 0x69, 0x6f, 0x4c, 0x61, |
| 0x74, 0x65, 0x6e, 0x63, 0x79, 0x54, 0x6f, 0x6f, 0x6c, 0x6b, 0x69, 0x74, 0x12, 0x44, 0x0a, 0x05, |
| 0x64, 0x6f, 0x6c, 0x6f, 0x73, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x75, 0x6e, |
| 0x69, 0x66, 0x69, 0x65, 0x64, 0x66, 0x6c, 0x65, 0x65, 0x74, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, |
| 0x31, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x65, 0x6f, |
| 0x73, 0x2e, 0x6c, 0x61, 0x62, 0x2e, 0x44, 0x6f, 0x6c, 0x6f, 0x73, 0x52, 0x05, 0x64, 0x6f, 0x6c, |
| 0x6f, 0x73, 0x12, 0x43, 0x0a, 0x0b, 0x70, 0x61, 0x73, 0x69, 0x74, 0x5f, 0x68, 0x6f, 0x73, 0x74, |
| 0x32, 0x18, 0x18, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, |
| 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x6c, 0x61, 0x62, 0x2e, 0x61, 0x70, |
| 0x69, 0x2e, 0x50, 0x61, 0x73, 0x69, 0x74, 0x48, 0x6f, 0x73, 0x74, 0x52, 0x0a, 0x70, 0x61, 0x73, |
| 0x69, 0x74, 0x48, 0x6f, 0x73, 0x74, 0x32, 0x12, 0x54, 0x0a, 0x0b, 0x61, 0x6d, 0x74, 0x5f, 0x6d, |
| 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x19, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x75, |
| 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x66, 0x6c, 0x65, 0x65, 0x74, 0x2e, 0x61, 0x70, 0x69, 0x2e, |
| 0x76, 0x31, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x65, |
| 0x6f, 0x73, 0x2e, 0x6c, 0x61, 0x62, 0x2e, 0x41, 0x4d, 0x54, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, |
| 0x72, 0x52, 0x0a, 0x61, 0x6d, 0x74, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x4a, 0x04, 0x08, |
| 0x17, 0x10, 0x18, 0x52, 0x0a, 0x70, 0x61, 0x73, 0x69, 0x74, 0x5f, 0x68, 0x6f, 0x73, 0x74, 0x22, |
| 0x5e, 0x0a, 0x06, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x12, 0x54, 0x0a, 0x0b, 0x63, 0x61, 0x6d, |
| 0x65, 0x72, 0x61, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x33, |
| 0x2e, 0x75, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x66, 0x6c, 0x65, 0x65, 0x74, 0x2e, 0x61, 0x70, |
| 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x2e, 0x63, 0x68, 0x72, 0x6f, |
| 0x6d, 0x65, 0x6f, 0x73, 0x2e, 0x6c, 0x61, 0x62, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x54, |
| 0x79, 0x70, 0x65, 0x52, 0x0a, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x54, 0x79, 0x70, 0x65, 0x22, |
| 0x4f, 0x0a, 0x05, 0x43, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x46, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, |
| 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x32, 0x2e, 0x75, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, |
| 0x66, 0x6c, 0x65, 0x65, 0x74, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x6d, 0x6f, 0x64, |
| 0x65, 0x6c, 0x73, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x65, 0x6f, 0x73, 0x2e, 0x6c, 0x61, 0x62, |
| 0x2e, 0x43, 0x61, 0x62, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, |
| 0x22, 0x5b, 0x0a, 0x05, 0x41, 0x75, 0x64, 0x69, 0x6f, 0x12, 0x1b, 0x0a, 0x09, 0x61, 0x75, 0x64, |
| 0x69, 0x6f, 0x5f, 0x62, 0x6f, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x61, 0x75, |
| 0x64, 0x69, 0x6f, 0x42, 0x6f, 0x78, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x74, 0x72, 0x75, 0x73, 0x18, |
| 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x61, 0x74, 0x72, 0x75, 0x73, 0x12, 0x1f, 0x0a, 0x0b, |
| 0x61, 0x75, 0x64, 0x69, 0x6f, 0x5f, 0x63, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, |
| 0x08, 0x52, 0x0a, 0x61, 0x75, 0x64, 0x69, 0x6f, 0x43, 0x61, 0x62, 0x6c, 0x65, 0x22, 0x91, 0x04, |
| 0x0a, 0x04, 0x57, 0x69, 0x66, 0x69, 0x12, 0x1a, 0x0a, 0x08, 0x77, 0x69, 0x66, 0x69, 0x63, 0x65, |
| 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x77, 0x69, 0x66, 0x69, 0x63, 0x65, |
| 0x6c, 0x6c, 0x12, 0x62, 0x0a, 0x0c, 0x61, 0x6e, 0x74, 0x65, 0x6e, 0x6e, 0x61, 0x5f, 0x63, 0x6f, |
| 0x6e, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x3f, 0x2e, 0x75, 0x6e, 0x69, 0x66, 0x69, |
| 0x65, 0x64, 0x66, 0x6c, 0x65, 0x65, 0x74, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x6d, |
| 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x65, 0x6f, 0x73, 0x2e, 0x6c, |
| 0x61, 0x62, 0x2e, 0x57, 0x69, 0x66, 0x69, 0x2e, 0x41, 0x6e, 0x74, 0x65, 0x6e, 0x6e, 0x61, 0x43, |
| 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0b, 0x61, 0x6e, 0x74, 0x65, 0x6e, |
| 0x6e, 0x61, 0x43, 0x6f, 0x6e, 0x6e, 0x12, 0x4c, 0x0a, 0x06, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, |
| 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x34, 0x2e, 0x75, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, |
| 0x66, 0x6c, 0x65, 0x65, 0x74, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x6d, 0x6f, 0x64, |
| 0x65, 0x6c, 0x73, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x65, 0x6f, 0x73, 0x2e, 0x6c, 0x61, 0x62, |
| 0x2e, 0x57, 0x69, 0x66, 0x69, 0x2e, 0x52, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x52, 0x06, 0x72, 0x6f, |
| 0x75, 0x74, 0x65, 0x72, 0x12, 0x56, 0x0a, 0x0c, 0x77, 0x69, 0x66, 0x69, 0x5f, 0x72, 0x6f, 0x75, |
| 0x74, 0x65, 0x72, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x75, 0x6e, 0x69, |
| 0x66, 0x69, 0x65, 0x64, 0x66, 0x6c, 0x65, 0x65, 0x74, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, |
| 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x65, 0x6f, 0x73, |
| 0x2e, 0x6c, 0x61, 0x62, 0x2e, 0x57, 0x69, 0x66, 0x69, 0x52, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x52, |
| 0x0b, 0x77, 0x69, 0x66, 0x69, 0x52, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x73, 0x12, 0x5c, 0x0a, 0x14, |
| 0x77, 0x69, 0x66, 0x69, 0x5f, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x5f, 0x66, 0x65, 0x61, 0x74, |
| 0x75, 0x72, 0x65, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0e, 0x32, 0x2a, 0x2e, 0x63, 0x68, 0x72, |
| 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x6c, 0x61, 0x62, |
| 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x57, 0x69, 0x66, 0x69, 0x52, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x46, |
| 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x52, 0x12, 0x77, 0x69, 0x66, 0x69, 0x52, 0x6f, 0x75, 0x74, |
| 0x65, 0x72, 0x46, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x22, 0x48, 0x0a, 0x11, 0x41, 0x6e, |
| 0x74, 0x65, 0x6e, 0x6e, 0x61, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, |
| 0x10, 0x0a, 0x0c, 0x43, 0x4f, 0x4e, 0x4e, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, |
| 0x00, 0x12, 0x13, 0x0a, 0x0f, 0x43, 0x4f, 0x4e, 0x4e, 0x5f, 0x43, 0x4f, 0x4e, 0x44, 0x55, 0x43, |
| 0x54, 0x49, 0x56, 0x45, 0x10, 0x01, 0x12, 0x0c, 0x0a, 0x08, 0x43, 0x4f, 0x4e, 0x4e, 0x5f, 0x4f, |
| 0x54, 0x41, 0x10, 0x02, 0x22, 0x35, 0x0a, 0x06, 0x52, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x12, 0x16, |
| 0x0a, 0x12, 0x52, 0x4f, 0x55, 0x54, 0x45, 0x52, 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, |
| 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x13, 0x0a, 0x0f, 0x52, 0x4f, 0x55, 0x54, 0x45, 0x52, |
| 0x5f, 0x38, 0x30, 0x32, 0x5f, 0x31, 0x31, 0x41, 0x58, 0x10, 0x01, 0x4a, 0x04, 0x08, 0x05, 0x10, |
| 0x06, 0x22, 0xa4, 0x03, 0x0a, 0x0a, 0x57, 0x69, 0x66, 0x69, 0x52, 0x6f, 0x75, 0x74, 0x65, 0x72, |
| 0x12, 0x1a, 0x0a, 0x08, 0x68, 0x6f, 0x73, 0x74, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, |
| 0x28, 0x09, 0x52, 0x08, 0x68, 0x6f, 0x73, 0x74, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x4e, 0x0a, 0x05, |
| 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x38, 0x2e, 0x75, 0x6e, |
| 0x69, 0x66, 0x69, 0x65, 0x64, 0x66, 0x6c, 0x65, 0x65, 0x74, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, |
| 0x31, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x65, 0x6f, |
| 0x73, 0x2e, 0x6c, 0x61, 0x62, 0x2e, 0x50, 0x65, 0x72, 0x69, 0x70, 0x68, 0x65, 0x72, 0x61, 0x6c, |
| 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x12, 0x21, 0x0a, 0x0c, |
| 0x62, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x18, 0x03, 0x20, 0x01, |
| 0x28, 0x09, 0x52, 0x0b, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x12, |
| 0x14, 0x0a, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, |
| 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x12, 0x40, 0x0a, 0x03, 0x72, 0x70, 0x6d, 0x18, 0x05, 0x20, 0x01, |
| 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x75, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x66, 0x6c, 0x65, 0x65, |
| 0x74, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x2e, |
| 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x65, 0x6f, 0x73, 0x2e, 0x6c, 0x61, 0x62, 0x2e, 0x4f, 0x53, 0x52, |
| 0x50, 0x4d, 0x52, 0x03, 0x72, 0x70, 0x6d, 0x12, 0x59, 0x0a, 0x12, 0x73, 0x75, 0x70, 0x70, 0x6f, |
| 0x72, 0x74, 0x65, 0x64, 0x5f, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x18, 0x07, 0x20, |
| 0x03, 0x28, 0x0e, 0x32, 0x2a, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, |
| 0x2e, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x6c, 0x61, 0x62, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x57, 0x69, |
| 0x66, 0x69, 0x52, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x46, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x52, |
| 0x11, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x46, 0x65, 0x61, 0x74, 0x75, 0x72, |
| 0x65, 0x73, 0x12, 0x4e, 0x0a, 0x0b, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x74, 0x79, 0x70, |
| 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2d, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, |
| 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x6c, 0x61, 0x62, 0x2e, 0x61, 0x70, |
| 0x69, 0x2e, 0x57, 0x69, 0x66, 0x69, 0x52, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x44, 0x65, 0x76, 0x69, |
| 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x52, 0x0a, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x54, 0x79, |
| 0x70, 0x65, 0x4a, 0x04, 0x08, 0x06, 0x10, 0x07, 0x22, 0x1b, 0x0a, 0x05, 0x54, 0x6f, 0x75, 0x63, |
| 0x68, 0x12, 0x12, 0x0a, 0x04, 0x6d, 0x69, 0x6d, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, |
| 0x04, 0x6d, 0x69, 0x6d, 0x6f, 0x22, 0xc0, 0x02, 0x0a, 0x09, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, |
| 0x62, 0x6f, 0x78, 0x12, 0x51, 0x0a, 0x06, 0x66, 0x61, 0x63, 0x69, 0x6e, 0x67, 0x18, 0x01, 0x20, |
| 0x01, 0x28, 0x0e, 0x32, 0x39, 0x2e, 0x75, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x66, 0x6c, 0x65, |
| 0x65, 0x74, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73, |
| 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x65, 0x6f, 0x73, 0x2e, 0x6c, 0x61, 0x62, 0x2e, 0x43, 0x61, |
| 0x6d, 0x65, 0x72, 0x61, 0x62, 0x6f, 0x78, 0x2e, 0x46, 0x61, 0x63, 0x69, 0x6e, 0x67, 0x52, 0x06, |
| 0x66, 0x61, 0x63, 0x69, 0x6e, 0x67, 0x12, 0x4e, 0x0a, 0x05, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x18, |
| 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x38, 0x2e, 0x75, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x66, |
| 0x6c, 0x65, 0x65, 0x74, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x6d, 0x6f, 0x64, 0x65, |
| 0x6c, 0x73, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x65, 0x6f, 0x73, 0x2e, 0x6c, 0x61, 0x62, 0x2e, |
| 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x62, 0x6f, 0x78, 0x2e, 0x4c, 0x69, 0x67, 0x68, 0x74, 0x52, |
| 0x05, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x22, 0x54, 0x0a, 0x06, 0x46, 0x61, 0x63, 0x69, 0x6e, 0x67, |
| 0x12, 0x12, 0x0a, 0x0e, 0x46, 0x41, 0x43, 0x49, 0x4e, 0x47, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, |
| 0x57, 0x4e, 0x10, 0x00, 0x12, 0x0f, 0x0a, 0x0b, 0x46, 0x41, 0x43, 0x49, 0x4e, 0x47, 0x5f, 0x42, |
| 0x41, 0x43, 0x4b, 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x46, 0x41, 0x43, 0x49, 0x4e, 0x47, 0x5f, |
| 0x46, 0x52, 0x4f, 0x4e, 0x54, 0x10, 0x02, 0x12, 0x13, 0x0a, 0x0f, 0x46, 0x41, 0x43, 0x49, 0x4e, |
| 0x47, 0x5f, 0x4e, 0x4f, 0x43, 0x41, 0x4d, 0x45, 0x52, 0x41, 0x10, 0x03, 0x22, 0x3a, 0x0a, 0x05, |
| 0x4c, 0x69, 0x67, 0x68, 0x74, 0x12, 0x11, 0x0a, 0x0d, 0x4c, 0x49, 0x47, 0x48, 0x54, 0x5f, 0x55, |
| 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x0d, 0x0a, 0x09, 0x4c, 0x49, 0x47, 0x48, |
| 0x54, 0x5f, 0x4c, 0x45, 0x44, 0x10, 0x01, 0x12, 0x0f, 0x0a, 0x0b, 0x4c, 0x49, 0x47, 0x48, 0x54, |
| 0x5f, 0x4e, 0x4f, 0x4c, 0x45, 0x44, 0x10, 0x02, 0x22, 0x79, 0x0a, 0x0b, 0x52, 0x61, 0x73, 0x70, |
| 0x62, 0x65, 0x72, 0x72, 0x79, 0x50, 0x69, 0x12, 0x1a, 0x0a, 0x08, 0x68, 0x6f, 0x73, 0x74, 0x6e, |
| 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x68, 0x6f, 0x73, 0x74, 0x6e, |
| 0x61, 0x6d, 0x65, 0x12, 0x4e, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x02, 0x20, 0x01, |
| 0x28, 0x0e, 0x32, 0x38, 0x2e, 0x75, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x66, 0x6c, 0x65, 0x65, |
| 0x74, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x2e, |
| 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x65, 0x6f, 0x73, 0x2e, 0x6c, 0x61, 0x62, 0x2e, 0x50, 0x65, 0x72, |
| 0x69, 0x70, 0x68, 0x65, 0x72, 0x61, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x05, 0x73, 0x74, |
| 0x61, 0x74, 0x65, 0x22, 0xb6, 0x01, 0x0a, 0x0d, 0x42, 0x6c, 0x75, 0x65, 0x74, 0x6f, 0x6f, 0x74, |
| 0x68, 0x50, 0x65, 0x65, 0x72, 0x12, 0x59, 0x0a, 0x0c, 0x72, 0x61, 0x73, 0x70, 0x62, 0x65, 0x72, |
| 0x72, 0x79, 0x5f, 0x70, 0x69, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x75, 0x6e, |
| 0x69, 0x66, 0x69, 0x65, 0x64, 0x66, 0x6c, 0x65, 0x65, 0x74, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, |
| 0x31, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x65, 0x6f, |
| 0x73, 0x2e, 0x6c, 0x61, 0x62, 0x2e, 0x52, 0x61, 0x73, 0x70, 0x62, 0x65, 0x72, 0x72, 0x79, 0x50, |
| 0x69, 0x48, 0x00, 0x52, 0x0b, 0x72, 0x61, 0x73, 0x70, 0x62, 0x65, 0x72, 0x72, 0x79, 0x50, 0x69, |
| 0x12, 0x40, 0x0a, 0x03, 0x72, 0x70, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, |
| 0x75, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x66, 0x6c, 0x65, 0x65, 0x74, 0x2e, 0x61, 0x70, 0x69, |
| 0x2e, 0x76, 0x31, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, |
| 0x65, 0x6f, 0x73, 0x2e, 0x6c, 0x61, 0x62, 0x2e, 0x4f, 0x53, 0x52, 0x50, 0x4d, 0x52, 0x03, 0x72, |
| 0x70, 0x6d, 0x42, 0x08, 0x0a, 0x06, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x22, 0xb8, 0x01, 0x0a, |
| 0x10, 0x48, 0x75, 0x6d, 0x61, 0x6e, 0x4d, 0x6f, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x6f, 0x62, 0x6f, |
| 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x68, 0x6f, 0x73, 0x74, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, |
| 0x01, 0x28, 0x09, 0x52, 0x08, 0x68, 0x6f, 0x73, 0x74, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1b, 0x0a, |
| 0x09, 0x68, 0x6d, 0x72, 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, |
| 0x52, 0x08, 0x68, 0x6d, 0x72, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x12, 0x29, 0x0a, 0x10, 0x67, 0x61, |
| 0x74, 0x65, 0x77, 0x61, 0x79, 0x5f, 0x68, 0x6f, 0x73, 0x74, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, |
| 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x48, 0x6f, 0x73, |
| 0x74, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x40, 0x0a, 0x03, 0x72, 0x70, 0x6d, 0x18, 0x04, 0x20, 0x01, |
| 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x75, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x66, 0x6c, 0x65, 0x65, |
| 0x74, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x2e, |
| 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x65, 0x6f, 0x73, 0x2e, 0x6c, 0x61, 0x62, 0x2e, 0x4f, 0x53, 0x52, |
| 0x50, 0x4d, 0x52, 0x03, 0x72, 0x70, 0x6d, 0x22, 0x2f, 0x0a, 0x13, 0x41, 0x75, 0x64, 0x69, 0x6f, |
| 0x4c, 0x61, 0x74, 0x65, 0x6e, 0x63, 0x79, 0x54, 0x6f, 0x6f, 0x6c, 0x6b, 0x69, 0x74, 0x12, 0x18, |
| 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, |
| 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x28, 0x0a, 0x0a, 0x41, 0x4d, 0x54, 0x4d, |
| 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x1a, 0x0a, 0x08, 0x68, 0x6f, 0x73, 0x74, 0x6e, 0x61, |
| 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x68, 0x6f, 0x73, 0x74, 0x6e, 0x61, |
| 0x6d, 0x65, 0x2a, 0x47, 0x0a, 0x0a, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x54, 0x79, 0x70, 0x65, |
| 0x12, 0x12, 0x0a, 0x0e, 0x43, 0x41, 0x4d, 0x45, 0x52, 0x41, 0x5f, 0x49, 0x4e, 0x56, 0x41, 0x4c, |
| 0x49, 0x44, 0x10, 0x00, 0x12, 0x11, 0x0a, 0x0d, 0x43, 0x41, 0x4d, 0x45, 0x52, 0x41, 0x5f, 0x48, |
| 0x55, 0x44, 0x44, 0x4c, 0x59, 0x10, 0x01, 0x12, 0x12, 0x0a, 0x0e, 0x43, 0x41, 0x4d, 0x45, 0x52, |
| 0x41, 0x5f, 0x50, 0x54, 0x5a, 0x50, 0x52, 0x4f, 0x32, 0x10, 0x02, 0x2a, 0x73, 0x0a, 0x09, 0x43, |
| 0x61, 0x62, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x11, 0x0a, 0x0d, 0x43, 0x41, 0x42, 0x4c, |
| 0x45, 0x5f, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10, 0x00, 0x12, 0x13, 0x0a, 0x0f, 0x43, |
| 0x41, 0x42, 0x4c, 0x45, 0x5f, 0x41, 0x55, 0x44, 0x49, 0x4f, 0x4a, 0x41, 0x43, 0x4b, 0x10, 0x01, |
| 0x12, 0x12, 0x0a, 0x0e, 0x43, 0x41, 0x42, 0x4c, 0x45, 0x5f, 0x55, 0x53, 0x42, 0x41, 0x55, 0x44, |
| 0x49, 0x4f, 0x10, 0x02, 0x12, 0x15, 0x0a, 0x11, 0x43, 0x41, 0x42, 0x4c, 0x45, 0x5f, 0x55, 0x53, |
| 0x42, 0x50, 0x52, 0x49, 0x4e, 0x54, 0x49, 0x4e, 0x47, 0x10, 0x03, 0x12, 0x13, 0x0a, 0x0f, 0x43, |
| 0x41, 0x42, 0x4c, 0x45, 0x5f, 0x48, 0x44, 0x4d, 0x49, 0x41, 0x55, 0x44, 0x49, 0x4f, 0x10, 0x04, |
| 0x42, 0x35, 0x5a, 0x33, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x75, 0x6e, 0x69, 0x66, 0x69, 0x65, |
| 0x64, 0x66, 0x6c, 0x65, 0x65, 0x74, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x6d, 0x6f, |
| 0x64, 0x65, 0x6c, 0x73, 0x2f, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x65, 0x6f, 0x73, 0x2f, 0x6c, 0x61, |
| 0x62, 0x3b, 0x75, 0x66, 0x73, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, |
| } |
| |
| var ( |
| file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_rawDescOnce sync.Once |
| file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_rawDescData = file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_rawDesc |
| ) |
| |
| func file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_rawDescGZIP() []byte { |
| file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_rawDescOnce.Do(func() { |
| file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_rawDescData = protoimpl.X.CompressGZIP(file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_rawDescData) |
| }) |
| return file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_rawDescData |
| } |
| |
| var file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_enumTypes = make([]protoimpl.EnumInfo, 6) |
| var file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes = make([]protoimpl.MessageInfo, 13) |
| var file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_goTypes = []interface{}{ |
| (CameraType)(0), // 0: unifiedfleet.api.v1.models.chromeos.lab.CameraType |
| (CableType)(0), // 1: unifiedfleet.api.v1.models.chromeos.lab.CableType |
| (Wifi_AntennaConnection)(0), // 2: unifiedfleet.api.v1.models.chromeos.lab.Wifi.AntennaConnection |
| (Wifi_Router)(0), // 3: unifiedfleet.api.v1.models.chromeos.lab.Wifi.Router |
| (Camerabox_Facing)(0), // 4: unifiedfleet.api.v1.models.chromeos.lab.Camerabox.Facing |
| (Camerabox_Light)(0), // 5: unifiedfleet.api.v1.models.chromeos.lab.Camerabox.Light |
| (*Peripherals)(nil), // 6: unifiedfleet.api.v1.models.chromeos.lab.Peripherals |
| (*Camera)(nil), // 7: unifiedfleet.api.v1.models.chromeos.lab.Camera |
| (*Cable)(nil), // 8: unifiedfleet.api.v1.models.chromeos.lab.Cable |
| (*Audio)(nil), // 9: unifiedfleet.api.v1.models.chromeos.lab.Audio |
| (*Wifi)(nil), // 10: unifiedfleet.api.v1.models.chromeos.lab.Wifi |
| (*WifiRouter)(nil), // 11: unifiedfleet.api.v1.models.chromeos.lab.WifiRouter |
| (*Touch)(nil), // 12: unifiedfleet.api.v1.models.chromeos.lab.Touch |
| (*Camerabox)(nil), // 13: unifiedfleet.api.v1.models.chromeos.lab.Camerabox |
| (*RaspberryPi)(nil), // 14: unifiedfleet.api.v1.models.chromeos.lab.RaspberryPi |
| (*BluetoothPeer)(nil), // 15: unifiedfleet.api.v1.models.chromeos.lab.BluetoothPeer |
| (*HumanMotionRobot)(nil), // 16: unifiedfleet.api.v1.models.chromeos.lab.HumanMotionRobot |
| (*AudioLatencyToolkit)(nil), // 17: unifiedfleet.api.v1.models.chromeos.lab.AudioLatencyToolkit |
| (*AMTManager)(nil), // 18: unifiedfleet.api.v1.models.chromeos.lab.AMTManager |
| (*Servo)(nil), // 19: unifiedfleet.api.v1.models.chromeos.lab.Servo |
| (*Chameleon)(nil), // 20: unifiedfleet.api.v1.models.chromeos.lab.Chameleon |
| (*OSRPM)(nil), // 21: unifiedfleet.api.v1.models.chromeos.lab.OSRPM |
| (*Dolos)(nil), // 22: unifiedfleet.api.v1.models.chromeos.lab.Dolos |
| (*api.PasitHost)(nil), // 23: chromiumos.test.lab.api.PasitHost |
| (api.WifiRouterFeature)(0), // 24: chromiumos.test.lab.api.WifiRouterFeature |
| (PeripheralState)(0), // 25: unifiedfleet.api.v1.models.chromeos.lab.PeripheralState |
| (api.WifiRouterDeviceType)(0), // 26: chromiumos.test.lab.api.WifiRouterDeviceType |
| } |
| var file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_depIdxs = []int32{ |
| 19, // 0: unifiedfleet.api.v1.models.chromeos.lab.Peripherals.servo:type_name -> unifiedfleet.api.v1.models.chromeos.lab.Servo |
| 20, // 1: unifiedfleet.api.v1.models.chromeos.lab.Peripherals.chameleon:type_name -> unifiedfleet.api.v1.models.chromeos.lab.Chameleon |
| 21, // 2: unifiedfleet.api.v1.models.chromeos.lab.Peripherals.rpm:type_name -> unifiedfleet.api.v1.models.chromeos.lab.OSRPM |
| 7, // 3: unifiedfleet.api.v1.models.chromeos.lab.Peripherals.connected_camera:type_name -> unifiedfleet.api.v1.models.chromeos.lab.Camera |
| 9, // 4: unifiedfleet.api.v1.models.chromeos.lab.Peripherals.audio:type_name -> unifiedfleet.api.v1.models.chromeos.lab.Audio |
| 10, // 5: unifiedfleet.api.v1.models.chromeos.lab.Peripherals.wifi:type_name -> unifiedfleet.api.v1.models.chromeos.lab.Wifi |
| 12, // 6: unifiedfleet.api.v1.models.chromeos.lab.Peripherals.touch:type_name -> unifiedfleet.api.v1.models.chromeos.lab.Touch |
| 8, // 7: unifiedfleet.api.v1.models.chromeos.lab.Peripherals.cable:type_name -> unifiedfleet.api.v1.models.chromeos.lab.Cable |
| 13, // 8: unifiedfleet.api.v1.models.chromeos.lab.Peripherals.camerabox_info:type_name -> unifiedfleet.api.v1.models.chromeos.lab.Camerabox |
| 15, // 9: unifiedfleet.api.v1.models.chromeos.lab.Peripherals.bluetooth_peers:type_name -> unifiedfleet.api.v1.models.chromeos.lab.BluetoothPeer |
| 16, // 10: unifiedfleet.api.v1.models.chromeos.lab.Peripherals.human_motion_robot:type_name -> unifiedfleet.api.v1.models.chromeos.lab.HumanMotionRobot |
| 17, // 11: unifiedfleet.api.v1.models.chromeos.lab.Peripherals.audio_latency_toolkit:type_name -> unifiedfleet.api.v1.models.chromeos.lab.AudioLatencyToolkit |
| 22, // 12: unifiedfleet.api.v1.models.chromeos.lab.Peripherals.dolos:type_name -> unifiedfleet.api.v1.models.chromeos.lab.Dolos |
| 23, // 13: unifiedfleet.api.v1.models.chromeos.lab.Peripherals.pasit_host2:type_name -> chromiumos.test.lab.api.PasitHost |
| 18, // 14: unifiedfleet.api.v1.models.chromeos.lab.Peripherals.amt_manager:type_name -> unifiedfleet.api.v1.models.chromeos.lab.AMTManager |
| 0, // 15: unifiedfleet.api.v1.models.chromeos.lab.Camera.camera_type:type_name -> unifiedfleet.api.v1.models.chromeos.lab.CameraType |
| 1, // 16: unifiedfleet.api.v1.models.chromeos.lab.Cable.type:type_name -> unifiedfleet.api.v1.models.chromeos.lab.CableType |
| 2, // 17: unifiedfleet.api.v1.models.chromeos.lab.Wifi.antenna_conn:type_name -> unifiedfleet.api.v1.models.chromeos.lab.Wifi.AntennaConnection |
| 3, // 18: unifiedfleet.api.v1.models.chromeos.lab.Wifi.router:type_name -> unifiedfleet.api.v1.models.chromeos.lab.Wifi.Router |
| 11, // 19: unifiedfleet.api.v1.models.chromeos.lab.Wifi.wifi_routers:type_name -> unifiedfleet.api.v1.models.chromeos.lab.WifiRouter |
| 24, // 20: unifiedfleet.api.v1.models.chromeos.lab.Wifi.wifi_router_features:type_name -> chromiumos.test.lab.api.WifiRouterFeature |
| 25, // 21: unifiedfleet.api.v1.models.chromeos.lab.WifiRouter.state:type_name -> unifiedfleet.api.v1.models.chromeos.lab.PeripheralState |
| 21, // 22: unifiedfleet.api.v1.models.chromeos.lab.WifiRouter.rpm:type_name -> unifiedfleet.api.v1.models.chromeos.lab.OSRPM |
| 24, // 23: unifiedfleet.api.v1.models.chromeos.lab.WifiRouter.supported_features:type_name -> chromiumos.test.lab.api.WifiRouterFeature |
| 26, // 24: unifiedfleet.api.v1.models.chromeos.lab.WifiRouter.device_type:type_name -> chromiumos.test.lab.api.WifiRouterDeviceType |
| 4, // 25: unifiedfleet.api.v1.models.chromeos.lab.Camerabox.facing:type_name -> unifiedfleet.api.v1.models.chromeos.lab.Camerabox.Facing |
| 5, // 26: unifiedfleet.api.v1.models.chromeos.lab.Camerabox.light:type_name -> unifiedfleet.api.v1.models.chromeos.lab.Camerabox.Light |
| 25, // 27: unifiedfleet.api.v1.models.chromeos.lab.RaspberryPi.state:type_name -> unifiedfleet.api.v1.models.chromeos.lab.PeripheralState |
| 14, // 28: unifiedfleet.api.v1.models.chromeos.lab.BluetoothPeer.raspberry_pi:type_name -> unifiedfleet.api.v1.models.chromeos.lab.RaspberryPi |
| 21, // 29: unifiedfleet.api.v1.models.chromeos.lab.BluetoothPeer.rpm:type_name -> unifiedfleet.api.v1.models.chromeos.lab.OSRPM |
| 21, // 30: unifiedfleet.api.v1.models.chromeos.lab.HumanMotionRobot.rpm:type_name -> unifiedfleet.api.v1.models.chromeos.lab.OSRPM |
| 31, // [31:31] is the sub-list for method output_type |
| 31, // [31:31] is the sub-list for method input_type |
| 31, // [31:31] is the sub-list for extension type_name |
| 31, // [31:31] is the sub-list for extension extendee |
| 0, // [0:31] is the sub-list for field type_name |
| } |
| |
| func init() { file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_init() } |
| func file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_init() { |
| if File_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto != nil { |
| return |
| } |
| file_infra_unifiedfleet_api_v1_models_chromeos_lab_chameleon_proto_init() |
| file_infra_unifiedfleet_api_v1_models_chromeos_lab_dolos_proto_init() |
| file_infra_unifiedfleet_api_v1_models_chromeos_lab_rpm_proto_init() |
| file_infra_unifiedfleet_api_v1_models_chromeos_lab_servo_proto_init() |
| file_infra_unifiedfleet_api_v1_models_chromeos_lab_dut_state_proto_init() |
| if !protoimpl.UnsafeEnabled { |
| file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { |
| switch v := v.(*Peripherals); i { |
| case 0: |
| return &v.state |
| case 1: |
| return &v.sizeCache |
| case 2: |
| return &v.unknownFields |
| default: |
| return nil |
| } |
| } |
| file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { |
| switch v := v.(*Camera); i { |
| case 0: |
| return &v.state |
| case 1: |
| return &v.sizeCache |
| case 2: |
| return &v.unknownFields |
| default: |
| return nil |
| } |
| } |
| file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { |
| switch v := v.(*Cable); i { |
| case 0: |
| return &v.state |
| case 1: |
| return &v.sizeCache |
| case 2: |
| return &v.unknownFields |
| default: |
| return nil |
| } |
| } |
| file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { |
| switch v := v.(*Audio); i { |
| case 0: |
| return &v.state |
| case 1: |
| return &v.sizeCache |
| case 2: |
| return &v.unknownFields |
| default: |
| return nil |
| } |
| } |
| file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { |
| switch v := v.(*Wifi); i { |
| case 0: |
| return &v.state |
| case 1: |
| return &v.sizeCache |
| case 2: |
| return &v.unknownFields |
| default: |
| return nil |
| } |
| } |
| file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { |
| switch v := v.(*WifiRouter); i { |
| case 0: |
| return &v.state |
| case 1: |
| return &v.sizeCache |
| case 2: |
| return &v.unknownFields |
| default: |
| return nil |
| } |
| } |
| file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { |
| switch v := v.(*Touch); i { |
| case 0: |
| return &v.state |
| case 1: |
| return &v.sizeCache |
| case 2: |
| return &v.unknownFields |
| default: |
| return nil |
| } |
| } |
| file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { |
| switch v := v.(*Camerabox); i { |
| case 0: |
| return &v.state |
| case 1: |
| return &v.sizeCache |
| case 2: |
| return &v.unknownFields |
| default: |
| return nil |
| } |
| } |
| file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { |
| switch v := v.(*RaspberryPi); i { |
| case 0: |
| return &v.state |
| case 1: |
| return &v.sizeCache |
| case 2: |
| return &v.unknownFields |
| default: |
| return nil |
| } |
| } |
| file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { |
| switch v := v.(*BluetoothPeer); i { |
| case 0: |
| return &v.state |
| case 1: |
| return &v.sizeCache |
| case 2: |
| return &v.unknownFields |
| default: |
| return nil |
| } |
| } |
| file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { |
| switch v := v.(*HumanMotionRobot); i { |
| case 0: |
| return &v.state |
| case 1: |
| return &v.sizeCache |
| case 2: |
| return &v.unknownFields |
| default: |
| return nil |
| } |
| } |
| file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { |
| switch v := v.(*AudioLatencyToolkit); i { |
| case 0: |
| return &v.state |
| case 1: |
| return &v.sizeCache |
| case 2: |
| return &v.unknownFields |
| default: |
| return nil |
| } |
| } |
| file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { |
| switch v := v.(*AMTManager); i { |
| case 0: |
| return &v.state |
| case 1: |
| return &v.sizeCache |
| case 2: |
| return &v.unknownFields |
| default: |
| return nil |
| } |
| } |
| } |
| file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes[9].OneofWrappers = []interface{}{ |
| (*BluetoothPeer_RaspberryPi)(nil), |
| } |
| type x struct{} |
| out := protoimpl.TypeBuilder{ |
| File: protoimpl.DescBuilder{ |
| GoPackagePath: reflect.TypeOf(x{}).PkgPath(), |
| RawDescriptor: file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_rawDesc, |
| NumEnums: 6, |
| NumMessages: 13, |
| NumExtensions: 0, |
| NumServices: 0, |
| }, |
| GoTypes: file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_goTypes, |
| DependencyIndexes: file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_depIdxs, |
| EnumInfos: file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_enumTypes, |
| MessageInfos: file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_msgTypes, |
| }.Build() |
| File_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto = out.File |
| file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_rawDesc = nil |
| file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_goTypes = nil |
| file_infra_unifiedfleet_api_v1_models_chromeos_lab_peripherals_proto_depIdxs = nil |
| } |