//
//Сервис реализует функционал взаимодействия с Умным домом Sber

// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// 	protoc-gen-go v1.30.0
// 	protoc        v4.23.1
// source: keyapis/iot_connect_sber/v1/keyapis_iot_connect_devices_v1.proto

package keyapis_iot_connect_v1

import (
	_ "google.golang.org/genproto/googleapis/api/annotations"
	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)
)

// Список функций устройства
type Model_FeatureType int32

const (
	// Значение не указано
	Model_FEATURE_TYPE_UNKNOWN Model_FeatureType = 0
	// Сигнализация о поступившем звонке
	Model_INCOMING_CALL Model_FeatureType = 1
	// Сигнализация о доступности устройства
	Model_ONLINE Model_FeatureType = 2
	// Отклонение звонка
	Model_REJECT_CALL Model_FeatureType = 3
	// Открытие замка
	Model_UNLOCK Model_FeatureType = 4
)

// Enum value maps for Model_FeatureType.
var (
	Model_FeatureType_name = map[int32]string{
		0: "FEATURE_TYPE_UNKNOWN",
		1: "INCOMING_CALL",
		2: "ONLINE",
		3: "REJECT_CALL",
		4: "UNLOCK",
	}
	Model_FeatureType_value = map[string]int32{
		"FEATURE_TYPE_UNKNOWN": 0,
		"INCOMING_CALL":        1,
		"ONLINE":               2,
		"REJECT_CALL":          3,
		"UNLOCK":               4,
	}
)

func (x Model_FeatureType) Enum() *Model_FeatureType {
	p := new(Model_FeatureType)
	*p = x
	return p
}

func (x Model_FeatureType) String() string {
	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}

func (Model_FeatureType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_enumTypes[0].Descriptor()
}

func (Model_FeatureType) Type() protoreflect.EnumType {
	return &file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_enumTypes[0]
}

func (x Model_FeatureType) Number() protoreflect.EnumNumber {
	return protoreflect.EnumNumber(x)
}

// Deprecated: Use Model_FeatureType.Descriptor instead.
func (Model_FeatureType) EnumDescriptor() ([]byte, []int) {
	return file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_rawDescGZIP(), []int{0, 0}
}

// Список ключей статусов устройства
type DeviceState_KeyType int32

const (
	// Значение не указано
	DeviceState_KEY_TYPE_UNKNOWN DeviceState_KeyType = 0
	// Статус доступности устройства
	DeviceState_ONLINE DeviceState_KeyType = 1
)

// Enum value maps for DeviceState_KeyType.
var (
	DeviceState_KeyType_name = map[int32]string{
		0: "KEY_TYPE_UNKNOWN",
		1: "ONLINE",
	}
	DeviceState_KeyType_value = map[string]int32{
		"KEY_TYPE_UNKNOWN": 0,
		"ONLINE":           1,
	}
)

func (x DeviceState_KeyType) Enum() *DeviceState_KeyType {
	p := new(DeviceState_KeyType)
	*p = x
	return p
}

func (x DeviceState_KeyType) String() string {
	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}

func (DeviceState_KeyType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_enumTypes[1].Descriptor()
}

func (DeviceState_KeyType) Type() protoreflect.EnumType {
	return &file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_enumTypes[1]
}

func (x DeviceState_KeyType) Number() protoreflect.EnumNumber {
	return protoreflect.EnumNumber(x)
}

// Deprecated: Use DeviceState_KeyType.Descriptor instead.
func (DeviceState_KeyType) EnumDescriptor() ([]byte, []int) {
	return file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_rawDescGZIP(), []int{3, 0}
}

// Тип значения статуса устройства
type DeviceState_Value_Type int32

const (
	// Значение не указано
	DeviceState_Value_TYPE_UNKNOWN DeviceState_Value_Type = 0
	// Логический тип
	DeviceState_Value_BOOL DeviceState_Value_Type = 1
)

