//
//Сервис реализует функционал взаимодействия с внешними партнёрами IoT со стороны партнера

// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// 	protoc-gen-go v1.30.0
// 	protoc        v4.23.1
// source: keyapis/iot_connect/v1/keyapis_iot_connect_callback_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"
	_ "google.golang.org/protobuf/types/known/timestamppb"
	_ "google.golang.org/protobuf/types/known/wrapperspb"
	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_v1_keyapis_iot_connect_callback_v1_proto_enumTypes[0].Descriptor()
}

func (Model_FeatureType) Type() protoreflect.EnumType {
	return &file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_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_v1_keyapis_iot_connect_callback_v1_proto_rawDescGZIP(), []int{2, 0}
}

// Список ключей команд на изменение статуса устройства
type DeviceCommand_KeyType int32

const (
	// Значение не указано
	DeviceCommand_KEY_TYPE_UNKNOWN DeviceCommand_KeyType = 0
	// Отклонение звонка
	DeviceCommand_REJECT_CALL DeviceCommand_KeyType = 1
	// Открытие замка
	DeviceCommand_UNLOCK DeviceCommand_KeyType = 2
)

// Enum value maps for DeviceCommand_KeyType.
var (
	DeviceCommand_KeyType_name = map[int32]string{
		0: "KEY_TYPE_UNKNOWN",
		1: "REJECT_CALL",
		2: "UNLOCK",
	}
	DeviceCommand_KeyType_value = map[string]int32{
		"KEY_TYPE_UNKNOWN": 0,
		"REJECT_CALL":      1,
		"UNLOCK":           2,
	}
)

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

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

func (DeviceCommand_KeyType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_enumTypes[1].Descriptor()
}

func (DeviceCommand_KeyType) Type() protoreflect.EnumType {
	return &file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_enumTypes[1]
}

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

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

// Тип значения команд на изменение статуса устройства
type DeviceCommand_Value_Type int32

const (
	// Значение не указано
	DeviceCommand_Value_TYPE_UNKNOWN DeviceCommand_Value_Type = 0
	// Перечисление
	DeviceCommand_Value_ENUM DeviceCommand_Value_Type = 1
)

// Enum value maps for DeviceCommand_Value_Type.
var (
	DeviceCommand_Value_Type_name = map[int32]string{
		0: "TYPE_UNKNOWN",
		1: "ENUM",
	}
	DeviceCommand_Value_Type_value = map[string]int32{
		"TYPE_UNKNOWN": 0,
		"ENUM":         1,
	}
)

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

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

func (DeviceCommand_Value_Type) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_enumTypes[2].Descriptor()
}

func (DeviceCommand_Value_Type) Type() protoreflect.EnumType {
	return &file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_enumTypes[2]
}

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

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

// Значения команд на изменение статуса устройства типа перечисление
type DeviceCommand_Value_ValueEnumType int32

const (
	// Значение не указано
	DeviceCommand_Value_VALUE_ENUM_TYPE_UNKNOWN DeviceCommand_Value_ValueEnumType = 0
	// Отклонение звонка
	DeviceCommand_Value_REJECT DeviceCommand_Value_ValueEnumType = 1
	// Открытие замка
	DeviceCommand_Value_UNLOCK DeviceCommand_Value_ValueEnumType = 2
)

// Enum value maps for DeviceCommand_Value_ValueEnumType.
var (
	DeviceCommand_Value_ValueEnumType_name = map[int32]string{
		0: "VALUE_ENUM_TYPE_UNKNOWN",
		1: "REJECT",
		2: "UNLOCK",
	}
	DeviceCommand_Value_ValueEnumType_value = map[string]int32{
		"VALUE_ENUM_TYPE_UNKNOWN": 0,
		"REJECT":                  1,
		"UNLOCK":                  2,
	}
)

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

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

func (DeviceCommand_Value_ValueEnumType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_enumTypes[3].Descriptor()
}

func (DeviceCommand_Value_ValueEnumType) Type() protoreflect.EnumType {
	return &file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_enumTypes[3]
}

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

// Deprecated: Use DeviceCommand_Value_ValueEnumType.Descriptor instead.
func (DeviceCommand_Value_ValueEnumType) EnumDescriptor() ([]byte, []int) {
	return file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_rawDescGZIP(), []int{6, 0, 1}
}

// Список ключей статусов устройства
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_v1_keyapis_iot_connect_callback_v1_proto_enumTypes[4].Descriptor()
}

func (DeviceState_KeyType) Type() protoreflect.EnumType {
	return &file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_enumTypes[4]
}

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_v1_keyapis_iot_connect_callback_v1_proto_rawDescGZIP(), []int{7, 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_v1_keyapis_iot_connect_callback_v1_proto_enumTypes[5].Descriptor()
}

