//
//Сервис подъездов

// 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_entrance_v1.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"
	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 EntranceFilter_CompanyRelationType int32

const (
	// Значение не указано
	EntranceFilter_COMPANY_RELATION_TYPE_UNKNOWN EntranceFilter_CompanyRelationType = 0
	// Значение по умолчанию
	EntranceFilter_DEFAULT EntranceFilter_CompanyRelationType = 1
	// Управляющая компания владеет квартирограммой
	EntranceFilter_MANAGEMENT EntranceFilter_CompanyRelationType = 2
	// Домофонная компания обслуживает квартирограмму
	EntranceFilter_DEVICE_SERVICE EntranceFilter_CompanyRelationType = 3
)

// Enum value maps for EntranceFilter_CompanyRelationType.
var (
	EntranceFilter_CompanyRelationType_name = map[int32]string{
		0: "COMPANY_RELATION_TYPE_UNKNOWN",
		1: "DEFAULT",
		2: "MANAGEMENT",
		3: "DEVICE_SERVICE",
	}
	EntranceFilter_CompanyRelationType_value = map[string]int32{
		"COMPANY_RELATION_TYPE_UNKNOWN": 0,
		"DEFAULT":                       1,
		"MANAGEMENT":                    2,
		"DEVICE_SERVICE":                3,
	}
)

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

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

func (EntranceFilter_CompanyRelationType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_enumTypes[0].Descriptor()
}

func (EntranceFilter_CompanyRelationType) Type() protoreflect.EnumType {
	return &file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_enumTypes[0]
}

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

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

// Справочник типов значений сортировки.
// # Тип: byte
type EntrancePaging_OrderByType int32

const (
	// Значение не указано
	EntrancePaging_ORDER_BY_TYPE_UNKNOWN EntrancePaging_OrderByType = 0
	// По ОРПОНу и номеру подъезда
	EntrancePaging_ORPON_THEN_ENTRANCE_NUMBER EntrancePaging_OrderByType = 1
)

// Enum value maps for EntrancePaging_OrderByType.
var (
	EntrancePaging_OrderByType_name = map[int32]string{
		0: "ORDER_BY_TYPE_UNKNOWN",
		1: "ORPON_THEN_ENTRANCE_NUMBER",
	}
	EntrancePaging_OrderByType_value = map[string]int32{
		"ORDER_BY_TYPE_UNKNOWN":      0,
		"ORPON_THEN_ENTRANCE_NUMBER": 1,
	}
)

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

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

func (EntrancePaging_OrderByType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_enumTypes[1].Descriptor()
}

func (EntrancePaging_OrderByType) Type() protoreflect.EnumType {
	return &file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_enumTypes[1]
}

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

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

// Справочник типов направлений сортировки.
// # Тип: byte
type EntrancePaging_DirectionType int32

const (
	// Значение не указано
	EntrancePaging_DIRECTION_TYPE_UNKNOWN EntrancePaging_DirectionType = 0
	// От большего к меньшему
	EntrancePaging_DESC EntrancePaging_DirectionType = 1
	// От меньшего к большему
	EntrancePaging_ASC EntrancePaging_DirectionType = 2
)

// Enum value maps for EntrancePaging_DirectionType.
var (
	EntrancePaging_DirectionType_name = map[int32]string{
		0: "DIRECTION_TYPE_UNKNOWN",
		1: "DESC",
		2: "ASC",
	}
	EntrancePaging_DirectionType_value = map[string]int32{
		"DIRECTION_TYPE_UNKNOWN": 0,
		"DESC":                   1,
		"ASC":                    2,
	}
)

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

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

func (EntrancePaging_DirectionType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_enumTypes[2].Descriptor()
}

func (EntrancePaging_DirectionType) Type() protoreflect.EnumType {
	return &file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_enumTypes[2]
}

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

// Deprecated: Use EntrancePaging_DirectionType.Descriptor instead.
func (EntrancePaging_DirectionType) EnumDescriptor() ([]byte, []int) {
	return file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_rawDescGZIP(), []int{2, 1}
}

// Тип связки
type EntranceDevice_RelationType int32

const (
	// Значение не указано
	EntranceDevice_RELATION_TYPE_UNKNOWN EntranceDevice_RelationType = 0
	// Полная связь
	EntranceDevice_FULL EntranceDevice_RelationType = 1
	// Частичная связь
	EntranceDevice_PARTIAL EntranceDevice_RelationType = 2
)

// Enum value maps for EntranceDevice_RelationType.
var (
	EntranceDevice_RelationType_name = map[int32]string{
		0: "RELATION_TYPE_UNKNOWN",
		1: "FULL",
		2: "PARTIAL",
	}
	EntranceDevice_RelationType_value = map[string]int32{
		"RELATION_TYPE_UNKNOWN": 0,
		"FULL":                  1,
		"PARTIAL":               2,
	}
)

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

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

func (EntranceDevice_RelationType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_enumTypes[3].Descriptor()
}

func (EntranceDevice_RelationType) Type() protoreflect.EnumType {
	return &file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_enumTypes[3]
}

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

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

// Справочник типов значений сортировки.
// # Тип: byte
type EntranceDevicePaging_OrderByType int32

const (
	// Значение не указано
	EntranceDevicePaging_ORDER_BY_TYPE_UNKNOWN EntranceDevicePaging_OrderByType = 0
	// По ОРПОНу и номеру подъезда
	EntranceDevicePaging_ORPON_THEN_ENTRANCE_NUMBER EntranceDevicePaging_OrderByType = 1
	// По идентификатору устройства
	EntranceDevicePaging_DEVICE_ID EntranceDevicePaging_OrderByType = 2
)

// Enum value maps for EntranceDevicePaging_OrderByType.
var (
	EntranceDevicePaging_OrderByType_name = map[int32]string{
		0: "ORDER_BY_TYPE_UNKNOWN",
		1: "ORPON_THEN_ENTRANCE_NUMBER",
		2: "DEVICE_ID",
	}
	EntranceDevicePaging_OrderByType_value = map[string]int32{
		"ORDER_BY_TYPE_UNKNOWN":      0,
		"ORPON_THEN_ENTRANCE_NUMBER": 1,
		"DEVICE_ID":                  2,
	}
)

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

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

func (EntranceDevicePaging_OrderByType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_enumTypes[4].Descriptor()
}

func (EntranceDevicePaging_OrderByType) Type() protoreflect.EnumType {
	return &file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_enumTypes[4]
}

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

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

// Справочник типов направлений сортировки.
// # Тип: byte
type EntranceDevicePaging_DirectionType int32

const (
	// Значение не указано
	EntranceDevicePaging_DIRECTION_TYPE_UNKNOWN EntranceDevicePaging_DirectionType = 0
	// От большего к меньшему
	EntranceDevicePaging_DESC EntranceDevicePaging_DirectionType = 1
	// От меньшего к большему
	EntranceDevicePaging_ASC EntranceDevicePaging_DirectionType = 2
)

// Enum value maps for EntranceDevicePaging_DirectionType.
var (
	EntranceDevicePaging_DirectionType_name = map[int32]string{
		0: "DIRECTION_TYPE_UNKNOWN",
		1: "DESC",
		2: "ASC",
	}
	EntranceDevicePaging_DirectionType_value = map[string]int32{
		"DIRECTION_TYPE_UNKNOWN": 0,
		"DESC":                   1,
		"ASC":                    2,
	}
)

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

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

func (EntranceDevicePaging_DirectionType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_enumTypes[5].Descriptor()
}

func (EntranceDevicePaging_DirectionType) Type() protoreflect.EnumType {
	return &file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_enumTypes[5]
}

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

// Deprecated: Use EntranceDevicePaging_DirectionType.Descriptor instead.
func (EntranceDevicePaging_DirectionType) EnumDescriptor() ([]byte, []int) {
	return file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_rawDescGZIP(), []int{15, 1}
}

// Подъезд
type Entrance struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// ОРПОН дома
	Orpon int64 `protobuf:"varint,1,opt,name=orpon,proto3" json:"orpon,omitempty"`
	// Номер подъезда.
	// # Диапазон: 1..100
	EntranceNumber int32 `protobuf:"varint,2,opt,name=entrance_number,json=entranceNumber,proto3" json:"entrance_number,omitempty"`
	// Номер начального помещения.
	// # Диапазон: 1..9999
	StartRoomNumber int32 `protobuf:"varint,3,opt,name=start_room_number,json=startRoomNumber,proto3" json:"start_room_number,omitempty"`
	// Количество помещений на этаже.
	// # Диапазон: 1..1000
	RoomsCountPerFloor int32 `protobuf:"varint,4,opt,name=rooms_count_per_floor,json=roomsCountPerFloor,proto3" json:"rooms_count_per_floor,omitempty"`
	// Количество этажей.
	// # Диапазон: 1..100
	FloorsCount int32 `protobuf:"varint,5,opt,name=floors_count,json=floorsCount,proto3" json:"floors_count,omitempty"`
}

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

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

func (*Entrance) ProtoMessage() {}

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

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

func (x *Entrance) GetEntranceNumber() int32 {
	if x != nil {
		return x.EntranceNumber
	}
	return 0
}

func (x *Entrance) GetStartRoomNumber() int32 {
	if x != nil {
		return x.StartRoomNumber
	}
	return 0
}

func (x *Entrance) GetRoomsCountPerFloor() int32 {
	if x != nil {
		return x.RoomsCountPerFloor
	}
	return 0
}

func (x *Entrance) GetFloorsCount() int32 {
	if x != nil {
		return x.FloorsCount
	}
	return 0
}

