//
//Спецификация для работы с видеоданными камер

// 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_video_data_v1.proto

package keyapis_vc_v1

import (
	_ "google.golang.org/genproto/googleapis/api/annotations"
	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
	timestamppb "google.golang.org/protobuf/types/known/timestamppb"
	reflect "reflect"
	sync "sync"
)

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

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

const (
	// Значение не указано
	CameraVideoDataPaging_DIRECTION_TYPE_UNKNOWN CameraVideoDataPaging_DirectionType = 0
	// От большего к меньшему
	CameraVideoDataPaging_DESC CameraVideoDataPaging_DirectionType = 1
	// От меньшего к большему
	CameraVideoDataPaging_ASC CameraVideoDataPaging_DirectionType = 2
)

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

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

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

func (CameraVideoDataPaging_DirectionType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_enumTypes[0].Descriptor()
}

func (CameraVideoDataPaging_DirectionType) Type() protoreflect.EnumType {
	return &file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_enumTypes[0]
}

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

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

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

const (
	// Значение не указано
	CameraVideoDataPaging_ORDER_BY_TYPE_UNKNOWN CameraVideoDataPaging_OrderByType = 0
	// По дате создания
	CameraVideoDataPaging_CREATED_AT CameraVideoDataPaging_OrderByType = 1
)

// Enum value maps for CameraVideoDataPaging_OrderByType.
var (
	CameraVideoDataPaging_OrderByType_name = map[int32]string{
		0: "ORDER_BY_TYPE_UNKNOWN",
		1: "CREATED_AT",
	}
	CameraVideoDataPaging_OrderByType_value = map[string]int32{
		"ORDER_BY_TYPE_UNKNOWN": 0,
		"CREATED_AT":            1,
	}
)

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

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

func (CameraVideoDataPaging_OrderByType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_enumTypes[1].Descriptor()
}

func (CameraVideoDataPaging_OrderByType) Type() protoreflect.EnumType {
	return &file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_enumTypes[1]
}

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

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

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

	// Идентификатор камеры в системе Видеокомфорт.
	// Тип: Guid
	Uid string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	// Категория камеры
	Category *CameraVideoData_Category `protobuf:"bytes,2,opt,name=category,proto3" json:"category,omitempty"`
	// Наименование камеры
	Title string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	// Серийный номер камеры
	SerialNumber string `protobuf:"bytes,4,opt,name=serial_number,json=serialNumber,proto3" json:"serial_number,omitempty"`
	// IP камеры
	Ip string `protobuf:"bytes,5,opt,name=ip,proto3" json:"ip,omitempty"`
	// Адрес видео-потока (https соединение)
	StreamerUrl string `protobuf:"bytes,6,opt,name=streamer_url,json=streamerUrl,proto3" json:"streamer_url,omitempty"`
	// MAC-адрес камеры
	Mac string `protobuf:"bytes,7,opt,name=mac,proto3" json:"mac,omitempty"`
	// Модель камеры
	Model string `protobuf:"bytes,8,opt,name=model,proto3" json:"model,omitempty"`
	// Производитель камеры
	Vendor string `protobuf:"bytes,9,opt,name=vendor,proto3" json:"vendor,omitempty"`
	// Статус камеры
	Status *CameraVideoData_Status `protobuf:"bytes,10,opt,name=status,proto3" json:"status,omitempty"`
	// URL скриншотов разных размеров в JPG-формате
	ScreenshotUrlTemplate string `protobuf:"bytes,11,opt,name=screenshot_url_template,json=screenshotUrlTemplate,proto3" json:"screenshot_url_template,omitempty"`
	// Шаблон для “точных” скриншотов. Выдаёт скриншоты всех размеров
	ScreenshotPreciseUrlTemplate string `protobuf:"bytes,12,opt,name=screenshot_precise_url_template,json=screenshotPreciseUrlTemplate,proto3" json:"screenshot_precise_url_template,omitempty"`
	// U-Токен, кука, которая выдается Умному Дому
	UserToken string `protobuf:"bytes,13,opt,name=user_token,json=userToken,proto3" json:"user_token,omitempty"`
	// Токен для воспроизведения видео с камеры
	StreamerToken string `protobuf:"bytes,14,opt,name=streamer_token,json=streamerToken,proto3" json:"streamer_token,omitempty"`
	// Токен для получения контента с cdn (например, файлов изображений)
	ScreenshotToken string `protobuf:"bytes,15,opt,name=screenshot_token,json=screenshotToken,proto3" json:"screenshot_token,omitempty"`
	// Глубина хранения видео в минутах
	ArchiveLength int32 `protobuf:"varint,16,opt,name=archive_length,json=archiveLength,proto3" json:"archive_length,omitempty"`
	// Координаты месторасположения
	Location *CameraVideoData_Location `protobuf:"bytes,17,opt,name=location,proto3" json:"location,omitempty"`
	// Дата создания
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,18,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Дата обновления
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,19,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// Смещение таймзоны в минутах.
	// # Диапазон: -720..840
	UtcOffset int32 `protobuf:"varint,20,opt,name=utc_offset,json=utcOffset,proto3" json:"utc_offset,omitempty"`
}

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

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

