//
//События помещений

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

package keyapis_access_control_v1

import (
	_ "google.golang.org/genproto/googleapis/api/annotations"
	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
	wrapperspb "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)
)

// Тип проигрывания.
// # Тип: byte
type PrepareStartTask_PlayType int32

const (
	// Значение не указано
	PrepareStartTask_PLAY_TYPE_UNKNOWN PrepareStartTask_PlayType = 0
	// Только на аналоговые трубки
	PrepareStartTask_HANDSET_ONLY PrepareStartTask_PlayType = 1
	// Tолько на динамик домофона
	PrepareStartTask_SPEAKER_ONLY PrepareStartTask_PlayType = 2
	// Сначала на аналоговые трубки проигрываем заданное количество тактов, затем на динамик домофона
	PrepareStartTask_HANDSET_AND_SPEAKER PrepareStartTask_PlayType = 3
	// Сначала на динамик домофона проигрываем заданное количество тактов, затем на аналоговые трубки
	PrepareStartTask_SPEAKER_AND_HANDSET PrepareStartTask_PlayType = 4
)

// Enum value maps for PrepareStartTask_PlayType.
var (
	PrepareStartTask_PlayType_name = map[int32]string{
		0: "PLAY_TYPE_UNKNOWN",
		1: "HANDSET_ONLY",
		2: "SPEAKER_ONLY",
		3: "HANDSET_AND_SPEAKER",
		4: "SPEAKER_AND_HANDSET",
	}
	PrepareStartTask_PlayType_value = map[string]int32{
		"PLAY_TYPE_UNKNOWN":   0,
		"HANDSET_ONLY":        1,
		"SPEAKER_ONLY":        2,
		"HANDSET_AND_SPEAKER": 3,
		"SPEAKER_AND_HANDSET": 4,
	}
)

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

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

func (PrepareStartTask_PlayType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_enumTypes[0].Descriptor()
}

func (PrepareStartTask_PlayType) Type() protoreflect.EnumType {
	return &file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_enumTypes[0]
}

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

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

// Справочник статусов удаления ключа со всех устройств.
// # Тип: byte
type DeleteRfidsFromAllDevicesResultTask_StatusType int32

const (
	// Значение не указано
	DeleteRfidsFromAllDevicesResultTask_STATUS_TYPE_UNKNOWN DeleteRfidsFromAllDevicesResultTask_StatusType = 0
	// Настроен
	DeleteRfidsFromAllDevicesResultTask_SUCCESS DeleteRfidsFromAllDevicesResultTask_StatusType = 1
	// Ошибка
	DeleteRfidsFromAllDevicesResultTask_ERROR DeleteRfidsFromAllDevicesResultTask_StatusType = 2
)

// Enum value maps for DeleteRfidsFromAllDevicesResultTask_StatusType.
var (
	DeleteRfidsFromAllDevicesResultTask_StatusType_name = map[int32]string{
		0: "STATUS_TYPE_UNKNOWN",
		1: "SUCCESS",
		2: "ERROR",
	}
	DeleteRfidsFromAllDevicesResultTask_StatusType_value = map[string]int32{
		"STATUS_TYPE_UNKNOWN": 0,
		"SUCCESS":             1,
		"ERROR":               2,
	}
)

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

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

func (DeleteRfidsFromAllDevicesResultTask_StatusType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_enumTypes[1].Descriptor()
}

func (DeleteRfidsFromAllDevicesResultTask_StatusType) Type() protoreflect.EnumType {
	return &file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_enumTypes[1]
}

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

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

// Задача на активацию аналоговых трубок квартир для устройства на доме.
// Очередь key.access_control.activate_cms
type ActivateCmsSettingsTask struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор запроса
	RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// Идентификатор ОРПОН дома
	OrponId int64 `protobuf:"varint,2,opt,name=orpon_id,json=orponId,proto3" json:"orpon_id,omitempty"`
	// Идентификатор устройства
	DeviceId int32 `protobuf:"varint,3,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	// Номера квартир с включенным режимом подписок, у которых блокируется аналоговая трубка
	RoomNumbers []string `protobuf:"bytes,4,rep,name=room_numbers,json=roomNumbers,proto3" json:"room_numbers,omitempty"`
}

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

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

func (*ActivateCmsSettingsTask) ProtoMessage() {}

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

func (x *ActivateCmsSettingsTask) GetRequestId() string {
	if x != nil {
		return x.RequestId
	}
	return ""
}

func (x *ActivateCmsSettingsTask) GetOrponId() int64 {
	if x != nil {
		return x.OrponId
	}
	return 0
}

func (x *ActivateCmsSettingsTask) GetDeviceId() int32 {
	if x != nil {
		return x.DeviceId
	}
	return 0
}

func (x *ActivateCmsSettingsTask) GetRoomNumbers() []string {
	if x != nil {
		return x.RoomNumbers
	}
	return nil
}

// Задача на блокировку аналоговых трубок квартир для устройства на доме.
// Очередь key.access_control.block_cms
type BlockCmsSettingsTask struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор запроса
	RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// Идентификатор ОРПОН дома
	OrponId int64 `protobuf:"varint,2,opt,name=orpon_id,json=orponId,proto3" json:"orpon_id,omitempty"`
	// Идентификатор устройства
	DeviceId int32 `protobuf:"varint,3,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	// Номера квартир с включенным режимом подписок, у которых активируется аналоговая трубка
	RoomNumbers []string `protobuf:"bytes,4,rep,name=room_numbers,json=roomNumbers,proto3" json:"room_numbers,omitempty"`
}

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

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

func (*BlockCmsSettingsTask) ProtoMessage() {}

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

func (x *BlockCmsSettingsTask) GetRequestId() string {
	if x != nil {
		return x.RequestId
	}
	return ""
}

func (x *BlockCmsSettingsTask) GetOrponId() int64 {
	if x != nil {
		return x.OrponId
	}
	return 0
}

func (x *BlockCmsSettingsTask) GetDeviceId() int32 {
	if x != nil {
		return x.DeviceId
	}
	return 0
}

func (x *BlockCmsSettingsTask) GetRoomNumbers() []string {
	if x != nil {
		return x.RoomNumbers
	}
	return nil
}