// Фильтр подъездов
type EntranceFilter struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// По идентификаторам квартирограмм
	FlatgrammIds []int32 `protobuf:"varint,1,rep,packed,name=flatgramm_ids,json=flatgrammIds,proto3" json:"flatgramm_ids,omitempty"`
	// По ОРПОН
	Orpons []int64 `protobuf:"varint,2,rep,packed,name=orpons,proto3" json:"orpons,omitempty"`
	// По идентификаторам компаний
	CompanyIds []int32 `protobuf:"varint,3,rep,packed,name=company_ids,json=companyIds,proto3" json:"company_ids,omitempty"`
	// Тип связи компании с подъездами
	CompanyRelationType EntranceFilter_CompanyRelationType `protobuf:"varint,4,opt,name=company_relation_type,json=companyRelationType,proto3,enum=keyapis.access_control.v1.EntranceFilter_CompanyRelationType" json:"company_relation_type,omitempty"`
}

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

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

func (*EntranceFilter) ProtoMessage() {}

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

func (x *EntranceFilter) GetFlatgrammIds() []int32 {
	if x != nil {
		return x.FlatgrammIds
	}
	return nil
}

func (x *EntranceFilter) GetOrpons() []int64 {
	if x != nil {
		return x.Orpons
	}
	return nil
}

func (x *EntranceFilter) GetCompanyIds() []int32 {
	if x != nil {
		return x.CompanyIds
	}
	return nil
}

func (x *EntranceFilter) GetCompanyRelationType() EntranceFilter_CompanyRelationType {
	if x != nil {
		return x.CompanyRelationType
	}
	return EntranceFilter_COMPANY_RELATION_TYPE_UNKNOWN
}

// Постраничный вывод
type EntrancePaging struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Тип значения сортировки.
	// Если значение не передано, то будет взято значение по умолчанию.
	// # По умолчанию: ORPON_THEN_ENTRANCE_NUMBER
	OrderByType EntrancePaging_OrderByType `protobuf:"varint,1,opt,name=order_by_type,json=orderByType,proto3,enum=keyapis.access_control.v1.EntrancePaging_OrderByType" json:"order_by_type,omitempty"`
	// Тип направления сортировки.
	// # По умолчанию: DESC
	DirectionType EntrancePaging_DirectionType `protobuf:"varint,2,opt,name=direction_type,json=directionType,proto3,enum=keyapis.access_control.v1.EntrancePaging_DirectionType" json:"direction_type,omitempty"`
	// Количество записей на страницу.
	// Если значение 0 (не передано), то будет взято значение по умолчанию.
	// # Диапазон: 0..100.
	// # По умолчанию: 20
	Limit int32 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	// Сдвиг.
	// # Диапазон: 0..2147483647
	Offset int32 `protobuf:"varint,4,opt,name=offset,proto3" json:"offset,omitempty"`
}

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

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

func (*EntrancePaging) ProtoMessage() {}

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

func (x *EntrancePaging) GetOrderByType() EntrancePaging_OrderByType {
	if x != nil {
		return x.OrderByType
	}
	return EntrancePaging_ORDER_BY_TYPE_UNKNOWN
}

func (x *EntrancePaging) GetDirectionType() EntrancePaging_DirectionType {
	if x != nil {
		return x.DirectionType
	}
	return EntrancePaging_DIRECTION_TYPE_UNKNOWN
}

func (x *EntrancePaging) GetLimit() int32 {
	if x != nil {
		return x.Limit
	}
	return 0
}

func (x *EntrancePaging) GetOffset() int32 {
	if x != nil {
		return x.Offset
	}
	return 0
}

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

	// Фильтр по подъездам
	Filter *EntranceFilter `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	// Вариант разбиения на страницы
	//
	// Types that are assignable to Pagination:
	//
	//	*GetEntranceListRequest_Paging
	Pagination isGetEntranceListRequest_Pagination `protobuf_oneof:"pagination"`
}

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

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

func (*GetEntranceListRequest) ProtoMessage() {}

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

func (x *GetEntranceListRequest) GetFilter() *EntranceFilter {
	if x != nil {
		return x.Filter
	}
	return nil
}

func (m *GetEntranceListRequest) GetPagination() isGetEntranceListRequest_Pagination {
	if m != nil {
		return m.Pagination
	}
	return nil
}

func (x *GetEntranceListRequest) GetPaging() *EntrancePaging {
	if x, ok := x.GetPagination().(*GetEntranceListRequest_Paging); ok {
		return x.Paging
	}
	return nil
}

type isGetEntranceListRequest_Pagination interface {
	isGetEntranceListRequest_Pagination()
}

type GetEntranceListRequest_Paging struct {
	// Стандартный постраничный вывод
	Paging *EntrancePaging `protobuf:"bytes,2,opt,name=paging,proto3,oneof"`
}

func (*GetEntranceListRequest_Paging) isGetEntranceListRequest_Pagination() {}

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

	// Тип результата
	//
	// Types that are assignable to Type:
	//
	//	*GetEntranceListResponse_Data
	//	*GetEntranceListResponse_Error_
	Type isGetEntranceListResponse_Type `protobuf_oneof:"type"`
}

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

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

func (*GetEntranceListResponse) ProtoMessage() {}

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

func (m *GetEntranceListResponse) GetType() isGetEntranceListResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetEntranceListResponse) GetData() *Entrance {
	if x, ok := x.GetType().(*GetEntranceListResponse_Data); ok {
		return x.Data
	}
	return nil
}

func (x *GetEntranceListResponse) GetError() *GetEntranceListResponse_Error {
	if x, ok := x.GetType().(*GetEntranceListResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isGetEntranceListResponse_Type interface {
	isGetEntranceListResponse_Type()
}

type GetEntranceListResponse_Data struct {
	// Подъезд
	Data *Entrance `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

type GetEntranceListResponse_Error_ struct {
	// Ошибка
	Error *GetEntranceListResponse_Error `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

func (*GetEntranceListResponse_Data) isGetEntranceListResponse_Type() {}

func (*GetEntranceListResponse_Error_) isGetEntranceListResponse_Type() {}

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

	// Связь подъезда и устройства
	EntranceDevice *EntranceDevice `protobuf:"bytes,1,opt,name=entrance_device,json=entranceDevice,proto3" json:"entrance_device,omitempty"`
}

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

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

func (*PutEntranceDeviceAttachRequest) ProtoMessage() {}

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

func (x *PutEntranceDeviceAttachRequest) GetEntranceDevice() *EntranceDevice {
	if x != nil {
		return x.EntranceDevice
	}
	return nil
}

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

	// Тип результата
	//
	// Types that are assignable to Type:
	//
	//	*PutEntranceDeviceAttachResponse_Error_
	Type isPutEntranceDeviceAttachResponse_Type `protobuf_oneof:"type"`
}

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

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

func (*PutEntranceDeviceAttachResponse) ProtoMessage() {}

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

func (m *PutEntranceDeviceAttachResponse) GetType() isPutEntranceDeviceAttachResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *PutEntranceDeviceAttachResponse) GetError() *PutEntranceDeviceAttachResponse_Error {
	if x, ok := x.GetType().(*PutEntranceDeviceAttachResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isPutEntranceDeviceAttachResponse_Type interface {
	isPutEntranceDeviceAttachResponse_Type()
}

type PutEntranceDeviceAttachResponse_Error_ struct {
	// Ошибка
	Error *PutEntranceDeviceAttachResponse_Error `protobuf:"bytes,1,opt,name=error,proto3,oneof"`
}

func (*PutEntranceDeviceAttachResponse_Error_) isPutEntranceDeviceAttachResponse_Type() {}

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

	// Связь подъезда и устройства
	EntranceDevice *EntranceDevice `protobuf:"bytes,1,opt,name=entrance_device,json=entranceDevice,proto3" json:"entrance_device,omitempty"`
}

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

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

func (*PutEntranceDeviceDetachRequest) ProtoMessage() {}

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

func (x *PutEntranceDeviceDetachRequest) GetEntranceDevice() *EntranceDevice {
	if x != nil {
		return x.EntranceDevice
	}
	return nil
}

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

	// Тип результата
	//
	// Types that are assignable to Type:
	//
	//	*PutEntranceDeviceDetachResponse_Error_
	Type isPutEntranceDeviceDetachResponse_Type `protobuf_oneof:"type"`
}

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

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

func (*PutEntranceDeviceDetachResponse) ProtoMessage() {}

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

func (m *PutEntranceDeviceDetachResponse) GetType() isPutEntranceDeviceDetachResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *PutEntranceDeviceDetachResponse) GetError() *PutEntranceDeviceDetachResponse_Error {
	if x, ok := x.GetType().(*PutEntranceDeviceDetachResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isPutEntranceDeviceDetachResponse_Type interface {
	isPutEntranceDeviceDetachResponse_Type()
}

type PutEntranceDeviceDetachResponse_Error_ struct {
	// Ошибка
	Error *PutEntranceDeviceDetachResponse_Error `protobuf:"bytes,1,opt,name=error,proto3,oneof"`
}

func (*PutEntranceDeviceDetachResponse_Error_) isPutEntranceDeviceDetachResponse_Type() {}

// Запрос сохранения подъезда
type PostEntranceRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Подъезд
	Data *Entrance `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
}

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

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

func (*PostEntranceRequest) ProtoMessage() {}

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

func (x *PostEntranceRequest) GetData() *Entrance {
	if x != nil {
		return x.Data
	}
	return nil
}

// Ответ на запрос сохранения подъезда
type PostEntranceResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Тип результата
	//
	// Types that are assignable to Type:
	//
	//	*PostEntranceResponse_Data
	//	*PostEntranceResponse_Error_
	Type isPostEntranceResponse_Type `protobuf_oneof:"type"`
}

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

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

func (*PostEntranceResponse) ProtoMessage() {}

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