func (DeviceState_Value_Type) Type() protoreflect.EnumType {
	return &file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_enumTypes[5]
}

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_v1_keyapis_iot_connect_callback_v1_proto_rawDescGZIP(), []int{7, 0, 0}
}

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

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

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

func (*GetCallbackUserRequest) ProtoMessage() {}

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

// Ответ на запрос метода получения пользователя для соединения аккаунтов
type GetCallbackUserResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор пользователя
	Data int32 `protobuf:"varint,1,opt,name=data,json=user_id,proto3" json:"data,omitempty"`
}

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

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

func (*GetCallbackUserResponse) ProtoMessage() {}

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

func (x *GetCallbackUserResponse) GetData() int32 {
	if x != nil {
		return x.Data
	}
	return 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.v1.Model_FeatureType" json:"feature_types,omitempty"`
}

func (x *Model) Reset() {
	*x = Model{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[2]
		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_v1_keyapis_iot_connect_callback_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 Model.ProtoReflect.Descriptor instead.
func (*Model) Descriptor() ([]byte, []int) {
	return file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_rawDescGZIP(), []int{2}
}

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_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[3]
		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_v1_keyapis_iot_connect_callback_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 Device.ProtoReflect.Descriptor instead.
func (*Device) Descriptor() ([]byte, []int) {
	return file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_rawDescGZIP(), []int{3}
}

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_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[4]
		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_v1_keyapis_iot_connect_callback_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 DeviceStateArray.ProtoReflect.Descriptor instead.
func (*DeviceStateArray) Descriptor() ([]byte, []int) {
	return file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_rawDescGZIP(), []int{4}
}

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

// Массив команд на изменение статуса устройства
type DeviceCommandArray struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Команды на изменение статуса устройства
	States []*DeviceCommand `protobuf:"bytes,1,rep,name=states,proto3" json:"states,omitempty"`
}

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

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

func (*DeviceCommandArray) ProtoMessage() {}

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

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

// Команды на изменение статуса устройства
type DeviceCommand struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Тип команды на изменение статуса устройства
	CommandKeyType DeviceCommand_KeyType `protobuf:"varint,1,opt,name=command_key_type,json=key,proto3,enum=keyapis.iot_connect.v1.DeviceCommand_KeyType" json:"command_key_type,omitempty"`
	// Значение команды на изменение статуса устройства
	Value *DeviceCommand_Value `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
}

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

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

func (*DeviceCommand) ProtoMessage() {}

func (x *DeviceCommand) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_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 DeviceCommand.ProtoReflect.Descriptor instead.
func (*DeviceCommand) Descriptor() ([]byte, []int) {
	return file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_rawDescGZIP(), []int{6}
}

func (x *DeviceCommand) GetCommandKeyType() DeviceCommand_KeyType {
	if x != nil {
		return x.CommandKeyType
	}
	return DeviceCommand_KEY_TYPE_UNKNOWN
}

func (x *DeviceCommand) GetValue() *DeviceCommand_Value {
	if x != nil {
		return x.Value
	}
	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.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_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[7]
		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_v1_keyapis_iot_connect_callback_v1_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 DeviceState.ProtoReflect.Descriptor instead.
func (*DeviceState) Descriptor() ([]byte, []int) {
	return file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_rawDescGZIP(), []int{7}
}

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 GetCallbackDevicesRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

func (x *GetCallbackDevicesRequest) Reset() {
	*x = GetCallbackDevicesRequest{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[8]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GetCallbackDevicesRequest) ProtoMessage() {}

func (x *GetCallbackDevicesRequest) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_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 GetCallbackDevicesRequest.ProtoReflect.Descriptor instead.
func (*GetCallbackDevicesRequest) Descriptor() ([]byte, []int) {
	return file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_rawDescGZIP(), []int{8}
}

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

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

func (x *GetCallbackDevicesResponse) Reset() {
	*x = GetCallbackDevicesResponse{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[9]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GetCallbackDevicesResponse) ProtoMessage() {}

func (x *GetCallbackDevicesResponse) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_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 GetCallbackDevicesResponse.ProtoReflect.Descriptor instead.
func (*GetCallbackDevicesResponse) Descriptor() ([]byte, []int) {
	return file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_rawDescGZIP(), []int{9}
}

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

// Запрос статуса домофонов пользователя
type PostCallbackQueryRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Массив идентификаторов домофонов пользователя
	Devices []string `protobuf:"bytes,1,rep,name=devices,proto3" json:"devices,omitempty"`
}

func (x *PostCallbackQueryRequest) Reset() {
	*x = PostCallbackQueryRequest{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[10]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*PostCallbackQueryRequest) ProtoMessage() {}

func (x *PostCallbackQueryRequest) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_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 PostCallbackQueryRequest.ProtoReflect.Descriptor instead.
func (*PostCallbackQueryRequest) Descriptor() ([]byte, []int) {
	return file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_rawDescGZIP(), []int{10}
}

func (x *PostCallbackQueryRequest) GetDevices() []string {
	if x != nil {
		return x.Devices
	}
	return nil
}

// Ответ на запрос статуса домофонов пользователя
type PostCallbackQueryResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Массив домофонов со статусами
	Data map[string]*DeviceStateArray `protobuf:"bytes,1,rep,name=data,json=devices,proto3" json:"data,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
}

