//
//Сервис работы с камерами

// 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_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"
	_ "google.golang.org/protobuf/types/descriptorpb"
	timestamppb "google.golang.org/protobuf/types/known/timestamppb"
	wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
	reflect "reflect"
	sync "sync"
)

const (
	// Verify that this generated code is sufficiently up-to-date.
	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
	// Verify that runtime/protoimpl is sufficiently up-to-date.
	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)

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

const (
	// Значение не указано
	CameraRoomPaging_DIRECTION_TYPE_UNKNOWN CameraRoomPaging_DirectionType = 0
	// От большего к меньшему
	CameraRoomPaging_DESC CameraRoomPaging_DirectionType = 1
	// От меньшего к большему
	CameraRoomPaging_ASC CameraRoomPaging_DirectionType = 2
)

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

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

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

func (CameraRoomPaging_DirectionType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_enumTypes[0].Descriptor()
}

func (CameraRoomPaging_DirectionType) Type() protoreflect.EnumType {
	return &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_enumTypes[0]
}

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

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

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

const (
	// Значение не указано
	CameraRoomPaging_ORDER_BY_TYPE_UNKNOWN CameraRoomPaging_OrderByType = 0
	// По Идентификатору камеры
	CameraRoomPaging_CAMERA_UID CameraRoomPaging_OrderByType = 1
	// По ОРПОН и номеру квартиры
	CameraRoomPaging_ORPON_ROOM_NUMBER CameraRoomPaging_OrderByType = 2
)

// Enum value maps for CameraRoomPaging_OrderByType.
var (
	CameraRoomPaging_OrderByType_name = map[int32]string{
		0: "ORDER_BY_TYPE_UNKNOWN",
		1: "CAMERA_UID",
		2: "ORPON_ROOM_NUMBER",
	}
	CameraRoomPaging_OrderByType_value = map[string]int32{
		"ORDER_BY_TYPE_UNKNOWN": 0,
		"CAMERA_UID":            1,
		"ORPON_ROOM_NUMBER":     2,
	}
)

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

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

func (CameraRoomPaging_OrderByType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_enumTypes[1].Descriptor()
}

func (CameraRoomPaging_OrderByType) Type() protoreflect.EnumType {
	return &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_enumTypes[1]
}

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

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

// Справочник типов камер
type Camera_Type int32

const (
	// Значение не указано
	Camera_TYPE_UNKNOWN Camera_Type = 0
	// Регистратор
	Camera_DVR Camera_Type = 1
	// Система управления видео
	Camera_VMS Camera_Type = 2
	// RTSP-камера
	Camera_ROSE Camera_Type = 3
	// IP-камера
	Camera_VIOLET Camera_Type = 4
)

// Enum value maps for Camera_Type.
var (
	Camera_Type_name = map[int32]string{
		0: "TYPE_UNKNOWN",
		1: "DVR",
		2: "VMS",
		3: "ROSE",
		4: "VIOLET",
	}
	Camera_Type_value = map[string]int32{
		"TYPE_UNKNOWN": 0,
		"DVR":          1,
		"VMS":          2,
		"ROSE":         3,
		"VIOLET":       4,
	}
)

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

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

func (Camera_Type) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_enumTypes[2].Descriptor()
}

func (Camera_Type) Type() protoreflect.EnumType {
	return &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_enumTypes[2]
}

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

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

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

const (
	// Значение не указано
	CameraPaging_DIRECTION_TYPE_UNKNOWN CameraPaging_DirectionType = 0
	// От большего к меньшему
	CameraPaging_DESC CameraPaging_DirectionType = 1
	// От меньшего к большему
	CameraPaging_ASC CameraPaging_DirectionType = 2
)

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

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

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

func (CameraPaging_DirectionType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_enumTypes[3].Descriptor()
}

func (CameraPaging_DirectionType) Type() protoreflect.EnumType {
	return &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_enumTypes[3]
}

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

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

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

const (
	// Значение не указано
	CameraPaging_ORDER_BY_TYPE_UNKNOWN CameraPaging_OrderByType = 0
	// По идентификатору
	CameraPaging_UID CameraPaging_OrderByType = 1
)

// Enum value maps for CameraPaging_OrderByType.
var (
	CameraPaging_OrderByType_name = map[int32]string{
		0: "ORDER_BY_TYPE_UNKNOWN",
		1: "UID",
	}
	CameraPaging_OrderByType_value = map[string]int32{
		"ORDER_BY_TYPE_UNKNOWN": 0,
		"UID":                   1,
	}
)

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

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

func (CameraPaging_OrderByType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_enumTypes[4].Descriptor()
}

func (CameraPaging_OrderByType) Type() protoreflect.EnumType {
	return &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_enumTypes[4]
}

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

// Deprecated: Use CameraPaging_OrderByType.Descriptor instead.
func (CameraPaging_OrderByType) EnumDescriptor() ([]byte, []int) {
	return file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_rawDescGZIP(), []int{5, 1}
}

// Связь камеры и квартиры
type CameraRoom struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор камеры
	CameraUid string `protobuf:"bytes,1,opt,name=camera_uid,json=cameraUid,proto3" json:"camera_uid,omitempty"`
	// ОРПОН дома
	Orpon int64 `protobuf:"varint,2,opt,name=orpon,proto3" json:"orpon,omitempty"`
	// Номер квартиры.
	// # Диапазон: 1..4
	RoomNumber string `protobuf:"bytes,3,opt,name=room_number,json=roomNumber,proto3" json:"room_number,omitempty"`
}

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

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

func (*CameraRoom) ProtoMessage() {}

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

func (x *CameraRoom) GetCameraUid() string {
	if x != nil {
		return x.CameraUid
	}
	return ""
}

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

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

// Фильтр связок камеры и квартиры.
// При передаче массива в параметр фильтра элементы массива работают в выборке через ИЛИ.
// При передаче нескольких разных параметров фильтра они работают в выборке через И
type CameraRoomFilter struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// По Идентификаторам камер.
	// # Диапазон: 0..100
	CameraUids []string `protobuf:"bytes,1,rep,name=camera_uids,json=cameraUids,proto3" json:"camera_uids,omitempty"`
	// По ОРПОНам.
	// # Диапазон: 0..100
	Orpons []int64 `protobuf:"varint,2,rep,packed,name=orpons,proto3" json:"orpons,omitempty"`
	// По квартирам.
	// # Диапазон: 0..100
	RoomNumbers []string `protobuf:"bytes,3,rep,name=room_numbers,json=roomNumbers,proto3" json:"room_numbers,omitempty"`
}

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

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

func (*CameraRoomFilter) ProtoMessage() {}

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

func (x *CameraRoomFilter) GetCameraUids() []string {
	if x != nil {
		return x.CameraUids
	}
	return nil
}

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

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

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

	// Тип значения сортировки.
	// Если значение не передано, то будет взято значение по умолчанию CAMERA_UID
	OrderByType CameraRoomPaging_OrderByType `protobuf:"varint,1,opt,name=order_by_type,json=orderByType,proto3,enum=keyapis.vc.v1.CameraRoomPaging_OrderByType" json:"order_by_type,omitempty"`
	// Тип направления сортировки.
	// # По умолчанию: DESC
	DirectionType CameraRoomPaging_DirectionType `protobuf:"varint,2,opt,name=direction_type,json=directionType,proto3,enum=keyapis.vc.v1.CameraRoomPaging_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 *CameraRoomPaging) Reset() {
	*x = CameraRoomPaging{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[2]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*CameraRoomPaging) ProtoMessage() {}

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

func (x *CameraRoomPaging) GetOrderByType() CameraRoomPaging_OrderByType {
	if x != nil {
		return x.OrderByType
	}
	return CameraRoomPaging_ORDER_BY_TYPE_UNKNOWN
}

func (x *CameraRoomPaging) GetDirectionType() CameraRoomPaging_DirectionType {
	if x != nil {
		return x.DirectionType
	}
	return CameraRoomPaging_DIRECTION_TYPE_UNKNOWN
}

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

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

// Камера
type Camera struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор камеры
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// uid камеры
	Uid string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// Название камеры
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// Признак: онлайн камера или нет
	IsOnline bool `protobuf:"varint,4,opt,name=is_online,json=isOnline,proto3" json:"is_online,omitempty"`
	// Признак: Есть ли у камеры активный пользователь
	IsActiveUserCamera bool `protobuf:"varint,5,opt,name=is_active_user_camera,json=isActiveUserCamera,proto3" json:"is_active_user_camera,omitempty"`
	// Дата и время изменения статуса камеры
	StatusChangedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=status_changed_at,json=statusChangedAt,proto3" json:"status_changed_at,omitempty"`
	// MAC-адрес камеры
	Mac string `protobuf:"bytes,7,opt,name=mac,proto3" json:"mac,omitempty"`
	// IP камеры
	Ip string `protobuf:"bytes,8,opt,name=ip,proto3" json:"ip,omitempty"`
	// Внешний IP камеры
	RemoteIp string `protobuf:"bytes,9,opt,name=remote_ip,json=remoteIp,proto3" json:"remote_ip,omitempty"`
	// Дата начала действия текущего тарифа
	TariffStartedAt *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=tariff_started_at,json=tariffStartedAt,proto3" json:"tariff_started_at,omitempty"`
	// Дата окончания действия текущего тарифа
	TariffEndedAt *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=tariff_ended_at,json=tariffEndedAt,proto3" json:"tariff_ended_at,omitempty"`
	// Наименование тарифа
	TariffTitle string `protobuf:"bytes,12,opt,name=tariff_title,json=tariffTitle,proto3" json:"tariff_title,omitempty"`
	// Тип камеры
	Type Camera_Type `protobuf:"varint,13,opt,name=type,proto3,enum=keyapis.vc.v1.Camera_Type" json:"type,omitempty"`
	// Идентификатор категории.
	// Камера - 1, домофон - 2, скуд - 3, шлагбаум - 4
	CameraCategoryId int32 `protobuf:"varint,14,opt,name=camera_category_id,json=cameraCategoryId,proto3" json:"camera_category_id,omitempty"`
	// РТСП-ссылка
	RtspUrl string `protobuf:"bytes,15,opt,name=rtsp_url,json=rtspUrl,proto3" json:"rtsp_url,omitempty"`
	// Серийный номер
	SerialNumber string `protobuf:"bytes,16,opt,name=serial_number,json=serialNumber,proto3" json:"serial_number,omitempty"`
	// Идентификатор компании
	CompanyId int32 `protobuf:"varint,17,opt,name=company_id,json=companyId,proto3" json:"company_id,omitempty"`
}

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

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

func (*Camera) ProtoMessage() {}

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

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

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

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

func (x *Camera) GetIsOnline() bool {
	if x != nil {
		return x.IsOnline
	}
	return false
}

func (x *Camera) GetIsActiveUserCamera() bool {
	if x != nil {
		return x.IsActiveUserCamera
	}
	return false
}

func (x *Camera) GetStatusChangedAt() *timestamppb.Timestamp {
	if x != nil {
		return x.StatusChangedAt
	}
	return nil
}

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

func (x *Camera) GetIp() string {
	if x != nil {
		return x.Ip
	}
	return ""
}

func (x *Camera) GetRemoteIp() string {
	if x != nil {
		return x.RemoteIp
	}
	return ""
}

func (x *Camera) GetTariffStartedAt() *timestamppb.Timestamp {
	if x != nil {
		return x.TariffStartedAt
	}
	return nil
}

func (x *Camera) GetTariffEndedAt() *timestamppb.Timestamp {
	if x != nil {
		return x.TariffEndedAt
	}
	return nil
}

func (x *Camera) GetTariffTitle() string {
	if x != nil {
		return x.TariffTitle
	}
	return ""
}

func (x *Camera) GetType() Camera_Type {
	if x != nil {
		return x.Type
	}
	return Camera_TYPE_UNKNOWN
}

func (x *Camera) GetCameraCategoryId() int32 {
	if x != nil {
		return x.CameraCategoryId
	}
	return 0
}

func (x *Camera) GetRtspUrl() string {
	if x != nil {
		return x.RtspUrl
	}
	return ""
}

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

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

// Фильтр камер
type CameraFilter struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Признак активности камеры
	IsActive *wrapperspb.BoolValue `protobuf:"bytes,1,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"`
	// Признак активности канала
	IsChannelAlive *wrapperspb.BoolValue `protobuf:"bytes,2,opt,name=is_channel_alive,json=isChannelAlive,proto3" json:"is_channel_alive,omitempty"`
	// Статус камеры
	IsOnline *wrapperspb.BoolValue `protobuf:"bytes,3,opt,name=is_online,json=isOnline,proto3" json:"is_online,omitempty"`
	// Тип камеры
	CameraType Camera_Type `protobuf:"varint,4,opt,name=camera_type,json=cameraType,proto3,enum=keyapis.vc.v1.Camera_Type" json:"camera_type,omitempty"`
}

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

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

func (*CameraFilter) ProtoMessage() {}

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

func (x *CameraFilter) GetIsActive() *wrapperspb.BoolValue {
	if x != nil {
		return x.IsActive
	}
	return nil
}

func (x *CameraFilter) GetIsChannelAlive() *wrapperspb.BoolValue {
	if x != nil {
		return x.IsChannelAlive
	}
	return nil
}

func (x *CameraFilter) GetIsOnline() *wrapperspb.BoolValue {
	if x != nil {
		return x.IsOnline
	}
	return nil
}

func (x *CameraFilter) GetCameraType() Camera_Type {
	if x != nil {
		return x.CameraType
	}
	return Camera_TYPE_UNKNOWN
}

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

	// Тип значения сортировки.
	// Если значение не передано, то будет взято значение по умолчанию
	OrderByType CameraPaging_OrderByType `protobuf:"varint,1,opt,name=order_by_type,json=orderByType,proto3,enum=keyapis.vc.v1.CameraPaging_OrderByType" json:"order_by_type,omitempty"`
	// Тип направления сортировки.
	// # По умолчанию: DESC
	DirectionType CameraPaging_DirectionType `protobuf:"varint,2,opt,name=direction_type,json=directionType,proto3,enum=keyapis.vc.v1.CameraPaging_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 *CameraPaging) Reset() {
	*x = CameraPaging{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[5]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*CameraPaging) ProtoMessage() {}

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

func (x *CameraPaging) GetOrderByType() CameraPaging_OrderByType {
	if x != nil {
		return x.OrderByType
	}
	return CameraPaging_ORDER_BY_TYPE_UNKNOWN
}

func (x *CameraPaging) GetDirectionType() CameraPaging_DirectionType {
	if x != nil {
		return x.DirectionType
	}
	return CameraPaging_DIRECTION_TYPE_UNKNOWN
}

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

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

// Ограничение выборки камер
type CameraScope struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Внешний идентификатор компании
	VcCompanyId int32 `protobuf:"varint,1,opt,name=vc_company_id,json=vcCompanyId,proto3" json:"vc_company_id,omitempty"`
}

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

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

func (*CameraScope) ProtoMessage() {}

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

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

// Запрос на получение списка камер
type GetCameraListRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Ограничение выборки
	Scope *CameraScope `protobuf:"bytes,1,opt,name=scope,proto3" json:"scope,omitempty"`
	// Фильтр
	Filter *CameraFilter `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"`
	// Вариант разбиения на страницы
	//
	// Types that are assignable to Pagination:
	//
	//	*GetCameraListRequest_Paging
	Pagination isGetCameraListRequest_Pagination `protobuf_oneof:"pagination"`
}

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

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