func (m *PostEntranceResponse) GetType() isPostEntranceResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *PostEntranceResponse) GetData() *Entrance {
	if x, ok := x.GetType().(*PostEntranceResponse_Data); ok {
		return x.Data
	}
	return nil
}

func (x *PostEntranceResponse) GetError() *PostEntranceResponse_Error {
	if x, ok := x.GetType().(*PostEntranceResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isPostEntranceResponse_Type interface {
	isPostEntranceResponse_Type()
}

type PostEntranceResponse_Data struct {
	// Подъезд
	Data *Entrance `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

type PostEntranceResponse_Error_ struct {
	// Ошибка при удалении
	Error *PostEntranceResponse_Error `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

func (*PostEntranceResponse_Data) isPostEntranceResponse_Type() {}

func (*PostEntranceResponse_Error_) isPostEntranceResponse_Type() {}

// Запрос на удаление подъезда
type DeleteEntranceRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// ОРПОН дома
	Orpon int64 `protobuf:"varint,1,opt,name=orpon,proto3" json:"orpon,omitempty"`
	// Номер подъезда.
	// # Диапазон: 1..100
	EntranceNumber int32 `protobuf:"varint,2,opt,name=entrance_number,json=entranceNumber,proto3" json:"entrance_number,omitempty"`
}

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

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

func (*DeleteEntranceRequest) ProtoMessage() {}

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

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

func (x *DeleteEntranceRequest) GetEntranceNumber() int32 {
	if x != nil {
		return x.EntranceNumber
	}
	return 0
}

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

	// Тип результата
	//
	// Types that are assignable to Type:
	//
	//	*DeleteEntranceResponse_Error_
	Type isDeleteEntranceResponse_Type `protobuf_oneof:"type"`
}

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

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

func (*DeleteEntranceResponse) ProtoMessage() {}

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

func (m *DeleteEntranceResponse) GetType() isDeleteEntranceResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *DeleteEntranceResponse) GetError() *DeleteEntranceResponse_Error {
	if x, ok := x.GetType().(*DeleteEntranceResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isDeleteEntranceResponse_Type interface {
	isDeleteEntranceResponse_Type()
}

type DeleteEntranceResponse_Error_ struct {
	// Ошибка при удалении
	Error *DeleteEntranceResponse_Error `protobuf:"bytes,1,opt,name=error,proto3,oneof"`
}

func (*DeleteEntranceResponse_Error_) isDeleteEntranceResponse_Type() {}

// Связка подъезда и устройства.
// Реализуется через связь всех помещений в подъезде и устройства
type EntranceDevice struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// ОРПОН дома
	Orpon int64 `protobuf:"varint,1,opt,name=orpon,proto3" json:"orpon,omitempty"`
	// Номер подъезда.
	// # Диапазон: 1..100
	EntranceNumber int32 `protobuf:"varint,2,opt,name=entrance_number,json=entranceNumber,proto3" json:"entrance_number,omitempty"`
	// Идентификатор устройства.
	// # Диапазон: 1..2147483647
	DeviceId int32 `protobuf:"varint,3,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	// Тип связки.
	// Игнорируется в методах создания и удаления связи
	RelationType EntranceDevice_RelationType `protobuf:"varint,4,opt,name=relation_type,json=relationType,proto3,enum=keyapis.access_control.v1.EntranceDevice_RelationType" json:"relation_type,omitempty"`
}

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

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

func (*EntranceDevice) ProtoMessage() {}

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

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

func (x *EntranceDevice) GetEntranceNumber() int32 {
	if x != nil {
		return x.EntranceNumber
	}
	return 0
}

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

func (x *EntranceDevice) GetRelationType() EntranceDevice_RelationType {
	if x != nil {
		return x.RelationType
	}
	return EntranceDevice_RELATION_TYPE_UNKNOWN
}

// Фильтр связок подъезд-устройство
type EntranceDeviceFilter struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// По идентификаторам квартирограмм
	FlatgrammIds []int32 `protobuf:"varint,1,rep,packed,name=flatgramm_ids,json=flatgrammIds,proto3" json:"flatgramm_ids,omitempty"`
	// По ОРПОН
	Orpons []int64 `protobuf:"varint,2,rep,packed,name=orpons,proto3" json:"orpons,omitempty"`
	// По номерам подъезда
	EntranceNumbers []int32 `protobuf:"varint,3,rep,packed,name=entrance_numbers,json=entranceNumbers,proto3" json:"entrance_numbers,omitempty"`
	// По идентификаторам привязанных устройств
	DeviceIds []int32 `protobuf:"varint,4,rep,packed,name=device_ids,json=deviceIds,proto3" json:"device_ids,omitempty"`
}

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

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

func (*EntranceDeviceFilter) ProtoMessage() {}

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

func (x *EntranceDeviceFilter) GetFlatgrammIds() []int32 {
	if x != nil {
		return x.FlatgrammIds
	}
	return nil
}

func (x *EntranceDeviceFilter) GetOrpons() []int64 {
	if x != nil {
		return x.Orpons
	}
	return nil
}

func (x *EntranceDeviceFilter) GetEntranceNumbers() []int32 {
	if x != nil {
		return x.EntranceNumbers
	}
	return nil
}

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

// Постраничный вывод
type EntranceDevicePaging struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Тип значения сортировки.
	// Если значение не передано, то будет взято значение по умолчанию.
	// # По умолчанию: ORPON_THEN_ENTRANCE_NUMBER
	OrderByType EntranceDevicePaging_OrderByType `protobuf:"varint,1,opt,name=order_by_type,json=orderByType,proto3,enum=keyapis.access_control.v1.EntranceDevicePaging_OrderByType" json:"order_by_type,omitempty"`
	// Тип направления сортировки.
	// # По умолчанию: DESC
	DirectionType EntranceDevicePaging_DirectionType `protobuf:"varint,2,opt,name=direction_type,json=directionType,proto3,enum=keyapis.access_control.v1.EntranceDevicePaging_DirectionType" json:"direction_type,omitempty"`
	// Количество записей на страницу.
	// Если значение 0 (не передано), то будет взято значение по умолчанию.
	// # Диапазон: 0..100.
	// # По умолчанию: 20
	Limit int32 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	// Сдвиг.
	// # Диапазон: 0..2147483647
	Offset int32 `protobuf:"varint,4,opt,name=offset,proto3" json:"offset,omitempty"`
}

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

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

func (*EntranceDevicePaging) ProtoMessage() {}

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

func (x *EntranceDevicePaging) GetOrderByType() EntranceDevicePaging_OrderByType {
	if x != nil {
		return x.OrderByType
	}
	return EntranceDevicePaging_ORDER_BY_TYPE_UNKNOWN
}

func (x *EntranceDevicePaging) GetDirectionType() EntranceDevicePaging_DirectionType {
	if x != nil {
		return x.DirectionType
	}
	return EntranceDevicePaging_DIRECTION_TYPE_UNKNOWN
}

func (x *EntranceDevicePaging) GetLimit() int32 {
	if x != nil {
		return x.Limit
	}
	return 0
}

func (x *EntranceDevicePaging) GetOffset() int32 {
	if x != nil {
		return x.Offset
	}
	return 0
}

// Запрос на получение связок подъезд-устройство
type GetEntranceDeviceListRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Фильтр по связкам подъезд-устройство
	Filter *EntranceDeviceFilter `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	// Вариант разбиения на страницы
	//
	// Types that are assignable to Pagination:
	//
	//	*GetEntranceDeviceListRequest_Paging
	Pagination isGetEntranceDeviceListRequest_Pagination `protobuf_oneof:"pagination"`
}

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

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

func (*GetEntranceDeviceListRequest) ProtoMessage() {}

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

func (x *GetEntranceDeviceListRequest) GetFilter() *EntranceDeviceFilter {
	if x != nil {
		return x.Filter
	}
	return nil
}

func (m *GetEntranceDeviceListRequest) GetPagination() isGetEntranceDeviceListRequest_Pagination {
	if m != nil {
		return m.Pagination
	}
	return nil
}

func (x *GetEntranceDeviceListRequest) GetPaging() *EntranceDevicePaging {
	if x, ok := x.GetPagination().(*GetEntranceDeviceListRequest_Paging); ok {
		return x.Paging
	}
	return nil
}

type isGetEntranceDeviceListRequest_Pagination interface {
	isGetEntranceDeviceListRequest_Pagination()
}

type GetEntranceDeviceListRequest_Paging struct {
	// Стандартный постраничный вывод
	Paging *EntranceDevicePaging `protobuf:"bytes,2,opt,name=paging,proto3,oneof"`
}

func (*GetEntranceDeviceListRequest_Paging) isGetEntranceDeviceListRequest_Pagination() {}

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

	// Тип результата
	//
	// Types that are assignable to Type:
	//
	//	*GetEntranceDeviceListResponse_Data
	//	*GetEntranceDeviceListResponse_Error_
	Type isGetEntranceDeviceListResponse_Type `protobuf_oneof:"type"`
}

func (x *GetEntranceDeviceListResponse) Reset() {
	*x = GetEntranceDeviceListResponse{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_msgTypes[17]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GetEntranceDeviceListResponse) ProtoMessage() {}

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

func (m *GetEntranceDeviceListResponse) GetType() isGetEntranceDeviceListResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetEntranceDeviceListResponse) GetData() *EntranceDevice {
	if x, ok := x.GetType().(*GetEntranceDeviceListResponse_Data); ok {
		return x.Data
	}
	return nil
}