// Задача на активацию аналоговых трубок квартир для устройства на доме без дополнительных проверок на устройстве.
// Очередь key.access_control.force_activate_cms
type ForceActivateCmsSettingsTask struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор запроса
	RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// Идентификатор ОРПОН дома
	OrponId int64 `protobuf:"varint,2,opt,name=orpon_id,json=orponId,proto3" json:"orpon_id,omitempty"`
	// Идентификатор устройства
	DeviceId int32 `protobuf:"varint,3,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	// Номера квартир для которых необходимо активация аналоговых трубок
	RoomNumbers []string `protobuf:"bytes,4,rep,name=room_numbers,json=roomNumbers,proto3" json:"room_numbers,omitempty"`
}

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

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

func (*ForceActivateCmsSettingsTask) ProtoMessage() {}

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

func (x *ForceActivateCmsSettingsTask) GetRequestId() string {
	if x != nil {
		return x.RequestId
	}
	return ""
}

func (x *ForceActivateCmsSettingsTask) GetOrponId() int64 {
	if x != nil {
		return x.OrponId
	}
	return 0
}

func (x *ForceActivateCmsSettingsTask) GetDeviceId() int32 {
	if x != nil {
		return x.DeviceId
	}
	return 0
}

func (x *ForceActivateCmsSettingsTask) GetRoomNumbers() []string {
	if x != nil {
		return x.RoomNumbers
	}
	return nil
}

// Задача ответ на конфигурацию квартир.
// Очередь key.access_control.configure_rooms_result
type ConfigureRoomsResultTask struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор запроса
	RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// Идентификатор устройства
	DeviceId int32 `protobuf:"varint,2,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	// Список квартир с результатом конфигурации
	Rooms []*ConfigureRoomsResultTask_Room `protobuf:"bytes,3,rep,name=rooms,proto3" json:"rooms,omitempty"`
}

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

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

func (*ConfigureRoomsResultTask) ProtoMessage() {}

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

func (x *ConfigureRoomsResultTask) GetRequestId() string {
	if x != nil {
		return x.RequestId
	}
	return ""
}

func (x *ConfigureRoomsResultTask) GetDeviceId() int32 {
	if x != nil {
		return x.DeviceId
	}
	return 0
}

func (x *ConfigureRoomsResultTask) GetRooms() []*ConfigureRoomsResultTask_Room {
	if x != nil {
		return x.Rooms
	}
	return nil
}

// Задача на добавление ключей на устройства.
// Очередь key.access_control.load_rfids_to_devices
type LoadRfidsToDevicesTask struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор запроса
	RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// Список ключей
	Rfids []*LoadRfidsToDevicesTask_Rfid `protobuf:"bytes,2,rep,name=rfids,proto3" json:"rfids,omitempty"`
	// Список идентификаторов устройств
	DeviceIds []int32 `protobuf:"varint,3,rep,packed,name=device_ids,json=deviceIds,proto3" json:"device_ids,omitempty"`
}

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

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

func (*LoadRfidsToDevicesTask) ProtoMessage() {}

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

func (x *LoadRfidsToDevicesTask) GetRequestId() string {
	if x != nil {
		return x.RequestId
	}
	return ""
}

func (x *LoadRfidsToDevicesTask) GetRfids() []*LoadRfidsToDevicesTask_Rfid {
	if x != nil {
		return x.Rfids
	}
	return nil
}

func (x *LoadRfidsToDevicesTask) GetDeviceIds() []int32 {
	if x != nil {
		return x.DeviceIds
	}
	return nil
}

// Задача на добавление кодов на устройства.
// Очередь key.access_control.load_codes_to_devices
type LoadCodesToDevicesTask struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор запроса
	RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// Список кодов
	Codes []*LoadCodesToDevicesTask_Code `protobuf:"bytes,2,rep,name=codes,proto3" json:"codes,omitempty"`
	// Список идентификаторов устройств
	DeviceIds []int32 `protobuf:"varint,3,rep,packed,name=device_ids,json=deviceIds,proto3" json:"device_ids,omitempty"`
}

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

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

func (*LoadCodesToDevicesTask) ProtoMessage() {}

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

func (x *LoadCodesToDevicesTask) GetRequestId() string {
	if x != nil {
		return x.RequestId
	}
	return ""
}

func (x *LoadCodesToDevicesTask) GetCodes() []*LoadCodesToDevicesTask_Code {
	if x != nil {
		return x.Codes
	}
	return nil
}

func (x *LoadCodesToDevicesTask) GetDeviceIds() []int32 {
	if x != nil {
		return x.DeviceIds
	}
	return nil
}

// Задача на удаление ключей с устройств.
// Очередь key.access_control.delete_rfids_from_devices
type DeleteRfidsFromDevicesTask struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор запроса
	RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// Список ключей
	Rfids []*DeleteRfidsFromDevicesTask_Rfid `protobuf:"bytes,2,rep,name=rfids,proto3" json:"rfids,omitempty"`
	// Список идентификаторов устройств
	DeviceIds []int32 `protobuf:"varint,3,rep,packed,name=device_ids,json=deviceIds,proto3" json:"device_ids,omitempty"`
	// Удаление без ожидания ответа от устройства
	IsForceDelete *wrapperspb.BoolValue `protobuf:"bytes,4,opt,name=is_force_delete,json=isForceDelete,proto3" json:"is_force_delete,omitempty"`
}

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

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

func (*DeleteRfidsFromDevicesTask) ProtoMessage() {}

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

func (x *DeleteRfidsFromDevicesTask) GetRequestId() string {
	if x != nil {
		return x.RequestId
	}
	return ""
}

func (x *DeleteRfidsFromDevicesTask) GetRfids() []*DeleteRfidsFromDevicesTask_Rfid {
	if x != nil {
		return x.Rfids
	}
	return nil
}

func (x *DeleteRfidsFromDevicesTask) GetDeviceIds() []int32 {
	if x != nil {
		return x.DeviceIds
	}
	return nil
}

func (x *DeleteRfidsFromDevicesTask) GetIsForceDelete() *wrapperspb.BoolValue {
	if x != nil {
		return x.IsForceDelete
	}
	return nil
}

// Задача на удаление кодов с устройств.
// Очередь key.access_control.delete_codes_from_devices
type DeleteCodesFromDevicesTask struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор запроса
	RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// Список кодов
	Codes []*DeleteCodesFromDevicesTask_Code `protobuf:"bytes,2,rep,name=codes,proto3" json:"codes,omitempty"`
	// Список идентификаторов устройств
	DeviceIds []int32 `protobuf:"varint,3,rep,packed,name=device_ids,json=deviceIds,proto3" json:"device_ids,omitempty"`
	// Удаление без ожидания ответа от устройства
	IsForceDelete *wrapperspb.BoolValue `protobuf:"bytes,4,opt,name=is_force_delete,json=isForceDelete,proto3" json:"is_force_delete,omitempty"`
}