// Enum value maps for DeviceState_Value_Type.
var (
	DeviceState_Value_Type_name = map[int32]string{
		0: "TYPE_UNKNOWN",
		1: "BOOL",
	}
	DeviceState_Value_Type_value = map[string]int32{
		"TYPE_UNKNOWN": 0,
		"BOOL":         1,
	}
)

func (x DeviceState_Value_Type) Enum() *DeviceState_Value_Type {
	p := new(DeviceState_Value_Type)
	*p = x
	return p
}

func (x DeviceState_Value_Type) String() string {
	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}

func (DeviceState_Value_Type) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_enumTypes[2].Descriptor()
}

func (DeviceState_Value_Type) Type() protoreflect.EnumType {
	return &file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_enumTypes[2]
}

func (x DeviceState_Value_Type) Number() protoreflect.EnumNumber {
	return protoreflect.EnumNumber(x)
}

// Deprecated: Use DeviceState_Value_Type.Descriptor instead.
func (DeviceState_Value_Type) EnumDescriptor() ([]byte, []int) {
	return file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_rawDescGZIP(), []int{3, 0, 0}
}

// Объект Модель устройства
type Model struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор модели
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Производитель
	Manufacturer string `protobuf:"bytes,2,opt,name=manufacturer,proto3" json:"manufacturer,omitempty"`
	// Название модели
	Model string `protobuf:"bytes,3,opt,name=model,proto3" json:"model,omitempty"`
	// Версия оборудования
	HwVersion string `protobuf:"bytes,4,opt,name=hw_version,json=hwVersion,proto3" json:"hw_version,omitempty"`
	// Версия прошивки
	SwVersion string `protobuf:"bytes,5,opt,name=sw_version,json=swVersion,proto3" json:"sw_version,omitempty"`
	// Описание
	Description string `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"`
	// Категория устройства
	Category string `protobuf:"bytes,7,opt,name=category,proto3" json:"category,omitempty"`
	// Список функций
	FeatureTypes []Model_FeatureType `protobuf:"varint,8,rep,packed,name=feature_types,json=features,proto3,enum=keyapis.iot_connect_sber.v1.Model_FeatureType" json:"feature_types,omitempty"`
}

func (x *Model) Reset() {
	*x = Model{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_msgTypes[0]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *Model) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*Model) ProtoMessage() {}

func (x *Model) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_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 Model.ProtoReflect.Descriptor instead.
func (*Model) Descriptor() ([]byte, []int) {
	return file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_rawDescGZIP(), []int{0}
}

func (x *Model) GetId() string {
	if x != nil {
		return x.Id
	}
	return ""
}

func (x *Model) GetManufacturer() string {
	if x != nil {
		return x.Manufacturer
	}
	return ""
}

func (x *Model) GetModel() string {
	if x != nil {
		return x.Model
	}
	return ""
}

func (x *Model) GetHwVersion() string {
	if x != nil {
		return x.HwVersion
	}
	return ""
}

func (x *Model) GetSwVersion() string {
	if x != nil {
		return x.SwVersion
	}
	return ""
}

func (x *Model) GetDescription() string {
	if x != nil {
		return x.Description
	}
	return ""
}

func (x *Model) GetCategory() string {
	if x != nil {
		return x.Category
	}
	return ""
}

func (x *Model) GetFeatureTypes() []Model_FeatureType {
	if x != nil {
		return x.FeatureTypes
	}
	return nil
}

// Объект устройства
type Device struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор устройства на платформе Ключ.
	// Конкатенация user_id и device_id плафтормы Ключ
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Название устройства на платформе Ключ
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Название устройства от производителя
	DefaultName string `protobuf:"bytes,3,opt,name=default_name,json=defaultName,proto3" json:"default_name,omitempty"`
	// Адрес дома, где установлено устройство
	Home string `protobuf:"bytes,4,opt,name=home,proto3" json:"home,omitempty"`
	// Название или номер подъезда
	Room string `protobuf:"bytes,5,opt,name=room,proto3" json:"room,omitempty"`
	// Тип устройства
	Model *Model `protobuf:"bytes,6,opt,name=model,proto3" json:"model,omitempty"`
	// HW версия устройства
	HwVersion string `protobuf:"bytes,7,opt,name=hw_version,json=hwVersion,proto3" json:"hw_version,omitempty"`
	// SW версия устройства
	SwVersion string `protobuf:"bytes,8,opt,name=sw_version,json=swVersion,proto3" json:"sw_version,omitempty"`
}

