//
//Спецификация для получения данных o местонахождении камеры

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

package keyapis_vc_v1

import (
	_ "google.golang.org/genproto/googleapis/api/annotations"
	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
	timestamppb "google.golang.org/protobuf/types/known/timestamppb"
	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 CameraLocationData_StatusType int32

const (
	// Значение не указано
	CameraLocationData_STATUS_TYPE_UNKNOWN CameraLocationData_StatusType = 0
	// Не в сети
	CameraLocationData_OFFLINE CameraLocationData_StatusType = 1
	// В сети
	CameraLocationData_ONLINE CameraLocationData_StatusType = 2
)

// Enum value maps for CameraLocationData_StatusType.
var (
	CameraLocationData_StatusType_name = map[int32]string{
		0: "STATUS_TYPE_UNKNOWN",
		1: "OFFLINE",
		2: "ONLINE",
	}
	CameraLocationData_StatusType_value = map[string]int32{
		"STATUS_TYPE_UNKNOWN": 0,
		"OFFLINE":             1,
		"ONLINE":              2,
	}
)

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

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

func (CameraLocationData_StatusType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto_enumTypes[0].Descriptor()
}

func (CameraLocationData_StatusType) Type() protoreflect.EnumType {
	return &file_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto_enumTypes[0]
}

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

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

// Тип устройства
type CameraLocationData_DeviceType int32

const (
	// Значение не указано
	CameraLocationData_DEVICE_TYPE_UNKNOWN CameraLocationData_DeviceType = 0
	// Домофон
	CameraLocationData_INTERCOM CameraLocationData_DeviceType = 1
	// Видеокамера
	CameraLocationData_VIDEOCAMERA CameraLocationData_DeviceType = 2
	// Шлагбаум
	CameraLocationData_BARRIER CameraLocationData_DeviceType = 3
	// Калитка
	CameraLocationData_GATE CameraLocationData_DeviceType = 4
	// СКУД
	CameraLocationData_ACCESS_CONTROL_PANEL CameraLocationData_DeviceType = 5
	// Наружняя видеокамера
	CameraLocationData_OUTDOOR_CAMERA CameraLocationData_DeviceType = 6
)

// Enum value maps for CameraLocationData_DeviceType.
var (
	CameraLocationData_DeviceType_name = map[int32]string{
		0: "DEVICE_TYPE_UNKNOWN",
		1: "INTERCOM",
		2: "VIDEOCAMERA",
		3: "BARRIER",
		4: "GATE",
		5: "ACCESS_CONTROL_PANEL",
		6: "OUTDOOR_CAMERA",
	}
	CameraLocationData_DeviceType_value = map[string]int32{
		"DEVICE_TYPE_UNKNOWN":  0,
		"INTERCOM":             1,
		"VIDEOCAMERA":          2,
		"BARRIER":              3,
		"GATE":                 4,
		"ACCESS_CONTROL_PANEL": 5,
		"OUTDOOR_CAMERA":       6,
	}
)

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

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

func (CameraLocationData_DeviceType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto_enumTypes[1].Descriptor()
}

func (CameraLocationData_DeviceType) Type() protoreflect.EnumType {
	return &file_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto_enumTypes[1]
}

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

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

// Запрос на получение данных o местонахождении камеры
type GetCameraLocationDataRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// uid видеопотока камеры
	Uid string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
}

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

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

func (*GetCameraLocationDataRequest) ProtoMessage() {}

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

func (x *GetCameraLocationDataRequest) GetUid() string {
	if x != nil {
		return x.Uid
	}
	return ""
}

// Ответ на запрос на получение данных o местонахождении камеры
type GetCameraLocationDataResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Тип ответа
	//
	// Types that are assignable to Type:
	//
	//	*GetCameraLocationDataResponse_Data
	//	*GetCameraLocationDataResponse_Error_
	Type isGetCameraLocationDataResponse_Type `protobuf_oneof:"type"`
}

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

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

func (*GetCameraLocationDataResponse) ProtoMessage() {}

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

func (m *GetCameraLocationDataResponse) GetType() isGetCameraLocationDataResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetCameraLocationDataResponse) GetData() *CameraLocationData {
	if x, ok := x.GetType().(*GetCameraLocationDataResponse_Data); ok {
		return x.Data
	}
	return nil
}