func (x *DeleteCodesFromDevicesTask) Reset() {
	*x = DeleteCodesFromDevicesTask{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_msgTypes[7]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*DeleteCodesFromDevicesTask) ProtoMessage() {}

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

func (x *DeleteCodesFromDevicesTask) GetRequestId() string {
	if x != nil {
		return x.RequestId
	}
	return ""
}

func (x *DeleteCodesFromDevicesTask) GetCodes() []*DeleteCodesFromDevicesTask_Code {
	if x != nil {
		return x.Codes
	}
	return nil
}

func (x *DeleteCodesFromDevicesTask) GetDeviceIds() []int32 {
	if x != nil {
		return x.DeviceIds
	}
	return nil
}

func (x *DeleteCodesFromDevicesTask) GetIsForceDelete() *wrapperspb.BoolValue {
	if x != nil {
		return x.IsForceDelete
	}
	return nil
}

// Команда на подготовку и старт оповещения через домофоны.
// Очередь key.access_control.alert.prepare_start
type PrepareStartTask struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор запроса
	RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// Ссылка на звуковой файл для проигрывания.
	// Файл должен лежать на внутреннем хранилище.
	// # Диапазон: 2..100
	SoundFileUri string `protobuf:"bytes,2,opt,name=sound_file_uri,json=soundFileUri,proto3" json:"sound_file_uri,omitempty"`
	// Идентификатор ОРПОН дома, на котором запускаем проигрывание
	Orpon int64 `protobuf:"varint,3,opt,name=orpon,proto3" json:"orpon,omitempty"`
	// Длительность воспроизведения такта в секундах.
	// Такт включает в себя проигрывание файла на трубках или на динамике.
	// # Диапазон: 0..65536
	TactPlayDuration int32 `protobuf:"varint,4,opt,name=tact_play_duration,json=tactPlayDuration,proto3" json:"tact_play_duration,omitempty"`
	// Количество последовательных повторов тактов перед сменой динамика на трубки или наоборот.
	// # Диапазон: 0..65536
	TactRepeatCount int32 `protobuf:"varint,5,opt,name=tact_repeat_count,json=tactRepeatCount,proto3" json:"tact_repeat_count,omitempty"`
	// Количество дополнительных повторов тактов, т.е. умолчание=0 - это проигрывание одного такта.
	// # Диапазон: 0..65536
	PlayRepeatCount int32 `protobuf:"varint,6,opt,name=play_repeat_count,json=playRepeatCount,proto3" json:"play_repeat_count,omitempty"`
	// Тип проигрывания
	PlayType PrepareStartTask_PlayType `protobuf:"varint,7,opt,name=play_type,json=playType,proto3,enum=keyapis.access_control.v1.PrepareStartTask_PlayType" json:"play_type,omitempty"`
}

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

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

func (*PrepareStartTask) ProtoMessage() {}

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

func (x *PrepareStartTask) GetRequestId() string {
	if x != nil {
		return x.RequestId
	}
	return ""
}

func (x *PrepareStartTask) GetSoundFileUri() string {
	if x != nil {
		return x.SoundFileUri
	}
	return ""
}

func (x *PrepareStartTask) GetOrpon() int64 {
	if x != nil {
		return x.Orpon
	}
	return 0
}

func (x *PrepareStartTask) GetTactPlayDuration() int32 {
	if x != nil {
		return x.TactPlayDuration
	}
	return 0
}

func (x *PrepareStartTask) GetTactRepeatCount() int32 {
	if x != nil {
		return x.TactRepeatCount
	}
	return 0
}

func (x *PrepareStartTask) GetPlayRepeatCount() int32 {
	if x != nil {
		return x.PlayRepeatCount
	}
	return 0
}

func (x *PrepareStartTask) GetPlayType() PrepareStartTask_PlayType {
	if x != nil {
		return x.PlayType
	}
	return PrepareStartTask_PLAY_TYPE_UNKNOWN
}

// Задача на удаление ключей со всех устройств.
// Очередь key.access_control.delete_rfids_from_all_devices
type DeleteRfidsFromAllDevicesTask struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор запроса
	RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// Список ключей
	Rfids []*DeleteRfidsFromAllDevicesTask_Rfid `protobuf:"bytes,2,rep,name=rfids,proto3" json:"rfids,omitempty"`
	// Удаление без ожидания ответа от устройства
	IsForceDelete *wrapperspb.BoolValue `protobuf:"bytes,3,opt,name=is_force_delete,json=isForceDelete,proto3" json:"is_force_delete,omitempty"`
}

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

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

func (*DeleteRfidsFromAllDevicesTask) ProtoMessage() {}

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

func (x *DeleteRfidsFromAllDevicesTask) GetRequestId() string {
	if x != nil {
		return x.RequestId
	}
	return ""
}

func (x *DeleteRfidsFromAllDevicesTask) GetRfids() []*DeleteRfidsFromAllDevicesTask_Rfid {
	if x != nil {
		return x.Rfids
	}
	return nil
}

func (x *DeleteRfidsFromAllDevicesTask) GetIsForceDelete() *wrapperspb.BoolValue {
	if x != nil {
		return x.IsForceDelete
	}
	return nil
}

// Результат задачи на удаление ключа со всех устройств.
// Очередь key.access_control.delete_rfids_from_all_devices_result
type DeleteRfidsFromAllDevicesResultTask struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор запроса
	RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// Идентификатор ключа
	RfidId int32 `protobuf:"varint,2,opt,name=rfid_id,json=rfidId,proto3" json:"rfid_id,omitempty"`
	// Статус удаления ключа со всех устройств
	StatusType DeleteRfidsFromAllDevicesResultTask_StatusType `protobuf:"varint,3,opt,name=status_type,json=statusType,proto3,enum=keyapis.access_control.v1.DeleteRfidsFromAllDevicesResultTask_StatusType" json:"status_type,omitempty"`
}

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

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

func (*DeleteRfidsFromAllDevicesResultTask) ProtoMessage() {}

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

func (x *DeleteRfidsFromAllDevicesResultTask) GetRequestId() string {
	if x != nil {
		return x.RequestId
	}
	return ""
}

func (x *DeleteRfidsFromAllDevicesResultTask) GetRfidId() int32 {
	if x != nil {
		return x.RfidId
	}
	return 0
}

func (x *DeleteRfidsFromAllDevicesResultTask) GetStatusType() DeleteRfidsFromAllDevicesResultTask_StatusType {
	if x != nil {
		return x.StatusType
	}
	return DeleteRfidsFromAllDevicesResultTask_STATUS_TYPE_UNKNOWN
}