func (x *Device) Reset() {
	*x = Device{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_msgTypes[1]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *Device) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*Device) ProtoMessage() {}

func (x *Device) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_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 Device.ProtoReflect.Descriptor instead.
func (*Device) Descriptor() ([]byte, []int) {
	return file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_rawDescGZIP(), []int{1}
}

func (x *Device) GetId() string {
	if x != nil {
		return x.Id
	}
	return ""
}

func (x *Device) GetName() string {
	if x != nil {
		return x.Name
	}
	return ""
}

func (x *Device) GetDefaultName() string {
	if x != nil {
		return x.DefaultName
	}
	return ""
}

func (x *Device) GetHome() string {
	if x != nil {
		return x.Home
	}
	return ""
}

func (x *Device) GetRoom() string {
	if x != nil {
		return x.Room
	}
	return ""
}

func (x *Device) GetModel() *Model {
	if x != nil {
		return x.Model
	}
	return nil
}

func (x *Device) GetHwVersion() string {
	if x != nil {
		return x.HwVersion
	}
	return ""
}

func (x *Device) GetSwVersion() string {
	if x != nil {
		return x.SwVersion
	}
	return ""
}

// Массив статусов устройства
type DeviceStateArray struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Статусы устройства
	States []*DeviceState `protobuf:"bytes,1,rep,name=states,proto3" json:"states,omitempty"`
}

func (x *DeviceStateArray) Reset() {
	*x = DeviceStateArray{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_msgTypes[2]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *DeviceStateArray) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*DeviceStateArray) ProtoMessage() {}

func (x *DeviceStateArray) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_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 DeviceStateArray.ProtoReflect.Descriptor instead.
func (*DeviceStateArray) Descriptor() ([]byte, []int) {
	return file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_rawDescGZIP(), []int{2}
}

func (x *DeviceStateArray) GetStates() []*DeviceState {
	if x != nil {
		return x.States
	}
	return nil
}

// Статус устройства
type DeviceState struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Тип статуса устройства
	StateKeyType DeviceState_KeyType `protobuf:"varint,1,opt,name=state_key_type,json=key,proto3,enum=keyapis.iot_connect_sber.v1.DeviceState_KeyType" json:"state_key_type,omitempty"`
	// Значение статуса устройства
	Value *DeviceState_Value `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
}

func (x *DeviceState) Reset() {
	*x = DeviceState{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_msgTypes[3]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *DeviceState) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*DeviceState) ProtoMessage() {}

func (x *DeviceState) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_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 DeviceState.ProtoReflect.Descriptor instead.
func (*DeviceState) Descriptor() ([]byte, []int) {
	return file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_rawDescGZIP(), []int{3}
}

func (x *DeviceState) GetStateKeyType() DeviceState_KeyType {
	if x != nil {
		return x.StateKeyType
	}
	return DeviceState_KEY_TYPE_UNKNOWN
}

func (x *DeviceState) GetValue() *DeviceState_Value {
	if x != nil {
		return x.Value
	}
	return nil
}

// Запрос метода получения устройств, доступных пользователю
type GetDevicesRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

func (x *GetDevicesRequest) Reset() {
	*x = GetDevicesRequest{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_msgTypes[4]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *GetDevicesRequest) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*GetDevicesRequest) ProtoMessage() {}

func (x *GetDevicesRequest) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_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 GetDevicesRequest.ProtoReflect.Descriptor instead.
func (*GetDevicesRequest) Descriptor() ([]byte, []int) {
	return file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_rawDescGZIP(), []int{4}
}

// Ответ на запрос метода получения устройств, доступных пользователю
type GetDevicesResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Домофоны, доступные пользователю
	Data []*Device `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
}