func (x *PostCallbackQueryResponse) Reset() {
	*x = PostCallbackQueryResponse{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[11]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*PostCallbackQueryResponse) ProtoMessage() {}

func (x *PostCallbackQueryResponse) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_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 PostCallbackQueryResponse.ProtoReflect.Descriptor instead.
func (*PostCallbackQueryResponse) Descriptor() ([]byte, []int) {
	return file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_rawDescGZIP(), []int{11}
}

func (x *PostCallbackQueryResponse) GetData() map[string]*DeviceStateArray {
	if x != nil {
		return x.Data
	}
	return nil
}

// Запрос на изменение статуса домофона
type PostCallbackCommandRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Массив домофонов со статусами
	Devices map[string]*DeviceCommandArray `protobuf:"bytes,1,rep,name=devices,proto3" json:"devices,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
}

func (x *PostCallbackCommandRequest) Reset() {
	*x = PostCallbackCommandRequest{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[12]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*PostCallbackCommandRequest) ProtoMessage() {}

func (x *PostCallbackCommandRequest) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_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 PostCallbackCommandRequest.ProtoReflect.Descriptor instead.
func (*PostCallbackCommandRequest) Descriptor() ([]byte, []int) {
	return file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_rawDescGZIP(), []int{12}
}

func (x *PostCallbackCommandRequest) GetDevices() map[string]*DeviceCommandArray {
	if x != nil {
		return x.Devices
	}
	return nil
}

// Ответ на запрос на изменение статуса домофона
type PostCallbackCommandResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

func (x *PostCallbackCommandResponse) Reset() {
	*x = PostCallbackCommandResponse{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[13]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*PostCallbackCommandResponse) ProtoMessage() {}

func (x *PostCallbackCommandResponse) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[13]
	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 PostCallbackCommandResponse.ProtoReflect.Descriptor instead.
func (*PostCallbackCommandResponse) Descriptor() ([]byte, []int) {
	return file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_rawDescGZIP(), []int{13}
}

// Запрос метода разъединения аккаунтов
type PostCallbackUnlinkRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

func (x *PostCallbackUnlinkRequest) Reset() {
	*x = PostCallbackUnlinkRequest{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[14]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*PostCallbackUnlinkRequest) ProtoMessage() {}

func (x *PostCallbackUnlinkRequest) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[14]
	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 PostCallbackUnlinkRequest.ProtoReflect.Descriptor instead.
func (*PostCallbackUnlinkRequest) Descriptor() ([]byte, []int) {
	return file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_rawDescGZIP(), []int{14}
}

// Ответ на запрос метода разъединения аккаунтов
type PostCallbackUnlinkResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

func (x *PostCallbackUnlinkResponse) Reset() {
	*x = PostCallbackUnlinkResponse{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[15]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*PostCallbackUnlinkResponse) ProtoMessage() {}

func (x *PostCallbackUnlinkResponse) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[15]
	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 PostCallbackUnlinkResponse.ProtoReflect.Descriptor instead.
func (*PostCallbackUnlinkResponse) Descriptor() ([]byte, []int) {
	return file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_rawDescGZIP(), []int{15}
}

// Значение команды на изменение статуса устройства
type DeviceCommand_Value struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Тип значения команды на изменение статуса устройства
	Type DeviceCommand_Value_Type `protobuf:"varint,1,opt,name=type,proto3,enum=keyapis.iot_connect.v1.DeviceCommand_Value_Type" json:"type,omitempty"`
	// Значение команды на изменение статуса устройства
	//
	// Types that are assignable to Value:
	//
	//	*DeviceCommand_Value_ValueEnumType_
	Value isDeviceCommand_Value_Value `protobuf_oneof:"value"`
}

func (x *DeviceCommand_Value) Reset() {
	*x = DeviceCommand_Value{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[16]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*DeviceCommand_Value) ProtoMessage() {}

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

func (x *DeviceCommand_Value) GetType() DeviceCommand_Value_Type {
	if x != nil {
		return x.Type
	}
	return DeviceCommand_Value_TYPE_UNKNOWN
}

func (m *DeviceCommand_Value) GetValue() isDeviceCommand_Value_Value {
	if m != nil {
		return m.Value
	}
	return nil
}

func (x *DeviceCommand_Value) GetValueEnumType() DeviceCommand_Value_ValueEnumType {
	if x, ok := x.GetValue().(*DeviceCommand_Value_ValueEnumType_); ok {
		return x.ValueEnumType
	}
	return DeviceCommand_Value_VALUE_ENUM_TYPE_UNKNOWN
}

type isDeviceCommand_Value_Value interface {
	isDeviceCommand_Value_Value()
}

type DeviceCommand_Value_ValueEnumType_ struct {
	// Значения команды на изменение статуса устройства типа перечисление
	ValueEnumType DeviceCommand_Value_ValueEnumType `protobuf:"varint,2,opt,name=value_enum_type,json=enum_value,proto3,enum=keyapis.iot_connect.v1.DeviceCommand_Value_ValueEnumType,oneof"`
}

func (*DeviceCommand_Value_ValueEnumType_) isDeviceCommand_Value_Value() {}

// Значение статуса устройства
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.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_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[17]
		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_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[17]
	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_v1_keyapis_iot_connect_callback_v1_proto_rawDescGZIP(), []int{7, 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_v1_keyapis_iot_connect_callback_v1_proto protoreflect.FileDescriptor

var file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_rawDesc = []byte{
	0x0a, 0x3c, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x6f, 0x74, 0x5f, 0x63, 0x6f,
	0x6e, 0x6e, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x5f, 0x69, 0x6f, 0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x5f, 0x63, 0x61, 0x6c,
	0x6c, 0x62, 0x61, 0x63, 0x6b, 0x5f, 0x76, 0x31, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x16,
	0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x6f, 0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x6e,
	0x65, 0x63, 0x74, 0x2e, 0x76, 0x31, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70,
	0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d,
	0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 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, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70,
	0x69, 0x2f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x62, 0x65, 0x68, 0x61, 0x76, 0x69, 0x6f, 0x72,
	0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70,
	0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x77, 0x72, 0x61, 0x70, 0x70, 0x65, 0x72, 0x73,
	0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x18, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6c,
	0x6c, 0x62, 0x61, 0x63, 0x6b, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
	0x22, 0x30, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x55,
	0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x15, 0x0a, 0x04, 0x64,
	0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f,
	0x69, 0x64, 0x22, 0xfe, 0x02, 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, 0x4a, 0x0a, 0x0d, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x74, 0x79,
	0x70, 0x65, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x0e, 0x32, 0x29, 0x2e, 0x6b, 0x65, 0x79, 0x61,
	0x70, 0x69, 0x73, 0x2e, 0x69, 0x6f, 0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 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, 0xea, 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, 0x33, 0x0a,
	0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x6f, 0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65,
	0x63, 0x74, 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, 0x4f, 0x0a, 0x10, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x41,
	0x72, 0x72, 0x61, 0x79, 0x12, 0x3b, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x65, 0x73, 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, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x65,
	0x73, 0x22, 0x53, 0x0a, 0x12, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6d, 0x6d, 0x61,
	0x6e, 0x64, 0x41, 0x72, 0x72, 0x61, 0x79, 0x12, 0x3d, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x65,
	0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69,
	0x73, 0x2e, 0x69, 0x6f, 0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x2e, 0x76, 0x31,
	0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x52, 0x06,
	0x73, 0x74, 0x61, 0x74, 0x65, 0x73, 0x22, 0x83, 0x04, 0x0a, 0x0d, 0x44, 0x65, 0x76, 0x69, 0x63,
	0x65, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x12, 0x4c, 0x0a, 0x10, 0x63, 0x6f, 0x6d, 0x6d,
	0x61, 0x6e, 0x64, 0x5f, 0x6b, 0x65, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01,
	0x28, 0x0e, 0x32, 0x2d, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x6f, 0x74,
	0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x76, 0x69,
	0x63, 0x65, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x4b, 0x65, 0x79, 0x54, 0x79, 0x70,
	0x65, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x41, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18,
	0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x69, 0x6f, 0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x44,
	0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x56, 0x61, 0x6c,
	0x75, 0x65, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x1a, 0xa2, 0x02, 0x0a, 0x05, 0x56, 0x61,
	0x6c, 0x75, 0x65, 0x12, 0x44, 0x0a, 0x04, 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, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63,
	0x65, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x2e, 0x54,
	0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x60, 0x0a, 0x0f, 0x76, 0x61, 0x6c,
	0x75, 0x65, 0x5f, 0x65, 0x6e, 0x75, 0x6d, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01,
	0x28, 0x0e, 0x32, 0x39, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x6f, 0x74,
	0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x76, 0x69,
	0x63, 0x65, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x2e,
	0x56, 0x61, 0x6c, 0x75, 0x65, 0x45, 0x6e, 0x75, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x48, 0x00, 0x52,
	0x0a, 0x65, 0x6e, 0x75, 0x6d, 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, 0x45, 0x4e, 0x55, 0x4d, 0x10, 0x01, 0x22,
	0x44, 0x0a, 0x0d, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x45, 0x6e, 0x75, 0x6d, 0x54, 0x79, 0x70, 0x65,
	0x12, 0x1b, 0x0a, 0x17, 0x56, 0x41, 0x4c, 0x55, 0x45, 0x5f, 0x45, 0x4e, 0x55, 0x4d, 0x5f, 0x54,
	0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x0a, 0x0a,
	0x06, 0x52, 0x45, 0x4a, 0x45, 0x43, 0x54, 0x10, 0x01, 0x12, 0x0a, 0x0a, 0x06, 0x55, 0x4e, 0x4c,
	0x4f, 0x43, 0x4b, 0x10, 0x02, 0x42, 0x07, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x3c,
	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,
	0x0f, 0x0a, 0x0b, 0x52, 0x45, 0x4a, 0x45, 0x43, 0x54, 0x5f, 0x43, 0x41, 0x4c, 0x4c, 0x10, 0x01,
	0x12, 0x0a, 0x0a, 0x06, 0x55, 0x4e, 0x4c, 0x4f, 0x43, 0x4b, 0x10, 0x02, 0x22, 0xe0, 0x02, 0x0a,
	0x0b, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x48, 0x0a, 0x0e,
	0x73, 0x74, 0x61, 0x74, 0x65, 0x5f, 0x6b, 0x65, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01,
	0x20, 0x01, 0x28, 0x0e, 0x32, 0x2b, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69,
	0x6f, 0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 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, 0x3f, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18,
	0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x69, 0x6f, 0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 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, 0x98, 0x01, 0x0a, 0x05, 0x56, 0x61, 0x6c, 0x75,
	0x65, 0x12, 0x42, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32,
	0x2e, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x6f, 0x74, 0x5f, 0x63, 0x6f,
	0x6e, 0x6e, 0x65, 0x63, 0x74, 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,
	0x1b, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x44, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x50, 0x0a, 0x1a,
	0x47, 0x65, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x44, 0x65, 0x76, 0x69, 0x63,
	0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x32, 0x0a, 0x04, 0x64, 0x61,
	0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x69, 0x6f, 0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x2e, 0x76,
	0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x34,
	0x0a, 0x18, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x51, 0x75,
	0x65, 0x72, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x64, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x64, 0x65, 0x76,
	0x69, 0x63, 0x65, 0x73, 0x22, 0xd2, 0x01, 0x0a, 0x19, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x61, 0x6c,
	0x6c, 0x62, 0x61, 0x63, 0x6b, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
	0x73, 0x65, 0x12, 0x52, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b,
	0x32, 0x3b, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x6f, 0x74, 0x5f, 0x63,
	0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x61,
	0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f,
	0x6e, 0x73, 0x65, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x07, 0x64,
	0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x1a, 0x61, 0x0a, 0x09, 0x44, 0x61, 0x74, 0x61, 0x45, 0x6e,
	0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
	0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x3e, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02,
	0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69,
	0x6f, 0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x41, 0x72, 0x72, 0x61, 0x79, 0x52, 0x05,
	0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0xdf, 0x01, 0x0a, 0x1a, 0x50, 0x6f,
	0x73, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e,
	0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x59, 0x0a, 0x07, 0x64, 0x65, 0x76, 0x69,
	0x63, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3f, 0x2e, 0x6b, 0x65, 0x79, 0x61,
	0x70, 0x69, 0x73, 0x2e, 0x69, 0x6f, 0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x2e,
	0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x43,
	0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x44, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x07, 0x64, 0x65, 0x76, 0x69,
	0x63, 0x65, 0x73, 0x1a, 0x66, 0x0a, 0x0c, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x45, 0x6e,
	0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
	0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x40, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02,
	0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69,
	0x6f, 0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x41, 0x72, 0x72, 0x61, 0x79,
	0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x1d, 0x0a, 0x1b, 0x50,
	0x6f, 0x73, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x43, 0x6f, 0x6d, 0x6d, 0x61,
	0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x1b, 0x0a, 0x19, 0x50, 0x6f,
	0x73, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x55, 0x6e, 0x6c, 0x69, 0x6e, 0x6b,
	0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x1c, 0x0a, 0x1a, 0x50, 0x6f, 0x73, 0x74, 0x43,
	0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x55, 0x6e, 0x6c, 0x69, 0x6e, 0x6b, 0x52, 0x65, 0x73,
	0x70, 0x6f, 0x6e, 0x73, 0x65, 0x32, 0xeb, 0x06, 0x0a, 0x19, 0x49, 0x6f, 0x74, 0x43, 0x6f, 0x6e,
	0x6e, 0x65, 0x63, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x53, 0x65, 0x72, 0x76,
	0x69, 0x63, 0x65, 0x12, 0x9d, 0x01, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x62,
	0x61, 0x63, 0x6b, 0x55, 0x73, 0x65, 0x72, 0x12, 0x2e, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69,
	0x73, 0x2e, 0x69, 0x6f, 0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x2e, 0x76, 0x31,
	0x2e, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x55, 0x73, 0x65, 0x72,
	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, 0x2e, 0x76, 0x31,
	0x2e, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x55, 0x73, 0x65, 0x72,
	0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x29, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x23,
	0x12, 0x21, 0x2f, 0x69, 0x6f, 0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x2f, 0x61,
	0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x2f, 0x75,
	0x73, 0x65, 0x72, 0x12, 0xa8, 0x01, 0x0a, 0x12, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x61, 0x6c, 0x6c,
	0x62, 0x61, 0x63, 0x6b, 0x55, 0x6e, 0x6c, 0x69, 0x6e, 0x6b, 0x12, 0x31, 0x2e, 0x6b, 0x65, 0x79,
	0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x6f, 0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74,
	0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b,
	0x55, 0x6e, 0x6c, 0x69, 0x6e, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x32, 0x2e,
	0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x6f, 0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x6e,
	0x65, 0x63, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x62,
	0x61, 0x63, 0x6b, 0x55, 0x6e, 0x6c, 0x69, 0x6e, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
	0x65, 0x22, 0x2b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x25, 0x22, 0x23, 0x2f, 0x69, 0x6f, 0x74, 0x5f,
	0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x63,
	0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x2f, 0x75, 0x6e, 0x6c, 0x69, 0x6e, 0x6b, 0x12, 0xa9,
	0x01, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x44, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x73, 0x12, 0x31, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x69, 0x6f, 0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47,
	0x65, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x32, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x69, 0x6f, 0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x2e, 0x76,
	0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x44, 0x65, 0x76,
	0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2c, 0x82, 0xd3,
	0xe4, 0x93, 0x02, 0x26, 0x12, 0x24, 0x2f, 0x69, 0x6f, 0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65,
	0x63, 0x74, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x61, 0x6c, 0x6c, 0x62, 0x61,
	0x63, 0x6b, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x12, 0xa7, 0x01, 0x0a, 0x11, 0x50,
	0x6f, 0x73, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x51, 0x75, 0x65, 0x72, 0x79,
	0x12, 0x30, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x6f, 0x74, 0x5f, 0x63,
	0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x61,
	0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65,
	0x73, 0x74, 0x1a, 0x31, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x6f, 0x74,
	0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74,
	0x43, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x73,
	0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x27, 0x3a, 0x01, 0x2a,
	0x22, 0x22, 0x2f, 0x69, 0x6f, 0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x2f, 0x61,
	0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x2f, 0x71,
	0x75, 0x65, 0x72, 0x79, 0x12, 0xac, 0x01, 0x0a, 0x13, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x61, 0x6c,
	0x6c, 0x62, 0x61, 0x63, 0x6b, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x12, 0x32, 0x2e, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x6f, 0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65,
	0x63, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x62, 0x61,
	0x63, 0x6b, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
	0x1a, 0x33, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x6f, 0x74, 0x5f, 0x63,
	0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x61,
	0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x52, 0x65, 0x73,
	0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x26, 0x22, 0x24, 0x2f,
	0x69, 0x6f, 0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x2f, 0x61, 0x70, 0x69, 0x2f,
	0x76, 0x31, 0x2f, 0x63, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x2f, 0x63, 0x6f, 0x6d, 0x6d,
	0x61, 0x6e, 0x64, 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_v1_keyapis_iot_connect_callback_v1_proto_rawDescOnce sync.Once
	file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_rawDescData = file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_rawDesc
)

func file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_rawDescGZIP() []byte {
	file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_rawDescOnce.Do(func() {
		file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_rawDescData = protoimpl.X.CompressGZIP(file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_rawDescData)
	})
	return file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_rawDescData
}

var file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_enumTypes = make([]protoimpl.EnumInfo, 6)
var file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 20)
var file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_goTypes = []interface{}{
	(Model_FeatureType)(0),                 // 0: keyapis.iot_connect.v1.Model.FeatureType
	(DeviceCommand_KeyType)(0),             // 1: keyapis.iot_connect.v1.DeviceCommand.KeyType
	(DeviceCommand_Value_Type)(0),          // 2: keyapis.iot_connect.v1.DeviceCommand.Value.Type
	(DeviceCommand_Value_ValueEnumType)(0), // 3: keyapis.iot_connect.v1.DeviceCommand.Value.ValueEnumType
	(DeviceState_KeyType)(0),               // 4: keyapis.iot_connect.v1.DeviceState.KeyType
	(DeviceState_Value_Type)(0),            // 5: keyapis.iot_connect.v1.DeviceState.Value.Type
	(*GetCallbackUserRequest)(nil),         // 6: keyapis.iot_connect.v1.GetCallbackUserRequest
	(*GetCallbackUserResponse)(nil),        // 7: keyapis.iot_connect.v1.GetCallbackUserResponse
	(*Model)(nil),                          // 8: keyapis.iot_connect.v1.Model
	(*Device)(nil),                         // 9: keyapis.iot_connect.v1.Device
	(*DeviceStateArray)(nil),               // 10: keyapis.iot_connect.v1.DeviceStateArray
	(*DeviceCommandArray)(nil),             // 11: keyapis.iot_connect.v1.DeviceCommandArray
	(*DeviceCommand)(nil),                  // 12: keyapis.iot_connect.v1.DeviceCommand
	(*DeviceState)(nil),                    // 13: keyapis.iot_connect.v1.DeviceState
	(*GetCallbackDevicesRequest)(nil),      // 14: keyapis.iot_connect.v1.GetCallbackDevicesRequest
	(*GetCallbackDevicesResponse)(nil),     // 15: keyapis.iot_connect.v1.GetCallbackDevicesResponse
	(*PostCallbackQueryRequest)(nil),       // 16: keyapis.iot_connect.v1.PostCallbackQueryRequest
	(*PostCallbackQueryResponse)(nil),      // 17: keyapis.iot_connect.v1.PostCallbackQueryResponse
	(*PostCallbackCommandRequest)(nil),     // 18: keyapis.iot_connect.v1.PostCallbackCommandRequest
	(*PostCallbackCommandResponse)(nil),    // 19: keyapis.iot_connect.v1.PostCallbackCommandResponse
	(*PostCallbackUnlinkRequest)(nil),      // 20: keyapis.iot_connect.v1.PostCallbackUnlinkRequest
	(*PostCallbackUnlinkResponse)(nil),     // 21: keyapis.iot_connect.v1.PostCallbackUnlinkResponse
	(*DeviceCommand_Value)(nil),            // 22: keyapis.iot_connect.v1.DeviceCommand.Value
	(*DeviceState_Value)(nil),              // 23: keyapis.iot_connect.v1.DeviceState.Value
	nil,                                    // 24: keyapis.iot_connect.v1.PostCallbackQueryResponse.DataEntry
	nil,                                    // 25: keyapis.iot_connect.v1.PostCallbackCommandRequest.DevicesEntry
}
var file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_depIdxs = []int32{
	0,  // 0: keyapis.iot_connect.v1.Model.feature_types:type_name -> keyapis.iot_connect.v1.Model.FeatureType
	8,  // 1: keyapis.iot_connect.v1.Device.model:type_name -> keyapis.iot_connect.v1.Model
	13, // 2: keyapis.iot_connect.v1.DeviceStateArray.states:type_name -> keyapis.iot_connect.v1.DeviceState
	12, // 3: keyapis.iot_connect.v1.DeviceCommandArray.states:type_name -> keyapis.iot_connect.v1.DeviceCommand
	1,  // 4: keyapis.iot_connect.v1.DeviceCommand.command_key_type:type_name -> keyapis.iot_connect.v1.DeviceCommand.KeyType
	22, // 5: keyapis.iot_connect.v1.DeviceCommand.value:type_name -> keyapis.iot_connect.v1.DeviceCommand.Value
	4,  // 6: keyapis.iot_connect.v1.DeviceState.state_key_type:type_name -> keyapis.iot_connect.v1.DeviceState.KeyType
	23, // 7: keyapis.iot_connect.v1.DeviceState.value:type_name -> keyapis.iot_connect.v1.DeviceState.Value
	9,  // 8: keyapis.iot_connect.v1.GetCallbackDevicesResponse.data:type_name -> keyapis.iot_connect.v1.Device
	24, // 9: keyapis.iot_connect.v1.PostCallbackQueryResponse.data:type_name -> keyapis.iot_connect.v1.PostCallbackQueryResponse.DataEntry
	25, // 10: keyapis.iot_connect.v1.PostCallbackCommandRequest.devices:type_name -> keyapis.iot_connect.v1.PostCallbackCommandRequest.DevicesEntry
	2,  // 11: keyapis.iot_connect.v1.DeviceCommand.Value.type:type_name -> keyapis.iot_connect.v1.DeviceCommand.Value.Type
	3,  // 12: keyapis.iot_connect.v1.DeviceCommand.Value.value_enum_type:type_name -> keyapis.iot_connect.v1.DeviceCommand.Value.ValueEnumType
	5,  // 13: keyapis.iot_connect.v1.DeviceState.Value.type:type_name -> keyapis.iot_connect.v1.DeviceState.Value.Type
	10, // 14: keyapis.iot_connect.v1.PostCallbackQueryResponse.DataEntry.value:type_name -> keyapis.iot_connect.v1.DeviceStateArray
	11, // 15: keyapis.iot_connect.v1.PostCallbackCommandRequest.DevicesEntry.value:type_name -> keyapis.iot_connect.v1.DeviceCommandArray
	6,  // 16: keyapis.iot_connect.v1.IotConnectCallbackService.GetCallbackUser:input_type -> keyapis.iot_connect.v1.GetCallbackUserRequest
	20, // 17: keyapis.iot_connect.v1.IotConnectCallbackService.PostCallbackUnlink:input_type -> keyapis.iot_connect.v1.PostCallbackUnlinkRequest
	14, // 18: keyapis.iot_connect.v1.IotConnectCallbackService.GetCallbackDevices:input_type -> keyapis.iot_connect.v1.GetCallbackDevicesRequest
	16, // 19: keyapis.iot_connect.v1.IotConnectCallbackService.PostCallbackQuery:input_type -> keyapis.iot_connect.v1.PostCallbackQueryRequest
	18, // 20: keyapis.iot_connect.v1.IotConnectCallbackService.PostCallbackCommand:input_type -> keyapis.iot_connect.v1.PostCallbackCommandRequest
	7,  // 21: keyapis.iot_connect.v1.IotConnectCallbackService.GetCallbackUser:output_type -> keyapis.iot_connect.v1.GetCallbackUserResponse
	21, // 22: keyapis.iot_connect.v1.IotConnectCallbackService.PostCallbackUnlink:output_type -> keyapis.iot_connect.v1.PostCallbackUnlinkResponse
	15, // 23: keyapis.iot_connect.v1.IotConnectCallbackService.GetCallbackDevices:output_type -> keyapis.iot_connect.v1.GetCallbackDevicesResponse
	17, // 24: keyapis.iot_connect.v1.IotConnectCallbackService.PostCallbackQuery:output_type -> keyapis.iot_connect.v1.PostCallbackQueryResponse
	19, // 25: keyapis.iot_connect.v1.IotConnectCallbackService.PostCallbackCommand:output_type -> keyapis.iot_connect.v1.PostCallbackCommandResponse
	21, // [21:26] is the sub-list for method output_type
	16, // [16:21] is the sub-list for method input_type
	16, // [16:16] is the sub-list for extension type_name
	16, // [16:16] is the sub-list for extension extendee
	0,  // [0:16] is the sub-list for field type_name
}

func init() { file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_init() }
func file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_init() {
	if File_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto != nil {
		return
	}
	if !protoimpl.UnsafeEnabled {
		file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCallbackUserRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCallbackUserResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[2].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_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[3].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_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[4].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_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeviceCommandArray); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeviceCommand); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[7].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_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCallbackDevicesRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCallbackDevicesResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostCallbackQueryRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostCallbackQueryResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostCallbackCommandRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostCallbackCommandResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostCallbackUnlinkRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostCallbackUnlinkResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeviceCommand_Value); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[17].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_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[16].OneofWrappers = []interface{}{
		(*DeviceCommand_Value_ValueEnumType_)(nil),
	}
	file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_msgTypes[17].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_v1_keyapis_iot_connect_callback_v1_proto_rawDesc,
			NumEnums:      6,
			NumMessages:   20,
			NumExtensions: 0,
			NumServices:   1,
		},
		GoTypes:           file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_goTypes,
		DependencyIndexes: file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_depIdxs,
		EnumInfos:         file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_enumTypes,
		MessageInfos:      file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_msgTypes,
	}.Build()
	File_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto = out.File
	file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_rawDesc = nil
	file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_goTypes = nil
	file_keyapis_iot_connect_v1_keyapis_iot_connect_callback_v1_proto_depIdxs = nil
}