// Результат конфигурации квартиры
type ConfigureRoomsResultTask_Room struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор квартиры
	RoomId int32 `protobuf:"varint,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	// Признак "Сконфигурировано"
	IsConfigured bool `protobuf:"varint,2,opt,name=is_configured,json=isConfigured,proto3" json:"is_configured,omitempty"`
	// Текст ошибки
	ErrorMessage string `protobuf:"bytes,3,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"`
}

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

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

func (*ConfigureRoomsResultTask_Room) ProtoMessage() {}

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

func (x *ConfigureRoomsResultTask_Room) GetRoomId() int32 {
	if x != nil {
		return x.RoomId
	}
	return 0
}

func (x *ConfigureRoomsResultTask_Room) GetIsConfigured() bool {
	if x != nil {
		return x.IsConfigured
	}
	return false
}

func (x *ConfigureRoomsResultTask_Room) GetErrorMessage() string {
	if x != nil {
		return x.ErrorMessage
	}
	return ""
}

// Ключ
type LoadRfidsToDevicesTask_Rfid struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// Значение ключа
	Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	// Номер квартиры
	RoomNumber string `protobuf:"bytes,3,opt,name=room_number,json=roomNumber,proto3" json:"room_number,omitempty"`
	// Идентификатор квартиры
	RoomId int32 `protobuf:"varint,4,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
}

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

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

func (*LoadRfidsToDevicesTask_Rfid) ProtoMessage() {}

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

func (x *LoadRfidsToDevicesTask_Rfid) GetId() int32 {
	if x != nil {
		return x.Id
	}
	return 0
}

func (x *LoadRfidsToDevicesTask_Rfid) GetKey() string {
	if x != nil {
		return x.Key
	}
	return ""
}

func (x *LoadRfidsToDevicesTask_Rfid) GetRoomNumber() string {
	if x != nil {
		return x.RoomNumber
	}
	return ""
}

func (x *LoadRfidsToDevicesTask_Rfid) GetRoomId() int32 {
	if x != nil {
		return x.RoomId
	}
	return 0
}

// Код
type LoadCodesToDevicesTask_Code struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// Значение кода
	Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
	// Номер квартиры
	RoomNumber string `protobuf:"bytes,3,opt,name=room_number,json=roomNumber,proto3" json:"room_number,omitempty"`
	// Идентификатор квартиры
	RoomId int32 `protobuf:"varint,4,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
}

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

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

func (*LoadCodesToDevicesTask_Code) ProtoMessage() {}

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

func (x *LoadCodesToDevicesTask_Code) GetId() int32 {
	if x != nil {
		return x.Id
	}
	return 0
}

func (x *LoadCodesToDevicesTask_Code) GetCode() string {
	if x != nil {
		return x.Code
	}
	return ""
}

func (x *LoadCodesToDevicesTask_Code) GetRoomNumber() string {
	if x != nil {
		return x.RoomNumber
	}
	return ""
}

func (x *LoadCodesToDevicesTask_Code) GetRoomId() int32 {
	if x != nil {
		return x.RoomId
	}
	return 0
}

// Ключ
type DeleteRfidsFromDevicesTask_Rfid struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// Значение ключа
	Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	// Номер квартиры
	RoomNumber string `protobuf:"bytes,3,opt,name=room_number,json=roomNumber,proto3" json:"room_number,omitempty"`
	// Идентификатор квартиры
	RoomId int32 `protobuf:"varint,4,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
}

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

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

func (*DeleteRfidsFromDevicesTask_Rfid) ProtoMessage() {}

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

func (x *DeleteRfidsFromDevicesTask_Rfid) GetId() int32 {
	if x != nil {
		return x.Id
	}
	return 0
}

func (x *DeleteRfidsFromDevicesTask_Rfid) GetKey() string {
	if x != nil {
		return x.Key
	}
	return ""
}

func (x *DeleteRfidsFromDevicesTask_Rfid) GetRoomNumber() string {
	if x != nil {
		return x.RoomNumber
	}
	return ""
}

func (x *DeleteRfidsFromDevicesTask_Rfid) GetRoomId() int32 {
	if x != nil {
		return x.RoomId
	}
	return 0
}

// Код
type DeleteCodesFromDevicesTask_Code struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// Значение кода
	Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
	// Номер квартиры
	RoomNumber string `protobuf:"bytes,3,opt,name=room_number,json=roomNumber,proto3" json:"room_number,omitempty"`
	// Идентификатор квартиры
	RoomId int32 `protobuf:"varint,4,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
}

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

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

func (*DeleteCodesFromDevicesTask_Code) ProtoMessage() {}

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

func (x *DeleteCodesFromDevicesTask_Code) GetId() int32 {
	if x != nil {
		return x.Id
	}
	return 0
}

func (x *DeleteCodesFromDevicesTask_Code) GetCode() string {
	if x != nil {
		return x.Code
	}
	return ""
}

func (x *DeleteCodesFromDevicesTask_Code) GetRoomNumber() string {
	if x != nil {
		return x.RoomNumber
	}
	return ""
}

func (x *DeleteCodesFromDevicesTask_Code) GetRoomId() int32 {
	if x != nil {
		return x.RoomId
	}
	return 0
}

// Ключ
type DeleteRfidsFromAllDevicesTask_Rfid struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// Значение ключа
	Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	// Номер квартиры
	RoomNumber string `protobuf:"bytes,3,opt,name=room_number,json=roomNumber,proto3" json:"room_number,omitempty"`
	// Идентификатор квартиры
	RoomId int32 `protobuf:"varint,4,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
}

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

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

func (*DeleteRfidsFromAllDevicesTask_Rfid) ProtoMessage() {}

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

func (x *DeleteRfidsFromAllDevicesTask_Rfid) GetId() int32 {
	if x != nil {
		return x.Id
	}
	return 0
}

func (x *DeleteRfidsFromAllDevicesTask_Rfid) GetKey() string {
	if x != nil {
		return x.Key
	}
	return ""
}

func (x *DeleteRfidsFromAllDevicesTask_Rfid) GetRoomNumber() string {
	if x != nil {
		return x.RoomNumber
	}
	return ""
}

func (x *DeleteRfidsFromAllDevicesTask_Rfid) GetRoomId() int32 {
	if x != nil {
		return x.RoomId
	}
	return 0
}

var File_keyapis_access_control_v1_keyapis_access_control_events_1_proto protoreflect.FileDescriptor