func (*CameraVideoData) ProtoMessage() {}

func (x *CameraVideoData) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_msgTypes[0]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use CameraVideoData.ProtoReflect.Descriptor instead.
func (*CameraVideoData) Descriptor() ([]byte, []int) {
	return file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_rawDescGZIP(), []int{0}
}

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

func (x *CameraVideoData) GetCategory() *CameraVideoData_Category {
	if x != nil {
		return x.Category
	}
	return nil
}

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

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

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

func (x *CameraVideoData) GetStreamerUrl() string {
	if x != nil {
		return x.StreamerUrl
	}
	return ""
}

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

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

func (x *CameraVideoData) GetVendor() string {
	if x != nil {
		return x.Vendor
	}
	return ""
}

func (x *CameraVideoData) GetStatus() *CameraVideoData_Status {
	if x != nil {
		return x.Status
	}
	return nil
}

func (x *CameraVideoData) GetScreenshotUrlTemplate() string {
	if x != nil {
		return x.ScreenshotUrlTemplate
	}
	return ""
}

func (x *CameraVideoData) GetScreenshotPreciseUrlTemplate() string {
	if x != nil {
		return x.ScreenshotPreciseUrlTemplate
	}
	return ""
}

func (x *CameraVideoData) GetUserToken() string {
	if x != nil {
		return x.UserToken
	}
	return ""
}

func (x *CameraVideoData) GetStreamerToken() string {
	if x != nil {
		return x.StreamerToken
	}
	return ""
}

func (x *CameraVideoData) GetScreenshotToken() string {
	if x != nil {
		return x.ScreenshotToken
	}
	return ""
}

func (x *CameraVideoData) GetArchiveLength() int32 {
	if x != nil {
		return x.ArchiveLength
	}
	return 0
}

func (x *CameraVideoData) GetLocation() *CameraVideoData_Location {
	if x != nil {
		return x.Location
	}
	return nil
}

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

func (x *CameraVideoData) GetUpdatedAt() *timestamppb.Timestamp {
	if x != nil {
		return x.UpdatedAt
	}
	return nil
}

func (x *CameraVideoData) GetUtcOffset() int32 {
	if x != nil {
		return x.UtcOffset
	}
	return 0
}

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

	// Идентификатор камеры в системе Видеокомфорт.
	// Тип: Guid
	Uids []string `protobuf:"bytes,1,rep,name=uids,proto3" json:"uids,omitempty"`
	// Наименование камеры
	Title []string `protobuf:"bytes,2,rep,name=title,proto3" json:"title,omitempty"`
	// MAC-адрес камеры
	Mac []string `protobuf:"bytes,3,rep,name=mac,proto3" json:"mac,omitempty"`
	// IP камеры
	Ip []string `protobuf:"bytes,4,rep,name=ip,proto3" json:"ip,omitempty"`
	// Серийный номер камеры
	SerialNumber []string `protobuf:"bytes,5,rep,name=serial_number,json=serialNumber,proto3" json:"serial_number,omitempty"`
	// Категория камеры
	Category []string `protobuf:"bytes,6,rep,name=category,proto3" json:"category,omitempty"`
}

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

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

func (*CameraVideoDataFilter) ProtoMessage() {}

func (x *CameraVideoDataFilter) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_msgTypes[1]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use CameraVideoDataFilter.ProtoReflect.Descriptor instead.
func (*CameraVideoDataFilter) Descriptor() ([]byte, []int) {
	return file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_rawDescGZIP(), []int{1}
}

func (x *CameraVideoDataFilter) GetUids() []string {
	if x != nil {
		return x.Uids
	}
	return nil
}

func (x *CameraVideoDataFilter) GetTitle() []string {
	if x != nil {
		return x.Title
	}
	return nil
}

func (x *CameraVideoDataFilter) GetMac() []string {
	if x != nil {
		return x.Mac
	}
	return nil
}

func (x *CameraVideoDataFilter) GetIp() []string {
	if x != nil {
		return x.Ip
	}
	return nil
}

func (x *CameraVideoDataFilter) GetSerialNumber() []string {
	if x != nil {
		return x.SerialNumber
	}
	return nil
}

func (x *CameraVideoDataFilter) GetCategory() []string {
	if x != nil {
		return x.Category
	}
	return nil
}

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

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

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

func (*CameraVideoDataPaging) ProtoMessage() {}

func (x *CameraVideoDataPaging) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_msgTypes[2]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use CameraVideoDataPaging.ProtoReflect.Descriptor instead.
func (*CameraVideoDataPaging) Descriptor() ([]byte, []int) {
	return file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_rawDescGZIP(), []int{2}
}

func (x *CameraVideoDataPaging) GetOrderByType() CameraVideoDataPaging_OrderByType {
	if x != nil {
		return x.OrderByType
	}
	return CameraVideoDataPaging_ORDER_BY_TYPE_UNKNOWN
}