func (x *GetDevicesResponse) Reset() {
	*x = GetDevicesResponse{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_msgTypes[5]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *GetDevicesResponse) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*GetDevicesResponse) ProtoMessage() {}

func (x *GetDevicesResponse) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_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 GetDevicesResponse.ProtoReflect.Descriptor instead.
func (*GetDevicesResponse) Descriptor() ([]byte, []int) {
	return file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_rawDescGZIP(), []int{5}
}

func (x *GetDevicesResponse) GetData() []*Device {
	if x != nil {
		return x.Data
	}
	return nil
}

// Значение статуса устройства
type DeviceState_Value struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Тип значения статуса устройства
	Type DeviceState_Value_Type `protobuf:"varint,1,opt,name=type,proto3,enum=keyapis.iot_connect_sber.v1.DeviceState_Value_Type" json:"type,omitempty"`
	// Значение статуса устройства
	//
	// Types that are assignable to Value:
	//
	//	*DeviceState_Value_IsValue
	Value isDeviceState_Value_Value `protobuf_oneof:"value"`
}

func (x *DeviceState_Value) Reset() {
	*x = DeviceState_Value{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_msgTypes[6]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *DeviceState_Value) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*DeviceState_Value) ProtoMessage() {}

func (x *DeviceState_Value) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_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 DeviceState_Value.ProtoReflect.Descriptor instead.
func (*DeviceState_Value) Descriptor() ([]byte, []int) {
	return file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_rawDescGZIP(), []int{3, 0}
}

func (x *DeviceState_Value) GetType() DeviceState_Value_Type {
	if x != nil {
		return x.Type
	}
	return DeviceState_Value_TYPE_UNKNOWN
}

func (m *DeviceState_Value) GetValue() isDeviceState_Value_Value {
	if m != nil {
		return m.Value
	}
	return nil
}

func (x *DeviceState_Value) GetIsValue() bool {
	if x, ok := x.GetValue().(*DeviceState_Value_IsValue); ok {
		return x.IsValue
	}
	return false
}

type isDeviceState_Value_Value interface {
	isDeviceState_Value_Value()
}

type DeviceState_Value_IsValue struct {
	// Значение логического типа
	IsValue bool `protobuf:"varint,2,opt,name=is_value,json=bool_value,proto3,oneof"`
}

func (*DeviceState_Value_IsValue) isDeviceState_Value_Value() {}

var File_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto protoreflect.FileDescriptor