var file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_rawDesc = []byte{
	0x0a, 0x3f, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73,
	0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2f, 0x76, 0x31, 0x2f, 0x6b, 0x65, 0x79, 0x61,
	0x70, 0x69, 0x73, 0x5f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72,
	0x6f, 0x6c, 0x5f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x5f, 0x31, 0x2e, 0x70, 0x72, 0x6f, 0x74,
	0x6f, 0x12, 0x19, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73,
	0x73, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x76, 0x31, 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, 0xa7, 0x01,
	0x0a, 0x17, 0x41, 0x63, 0x74, 0x69, 0x76, 0x61, 0x74, 0x65, 0x43, 0x6d, 0x73, 0x53, 0x65, 0x74,
	0x74, 0x69, 0x6e, 0x67, 0x73, 0x54, 0x61, 0x73, 0x6b, 0x12, 0x22, 0x0a, 0x0a, 0x72, 0x65, 0x71,
	0x75, 0x65, 0x73, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0,
	0x41, 0x02, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x12, 0x1e, 0x0a,
	0x08, 0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x42,
	0x03, 0xe0, 0x41, 0x02, 0x52, 0x07, 0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x20, 0x0a,
	0x09, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05,
	0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x08, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x12,
	0x26, 0x0a, 0x0c, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x18,
	0x04, 0x20, 0x03, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0b, 0x72, 0x6f, 0x6f, 0x6d,
	0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x22, 0xa4, 0x01, 0x0a, 0x14, 0x42, 0x6c, 0x6f, 0x63,
	0x6b, 0x43, 0x6d, 0x73, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x54, 0x61, 0x73, 0x6b,
	0x12, 0x22, 0x0a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01,
	0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65,
	0x73, 0x74, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x08, 0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x5f, 0x69, 0x64,
	0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x07, 0x6f, 0x72, 0x70,
	0x6f, 0x6e, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x09, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x69,
	0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x08, 0x64, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x12, 0x26, 0x0a, 0x0c, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, 0x6e,
	0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41,
	0x02, 0x52, 0x0b, 0x72, 0x6f, 0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x22, 0xac,
	0x01, 0x0a, 0x1c, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x41, 0x63, 0x74, 0x69, 0x76, 0x61, 0x74, 0x65,
	0x43, 0x6d, 0x73, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x54, 0x61, 0x73, 0x6b, 0x12,
	0x22, 0x0a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20,
	0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73,
	0x74, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x08, 0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18,
	0x02, 0x20, 0x01, 0x28, 0x03, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x07, 0x6f, 0x72, 0x70, 0x6f,
	0x6e, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x09, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x69, 0x64,
	0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x08, 0x64, 0x65, 0x76,
	0x69, 0x63, 0x65, 0x49, 0x64, 0x12, 0x26, 0x0a, 0x0c, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, 0x6e, 0x75,
	0x6d, 0x62, 0x65, 0x72, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02,
	0x52, 0x0b, 0x72, 0x6f, 0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x22, 0xaa, 0x02,
	0x0a, 0x18, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x65, 0x52, 0x6f, 0x6f, 0x6d, 0x73,
	0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x54, 0x61, 0x73, 0x6b, 0x12, 0x22, 0x0a, 0x0a, 0x72, 0x65,
	0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03,
	0xe0, 0x41, 0x02, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x12, 0x20,
	0x0a, 0x09, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28,
	0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x08, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64,
	0x12, 0x53, 0x0a, 0x05, 0x72, 0x6f, 0x6f, 0x6d, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32,
	0x38, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73,
	0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x66,
	0x69, 0x67, 0x75, 0x72, 0x65, 0x52, 0x6f, 0x6f, 0x6d, 0x73, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74,
	0x54, 0x61, 0x73, 0x6b, 0x2e, 0x52, 0x6f, 0x6f, 0x6d, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x05,
	0x72, 0x6f, 0x6f, 0x6d, 0x73, 0x1a, 0x73, 0x0a, 0x04, 0x52, 0x6f, 0x6f, 0x6d, 0x12, 0x1c, 0x0a,
	0x07, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03,
	0xe0, 0x41, 0x02, 0x52, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x12, 0x28, 0x0a, 0x0d, 0x69,
	0x73, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x65, 0x64, 0x18, 0x02, 0x20, 0x01,
	0x28, 0x08, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0c, 0x69, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69,
	0x67, 0x75, 0x72, 0x65, 0x64, 0x12, 0x23, 0x0a, 0x0d, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x6d,
	0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x65, 0x72,
	0x72, 0x6f, 0x72, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x22, 0xab, 0x02, 0x0a, 0x16, 0x4c,
	0x6f, 0x61, 0x64, 0x52, 0x66, 0x69, 0x64, 0x73, 0x54, 0x6f, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x73, 0x54, 0x61, 0x73, 0x6b, 0x12, 0x22, 0x0a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
	0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x09,
	0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x12, 0x51, 0x0a, 0x05, 0x72, 0x66, 0x69,
	0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f,
	0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x6f, 0x61, 0x64, 0x52, 0x66, 0x69, 0x64, 0x73, 0x54, 0x6f,
	0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x54, 0x61, 0x73, 0x6b, 0x2e, 0x52, 0x66, 0x69, 0x64,
	0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x05, 0x72, 0x66, 0x69, 0x64, 0x73, 0x12, 0x22, 0x0a, 0x0a,
	0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x05,
	0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x09, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x73,
	0x1a, 0x76, 0x0a, 0x04, 0x52, 0x66, 0x69, 0x64, 0x12, 0x13, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01,
	0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x02, 0x69, 0x64, 0x12, 0x15, 0x0a,
	0x03, 0x6b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52,
	0x03, 0x6b, 0x65, 0x79, 0x12, 0x24, 0x0a, 0x0b, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, 0x6e, 0x75, 0x6d,
	0x62, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a,
	0x72, 0x6f, 0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x1c, 0x0a, 0x07, 0x72, 0x6f,
	0x6f, 0x6d, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02,
	0x52, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x22, 0xad, 0x02, 0x0a, 0x16, 0x4c, 0x6f, 0x61,
	0x64, 0x43, 0x6f, 0x64, 0x65, 0x73, 0x54, 0x6f, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x54,
	0x61, 0x73, 0x6b, 0x12, 0x22, 0x0a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, 0x69,
	0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x09, 0x72, 0x65,
	0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x12, 0x51, 0x0a, 0x05, 0x63, 0x6f, 0x64, 0x65, 0x73,
	0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e,
	0x76, 0x31, 0x2e, 0x4c, 0x6f, 0x61, 0x64, 0x43, 0x6f, 0x64, 0x65, 0x73, 0x54, 0x6f, 0x44, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x73, 0x54, 0x61, 0x73, 0x6b, 0x2e, 0x43, 0x6f, 0x64, 0x65, 0x42, 0x03,
	0xe0, 0x41, 0x02, 0x52, 0x05, 0x63, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x22, 0x0a, 0x0a, 0x64, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x05, 0x42, 0x03,
	0xe0, 0x41, 0x02, 0x52, 0x09, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x73, 0x1a, 0x78,
	0x0a, 0x04, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x13, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
	0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x02, 0x69, 0x64, 0x12, 0x17, 0x0a, 0x04, 0x63,
	0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x04,
	0x63, 0x6f, 0x64, 0x65, 0x12, 0x24, 0x0a, 0x0b, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, 0x6e, 0x75, 0x6d,
	0x62, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a,
	0x72, 0x6f, 0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x1c, 0x0a, 0x07, 0x72, 0x6f,
	0x6f, 0x6d, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02,
	0x52, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x22, 0xf7, 0x02, 0x0a, 0x1a, 0x44, 0x65, 0x6c,
	0x65, 0x74, 0x65, 0x52, 0x66, 0x69, 0x64, 0x73, 0x46, 0x72, 0x6f, 0x6d, 0x44, 0x65, 0x76, 0x69,
	0x63, 0x65, 0x73, 0x54, 0x61, 0x73, 0x6b, 0x12, 0x22, 0x0a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65,
	0x73, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02,
	0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x12, 0x55, 0x0a, 0x05, 0x72,
	0x66, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x6b, 0x65, 0x79,
	0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x63, 0x6f, 0x6e, 0x74,
	0x72, 0x6f, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x66, 0x69,
	0x64, 0x73, 0x46, 0x72, 0x6f, 0x6d, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x54, 0x61, 0x73,
	0x6b, 0x2e, 0x52, 0x66, 0x69, 0x64, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x05, 0x72, 0x66, 0x69,
	0x64, 0x73, 0x12, 0x22, 0x0a, 0x0a, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x73,
	0x18, 0x03, 0x20, 0x03, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x09, 0x64, 0x65, 0x76,
	0x69, 0x63, 0x65, 0x49, 0x64, 0x73, 0x12, 0x42, 0x0a, 0x0f, 0x69, 0x73, 0x5f, 0x66, 0x6f, 0x72,
	0x63, 0x65, 0x5f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32,
	0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
	0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x0d, 0x69, 0x73, 0x46,
	0x6f, 0x72, 0x63, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x1a, 0x76, 0x0a, 0x04, 0x52, 0x66,
	0x69, 0x64, 0x12, 0x13, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03,
	0xe0, 0x41, 0x02, 0x52, 0x02, 0x69, 0x64, 0x12, 0x15, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x02,
	0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x24,
	0x0a, 0x0b, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x03, 0x20,
	0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a, 0x72, 0x6f, 0x6f, 0x6d, 0x4e, 0x75,
	0x6d, 0x62, 0x65, 0x72, 0x12, 0x1c, 0x0a, 0x07, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, 0x69, 0x64, 0x18,
	0x04, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x06, 0x72, 0x6f, 0x6f, 0x6d,
	0x49, 0x64, 0x22, 0xf9, 0x02, 0x0a, 0x1a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x64,
	0x65, 0x73, 0x46, 0x72, 0x6f, 0x6d, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x54, 0x61, 0x73,
	0x6b, 0x12, 0x22, 0x0a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, 0x69, 0x64, 0x18,
	0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75,
	0x65, 0x73, 0x74, 0x49, 0x64, 0x12, 0x55, 0x0a, 0x05, 0x63, 0x6f, 0x64, 0x65, 0x73, 0x18, 0x02,
	0x20, 0x03, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61,
	0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x76, 0x31,
	0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x64, 0x65, 0x73, 0x46, 0x72, 0x6f, 0x6d,
	0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x54, 0x61, 0x73, 0x6b, 0x2e, 0x43, 0x6f, 0x64, 0x65,
	0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x05, 0x63, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x22, 0x0a, 0x0a,
	0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x05,
	0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x09, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x73,
	0x12, 0x42, 0x0a, 0x0f, 0x69, 0x73, 0x5f, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x5f, 0x64, 0x65, 0x6c,
	0x65, 0x74, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
	0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c,
	0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x0d, 0x69, 0x73, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x44, 0x65,
	0x6c, 0x65, 0x74, 0x65, 0x1a, 0x78, 0x0a, 0x04, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x13, 0x0a, 0x02,
	0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x02, 0x69,
	0x64, 0x12, 0x17, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42,
	0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x24, 0x0a, 0x0b, 0x72, 0x6f,
	0x6f, 0x6d, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42,
	0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a, 0x72, 0x6f, 0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72,
	0x12, 0x1c, 0x0a, 0x07, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28,
	0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x22, 0xe2,
	0x03, 0x0a, 0x10, 0x50, 0x72, 0x65, 0x70, 0x61, 0x72, 0x65, 0x53, 0x74, 0x61, 0x72, 0x74, 0x54,
	0x61, 0x73, 0x6b, 0x12, 0x22, 0x0a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, 0x69,
	0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x09, 0x72, 0x65,
	0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x12, 0x29, 0x0a, 0x0e, 0x73, 0x6f, 0x75, 0x6e, 0x64,
	0x5f, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x75, 0x72, 0x69, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42,
	0x03, 0xe0, 0x41, 0x02, 0x52, 0x0c, 0x73, 0x6f, 0x75, 0x6e, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x55,
	0x72, 0x69, 0x12, 0x19, 0x0a, 0x05, 0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28,
	0x03, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x05, 0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x12, 0x31, 0x0a,
	0x12, 0x74, 0x61, 0x63, 0x74, 0x5f, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x64, 0x75, 0x72, 0x61, 0x74,
	0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x10,
	0x74, 0x61, 0x63, 0x74, 0x50, 0x6c, 0x61, 0x79, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e,
	0x12, 0x2f, 0x0a, 0x11, 0x74, 0x61, 0x63, 0x74, 0x5f, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x5f,
	0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02,
	0x52, 0x0f, 0x74, 0x61, 0x63, 0x74, 0x52, 0x65, 0x70, 0x65, 0x61, 0x74, 0x43, 0x6f, 0x75, 0x6e,
	0x74, 0x12, 0x2f, 0x0a, 0x11, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74,
	0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41,
	0x02, 0x52, 0x0f, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x65, 0x70, 0x65, 0x61, 0x74, 0x43, 0x6f, 0x75,
	0x6e, 0x74, 0x12, 0x56, 0x0a, 0x09, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18,
	0x07, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x34, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x76,
	0x31, 0x2e, 0x50, 0x72, 0x65, 0x70, 0x61, 0x72, 0x65, 0x53, 0x74, 0x61, 0x72, 0x74, 0x54, 0x61,
	0x73, 0x6b, 0x2e, 0x50, 0x6c, 0x61, 0x79, 0x54, 0x79, 0x70, 0x65, 0x42, 0x03, 0xe0, 0x41, 0x02,
	0x52, 0x08, 0x70, 0x6c, 0x61, 0x79, 0x54, 0x79, 0x70, 0x65, 0x22, 0x77, 0x0a, 0x08, 0x50, 0x6c,
	0x61, 0x79, 0x54, 0x79, 0x70, 0x65, 0x12, 0x15, 0x0a, 0x11, 0x50, 0x4c, 0x41, 0x59, 0x5f, 0x54,
	0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x10, 0x0a,
	0x0c, 0x48, 0x41, 0x4e, 0x44, 0x53, 0x45, 0x54, 0x5f, 0x4f, 0x4e, 0x4c, 0x59, 0x10, 0x01, 0x12,
	0x10, 0x0a, 0x0c, 0x53, 0x50, 0x45, 0x41, 0x4b, 0x45, 0x52, 0x5f, 0x4f, 0x4e, 0x4c, 0x59, 0x10,
	0x02, 0x12, 0x17, 0x0a, 0x13, 0x48, 0x41, 0x4e, 0x44, 0x53, 0x45, 0x54, 0x5f, 0x41, 0x4e, 0x44,
	0x5f, 0x53, 0x50, 0x45, 0x41, 0x4b, 0x45, 0x52, 0x10, 0x03, 0x12, 0x17, 0x0a, 0x13, 0x53, 0x50,
	0x45, 0x41, 0x4b, 0x45, 0x52, 0x5f, 0x41, 0x4e, 0x44, 0x5f, 0x48, 0x41, 0x4e, 0x44, 0x53, 0x45,
	0x54, 0x10, 0x04, 0x22, 0xd9, 0x02, 0x0a, 0x1d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x66,
	0x69, 0x64, 0x73, 0x46, 0x72, 0x6f, 0x6d, 0x41, 0x6c, 0x6c, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x73, 0x54, 0x61, 0x73, 0x6b, 0x12, 0x22, 0x0a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
	0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x09,
	0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x12, 0x58, 0x0a, 0x05, 0x72, 0x66, 0x69,
	0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3d, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f,
	0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x66, 0x69, 0x64, 0x73,
	0x46, 0x72, 0x6f, 0x6d, 0x41, 0x6c, 0x6c, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x54, 0x61,
	0x73, 0x6b, 0x2e, 0x52, 0x66, 0x69, 0x64, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x05, 0x72, 0x66,
	0x69, 0x64, 0x73, 0x12, 0x42, 0x0a, 0x0f, 0x69, 0x73, 0x5f, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x5f,
	0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67,
	0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42,
	0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x0d, 0x69, 0x73, 0x46, 0x6f, 0x72, 0x63,
	0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x1a, 0x76, 0x0a, 0x04, 0x52, 0x66, 0x69, 0x64, 0x12,
	0x13, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02,
	0x52, 0x02, 0x69, 0x64, 0x12, 0x15, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28,
	0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x24, 0x0a, 0x0b, 0x72,
	0x6f, 0x6f, 0x6d, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
	0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a, 0x72, 0x6f, 0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x62, 0x65,
	0x72, 0x12, 0x1c, 0x0a, 0x07, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01,
	0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x22,
	0x97, 0x02, 0x0a, 0x23, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x66, 0x69, 0x64, 0x73, 0x46,
	0x72, 0x6f, 0x6d, 0x41, 0x6c, 0x6c, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x73,
	0x75, 0x6c, 0x74, 0x54, 0x61, 0x73, 0x6b, 0x12, 0x22, 0x0a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65,
	0x73, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02,
	0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x07, 0x72,
	0x66, 0x69, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41,
	0x02, 0x52, 0x06, 0x72, 0x66, 0x69, 0x64, 0x49, 0x64, 0x12, 0x6f, 0x0a, 0x0b, 0x73, 0x74, 0x61,
	0x74, 0x75, 0x73, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x49,
	0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f,
	0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74,
	0x65, 0x52, 0x66, 0x69, 0x64, 0x73, 0x46, 0x72, 0x6f, 0x6d, 0x41, 0x6c, 0x6c, 0x44, 0x65, 0x76,
	0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x54, 0x61, 0x73, 0x6b, 0x2e, 0x53,
	0x74, 0x61, 0x74, 0x75, 0x73, 0x54, 0x79, 0x70, 0x65, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a,
	0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x54, 0x79, 0x70, 0x65, 0x22, 0x3d, 0x0a, 0x0a, 0x53, 0x74,
	0x61, 0x74, 0x75, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x17, 0x0a, 0x13, 0x53, 0x54, 0x41, 0x54,
	0x55, 0x53, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10,
	0x00, 0x12, 0x0b, 0x0a, 0x07, 0x53, 0x55, 0x43, 0x43, 0x45, 0x53, 0x53, 0x10, 0x01, 0x12, 0x09,
	0x0a, 0x05, 0x45, 0x52, 0x52, 0x4f, 0x52, 0x10, 0x02, 0x42, 0xcd, 0x01, 0x0a, 0x1c, 0x72, 0x75,
	0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f,
	0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x76, 0x31, 0x42, 0x1b, 0x4b, 0x65, 0x79, 0x61,
	0x70, 0x69, 0x73, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c,
	0x56, 0x31, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x48, 0x03, 0x50, 0x00, 0x5a, 0x1a, 0x2f, 0x6b, 0x65,
	0x79, 0x61, 0x70, 0x69, 0x73, 0x5f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x63, 0x6f, 0x6e,
	0x74, 0x72, 0x6f, 0x6c, 0x5f, 0x76, 0x31, 0xd8, 0x01, 0x01, 0xf8, 0x01, 0x01, 0xa2, 0x02, 0x16,
	0x4b, 0x45, 0x59, 0x41, 0x50, 0x49, 0x53, 0x41, 0x43, 0x43, 0x45, 0x53, 0x53, 0x43, 0x4f, 0x4e,
	0x54, 0x52, 0x4f, 0x4c, 0x56, 0x31, 0xaa, 0x02, 0x18, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x56,
	0x31, 0xca, 0x02, 0x18, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5c, 0x41, 0x63, 0x63, 0x65,
	0x73, 0x73, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x5c, 0x56, 0x31, 0xea, 0x02, 0x1a, 0x4b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x3a, 0x3a, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x43, 0x6f,
	0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f,
	0x33,
}