func (x *CameraVideoDataPaging) GetDirectionType() CameraVideoDataPaging_DirectionType {
	if x != nil {
		return x.DirectionType
	}
	return CameraVideoDataPaging_DIRECTION_TYPE_UNKNOWN
}

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

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

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

	// Types that are assignable to Scope:
	//
	//	*CameraVideoDataScope_CompanyId
	//	*CameraVideoDataScope_UserId
	Scope isCameraVideoDataScope_Scope `protobuf_oneof:"scope"`
}

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

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

func (*CameraVideoDataScope) ProtoMessage() {}

func (x *CameraVideoDataScope) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_msgTypes[3]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use CameraVideoDataScope.ProtoReflect.Descriptor instead.
func (*CameraVideoDataScope) Descriptor() ([]byte, []int) {
	return file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_rawDescGZIP(), []int{3}
}

func (m *CameraVideoDataScope) GetScope() isCameraVideoDataScope_Scope {
	if m != nil {
		return m.Scope
	}
	return nil
}

func (x *CameraVideoDataScope) GetCompanyId() int64 {
	if x, ok := x.GetScope().(*CameraVideoDataScope_CompanyId); ok {
		return x.CompanyId
	}
	return 0
}

func (x *CameraVideoDataScope) GetUserId() int32 {
	if x, ok := x.GetScope().(*CameraVideoDataScope_UserId); ok {
		return x.UserId
	}
	return 0
}

type isCameraVideoDataScope_Scope interface {
	isCameraVideoDataScope_Scope()
}

type CameraVideoDataScope_CompanyId struct {
	// Идентификатор компании
	CompanyId int64 `protobuf:"varint,1,opt,name=company_id,json=companyId,proto3,oneof"`
}

type CameraVideoDataScope_UserId struct {
	// Идентификатор пользователя
	UserId int32 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3,oneof"`
}

func (*CameraVideoDataScope_CompanyId) isCameraVideoDataScope_Scope() {}

func (*CameraVideoDataScope_UserId) isCameraVideoDataScope_Scope() {}

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

	// Ограничение выборки
	Scope *CameraVideoDataScope `protobuf:"bytes,1,opt,name=scope,proto3" json:"scope,omitempty"`
	// Фильтр
	Filter *CameraVideoDataFilter `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"`
}

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

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

func (*GetCameraVideoDataCountRequest) ProtoMessage() {}

func (x *GetCameraVideoDataCountRequest) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_msgTypes[4]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use GetCameraVideoDataCountRequest.ProtoReflect.Descriptor instead.
func (*GetCameraVideoDataCountRequest) Descriptor() ([]byte, []int) {
	return file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_rawDescGZIP(), []int{4}
}

func (x *GetCameraVideoDataCountRequest) GetScope() *CameraVideoDataScope {
	if x != nil {
		return x.Scope
	}
	return nil
}

func (x *GetCameraVideoDataCountRequest) GetFilter() *CameraVideoDataFilter {
	if x != nil {
		return x.Filter
	}
	return nil
}

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

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

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

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

func (*GetCameraVideoDataCountResponse) ProtoMessage() {}

func (x *GetCameraVideoDataCountResponse) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_msgTypes[5]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use GetCameraVideoDataCountResponse.ProtoReflect.Descriptor instead.
func (*GetCameraVideoDataCountResponse) Descriptor() ([]byte, []int) {
	return file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_rawDescGZIP(), []int{5}
}

func (m *GetCameraVideoDataCountResponse) GetType() isGetCameraVideoDataCountResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

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

func (x *GetCameraVideoDataCountResponse) GetError() *GetCameraVideoDataCountResponse_Error {
	if x, ok := x.GetType().(*GetCameraVideoDataCountResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isGetCameraVideoDataCountResponse_Type interface {
	isGetCameraVideoDataCountResponse_Type()
}

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

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

func (*GetCameraVideoDataCountResponse_Data) isGetCameraVideoDataCountResponse_Type() {}

func (*GetCameraVideoDataCountResponse_Error_) isGetCameraVideoDataCountResponse_Type() {}

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

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

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

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

func (*GetCameraVideoDataListRequest) ProtoMessage() {}

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

func (x *GetCameraVideoDataListRequest) GetScope() *CameraVideoDataScope {
	if x != nil {
		return x.Scope
	}
	return nil
}

func (x *GetCameraVideoDataListRequest) GetFilter() *CameraVideoDataFilter {
	if x != nil {
		return x.Filter
	}
	return nil
}

func (m *GetCameraVideoDataListRequest) GetPagination() isGetCameraVideoDataListRequest_Pagination {
	if m != nil {
		return m.Pagination
	}
	return nil
}

func (x *GetCameraVideoDataListRequest) GetPaging() *CameraVideoDataPaging {
	if x, ok := x.GetPagination().(*GetCameraVideoDataListRequest_Paging); ok {
		return x.Paging
	}
	return nil
}

type isGetCameraVideoDataListRequest_Pagination interface {
	isGetCameraVideoDataListRequest_Pagination()
}

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

func (*GetCameraVideoDataListRequest_Paging) isGetCameraVideoDataListRequest_Pagination() {}

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

	// Камера
	Data []*CameraVideoData `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	// Ошибка
	Error *GetCameraVideoDataListResponse_Error `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
}

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

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

func (*GetCameraVideoDataListResponse) ProtoMessage() {}

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

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

func (x *GetCameraVideoDataListResponse) GetError() *GetCameraVideoDataListResponse_Error {
	if x != nil {
		return x.Error
	}
	return nil
}

// Категория камеры
type CameraVideoData_Category struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор группы
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// Тип группы
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	// Имя группы
	Title string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
}

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

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