var file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_rawDesc = []byte{
	0x0a, 0x40, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x6f, 0x74, 0x5f, 0x63, 0x6f,
	0x6e, 0x6e, 0x65, 0x63, 0x74, 0x5f, 0x73, 0x62, 0x65, 0x72, 0x2f, 0x76, 0x31, 0x2f, 0x6b, 0x65,
	0x79, 0x61, 0x70, 0x69, 0x73, 0x5f, 0x69, 0x6f, 0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63,
	0x74, 0x5f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x5f, 0x76, 0x31, 0x2e, 0x70, 0x72, 0x6f,
	0x74, 0x6f, 0x12, 0x1b, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x6f, 0x74, 0x5f,
	0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x5f, 0x73, 0x62, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x1a,
	0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f,
	0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x83, 0x03,
	0x0a, 0x05, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20,
	0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x6d, 0x61, 0x6e, 0x75, 0x66,
	0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x6d,
	0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6d,
	0x6f, 0x64, 0x65, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6d, 0x6f, 0x64, 0x65,
	0x6c, 0x12, 0x1d, 0x0a, 0x0a, 0x68, 0x77, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18,
	0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x68, 0x77, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e,
	0x12, 0x1d, 0x0a, 0x0a, 0x73, 0x77, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x05,
	0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x77, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12,
	0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x06,
	0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f,
	0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x18, 0x07, 0x20,
	0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x12, 0x4f, 0x0a,
	0x0d, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x73, 0x18, 0x08,
	0x20, 0x03, 0x28, 0x0e, 0x32, 0x2e, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69,
	0x6f, 0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x5f, 0x73, 0x62, 0x65, 0x72, 0x2e,
	0x76, 0x31, 0x2e, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x2e, 0x46, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65,
	0x54, 0x79, 0x70, 0x65, 0x52, 0x08, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x22, 0x63,
	0x0a, 0x0b, 0x46, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a,
	0x14, 0x46, 0x45, 0x41, 0x54, 0x55, 0x52, 0x45, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e,
	0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x11, 0x0a, 0x0d, 0x49, 0x4e, 0x43, 0x4f, 0x4d,
	0x49, 0x4e, 0x47, 0x5f, 0x43, 0x41, 0x4c, 0x4c, 0x10, 0x01, 0x12, 0x0a, 0x0a, 0x06, 0x4f, 0x4e,
	0x4c, 0x49, 0x4e, 0x45, 0x10, 0x02, 0x12, 0x0f, 0x0a, 0x0b, 0x52, 0x45, 0x4a, 0x45, 0x43, 0x54,
	0x5f, 0x43, 0x41, 0x4c, 0x4c, 0x10, 0x03, 0x12, 0x0a, 0x0a, 0x06, 0x55, 0x4e, 0x4c, 0x4f, 0x43,
	0x4b, 0x10, 0x04, 0x22, 0xef, 0x01, 0x0a, 0x06, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x12, 0x0e,
	0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12,
	0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61,
	0x6d, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x5f, 0x6e, 0x61,
	0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c,
	0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x68, 0x6f, 0x6d, 0x65, 0x18, 0x04, 0x20,
	0x01, 0x28, 0x09, 0x52, 0x04, 0x68, 0x6f, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x72, 0x6f, 0x6f,
	0x6d, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x72, 0x6f, 0x6f, 0x6d, 0x12, 0x38, 0x0a,
	0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x6f, 0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65,
	0x63, 0x74, 0x5f, 0x73, 0x62, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x6f, 0x64, 0x65, 0x6c,
	0x52, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x12, 0x1d, 0x0a, 0x0a, 0x68, 0x77, 0x5f, 0x76, 0x65,
	0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x68, 0x77, 0x56,
	0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x1d, 0x0a, 0x0a, 0x73, 0x77, 0x5f, 0x76, 0x65, 0x72,
	0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x77, 0x56, 0x65,
	0x72, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x54, 0x0a, 0x10, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x53,
	0x74, 0x61, 0x74, 0x65, 0x41, 0x72, 0x72, 0x61, 0x79, 0x12, 0x40, 0x0a, 0x06, 0x73, 0x74, 0x61,
	0x74, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6b, 0x65, 0x79, 0x61,
	0x70, 0x69, 0x73, 0x2e, 0x69, 0x6f, 0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x5f,
	0x73, 0x62, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x53, 0x74,
	0x61, 0x74, 0x65, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x65, 0x73, 0x22, 0xef, 0x02, 0x0a, 0x0b,
	0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x4d, 0x0a, 0x0e, 0x73,
	0x74, 0x61, 0x74, 0x65, 0x5f, 0x6b, 0x65, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20,
	0x01, 0x28, 0x0e, 0x32, 0x30, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x6f,
	0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x5f, 0x73, 0x62, 0x65, 0x72, 0x2e, 0x76,
	0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x2e, 0x4b, 0x65,
	0x79, 0x54, 0x79, 0x70, 0x65, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x44, 0x0a, 0x05, 0x76, 0x61,
	0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6b, 0x65, 0x79, 0x61,
	0x70, 0x69, 0x73, 0x2e, 0x69, 0x6f, 0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x5f,
	0x73, 0x62, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x53, 0x74,
	0x61, 0x74, 0x65, 0x2e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65,
	0x1a, 0x9d, 0x01, 0x0a, 0x05, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x47, 0x0a, 0x04, 0x74, 0x79,
	0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x33, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x69, 0x6f, 0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x5f, 0x73,
	0x62, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61,
	0x74, 0x65, 0x2e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x2e, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74,
	0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x08, 0x69, 0x73, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18,
	0x02, 0x20, 0x01, 0x28, 0x08, 0x48, 0x00, 0x52, 0x0a, 0x62, 0x6f, 0x6f, 0x6c, 0x5f, 0x76, 0x61,
	0x6c, 0x75, 0x65, 0x22, 0x22, 0x0a, 0x04, 0x54, 0x79, 0x70, 0x65, 0x12, 0x10, 0x0a, 0x0c, 0x54,
	0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x08, 0x0a,
	0x04, 0x42, 0x4f, 0x4f, 0x4c, 0x10, 0x01, 0x42, 0x07, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65,
	0x22, 0x2b, 0x0a, 0x07, 0x4b, 0x65, 0x79, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x10, 0x4b,
	0x45, 0x59, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10,
	0x00, 0x12, 0x0a, 0x0a, 0x06, 0x4f, 0x4e, 0x4c, 0x49, 0x4e, 0x45, 0x10, 0x01, 0x22, 0x13, 0x0a,
	0x11, 0x47, 0x65, 0x74, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
	0x73, 0x74, 0x22, 0x4d, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73,
	0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x37, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61,
	0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x69, 0x6f, 0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x5f, 0x73, 0x62, 0x65,
	0x72, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x52, 0x04, 0x64, 0x61, 0x74,
	0x61, 0x32, 0xaa, 0x01, 0x0a, 0x0e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x53, 0x65, 0x72,
	0x76, 0x69, 0x63, 0x65, 0x12, 0x97, 0x01, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x44, 0x65, 0x76, 0x69,
	0x63, 0x65, 0x73, 0x12, 0x2e, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x6f,
	0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x5f, 0x73, 0x62, 0x65, 0x72, 0x2e, 0x76,
	0x31, 0x2e, 0x47, 0x65, 0x74, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75,
	0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x6f,
	0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x5f, 0x73, 0x62, 0x65, 0x72, 0x2e, 0x76,
	0x31, 0x2e, 0x47, 0x65, 0x74, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70,
	0x6f, 0x6e, 0x73, 0x65, 0x22, 0x28, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x12, 0x20, 0x2f, 0x69,
	0x6f, 0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x5f, 0x73, 0x62, 0x65, 0x72, 0x2f,
	0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x42, 0xb8,
	0x01, 0x0a, 0x19, 0x72, 0x75, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x6f,
	0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x2e, 0x76, 0x31, 0x42, 0x18, 0x4b, 0x65,
	0x79, 0x61, 0x70, 0x69, 0x73, 0x49, 0x6f, 0x74, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x56,
	0x31, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x48, 0x03, 0x50, 0x00, 0x5a, 0x17, 0x2f, 0x6b, 0x65, 0x79,
	0x61, 0x70, 0x69, 0x73, 0x5f, 0x69, 0x6f, 0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74,
	0x5f, 0x76, 0x31, 0xd8, 0x01, 0x01, 0xf8, 0x01, 0x01, 0xa2, 0x02, 0x13, 0x4b, 0x45, 0x59, 0x41,
	0x50, 0x49, 0x53, 0x49, 0x4f, 0x54, 0x43, 0x4f, 0x4e, 0x4e, 0x45, 0x43, 0x54, 0x56, 0x31, 0xaa,
	0x02, 0x15, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x49, 0x6f, 0x74, 0x43, 0x6f, 0x6e,
	0x6e, 0x65, 0x63, 0x74, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x15, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69,
	0x73, 0x5c, 0x49, 0x6f, 0x74, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x5c, 0x56, 0x31, 0xea,
	0x02, 0x17, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x3a, 0x3a, 0x49, 0x6f, 0x74, 0x43, 0x6f,
	0x6e, 0x6e, 0x65, 0x63, 0x74, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f,
	0x33,
}