var (
	file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_rawDescOnce sync.Once
	file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_rawDescData = file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_rawDesc
)

func file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_rawDescGZIP() []byte {
	file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_rawDescOnce.Do(func() {
		file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_rawDescData = protoimpl.X.CompressGZIP(file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_rawDescData)
	})
	return file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_rawDescData
}

var file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_enumTypes = make([]protoimpl.EnumInfo, 2)
var file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_msgTypes = make([]protoimpl.MessageInfo, 17)
var file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_goTypes = []interface{}{
	(PrepareStartTask_PlayType)(0),                      // 0: keyapis.access_control.v1.PrepareStartTask.PlayType
	(DeleteRfidsFromAllDevicesResultTask_StatusType)(0), // 1: keyapis.access_control.v1.DeleteRfidsFromAllDevicesResultTask.StatusType
	(*ActivateCmsSettingsTask)(nil),                     // 2: keyapis.access_control.v1.ActivateCmsSettingsTask
	(*BlockCmsSettingsTask)(nil),                        // 3: keyapis.access_control.v1.BlockCmsSettingsTask
	(*ForceActivateCmsSettingsTask)(nil),                // 4: keyapis.access_control.v1.ForceActivateCmsSettingsTask
	(*ConfigureRoomsResultTask)(nil),                    // 5: keyapis.access_control.v1.ConfigureRoomsResultTask
	(*LoadRfidsToDevicesTask)(nil),                      // 6: keyapis.access_control.v1.LoadRfidsToDevicesTask
	(*LoadCodesToDevicesTask)(nil),                      // 7: keyapis.access_control.v1.LoadCodesToDevicesTask
	(*DeleteRfidsFromDevicesTask)(nil),                  // 8: keyapis.access_control.v1.DeleteRfidsFromDevicesTask
	(*DeleteCodesFromDevicesTask)(nil),                  // 9: keyapis.access_control.v1.DeleteCodesFromDevicesTask
	(*PrepareStartTask)(nil),                            // 10: keyapis.access_control.v1.PrepareStartTask
	(*DeleteRfidsFromAllDevicesTask)(nil),               // 11: keyapis.access_control.v1.DeleteRfidsFromAllDevicesTask
	(*DeleteRfidsFromAllDevicesResultTask)(nil),         // 12: keyapis.access_control.v1.DeleteRfidsFromAllDevicesResultTask
	(*ConfigureRoomsResultTask_Room)(nil),               // 13: keyapis.access_control.v1.ConfigureRoomsResultTask.Room
	(*LoadRfidsToDevicesTask_Rfid)(nil),                 // 14: keyapis.access_control.v1.LoadRfidsToDevicesTask.Rfid
	(*LoadCodesToDevicesTask_Code)(nil),                 // 15: keyapis.access_control.v1.LoadCodesToDevicesTask.Code
	(*DeleteRfidsFromDevicesTask_Rfid)(nil),             // 16: keyapis.access_control.v1.DeleteRfidsFromDevicesTask.Rfid
	(*DeleteCodesFromDevicesTask_Code)(nil),             // 17: keyapis.access_control.v1.DeleteCodesFromDevicesTask.Code
	(*DeleteRfidsFromAllDevicesTask_Rfid)(nil),          // 18: keyapis.access_control.v1.DeleteRfidsFromAllDevicesTask.Rfid
	(*wrapperspb.BoolValue)(nil),                        // 19: google.protobuf.BoolValue
}
var file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_depIdxs = []int32{
	13, // 0: keyapis.access_control.v1.ConfigureRoomsResultTask.rooms:type_name -> keyapis.access_control.v1.ConfigureRoomsResultTask.Room
	14, // 1: keyapis.access_control.v1.LoadRfidsToDevicesTask.rfids:type_name -> keyapis.access_control.v1.LoadRfidsToDevicesTask.Rfid
	15, // 2: keyapis.access_control.v1.LoadCodesToDevicesTask.codes:type_name -> keyapis.access_control.v1.LoadCodesToDevicesTask.Code
	16, // 3: keyapis.access_control.v1.DeleteRfidsFromDevicesTask.rfids:type_name -> keyapis.access_control.v1.DeleteRfidsFromDevicesTask.Rfid
	19, // 4: keyapis.access_control.v1.DeleteRfidsFromDevicesTask.is_force_delete:type_name -> google.protobuf.BoolValue
	17, // 5: keyapis.access_control.v1.DeleteCodesFromDevicesTask.codes:type_name -> keyapis.access_control.v1.DeleteCodesFromDevicesTask.Code
	19, // 6: keyapis.access_control.v1.DeleteCodesFromDevicesTask.is_force_delete:type_name -> google.protobuf.BoolValue
	0,  // 7: keyapis.access_control.v1.PrepareStartTask.play_type:type_name -> keyapis.access_control.v1.PrepareStartTask.PlayType
	18, // 8: keyapis.access_control.v1.DeleteRfidsFromAllDevicesTask.rfids:type_name -> keyapis.access_control.v1.DeleteRfidsFromAllDevicesTask.Rfid
	19, // 9: keyapis.access_control.v1.DeleteRfidsFromAllDevicesTask.is_force_delete:type_name -> google.protobuf.BoolValue
	1,  // 10: keyapis.access_control.v1.DeleteRfidsFromAllDevicesResultTask.status_type:type_name -> keyapis.access_control.v1.DeleteRfidsFromAllDevicesResultTask.StatusType
	11, // [11:11] is the sub-list for method output_type
	11, // [11:11] is the sub-list for method input_type
	11, // [11:11] is the sub-list for extension type_name
	11, // [11:11] is the sub-list for extension extendee
	0,  // [0:11] is the sub-list for field type_name
}