func (*GetCameraListRequest) ProtoMessage() {}

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

func (x *GetCameraListRequest) GetScope() *CameraScope {
	if x != nil {
		return x.Scope
	}
	return nil
}

func (x *GetCameraListRequest) GetFilter() *CameraFilter {
	if x != nil {
		return x.Filter
	}
	return nil
}

func (m *GetCameraListRequest) GetPagination() isGetCameraListRequest_Pagination {
	if m != nil {
		return m.Pagination
	}
	return nil
}

func (x *GetCameraListRequest) GetPaging() *CameraPaging {
	if x, ok := x.GetPagination().(*GetCameraListRequest_Paging); ok {
		return x.Paging
	}
	return nil
}

type isGetCameraListRequest_Pagination interface {
	isGetCameraListRequest_Pagination()
}

type GetCameraListRequest_Paging struct {
	// Постраничный вывод
	Paging *CameraPaging `protobuf:"bytes,3,opt,name=paging,proto3,oneof"`
}

func (*GetCameraListRequest_Paging) isGetCameraListRequest_Pagination() {}

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

	// Тип ответа
	//
	// Types that are assignable to Type:
	//
	//	*GetCameraListResponse_Data_
	//	*GetCameraListResponse_Error_
	Type isGetCameraListResponse_Type `protobuf_oneof:"type"`
}

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

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

func (*GetCameraListResponse) ProtoMessage() {}

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

func (m *GetCameraListResponse) GetType() isGetCameraListResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetCameraListResponse) GetData() *GetCameraListResponse_Data {
	if x, ok := x.GetType().(*GetCameraListResponse_Data_); ok {
		return x.Data
	}
	return nil
}

func (x *GetCameraListResponse) GetError() *GetCameraListResponse_Error {
	if x, ok := x.GetType().(*GetCameraListResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isGetCameraListResponse_Type interface {
	isGetCameraListResponse_Type()
}

type GetCameraListResponse_Data_ struct {
	// Список
	Data *GetCameraListResponse_Data `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

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

func (*GetCameraListResponse_Data_) isGetCameraListResponse_Type() {}

func (*GetCameraListResponse_Error_) isGetCameraListResponse_Type() {}

// Запрос получения камеры
type GetCameraRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Ограничение выборки
	Scope *CameraScope `protobuf:"bytes,1,opt,name=scope,proto3" json:"scope,omitempty"`
	// uid камеры
	Uid string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
}

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

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

func (*GetCameraRequest) ProtoMessage() {}

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

func (x *GetCameraRequest) GetScope() *CameraScope {
	if x != nil {
		return x.Scope
	}
	return nil
}

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

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

	// Тип ответа
	//
	// Types that are assignable to Type:
	//
	//	*GetCameraResponse_Data
	//	*GetCameraResponse_Error_
	Type isGetCameraResponse_Type `protobuf_oneof:"type"`
}

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

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

func (*GetCameraResponse) ProtoMessage() {}

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

func (m *GetCameraResponse) GetType() isGetCameraResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetCameraResponse) GetData() *Camera {
	if x, ok := x.GetType().(*GetCameraResponse_Data); ok {
		return x.Data
	}
	return nil
}

func (x *GetCameraResponse) GetError() *GetCameraResponse_Error {
	if x, ok := x.GetType().(*GetCameraResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isGetCameraResponse_Type interface {
	isGetCameraResponse_Type()
}

type GetCameraResponse_Data struct {
	// Камера
	Data *Camera `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

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

func (*GetCameraResponse_Data) isGetCameraResponse_Type() {}

func (*GetCameraResponse_Error_) isGetCameraResponse_Type() {}

// Запрос получения камеры
type GetCameraRtspUrlExternalIdRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор камеры в vcfront.
	// # Тип: Guid
	ExternalId string `protobuf:"bytes,1,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
}

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

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

func (*GetCameraRtspUrlExternalIdRequest) ProtoMessage() {}

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

func (x *GetCameraRtspUrlExternalIdRequest) GetExternalId() string {
	if x != nil {
		return x.ExternalId
	}
	return ""
}

// Ответ на запрос получения RTSP-ссылки по идентификатору камеры в vcfront
type GetCameraRtspUrlExternalIdResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

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

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

func (*GetCameraRtspUrlExternalIdResponse) ProtoMessage() {}

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

func (m *GetCameraRtspUrlExternalIdResponse) GetType() isGetCameraRtspUrlExternalIdResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetCameraRtspUrlExternalIdResponse) GetData() *GetCameraRtspUrlExternalIdResponse_CameraRtspUrl {
	if x, ok := x.GetType().(*GetCameraRtspUrlExternalIdResponse_Data); ok {
		return x.Data
	}
	return nil
}

func (x *GetCameraRtspUrlExternalIdResponse) GetError() *GetCameraRtspUrlExternalIdResponse_Error {
	if x, ok := x.GetType().(*GetCameraRtspUrlExternalIdResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isGetCameraRtspUrlExternalIdResponse_Type interface {
	isGetCameraRtspUrlExternalIdResponse_Type()
}

type GetCameraRtspUrlExternalIdResponse_Data struct {
	// RTSP-ссылка
	Data *GetCameraRtspUrlExternalIdResponse_CameraRtspUrl `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

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

func (*GetCameraRtspUrlExternalIdResponse_Data) isGetCameraRtspUrlExternalIdResponse_Type() {}

func (*GetCameraRtspUrlExternalIdResponse_Error_) isGetCameraRtspUrlExternalIdResponse_Type() {}

// Запрос привязки камеры и квартиры
type PutCameraRoomAttachRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Связь Camera и Room
	Data *CameraRoom `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
}

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

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

func (*PutCameraRoomAttachRequest) ProtoMessage() {}

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

func (x *PutCameraRoomAttachRequest) GetData() *CameraRoom {
	if x != nil {
		return x.Data
	}
	return nil
}

// Ответ привязки камеры и квартиры
type PutCameraRoomAttachResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

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

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

func (*PutCameraRoomAttachResponse) ProtoMessage() {}

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

func (m *PutCameraRoomAttachResponse) GetType() isPutCameraRoomAttachResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *PutCameraRoomAttachResponse) GetError() *PutCameraRoomAttachResponse_Error {
	if x, ok := x.GetType().(*PutCameraRoomAttachResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isPutCameraRoomAttachResponse_Type interface {
	isPutCameraRoomAttachResponse_Type()
}

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

func (*PutCameraRoomAttachResponse_Error_) isPutCameraRoomAttachResponse_Type() {}

// Запрос пакетной привязки камер и квартир
type PutCameraRoomAttachListRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Массив связей Camera и Room
	Data []*CameraRoom `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
}

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

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

func (*PutCameraRoomAttachListRequest) ProtoMessage() {}

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

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

// Ответ на запрос пакетной привязки камер и квартир
type PutCameraRoomAttachListResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

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

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

func (*PutCameraRoomAttachListResponse) ProtoMessage() {}

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

func (m *PutCameraRoomAttachListResponse) GetType() isPutCameraRoomAttachListResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *PutCameraRoomAttachListResponse) GetError() *PutCameraRoomAttachListResponse_Error {
	if x, ok := x.GetType().(*PutCameraRoomAttachListResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isPutCameraRoomAttachListResponse_Type interface {
	isPutCameraRoomAttachListResponse_Type()
}

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

func (*PutCameraRoomAttachListResponse_Error_) isPutCameraRoomAttachListResponse_Type() {}

// Запрос отвязки камеры и квартиры
type PutCameraRoomDetachRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Связь Camera и Room
	Data *CameraRoom `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
}

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

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

func (*PutCameraRoomDetachRequest) ProtoMessage() {}

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

func (x *PutCameraRoomDetachRequest) GetData() *CameraRoom {
	if x != nil {
		return x.Data
	}
	return nil
}

// Ответ отвязки камеры и квартиры
type PutCameraRoomDetachResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

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

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

func (*PutCameraRoomDetachResponse) ProtoMessage() {}

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

func (m *PutCameraRoomDetachResponse) GetType() isPutCameraRoomDetachResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *PutCameraRoomDetachResponse) GetError() *PutCameraRoomDetachResponse_Error {
	if x, ok := x.GetType().(*PutCameraRoomDetachResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isPutCameraRoomDetachResponse_Type interface {
	isPutCameraRoomDetachResponse_Type()
}

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

func (*PutCameraRoomDetachResponse_Error_) isPutCameraRoomDetachResponse_Type() {}

// Запрос пакетной отвязки камер и квартир
type PutCameraRoomDetachListRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Массив связей Camera и Room
	Data []*CameraRoom `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
}

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

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

func (*PutCameraRoomDetachListRequest) ProtoMessage() {}

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

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

// Ответ на запрос пакетной отвязки камер и квартир
type PutCameraRoomDetachListResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

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

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

func (*PutCameraRoomDetachListResponse) ProtoMessage() {}

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

func (m *PutCameraRoomDetachListResponse) GetType() isPutCameraRoomDetachListResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *PutCameraRoomDetachListResponse) GetError() *PutCameraRoomDetachListResponse_Error {
	if x, ok := x.GetType().(*PutCameraRoomDetachListResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isPutCameraRoomDetachListResponse_Type interface {
	isPutCameraRoomDetachListResponse_Type()
}

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

func (*PutCameraRoomDetachListResponse_Error_) isPutCameraRoomDetachListResponse_Type() {}

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

	// Фильтр
	Filter *CameraRoomFilter `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
}

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

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

func (*GetCameraRoomCountRequest) ProtoMessage() {}

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

func (x *GetCameraRoomCountRequest) GetFilter() *CameraRoomFilter {
	if x != nil {
		return x.Filter
	}
	return nil
}

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

	// Тип ответа
	//
	// Types that are assignable to Type:
	//
	//	*GetCameraRoomCountResponse_Data
	//	*GetCameraRoomCountResponse_Error_
	Type isGetCameraRoomCountResponse_Type `protobuf_oneof:"type"`
}

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

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

func (*GetCameraRoomCountResponse) ProtoMessage() {}

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

func (m *GetCameraRoomCountResponse) GetType() isGetCameraRoomCountResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetCameraRoomCountResponse) GetData() int32 {
	if x, ok := x.GetType().(*GetCameraRoomCountResponse_Data); ok {
		return x.Data
	}
	return 0
}

func (x *GetCameraRoomCountResponse) GetError() *GetCameraRoomCountResponse_Error {
	if x, ok := x.GetType().(*GetCameraRoomCountResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isGetCameraRoomCountResponse_Type interface {
	isGetCameraRoomCountResponse_Type()
}

type GetCameraRoomCountResponse_Data struct {
	// Всего количество
	Data int32 `protobuf:"varint,1,opt,name=data,proto3,oneof"`
}

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

func (*GetCameraRoomCountResponse_Data) isGetCameraRoomCountResponse_Type() {}

func (*GetCameraRoomCountResponse_Error_) isGetCameraRoomCountResponse_Type() {}

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

	// Фильтр
	Filter *CameraRoomFilter `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	// Вариант разбиения на страницы
	//
	// Types that are assignable to Pagination:
	//
	//	*GetCameraRoomListRequest_Paging
	Pagination isGetCameraRoomListRequest_Pagination `protobuf_oneof:"pagination"`
}

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

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

func (*GetCameraRoomListRequest) ProtoMessage() {}

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

func (x *GetCameraRoomListRequest) GetFilter() *CameraRoomFilter {
	if x != nil {
		return x.Filter
	}
	return nil
}

func (m *GetCameraRoomListRequest) GetPagination() isGetCameraRoomListRequest_Pagination {
	if m != nil {
		return m.Pagination
	}
	return nil
}

func (x *GetCameraRoomListRequest) GetPaging() *CameraRoomPaging {
	if x, ok := x.GetPagination().(*GetCameraRoomListRequest_Paging); ok {
		return x.Paging
	}
	return nil
}

type isGetCameraRoomListRequest_Pagination interface {
	isGetCameraRoomListRequest_Pagination()
}

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

func (*GetCameraRoomListRequest_Paging) isGetCameraRoomListRequest_Pagination() {}

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

	// Тип ответа
	//
	// Types that are assignable to Type:
	//
	//	*GetCameraRoomListResponse_Data
	//	*GetCameraRoomListResponse_Error_
	Type isGetCameraRoomListResponse_Type `protobuf_oneof:"type"`
}

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

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

func (*GetCameraRoomListResponse) ProtoMessage() {}

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

func (m *GetCameraRoomListResponse) GetType() isGetCameraRoomListResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetCameraRoomListResponse) GetData() *CameraRoom {
	if x, ok := x.GetType().(*GetCameraRoomListResponse_Data); ok {
		return x.Data
	}
	return nil
}