func (*CameraVideoData_Category) ProtoMessage() {}

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

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

func (x *CameraVideoData_Category) GetType() string {
	if x != nil {
		return x.Type
	}
	return ""
}

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

// Координаты месторасположения
type CameraVideoData_Location struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Широта
	Lat float64 `protobuf:"fixed64,1,opt,name=lat,proto3" json:"lat,omitempty"`
	// Долгота
	Lng float64 `protobuf:"fixed64,2,opt,name=lng,proto3" json:"lng,omitempty"`
}

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

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

func (*CameraVideoData_Location) ProtoMessage() {}

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

func (x *CameraVideoData_Location) GetLat() float64 {
	if x != nil {
		return x.Lat
	}
	return 0
}

func (x *CameraVideoData_Location) GetLng() float64 {
	if x != nil {
		return x.Lng
	}
	return 0
}

// Статус камеры
type CameraVideoData_Status struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор статуса
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// online/offline
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	// Доступна/Не доступна
	Title string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
}

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

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

func (*CameraVideoData_Status) ProtoMessage() {}

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

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

func (x *CameraVideoData_Status) GetType() string {
	if x != nil {
		return x.Type
	}
	return ""
}

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

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

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

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

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

func (*GetCameraVideoDataCountResponse_Error) ProtoMessage() {}

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

func (m *GetCameraVideoDataCountResponse_Error) GetReason() isGetCameraVideoDataCountResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isGetCameraVideoDataCountResponse_Error_Reason interface {
	isGetCameraVideoDataCountResponse_Error_Reason()
}

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

func (*GetCameraVideoDataCountResponse_Error_Validation) isGetCameraVideoDataCountResponse_Error_Reason() {
}

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

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

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

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

func (*GetCameraVideoDataListResponse_Error) ProtoMessage() {}

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

func (m *GetCameraVideoDataListResponse_Error) GetReason() isGetCameraVideoDataListResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isGetCameraVideoDataListResponse_Error_Reason interface {
	isGetCameraVideoDataListResponse_Error_Reason()
}

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

func (*GetCameraVideoDataListResponse_Error_Validation) isGetCameraVideoDataListResponse_Error_Reason() {
}

var File_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto protoreflect.FileDescriptor