func (x *GetEntranceDeviceListResponse) GetError() *GetEntranceDeviceListResponse_Error {
	if x, ok := x.GetType().(*GetEntranceDeviceListResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isGetEntranceDeviceListResponse_Type interface {
	isGetEntranceDeviceListResponse_Type()
}

type GetEntranceDeviceListResponse_Data struct {
	// Связка подъезд-устройство
	Data *EntranceDevice `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

type GetEntranceDeviceListResponse_Error_ struct {
	// Ошибка
	Error *GetEntranceDeviceListResponse_Error `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

func (*GetEntranceDeviceListResponse_Data) isGetEntranceDeviceListResponse_Type() {}

func (*GetEntranceDeviceListResponse_Error_) isGetEntranceDeviceListResponse_Type() {}

// Ошибка запроса на получение списка подъездов
type GetEntranceListResponse_Error struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Причина ошибки
	//
	// Types that are assignable to Reason:
	//
	//	*GetEntranceListResponse_Error_Validation
	Reason isGetEntranceListResponse_Error_Reason `protobuf_oneof:"reason"`
}

func (x *GetEntranceListResponse_Error) Reset() {
	*x = GetEntranceListResponse_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_msgTypes[18]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GetEntranceListResponse_Error) ProtoMessage() {}

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

func (m *GetEntranceListResponse_Error) GetReason() isGetEntranceListResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

func (x *GetEntranceListResponse_Error) GetValidation() *ValidationError {
	if x, ok := x.GetReason().(*GetEntranceListResponse_Error_Validation); ok {
		return x.Validation
	}
	return nil
}

type isGetEntranceListResponse_Error_Reason interface {
	isGetEntranceListResponse_Error_Reason()
}

type GetEntranceListResponse_Error_Validation struct {
	// Ошибка валидации
	Validation *ValidationError `protobuf:"bytes,1,opt,name=validation,proto3,oneof"`
}

func (*GetEntranceListResponse_Error_Validation) isGetEntranceListResponse_Error_Reason() {}

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

	// Причина ошибки
	//
	// Types that are assignable to Reason:
	//
	//	*PutEntranceDeviceAttachResponse_Error_Validation
	Reason isPutEntranceDeviceAttachResponse_Error_Reason `protobuf_oneof:"reason"`
}

func (x *PutEntranceDeviceAttachResponse_Error) Reset() {
	*x = PutEntranceDeviceAttachResponse_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_msgTypes[19]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*PutEntranceDeviceAttachResponse_Error) ProtoMessage() {}

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

func (m *PutEntranceDeviceAttachResponse_Error) GetReason() isPutEntranceDeviceAttachResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

func (x *PutEntranceDeviceAttachResponse_Error) GetValidation() *ValidationError {
	if x, ok := x.GetReason().(*PutEntranceDeviceAttachResponse_Error_Validation); ok {
		return x.Validation
	}
	return nil
}

type isPutEntranceDeviceAttachResponse_Error_Reason interface {
	isPutEntranceDeviceAttachResponse_Error_Reason()
}

type PutEntranceDeviceAttachResponse_Error_Validation struct {
	// Ошибка валидации
	Validation *ValidationError `protobuf:"bytes,1,opt,name=validation,proto3,oneof"`
}

func (*PutEntranceDeviceAttachResponse_Error_Validation) isPutEntranceDeviceAttachResponse_Error_Reason() {
}

// Ошибка запроса на удаления связи подъезда и устройства
type PutEntranceDeviceDetachResponse_Error struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Причина ошибки
	//
	// Types that are assignable to Reason:
	//
	//	*PutEntranceDeviceDetachResponse_Error_Validation
	Reason isPutEntranceDeviceDetachResponse_Error_Reason `protobuf_oneof:"reason"`
}

func (x *PutEntranceDeviceDetachResponse_Error) Reset() {
	*x = PutEntranceDeviceDetachResponse_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_msgTypes[20]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*PutEntranceDeviceDetachResponse_Error) ProtoMessage() {}

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

func (m *PutEntranceDeviceDetachResponse_Error) GetReason() isPutEntranceDeviceDetachResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

func (x *PutEntranceDeviceDetachResponse_Error) GetValidation() *ValidationError {
	if x, ok := x.GetReason().(*PutEntranceDeviceDetachResponse_Error_Validation); ok {
		return x.Validation
	}
	return nil
}

type isPutEntranceDeviceDetachResponse_Error_Reason interface {
	isPutEntranceDeviceDetachResponse_Error_Reason()
}

type PutEntranceDeviceDetachResponse_Error_Validation struct {
	// Ошибка валидации
	Validation *ValidationError `protobuf:"bytes,1,opt,name=validation,proto3,oneof"`
}

func (*PutEntranceDeviceDetachResponse_Error_Validation) isPutEntranceDeviceDetachResponse_Error_Reason() {
}

// Ошибка сохранения подъезда
type PostEntranceResponse_Error struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Причина ошибки
	//
	// Types that are assignable to Reason:
	//
	//	*PostEntranceResponse_Error_Validation
	Reason isPostEntranceResponse_Error_Reason `protobuf_oneof:"reason"`
}

func (x *PostEntranceResponse_Error) Reset() {
	*x = PostEntranceResponse_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_msgTypes[21]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*PostEntranceResponse_Error) ProtoMessage() {}

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

func (m *PostEntranceResponse_Error) GetReason() isPostEntranceResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

func (x *PostEntranceResponse_Error) GetValidation() *ValidationError {
	if x, ok := x.GetReason().(*PostEntranceResponse_Error_Validation); ok {
		return x.Validation
	}
	return nil
}

type isPostEntranceResponse_Error_Reason interface {
	isPostEntranceResponse_Error_Reason()
}

type PostEntranceResponse_Error_Validation struct {
	// Ошибка валидации
	Validation *ValidationError `protobuf:"bytes,1,opt,name=validation,proto3,oneof"`
}

func (*PostEntranceResponse_Error_Validation) isPostEntranceResponse_Error_Reason() {}

// Ошибка удаления подъезда
type DeleteEntranceResponse_Error struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Причина ошибки
	//
	// Types that are assignable to Reason:
	//
	//	*DeleteEntranceResponse_Error_Validation
	//	*DeleteEntranceResponse_Error_LinkedDevicesExists_
	Reason isDeleteEntranceResponse_Error_Reason `protobuf_oneof:"reason"`
}

func (x *DeleteEntranceResponse_Error) Reset() {
	*x = DeleteEntranceResponse_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_msgTypes[22]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*DeleteEntranceResponse_Error) ProtoMessage() {}

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

func (m *DeleteEntranceResponse_Error) GetReason() isDeleteEntranceResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

func (x *DeleteEntranceResponse_Error) GetValidation() *ValidationError {
	if x, ok := x.GetReason().(*DeleteEntranceResponse_Error_Validation); ok {
		return x.Validation
	}
	return nil
}

func (x *DeleteEntranceResponse_Error) GetLinkedDevicesExists() *DeleteEntranceResponse_Error_LinkedDevicesExists {
	if x, ok := x.GetReason().(*DeleteEntranceResponse_Error_LinkedDevicesExists_); ok {
		return x.LinkedDevicesExists
	}
	return nil
}

type isDeleteEntranceResponse_Error_Reason interface {
	isDeleteEntranceResponse_Error_Reason()
}

type DeleteEntranceResponse_Error_Validation struct {
	// Ошибка валидации
	Validation *ValidationError `protobuf:"bytes,1,opt,name=validation,proto3,oneof"`
}

type DeleteEntranceResponse_Error_LinkedDevicesExists_ struct {
	// Существуют связанные устройства
	LinkedDevicesExists *DeleteEntranceResponse_Error_LinkedDevicesExists `protobuf:"bytes,2,opt,name=linked_devices_exists,json=linkedDevicesExists,proto3,oneof"`
}

func (*DeleteEntranceResponse_Error_Validation) isDeleteEntranceResponse_Error_Reason() {}

func (*DeleteEntranceResponse_Error_LinkedDevicesExists_) isDeleteEntranceResponse_Error_Reason() {}

// Существуют устройства, связанные с квартирами данного подъезда.
// Следует отвязать устройства перед удалением подъезда
type DeleteEntranceResponse_Error_LinkedDevicesExists struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

func (x *DeleteEntranceResponse_Error_LinkedDevicesExists) Reset() {
	*x = DeleteEntranceResponse_Error_LinkedDevicesExists{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_msgTypes[23]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*DeleteEntranceResponse_Error_LinkedDevicesExists) ProtoMessage() {}

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

// Ошибка запроса на получение списка связок подъезд-устройство
type GetEntranceDeviceListResponse_Error struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Причина ошибки
	//
	// Types that are assignable to Reason:
	//
	//	*GetEntranceDeviceListResponse_Error_Validation
	Reason isGetEntranceDeviceListResponse_Error_Reason `protobuf_oneof:"reason"`
}

func (x *GetEntranceDeviceListResponse_Error) Reset() {
	*x = GetEntranceDeviceListResponse_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_msgTypes[24]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GetEntranceDeviceListResponse_Error) ProtoMessage() {}

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

func (m *GetEntranceDeviceListResponse_Error) GetReason() isGetEntranceDeviceListResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

func (x *GetEntranceDeviceListResponse_Error) GetValidation() *ValidationError {
	if x, ok := x.GetReason().(*GetEntranceDeviceListResponse_Error_Validation); ok {
		return x.Validation
	}
	return nil
}

type isGetEntranceDeviceListResponse_Error_Reason interface {
	isGetEntranceDeviceListResponse_Error_Reason()
}

type GetEntranceDeviceListResponse_Error_Validation struct {
	// Ошибка валидации
	Validation *ValidationError `protobuf:"bytes,1,opt,name=validation,proto3,oneof"`
}

func (*GetEntranceDeviceListResponse_Error_Validation) isGetEntranceDeviceListResponse_Error_Reason() {
}

var File_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto protoreflect.FileDescriptor