func (x *GetCameraRoomListResponse) GetError() *GetCameraRoomListResponse_Error {
	if x, ok := x.GetType().(*GetCameraRoomListResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isGetCameraRoomListResponse_Type interface {
	isGetCameraRoomListResponse_Type()
}

type GetCameraRoomListResponse_Data struct {
	// Связь камеры и квартиры
	Data *CameraRoom `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

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

func (*GetCameraRoomListResponse_Data) isGetCameraRoomListResponse_Type() {}

func (*GetCameraRoomListResponse_Error_) isGetCameraRoomListResponse_Type() {}

// Запрос удаления камеры
type DeleteCameraRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор камеры в vcfront.
	// # Тип: Guid
	Uid string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	// Флаг полного (безвозвратного) удаления камеры
	IsDeletePermanently bool `protobuf:"varint,2,opt,name=is_delete_permanently,json=isDeletePermanently,proto3" json:"is_delete_permanently,omitempty"`
}

func (x *DeleteCameraRequest) Reset() {
	*x = DeleteCameraRequest{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[25]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*DeleteCameraRequest) ProtoMessage() {}

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

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

func (x *DeleteCameraRequest) GetIsDeletePermanently() bool {
	if x != nil {
		return x.IsDeletePermanently
	}
	return false
}

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

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

func (x *DeleteCameraResponse) Reset() {
	*x = DeleteCameraResponse{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[26]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*DeleteCameraResponse) ProtoMessage() {}

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

func (m *DeleteCameraResponse) GetType() isDeleteCameraResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *DeleteCameraResponse) GetError() *DeleteCameraResponse_Error {
	if x, ok := x.GetType().(*DeleteCameraResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isDeleteCameraResponse_Type interface {
	isDeleteCameraResponse_Type()
}

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

func (*DeleteCameraResponse_Error_) isDeleteCameraResponse_Type() {}

// Запрос создания камеры
type PostCameraRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Камера
	Data *Camera `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
}

func (x *PostCameraRequest) Reset() {
	*x = PostCameraRequest{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[27]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*PostCameraRequest) ProtoMessage() {}

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

func (x *PostCameraRequest) GetData() *Camera {
	if x != nil {
		return x.Data
	}
	return nil
}

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

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

func (x *PostCameraResponse) Reset() {
	*x = PostCameraResponse{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[28]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*PostCameraResponse) ProtoMessage() {}

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

func (m *PostCameraResponse) GetType() isPostCameraResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *PostCameraResponse) GetError() *PostCameraResponse_Error {
	if x, ok := x.GetType().(*PostCameraResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isPostCameraResponse_Type interface {
	isPostCameraResponse_Type()
}

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

func (*PostCameraResponse_Error_) isPostCameraResponse_Type() {}

// Запрос получения дней, когда доступны записи
type GetCameraCalendarRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор камеры в vcfront.
	// # Тип: Guid
	Uid string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	// Смещение от UTC в минутах
	Offset *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=offset,proto3" json:"offset,omitempty"`
}

func (x *GetCameraCalendarRequest) Reset() {
	*x = GetCameraCalendarRequest{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[29]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GetCameraCalendarRequest) ProtoMessage() {}

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

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

func (x *GetCameraCalendarRequest) GetOffset() *wrapperspb.Int32Value {
	if x != nil {
		return x.Offset
	}
	return nil
}

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

	// Тип ответа
	//
	// Types that are assignable to Type:
	//
	//	*GetCameraCalendarResponse_Data
	//	*GetCameraCalendarResponse_Error_
	Type isGetCameraCalendarResponse_Type `protobuf_oneof:"type"`
}

func (x *GetCameraCalendarResponse) Reset() {
	*x = GetCameraCalendarResponse{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[30]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GetCameraCalendarResponse) ProtoMessage() {}

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

func (m *GetCameraCalendarResponse) GetType() isGetCameraCalendarResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetCameraCalendarResponse) GetData() *GetCameraCalendarResponse_Caledar {
	if x, ok := x.GetType().(*GetCameraCalendarResponse_Data); ok {
		return x.Data
	}
	return nil
}

func (x *GetCameraCalendarResponse) GetError() *GetCameraCalendarResponse_Error {
	if x, ok := x.GetType().(*GetCameraCalendarResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isGetCameraCalendarResponse_Type interface {
	isGetCameraCalendarResponse_Type()
}

type GetCameraCalendarResponse_Data struct {
	// Дни с записями
	Data *GetCameraCalendarResponse_Caledar `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

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

func (*GetCameraCalendarResponse_Data) isGetCameraCalendarResponse_Type() {}

func (*GetCameraCalendarResponse_Error_) isGetCameraCalendarResponse_Type() {}

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

	// Идентификатор камеры в vcfront.
	// # Тип: Guid
	Uid string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	// Смещение от UTC в минутах
	Offset *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=offset,proto3" json:"offset,omitempty"`
}

func (x *GetCameraIntervalsRequest) Reset() {
	*x = GetCameraIntervalsRequest{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[31]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GetCameraIntervalsRequest) ProtoMessage() {}

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

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

func (x *GetCameraIntervalsRequest) GetOffset() *wrapperspb.Int32Value {
	if x != nil {
		return x.Offset
	}
	return nil
}

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

	// Тип ответа
	//
	// Types that are assignable to Type:
	//
	//	*GetCameraIntervalsResponse_Data
	//	*GetCameraIntervalsResponse_Error_
	Type isGetCameraIntervalsResponse_Type `protobuf_oneof:"type"`
}

func (x *GetCameraIntervalsResponse) Reset() {
	*x = GetCameraIntervalsResponse{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[32]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GetCameraIntervalsResponse) ProtoMessage() {}

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

func (m *GetCameraIntervalsResponse) GetType() isGetCameraIntervalsResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetCameraIntervalsResponse) GetData() *GetCameraIntervalsResponse_Interval {
	if x, ok := x.GetType().(*GetCameraIntervalsResponse_Data); ok {
		return x.Data
	}
	return nil
}

func (x *GetCameraIntervalsResponse) GetError() *GetCameraIntervalsResponse_Error {
	if x, ok := x.GetType().(*GetCameraIntervalsResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isGetCameraIntervalsResponse_Type interface {
	isGetCameraIntervalsResponse_Type()
}

type GetCameraIntervalsResponse_Data struct {
	// Интервалы
	Data *GetCameraIntervalsResponse_Interval `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

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

func (*GetCameraIntervalsResponse_Data) isGetCameraIntervalsResponse_Type() {}

func (*GetCameraIntervalsResponse_Error_) isGetCameraIntervalsResponse_Type() {}

// Ошибки валидации.
// Эти проверки выполняются до обращения в базу данных
type ValidationError struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Путь к полю в формате наименования прото
	Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	// Валидационное сообщение
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
}

func (x *ValidationError) Reset() {
	*x = ValidationError{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[33]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*ValidationError) ProtoMessage() {}

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

func (x *ValidationError) GetPath() string {
	if x != nil {
		return x.Path
	}
	return ""
}

func (x *ValidationError) GetMessage() string {
	if x != nil {
		return x.Message
	}
	return ""
}

// Ошибки валидации
type Camera_ValidationError struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Причина
	//
	// Types that are assignable to Reason:
	//
	//	*Camera_ValidationError_RtspUrlRequired_
	//	*Camera_ValidationError_OneFieldMacOrSerialNumberRequired_
	Reason isCamera_ValidationError_Reason `protobuf_oneof:"reason"`
}

func (x *Camera_ValidationError) Reset() {
	*x = Camera_ValidationError{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[34]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*Camera_ValidationError) ProtoMessage() {}

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

func (m *Camera_ValidationError) GetReason() isCamera_ValidationError_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

func (x *Camera_ValidationError) GetRtspUrlRequired() *Camera_ValidationError_RtspUrlRequired {
	if x, ok := x.GetReason().(*Camera_ValidationError_RtspUrlRequired_); ok {
		return x.RtspUrlRequired
	}
	return nil
}

func (x *Camera_ValidationError) GetOneFieldMacOrSerialNumberRequired() *Camera_ValidationError_OneFieldMacOrSerialNumberRequired {
	if x, ok := x.GetReason().(*Camera_ValidationError_OneFieldMacOrSerialNumberRequired_); ok {
		return x.OneFieldMacOrSerialNumberRequired
	}
	return nil
}

type isCamera_ValidationError_Reason interface {
	isCamera_ValidationError_Reason()
}

type Camera_ValidationError_RtspUrlRequired_ struct {
	// Поле rtsp_url должно быть заполнено
	RtspUrlRequired *Camera_ValidationError_RtspUrlRequired `protobuf:"bytes,1,opt,name=rtsp_url_required,json=rtspUrlRequired,proto3,oneof"`
}

type Camera_ValidationError_OneFieldMacOrSerialNumberRequired_ struct {
	// Только одно поле обязательно к заполнению mac или serial_number
	OneFieldMacOrSerialNumberRequired *Camera_ValidationError_OneFieldMacOrSerialNumberRequired `protobuf:"bytes,2,opt,name=one_field_mac_or_serial_number_required,json=oneFieldMacOrSerialNumberRequired,proto3,oneof"`
}

func (*Camera_ValidationError_RtspUrlRequired_) isCamera_ValidationError_Reason() {}

func (*Camera_ValidationError_OneFieldMacOrSerialNumberRequired_) isCamera_ValidationError_Reason() {}

// Поле rtsp_url должно быть заполнено.
// Только для камер с типом ROSE
type Camera_ValidationError_RtspUrlRequired struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

func (x *Camera_ValidationError_RtspUrlRequired) Reset() {
	*x = Camera_ValidationError_RtspUrlRequired{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[35]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*Camera_ValidationError_RtspUrlRequired) ProtoMessage() {}

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

// Только одно поле обязательно к заполнению mac или serial_number.
// Для камер с типом VIOLET и DVR
type Camera_ValidationError_OneFieldMacOrSerialNumberRequired struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

func (x *Camera_ValidationError_OneFieldMacOrSerialNumberRequired) Reset() {
	*x = Camera_ValidationError_OneFieldMacOrSerialNumberRequired{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[36]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*Camera_ValidationError_OneFieldMacOrSerialNumberRequired) ProtoMessage() {}

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

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

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

func (x *GetCameraListResponse_Error) Reset() {
	*x = GetCameraListResponse_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[37]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GetCameraListResponse_Error) ProtoMessage() {}

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

func (m *GetCameraListResponse_Error) GetReason() isGetCameraListResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isGetCameraListResponse_Error_Reason interface {
	isGetCameraListResponse_Error_Reason()
}

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

func (*GetCameraListResponse_Error_Validation) isGetCameraListResponse_Error_Reason() {}

// Список
type GetCameraListResponse_Data struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Список Camera
	Items []*Camera `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	// Всего количество
	Total int32 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
}

func (x *GetCameraListResponse_Data) Reset() {
	*x = GetCameraListResponse_Data{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[38]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GetCameraListResponse_Data) ProtoMessage() {}

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

func (x *GetCameraListResponse_Data) GetItems() []*Camera {
	if x != nil {
		return x.Items
	}
	return nil
}

func (x *GetCameraListResponse_Data) GetTotal() int32 {
	if x != nil {
		return x.Total
	}
	return 0
}

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

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

func (x *GetCameraResponse_Error) Reset() {
	*x = GetCameraResponse_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[39]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GetCameraResponse_Error) ProtoMessage() {}

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

func (m *GetCameraResponse_Error) GetReason() isGetCameraResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isGetCameraResponse_Error_Reason interface {
	isGetCameraResponse_Error_Reason()
}

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

func (*GetCameraResponse_Error_Validation) isGetCameraResponse_Error_Reason() {}

// RTSP-ссылка
type GetCameraRtspUrlExternalIdResponse_CameraRtspUrl struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// RTSP-ссылка
	RtspUrl string `protobuf:"bytes,1,opt,name=rtsp_url,json=rtspUrl,proto3" json:"rtsp_url,omitempty"`
}

func (x *GetCameraRtspUrlExternalIdResponse_CameraRtspUrl) Reset() {
	*x = GetCameraRtspUrlExternalIdResponse_CameraRtspUrl{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[40]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GetCameraRtspUrlExternalIdResponse_CameraRtspUrl) ProtoMessage() {}

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

func (x *GetCameraRtspUrlExternalIdResponse_CameraRtspUrl) GetRtspUrl() string {
	if x != nil {
		return x.RtspUrl
	}
	return ""
}

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

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

func (x *GetCameraRtspUrlExternalIdResponse_Error) Reset() {
	*x = GetCameraRtspUrlExternalIdResponse_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[41]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GetCameraRtspUrlExternalIdResponse_Error) ProtoMessage() {}

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

func (m *GetCameraRtspUrlExternalIdResponse_Error) GetReason() isGetCameraRtspUrlExternalIdResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isGetCameraRtspUrlExternalIdResponse_Error_Reason interface {
	isGetCameraRtspUrlExternalIdResponse_Error_Reason()
}

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

func (*GetCameraRtspUrlExternalIdResponse_Error_Validation) isGetCameraRtspUrlExternalIdResponse_Error_Reason() {
}

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

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

func (x *PutCameraRoomAttachResponse_Error) Reset() {
	*x = PutCameraRoomAttachResponse_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[42]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*PutCameraRoomAttachResponse_Error) ProtoMessage() {}

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

func (m *PutCameraRoomAttachResponse_Error) GetReason() isPutCameraRoomAttachResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isPutCameraRoomAttachResponse_Error_Reason interface {
	isPutCameraRoomAttachResponse_Error_Reason()
}

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

func (*PutCameraRoomAttachResponse_Error_Validation) isPutCameraRoomAttachResponse_Error_Reason() {}

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

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

func (x *PutCameraRoomAttachListResponse_Error) Reset() {
	*x = PutCameraRoomAttachListResponse_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[43]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*PutCameraRoomAttachListResponse_Error) ProtoMessage() {}

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

func (m *PutCameraRoomAttachListResponse_Error) GetReason() isPutCameraRoomAttachListResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isPutCameraRoomAttachListResponse_Error_Reason interface {
	isPutCameraRoomAttachListResponse_Error_Reason()
}

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

func (*PutCameraRoomAttachListResponse_Error_Validation) isPutCameraRoomAttachListResponse_Error_Reason() {
}

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

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

func (x *PutCameraRoomDetachResponse_Error) Reset() {
	*x = PutCameraRoomDetachResponse_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[44]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*PutCameraRoomDetachResponse_Error) ProtoMessage() {}

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

func (m *PutCameraRoomDetachResponse_Error) GetReason() isPutCameraRoomDetachResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isPutCameraRoomDetachResponse_Error_Reason interface {
	isPutCameraRoomDetachResponse_Error_Reason()
}

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

func (*PutCameraRoomDetachResponse_Error_Validation) isPutCameraRoomDetachResponse_Error_Reason() {}

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

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

func (x *PutCameraRoomDetachListResponse_Error) Reset() {
	*x = PutCameraRoomDetachListResponse_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[45]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*PutCameraRoomDetachListResponse_Error) ProtoMessage() {}

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

func (m *PutCameraRoomDetachListResponse_Error) GetReason() isPutCameraRoomDetachListResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isPutCameraRoomDetachListResponse_Error_Reason interface {
	isPutCameraRoomDetachListResponse_Error_Reason()
}

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

func (*PutCameraRoomDetachListResponse_Error_Validation) isPutCameraRoomDetachListResponse_Error_Reason() {
}

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

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

func (x *GetCameraRoomCountResponse_Error) Reset() {
	*x = GetCameraRoomCountResponse_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[46]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GetCameraRoomCountResponse_Error) ProtoMessage() {}

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

func (m *GetCameraRoomCountResponse_Error) GetReason() isGetCameraRoomCountResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isGetCameraRoomCountResponse_Error_Reason interface {
	isGetCameraRoomCountResponse_Error_Reason()
}

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

func (*GetCameraRoomCountResponse_Error_Validation) isGetCameraRoomCountResponse_Error_Reason() {}

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

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

func (x *GetCameraRoomListResponse_Error) Reset() {
	*x = GetCameraRoomListResponse_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[47]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GetCameraRoomListResponse_Error) ProtoMessage() {}

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

func (m *GetCameraRoomListResponse_Error) GetReason() isGetCameraRoomListResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isGetCameraRoomListResponse_Error_Reason interface {
	isGetCameraRoomListResponse_Error_Reason()
}

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

func (*GetCameraRoomListResponse_Error_Validation) isGetCameraRoomListResponse_Error_Reason() {}

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

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

func (x *DeleteCameraResponse_Error) Reset() {
	*x = DeleteCameraResponse_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[48]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*DeleteCameraResponse_Error) ProtoMessage() {}

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

func (m *DeleteCameraResponse_Error) GetReason() isDeleteCameraResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isDeleteCameraResponse_Error_Reason interface {
	isDeleteCameraResponse_Error_Reason()
}

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

func (*DeleteCameraResponse_Error_Validation) isDeleteCameraResponse_Error_Reason() {}

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

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

func (x *PostCameraResponse_Error) Reset() {
	*x = PostCameraResponse_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[49]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*PostCameraResponse_Error) ProtoMessage() {}

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

func (m *PostCameraResponse_Error) GetReason() isPostCameraResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

func (x *PostCameraResponse_Error) GetCameraValidation() *Camera_ValidationError {
	if x, ok := x.GetReason().(*PostCameraResponse_Error_CameraValidation); ok {
		return x.CameraValidation
	}
	return nil
}

func (x *PostCameraResponse_Error) GetVc() *PostCameraResponse_Error_VcError {
	if x, ok := x.GetReason().(*PostCameraResponse_Error_Vc); ok {
		return x.Vc
	}
	return nil
}

type isPostCameraResponse_Error_Reason interface {
	isPostCameraResponse_Error_Reason()
}

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

type PostCameraResponse_Error_CameraValidation struct {
	// Ошибка валидации
	CameraValidation *Camera_ValidationError `protobuf:"bytes,2,opt,name=camera_validation,json=cameraValidation,proto3,oneof"`
}

type PostCameraResponse_Error_Vc struct {
	// Ошибка в сервисе ВН
	Vc *PostCameraResponse_Error_VcError `protobuf:"bytes,3,opt,name=vc,proto3,oneof"`
}

func (*PostCameraResponse_Error_Validation) isPostCameraResponse_Error_Reason() {}

func (*PostCameraResponse_Error_CameraValidation) isPostCameraResponse_Error_Reason() {}

func (*PostCameraResponse_Error_Vc) isPostCameraResponse_Error_Reason() {}

// Ошибка в сервисе ВН
type PostCameraResponse_Error_VcError struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Текст ошибки
	Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
}

func (x *PostCameraResponse_Error_VcError) Reset() {
	*x = PostCameraResponse_Error_VcError{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[50]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*PostCameraResponse_Error_VcError) ProtoMessage() {}

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

func (x *PostCameraResponse_Error_VcError) GetText() string {
	if x != nil {
		return x.Text
	}
	return ""
}

// Дни с записями
type GetCameraCalendarResponse_Caledar struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// День с записью
	Items []string `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
}

func (x *GetCameraCalendarResponse_Caledar) Reset() {
	*x = GetCameraCalendarResponse_Caledar{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[51]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GetCameraCalendarResponse_Caledar) ProtoMessage() {}

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

func (x *GetCameraCalendarResponse_Caledar) GetItems() []string {
	if x != nil {
		return x.Items
	}
	return nil
}

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

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

func (x *GetCameraCalendarResponse_Error) Reset() {
	*x = GetCameraCalendarResponse_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[52]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GetCameraCalendarResponse_Error) ProtoMessage() {}

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

func (m *GetCameraCalendarResponse_Error) GetReason() isGetCameraCalendarResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

func (x *GetCameraCalendarResponse_Error) GetVc() *GetCameraCalendarResponse_Error_VcError {
	if x, ok := x.GetReason().(*GetCameraCalendarResponse_Error_Vc); ok {
		return x.Vc
	}
	return nil
}

type isGetCameraCalendarResponse_Error_Reason interface {
	isGetCameraCalendarResponse_Error_Reason()
}

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

type GetCameraCalendarResponse_Error_Vc struct {
	// Ошибка в сервисе ВН
	Vc *GetCameraCalendarResponse_Error_VcError `protobuf:"bytes,2,opt,name=vc,proto3,oneof"`
}

func (*GetCameraCalendarResponse_Error_Validation) isGetCameraCalendarResponse_Error_Reason() {}

func (*GetCameraCalendarResponse_Error_Vc) isGetCameraCalendarResponse_Error_Reason() {}

// Ошибка в сервисе ВН
type GetCameraCalendarResponse_Error_VcError struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Текст ошибки
	Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
}

func (x *GetCameraCalendarResponse_Error_VcError) Reset() {
	*x = GetCameraCalendarResponse_Error_VcError{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[53]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GetCameraCalendarResponse_Error_VcError) ProtoMessage() {}

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

func (x *GetCameraCalendarResponse_Error_VcError) GetText() string {
	if x != nil {
		return x.Text
	}
	return ""
}

// Интервалы
type GetCameraIntervalsResponse_Interval struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Список интервалов
	Items []*GetCameraIntervalsResponse_Interval_Item `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
}

func (x *GetCameraIntervalsResponse_Interval) Reset() {
	*x = GetCameraIntervalsResponse_Interval{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[54]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GetCameraIntervalsResponse_Interval) ProtoMessage() {}

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

func (x *GetCameraIntervalsResponse_Interval) GetItems() []*GetCameraIntervalsResponse_Interval_Item {
	if x != nil {
		return x.Items
	}
	return nil
}

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

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

func (x *GetCameraIntervalsResponse_Error) Reset() {
	*x = GetCameraIntervalsResponse_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[55]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GetCameraIntervalsResponse_Error) ProtoMessage() {}

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

func (m *GetCameraIntervalsResponse_Error) GetReason() isGetCameraIntervalsResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

func (x *GetCameraIntervalsResponse_Error) GetVc() *GetCameraIntervalsResponse_Error_VcError {
	if x, ok := x.GetReason().(*GetCameraIntervalsResponse_Error_Vc); ok {
		return x.Vc
	}
	return nil
}

type isGetCameraIntervalsResponse_Error_Reason interface {
	isGetCameraIntervalsResponse_Error_Reason()
}

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

type GetCameraIntervalsResponse_Error_Vc struct {
	// Ошибка в сервисе ВН
	Vc *GetCameraIntervalsResponse_Error_VcError `protobuf:"bytes,2,opt,name=vc,proto3,oneof"`
}

func (*GetCameraIntervalsResponse_Error_Validation) isGetCameraIntervalsResponse_Error_Reason() {}

func (*GetCameraIntervalsResponse_Error_Vc) isGetCameraIntervalsResponse_Error_Reason() {}

// Интервал
type GetCameraIntervalsResponse_Interval_Item struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Значение интервала с.
	// # Тип: DateTime
	SinceAt *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=since_at,json=sinceAt,proto3" json:"since_at,omitempty"`
	// Значение интервала до.
	// # Тип: DateTime
	TillAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=till_at,json=tillAt,proto3" json:"till_at,omitempty"`
}

func (x *GetCameraIntervalsResponse_Interval_Item) Reset() {
	*x = GetCameraIntervalsResponse_Interval_Item{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[56]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GetCameraIntervalsResponse_Interval_Item) ProtoMessage() {}

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

func (x *GetCameraIntervalsResponse_Interval_Item) GetSinceAt() *timestamppb.Timestamp {
	if x != nil {
		return x.SinceAt
	}
	return nil
}

func (x *GetCameraIntervalsResponse_Interval_Item) GetTillAt() *timestamppb.Timestamp {
	if x != nil {
		return x.TillAt
	}
	return nil
}

// Ошибка в сервисе ВН
type GetCameraIntervalsResponse_Error_VcError struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Текст ошибки
	Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
}

func (x *GetCameraIntervalsResponse_Error_VcError) Reset() {
	*x = GetCameraIntervalsResponse_Error_VcError{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[57]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GetCameraIntervalsResponse_Error_VcError) ProtoMessage() {}

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

func (x *GetCameraIntervalsResponse_Error_VcError) GetText() string {
	if x != nil {
		return x.Text
	}
	return ""
}

var File_keyapis_vc_v1_keyapis_vc_camera_v1_proto protoreflect.FileDescriptor

var file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_rawDesc = []byte{
	0x0a, 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, 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, 0x20, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
	0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69,
	0x70, 0x74, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1e, 0x67, 0x6f, 0x6f, 0x67,
	0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x77, 0x72, 0x61, 0x70,
	0x70, 0x65, 0x72, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 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, 0x22, 0x71, 0x0a, 0x0a, 0x43,
	0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d, 0x12, 0x22, 0x0a, 0x0a, 0x63, 0x61, 0x6d,
	0x65, 0x72, 0x61, 0x5f, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0,
	0x41, 0x02, 0x52, 0x09, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x55, 0x69, 0x64, 0x12, 0x19, 0x0a,
	0x05, 0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x42, 0x03, 0xe0, 0x41,
	0x02, 0x52, 0x05, 0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x12, 0x24, 0x0a, 0x0b, 0x72, 0x6f, 0x6f, 0x6d,
	0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0,
	0x41, 0x02, 0x52, 0x0a, 0x72, 0x6f, 0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x22, 0x6e,
	0x0a, 0x10, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d, 0x46, 0x69, 0x6c, 0x74,
	0x65, 0x72, 0x12, 0x1f, 0x0a, 0x0b, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x5f, 0x75, 0x69, 0x64,
	0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x55,
	0x69, 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, 0x21, 0x0a, 0x0c, 0x72,
	0x6f, 0x6f, 0x6d, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28,
	0x09, 0x52, 0x0b, 0x72, 0x6f, 0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x22, 0xf8,
	0x02, 0x0a, 0x10, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d, 0x50, 0x61, 0x67,
	0x69, 0x6e, 0x67, 0x12, 0x4f, 0x0a, 0x0d, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x62, 0x79, 0x5f,
	0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2b, 0x2e, 0x6b, 0x65, 0x79,
	0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72,
	0x61, 0x52, 0x6f, 0x6f, 0x6d, 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, 0x54, 0x0a, 0x0e, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f,
	0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2d, 0x2e, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d,
	0x65, 0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d, 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, 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, 0x4f, 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, 0x0e, 0x0a, 0x0a, 0x43, 0x41, 0x4d, 0x45, 0x52, 0x41, 0x5f, 0x55, 0x49, 0x44,
	0x10, 0x01, 0x12, 0x15, 0x0a, 0x11, 0x4f, 0x52, 0x50, 0x4f, 0x4e, 0x5f, 0x52, 0x4f, 0x4f, 0x4d,
	0x5f, 0x4e, 0x55, 0x4d, 0x42, 0x45, 0x52, 0x10, 0x02, 0x22, 0xee, 0x08, 0x0a, 0x06, 0x43, 0x61,
	0x6d, 0x65, 0x72, 0x61, 0x12, 0x13, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
	0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x15, 0x0a, 0x03, 0x75, 0x69, 0x64,
	0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x03, 0x75, 0x69, 0x64,
	0x12, 0x17, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03,
	0xe0, 0x41, 0x03, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x09, 0x69, 0x73, 0x5f,
	0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x42, 0x03, 0xe0, 0x41,
	0x03, 0x52, 0x08, 0x69, 0x73, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x36, 0x0a, 0x15, 0x69,
	0x73, 0x5f, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x63, 0x61,
	0x6d, 0x65, 0x72, 0x61, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52,
	0x12, 0x69, 0x73, 0x41, 0x63, 0x74, 0x69, 0x76, 0x65, 0x55, 0x73, 0x65, 0x72, 0x43, 0x61, 0x6d,
	0x65, 0x72, 0x61, 0x12, 0x4b, 0x0a, 0x11, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x5f, 0x63, 0x68,
	0x61, 0x6e, 0x67, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x06, 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,
	0x0f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x41, 0x74,
	0x12, 0x10, 0x0a, 0x03, 0x6d, 0x61, 0x63, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d,
	0x61, 0x63, 0x12, 0x13, 0x0a, 0x02, 0x69, 0x70, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03,
	0xe0, 0x41, 0x03, 0x52, 0x02, 0x69, 0x70, 0x12, 0x20, 0x0a, 0x09, 0x72, 0x65, 0x6d, 0x6f, 0x74,
	0x65, 0x5f, 0x69, 0x70, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52,
	0x08, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x49, 0x70, 0x12, 0x4b, 0x0a, 0x11, 0x74, 0x61, 0x72,
	0x69, 0x66, 0x66, 0x5f, 0x73, 0x74, 0x61, 0x72, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x0a,
	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, 0x0f, 0x74, 0x61, 0x72, 0x69, 0x66, 0x66, 0x53, 0x74, 0x61,
	0x72, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x47, 0x0a, 0x0f, 0x74, 0x61, 0x72, 0x69, 0x66, 0x66,
	0x5f, 0x65, 0x6e, 0x64, 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, 0x0d, 0x74, 0x61, 0x72, 0x69, 0x66, 0x66, 0x45, 0x6e, 0x64, 0x65, 0x64, 0x41, 0x74, 0x12,
	0x26, 0x0a, 0x0c, 0x74, 0x61, 0x72, 0x69, 0x66, 0x66, 0x5f, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18,
	0x0c, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x0b, 0x74, 0x61, 0x72, 0x69,
	0x66, 0x66, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x33, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18,
	0x0d, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1a, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x2e, 0x54, 0x79, 0x70,
	0x65, 0x42, 0x03, 0xe0, 0x41, 0x04, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x31, 0x0a, 0x12,
	0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x5f, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x5f,
	0x69, 0x64, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x04, 0x52, 0x10, 0x63,
	0x61, 0x6d, 0x65, 0x72, 0x61, 0x43, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x49, 0x64, 0x12,
	0x1e, 0x0a, 0x08, 0x72, 0x74, 0x73, 0x70, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x0f, 0x20, 0x01, 0x28,
	0x09, 0x42, 0x03, 0xe0, 0x41, 0x04, 0x52, 0x07, 0x72, 0x74, 0x73, 0x70, 0x55, 0x72, 0x6c, 0x12,
	0x28, 0x0a, 0x0d, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72,
	0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x04, 0x52, 0x0c, 0x73, 0x65, 0x72,
	0x69, 0x61, 0x6c, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x22, 0x0a, 0x0a, 0x63, 0x6f, 0x6d,
	0x70, 0x61, 0x6e, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x11, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0,
	0x41, 0x04, 0x52, 0x09, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x49, 0x64, 0x1a, 0xd8, 0x02,
	0x0a, 0x0f, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x72, 0x72, 0x6f,
	0x72, 0x12, 0x63, 0x0a, 0x11, 0x72, 0x74, 0x73, 0x70, 0x5f, 0x75, 0x72, 0x6c, 0x5f, 0x72, 0x65,
	0x71, 0x75, 0x69, 0x72, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d,
	0x65, 0x72, 0x61, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x72,
	0x72, 0x6f, 0x72, 0x2e, 0x52, 0x74, 0x73, 0x70, 0x55, 0x72, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x69,
	0x72, 0x65, 0x64, 0x48, 0x00, 0x52, 0x0f, 0x72, 0x74, 0x73, 0x70, 0x55, 0x72, 0x6c, 0x52, 0x65,
	0x71, 0x75, 0x69, 0x72, 0x65, 0x64, 0x12, 0x9d, 0x01, 0x0a, 0x27, 0x6f, 0x6e, 0x65, 0x5f, 0x66,
	0x69, 0x65, 0x6c, 0x64, 0x5f, 0x6d, 0x61, 0x63, 0x5f, 0x6f, 0x72, 0x5f, 0x73, 0x65, 0x72, 0x69,
	0x61, 0x6c, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x69, 0x72,
	0x65, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x47, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x2e,
	0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x2e,
	0x4f, 0x6e, 0x65, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x63, 0x4f, 0x72, 0x53, 0x65, 0x72,
	0x69, 0x61, 0x6c, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65,
	0x64, 0x48, 0x00, 0x52, 0x21, 0x6f, 0x6e, 0x65, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x63,
	0x4f, 0x72, 0x53, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65,
	0x71, 0x75, 0x69, 0x72, 0x65, 0x64, 0x1a, 0x11, 0x0a, 0x0f, 0x52, 0x74, 0x73, 0x70, 0x55, 0x72,
	0x6c, 0x52, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64, 0x1a, 0x23, 0x0a, 0x21, 0x4f, 0x6e, 0x65,
	0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x63, 0x4f, 0x72, 0x53, 0x65, 0x72, 0x69, 0x61, 0x6c,
	0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64, 0x42, 0x08,
	0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x22, 0x40, 0x0a, 0x04, 0x54, 0x79, 0x70, 0x65,
	0x12, 0x10, 0x0a, 0x0c, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e,
	0x10, 0x00, 0x12, 0x07, 0x0a, 0x03, 0x44, 0x56, 0x52, 0x10, 0x01, 0x12, 0x07, 0x0a, 0x03, 0x56,
	0x4d, 0x53, 0x10, 0x02, 0x12, 0x08, 0x0a, 0x04, 0x52, 0x4f, 0x53, 0x45, 0x10, 0x03, 0x12, 0x0a,
	0x0a, 0x06, 0x56, 0x49, 0x4f, 0x4c, 0x45, 0x54, 0x10, 0x04, 0x22, 0x83, 0x02, 0x0a, 0x0c, 0x43,
	0x61, 0x6d, 0x65, 0x72, 0x61, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x37, 0x0a, 0x09, 0x69,
	0x73, 0x5f, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a,
	0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
	0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x08, 0x69, 0x73, 0x41, 0x63,
	0x74, 0x69, 0x76, 0x65, 0x12, 0x44, 0x0a, 0x10, 0x69, 0x73, 0x5f, 0x63, 0x68, 0x61, 0x6e, 0x6e,
	0x65, 0x6c, 0x5f, 0x61, 0x6c, 0x69, 0x76, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a,
	0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
	0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x0e, 0x69, 0x73, 0x43, 0x68,
	0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x41, 0x6c, 0x69, 0x76, 0x65, 0x12, 0x37, 0x0a, 0x09, 0x69, 0x73,
	0x5f, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e,
	0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
	0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x08, 0x69, 0x73, 0x4f, 0x6e, 0x6c,
	0x69, 0x6e, 0x65, 0x12, 0x3b, 0x0a, 0x0b, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x5f, 0x74, 0x79,
	0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1a, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x2e,
	0x54, 0x79, 0x70, 0x65, 0x52, 0x0a, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x54, 0x79, 0x70, 0x65,
	0x22, 0xce, 0x02, 0x0a, 0x0c, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x50, 0x61, 0x67, 0x69, 0x6e,
	0x67, 0x12, 0x4b, 0x0a, 0x0d, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x62, 0x79, 0x5f, 0x74, 0x79,
	0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x27, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 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, 0x50,
	0x0a, 0x0e, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65,
	0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x29, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 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, 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, 0x31,
	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, 0x07, 0x0a, 0x03, 0x55, 0x49, 0x44, 0x10,
	0x01, 0x22, 0x31, 0x0a, 0x0b, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x53, 0x63, 0x6f, 0x70, 0x65,
	0x12, 0x22, 0x0a, 0x0d, 0x76, 0x63, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x5f, 0x69,
	0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x76, 0x63, 0x43, 0x6f, 0x6d, 0x70, 0x61,
	0x6e, 0x79, 0x49, 0x64, 0x22, 0xc2, 0x01, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65,
	0x72, 0x61, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a,
	0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d,
	0x65, 0x72, 0x61, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x12,
	0x33, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32,
	0x1b, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e,
	0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x06, 0x66, 0x69,
	0x6c, 0x74, 0x65, 0x72, 0x12, 0x35, 0x0a, 0x06, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x18, 0x03,
	0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76,
	0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 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, 0xc4, 0x02, 0x0a, 0x15, 0x47, 0x65,
	0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 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, 0x76, 0x63, 0x2e, 0x76,
	0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x4c, 0x69, 0x73, 0x74, 0x52,
	0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x48, 0x00, 0x52, 0x04,
	0x64, 0x61, 0x74, 0x61, 0x12, 0x42, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x02, 0x20,
	0x01, 0x28, 0x0b, 0x32, 0x2a, 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, 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, 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, 0x1a, 0x49, 0x0a,
	0x04, 0x44, 0x61, 0x74, 0x61, 0x12, 0x2b, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x01,
	0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76,
	0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x05, 0x69, 0x74, 0x65,
	0x6d, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28,
	0x05, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65,
	0x22, 0x60, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x65, 0x71,
	0x75, 0x65, 0x73, 0x74, 0x12, 0x35, 0x0a, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x18, 0x01, 0x20,
	0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63,
	0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x42,
	0x03, 0xe0, 0x41, 0x02, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x12, 0x15, 0x0a, 0x03, 0x75,
	0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x03, 0x75,
	0x69, 0x64, 0x22, 0xdd, 0x01, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61,
	0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2b, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61,
	0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x48, 0x00, 0x52,
	0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x3e, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x02,
	0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76,
	0x63, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 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, 0x49, 0x0a, 0x21, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52,
	0x74, 0x73, 0x70, 0x55, 0x72, 0x6c, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x49, 0x64,
	0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x24, 0x0a, 0x0b, 0x65, 0x78, 0x74, 0x65, 0x72,
	0x6e, 0x61, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41,
	0x02, 0x52, 0x0a, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x49, 0x64, 0x22, 0xd5, 0x02,
	0x0a, 0x22, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x74, 0x73, 0x70, 0x55,
	0x72, 0x6c, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70,
	0x6f, 0x6e, 0x73, 0x65, 0x12, 0x55, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01,
	0x28, 0x0b, 0x32, 0x3f, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e,
	0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x74, 0x73, 0x70,
	0x55, 0x72, 0x6c, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x49, 0x64, 0x52, 0x65, 0x73,
	0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x74, 0x73, 0x70,
	0x55, 0x72, 0x6c, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x4f, 0x0a, 0x05, 0x65,
	0x72, 0x72, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x65, 0x79,
	0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x61,
	0x6d, 0x65, 0x72, 0x61, 0x52, 0x74, 0x73, 0x70, 0x55, 0x72, 0x6c, 0x45, 0x78, 0x74, 0x65, 0x72,
	0x6e, 0x61, 0x6c, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x72,
	0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x1a, 0x2a, 0x0a, 0x0d,
	0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x74, 0x73, 0x70, 0x55, 0x72, 0x6c, 0x12, 0x19, 0x0a,
	0x08, 0x72, 0x74, 0x73, 0x70, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
	0x07, 0x72, 0x74, 0x73, 0x70, 0x55, 0x72, 0x6c, 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, 0x50, 0x0a, 0x1a, 0x50, 0x75, 0x74, 0x43, 0x61, 0x6d, 0x65,
	0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75,
	0x65, 0x73, 0x74, 0x12, 0x32, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28,
	0x0b, 0x32, 0x19, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76,
	0x31, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d, 0x42, 0x03, 0xe0, 0x41,
	0x02, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0xc4, 0x01, 0x0a, 0x1b, 0x50, 0x75, 0x74, 0x43,
	0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x52,
	0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x48, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72,
	0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x75, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61,
	0x52, 0x6f, 0x6f, 0x6d, 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, 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, 0x4f,
	0x0a, 0x1e, 0x50, 0x75, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d, 0x41,
	0x74, 0x74, 0x61, 0x63, 0x68, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
	0x12, 0x2d, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19,
	0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43,
	0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22,
	0xcc, 0x01, 0x0a, 0x1f, 0x50, 0x75, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x6f,
	0x6d, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f,
	0x6e, 0x73, 0x65, 0x12, 0x4c, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01,
	0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e,
	0x76, 0x31, 0x2e, 0x50, 0x75, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d,
	0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 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, 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, 0x50,
	0x0a, 0x1a, 0x50, 0x75, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d, 0x44,
	0x65, 0x74, 0x61, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x32, 0x0a, 0x04,
	0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x6b, 0x65, 0x79,
	0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72,
	0x61, 0x52, 0x6f, 0x6f, 0x6d, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61,
	0x22, 0xc4, 0x01, 0x0a, 0x1b, 0x50, 0x75, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f,
	0x6f, 0x6d, 0x44, 0x65, 0x74, 0x61, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
	0x12, 0x48, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
	0x30, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e,
	0x50, 0x75, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d, 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, 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, 0x4f, 0x0a, 0x1e, 0x50, 0x75, 0x74, 0x43, 0x61,
	0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d, 0x44, 0x65, 0x74, 0x61, 0x63, 0x68, 0x4c, 0x69,
	0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2d, 0x0a, 0x04, 0x64, 0x61, 0x74,
	0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69,
	0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f,
	0x6f, 0x6d, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0xcc, 0x01, 0x0a, 0x1f, 0x50, 0x75, 0x74,
	0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d, 0x44, 0x65, 0x74, 0x61, 0x63, 0x68,
	0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4c, 0x0a, 0x05,
	0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x65,
	0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x75, 0x74, 0x43,
	0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d, 0x44, 0x65, 0x74, 0x61, 0x63, 0x68, 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, 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, 0x54, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x43, 0x61,
	0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71,
	0x75, 0x65, 0x73, 0x74, 0x12, 0x37, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x01,
	0x20, 0x01, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76,
	0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d, 0x46,
	0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x22, 0xd8, 0x01,
	0x0a, 0x1a, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d, 0x43,
	0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x14, 0x0a, 0x04,
	0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61,
	0x74, 0x61, 0x12, 0x47, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28,
	0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76,
	0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d, 0x43,
	0x6f, 0x75, 0x6e, 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, 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, 0x9c, 0x01, 0x0a, 0x18, 0x47, 0x65, 0x74,
	0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65,
	0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x37, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18,
	0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d,
	0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x39,
	0x0a, 0x06, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1f,
	0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43,
	0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d, 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, 0xf1, 0x01, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x43,
	0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73,
	0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2f, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20,
	0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63,
	0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d, 0x48, 0x00,
	0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x46, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18,
	0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52,
	0x6f, 0x6f, 0x6d, 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, 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, 0x60, 0x0a, 0x13, 0x44,
	0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x61, 0x6d, 0x65, 0x72, 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, 0x12, 0x32, 0x0a, 0x15, 0x69, 0x73, 0x5f,
	0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x5f, 0x70, 0x65, 0x72, 0x6d, 0x61, 0x6e, 0x65, 0x6e, 0x74,
	0x6c, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x69, 0x73, 0x44, 0x65, 0x6c, 0x65,
	0x74, 0x65, 0x50, 0x65, 0x72, 0x6d, 0x61, 0x6e, 0x65, 0x6e, 0x74, 0x6c, 0x79, 0x22, 0xb6, 0x01,
	0x0a, 0x14, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x65,
	0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x41, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18,
	0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x61, 0x6d, 0x65,
	0x72, 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, 0x43, 0x0a, 0x11, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x61,
	0x6d, 0x65, 0x72, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2e, 0x0a, 0x04, 0x64,
	0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x6b, 0x65, 0x79, 0x61,
	0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61,
	0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0xeb, 0x02, 0x0a, 0x12,
	0x50, 0x6f, 0x73, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
	0x73, 0x65, 0x12, 0x3f, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28,
	0x0b, 0x32, 0x27, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76,
	0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 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, 0x8b, 0x02, 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, 0x12,
	0x54, 0x0a, 0x11, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x5f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61,
	0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x6b, 0x65, 0x79,
	0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72,
	0x61, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x72, 0x72, 0x6f,
	0x72, 0x48, 0x00, 0x52, 0x10, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x56, 0x61, 0x6c, 0x69, 0x64,
	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x41, 0x0a, 0x02, 0x76, 0x63, 0x18, 0x03, 0x20, 0x01, 0x28,
	0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76,
	0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x65, 0x73, 0x70,
	0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x2e, 0x56, 0x63, 0x45, 0x72, 0x72,
	0x6f, 0x72, 0x48, 0x00, 0x52, 0x02, 0x76, 0x63, 0x1a, 0x1d, 0x0a, 0x07, 0x56, 0x63, 0x45, 0x72,
	0x72, 0x6f, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x65, 0x78, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28,
	0x09, 0x52, 0x04, 0x74, 0x65, 0x78, 0x74, 0x42, 0x08, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f,
	0x6e, 0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x66, 0x0a, 0x18, 0x47, 0x65, 0x74,
	0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x43, 0x61, 0x6c, 0x65, 0x6e, 0x64, 0x61, 0x72, 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, 0x12, 0x33, 0x0a, 0x06,
	0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67,
	0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49,
	0x6e, 0x74, 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65,
	0x74, 0x22, 0x93, 0x03, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x43,
	0x61, 0x6c, 0x65, 0x6e, 0x64, 0x61, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
	0x46, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e,
	0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65,
	0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x43, 0x61, 0x6c, 0x65, 0x6e, 0x64, 0x61, 0x72, 0x52,
	0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x61, 0x6c, 0x65, 0x64, 0x61, 0x72, 0x48,
	0x00, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x46, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72,
	0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61,
	0x43, 0x61, 0x6c, 0x65, 0x6e, 0x64, 0x61, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
	0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x1a,
	0x1f, 0x0a, 0x07, 0x43, 0x61, 0x6c, 0x65, 0x64, 0x61, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x74,
	0x65, 0x6d, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73,
	0x1a, 0xbc, 0x01, 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, 0x12, 0x48, 0x0a, 0x02,
	0x76, 0x63, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65,
	0x72, 0x61, 0x43, 0x61, 0x6c, 0x65, 0x6e, 0x64, 0x61, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
	0x73, 0x65, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x2e, 0x56, 0x63, 0x45, 0x72, 0x72, 0x6f, 0x72,
	0x48, 0x00, 0x52, 0x02, 0x76, 0x63, 0x1a, 0x1d, 0x0a, 0x07, 0x56, 0x63, 0x45, 0x72, 0x72, 0x6f,
	0x72, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x65, 0x78, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
	0x04, 0x74, 0x65, 0x78, 0x74, 0x42, 0x08, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x42,
	0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x67, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x43, 0x61,
	0x6d, 0x65, 0x72, 0x61, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x73, 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, 0x12, 0x33, 0x0a, 0x06, 0x6f,
	0x66, 0x66, 0x73, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f,
	0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e,
	0x74, 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74,
	0x22, 0xc7, 0x04, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x49, 0x6e,
	0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
	0x48, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 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, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x73,
	0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61,
	0x6c, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x47, 0x0a, 0x05, 0x65, 0x72, 0x72,
	0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65,
	0x72, 0x61, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f,
	0x6e, 0x73, 0x65, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x05, 0x65, 0x72, 0x72,
	0x6f, 0x72, 0x1a, 0xcd, 0x01, 0x0a, 0x08, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x12,
	0x4d, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x37,
	0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x47,
	0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c,
	0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76,
	0x61, 0x6c, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x1a, 0x72,
	0x0a, 0x04, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x35, 0x0a, 0x08, 0x73, 0x69, 0x6e, 0x63, 0x65, 0x5f,
	0x61, 0x74, 0x18, 0x01, 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, 0x52, 0x07, 0x73, 0x69, 0x6e, 0x63, 0x65, 0x41, 0x74, 0x12, 0x33, 0x0a,
	0x07, 0x74, 0x69, 0x6c, 0x6c, 0x5f, 0x61, 0x74, 0x18, 0x02, 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, 0x52, 0x06, 0x74, 0x69, 0x6c, 0x6c,
	0x41, 0x74, 0x1a, 0xbd, 0x01, 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, 0x12, 0x49,
	0x0a, 0x02, 0x76, 0x63, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x65, 0x79,
	0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x61,
	0x6d, 0x65, 0x72, 0x61, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x73, 0x52, 0x65, 0x73,
	0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x2e, 0x56, 0x63, 0x45, 0x72,
	0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x02, 0x76, 0x63, 0x1a, 0x1d, 0x0a, 0x07, 0x56, 0x63, 0x45,
	0x72, 0x72, 0x6f, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x65, 0x78, 0x74, 0x18, 0x01, 0x20, 0x01,
	0x28, 0x09, 0x52, 0x04, 0x74, 0x65, 0x78, 0x74, 0x42, 0x08, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73,
	0x6f, 0x6e, 0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x49, 0x0a, 0x0f, 0x56, 0x61,
	0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x17, 0x0a,
	0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02,
	0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x12, 0x1d, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
	0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x07, 0x6d, 0x65,
	0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0xd9, 0x0f, 0x0a, 0x0d, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61,
	0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x8f, 0x01, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x43,
	0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x28,
	0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x47,
	0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d, 0x43, 0x6f, 0x75, 0x6e,
	0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65,
	0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f,
	0x6e, 0x73, 0x65, 0x22, 0x24, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x12, 0x1c, 0x2f, 0x76, 0x63,
	0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x2f, 0x72,
	0x6f, 0x6f, 0x6d, 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x8d, 0x01, 0x0a, 0x11, 0x47, 0x65,
	0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x12,
	0x27, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e,
	0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d, 0x4c, 0x69, 0x73,
	0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x28, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65,
	0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
	0x73, 0x65, 0x22, 0x23, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x12, 0x1b, 0x2f, 0x76, 0x63, 0x2f,
	0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x2f, 0x72, 0x6f,
	0x6f, 0x6d, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x30, 0x01, 0x12, 0x6f, 0x0a, 0x09, 0x47, 0x65, 0x74,
	0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x12, 0x1f, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61,
	0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69,
	0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72,
	0x61, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x1f, 0x82, 0xd3, 0xe4, 0x93, 0x02,
	0x19, 0x12, 0x17, 0x2f, 0x76, 0x63, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x61,
	0x6d, 0x65, 0x72, 0x61, 0x2f, 0x7b, 0x75, 0x69, 0x64, 0x7d, 0x12, 0x7a, 0x0a, 0x0d, 0x47, 0x65,
	0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x23, 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, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
	0x1a, 0x24, 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, 0x69, 0x73, 0x74, 0x52, 0x65,
	0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x1e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x18, 0x12, 0x16,
	0x2f, 0x76, 0x63, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x61, 0x6d, 0x65, 0x72,
	0x61, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xbf, 0x01, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x43, 0x61,
	0x6d, 0x65, 0x72, 0x61, 0x52, 0x74, 0x73, 0x70, 0x55, 0x72, 0x6c, 0x45, 0x78, 0x74, 0x65, 0x72,
	0x6e, 0x61, 0x6c, 0x49, 0x64, 0x12, 0x30, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52,
	0x74, 0x73, 0x70, 0x55, 0x72, 0x6c, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x49, 0x64,
	0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69,
	0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72,
	0x61, 0x52, 0x74, 0x73, 0x70, 0x55, 0x72, 0x6c, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c,
	0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x3c, 0x82, 0xd3, 0xe4, 0x93,
	0x02, 0x36, 0x12, 0x34, 0x2f, 0x76, 0x63, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x63,
	0x61, 0x6d, 0x65, 0x72, 0x61, 0x2f, 0x72, 0x74, 0x73, 0x70, 0x5f, 0x75, 0x72, 0x6c, 0x2f, 0x65,
	0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x5f, 0x69, 0x64, 0x2f, 0x7b, 0x65, 0x78, 0x74, 0x65,
	0x72, 0x6e, 0x61, 0x6c, 0x5f, 0x69, 0x64, 0x7d, 0x12, 0xc5, 0x01, 0x0a, 0x13, 0x50, 0x75, 0x74,
	0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68,
	0x12, 0x29, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31,
	0x2e, 0x50, 0x75, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d, 0x41, 0x74,
	0x74, 0x61, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2a, 0x2e, 0x6b, 0x65,
	0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x75, 0x74, 0x43,
	0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x52,
	0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x57, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x51, 0x1a,
	0x4f, 0x2f, 0x76, 0x63, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x61, 0x6d, 0x65,
	0x72, 0x61, 0x2f, 0x7b, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x5f,
	0x75, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x6f, 0x6f, 0x6d, 0x2f, 0x7b, 0x64, 0x61, 0x74, 0x61, 0x2e,
	0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x7d, 0x2f, 0x7b, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x72, 0x6f, 0x6f,
	0x6d, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x7d, 0x2f, 0x61, 0x74, 0x74, 0x61, 0x63, 0x68,
	0x12, 0xc5, 0x01, 0x0a, 0x13, 0x50, 0x75, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f,
	0x6f, 0x6d, 0x44, 0x65, 0x74, 0x61, 0x63, 0x68, 0x12, 0x29, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x75, 0x74, 0x43, 0x61, 0x6d, 0x65,
	0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d, 0x44, 0x65, 0x74, 0x61, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75,
	0x65, 0x73, 0x74, 0x1a, 0x2a, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63,
	0x2e, 0x76, 0x31, 0x2e, 0x50, 0x75, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x6f,
	0x6d, 0x44, 0x65, 0x74, 0x61, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
	0x57, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x51, 0x1a, 0x4f, 0x2f, 0x76, 0x63, 0x2f, 0x61, 0x70, 0x69,
	0x2f, 0x76, 0x31, 0x2f, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x2f, 0x7b, 0x64, 0x61, 0x74, 0x61,
	0x2e, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x5f, 0x75, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x6f, 0x6f,
	0x6d, 0x2f, 0x7b, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x7d, 0x2f, 0x7b,
	0x64, 0x61, 0x74, 0x61, 0x2e, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72,
	0x7d, 0x2f, 0x64, 0x65, 0x74, 0x61, 0x63, 0x68, 0x12, 0xa7, 0x01, 0x0a, 0x17, 0x50, 0x75, 0x74,
	0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68,
	0x4c, 0x69, 0x73, 0x74, 0x12, 0x2d, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76,
	0x63, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x75, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f,
	0x6f, 0x6d, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75,
	0x65, 0x73, 0x74, 0x1a, 0x2e, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63,
	0x2e, 0x76, 0x31, 0x2e, 0x50, 0x75, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x6f,
	0x6d, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f,
	0x6e, 0x73, 0x65, 0x22, 0x2d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x27, 0x3a, 0x01, 0x2a, 0x1a, 0x22,
	0x2f, 0x76, 0x63, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x61, 0x6d, 0x65, 0x72,
	0x61, 0x2f, 0x72, 0x6f, 0x6f, 0x6d, 0x2f, 0x61, 0x74, 0x74, 0x61, 0x63, 0x68, 0x2f, 0x6c, 0x69,
	0x73, 0x74, 0x12, 0xa7, 0x01, 0x0a, 0x17, 0x50, 0x75, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61,
	0x52, 0x6f, 0x6f, 0x6d, 0x44, 0x65, 0x74, 0x61, 0x63, 0x68, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x2d,
	0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x50,
	0x75, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d, 0x44, 0x65, 0x74, 0x61,
	0x63, 0x68, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2e, 0x2e,
	0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x75,
	0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x6f, 0x6f, 0x6d, 0x44, 0x65, 0x74, 0x61, 0x63,
	0x68, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2d, 0x82,
	0xd3, 0xe4, 0x93, 0x02, 0x27, 0x3a, 0x01, 0x2a, 0x1a, 0x22, 0x2f, 0x76, 0x63, 0x2f, 0x61, 0x70,
	0x69, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x2f, 0x72, 0x6f, 0x6f, 0x6d,
	0x2f, 0x64, 0x65, 0x74, 0x61, 0x63, 0x68, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x78, 0x0a, 0x0c,
	0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x12, 0x22, 0x2e, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x6c,
	0x65, 0x74, 0x65, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
	0x1a, 0x23, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31,
	0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52, 0x65, 0x73,
	0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x1f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x2a, 0x17, 0x2f,
	0x76, 0x63, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61,
	0x2f, 0x7b, 0x75, 0x69, 0x64, 0x7d, 0x12, 0x6f, 0x0a, 0x0a, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x61,
	0x6d, 0x65, 0x72, 0x61, 0x12, 0x20, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76,
	0x63, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x52,
	0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72,
	0x61, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x1c, 0x82, 0xd3, 0xe4, 0x93, 0x02,
	0x16, 0x3a, 0x01, 0x2a, 0x22, 0x11, 0x2f, 0x76, 0x63, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31,
	0x2f, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x12, 0x90, 0x01, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x43,
	0x61, 0x6d, 0x65, 0x72, 0x61, 0x43, 0x61, 0x6c, 0x65, 0x6e, 0x64, 0x61, 0x72, 0x12, 0x27, 0x2e,
	0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65,
	0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x43, 0x61, 0x6c, 0x65, 0x6e, 0x64, 0x61, 0x72, 0x52,
	0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x28, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61,
	0x43, 0x61, 0x6c, 0x65, 0x6e, 0x64, 0x61, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
	0x22, 0x28, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x12, 0x20, 0x2f, 0x76, 0x63, 0x2f, 0x61, 0x70,
	0x69, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x2f, 0x7b, 0x75, 0x69, 0x64,
	0x7d, 0x2f, 0x63, 0x61, 0x6c, 0x65, 0x6e, 0x64, 0x61, 0x72, 0x12, 0x94, 0x01, 0x0a, 0x12, 0x47,
	0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c,
	0x73, 0x12, 0x28, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76,
	0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x49, 0x6e, 0x74, 0x65, 0x72,
	0x76, 0x61, 0x6c, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x6b, 0x65,
	0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43,
	0x61, 0x6d, 0x65, 0x72, 0x61, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x73, 0x52, 0x65,
	0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x29, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x23, 0x12, 0x21,
	0x2f, 0x76, 0x63, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x61, 0x6d, 0x65, 0x72,
	0x61, 0x2f, 0x7b, 0x75, 0x69, 0x64, 0x7d, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c,
	0x73, 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_v1_proto_rawDescOnce sync.Once
	file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_rawDescData = file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_rawDesc
)

func file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_rawDescGZIP() []byte {
	file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_rawDescOnce.Do(func() {
		file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_rawDescData = protoimpl.X.CompressGZIP(file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_rawDescData)
	})
	return file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_rawDescData
}

var file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_enumTypes = make([]protoimpl.EnumInfo, 5)
var file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 58)
var file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_goTypes = []interface{}{
	(CameraRoomPaging_DirectionType)(0),                              // 0: keyapis.vc.v1.CameraRoomPaging.DirectionType
	(CameraRoomPaging_OrderByType)(0),                                // 1: keyapis.vc.v1.CameraRoomPaging.OrderByType
	(Camera_Type)(0),                                                 // 2: keyapis.vc.v1.Camera.Type
	(CameraPaging_DirectionType)(0),                                  // 3: keyapis.vc.v1.CameraPaging.DirectionType
	(CameraPaging_OrderByType)(0),                                    // 4: keyapis.vc.v1.CameraPaging.OrderByType
	(*CameraRoom)(nil),                                               // 5: keyapis.vc.v1.CameraRoom
	(*CameraRoomFilter)(nil),                                         // 6: keyapis.vc.v1.CameraRoomFilter
	(*CameraRoomPaging)(nil),                                         // 7: keyapis.vc.v1.CameraRoomPaging
	(*Camera)(nil),                                                   // 8: keyapis.vc.v1.Camera
	(*CameraFilter)(nil),                                             // 9: keyapis.vc.v1.CameraFilter
	(*CameraPaging)(nil),                                             // 10: keyapis.vc.v1.CameraPaging
	(*CameraScope)(nil),                                              // 11: keyapis.vc.v1.CameraScope
	(*GetCameraListRequest)(nil),                                     // 12: keyapis.vc.v1.GetCameraListRequest
	(*GetCameraListResponse)(nil),                                    // 13: keyapis.vc.v1.GetCameraListResponse
	(*GetCameraRequest)(nil),                                         // 14: keyapis.vc.v1.GetCameraRequest
	(*GetCameraResponse)(nil),                                        // 15: keyapis.vc.v1.GetCameraResponse
	(*GetCameraRtspUrlExternalIdRequest)(nil),                        // 16: keyapis.vc.v1.GetCameraRtspUrlExternalIdRequest
	(*GetCameraRtspUrlExternalIdResponse)(nil),                       // 17: keyapis.vc.v1.GetCameraRtspUrlExternalIdResponse
	(*PutCameraRoomAttachRequest)(nil),                               // 18: keyapis.vc.v1.PutCameraRoomAttachRequest
	(*PutCameraRoomAttachResponse)(nil),                              // 19: keyapis.vc.v1.PutCameraRoomAttachResponse
	(*PutCameraRoomAttachListRequest)(nil),                           // 20: keyapis.vc.v1.PutCameraRoomAttachListRequest
	(*PutCameraRoomAttachListResponse)(nil),                          // 21: keyapis.vc.v1.PutCameraRoomAttachListResponse
	(*PutCameraRoomDetachRequest)(nil),                               // 22: keyapis.vc.v1.PutCameraRoomDetachRequest
	(*PutCameraRoomDetachResponse)(nil),                              // 23: keyapis.vc.v1.PutCameraRoomDetachResponse
	(*PutCameraRoomDetachListRequest)(nil),                           // 24: keyapis.vc.v1.PutCameraRoomDetachListRequest
	(*PutCameraRoomDetachListResponse)(nil),                          // 25: keyapis.vc.v1.PutCameraRoomDetachListResponse
	(*GetCameraRoomCountRequest)(nil),                                // 26: keyapis.vc.v1.GetCameraRoomCountRequest
	(*GetCameraRoomCountResponse)(nil),                               // 27: keyapis.vc.v1.GetCameraRoomCountResponse
	(*GetCameraRoomListRequest)(nil),                                 // 28: keyapis.vc.v1.GetCameraRoomListRequest
	(*GetCameraRoomListResponse)(nil),                                // 29: keyapis.vc.v1.GetCameraRoomListResponse
	(*DeleteCameraRequest)(nil),                                      // 30: keyapis.vc.v1.DeleteCameraRequest
	(*DeleteCameraResponse)(nil),                                     // 31: keyapis.vc.v1.DeleteCameraResponse
	(*PostCameraRequest)(nil),                                        // 32: keyapis.vc.v1.PostCameraRequest
	(*PostCameraResponse)(nil),                                       // 33: keyapis.vc.v1.PostCameraResponse
	(*GetCameraCalendarRequest)(nil),                                 // 34: keyapis.vc.v1.GetCameraCalendarRequest
	(*GetCameraCalendarResponse)(nil),                                // 35: keyapis.vc.v1.GetCameraCalendarResponse
	(*GetCameraIntervalsRequest)(nil),                                // 36: keyapis.vc.v1.GetCameraIntervalsRequest
	(*GetCameraIntervalsResponse)(nil),                               // 37: keyapis.vc.v1.GetCameraIntervalsResponse
	(*ValidationError)(nil),                                          // 38: keyapis.vc.v1.ValidationError
	(*Camera_ValidationError)(nil),                                   // 39: keyapis.vc.v1.Camera.ValidationError
	(*Camera_ValidationError_RtspUrlRequired)(nil),                   // 40: keyapis.vc.v1.Camera.ValidationError.RtspUrlRequired
	(*Camera_ValidationError_OneFieldMacOrSerialNumberRequired)(nil), // 41: keyapis.vc.v1.Camera.ValidationError.OneFieldMacOrSerialNumberRequired
	(*GetCameraListResponse_Error)(nil),                              // 42: keyapis.vc.v1.GetCameraListResponse.Error
	(*GetCameraListResponse_Data)(nil),                               // 43: keyapis.vc.v1.GetCameraListResponse.Data
	(*GetCameraResponse_Error)(nil),                                  // 44: keyapis.vc.v1.GetCameraResponse.Error
	(*GetCameraRtspUrlExternalIdResponse_CameraRtspUrl)(nil),         // 45: keyapis.vc.v1.GetCameraRtspUrlExternalIdResponse.CameraRtspUrl
	(*GetCameraRtspUrlExternalIdResponse_Error)(nil),                 // 46: keyapis.vc.v1.GetCameraRtspUrlExternalIdResponse.Error
	(*PutCameraRoomAttachResponse_Error)(nil),                        // 47: keyapis.vc.v1.PutCameraRoomAttachResponse.Error
	(*PutCameraRoomAttachListResponse_Error)(nil),                    // 48: keyapis.vc.v1.PutCameraRoomAttachListResponse.Error
	(*PutCameraRoomDetachResponse_Error)(nil),                        // 49: keyapis.vc.v1.PutCameraRoomDetachResponse.Error
	(*PutCameraRoomDetachListResponse_Error)(nil),                    // 50: keyapis.vc.v1.PutCameraRoomDetachListResponse.Error
	(*GetCameraRoomCountResponse_Error)(nil),                         // 51: keyapis.vc.v1.GetCameraRoomCountResponse.Error
	(*GetCameraRoomListResponse_Error)(nil),                          // 52: keyapis.vc.v1.GetCameraRoomListResponse.Error
	(*DeleteCameraResponse_Error)(nil),                               // 53: keyapis.vc.v1.DeleteCameraResponse.Error
	(*PostCameraResponse_Error)(nil),                                 // 54: keyapis.vc.v1.PostCameraResponse.Error
	(*PostCameraResponse_Error_VcError)(nil),                         // 55: keyapis.vc.v1.PostCameraResponse.Error.VcError
	(*GetCameraCalendarResponse_Caledar)(nil),                        // 56: keyapis.vc.v1.GetCameraCalendarResponse.Caledar
	(*GetCameraCalendarResponse_Error)(nil),                          // 57: keyapis.vc.v1.GetCameraCalendarResponse.Error
	(*GetCameraCalendarResponse_Error_VcError)(nil),                  // 58: keyapis.vc.v1.GetCameraCalendarResponse.Error.VcError
	(*GetCameraIntervalsResponse_Interval)(nil),                      // 59: keyapis.vc.v1.GetCameraIntervalsResponse.Interval
	(*GetCameraIntervalsResponse_Error)(nil),                         // 60: keyapis.vc.v1.GetCameraIntervalsResponse.Error
	(*GetCameraIntervalsResponse_Interval_Item)(nil),                 // 61: keyapis.vc.v1.GetCameraIntervalsResponse.Interval.Item
	(*GetCameraIntervalsResponse_Error_VcError)(nil),                 // 62: keyapis.vc.v1.GetCameraIntervalsResponse.Error.VcError
	(*timestamppb.Timestamp)(nil),                                    // 63: google.protobuf.Timestamp
	(*wrapperspb.BoolValue)(nil),                                     // 64: google.protobuf.BoolValue
	(*wrapperspb.Int32Value)(nil),                                    // 65: google.protobuf.Int32Value
}
var file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_depIdxs = []int32{
	1,  // 0: keyapis.vc.v1.CameraRoomPaging.order_by_type:type_name -> keyapis.vc.v1.CameraRoomPaging.OrderByType
	0,  // 1: keyapis.vc.v1.CameraRoomPaging.direction_type:type_name -> keyapis.vc.v1.CameraRoomPaging.DirectionType
	63, // 2: keyapis.vc.v1.Camera.status_changed_at:type_name -> google.protobuf.Timestamp
	63, // 3: keyapis.vc.v1.Camera.tariff_started_at:type_name -> google.protobuf.Timestamp
	63, // 4: keyapis.vc.v1.Camera.tariff_ended_at:type_name -> google.protobuf.Timestamp
	2,  // 5: keyapis.vc.v1.Camera.type:type_name -> keyapis.vc.v1.Camera.Type
	64, // 6: keyapis.vc.v1.CameraFilter.is_active:type_name -> google.protobuf.BoolValue
	64, // 7: keyapis.vc.v1.CameraFilter.is_channel_alive:type_name -> google.protobuf.BoolValue
	64, // 8: keyapis.vc.v1.CameraFilter.is_online:type_name -> google.protobuf.BoolValue
	2,  // 9: keyapis.vc.v1.CameraFilter.camera_type:type_name -> keyapis.vc.v1.Camera.Type
	4,  // 10: keyapis.vc.v1.CameraPaging.order_by_type:type_name -> keyapis.vc.v1.CameraPaging.OrderByType
	3,  // 11: keyapis.vc.v1.CameraPaging.direction_type:type_name -> keyapis.vc.v1.CameraPaging.DirectionType
	11, // 12: keyapis.vc.v1.GetCameraListRequest.scope:type_name -> keyapis.vc.v1.CameraScope
	9,  // 13: keyapis.vc.v1.GetCameraListRequest.filter:type_name -> keyapis.vc.v1.CameraFilter
	10, // 14: keyapis.vc.v1.GetCameraListRequest.paging:type_name -> keyapis.vc.v1.CameraPaging
	43, // 15: keyapis.vc.v1.GetCameraListResponse.data:type_name -> keyapis.vc.v1.GetCameraListResponse.Data
	42, // 16: keyapis.vc.v1.GetCameraListResponse.error:type_name -> keyapis.vc.v1.GetCameraListResponse.Error
	11, // 17: keyapis.vc.v1.GetCameraRequest.scope:type_name -> keyapis.vc.v1.CameraScope
	8,  // 18: keyapis.vc.v1.GetCameraResponse.data:type_name -> keyapis.vc.v1.Camera
	44, // 19: keyapis.vc.v1.GetCameraResponse.error:type_name -> keyapis.vc.v1.GetCameraResponse.Error
	45, // 20: keyapis.vc.v1.GetCameraRtspUrlExternalIdResponse.data:type_name -> keyapis.vc.v1.GetCameraRtspUrlExternalIdResponse.CameraRtspUrl
	46, // 21: keyapis.vc.v1.GetCameraRtspUrlExternalIdResponse.error:type_name -> keyapis.vc.v1.GetCameraRtspUrlExternalIdResponse.Error
	5,  // 22: keyapis.vc.v1.PutCameraRoomAttachRequest.data:type_name -> keyapis.vc.v1.CameraRoom
	47, // 23: keyapis.vc.v1.PutCameraRoomAttachResponse.error:type_name -> keyapis.vc.v1.PutCameraRoomAttachResponse.Error
	5,  // 24: keyapis.vc.v1.PutCameraRoomAttachListRequest.data:type_name -> keyapis.vc.v1.CameraRoom
	48, // 25: keyapis.vc.v1.PutCameraRoomAttachListResponse.error:type_name -> keyapis.vc.v1.PutCameraRoomAttachListResponse.Error
	5,  // 26: keyapis.vc.v1.PutCameraRoomDetachRequest.data:type_name -> keyapis.vc.v1.CameraRoom
	49, // 27: keyapis.vc.v1.PutCameraRoomDetachResponse.error:type_name -> keyapis.vc.v1.PutCameraRoomDetachResponse.Error
	5,  // 28: keyapis.vc.v1.PutCameraRoomDetachListRequest.data:type_name -> keyapis.vc.v1.CameraRoom
	50, // 29: keyapis.vc.v1.PutCameraRoomDetachListResponse.error:type_name -> keyapis.vc.v1.PutCameraRoomDetachListResponse.Error
	6,  // 30: keyapis.vc.v1.GetCameraRoomCountRequest.filter:type_name -> keyapis.vc.v1.CameraRoomFilter
	51, // 31: keyapis.vc.v1.GetCameraRoomCountResponse.error:type_name -> keyapis.vc.v1.GetCameraRoomCountResponse.Error
	6,  // 32: keyapis.vc.v1.GetCameraRoomListRequest.filter:type_name -> keyapis.vc.v1.CameraRoomFilter
	7,  // 33: keyapis.vc.v1.GetCameraRoomListRequest.paging:type_name -> keyapis.vc.v1.CameraRoomPaging
	5,  // 34: keyapis.vc.v1.GetCameraRoomListResponse.data:type_name -> keyapis.vc.v1.CameraRoom
	52, // 35: keyapis.vc.v1.GetCameraRoomListResponse.error:type_name -> keyapis.vc.v1.GetCameraRoomListResponse.Error
	53, // 36: keyapis.vc.v1.DeleteCameraResponse.error:type_name -> keyapis.vc.v1.DeleteCameraResponse.Error
	8,  // 37: keyapis.vc.v1.PostCameraRequest.data:type_name -> keyapis.vc.v1.Camera
	54, // 38: keyapis.vc.v1.PostCameraResponse.error:type_name -> keyapis.vc.v1.PostCameraResponse.Error
	65, // 39: keyapis.vc.v1.GetCameraCalendarRequest.offset:type_name -> google.protobuf.Int32Value
	56, // 40: keyapis.vc.v1.GetCameraCalendarResponse.data:type_name -> keyapis.vc.v1.GetCameraCalendarResponse.Caledar
	57, // 41: keyapis.vc.v1.GetCameraCalendarResponse.error:type_name -> keyapis.vc.v1.GetCameraCalendarResponse.Error
	65, // 42: keyapis.vc.v1.GetCameraIntervalsRequest.offset:type_name -> google.protobuf.Int32Value
	59, // 43: keyapis.vc.v1.GetCameraIntervalsResponse.data:type_name -> keyapis.vc.v1.GetCameraIntervalsResponse.Interval
	60, // 44: keyapis.vc.v1.GetCameraIntervalsResponse.error:type_name -> keyapis.vc.v1.GetCameraIntervalsResponse.Error
	40, // 45: keyapis.vc.v1.Camera.ValidationError.rtsp_url_required:type_name -> keyapis.vc.v1.Camera.ValidationError.RtspUrlRequired
	41, // 46: keyapis.vc.v1.Camera.ValidationError.one_field_mac_or_serial_number_required:type_name -> keyapis.vc.v1.Camera.ValidationError.OneFieldMacOrSerialNumberRequired
	38, // 47: keyapis.vc.v1.GetCameraListResponse.Error.validation:type_name -> keyapis.vc.v1.ValidationError
	8,  // 48: keyapis.vc.v1.GetCameraListResponse.Data.items:type_name -> keyapis.vc.v1.Camera
	38, // 49: keyapis.vc.v1.GetCameraResponse.Error.validation:type_name -> keyapis.vc.v1.ValidationError
	38, // 50: keyapis.vc.v1.GetCameraRtspUrlExternalIdResponse.Error.validation:type_name -> keyapis.vc.v1.ValidationError
	38, // 51: keyapis.vc.v1.PutCameraRoomAttachResponse.Error.validation:type_name -> keyapis.vc.v1.ValidationError
	38, // 52: keyapis.vc.v1.PutCameraRoomAttachListResponse.Error.validation:type_name -> keyapis.vc.v1.ValidationError
	38, // 53: keyapis.vc.v1.PutCameraRoomDetachResponse.Error.validation:type_name -> keyapis.vc.v1.ValidationError
	38, // 54: keyapis.vc.v1.PutCameraRoomDetachListResponse.Error.validation:type_name -> keyapis.vc.v1.ValidationError
	38, // 55: keyapis.vc.v1.GetCameraRoomCountResponse.Error.validation:type_name -> keyapis.vc.v1.ValidationError
	38, // 56: keyapis.vc.v1.GetCameraRoomListResponse.Error.validation:type_name -> keyapis.vc.v1.ValidationError
	38, // 57: keyapis.vc.v1.DeleteCameraResponse.Error.validation:type_name -> keyapis.vc.v1.ValidationError
	38, // 58: keyapis.vc.v1.PostCameraResponse.Error.validation:type_name -> keyapis.vc.v1.ValidationError
	39, // 59: keyapis.vc.v1.PostCameraResponse.Error.camera_validation:type_name -> keyapis.vc.v1.Camera.ValidationError
	55, // 60: keyapis.vc.v1.PostCameraResponse.Error.vc:type_name -> keyapis.vc.v1.PostCameraResponse.Error.VcError
	38, // 61: keyapis.vc.v1.GetCameraCalendarResponse.Error.validation:type_name -> keyapis.vc.v1.ValidationError
	58, // 62: keyapis.vc.v1.GetCameraCalendarResponse.Error.vc:type_name -> keyapis.vc.v1.GetCameraCalendarResponse.Error.VcError
	61, // 63: keyapis.vc.v1.GetCameraIntervalsResponse.Interval.items:type_name -> keyapis.vc.v1.GetCameraIntervalsResponse.Interval.Item
	38, // 64: keyapis.vc.v1.GetCameraIntervalsResponse.Error.validation:type_name -> keyapis.vc.v1.ValidationError
	62, // 65: keyapis.vc.v1.GetCameraIntervalsResponse.Error.vc:type_name -> keyapis.vc.v1.GetCameraIntervalsResponse.Error.VcError
	63, // 66: keyapis.vc.v1.GetCameraIntervalsResponse.Interval.Item.since_at:type_name -> google.protobuf.Timestamp
	63, // 67: keyapis.vc.v1.GetCameraIntervalsResponse.Interval.Item.till_at:type_name -> google.protobuf.Timestamp
	26, // 68: keyapis.vc.v1.CameraService.GetCameraRoomCount:input_type -> keyapis.vc.v1.GetCameraRoomCountRequest
	28, // 69: keyapis.vc.v1.CameraService.GetCameraRoomList:input_type -> keyapis.vc.v1.GetCameraRoomListRequest
	14, // 70: keyapis.vc.v1.CameraService.GetCamera:input_type -> keyapis.vc.v1.GetCameraRequest
	12, // 71: keyapis.vc.v1.CameraService.GetCameraList:input_type -> keyapis.vc.v1.GetCameraListRequest
	16, // 72: keyapis.vc.v1.CameraService.GetCameraRtspUrlExternalId:input_type -> keyapis.vc.v1.GetCameraRtspUrlExternalIdRequest
	18, // 73: keyapis.vc.v1.CameraService.PutCameraRoomAttach:input_type -> keyapis.vc.v1.PutCameraRoomAttachRequest
	22, // 74: keyapis.vc.v1.CameraService.PutCameraRoomDetach:input_type -> keyapis.vc.v1.PutCameraRoomDetachRequest
	20, // 75: keyapis.vc.v1.CameraService.PutCameraRoomAttachList:input_type -> keyapis.vc.v1.PutCameraRoomAttachListRequest
	24, // 76: keyapis.vc.v1.CameraService.PutCameraRoomDetachList:input_type -> keyapis.vc.v1.PutCameraRoomDetachListRequest
	30, // 77: keyapis.vc.v1.CameraService.DeleteCamera:input_type -> keyapis.vc.v1.DeleteCameraRequest
	32, // 78: keyapis.vc.v1.CameraService.PostCamera:input_type -> keyapis.vc.v1.PostCameraRequest
	34, // 79: keyapis.vc.v1.CameraService.GetCameraCalendar:input_type -> keyapis.vc.v1.GetCameraCalendarRequest
	36, // 80: keyapis.vc.v1.CameraService.GetCameraIntervals:input_type -> keyapis.vc.v1.GetCameraIntervalsRequest
	27, // 81: keyapis.vc.v1.CameraService.GetCameraRoomCount:output_type -> keyapis.vc.v1.GetCameraRoomCountResponse
	29, // 82: keyapis.vc.v1.CameraService.GetCameraRoomList:output_type -> keyapis.vc.v1.GetCameraRoomListResponse
	15, // 83: keyapis.vc.v1.CameraService.GetCamera:output_type -> keyapis.vc.v1.GetCameraResponse
	13, // 84: keyapis.vc.v1.CameraService.GetCameraList:output_type -> keyapis.vc.v1.GetCameraListResponse
	17, // 85: keyapis.vc.v1.CameraService.GetCameraRtspUrlExternalId:output_type -> keyapis.vc.v1.GetCameraRtspUrlExternalIdResponse
	19, // 86: keyapis.vc.v1.CameraService.PutCameraRoomAttach:output_type -> keyapis.vc.v1.PutCameraRoomAttachResponse
	23, // 87: keyapis.vc.v1.CameraService.PutCameraRoomDetach:output_type -> keyapis.vc.v1.PutCameraRoomDetachResponse
	21, // 88: keyapis.vc.v1.CameraService.PutCameraRoomAttachList:output_type -> keyapis.vc.v1.PutCameraRoomAttachListResponse
	25, // 89: keyapis.vc.v1.CameraService.PutCameraRoomDetachList:output_type -> keyapis.vc.v1.PutCameraRoomDetachListResponse
	31, // 90: keyapis.vc.v1.CameraService.DeleteCamera:output_type -> keyapis.vc.v1.DeleteCameraResponse
	33, // 91: keyapis.vc.v1.CameraService.PostCamera:output_type -> keyapis.vc.v1.PostCameraResponse
	35, // 92: keyapis.vc.v1.CameraService.GetCameraCalendar:output_type -> keyapis.vc.v1.GetCameraCalendarResponse
	37, // 93: keyapis.vc.v1.CameraService.GetCameraIntervals:output_type -> keyapis.vc.v1.GetCameraIntervalsResponse
	81, // [81:94] is the sub-list for method output_type
	68, // [68:81] is the sub-list for method input_type
	68, // [68:68] is the sub-list for extension type_name
	68, // [68:68] is the sub-list for extension extendee
	0,  // [0:68] is the sub-list for field type_name
}

func init() { file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_init() }
func file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_init() {
	if File_keyapis_vc_v1_keyapis_vc_camera_v1_proto != nil {
		return
	}
	if !protoimpl.UnsafeEnabled {
		file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*CameraRoom); 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_v1_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*CameraRoomFilter); 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_v1_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*CameraRoomPaging); 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_v1_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*Camera); 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_v1_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*CameraFilter); 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_v1_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*CameraPaging); 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_v1_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*CameraScope); 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_v1_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraListRequest); 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_v1_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraListResponse); 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_v1_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraRequest); 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_v1_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraResponse); 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_v1_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraRtspUrlExternalIdRequest); 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_v1_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraRtspUrlExternalIdResponse); 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_v1_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PutCameraRoomAttachRequest); 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_v1_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PutCameraRoomAttachResponse); 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_v1_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PutCameraRoomAttachListRequest); 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_v1_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PutCameraRoomAttachListResponse); 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_v1_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PutCameraRoomDetachRequest); 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_v1_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PutCameraRoomDetachResponse); 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_v1_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PutCameraRoomDetachListRequest); 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_v1_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PutCameraRoomDetachListResponse); 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_v1_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraRoomCountRequest); 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_v1_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraRoomCountResponse); 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_v1_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraRoomListRequest); 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_v1_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraRoomListResponse); 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_v1_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteCameraRequest); 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_v1_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteCameraResponse); 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_v1_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostCameraRequest); 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_v1_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostCameraResponse); 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_v1_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraCalendarRequest); 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_v1_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraCalendarResponse); 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_v1_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraIntervalsRequest); 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_v1_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraIntervalsResponse); 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_v1_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*ValidationError); 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_v1_proto_msgTypes[34].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*Camera_ValidationError); 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_v1_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*Camera_ValidationError_RtspUrlRequired); 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_v1_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*Camera_ValidationError_OneFieldMacOrSerialNumberRequired); 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_v1_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraListResponse_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_v1_proto_msgTypes[38].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraListResponse_Data); 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_v1_proto_msgTypes[39].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraResponse_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_v1_proto_msgTypes[40].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraRtspUrlExternalIdResponse_CameraRtspUrl); 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_v1_proto_msgTypes[41].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraRtspUrlExternalIdResponse_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_v1_proto_msgTypes[42].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PutCameraRoomAttachResponse_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_v1_proto_msgTypes[43].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PutCameraRoomAttachListResponse_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_v1_proto_msgTypes[44].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PutCameraRoomDetachResponse_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_v1_proto_msgTypes[45].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PutCameraRoomDetachListResponse_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_v1_proto_msgTypes[46].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraRoomCountResponse_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_v1_proto_msgTypes[47].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraRoomListResponse_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_v1_proto_msgTypes[48].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteCameraResponse_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_v1_proto_msgTypes[49].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostCameraResponse_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_v1_proto_msgTypes[50].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostCameraResponse_Error_VcError); 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_v1_proto_msgTypes[51].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraCalendarResponse_Caledar); 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_v1_proto_msgTypes[52].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraCalendarResponse_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_v1_proto_msgTypes[53].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraCalendarResponse_Error_VcError); 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_v1_proto_msgTypes[54].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraIntervalsResponse_Interval); 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_v1_proto_msgTypes[55].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraIntervalsResponse_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_v1_proto_msgTypes[56].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraIntervalsResponse_Interval_Item); 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_v1_proto_msgTypes[57].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraIntervalsResponse_Error_VcError); 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_v1_proto_msgTypes[7].OneofWrappers = []interface{}{
		(*GetCameraListRequest_Paging)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[8].OneofWrappers = []interface{}{
		(*GetCameraListResponse_Data_)(nil),
		(*GetCameraListResponse_Error_)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[10].OneofWrappers = []interface{}{
		(*GetCameraResponse_Data)(nil),
		(*GetCameraResponse_Error_)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[12].OneofWrappers = []interface{}{
		(*GetCameraRtspUrlExternalIdResponse_Data)(nil),
		(*GetCameraRtspUrlExternalIdResponse_Error_)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[14].OneofWrappers = []interface{}{
		(*PutCameraRoomAttachResponse_Error_)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[16].OneofWrappers = []interface{}{
		(*PutCameraRoomAttachListResponse_Error_)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[18].OneofWrappers = []interface{}{
		(*PutCameraRoomDetachResponse_Error_)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[20].OneofWrappers = []interface{}{
		(*PutCameraRoomDetachListResponse_Error_)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[22].OneofWrappers = []interface{}{
		(*GetCameraRoomCountResponse_Data)(nil),
		(*GetCameraRoomCountResponse_Error_)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[23].OneofWrappers = []interface{}{
		(*GetCameraRoomListRequest_Paging)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[24].OneofWrappers = []interface{}{
		(*GetCameraRoomListResponse_Data)(nil),
		(*GetCameraRoomListResponse_Error_)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[26].OneofWrappers = []interface{}{
		(*DeleteCameraResponse_Error_)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[28].OneofWrappers = []interface{}{
		(*PostCameraResponse_Error_)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[30].OneofWrappers = []interface{}{
		(*GetCameraCalendarResponse_Data)(nil),
		(*GetCameraCalendarResponse_Error_)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[32].OneofWrappers = []interface{}{
		(*GetCameraIntervalsResponse_Data)(nil),
		(*GetCameraIntervalsResponse_Error_)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[34].OneofWrappers = []interface{}{
		(*Camera_ValidationError_RtspUrlRequired_)(nil),
		(*Camera_ValidationError_OneFieldMacOrSerialNumberRequired_)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[37].OneofWrappers = []interface{}{
		(*GetCameraListResponse_Error_Validation)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[39].OneofWrappers = []interface{}{
		(*GetCameraResponse_Error_Validation)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[41].OneofWrappers = []interface{}{
		(*GetCameraRtspUrlExternalIdResponse_Error_Validation)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[42].OneofWrappers = []interface{}{
		(*PutCameraRoomAttachResponse_Error_Validation)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[43].OneofWrappers = []interface{}{
		(*PutCameraRoomAttachListResponse_Error_Validation)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[44].OneofWrappers = []interface{}{
		(*PutCameraRoomDetachResponse_Error_Validation)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[45].OneofWrappers = []interface{}{
		(*PutCameraRoomDetachListResponse_Error_Validation)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[46].OneofWrappers = []interface{}{
		(*GetCameraRoomCountResponse_Error_Validation)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[47].OneofWrappers = []interface{}{
		(*GetCameraRoomListResponse_Error_Validation)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[48].OneofWrappers = []interface{}{
		(*DeleteCameraResponse_Error_Validation)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[49].OneofWrappers = []interface{}{
		(*PostCameraResponse_Error_Validation)(nil),
		(*PostCameraResponse_Error_CameraValidation)(nil),
		(*PostCameraResponse_Error_Vc)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[52].OneofWrappers = []interface{}{
		(*GetCameraCalendarResponse_Error_Validation)(nil),
		(*GetCameraCalendarResponse_Error_Vc)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes[55].OneofWrappers = []interface{}{
		(*GetCameraIntervalsResponse_Error_Validation)(nil),
		(*GetCameraIntervalsResponse_Error_Vc)(nil),
	}
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_rawDesc,
			NumEnums:      5,
			NumMessages:   58,
			NumExtensions: 0,
			NumServices:   1,
		},
		GoTypes:           file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_goTypes,
		DependencyIndexes: file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_depIdxs,
		EnumInfos:         file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_enumTypes,
		MessageInfos:      file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_msgTypes,
	}.Build()
	File_keyapis_vc_v1_keyapis_vc_camera_v1_proto = out.File
	file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_rawDesc = nil
	file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_goTypes = nil
	file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_depIdxs = nil
}