var file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_rawDesc = []byte{
	0x0a, 0x33, 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, 0x69, 0x64, 0x65, 0x6f, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x76, 0x31, 0x2e,
	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0d, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76,
	0x63, 0x2e, 0x76, 0x31, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69,
	0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f,
	0x74, 0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x66,
	0x69, 0x65, 0x6c, 0x64, 0x5f, 0x62, 0x65, 0x68, 0x61, 0x76, 0x69, 0x6f, 0x72, 0x2e, 0x70, 0x72,
	0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74,
	0x6f, 0x62, 0x75, 0x66, 0x2f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2e, 0x70,
	0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x28, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x76, 0x63,
	0x2f, 0x76, 0x31, 0x2f, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5f, 0x76, 0x63, 0x5f, 0x63,
	0x61, 0x6d, 0x65, 0x72, 0x61, 0x5f, 0x76, 0x31, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xee,
	0x08, 0x0a, 0x0f, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x44, 0x61,
	0x74, 0x61, 0x12, 0x15, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42,
	0x03, 0xe0, 0x41, 0x02, 0x52, 0x03, 0x75, 0x69, 0x64, 0x12, 0x43, 0x0a, 0x08, 0x63, 0x61, 0x74,
	0x65, 0x67, 0x6f, 0x72, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x6b, 0x65,
	0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d, 0x65,
	0x72, 0x61, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x2e, 0x43, 0x61, 0x74, 0x65,
	0x67, 0x6f, 0x72, 0x79, 0x52, 0x08, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x12, 0x19,
	0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0,
	0x41, 0x02, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x28, 0x0a, 0x0d, 0x73, 0x65, 0x72,
	0x69, 0x61, 0x6c, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
	0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0c, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x4e, 0x75, 0x6d,
	0x62, 0x65, 0x72, 0x12, 0x13, 0x0a, 0x02, 0x69, 0x70, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42,
	0x03, 0xe0, 0x41, 0x02, 0x52, 0x02, 0x69, 0x70, 0x12, 0x26, 0x0a, 0x0c, 0x73, 0x74, 0x72, 0x65,
	0x61, 0x6d, 0x65, 0x72, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03,
	0xe0, 0x41, 0x02, 0x52, 0x0b, 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x65, 0x72, 0x55, 0x72, 0x6c,
	0x12, 0x15, 0x0a, 0x03, 0x6d, 0x61, 0x63, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0,
	0x41, 0x02, 0x52, 0x03, 0x6d, 0x61, 0x63, 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c,
	0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x12, 0x16, 0x0a,
	0x06, 0x76, 0x65, 0x6e, 0x64, 0x6f, 0x72, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x76,
	0x65, 0x6e, 0x64, 0x6f, 0x72, 0x12, 0x42, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18,
	0x0a, 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, 0x56, 0x69, 0x64, 0x65,
	0x6f, 0x44, 0x61, 0x74, 0x61, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x42, 0x03, 0xe0, 0x41,
	0x02, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x3b, 0x0a, 0x17, 0x73, 0x63, 0x72,
	0x65, 0x65, 0x6e, 0x73, 0x68, 0x6f, 0x74, 0x5f, 0x75, 0x72, 0x6c, 0x5f, 0x74, 0x65, 0x6d, 0x70,
	0x6c, 0x61, 0x74, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52,
	0x15, 0x73, 0x63, 0x72, 0x65, 0x65, 0x6e, 0x73, 0x68, 0x6f, 0x74, 0x55, 0x72, 0x6c, 0x54, 0x65,
	0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x12, 0x4a, 0x0a, 0x1f, 0x73, 0x63, 0x72, 0x65, 0x65, 0x6e,
	0x73, 0x68, 0x6f, 0x74, 0x5f, 0x70, 0x72, 0x65, 0x63, 0x69, 0x73, 0x65, 0x5f, 0x75, 0x72, 0x6c,
	0x5f, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x42,
	0x03, 0xe0, 0x41, 0x02, 0x52, 0x1c, 0x73, 0x63, 0x72, 0x65, 0x65, 0x6e, 0x73, 0x68, 0x6f, 0x74,
	0x50, 0x72, 0x65, 0x63, 0x69, 0x73, 0x65, 0x55, 0x72, 0x6c, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61,
	0x74, 0x65, 0x12, 0x22, 0x0a, 0x0a, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e,
	0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x09, 0x75, 0x73, 0x65,
	0x72, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x2a, 0x0a, 0x0e, 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d,
	0x65, 0x72, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03,
	0xe0, 0x41, 0x02, 0x52, 0x0d, 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x65, 0x72, 0x54, 0x6f, 0x6b,
	0x65, 0x6e, 0x12, 0x2e, 0x0a, 0x10, 0x73, 0x63, 0x72, 0x65, 0x65, 0x6e, 0x73, 0x68, 0x6f, 0x74,
	0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41,
	0x02, 0x52, 0x0f, 0x73, 0x63, 0x72, 0x65, 0x65, 0x6e, 0x73, 0x68, 0x6f, 0x74, 0x54, 0x6f, 0x6b,
	0x65, 0x6e, 0x12, 0x25, 0x0a, 0x0e, 0x61, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x5f, 0x6c, 0x65,
	0x6e, 0x67, 0x74, 0x68, 0x18, 0x10, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x61, 0x72, 0x63, 0x68,
	0x69, 0x76, 0x65, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x12, 0x43, 0x0a, 0x08, 0x6c, 0x6f, 0x63,
	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x6b, 0x65,
	0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d, 0x65,
	0x72, 0x61, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x2e, 0x4c, 0x6f, 0x63, 0x61,
	0x74, 0x69, 0x6f, 0x6e, 0x52, 0x08, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x3e,
	0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x12, 0x20, 0x01,
	0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
	0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x42, 0x03,
	0xe0, 0x41, 0x03, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x3e,
	0x0a, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x13, 0x20, 0x01,
	0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
	0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x42, 0x03,
	0xe0, 0x41, 0x03, 0x52, 0x09, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1d,
	0x0a, 0x0a, 0x75, 0x74, 0x63, 0x5f, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x18, 0x14, 0x20, 0x01,
	0x28, 0x05, 0x52, 0x09, 0x75, 0x74, 0x63, 0x4f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x1a, 0x53, 0x0a,
	0x08, 0x43, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x12, 0x13, 0x0a, 0x02, 0x69, 0x64, 0x18,
	0x01, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x02, 0x69, 0x64, 0x12, 0x17,
	0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41,
	0x02, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x19, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65,
	0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x05, 0x74, 0x69, 0x74,
	0x6c, 0x65, 0x1a, 0x38, 0x0a, 0x08, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x15,
	0x0a, 0x03, 0x6c, 0x61, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x01, 0x42, 0x03, 0xe0, 0x41, 0x02,
	0x52, 0x03, 0x6c, 0x61, 0x74, 0x12, 0x15, 0x0a, 0x03, 0x6c, 0x6e, 0x67, 0x18, 0x02, 0x20, 0x01,
	0x28, 0x01, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x03, 0x6c, 0x6e, 0x67, 0x1a, 0x51, 0x0a, 0x06,
	0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x13, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
	0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x02, 0x69, 0x64, 0x12, 0x17, 0x0a, 0x04, 0x74,
	0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x04,
	0x74, 0x79, 0x70, 0x65, 0x12, 0x19, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x03, 0x20,
	0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x22,
	0xa4, 0x01, 0x0a, 0x15, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x44,
	0x61, 0x74, 0x61, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x69, 0x64,
	0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x75, 0x69, 0x64, 0x73, 0x12, 0x14, 0x0a,
	0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69,
	0x74, 0x6c, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x61, 0x63, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09,
	0x52, 0x03, 0x6d, 0x61, 0x63, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x70, 0x18, 0x04, 0x20, 0x03, 0x28,
	0x09, 0x52, 0x02, 0x69, 0x70, 0x12, 0x23, 0x0a, 0x0d, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f,
	0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x05, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0c, 0x73, 0x65,
	0x72, 0x69, 0x61, 0x6c, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x61,
	0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x18, 0x06, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x63, 0x61,
	0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x22, 0xf0, 0x02, 0x0a, 0x15, 0x43, 0x61, 0x6d, 0x65, 0x72,
	0x61, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x67,
	0x12, 0x54, 0x0a, 0x0d, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x62, 0x79, 0x5f, 0x74, 0x79, 0x70,
	0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x30, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69,
	0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x56, 0x69,
	0x64, 0x65, 0x6f, 0x44, 0x61, 0x74, 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, 0x59, 0x0a, 0x0e, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74,
	0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x32,
	0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43,
	0x61, 0x6d, 0x65, 0x72, 0x61, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x44, 0x61, 0x74, 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,
	0x38, 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, 0x52, 0x45,
	0x41, 0x54, 0x45, 0x44, 0x5f, 0x41, 0x54, 0x10, 0x01, 0x22, 0x5b, 0x0a, 0x14, 0x43, 0x61, 0x6d,
	0x65, 0x72, 0x61, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x53, 0x63, 0x6f, 0x70,
	0x65, 0x12, 0x1f, 0x0a, 0x0a, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x5f, 0x69, 0x64, 0x18,
	0x01, 0x20, 0x01, 0x28, 0x03, 0x48, 0x00, 0x52, 0x09, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79,
	0x49, 0x64, 0x12, 0x19, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20,
	0x01, 0x28, 0x05, 0x48, 0x00, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x42, 0x07, 0x0a,
	0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x22, 0x99, 0x01, 0x0a, 0x1e, 0x47, 0x65, 0x74, 0x43, 0x61,
	0x6d, 0x65, 0x72, 0x61, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x43, 0x6f, 0x75,
	0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x39, 0x0a, 0x05, 0x73, 0x63, 0x6f,
	0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x56,
	0x69, 0x64, 0x65, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x52, 0x05, 0x73,
	0x63, 0x6f, 0x70, 0x65, 0x12, 0x3c, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x02,
	0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76,
	0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x56, 0x69, 0x64, 0x65, 0x6f,
	0x44, 0x61, 0x74, 0x61, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74,
	0x65, 0x72, 0x22, 0xe2, 0x01, 0x0a, 0x1f, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61,
	0x56, 0x69, 0x64, 0x65, 0x6f, 0x44, 0x61, 0x74, 0x61, 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, 0x4c, 0x0a, 0x05,
	0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x65,
	0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43,
	0x61, 0x6d, 0x65, 0x72, 0x61, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x44, 0x61, 0x74, 0x61, 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, 0xe6, 0x01, 0x0a, 0x1d, 0x47, 0x65, 0x74, 0x43,
	0x61, 0x6d, 0x65, 0x72, 0x61, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x4c, 0x69,
	0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x39, 0x0a, 0x05, 0x73, 0x63, 0x6f,
	0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x56,
	0x69, 0x64, 0x65, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x52, 0x05, 0x73,
	0x63, 0x6f, 0x70, 0x65, 0x12, 0x3c, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x02,
	0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76,
	0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x56, 0x69, 0x64, 0x65, 0x6f,
	0x44, 0x61, 0x74, 0x61, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74,
	0x65, 0x72, 0x12, 0x3e, 0x0a, 0x06, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x18, 0x03, 0x20, 0x01,
	0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e,
	0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x44, 0x61,
	0x74, 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, 0xf4, 0x01, 0x0a, 0x1e, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x56, 0x69,
	0x64, 0x65, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f,
	0x6e, 0x73, 0x65, 0x12, 0x32, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28,
	0x0b, 0x32, 0x1e, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76,
	0x31, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x44, 0x61, 0x74,
	0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x49, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72,
	0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61,
	0x56, 0x69, 0x64, 0x65, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73,
	0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 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, 0x32, 0xe2, 0x02, 0x0a, 0x16, 0x43, 0x61, 0x6d, 0x65,
	0x72, 0x61, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x53, 0x65, 0x72, 0x76, 0x69,
	0x63, 0x65, 0x12, 0xa4, 0x01, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61,
	0x56, 0x69, 0x64, 0x65, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x2d,
	0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x47,
	0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x44, 0x61, 0x74,
	0x61, 0x43, 0x6f, 0x75, 0x6e, 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, 0x47, 0x65,
	0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x44, 0x61, 0x74, 0x61,
	0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2a, 0x82,
	0xd3, 0xe4, 0x93, 0x02, 0x24, 0x12, 0x22, 0x2f, 0x76, 0x63, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76,
	0x31, 0x2f, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x5f, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x5f, 0x64,
	0x61, 0x74, 0x61, 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0xa0, 0x01, 0x0a, 0x16, 0x47, 0x65,
	0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x44, 0x61, 0x74, 0x61,
	0x4c, 0x69, 0x73, 0x74, 0x12, 0x2c, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76,
	0x63, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x56, 0x69,
	0x64, 0x65, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65,
	0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e,
	0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x56, 0x69, 0x64, 0x65,
	0x6f, 0x44, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x73, 0x74, 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, 0x5f, 0x76, 0x69, 0x64,
	0x65, 0x6f, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x2f, 0x6c, 0x69, 0x73, 0x74, 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_video_data_v1_proto_rawDescOnce sync.Once
	file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_rawDescData = file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_rawDesc
)