var file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_rawDesc = []byte{
	0x0a, 0x42, 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, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x5f, 0x76, 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,
	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, 0x48,
	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, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x5f,
	0x76, 0x31, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xe4, 0x01, 0x0a, 0x08, 0x45, 0x6e, 0x74,
	0x72, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x19, 0x0a, 0x05, 0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x18, 0x01,
	0x20, 0x01, 0x28, 0x03, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x05, 0x6f, 0x72, 0x70, 0x6f, 0x6e,
	0x12, 0x2c, 0x0a, 0x0f, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x5f, 0x6e, 0x75, 0x6d,
	0x62, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0e,
	0x65, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x2f,
	0x0a, 0x11, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, 0x6e, 0x75, 0x6d,
	0x62, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0f,
	0x73, 0x74, 0x61, 0x72, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12,
	0x36, 0x0a, 0x15, 0x72, 0x6f, 0x6f, 0x6d, 0x73, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x70,
	0x65, 0x72, 0x5f, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03,
	0xe0, 0x41, 0x02, 0x52, 0x12, 0x72, 0x6f, 0x6f, 0x6d, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x50,
	0x65, 0x72, 0x46, 0x6c, 0x6f, 0x6f, 0x72, 0x12, 0x26, 0x0a, 0x0c, 0x66, 0x6c, 0x6f, 0x6f, 0x72,
	0x73, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0,
	0x41, 0x02, 0x52, 0x0b, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22,
	0xcc, 0x02, 0x0a, 0x0e, 0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x46, 0x69, 0x6c, 0x74,
	0x65, 0x72, 0x12, 0x23, 0x0a, 0x0d, 0x66, 0x6c, 0x61, 0x74, 0x67, 0x72, 0x61, 0x6d, 0x6d, 0x5f,
	0x69, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x05, 0x52, 0x0c, 0x66, 0x6c, 0x61, 0x74, 0x67,
	0x72, 0x61, 0x6d, 0x6d, 0x49, 0x64, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x72, 0x70, 0x6f, 0x6e,
	0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x03, 0x52, 0x06, 0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x73, 0x12,
	0x1f, 0x0a, 0x0b, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x03,
	0x20, 0x03, 0x28, 0x05, 0x52, 0x0a, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x49, 0x64, 0x73,
	0x12, 0x71, 0x0a, 0x15, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x5f, 0x72, 0x65, 0x6c, 0x61,
	0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 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, 0x45, 0x6e, 0x74, 0x72,
	0x61, 0x6e, 0x63, 0x65, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x61,
	0x6e, 0x79, 0x52, 0x65, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x52, 0x13,
	0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x52, 0x65, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54,
	0x79, 0x70, 0x65, 0x22, 0x69, 0x0a, 0x13, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x52, 0x65,
	0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x21, 0x0a, 0x1d, 0x43, 0x4f,
	0x4d, 0x50, 0x41, 0x4e, 0x59, 0x5f, 0x52, 0x45, 0x4c, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x54,
	0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x0b, 0x0a,
	0x07, 0x44, 0x45, 0x46, 0x41, 0x55, 0x4c, 0x54, 0x10, 0x01, 0x12, 0x0e, 0x0a, 0x0a, 0x4d, 0x41,
	0x4e, 0x41, 0x47, 0x45, 0x4d, 0x45, 0x4e, 0x54, 0x10, 0x02, 0x12, 0x12, 0x0a, 0x0e, 0x44, 0x45,
	0x56, 0x49, 0x43, 0x45, 0x5f, 0x53, 0x45, 0x52, 0x56, 0x49, 0x43, 0x45, 0x10, 0x03, 0x22, 0x83,
	0x03, 0x0a, 0x0e, 0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x50, 0x61, 0x67, 0x69, 0x6e,
	0x67, 0x12, 0x59, 0x0a, 0x0d, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x62, 0x79, 0x5f, 0x74, 0x79,
	0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x35, 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, 0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x50, 0x61, 0x67,
	0x69, 0x6e, 0x67, 0x2e, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x42, 0x79, 0x54, 0x79, 0x70, 0x65, 0x52,
	0x0b, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x42, 0x79, 0x54, 0x79, 0x70, 0x65, 0x12, 0x5e, 0x0a, 0x0e,
	0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02,
	0x20, 0x01, 0x28, 0x0e, 0x32, 0x37, 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, 0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x2e,
	0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x52, 0x0d, 0x64,
	0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05,
	0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d,
	0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x18, 0x04, 0x20, 0x01,
	0x28, 0x05, 0x52, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x22, 0x48, 0x0a, 0x0b, 0x4f, 0x72,
	0x64, 0x65, 0x72, 0x42, 0x79, 0x54, 0x79, 0x70, 0x65, 0x12, 0x19, 0x0a, 0x15, 0x4f, 0x52, 0x44,
	0x45, 0x52, 0x5f, 0x42, 0x59, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f,
	0x57, 0x4e, 0x10, 0x00, 0x12, 0x1e, 0x0a, 0x1a, 0x4f, 0x52, 0x50, 0x4f, 0x4e, 0x5f, 0x54, 0x48,
	0x45, 0x4e, 0x5f, 0x45, 0x4e, 0x54, 0x52, 0x41, 0x4e, 0x43, 0x45, 0x5f, 0x4e, 0x55, 0x4d, 0x42,
	0x45, 0x52, 0x10, 0x01, 0x22, 0x3e, 0x0a, 0x0d, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f,
	0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x16, 0x44, 0x49, 0x52, 0x45, 0x43, 0x54, 0x49,
	0x4f, 0x4e, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10,
	0x00, 0x12, 0x08, 0x0a, 0x04, 0x44, 0x45, 0x53, 0x43, 0x10, 0x01, 0x12, 0x07, 0x0a, 0x03, 0x41,
	0x53, 0x43, 0x10, 0x02, 0x22, 0xae, 0x01, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x45, 0x6e, 0x74, 0x72,
	0x61, 0x6e, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
	0x41, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
	0x29, 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, 0x45, 0x6e, 0x74, 0x72,
	0x61, 0x6e, 0x63, 0x65, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74,
	0x65, 0x72, 0x12, 0x43, 0x0a, 0x06, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x18, 0x02, 0x20, 0x01,
	0x28, 0x0b, 0x32, 0x29, 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, 0x45,
	0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x48, 0x00, 0x52,
	0x06, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x42, 0x0c, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e,
	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x8f, 0x02, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x45, 0x6e, 0x74,
	0x72, 0x61, 0x6e, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
	0x65, 0x12, 0x39, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
	0x23, 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, 0x45, 0x6e, 0x74, 0x72,
	0x61, 0x6e, 0x63, 0x65, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x50, 0x0a, 0x05,
	0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 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, 0x47, 0x65, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x61,
	0x6e, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e,
	0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x1a, 0x5f,
	0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x4c, 0x0a, 0x0a, 0x76, 0x61, 0x6c, 0x69, 0x64,
	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 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, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69,
	0x6f, 0x6e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x69, 0x64,
	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x08, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x42,
	0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x79, 0x0a, 0x1e, 0x50, 0x75, 0x74, 0x45, 0x6e,
	0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x41, 0x74, 0x74, 0x61,
	0x63, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x57, 0x0a, 0x0f, 0x65, 0x6e, 0x74,
	0x72, 0x61, 0x6e, 0x63, 0x65, 0x5f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01,
	0x28, 0x0b, 0x32, 0x29, 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, 0x45,
	0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x42, 0x03, 0xe0,
	0x41, 0x02, 0x52, 0x0e, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x44, 0x65, 0x76, 0x69,
	0x63, 0x65, 0x22, 0xe4, 0x01, 0x0a, 0x1f, 0x50, 0x75, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e,
	0x63, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x52, 0x65,
	0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x58, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18,
	0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x40, 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, 0x75, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x44, 0x65, 0x76,
	0x69, 0x63, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
	0x65, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72,
	0x1a, 0x5f, 0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x4c, 0x0a, 0x0a, 0x76, 0x61, 0x6c,
	0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 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, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61,
	0x74, 0x69, 0x6f, 0x6e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c,
	0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x08, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f,
	0x6e, 0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x79, 0x0a, 0x1e, 0x50, 0x75, 0x74,
	0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x44, 0x65,
	0x74, 0x61, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x57, 0x0a, 0x0f, 0x65,
	0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x5f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x18, 0x01,
	0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 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, 0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x42,
	0x03, 0xe0, 0x41, 0x02, 0x52, 0x0e, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x44, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x22, 0xe4, 0x01, 0x0a, 0x1f, 0x50, 0x75, 0x74, 0x45, 0x6e, 0x74, 0x72,
	0x61, 0x6e, 0x63, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x44, 0x65, 0x74, 0x61, 0x63, 0x68,
	0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x58, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f,
	0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x40, 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, 0x75, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x44,
	0x65, 0x76, 0x69, 0x63, 0x65, 0x44, 0x65, 0x74, 0x61, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f,
	0x6e, 0x73, 0x65, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x05, 0x65, 0x72, 0x72,
	0x6f, 0x72, 0x1a, 0x5f, 0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x4c, 0x0a, 0x0a, 0x76,
	0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
	0x2a, 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, 0x56, 0x61, 0x6c, 0x69,
	0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x0a, 0x76,
	0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x08, 0x0a, 0x06, 0x72, 0x65, 0x61,
	0x73, 0x6f, 0x6e, 0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x53, 0x0a, 0x13, 0x50,
	0x6f, 0x73, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65,
	0x73, 0x74, 0x12, 0x3c, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
	0x32, 0x23, 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, 0x45, 0x6e, 0x74,
	0x72, 0x61, 0x6e, 0x63, 0x65, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61,
	0x22, 0x89, 0x02, 0x0a, 0x14, 0x50, 0x6f, 0x73, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63,
	0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x39, 0x0a, 0x04, 0x64, 0x61, 0x74,
	0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 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, 0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x48, 0x00, 0x52, 0x04,
	0x64, 0x61, 0x74, 0x61, 0x12, 0x4d, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x02, 0x20,
	0x01, 0x28, 0x0b, 0x32, 0x35, 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, 0x6f, 0x73, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70,
	0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x05, 0x65, 0x72,
	0x72, 0x6f, 0x72, 0x1a, 0x5f, 0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x4c, 0x0a, 0x0a,
	0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
	0x32, 0x2a, 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, 0x56, 0x61, 0x6c,
	0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x0a,
	0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x08, 0x0a, 0x06, 0x72, 0x65,
	0x61, 0x73, 0x6f, 0x6e, 0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x60, 0x0a, 0x15,
	0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65,
	0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x05, 0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x18, 0x01,
	0x20, 0x01, 0x28, 0x03, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x05, 0x6f, 0x72, 0x70, 0x6f, 0x6e,
	0x12, 0x2c, 0x0a, 0x0f, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x5f, 0x6e, 0x75, 0x6d,
	0x62, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0e,
	0x65, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x22, 0xee,
	0x02, 0x0a, 0x16, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63,
	0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4f, 0x0a, 0x05, 0x65, 0x72, 0x72,
	0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 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, 0x45, 0x6e, 0x74, 0x72, 0x61,
	0x6e, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x72, 0x72, 0x6f,
	0x72, 0x48, 0x00, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x1a, 0xfa, 0x01, 0x0a, 0x05, 0x45,
	0x72, 0x72, 0x6f, 0x72, 0x12, 0x4c, 0x0a, 0x0a, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69,
	0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 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, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45,
	0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69,
	0x6f, 0x6e, 0x12, 0x81, 0x01, 0x0a, 0x15, 0x6c, 0x69, 0x6e, 0x6b, 0x65, 0x64, 0x5f, 0x64, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x73, 0x5f, 0x65, 0x78, 0x69, 0x73, 0x74, 0x73, 0x18, 0x02, 0x20, 0x01,
	0x28, 0x0b, 0x32, 0x4b, 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, 0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x73,
	0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x2e, 0x4c, 0x69, 0x6e, 0x6b,
	0x65, 0x64, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x45, 0x78, 0x69, 0x73, 0x74, 0x73, 0x48,
	0x00, 0x52, 0x13, 0x6c, 0x69, 0x6e, 0x6b, 0x65, 0x64, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73,
	0x45, 0x78, 0x69, 0x73, 0x74, 0x73, 0x1a, 0x15, 0x0a, 0x13, 0x4c, 0x69, 0x6e, 0x6b, 0x65, 0x64,
	0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x45, 0x78, 0x69, 0x73, 0x74, 0x73, 0x42, 0x08, 0x0a,
	0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22,
	0x9f, 0x02, 0x0a, 0x0e, 0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x44, 0x65, 0x76, 0x69,
	0x63, 0x65, 0x12, 0x19, 0x0a, 0x05, 0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28,
	0x03, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x05, 0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x12, 0x2c, 0x0a,
	0x0f, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72,
	0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0e, 0x65, 0x6e, 0x74,
	0x72, 0x61, 0x6e, 0x63, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 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, 0x60, 0x0a,
	0x0d, 0x72, 0x65, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04,
	0x20, 0x01, 0x28, 0x0e, 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, 0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e,
	0x52, 0x65, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x42, 0x03, 0xe0, 0x41,
	0x03, 0x52, 0x0c, 0x72, 0x65, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x22,
	0x40, 0x0a, 0x0c, 0x52, 0x65, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12,
	0x19, 0x0a, 0x15, 0x52, 0x45, 0x4c, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x59, 0x50, 0x45,
	0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x08, 0x0a, 0x04, 0x46, 0x55,
	0x4c, 0x4c, 0x10, 0x01, 0x12, 0x0b, 0x0a, 0x07, 0x50, 0x41, 0x52, 0x54, 0x49, 0x41, 0x4c, 0x10,
	0x02, 0x22, 0x9d, 0x01, 0x0a, 0x14, 0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x44, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x23, 0x0a, 0x0d, 0x66, 0x6c,
	0x61, 0x74, 0x67, 0x72, 0x61, 0x6d, 0x6d, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28,
	0x05, 0x52, 0x0c, 0x66, 0x6c, 0x61, 0x74, 0x67, 0x72, 0x61, 0x6d, 0x6d, 0x49, 0x64, 0x73, 0x12,
	0x16, 0x0a, 0x06, 0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x03, 0x52,
	0x06, 0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x73, 0x12, 0x29, 0x0a, 0x10, 0x65, 0x6e, 0x74, 0x72, 0x61,
	0x6e, 0x63, 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28,
	0x05, 0x52, 0x0f, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65,
	0x72, 0x73, 0x12, 0x1d, 0x0a, 0x0a, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x73,
	0x18, 0x04, 0x20, 0x03, 0x28, 0x05, 0x52, 0x09, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64,
	0x73, 0x22, 0xa4, 0x03, 0x0a, 0x14, 0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x44, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x12, 0x5f, 0x0a, 0x0d, 0x6f, 0x72,
	0x64, 0x65, 0x72, 0x5f, 0x62, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
	0x0e, 0x32, 0x3b, 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, 0x45, 0x6e,
	0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x50, 0x61, 0x67, 0x69,
	0x6e, 0x67, 0x2e, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x42, 0x79, 0x54, 0x79, 0x70, 0x65, 0x52, 0x0b,
	0x6f, 0x72, 0x64, 0x65, 0x72, 0x42, 0x79, 0x54, 0x79, 0x70, 0x65, 0x12, 0x64, 0x0a, 0x0e, 0x64,
	0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20,
	0x01, 0x28, 0x0e, 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,
	0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x50, 0x61,
	0x67, 0x69, 0x6e, 0x67, 0x2e, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79,
	0x70, 0x65, 0x52, 0x0d, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70,
	0x65, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05,
	0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65,
	0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x22,
	0x57, 0x0a, 0x0b, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x42, 0x79, 0x54, 0x79, 0x70, 0x65, 0x12, 0x19,
	0x0a, 0x15, 0x4f, 0x52, 0x44, 0x45, 0x52, 0x5f, 0x42, 0x59, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f,
	0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x1e, 0x0a, 0x1a, 0x4f, 0x52, 0x50,
	0x4f, 0x4e, 0x5f, 0x54, 0x48, 0x45, 0x4e, 0x5f, 0x45, 0x4e, 0x54, 0x52, 0x41, 0x4e, 0x43, 0x45,
	0x5f, 0x4e, 0x55, 0x4d, 0x42, 0x45, 0x52, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x44, 0x45, 0x56,
	0x49, 0x43, 0x45, 0x5f, 0x49, 0x44, 0x10, 0x02, 0x22, 0x3e, 0x0a, 0x0d, 0x44, 0x69, 0x72, 0x65,
	0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x16, 0x44, 0x49, 0x52,
	0x45, 0x43, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x4b, 0x4e,
	0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x08, 0x0a, 0x04, 0x44, 0x45, 0x53, 0x43, 0x10, 0x01, 0x12,
	0x07, 0x0a, 0x03, 0x41, 0x53, 0x43, 0x10, 0x02, 0x22, 0xc0, 0x01, 0x0a, 0x1c, 0x47, 0x65, 0x74,
	0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x69,
	0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x47, 0x0a, 0x06, 0x66, 0x69, 0x6c,
	0x74, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 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, 0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x44, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74,
	0x65, 0x72, 0x12, 0x49, 0x0a, 0x06, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x18, 0x02, 0x20, 0x01,
	0x28, 0x0b, 0x32, 0x2f, 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, 0x45,
	0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x50, 0x61, 0x67,
	0x69, 0x6e, 0x67, 0x48, 0x00, 0x52, 0x06, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x42, 0x0c, 0x0a,
	0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xa1, 0x02, 0x0a, 0x1d,
	0x47, 0x65, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63,
	0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3f, 0x0a,
	0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 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, 0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65,
	0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x56,
	0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3e, 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, 0x47, 0x65, 0x74, 0x45, 0x6e, 0x74,
	0x72, 0x61, 0x6e, 0x63, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52,
	0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52,
	0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x1a, 0x5f, 0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12,
	0x4c, 0x0a, 0x0a, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20,
	0x01, 0x28, 0x0b, 0x32, 0x2a, 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,
	0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48,
	0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x08, 0x0a,
	0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x32,
	0x9f, 0x0a, 0x0a, 0x0f, 0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x53, 0x65, 0x72, 0x76,
	0x69, 0x63, 0x65, 0x12, 0x9b, 0x01, 0x0a, 0x0c, 0x50, 0x6f, 0x73, 0x74, 0x45, 0x6e, 0x74, 0x72,
	0x61, 0x6e, 0x63, 0x65, 0x12, 0x2e, 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, 0x6f, 0x73, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x71,
	0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 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, 0x6f, 0x73, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x73,
	0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2a, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x24, 0x3a, 0x01, 0x2a,
	0x22, 0x1f, 0x2f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f,
	0x6c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63,
	0x65, 0x12, 0xb8, 0x01, 0x0a, 0x0e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x45, 0x6e, 0x74, 0x72,
	0x61, 0x6e, 0x63, 0x65, 0x12, 0x30, 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, 0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x52,
	0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 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, 0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63,
	0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x41, 0x82, 0xd3, 0xe4, 0x93, 0x02,
	0x3b, 0x2a, 0x39, 0x2f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72,
	0x6f, 0x6c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6e,
	0x63, 0x65, 0x2f, 0x7b, 0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x7d, 0x2f, 0x7b, 0x65, 0x6e, 0x74, 0x72,
	0x61, 0x6e, 0x63, 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x7d, 0x12, 0xa8, 0x01, 0x0a,
	0x0f, 0x47, 0x65, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74,
	0x12, 0x31, 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, 0x47, 0x65, 0x74,
	0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75,
	0x65, 0x73, 0x74, 0x1a, 0x32, 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,
	0x47, 0x65, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52,
	0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x26, 0x12,
	0x24, 0x2f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c,
	0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65,
	0x2f, 0x6c, 0x69, 0x73, 0x74, 0x30, 0x01, 0x12, 0xa0, 0x02, 0x0a, 0x17, 0x50, 0x75, 0x74, 0x45,
	0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x41, 0x74, 0x74,
	0x61, 0x63, 0x68, 0x12, 0x39, 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, 0x75, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63,
	0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 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, 0x50, 0x75, 0x74, 0x45, 0x6e,
	0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x41, 0x74, 0x74, 0x61,
	0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x8d, 0x01, 0x82, 0xd3, 0xe4,
	0x93, 0x02, 0x86, 0x01, 0x1a, 0x83, 0x01, 0x2f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x63,
	0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x65, 0x6e,
	0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x7b, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65,
	0x5f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x7d, 0x2f, 0x7b,
	0x65, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x5f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e,
	0x65, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x7d,
	0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x7b, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63,
	0x65, 0x5f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f,
	0x69, 0x64, 0x7d, 0x2f, 0x61, 0x74, 0x74, 0x61, 0x63, 0x68, 0x12, 0xa0, 0x02, 0x0a, 0x17, 0x50,
	0x75, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x44, 0x65, 0x74, 0x61, 0x63, 0x68, 0x12, 0x39, 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, 0x75, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x44, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x44, 0x65, 0x74, 0x61, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
	0x74, 0x1a, 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, 0x50, 0x75,
	0x74, 0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x44,
	0x65, 0x74, 0x61, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x8d, 0x01,
	0x82, 0xd3, 0xe4, 0x93, 0x02, 0x86, 0x01, 0x1a, 0x83, 0x01, 0x2f, 0x61, 0x63, 0x63, 0x65, 0x73,
	0x73, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31,
	0x2f, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x7b, 0x65, 0x6e, 0x74, 0x72, 0x61,
	0x6e, 0x63, 0x65, 0x5f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x6f, 0x72, 0x70, 0x6f, 0x6e,
	0x7d, 0x2f, 0x7b, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x5f, 0x64, 0x65, 0x76, 0x69,
	0x63, 0x65, 0x2e, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62,
	0x65, 0x72, 0x7d, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x7b, 0x65, 0x6e, 0x74, 0x72,
	0x61, 0x6e, 0x63, 0x65, 0x5f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x64, 0x65, 0x76, 0x69,
	0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x64, 0x65, 0x74, 0x61, 0x63, 0x68, 0x12, 0xc1, 0x01,
	0x0a, 0x15, 0x47, 0x65, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x44, 0x65, 0x76,
	0x69, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x37, 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, 0x47, 0x65, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x44,
	0x65, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
	0x1a, 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, 0x47, 0x65, 0x74,
	0x45, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x69,
	0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x33, 0x82, 0xd3, 0xe4, 0x93,
	0x02, 0x2d, 0x12, 0x2b, 0x2f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x63, 0x6f, 0x6e, 0x74,
	0x72, 0x6f, 0x6c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x65, 0x6e, 0x74, 0x72, 0x61,
	0x6e, 0x63, 0x65, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x30,
	0x01, 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_entrance_v1_proto_rawDescOnce sync.Once
	file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_rawDescData = file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_rawDesc
)