func (x *GetCameraLocationDataResponse) GetError() *GetCameraLocationDataResponse_Error {
	if x, ok := x.GetType().(*GetCameraLocationDataResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isGetCameraLocationDataResponse_Type interface {
	isGetCameraLocationDataResponse_Type()
}

type GetCameraLocationDataResponse_Data struct {
	// Данные o местонахождении камеры
	Data *CameraLocationData `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

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

func (*GetCameraLocationDataResponse_Data) isGetCameraLocationDataResponse_Type() {}

func (*GetCameraLocationDataResponse_Error_) isGetCameraLocationDataResponse_Type() {}

// Данные o местонахождении камеры
type CameraLocationData struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор видеопотока в системе Видеокомфорт.
	// Тип: Guid
	Uid string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	// Тип устройства.
	// # Тип: byte
	DeviceType CameraLocationData_DeviceType `protobuf:"varint,2,opt,name=device_type,json=deviceType,proto3,enum=keyapis.vc.v1.CameraLocationData_DeviceType" json:"device_type,omitempty"`
	// Модель устройства
	Model string `protobuf:"bytes,3,opt,name=model,proto3" json:"model,omitempty"`
	// Серийный номер устройства
	SerialNumber string `protobuf:"bytes,4,opt,name=serial_number,json=serialNumber,proto3" json:"serial_number,omitempty"`
	// Версия аппаратного обеспечения
	HwVersion string `protobuf:"bytes,5,opt,name=hw_version,json=hwVersion,proto3" json:"hw_version,omitempty"`
	// Версия программного обеспечения
	SwVersion string `protobuf:"bytes,6,opt,name=sw_version,json=swVersion,proto3" json:"sw_version,omitempty"`
	// MAC-адрес.
	// # Диапазон: 17..17.
	// # Паттерн: /^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$/
	Mac string `protobuf:"bytes,7,opt,name=mac,proto3" json:"mac,omitempty"`
	// Наименование устройства.
	// # Диапазон: 3..256
	Title string `protobuf:"bytes,8,opt,name=title,proto3" json:"title,omitempty"`
	// Сетевой адрес.
	// # Диапазон: 0..250
	Host string `protobuf:"bytes,9,opt,name=host,proto3" json:"host,omitempty"`
	// Статус устройства
	StatusType CameraLocationData_StatusType `protobuf:"varint,10,opt,name=status_type,json=statusType,proto3,enum=keyapis.vc.v1.CameraLocationData_StatusType" json:"status_type,omitempty"`
	// Номер подъезда.
	// # Диапазон: 1..100
	EntranceNumbers []int32 `protobuf:"varint,11,rep,packed,name=entrance_numbers,json=entranceNumbers,proto3" json:"entrance_numbers,omitempty"`
	// Идентификатор квартирограммы.
	// # Диапазон: 1..2147483647
	FlatgrammId int32 `protobuf:"varint,12,opt,name=flatgramm_id,json=flatgrammId,proto3" json:"flatgramm_id,omitempty"`
	// Компания владелец устройства
	Company *CameraLocationData_Company `protobuf:"bytes,13,opt,name=company,proto3" json:"company,omitempty"`
	// Массив домов камеры
	Buildings []*CameraLocationData_Building `protobuf:"bytes,14,rep,name=buildings,proto3" json:"buildings,omitempty"`
}

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

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

func (*CameraLocationData) ProtoMessage() {}

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

func (x *CameraLocationData) GetUid() string {
	if x != nil {
		return x.Uid
	}
	return ""
}

func (x *CameraLocationData) GetDeviceType() CameraLocationData_DeviceType {
	if x != nil {
		return x.DeviceType
	}
	return CameraLocationData_DEVICE_TYPE_UNKNOWN
}

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

func (x *CameraLocationData) GetSerialNumber() string {
	if x != nil {
		return x.SerialNumber
	}
	return ""
}

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

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

func (x *CameraLocationData) GetMac() string {
	if x != nil {
		return x.Mac
	}
	return ""
}

func (x *CameraLocationData) GetTitle() string {
	if x != nil {
		return x.Title
	}
	return ""
}

func (x *CameraLocationData) GetHost() string {
	if x != nil {
		return x.Host
	}
	return ""
}

func (x *CameraLocationData) GetStatusType() CameraLocationData_StatusType {
	if x != nil {
		return x.StatusType
	}
	return CameraLocationData_STATUS_TYPE_UNKNOWN
}

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

func (x *CameraLocationData) GetFlatgrammId() int32 {
	if x != nil {
		return x.FlatgrammId
	}
	return 0
}

func (x *CameraLocationData) GetCompany() *CameraLocationData_Company {
	if x != nil {
		return x.Company
	}
	return nil
}

func (x *CameraLocationData) GetBuildings() []*CameraLocationData_Building {
	if x != nil {
		return x.Buildings
	}
	return nil
}

// Ошибка запроса
type GetCameraLocationDataResponse_Error struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

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

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

func (*GetCameraLocationDataResponse_Error) ProtoMessage() {}

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

func (m *GetCameraLocationDataResponse_Error) GetReason() isGetCameraLocationDataResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isGetCameraLocationDataResponse_Error_Reason interface {
	isGetCameraLocationDataResponse_Error_Reason()
}

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

func (*GetCameraLocationDataResponse_Error_Validation) isGetCameraLocationDataResponse_Error_Reason() {
}

// Дом
type CameraLocationData_Building struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор дома
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// Идентификатор РФ
	RfId int32 `protobuf:"varint,2,opt,name=rf_id,json=rfId,proto3" json:"rf_id,omitempty"`
	// Идентификатор МРФ
	MrfId int32 `protobuf:"varint,3,opt,name=mrf_id,json=mrfId,proto3" json:"mrf_id,omitempty"`
	// ОРПОН
	Orpon int64 `protobuf:"varint,4,opt,name=orpon,proto3" json:"orpon,omitempty"`
	// Город
	City string `protobuf:"bytes,5,opt,name=city,proto3" json:"city,omitempty"`
	// Улица
	Street string `protobuf:"bytes,6,opt,name=street,proto3" json:"street,omitempty"`
	// Номер дома
	Number string `protobuf:"bytes,7,opt,name=number,proto3" json:"number,omitempty"`
	// Корпус
	Part string `protobuf:"bytes,8,opt,name=part,proto3" json:"part,omitempty"`
	// Идентификатор компании
	CompanyId int32 `protobuf:"varint,9,opt,name=company_id,json=companyId,proto3" json:"company_id,omitempty"`
	// Префикс
	Prefix string `protobuf:"bytes,10,opt,name=prefix,proto3" json:"prefix,omitempty"`
	// Дата создания.
	// # Тип: DateTime
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Дата удаления.
	// # Тип: DateTime
	DeletedAt *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=deleted_at,json=deletedAt,proto3" json:"deleted_at,omitempty"`
	// Идентификатор квартирограммы
	FlatgrammId int32 `protobuf:"varint,13,opt,name=flatgramm_id,json=flatgrammId,proto3" json:"flatgramm_id,omitempty"`
	// ОРПОН города, в котором находится дом
	CityOrpon int64 `protobuf:"varint,14,opt,name=city_orpon,json=cityOrpon,proto3" json:"city_orpon,omitempty"`
	// Идентификатор в федеральной информационной адресной системе.
	// Тип: Guid
	Fias string `protobuf:"bytes,15,opt,name=fias,proto3" json:"fias,omitempty"`
	// Наименования района.
	// # Диапазон: 0..200
	District string `protobuf:"bytes,16,opt,name=district,proto3" json:"district,omitempty"`
	// Уникальный номер адреса.
	// # Диапазон: 0..9999999999
	Unom string `protobuf:"bytes,17,opt,name=unom,proto3" json:"unom,omitempty"`
	// ОРПОН региона
	RegionOrpon int64 `protobuf:"varint,18,opt,name=region_orpon,json=regionOrpon,proto3" json:"region_orpon,omitempty"`
}

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

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

func (*CameraLocationData_Building) ProtoMessage() {}

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

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

func (x *CameraLocationData_Building) GetRfId() int32 {
	if x != nil {
		return x.RfId
	}
	return 0
}

func (x *CameraLocationData_Building) GetMrfId() int32 {
	if x != nil {
		return x.MrfId
	}
	return 0
}

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

func (x *CameraLocationData_Building) GetCity() string {
	if x != nil {
		return x.City
	}
	return ""
}

func (x *CameraLocationData_Building) GetStreet() string {
	if x != nil {
		return x.Street
	}
	return ""
}

func (x *CameraLocationData_Building) GetNumber() string {
	if x != nil {
		return x.Number
	}
	return ""
}

func (x *CameraLocationData_Building) GetPart() string {
	if x != nil {
		return x.Part
	}
	return ""
}

func (x *CameraLocationData_Building) GetCompanyId() int32 {
	if x != nil {
		return x.CompanyId
	}
	return 0
}

func (x *CameraLocationData_Building) GetPrefix() string {
	if x != nil {
		return x.Prefix
	}
	return ""
}

func (x *CameraLocationData_Building) GetCreatedAt() *timestamppb.Timestamp {
	if x != nil {
		return x.CreatedAt
	}
	return nil
}

func (x *CameraLocationData_Building) GetDeletedAt() *timestamppb.Timestamp {
	if x != nil {
		return x.DeletedAt
	}
	return nil
}

func (x *CameraLocationData_Building) GetFlatgrammId() int32 {
	if x != nil {
		return x.FlatgrammId
	}
	return 0
}

func (x *CameraLocationData_Building) GetCityOrpon() int64 {
	if x != nil {
		return x.CityOrpon
	}
	return 0
}

func (x *CameraLocationData_Building) GetFias() string {
	if x != nil {
		return x.Fias
	}
	return ""
}

func (x *CameraLocationData_Building) GetDistrict() string {
	if x != nil {
		return x.District
	}
	return ""
}

func (x *CameraLocationData_Building) GetUnom() string {
	if x != nil {
		return x.Unom
	}
	return ""
}

func (x *CameraLocationData_Building) GetRegionOrpon() int64 {
	if x != nil {
		return x.RegionOrpon
	}
	return 0
}

// Компания
type CameraLocationData_Company struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор компании.
	// # Диапазон: 1..2147483647
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// Идентификатор компании в системе Видеокомфорт
	VcCompanyId int64 `protobuf:"varint,2,opt,name=vc_company_id,json=vcCompanyId,proto3" json:"vc_company_id,omitempty"`
	// Наименование компании
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// ИНН
	Inn string `protobuf:"bytes,4,opt,name=inn,proto3" json:"inn,omitempty"`
	// КПП
	Kpp string `protobuf:"bytes,5,opt,name=kpp,proto3" json:"kpp,omitempty"`
	// ОГРН
	Ogrn string `protobuf:"bytes,6,opt,name=ogrn,proto3" json:"ogrn,omitempty"`
}

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

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

func (*CameraLocationData_Company) ProtoMessage() {}

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

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

func (x *CameraLocationData_Company) GetVcCompanyId() int64 {
	if x != nil {
		return x.VcCompanyId
	}
	return 0
}

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

func (x *CameraLocationData_Company) GetInn() string {
	if x != nil {
		return x.Inn
	}
	return ""
}

func (x *CameraLocationData_Company) GetKpp() string {
	if x != nil {
		return x.Kpp
	}
	return ""
}

func (x *CameraLocationData_Company) GetOgrn() string {
	if x != nil {
		return x.Ogrn
	}
	return ""
}

var File_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto protoreflect.FileDescriptor

var file_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto_rawDesc = []byte{
	0x0a, 0x36, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x76, 0x63, 0x2f, 0x76, 0x31, 0x2f,
	0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5f, 0x76, 0x63, 0x5f, 0x63, 0x61, 0x6d, 0x65, 0x72,
	0x61, 0x5f, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x5f,
	0x76, 0x31, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0d, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69,
	0x73, 0x2e, 0x76, 0x63, 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, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70,
	0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d,
	0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x28, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2f, 0x76, 0x63, 0x2f, 0x76, 0x31, 0x2f, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5f, 0x76,
	0x63, 0x5f, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x5f, 0x76, 0x31, 0x2e, 0x70, 0x72, 0x6f, 0x74,
	0x6f, 0x22, 0x35, 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x4c, 0x6f,
	0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
	0x74, 0x12, 0x15, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03,
	0xe0, 0x41, 0x02, 0x52, 0x03, 0x75, 0x69, 0x64, 0x22, 0x81, 0x02, 0x0a, 0x1d, 0x47, 0x65, 0x74,
	0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61,
	0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x37, 0x0a, 0x04, 0x64, 0x61,
	0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x4c,
	0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x48, 0x00, 0x52, 0x04, 0x64,
	0x61, 0x74, 0x61, 0x12, 0x4a, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01,
	0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e,
	0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x4c, 0x6f, 0x63, 0x61,
	0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
	0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x1a,
	0x53, 0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x40, 0x0a, 0x0a, 0x76, 0x61, 0x6c, 0x69,
	0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 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, 0xed, 0x0b, 0x0a,
	0x12, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x44,
	0x61, 0x74, 0x61, 0x12, 0x15, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
	0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x03, 0x75, 0x69, 0x64, 0x12, 0x4d, 0x0a, 0x0b, 0x64, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32,
	0x2c, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e,
	0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61,
	0x74, 0x61, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x52, 0x0a, 0x64,
	0x65, 0x76, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x6f, 0x64,
	0x65, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x12,
	0x23, 0x0a, 0x0d, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72,
	0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x4e, 0x75,
	0x6d, 0x62, 0x65, 0x72, 0x12, 0x1d, 0x0a, 0x0a, 0x68, 0x77, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69,
	0x6f, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x68, 0x77, 0x56, 0x65, 0x72, 0x73,
	0x69, 0x6f, 0x6e, 0x12, 0x1d, 0x0a, 0x0a, 0x73, 0x77, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f,
	0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x77, 0x56, 0x65, 0x72, 0x73, 0x69,
	0x6f, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x61, 0x63, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52,
	0x03, 0x6d, 0x61, 0x63, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x08, 0x20,
	0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x68, 0x6f,
	0x73, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x68, 0x6f, 0x73, 0x74, 0x12, 0x4d,
	0x0a, 0x0b, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x0a, 0x20,
	0x01, 0x28, 0x0e, 0x32, 0x2c, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63,
	0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69,
	0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x54, 0x79, 0x70,
	0x65, 0x52, 0x0a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x29, 0x0a,
	0x10, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72,
	0x73, 0x18, 0x0b, 0x20, 0x03, 0x28, 0x05, 0x52, 0x0f, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6e, 0x63,
	0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x21, 0x0a, 0x0c, 0x66, 0x6c, 0x61, 0x74,
	0x67, 0x72, 0x61, 0x6d, 0x6d, 0x5f, 0x69, 0x64, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b,
	0x66, 0x6c, 0x61, 0x74, 0x67, 0x72, 0x61, 0x6d, 0x6d, 0x49, 0x64, 0x12, 0x43, 0x0a, 0x07, 0x63,
	0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d,
	0x65, 0x72, 0x61, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x2e,
	0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x52, 0x07, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79,
	0x12, 0x48, 0x0a, 0x09, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x69, 0x6e, 0x67, 0x73, 0x18, 0x0e, 0x20,
	0x03, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63,
	0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69,
	0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x2e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x69, 0x6e, 0x67, 0x52,
	0x09, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x69, 0x6e, 0x67, 0x73, 0x1a, 0xb7, 0x04, 0x0a, 0x08, 0x42,
	0x75, 0x69, 0x6c, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20,
	0x01, 0x28, 0x05, 0x52, 0x02, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x05, 0x72, 0x66, 0x5f, 0x69, 0x64,
	0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x72, 0x66, 0x49,
	0x64, 0x12, 0x1a, 0x0a, 0x06, 0x6d, 0x72, 0x66, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28,
	0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x05, 0x6d, 0x72, 0x66, 0x49, 0x64, 0x12, 0x19, 0x0a,
	0x05, 0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x42, 0x03, 0xe0, 0x41,
	0x02, 0x52, 0x05, 0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x12, 0x17, 0x0a, 0x04, 0x63, 0x69, 0x74, 0x79,
	0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x63, 0x69, 0x74,
	0x79, 0x12, 0x1b, 0x0a, 0x06, 0x73, 0x74, 0x72, 0x65, 0x65, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28,
	0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x06, 0x73, 0x74, 0x72, 0x65, 0x65, 0x74, 0x12, 0x16,
	0x0a, 0x06, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06,
	0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x72, 0x74, 0x18, 0x08,
	0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x72, 0x74, 0x12, 0x22, 0x0a, 0x0a, 0x63, 0x6f,
	0x6d, 0x70, 0x61, 0x6e, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03,
	0xe0, 0x41, 0x02, 0x52, 0x09, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x49, 0x64, 0x12, 0x16,
	0x0a, 0x06, 0x70, 0x72, 0x65, 0x66, 0x69, 0x78, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06,
	0x70, 0x72, 0x65, 0x66, 0x69, 0x78, 0x12, 0x3e, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65,
	0x64, 0x5f, 0x61, 0x74, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f,
	0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d,
	0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x09, 0x63, 0x72, 0x65,
	0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x3e, 0x0a, 0x0a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65,
	0x64, 0x5f, 0x61, 0x74, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f,
	0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d,
	0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x09, 0x64, 0x65, 0x6c,
	0x65, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x26, 0x0a, 0x0c, 0x66, 0x6c, 0x61, 0x74, 0x67, 0x72,
	0x61, 0x6d, 0x6d, 0x5f, 0x69, 0x64, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41,
	0x02, 0x52, 0x0b, 0x66, 0x6c, 0x61, 0x74, 0x67, 0x72, 0x61, 0x6d, 0x6d, 0x49, 0x64, 0x12, 0x1d,
	0x0a, 0x0a, 0x63, 0x69, 0x74, 0x79, 0x5f, 0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x18, 0x0e, 0x20, 0x01,
	0x28, 0x03, 0x52, 0x09, 0x63, 0x69, 0x74, 0x79, 0x4f, 0x72, 0x70, 0x6f, 0x6e, 0x12, 0x12, 0x0a,
	0x04, 0x66, 0x69, 0x61, 0x73, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x66, 0x69, 0x61,
	0x73, 0x12, 0x1a, 0x0a, 0x08, 0x64, 0x69, 0x73, 0x74, 0x72, 0x69, 0x63, 0x74, 0x18, 0x10, 0x20,
	0x01, 0x28, 0x09, 0x52, 0x08, 0x64, 0x69, 0x73, 0x74, 0x72, 0x69, 0x63, 0x74, 0x12, 0x12, 0x0a,
	0x04, 0x75, 0x6e, 0x6f, 0x6d, 0x18, 0x11, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x6e, 0x6f,
	0x6d, 0x12, 0x21, 0x0a, 0x0c, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x5f, 0x6f, 0x72, 0x70, 0x6f,
	0x6e, 0x18, 0x12, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x4f,
	0x72, 0x70, 0x6f, 0x6e, 0x1a, 0x89, 0x01, 0x0a, 0x07, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79,
	0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x69, 0x64,
	0x12, 0x22, 0x0a, 0x0d, 0x76, 0x63, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x5f, 0x69,
	0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x76, 0x63, 0x43, 0x6f, 0x6d, 0x70, 0x61,
	0x6e, 0x79, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01,
	0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x69, 0x6e, 0x6e, 0x18,
	0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x69, 0x6e, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x70,
	0x70, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x70, 0x70, 0x12, 0x12, 0x0a, 0x04,
	0x6f, 0x67, 0x72, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6f, 0x67, 0x72, 0x6e,
	0x22, 0x3e, 0x0a, 0x0a, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x17,
	0x0a, 0x13, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e,
	0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x0b, 0x0a, 0x07, 0x4f, 0x46, 0x46, 0x4c, 0x49,
	0x4e, 0x45, 0x10, 0x01, 0x12, 0x0a, 0x0a, 0x06, 0x4f, 0x4e, 0x4c, 0x49, 0x4e, 0x45, 0x10, 0x02,
	0x22, 0x89, 0x01, 0x0a, 0x0a, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12,
	0x17, 0x0a, 0x13, 0x44, 0x45, 0x56, 0x49, 0x43, 0x45, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55,
	0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x0c, 0x0a, 0x08, 0x49, 0x4e, 0x54, 0x45,
	0x52, 0x43, 0x4f, 0x4d, 0x10, 0x01, 0x12, 0x0f, 0x0a, 0x0b, 0x56, 0x49, 0x44, 0x45, 0x4f, 0x43,
	0x41, 0x4d, 0x45, 0x52, 0x41, 0x10, 0x02, 0x12, 0x0b, 0x0a, 0x07, 0x42, 0x41, 0x52, 0x52, 0x49,
	0x45, 0x52, 0x10, 0x03, 0x12, 0x08, 0x0a, 0x04, 0x47, 0x41, 0x54, 0x45, 0x10, 0x04, 0x12, 0x18,
	0x0a, 0x14, 0x41, 0x43, 0x43, 0x45, 0x53, 0x53, 0x5f, 0x43, 0x4f, 0x4e, 0x54, 0x52, 0x4f, 0x4c,
	0x5f, 0x50, 0x41, 0x4e, 0x45, 0x4c, 0x10, 0x05, 0x12, 0x12, 0x0a, 0x0e, 0x4f, 0x55, 0x54, 0x44,
	0x4f, 0x4f, 0x52, 0x5f, 0x43, 0x41, 0x4d, 0x45, 0x52, 0x41, 0x10, 0x06, 0x32, 0xbf, 0x01, 0x0a,
	0x19, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x44,
	0x61, 0x74, 0x61, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0xa1, 0x01, 0x0a, 0x15, 0x47,
	0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,
	0x44, 0x61, 0x74, 0x61, 0x12, 0x2b, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76,
	0x63, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x4c, 0x6f,
	0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
	0x74, 0x1a, 0x2c, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76,
	0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x4c, 0x6f, 0x63, 0x61, 0x74,
	0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
	0x2d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x27, 0x12, 0x25, 0x2f, 0x76, 0x63, 0x2f, 0x61, 0x70, 0x69,
	0x2f, 0x76, 0x31, 0x2f, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x5f, 0x6c, 0x6f, 0x63, 0x61, 0x74,
	0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x2f, 0x7b, 0x75, 0x69, 0x64, 0x7d, 0x42, 0x7e,
	0x0a, 0x10, 0x72, 0x75, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e,
	0x76, 0x31, 0x42, 0x10, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x56, 0x63, 0x56, 0x31, 0x50,
	0x72, 0x6f, 0x74, 0x6f, 0x48, 0x03, 0x50, 0x00, 0x5a, 0x0e, 0x2f, 0x6b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x5f, 0x76, 0x63, 0x5f, 0x76, 0x31, 0xd8, 0x01, 0x01, 0xf8, 0x01, 0x01, 0xa2, 0x02,
	0x0b, 0x4b, 0x45, 0x59, 0x41, 0x50, 0x49, 0x53, 0x56, 0x43, 0x56, 0x31, 0xaa, 0x02, 0x0d, 0x4b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x56, 0x63, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x0d, 0x4b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5c, 0x56, 0x63, 0x5c, 0x56, 0x31, 0xea, 0x02, 0x0f, 0x4b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x3a, 0x3a, 0x56, 0x63, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06,
	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}

var (
	file_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto_rawDescOnce sync.Once
	file_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto_rawDescData = file_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto_rawDesc
)

func file_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto_rawDescGZIP() []byte {
	file_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto_rawDescOnce.Do(func() {
		file_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto_rawDescData = protoimpl.X.CompressGZIP(file_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto_rawDescData)
	})
	return file_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto_rawDescData
}

var file_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto_enumTypes = make([]protoimpl.EnumInfo, 2)
var file_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
var file_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto_goTypes = []interface{}{
	(CameraLocationData_StatusType)(0),          // 0: keyapis.vc.v1.CameraLocationData.StatusType
	(CameraLocationData_DeviceType)(0),          // 1: keyapis.vc.v1.CameraLocationData.DeviceType
	(*GetCameraLocationDataRequest)(nil),        // 2: keyapis.vc.v1.GetCameraLocationDataRequest
	(*GetCameraLocationDataResponse)(nil),       // 3: keyapis.vc.v1.GetCameraLocationDataResponse
	(*CameraLocationData)(nil),                  // 4: keyapis.vc.v1.CameraLocationData
	(*GetCameraLocationDataResponse_Error)(nil), // 5: keyapis.vc.v1.GetCameraLocationDataResponse.Error
	(*CameraLocationData_Building)(nil),         // 6: keyapis.vc.v1.CameraLocationData.Building
	(*CameraLocationData_Company)(nil),          // 7: keyapis.vc.v1.CameraLocationData.Company
	(*ValidationError)(nil),                     // 8: keyapis.vc.v1.ValidationError
	(*timestamppb.Timestamp)(nil),               // 9: google.protobuf.Timestamp
}
var file_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto_depIdxs = []int32{
	4,  // 0: keyapis.vc.v1.GetCameraLocationDataResponse.data:type_name -> keyapis.vc.v1.CameraLocationData
	5,  // 1: keyapis.vc.v1.GetCameraLocationDataResponse.error:type_name -> keyapis.vc.v1.GetCameraLocationDataResponse.Error
	1,  // 2: keyapis.vc.v1.CameraLocationData.device_type:type_name -> keyapis.vc.v1.CameraLocationData.DeviceType
	0,  // 3: keyapis.vc.v1.CameraLocationData.status_type:type_name -> keyapis.vc.v1.CameraLocationData.StatusType
	7,  // 4: keyapis.vc.v1.CameraLocationData.company:type_name -> keyapis.vc.v1.CameraLocationData.Company
	6,  // 5: keyapis.vc.v1.CameraLocationData.buildings:type_name -> keyapis.vc.v1.CameraLocationData.Building
	8,  // 6: keyapis.vc.v1.GetCameraLocationDataResponse.Error.validation:type_name -> keyapis.vc.v1.ValidationError
	9,  // 7: keyapis.vc.v1.CameraLocationData.Building.created_at:type_name -> google.protobuf.Timestamp
	9,  // 8: keyapis.vc.v1.CameraLocationData.Building.deleted_at:type_name -> google.protobuf.Timestamp
	2,  // 9: keyapis.vc.v1.CameraLocationDataService.GetCameraLocationData:input_type -> keyapis.vc.v1.GetCameraLocationDataRequest
	3,  // 10: keyapis.vc.v1.CameraLocationDataService.GetCameraLocationData:output_type -> keyapis.vc.v1.GetCameraLocationDataResponse
	10, // [10:11] is the sub-list for method output_type
	9,  // [9:10] is the sub-list for method input_type
	9,  // [9:9] is the sub-list for extension type_name
	9,  // [9:9] is the sub-list for extension extendee
	0,  // [0:9] is the sub-list for field type_name
}

func init() { file_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto_init() }
func file_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto_init() {
	if File_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto != nil {
		return
	}
	file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_init()
	if !protoimpl.UnsafeEnabled {
		file_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraLocationDataRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraLocationDataResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*CameraLocationData); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraLocationDataResponse_Error); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*CameraLocationData_Building); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*CameraLocationData_Company); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
	}
	file_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto_msgTypes[1].OneofWrappers = []interface{}{
		(*GetCameraLocationDataResponse_Data)(nil),
		(*GetCameraLocationDataResponse_Error_)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto_msgTypes[3].OneofWrappers = []interface{}{
		(*GetCameraLocationDataResponse_Error_Validation)(nil),
	}
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto_rawDesc,
			NumEnums:      2,
			NumMessages:   6,
			NumExtensions: 0,
			NumServices:   1,
		},
		GoTypes:           file_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto_goTypes,
		DependencyIndexes: file_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto_depIdxs,
		EnumInfos:         file_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto_enumTypes,
		MessageInfos:      file_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto_msgTypes,
	}.Build()
	File_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto = out.File
	file_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto_rawDesc = nil
	file_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto_goTypes = nil
	file_keyapis_vc_v1_keyapis_vc_camera_location_data_v1_proto_depIdxs = nil
}