func file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_rawDescGZIP() []byte {
	file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_rawDescOnce.Do(func() {
		file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_rawDescData = protoimpl.X.CompressGZIP(file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_rawDescData)
	})
	return file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_rawDescData
}

var file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_enumTypes = make([]protoimpl.EnumInfo, 2)
var file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 13)
var file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_goTypes = []interface{}{
	(CameraVideoDataPaging_DirectionType)(0),      // 0: keyapis.vc.v1.CameraVideoDataPaging.DirectionType
	(CameraVideoDataPaging_OrderByType)(0),        // 1: keyapis.vc.v1.CameraVideoDataPaging.OrderByType
	(*CameraVideoData)(nil),                       // 2: keyapis.vc.v1.CameraVideoData
	(*CameraVideoDataFilter)(nil),                 // 3: keyapis.vc.v1.CameraVideoDataFilter
	(*CameraVideoDataPaging)(nil),                 // 4: keyapis.vc.v1.CameraVideoDataPaging
	(*CameraVideoDataScope)(nil),                  // 5: keyapis.vc.v1.CameraVideoDataScope
	(*GetCameraVideoDataCountRequest)(nil),        // 6: keyapis.vc.v1.GetCameraVideoDataCountRequest
	(*GetCameraVideoDataCountResponse)(nil),       // 7: keyapis.vc.v1.GetCameraVideoDataCountResponse
	(*GetCameraVideoDataListRequest)(nil),         // 8: keyapis.vc.v1.GetCameraVideoDataListRequest
	(*GetCameraVideoDataListResponse)(nil),        // 9: keyapis.vc.v1.GetCameraVideoDataListResponse
	(*CameraVideoData_Category)(nil),              // 10: keyapis.vc.v1.CameraVideoData.Category
	(*CameraVideoData_Location)(nil),              // 11: keyapis.vc.v1.CameraVideoData.Location
	(*CameraVideoData_Status)(nil),                // 12: keyapis.vc.v1.CameraVideoData.Status
	(*GetCameraVideoDataCountResponse_Error)(nil), // 13: keyapis.vc.v1.GetCameraVideoDataCountResponse.Error
	(*GetCameraVideoDataListResponse_Error)(nil),  // 14: keyapis.vc.v1.GetCameraVideoDataListResponse.Error
	(*timestamppb.Timestamp)(nil),                 // 15: google.protobuf.Timestamp
	(*ValidationError)(nil),                       // 16: keyapis.vc.v1.ValidationError
}
var file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_depIdxs = []int32{
	10, // 0: keyapis.vc.v1.CameraVideoData.category:type_name -> keyapis.vc.v1.CameraVideoData.Category
	12, // 1: keyapis.vc.v1.CameraVideoData.status:type_name -> keyapis.vc.v1.CameraVideoData.Status
	11, // 2: keyapis.vc.v1.CameraVideoData.location:type_name -> keyapis.vc.v1.CameraVideoData.Location
	15, // 3: keyapis.vc.v1.CameraVideoData.created_at:type_name -> google.protobuf.Timestamp
	15, // 4: keyapis.vc.v1.CameraVideoData.updated_at:type_name -> google.protobuf.Timestamp
	1,  // 5: keyapis.vc.v1.CameraVideoDataPaging.order_by_type:type_name -> keyapis.vc.v1.CameraVideoDataPaging.OrderByType
	0,  // 6: keyapis.vc.v1.CameraVideoDataPaging.direction_type:type_name -> keyapis.vc.v1.CameraVideoDataPaging.DirectionType
	5,  // 7: keyapis.vc.v1.GetCameraVideoDataCountRequest.scope:type_name -> keyapis.vc.v1.CameraVideoDataScope
	3,  // 8: keyapis.vc.v1.GetCameraVideoDataCountRequest.filter:type_name -> keyapis.vc.v1.CameraVideoDataFilter
	13, // 9: keyapis.vc.v1.GetCameraVideoDataCountResponse.error:type_name -> keyapis.vc.v1.GetCameraVideoDataCountResponse.Error
	5,  // 10: keyapis.vc.v1.GetCameraVideoDataListRequest.scope:type_name -> keyapis.vc.v1.CameraVideoDataScope
	3,  // 11: keyapis.vc.v1.GetCameraVideoDataListRequest.filter:type_name -> keyapis.vc.v1.CameraVideoDataFilter
	4,  // 12: keyapis.vc.v1.GetCameraVideoDataListRequest.paging:type_name -> keyapis.vc.v1.CameraVideoDataPaging
	2,  // 13: keyapis.vc.v1.GetCameraVideoDataListResponse.data:type_name -> keyapis.vc.v1.CameraVideoData
	14, // 14: keyapis.vc.v1.GetCameraVideoDataListResponse.error:type_name -> keyapis.vc.v1.GetCameraVideoDataListResponse.Error
	16, // 15: keyapis.vc.v1.GetCameraVideoDataCountResponse.Error.validation:type_name -> keyapis.vc.v1.ValidationError
	16, // 16: keyapis.vc.v1.GetCameraVideoDataListResponse.Error.validation:type_name -> keyapis.vc.v1.ValidationError
	6,  // 17: keyapis.vc.v1.CameraVideoDataService.GetCameraVideoDataCount:input_type -> keyapis.vc.v1.GetCameraVideoDataCountRequest
	8,  // 18: keyapis.vc.v1.CameraVideoDataService.GetCameraVideoDataList:input_type -> keyapis.vc.v1.GetCameraVideoDataListRequest
	7,  // 19: keyapis.vc.v1.CameraVideoDataService.GetCameraVideoDataCount:output_type -> keyapis.vc.v1.GetCameraVideoDataCountResponse
	9,  // 20: keyapis.vc.v1.CameraVideoDataService.GetCameraVideoDataList:output_type -> keyapis.vc.v1.GetCameraVideoDataListResponse
	19, // [19:21] is the sub-list for method output_type
	17, // [17:19] is the sub-list for method input_type
	17, // [17:17] is the sub-list for extension type_name
	17, // [17:17] is the sub-list for extension extendee
	0,  // [0:17] is the sub-list for field type_name
}