func file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_rawDescGZIP() []byte {
	file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_rawDescOnce.Do(func() {
		file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_rawDescData = protoimpl.X.CompressGZIP(file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_rawDescData)
	})
	return file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_rawDescData
}

var file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_enumTypes = make([]protoimpl.EnumInfo, 6)
var file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 25)
var file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_goTypes = []interface{}{
	(EntranceFilter_CompanyRelationType)(0),                  // 0: keyapis.access_control.v1.EntranceFilter.CompanyRelationType
	(EntrancePaging_OrderByType)(0),                          // 1: keyapis.access_control.v1.EntrancePaging.OrderByType
	(EntrancePaging_DirectionType)(0),                        // 2: keyapis.access_control.v1.EntrancePaging.DirectionType
	(EntranceDevice_RelationType)(0),                         // 3: keyapis.access_control.v1.EntranceDevice.RelationType
	(EntranceDevicePaging_OrderByType)(0),                    // 4: keyapis.access_control.v1.EntranceDevicePaging.OrderByType
	(EntranceDevicePaging_DirectionType)(0),                  // 5: keyapis.access_control.v1.EntranceDevicePaging.DirectionType
	(*Entrance)(nil),                                         // 6: keyapis.access_control.v1.Entrance
	(*EntranceFilter)(nil),                                   // 7: keyapis.access_control.v1.EntranceFilter
	(*EntrancePaging)(nil),                                   // 8: keyapis.access_control.v1.EntrancePaging
	(*GetEntranceListRequest)(nil),                           // 9: keyapis.access_control.v1.GetEntranceListRequest
	(*GetEntranceListResponse)(nil),                          // 10: keyapis.access_control.v1.GetEntranceListResponse
	(*PutEntranceDeviceAttachRequest)(nil),                   // 11: keyapis.access_control.v1.PutEntranceDeviceAttachRequest
	(*PutEntranceDeviceAttachResponse)(nil),                  // 12: keyapis.access_control.v1.PutEntranceDeviceAttachResponse
	(*PutEntranceDeviceDetachRequest)(nil),                   // 13: keyapis.access_control.v1.PutEntranceDeviceDetachRequest
	(*PutEntranceDeviceDetachResponse)(nil),                  // 14: keyapis.access_control.v1.PutEntranceDeviceDetachResponse
	(*PostEntranceRequest)(nil),                              // 15: keyapis.access_control.v1.PostEntranceRequest
	(*PostEntranceResponse)(nil),                             // 16: keyapis.access_control.v1.PostEntranceResponse
	(*DeleteEntranceRequest)(nil),                            // 17: keyapis.access_control.v1.DeleteEntranceRequest
	(*DeleteEntranceResponse)(nil),                           // 18: keyapis.access_control.v1.DeleteEntranceResponse
	(*EntranceDevice)(nil),                                   // 19: keyapis.access_control.v1.EntranceDevice
	(*EntranceDeviceFilter)(nil),                             // 20: keyapis.access_control.v1.EntranceDeviceFilter
	(*EntranceDevicePaging)(nil),                             // 21: keyapis.access_control.v1.EntranceDevicePaging
	(*GetEntranceDeviceListRequest)(nil),                     // 22: keyapis.access_control.v1.GetEntranceDeviceListRequest
	(*GetEntranceDeviceListResponse)(nil),                    // 23: keyapis.access_control.v1.GetEntranceDeviceListResponse
	(*GetEntranceListResponse_Error)(nil),                    // 24: keyapis.access_control.v1.GetEntranceListResponse.Error
	(*PutEntranceDeviceAttachResponse_Error)(nil),            // 25: keyapis.access_control.v1.PutEntranceDeviceAttachResponse.Error
	(*PutEntranceDeviceDetachResponse_Error)(nil),            // 26: keyapis.access_control.v1.PutEntranceDeviceDetachResponse.Error
	(*PostEntranceResponse_Error)(nil),                       // 27: keyapis.access_control.v1.PostEntranceResponse.Error
	(*DeleteEntranceResponse_Error)(nil),                     // 28: keyapis.access_control.v1.DeleteEntranceResponse.Error
	(*DeleteEntranceResponse_Error_LinkedDevicesExists)(nil), // 29: keyapis.access_control.v1.DeleteEntranceResponse.Error.LinkedDevicesExists
	(*GetEntranceDeviceListResponse_Error)(nil),              // 30: keyapis.access_control.v1.GetEntranceDeviceListResponse.Error
	(*ValidationError)(nil),                                  // 31: keyapis.access_control.v1.ValidationError
}
var file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_depIdxs = []int32{
	0,  // 0: keyapis.access_control.v1.EntranceFilter.company_relation_type:type_name -> keyapis.access_control.v1.EntranceFilter.CompanyRelationType
	1,  // 1: keyapis.access_control.v1.EntrancePaging.order_by_type:type_name -> keyapis.access_control.v1.EntrancePaging.OrderByType
	2,  // 2: keyapis.access_control.v1.EntrancePaging.direction_type:type_name -> keyapis.access_control.v1.EntrancePaging.DirectionType
	7,  // 3: keyapis.access_control.v1.GetEntranceListRequest.filter:type_name -> keyapis.access_control.v1.EntranceFilter
	8,  // 4: keyapis.access_control.v1.GetEntranceListRequest.paging:type_name -> keyapis.access_control.v1.EntrancePaging
	6,  // 5: keyapis.access_control.v1.GetEntranceListResponse.data:type_name -> keyapis.access_control.v1.Entrance
	24, // 6: keyapis.access_control.v1.GetEntranceListResponse.error:type_name -> keyapis.access_control.v1.GetEntranceListResponse.Error
	19, // 7: keyapis.access_control.v1.PutEntranceDeviceAttachRequest.entrance_device:type_name -> keyapis.access_control.v1.EntranceDevice
	25, // 8: keyapis.access_control.v1.PutEntranceDeviceAttachResponse.error:type_name -> keyapis.access_control.v1.PutEntranceDeviceAttachResponse.Error
	19, // 9: keyapis.access_control.v1.PutEntranceDeviceDetachRequest.entrance_device:type_name -> keyapis.access_control.v1.EntranceDevice
	26, // 10: keyapis.access_control.v1.PutEntranceDeviceDetachResponse.error:type_name -> keyapis.access_control.v1.PutEntranceDeviceDetachResponse.Error
	6,  // 11: keyapis.access_control.v1.PostEntranceRequest.data:type_name -> keyapis.access_control.v1.Entrance
	6,  // 12: keyapis.access_control.v1.PostEntranceResponse.data:type_name -> keyapis.access_control.v1.Entrance
	27, // 13: keyapis.access_control.v1.PostEntranceResponse.error:type_name -> keyapis.access_control.v1.PostEntranceResponse.Error
	28, // 14: keyapis.access_control.v1.DeleteEntranceResponse.error:type_name -> keyapis.access_control.v1.DeleteEntranceResponse.Error
	3,  // 15: keyapis.access_control.v1.EntranceDevice.relation_type:type_name -> keyapis.access_control.v1.EntranceDevice.RelationType
	4,  // 16: keyapis.access_control.v1.EntranceDevicePaging.order_by_type:type_name -> keyapis.access_control.v1.EntranceDevicePaging.OrderByType
	5,  // 17: keyapis.access_control.v1.EntranceDevicePaging.direction_type:type_name -> keyapis.access_control.v1.EntranceDevicePaging.DirectionType
	20, // 18: keyapis.access_control.v1.GetEntranceDeviceListRequest.filter:type_name -> keyapis.access_control.v1.EntranceDeviceFilter
	21, // 19: keyapis.access_control.v1.GetEntranceDeviceListRequest.paging:type_name -> keyapis.access_control.v1.EntranceDevicePaging
	19, // 20: keyapis.access_control.v1.GetEntranceDeviceListResponse.data:type_name -> keyapis.access_control.v1.EntranceDevice
	30, // 21: keyapis.access_control.v1.GetEntranceDeviceListResponse.error:type_name -> keyapis.access_control.v1.GetEntranceDeviceListResponse.Error
	31, // 22: keyapis.access_control.v1.GetEntranceListResponse.Error.validation:type_name -> keyapis.access_control.v1.ValidationError
	31, // 23: keyapis.access_control.v1.PutEntranceDeviceAttachResponse.Error.validation:type_name -> keyapis.access_control.v1.ValidationError
	31, // 24: keyapis.access_control.v1.PutEntranceDeviceDetachResponse.Error.validation:type_name -> keyapis.access_control.v1.ValidationError
	31, // 25: keyapis.access_control.v1.PostEntranceResponse.Error.validation:type_name -> keyapis.access_control.v1.ValidationError
	31, // 26: keyapis.access_control.v1.DeleteEntranceResponse.Error.validation:type_name -> keyapis.access_control.v1.ValidationError
	29, // 27: keyapis.access_control.v1.DeleteEntranceResponse.Error.linked_devices_exists:type_name -> keyapis.access_control.v1.DeleteEntranceResponse.Error.LinkedDevicesExists
	31, // 28: keyapis.access_control.v1.GetEntranceDeviceListResponse.Error.validation:type_name -> keyapis.access_control.v1.ValidationError
	15, // 29: keyapis.access_control.v1.EntranceService.PostEntrance:input_type -> keyapis.access_control.v1.PostEntranceRequest
	17, // 30: keyapis.access_control.v1.EntranceService.DeleteEntrance:input_type -> keyapis.access_control.v1.DeleteEntranceRequest
	9,  // 31: keyapis.access_control.v1.EntranceService.GetEntranceList:input_type -> keyapis.access_control.v1.GetEntranceListRequest
	11, // 32: keyapis.access_control.v1.EntranceService.PutEntranceDeviceAttach:input_type -> keyapis.access_control.v1.PutEntranceDeviceAttachRequest
	13, // 33: keyapis.access_control.v1.EntranceService.PutEntranceDeviceDetach:input_type -> keyapis.access_control.v1.PutEntranceDeviceDetachRequest
	22, // 34: keyapis.access_control.v1.EntranceService.GetEntranceDeviceList:input_type -> keyapis.access_control.v1.GetEntranceDeviceListRequest
	16, // 35: keyapis.access_control.v1.EntranceService.PostEntrance:output_type -> keyapis.access_control.v1.PostEntranceResponse
	18, // 36: keyapis.access_control.v1.EntranceService.DeleteEntrance:output_type -> keyapis.access_control.v1.DeleteEntranceResponse
	10, // 37: keyapis.access_control.v1.EntranceService.GetEntranceList:output_type -> keyapis.access_control.v1.GetEntranceListResponse
	12, // 38: keyapis.access_control.v1.EntranceService.PutEntranceDeviceAttach:output_type -> keyapis.access_control.v1.PutEntranceDeviceAttachResponse
	14, // 39: keyapis.access_control.v1.EntranceService.PutEntranceDeviceDetach:output_type -> keyapis.access_control.v1.PutEntranceDeviceDetachResponse
	23, // 40: keyapis.access_control.v1.EntranceService.GetEntranceDeviceList:output_type -> keyapis.access_control.v1.GetEntranceDeviceListResponse
	35, // [35:41] is the sub-list for method output_type
	29, // [29:35] is the sub-list for method input_type
	29, // [29:29] is the sub-list for extension type_name
	29, // [29:29] is the sub-list for extension extendee
	0,  // [0:29] is the sub-list for field type_name
}