func init() { file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_init() }
func file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_init() {
	if File_keyapis_access_control_v1_keyapis_access_control_events_1_proto != nil {
		return
	}
	if !protoimpl.UnsafeEnabled {
		file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*ActivateCmsSettingsTask); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*BlockCmsSettingsTask); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*ForceActivateCmsSettingsTask); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*ConfigureRoomsResultTask); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*LoadRfidsToDevicesTask); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*LoadCodesToDevicesTask); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteRfidsFromDevicesTask); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteCodesFromDevicesTask); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PrepareStartTask); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteRfidsFromAllDevicesTask); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteRfidsFromAllDevicesResultTask); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*ConfigureRoomsResultTask_Room); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*LoadRfidsToDevicesTask_Rfid); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*LoadCodesToDevicesTask_Code); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteRfidsFromDevicesTask_Rfid); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteCodesFromDevicesTask_Code); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteRfidsFromAllDevicesTask_Rfid); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
	}
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_rawDesc,
			NumEnums:      2,
			NumMessages:   17,
			NumExtensions: 0,
			NumServices:   0,
		},
		GoTypes:           file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_goTypes,
		DependencyIndexes: file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_depIdxs,
		EnumInfos:         file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_enumTypes,
		MessageInfos:      file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_msgTypes,
	}.Build()
	File_keyapis_access_control_v1_keyapis_access_control_events_1_proto = out.File
	file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_rawDesc = nil
	file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_goTypes = nil
	file_keyapis_access_control_v1_keyapis_access_control_events_1_proto_depIdxs = nil
}