func init() { file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_init() }
func file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_init() {
	if File_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto != nil {
		return
	}
	file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_init()
	if !protoimpl.UnsafeEnabled {
		file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*CameraVideoData); 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_video_data_v1_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*CameraVideoDataFilter); 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_video_data_v1_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*CameraVideoDataPaging); 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_video_data_v1_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*CameraVideoDataScope); 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_video_data_v1_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraVideoDataCountRequest); 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_video_data_v1_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraVideoDataCountResponse); 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_video_data_v1_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraVideoDataListRequest); 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_video_data_v1_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraVideoDataListResponse); 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_video_data_v1_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*CameraVideoData_Category); 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_video_data_v1_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*CameraVideoData_Location); 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_video_data_v1_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*CameraVideoData_Status); 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_video_data_v1_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraVideoDataCountResponse_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_video_data_v1_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraVideoDataListResponse_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_video_data_v1_proto_msgTypes[3].OneofWrappers = []interface{}{
		(*CameraVideoDataScope_CompanyId)(nil),
		(*CameraVideoDataScope_UserId)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_msgTypes[5].OneofWrappers = []interface{}{
		(*GetCameraVideoDataCountResponse_Data)(nil),
		(*GetCameraVideoDataCountResponse_Error_)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_msgTypes[6].OneofWrappers = []interface{}{
		(*GetCameraVideoDataListRequest_Paging)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_msgTypes[11].OneofWrappers = []interface{}{
		(*GetCameraVideoDataCountResponse_Error_Validation)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_msgTypes[12].OneofWrappers = []interface{}{
		(*GetCameraVideoDataListResponse_Error_Validation)(nil),
	}
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_rawDesc,
			NumEnums:      2,
			NumMessages:   13,
			NumExtensions: 0,
			NumServices:   1,
		},
		GoTypes:           file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_goTypes,
		DependencyIndexes: file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_depIdxs,
		EnumInfos:         file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_enumTypes,
		MessageInfos:      file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_msgTypes,
	}.Build()
	File_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto = out.File
	file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_rawDesc = nil
	file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_goTypes = nil
	file_keyapis_vc_v1_keyapis_vc_camera_video_data_v1_proto_depIdxs = nil
}