func init() { file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_init() }
func file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_init() {
	if File_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto != nil {
		return
	}
	file_keyapis_access_control_v1_keyapis_access_control_access_control_v1_proto_init()
	if !protoimpl.UnsafeEnabled {
		file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*Entrance); 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_entrance_v1_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*EntranceFilter); 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_entrance_v1_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*EntrancePaging); 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_entrance_v1_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetEntranceListRequest); 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_entrance_v1_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetEntranceListResponse); 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_entrance_v1_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PutEntranceDeviceAttachRequest); 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_entrance_v1_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PutEntranceDeviceAttachResponse); 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_entrance_v1_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PutEntranceDeviceDetachRequest); 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_entrance_v1_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PutEntranceDeviceDetachResponse); 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_entrance_v1_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostEntranceRequest); 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_entrance_v1_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostEntranceResponse); 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_entrance_v1_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteEntranceRequest); 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_entrance_v1_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteEntranceResponse); 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_entrance_v1_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*EntranceDevice); 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_entrance_v1_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*EntranceDeviceFilter); 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_entrance_v1_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*EntranceDevicePaging); 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_entrance_v1_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetEntranceDeviceListRequest); 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_entrance_v1_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetEntranceDeviceListResponse); 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_entrance_v1_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetEntranceListResponse_Error); 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_entrance_v1_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PutEntranceDeviceAttachResponse_Error); 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_entrance_v1_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PutEntranceDeviceDetachResponse_Error); 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_entrance_v1_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostEntranceResponse_Error); 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_entrance_v1_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteEntranceResponse_Error); 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_entrance_v1_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteEntranceResponse_Error_LinkedDevicesExists); 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_entrance_v1_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetEntranceDeviceListResponse_Error); 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_entrance_v1_proto_msgTypes[3].OneofWrappers = []interface{}{
		(*GetEntranceListRequest_Paging)(nil),
	}
	file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_msgTypes[4].OneofWrappers = []interface{}{
		(*GetEntranceListResponse_Data)(nil),
		(*GetEntranceListResponse_Error_)(nil),
	}
	file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_msgTypes[6].OneofWrappers = []interface{}{
		(*PutEntranceDeviceAttachResponse_Error_)(nil),
	}
	file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_msgTypes[8].OneofWrappers = []interface{}{
		(*PutEntranceDeviceDetachResponse_Error_)(nil),
	}
	file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_msgTypes[10].OneofWrappers = []interface{}{
		(*PostEntranceResponse_Data)(nil),
		(*PostEntranceResponse_Error_)(nil),
	}
	file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_msgTypes[12].OneofWrappers = []interface{}{
		(*DeleteEntranceResponse_Error_)(nil),
	}
	file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_msgTypes[16].OneofWrappers = []interface{}{
		(*GetEntranceDeviceListRequest_Paging)(nil),
	}
	file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_msgTypes[17].OneofWrappers = []interface{}{
		(*GetEntranceDeviceListResponse_Data)(nil),
		(*GetEntranceDeviceListResponse_Error_)(nil),
	}
	file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_msgTypes[18].OneofWrappers = []interface{}{
		(*GetEntranceListResponse_Error_Validation)(nil),
	}
	file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_msgTypes[19].OneofWrappers = []interface{}{
		(*PutEntranceDeviceAttachResponse_Error_Validation)(nil),
	}
	file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_msgTypes[20].OneofWrappers = []interface{}{
		(*PutEntranceDeviceDetachResponse_Error_Validation)(nil),
	}
	file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_msgTypes[21].OneofWrappers = []interface{}{
		(*PostEntranceResponse_Error_Validation)(nil),
	}
	file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_msgTypes[22].OneofWrappers = []interface{}{
		(*DeleteEntranceResponse_Error_Validation)(nil),
		(*DeleteEntranceResponse_Error_LinkedDevicesExists_)(nil),
	}
	file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_msgTypes[24].OneofWrappers = []interface{}{
		(*GetEntranceDeviceListResponse_Error_Validation)(nil),
	}
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_rawDesc,
			NumEnums:      6,
			NumMessages:   25,
			NumExtensions: 0,
			NumServices:   1,
		},
		GoTypes:           file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_goTypes,
		DependencyIndexes: file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_depIdxs,
		EnumInfos:         file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_enumTypes,
		MessageInfos:      file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_msgTypes,
	}.Build()
	File_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto = out.File
	file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_rawDesc = nil
	file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_goTypes = nil
	file_keyapis_access_control_v1_keyapis_access_control_entrance_v1_proto_depIdxs = nil
}