var (
	file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_rawDescOnce sync.Once
	file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_rawDescData = file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_rawDesc
)

func file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_rawDescGZIP() []byte {
	file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_rawDescOnce.Do(func() {
		file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_rawDescData = protoimpl.X.CompressGZIP(file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_rawDescData)
	})
	return file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_rawDescData
}

var file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_enumTypes = make([]protoimpl.EnumInfo, 3)
var file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 7)
var file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_goTypes = []interface{}{
	(Model_FeatureType)(0),      // 0: keyapis.iot_connect_sber.v1.Model.FeatureType
	(DeviceState_KeyType)(0),    // 1: keyapis.iot_connect_sber.v1.DeviceState.KeyType
	(DeviceState_Value_Type)(0), // 2: keyapis.iot_connect_sber.v1.DeviceState.Value.Type
	(*Model)(nil),               // 3: keyapis.iot_connect_sber.v1.Model
	(*Device)(nil),              // 4: keyapis.iot_connect_sber.v1.Device
	(*DeviceStateArray)(nil),    // 5: keyapis.iot_connect_sber.v1.DeviceStateArray
	(*DeviceState)(nil),         // 6: keyapis.iot_connect_sber.v1.DeviceState
	(*GetDevicesRequest)(nil),   // 7: keyapis.iot_connect_sber.v1.GetDevicesRequest
	(*GetDevicesResponse)(nil),  // 8: keyapis.iot_connect_sber.v1.GetDevicesResponse
	(*DeviceState_Value)(nil),   // 9: keyapis.iot_connect_sber.v1.DeviceState.Value
}
var file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_depIdxs = []int32{
	0, // 0: keyapis.iot_connect_sber.v1.Model.feature_types:type_name -> keyapis.iot_connect_sber.v1.Model.FeatureType
	3, // 1: keyapis.iot_connect_sber.v1.Device.model:type_name -> keyapis.iot_connect_sber.v1.Model
	6, // 2: keyapis.iot_connect_sber.v1.DeviceStateArray.states:type_name -> keyapis.iot_connect_sber.v1.DeviceState
	1, // 3: keyapis.iot_connect_sber.v1.DeviceState.state_key_type:type_name -> keyapis.iot_connect_sber.v1.DeviceState.KeyType
	9, // 4: keyapis.iot_connect_sber.v1.DeviceState.value:type_name -> keyapis.iot_connect_sber.v1.DeviceState.Value
	4, // 5: keyapis.iot_connect_sber.v1.GetDevicesResponse.data:type_name -> keyapis.iot_connect_sber.v1.Device
	2, // 6: keyapis.iot_connect_sber.v1.DeviceState.Value.type:type_name -> keyapis.iot_connect_sber.v1.DeviceState.Value.Type
	7, // 7: keyapis.iot_connect_sber.v1.DevicesService.GetDevices:input_type -> keyapis.iot_connect_sber.v1.GetDevicesRequest
	8, // 8: keyapis.iot_connect_sber.v1.DevicesService.GetDevices:output_type -> keyapis.iot_connect_sber.v1.GetDevicesResponse
	8, // [8:9] is the sub-list for method output_type
	7, // [7:8] is the sub-list for method input_type
	7, // [7:7] is the sub-list for extension type_name
	7, // [7:7] is the sub-list for extension extendee
	0, // [0:7] is the sub-list for field type_name
}

func init() { file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_init() }
func file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_init() {
	if File_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto != nil {
		return
	}
	if !protoimpl.UnsafeEnabled {
		file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*Model); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*Device); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeviceStateArray); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeviceState); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetDevicesRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetDevicesResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeviceState_Value); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
	}
	file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_msgTypes[6].OneofWrappers = []interface{}{
		(*DeviceState_Value_IsValue)(nil),
	}
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_rawDesc,
			NumEnums:      3,
			NumMessages:   7,
			NumExtensions: 0,
			NumServices:   1,
		},
		GoTypes:           file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_goTypes,
		DependencyIndexes: file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_depIdxs,
		EnumInfos:         file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_enumTypes,
		MessageInfos:      file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_msgTypes,
	}.Build()
	File_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto = out.File
	file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_rawDesc = nil
	file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_goTypes = nil
	file_keyapis_iot_connect_sber_v1_keyapis_iot_connect_devices_v1_proto_depIdxs = nil
}
