//
//Сервис управления коллекциями камер

// 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_group_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"
	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 CameraCollectionPaging_OrderByType int32

const (
	// Значение не указано
	CameraCollectionPaging_ORDER_BY_TYPE_UNKNOWN CameraCollectionPaging_OrderByType = 0
	// По идентификатору
	CameraCollectionPaging_ID CameraCollectionPaging_OrderByType = 1
	// По имени
	CameraCollectionPaging_NAME CameraCollectionPaging_OrderByType = 2
	// По времени изменения
	CameraCollectionPaging_CHANGED_AT CameraCollectionPaging_OrderByType = 3
)

// Enum value maps for CameraCollectionPaging_OrderByType.
var (
	CameraCollectionPaging_OrderByType_name = map[int32]string{
		0: "ORDER_BY_TYPE_UNKNOWN",
		1: "ID",
		2: "NAME",
		3: "CHANGED_AT",
	}
	CameraCollectionPaging_OrderByType_value = map[string]int32{
		"ORDER_BY_TYPE_UNKNOWN": 0,
		"ID":                    1,
		"NAME":                  2,
		"CHANGED_AT":            3,
	}
)

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

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

func (CameraCollectionPaging_OrderByType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_enumTypes[0].Descriptor()
}

func (CameraCollectionPaging_OrderByType) Type() protoreflect.EnumType {
	return &file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_enumTypes[0]
}

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

// Deprecated: Use CameraCollectionPaging_OrderByType.Descriptor instead.
func (CameraCollectionPaging_OrderByType) EnumDescriptor() ([]byte, []int) {
	return file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_rawDescGZIP(), []int{6, 0}
}

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

const (
	// Значение не указано
	CameraCollectionPaging_DIRECTION_TYPE_UNKNOWN CameraCollectionPaging_DirectionType = 0
	// От большего к меньшему
	CameraCollectionPaging_DESC CameraCollectionPaging_DirectionType = 1
	// От меньшего к большему
	CameraCollectionPaging_ASC CameraCollectionPaging_DirectionType = 2
)

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

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

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

func (CameraCollectionPaging_DirectionType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_enumTypes[1].Descriptor()
}

func (CameraCollectionPaging_DirectionType) Type() protoreflect.EnumType {
	return &file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_enumTypes[1]
}

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

// Deprecated: Use CameraCollectionPaging_DirectionType.Descriptor instead.
func (CameraCollectionPaging_DirectionType) EnumDescriptor() ([]byte, []int) {
	return file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_rawDescGZIP(), []int{6, 1}
}

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

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

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

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

func (*GetCameraCollectionCountRequest) ProtoMessage() {}

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

func (x *GetCameraCollectionCountRequest) GetFilter() *CameraCollectionFilter {
	if x != nil {
		return x.Filter
	}
	return nil
}

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

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

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

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

func (*GetCameraCollectionCountResponse) ProtoMessage() {}

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

func (m *GetCameraCollectionCountResponse) GetType() isGetCameraCollectionCountResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

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

func (x *GetCameraCollectionCountResponse) GetError() *GetCameraCollectionCountResponse_Error {
	if x, ok := x.GetType().(*GetCameraCollectionCountResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isGetCameraCollectionCountResponse_Type interface {
	isGetCameraCollectionCountResponse_Type()
}

type GetCameraCollectionCountResponse_Data struct {
	// Всего
	Data int32 `protobuf:"varint,1,opt,name=data,proto3,oneof"`
}

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

func (*GetCameraCollectionCountResponse_Data) isGetCameraCollectionCountResponse_Type() {}

func (*GetCameraCollectionCountResponse_Error_) isGetCameraCollectionCountResponse_Type() {}

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

	// Идентификатор коллекции камер.
	// Тип: Guid
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
}

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

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

func (*GetCameraCollectionRequest) ProtoMessage() {}

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

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

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

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

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

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

func (*GetCameraCollectionResponse) ProtoMessage() {}

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

func (m *GetCameraCollectionResponse) GetType() isGetCameraCollectionResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetCameraCollectionResponse) GetData() *CameraCollection {
	if x, ok := x.GetType().(*GetCameraCollectionResponse_Data); ok {
		return x.Data
	}
	return nil
}

func (x *GetCameraCollectionResponse) GetError() *GetCameraCollectionResponse_Error {
	if x, ok := x.GetType().(*GetCameraCollectionResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isGetCameraCollectionResponse_Type interface {
	isGetCameraCollectionResponse_Type()
}

type GetCameraCollectionResponse_Data struct {
	// Коллекция камер
	Data *CameraCollection `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

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

func (*GetCameraCollectionResponse_Data) isGetCameraCollectionResponse_Type() {}

func (*GetCameraCollectionResponse_Error_) isGetCameraCollectionResponse_Type() {}

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

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

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

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

func (*GetCameraCollectionListRequest) ProtoMessage() {}

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

func (x *GetCameraCollectionListRequest) GetFilter() *CameraCollectionFilter {
	if x != nil {
		return x.Filter
	}
	return nil
}

func (m *GetCameraCollectionListRequest) GetPagination() isGetCameraCollectionListRequest_Pagination {
	if m != nil {
		return m.Pagination
	}
	return nil
}

func (x *GetCameraCollectionListRequest) GetPaging() *CameraCollectionPaging {
	if x, ok := x.GetPagination().(*GetCameraCollectionListRequest_Paging); ok {
		return x.Paging
	}
	return nil
}

type isGetCameraCollectionListRequest_Pagination interface {
	isGetCameraCollectionListRequest_Pagination()
}

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

func (*GetCameraCollectionListRequest_Paging) isGetCameraCollectionListRequest_Pagination() {}

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

	// По тексту.
	// Если значение не передано то поиск по нему не производится.
	// # Диапазон: 3..64.
	// # Поиск производится по полям:
	// # - Наименование.
	// # - Описание.
	// # - Теги коллекции
	Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	// По тегам.
	// Диапазон: 0..10
	Tags []string `protobuf:"bytes,2,rep,name=tags,proto3" json:"tags,omitempty"`
	// По компаниям.
	// Диапазон: 0..10
	CompanyIds []int64 `protobuf:"varint,3,rep,packed,name=company_ids,json=companyIds,proto3" json:"company_ids,omitempty"`
	// Показывать удаленные.
	// Если поле не передано, по умолчанию false, фильтр исключает удаленные
	IsDeleted *wrapperspb.BoolValue `protobuf:"bytes,4,opt,name=is_deleted,json=isDeleted,proto3" json:"is_deleted,omitempty"`
}

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

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

func (*CameraCollectionFilter) ProtoMessage() {}

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

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

func (x *CameraCollectionFilter) GetTags() []string {
	if x != nil {
		return x.Tags
	}
	return nil
}

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

func (x *CameraCollectionFilter) GetIsDeleted() *wrapperspb.BoolValue {
	if x != nil {
		return x.IsDeleted
	}
	return nil
}

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

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

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

func (*CameraCollectionPaging) ProtoMessage() {}

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

func (x *CameraCollectionPaging) GetOrderByType() CameraCollectionPaging_OrderByType {
	if x != nil {
		return x.OrderByType
	}
	return CameraCollectionPaging_ORDER_BY_TYPE_UNKNOWN
}

func (x *CameraCollectionPaging) GetDirectionType() CameraCollectionPaging_DirectionType {
	if x != nil {
		return x.DirectionType
	}
	return CameraCollectionPaging_DIRECTION_TYPE_UNKNOWN
}

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

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

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

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

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

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

func (*GetCameraCollectionListResponse) ProtoMessage() {}

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

func (m *GetCameraCollectionListResponse) GetType() isGetCameraCollectionListResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetCameraCollectionListResponse) GetData() *CameraCollection {
	if x, ok := x.GetType().(*GetCameraCollectionListResponse_Data); ok {
		return x.Data
	}
	return nil
}

func (x *GetCameraCollectionListResponse) GetError() *GetCameraCollectionListResponse_Error {
	if x, ok := x.GetType().(*GetCameraCollectionListResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isGetCameraCollectionListResponse_Type interface {
	isGetCameraCollectionListResponse_Type()
}

type GetCameraCollectionListResponse_Data struct {
	// Коллекция камер
	Data *CameraCollection `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

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

func (*GetCameraCollectionListResponse_Data) isGetCameraCollectionListResponse_Type() {}

func (*GetCameraCollectionListResponse_Error_) isGetCameraCollectionListResponse_Type() {}

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

	// Коллекция камер
	Data *CameraCollection `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
}

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

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

func (*SaveCameraCollectionRequest) ProtoMessage() {}

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

func (x *SaveCameraCollectionRequest) GetData() *CameraCollection {
	if x != nil {
		return x.Data
	}
	return nil
}

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

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

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

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

func (*SaveCameraCollectionResponse) ProtoMessage() {}

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

func (m *SaveCameraCollectionResponse) GetType() isSaveCameraCollectionResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *SaveCameraCollectionResponse) GetData() *CameraCollection {
	if x, ok := x.GetType().(*SaveCameraCollectionResponse_Data); ok {
		return x.Data
	}
	return nil
}

func (x *SaveCameraCollectionResponse) GetError() *SaveCameraCollectionResponse_Error {
	if x, ok := x.GetType().(*SaveCameraCollectionResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isSaveCameraCollectionResponse_Type interface {
	isSaveCameraCollectionResponse_Type()
}

type SaveCameraCollectionResponse_Data struct {
	// Коллекция камер
	Data *CameraCollection `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

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

func (*SaveCameraCollectionResponse_Data) isSaveCameraCollectionResponse_Type() {}

func (*SaveCameraCollectionResponse_Error_) isSaveCameraCollectionResponse_Type() {}

// Коллекция камер
type CameraCollection struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор коллекции камер.
	// Тип: Guid
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Наименование.
	// Диапазон: 3..256
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Дата изменения коллекции камер.
	// Поле используется при редактировании и создании для контроля актуальности изменяемой версии
	ChangedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=changed_at,json=changedAt,proto3" json:"changed_at,omitempty"`
	// Идентификатор компании
	CompanyId int64 `protobuf:"varint,4,opt,name=company_id,json=companyId,proto3" json:"company_id,omitempty"`
	// Дата удаления коллекции камер.
	// Поле изменяется через методы Delete и Restore
	DeletedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=deleted_at,json=deletedAt,proto3" json:"deleted_at,omitempty"`
	// Описание.
	// Диапазон: 0..256
	Description string `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"`
	// Теги коллекции.
	// Диапазон: 0..10
	Tags []string `protobuf:"bytes,7,rep,name=tags,proto3" json:"tags,omitempty"`
	// Привязанные к коллекции камеры
	ExternalCameraIds []string `protobuf:"bytes,8,rep,name=external_camera_ids,json=externalCameraIds,proto3" json:"external_camera_ids,omitempty"`
}

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

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

func (*CameraCollection) ProtoMessage() {}

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

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

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

func (x *CameraCollection) GetChangedAt() *timestamppb.Timestamp {
	if x != nil {
		return x.ChangedAt
	}
	return nil
}

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

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

func (x *CameraCollection) GetDescription() string {
	if x != nil {
		return x.Description
	}
	return ""
}

func (x *CameraCollection) GetTags() []string {
	if x != nil {
		return x.Tags
	}
	return nil
}

func (x *CameraCollection) GetExternalCameraIds() []string {
	if x != nil {
		return x.ExternalCameraIds
	}
	return nil
}

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

	// Идентификатор коллекции камер.
	// Тип: Guid
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
}

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

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

func (*DeleteCameraCollectionRequest) ProtoMessage() {}

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

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

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

	// Идентификатор коллекции камер.
	// Тип: Guid
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
}

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

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

func (*PostCameraCollectionRestoreRequest) ProtoMessage() {}

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

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

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

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

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

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

func (*DeleteCameraCollectionResponse) ProtoMessage() {}

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

func (m *DeleteCameraCollectionResponse) GetType() isDeleteCameraCollectionResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *DeleteCameraCollectionResponse) GetError() *DeleteCameraCollectionResponse_Error {
	if x, ok := x.GetType().(*DeleteCameraCollectionResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isDeleteCameraCollectionResponse_Type interface {
	isDeleteCameraCollectionResponse_Type()
}

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

func (*DeleteCameraCollectionResponse_Error_) isDeleteCameraCollectionResponse_Type() {}

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

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

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

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

func (*PostCameraCollectionRestoreResponse) ProtoMessage() {}

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

func (m *PostCameraCollectionRestoreResponse) GetType() isPostCameraCollectionRestoreResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *PostCameraCollectionRestoreResponse) GetError() *PostCameraCollectionRestoreResponse_Error {
	if x, ok := x.GetType().(*PostCameraCollectionRestoreResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isPostCameraCollectionRestoreResponse_Type interface {
	isPostCameraCollectionRestoreResponse_Type()
}

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

func (*PostCameraCollectionRestoreResponse_Error_) isPostCameraCollectionRestoreResponse_Type() {}

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

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

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

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

func (*GetCameraCollectionCountResponse_Error) ProtoMessage() {}

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

func (m *GetCameraCollectionCountResponse_Error) GetReason() isGetCameraCollectionCountResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isGetCameraCollectionCountResponse_Error_Reason interface {
	isGetCameraCollectionCountResponse_Error_Reason()
}

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

func (*GetCameraCollectionCountResponse_Error_Validation) isGetCameraCollectionCountResponse_Error_Reason() {
}

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

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

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

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

func (*GetCameraCollectionResponse_Error) ProtoMessage() {}

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

func (m *GetCameraCollectionResponse_Error) GetReason() isGetCameraCollectionResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isGetCameraCollectionResponse_Error_Reason interface {
	isGetCameraCollectionResponse_Error_Reason()
}

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

func (*GetCameraCollectionResponse_Error_Validation) isGetCameraCollectionResponse_Error_Reason() {}

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

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

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

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

func (*GetCameraCollectionListResponse_Error) ProtoMessage() {}

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

func (m *GetCameraCollectionListResponse_Error) GetReason() isGetCameraCollectionListResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isGetCameraCollectionListResponse_Error_Reason interface {
	isGetCameraCollectionListResponse_Error_Reason()
}

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

func (*GetCameraCollectionListResponse_Error_Validation) isGetCameraCollectionListResponse_Error_Reason() {
}

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

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

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

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

func (*SaveCameraCollectionResponse_Error) ProtoMessage() {}

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

func (m *SaveCameraCollectionResponse_Error) GetReason() isSaveCameraCollectionResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

func (x *SaveCameraCollectionResponse_Error) GetSaving() *CameraCollection_SavingError {
	if x, ok := x.GetReason().(*SaveCameraCollectionResponse_Error_Saving); ok {
		return x.Saving
	}
	return nil
}

type isSaveCameraCollectionResponse_Error_Reason interface {
	isSaveCameraCollectionResponse_Error_Reason()
}

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

type SaveCameraCollectionResponse_Error_Saving struct {
	// Ошибка сохранения
	Saving *CameraCollection_SavingError `protobuf:"bytes,2,opt,name=saving,proto3,oneof"`
}

func (*SaveCameraCollectionResponse_Error_Validation) isSaveCameraCollectionResponse_Error_Reason() {}

func (*SaveCameraCollectionResponse_Error_Saving) isSaveCameraCollectionResponse_Error_Reason() {}

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

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

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

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

func (*CameraCollection_SavingError) ProtoMessage() {}

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

func (m *CameraCollection_SavingError) GetReason() isCameraCollection_SavingError_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

func (x *CameraCollection_SavingError) GetConflict() *CameraCollection_SavingError_Conflict {
	if x, ok := x.GetReason().(*CameraCollection_SavingError_Conflict_); ok {
		return x.Conflict
	}
	return nil
}

func (x *CameraCollection_SavingError) GetWrongCompanyId() *CameraCollection_SavingError_WrongCompanyId {
	if x, ok := x.GetReason().(*CameraCollection_SavingError_WrongCompanyId_); ok {
		return x.WrongCompanyId
	}
	return nil
}

type isCameraCollection_SavingError_Reason interface {
	isCameraCollection_SavingError_Reason()
}

type CameraCollection_SavingError_Conflict_ struct {
	// Конфликт версий
	Conflict *CameraCollection_SavingError_Conflict `protobuf:"bytes,1,opt,name=conflict,proto3,oneof"`
}

type CameraCollection_SavingError_WrongCompanyId_ struct {
	// Попытка сохранить коллекцию камер с company_id не своей компании
	WrongCompanyId *CameraCollection_SavingError_WrongCompanyId `protobuf:"bytes,2,opt,name=wrong_company_id,json=wrongCompanyId,proto3,oneof"`
}

func (*CameraCollection_SavingError_Conflict_) isCameraCollection_SavingError_Reason() {}

func (*CameraCollection_SavingError_WrongCompanyId_) isCameraCollection_SavingError_Reason() {}

// Конфликт версий.
// Причины:
// - В базе хранится другая версия строки, значения changed_at отличаются
type CameraCollection_SavingError_Conflict struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

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

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

func (*CameraCollection_SavingError_Conflict) ProtoMessage() {}

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

// Попытка сохранить коллекцию камер с company_id не своей компании.
// Для ролей owner, employee сохранение разрешено только с company_id своей компании
type CameraCollection_SavingError_WrongCompanyId struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

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

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

func (*CameraCollection_SavingError_WrongCompanyId) ProtoMessage() {}

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

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

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

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

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

func (*DeleteCameraCollectionResponse_Error) ProtoMessage() {}

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

func (m *DeleteCameraCollectionResponse_Error) GetReason() isDeleteCameraCollectionResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isDeleteCameraCollectionResponse_Error_Reason interface {
	isDeleteCameraCollectionResponse_Error_Reason()
}

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

func (*DeleteCameraCollectionResponse_Error_Validation) isDeleteCameraCollectionResponse_Error_Reason() {
}

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

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

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

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

func (*PostCameraCollectionRestoreResponse_Error) ProtoMessage() {}

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

func (m *PostCameraCollectionRestoreResponse_Error) GetReason() isPostCameraCollectionRestoreResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isPostCameraCollectionRestoreResponse_Error_Reason interface {
	isPostCameraCollectionRestoreResponse_Error_Reason()
}

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

func (*PostCameraCollectionRestoreResponse_Error_Validation) isPostCameraCollectionRestoreResponse_Error_Reason() {
}

var File_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto protoreflect.FileDescriptor

var file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_rawDesc = []byte{
	0x0a, 0x2e, 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, 0x67, 0x72, 0x6f, 0x75, 0x70, 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, 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, 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, 0x60, 0x0a, 0x1f, 0x47, 0x65, 0x74,
	0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e,
	0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3d, 0x0a, 0x06,
	0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x01, 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, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x69, 0x6c,
	0x74, 0x65, 0x72, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x22, 0xe4, 0x01, 0x0a, 0x20,
	0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74,
	0x69, 0x6f, 0x6e, 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, 0x4d, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18,
	0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x43,
	0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 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, 0x31, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x43,
	0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
	0x12, 0x13, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41,
	0x02, 0x52, 0x02, 0x69, 0x64, 0x22, 0xfb, 0x01, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d,
	0x65, 0x72, 0x61, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73,
	0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x35, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 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, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63,
	0x74, 0x69, 0x6f, 0x6e, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x48, 0x0a, 0x05,
	0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x02, 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, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 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, 0xae, 0x01, 0x0a, 0x1e, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72,
	0x61, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x52,
	0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3d, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72,
	0x18, 0x01, 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, 0x43, 0x6f, 0x6c,
	0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x06, 0x66,
	0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x3f, 0x0a, 0x06, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x67, 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, 0x43, 0x6f, 0x6c, 0x6c,
	0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 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, 0x9c, 0x01, 0x0a, 0x16, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x43,
	0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12,
	0x12, 0x0a, 0x04, 0x74, 0x65, 0x78, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74,
	0x65, 0x78, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x61, 0x67, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28,
	0x09, 0x52, 0x04, 0x74, 0x61, 0x67, 0x73, 0x12, 0x1f, 0x0a, 0x0b, 0x63, 0x6f, 0x6d, 0x70, 0x61,
	0x6e, 0x79, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x03, 0x52, 0x0a, 0x63, 0x6f,
	0x6d, 0x70, 0x61, 0x6e, 0x79, 0x49, 0x64, 0x73, 0x12, 0x39, 0x0a, 0x0a, 0x69, 0x73, 0x5f, 0x64,
	0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67,
	0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42,
	0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x09, 0x69, 0x73, 0x44, 0x65, 0x6c, 0x65,
	0x74, 0x65, 0x64, 0x22, 0x85, 0x03, 0x0a, 0x16, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x43, 0x6f,
	0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x12, 0x55,
	0x0a, 0x0d, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x62, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18,
	0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x31, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x43, 0x6f, 0x6c, 0x6c,
	0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 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, 0x5a, 0x0a, 0x0e, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x69,
	0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x33, 0x2e,
	0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61,
	0x6d, 0x65, 0x72, 0x61, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 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,
	0x4a, 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, 0x06, 0x0a, 0x02, 0x49, 0x44, 0x10,
	0x01, 0x12, 0x08, 0x0a, 0x04, 0x4e, 0x41, 0x4d, 0x45, 0x10, 0x02, 0x12, 0x0e, 0x0a, 0x0a, 0x43,
	0x48, 0x41, 0x4e, 0x47, 0x45, 0x44, 0x5f, 0x41, 0x54, 0x10, 0x03, 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, 0x83, 0x02, 0x0a, 0x1f,
	0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74,
	0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
	0x35, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 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, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 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, 0x43,
	0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 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, 0x57, 0x0a, 0x1b, 0x53, 0x61, 0x76, 0x65, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x43,
	0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
	0x12, 0x38, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 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, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42,
	0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0xc5, 0x02, 0x0a, 0x1c, 0x53,
	0x61, 0x76, 0x65, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74,
	0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x35, 0x0a, 0x04, 0x64,
	0x61, 0x74, 0x61, 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,
	0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61,
	0x74, 0x61, 0x12, 0x49, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28,
	0x0b, 0x32, 0x31, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76,
	0x31, 0x2e, 0x53, 0x61, 0x76, 0x65, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x43, 0x6f, 0x6c, 0x6c,
	0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45,
	0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x1a, 0x9a, 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, 0x45, 0x0a, 0x06, 0x73, 0x61, 0x76,
	0x69, 0x6e, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x6b, 0x65, 0x79, 0x61,
	0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61,
	0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x53, 0x61, 0x76, 0x69, 0x6e,
	0x67, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x06, 0x73, 0x61, 0x76, 0x69, 0x6e, 0x67,
	0x42, 0x08, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x42, 0x06, 0x0a, 0x04, 0x74, 0x79,
	0x70, 0x65, 0x22, 0xb9, 0x04, 0x0a, 0x10, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x43, 0x6f, 0x6c,
	0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20,
	0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x17, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18,
	0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65,
	0x12, 0x3e, 0x0a, 0x0a, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x5f, 0x61, 0x74, 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, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70,
	0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x09, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x41, 0x74,
	0x12, 0x22, 0x0a, 0x0a, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x04,
	0x20, 0x01, 0x28, 0x03, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x09, 0x63, 0x6f, 0x6d, 0x70, 0x61,
	0x6e, 0x79, 0x49, 0x64, 0x12, 0x3e, 0x0a, 0x0a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x5f,
	0x61, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
	0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73,
	0x74, 0x61, 0x6d, 0x70, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x09, 0x64, 0x65, 0x6c, 0x65, 0x74,
	0x65, 0x64, 0x41, 0x74, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74,
	0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72,
	0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x61, 0x67, 0x73, 0x18, 0x07,
	0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x74, 0x61, 0x67, 0x73, 0x12, 0x2e, 0x0a, 0x13, 0x65, 0x78,
	0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x5f, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x5f, 0x69, 0x64,
	0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x09, 0x52, 0x11, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61,
	0x6c, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x49, 0x64, 0x73, 0x1a, 0xf1, 0x01, 0x0a, 0x0b, 0x53,
	0x61, 0x76, 0x69, 0x6e, 0x67, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x52, 0x0a, 0x08, 0x63, 0x6f,
	0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d,
	0x65, 0x72, 0x61, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x53, 0x61,
	0x76, 0x69, 0x6e, 0x67, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x6c, 0x69,
	0x63, 0x74, 0x48, 0x00, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x12, 0x66,
	0x0a, 0x10, 0x77, 0x72, 0x6f, 0x6e, 0x67, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x5f,
	0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x43,
	0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x53, 0x61, 0x76, 0x69, 0x6e, 0x67,
	0x45, 0x72, 0x72, 0x6f, 0x72, 0x2e, 0x57, 0x72, 0x6f, 0x6e, 0x67, 0x43, 0x6f, 0x6d, 0x70, 0x61,
	0x6e, 0x79, 0x49, 0x64, 0x48, 0x00, 0x52, 0x0e, 0x77, 0x72, 0x6f, 0x6e, 0x67, 0x43, 0x6f, 0x6d,
	0x70, 0x61, 0x6e, 0x79, 0x49, 0x64, 0x1a, 0x0a, 0x0a, 0x08, 0x43, 0x6f, 0x6e, 0x66, 0x6c, 0x69,
	0x63, 0x74, 0x1a, 0x10, 0x0a, 0x0e, 0x57, 0x72, 0x6f, 0x6e, 0x67, 0x43, 0x6f, 0x6d, 0x70, 0x61,
	0x6e, 0x79, 0x49, 0x64, 0x42, 0x08, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x22, 0x34,
	0x0a, 0x1d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x43, 0x6f,
	0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
	0x13, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02,
	0x52, 0x02, 0x69, 0x64, 0x22, 0x39, 0x0a, 0x22, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x61, 0x6d, 0x65,
	0x72, 0x61, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x74,
	0x6f, 0x72, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x13, 0x0a, 0x02, 0x69, 0x64,
	0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x02, 0x69, 0x64, 0x22,
	0xca, 0x01, 0x0a, 0x1e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61,
	0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
	0x73, 0x65, 0x12, 0x4b, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28,
	0x0b, 0x32, 0x33, 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, 0x43, 0x6f,
	0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 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, 0xd4, 0x01, 0x0a,
	0x23, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x43, 0x6f, 0x6c, 0x6c, 0x65,
	0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x52, 0x65, 0x73, 0x70,
	0x6f, 0x6e, 0x73, 0x65, 0x12, 0x50, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x01, 0x20,
	0x01, 0x28, 0x0b, 0x32, 0x38, 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, 0x43, 0x6f,
	0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x52,
	0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52,
	0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x1a, 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, 0x32, 0xfd, 0x07, 0x0a, 0x17, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x43, 0x6f,
	0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12,
	0x97, 0x01, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x43, 0x6f, 0x6c,
	0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 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, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65,
	0x73, 0x74, 0x1a, 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, 0x43, 0x6f, 0x6c, 0x6c,
	0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 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, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63,
	0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xa5, 0x01, 0x0a, 0x17, 0x47, 0x65,
	0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f,
	0x6e, 0x4c, 0x69, 0x73, 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, 0x43,
	0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 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, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x43, 0x6f,
	0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 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,
	0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x30,
	0x01, 0x12, 0xa7, 0x01, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x43,
	0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 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, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69,
	0x6f, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 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, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69,
	0x6f, 0x6e, 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, 0x63, 0x6f, 0x6c, 0x6c, 0x65,
	0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x98, 0x01, 0x0a, 0x14,
	0x53, 0x61, 0x76, 0x65, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63,
	0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2a, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76,
	0x63, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x61, 0x76, 0x65, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x43,
	0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
	0x1a, 0x2b, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31,
	0x2e, 0x53, 0x61, 0x76, 0x65, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x43, 0x6f, 0x6c, 0x6c, 0x65,
	0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x27, 0x82,
	0xd3, 0xe4, 0x93, 0x02, 0x21, 0x3a, 0x01, 0x2a, 0x22, 0x1c, 0x2f, 0x76, 0x63, 0x2f, 0x61, 0x70,
	0x69, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x5f, 0x63, 0x6f, 0x6c, 0x6c,
	0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0xa0, 0x01, 0x0a, 0x16, 0x44, 0x65, 0x6c, 0x65, 0x74,
	0x65, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f,
	0x6e, 0x12, 0x2c, 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, 0x43, 0x6f,
	0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
	0x2d, 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, 0x43, 0x6f, 0x6c, 0x6c,
	0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x29,
	0x82, 0xd3, 0xe4, 0x93, 0x02, 0x23, 0x2a, 0x21, 0x2f, 0x76, 0x63, 0x2f, 0x61, 0x70, 0x69, 0x2f,
	0x76, 0x31, 0x2f, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63,
	0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xb7, 0x01, 0x0a, 0x1b, 0x50, 0x6f,
	0x73, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69,
	0x6f, 0x6e, 0x52, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x12, 0x31, 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, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65,
	0x73, 0x74, 0x6f, 0x72, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x32, 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, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f,
	0x6e, 0x52, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
	0x22, 0x31, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2b, 0x22, 0x29, 0x2f, 0x76, 0x63, 0x2f, 0x61, 0x70,
	0x69, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x5f, 0x63, 0x6f, 0x6c, 0x6c,
	0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x72, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2f, 0x7b,
	0x69, 0x64, 0x7d, 0x42, 0x7e, 0x0a, 0x10, 0x72, 0x75, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69,
	0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x42, 0x10, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x56, 0x63, 0x56, 0x31, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x48, 0x03, 0x50, 0x00, 0x5a, 0x0e, 0x2f,
	0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5f, 0x76, 0x63, 0x5f, 0x76, 0x31, 0xd8, 0x01, 0x01,
	0xf8, 0x01, 0x01, 0xa2, 0x02, 0x0b, 0x4b, 0x45, 0x59, 0x41, 0x50, 0x49, 0x53, 0x56, 0x43, 0x56,
	0x31, 0xaa, 0x02, 0x0d, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x56, 0x63, 0x2e, 0x56,
	0x31, 0xca, 0x02, 0x0d, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5c, 0x56, 0x63, 0x5c, 0x56,
	0x31, 0xea, 0x02, 0x0f, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x3a, 0x3a, 0x56, 0x63, 0x3a,
	0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}

var (
	file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_rawDescOnce sync.Once
	file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_rawDescData = file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_rawDesc
)

func file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_rawDescGZIP() []byte {
	file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_rawDescOnce.Do(func() {
		file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_rawDescData = protoimpl.X.CompressGZIP(file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_rawDescData)
	})
	return file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_rawDescData
}

var file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_enumTypes = make([]protoimpl.EnumInfo, 2)
var file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 24)
var file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_goTypes = []interface{}{
	(CameraCollectionPaging_OrderByType)(0),             // 0: keyapis.vc.v1.CameraCollectionPaging.OrderByType
	(CameraCollectionPaging_DirectionType)(0),           // 1: keyapis.vc.v1.CameraCollectionPaging.DirectionType
	(*GetCameraCollectionCountRequest)(nil),             // 2: keyapis.vc.v1.GetCameraCollectionCountRequest
	(*GetCameraCollectionCountResponse)(nil),            // 3: keyapis.vc.v1.GetCameraCollectionCountResponse
	(*GetCameraCollectionRequest)(nil),                  // 4: keyapis.vc.v1.GetCameraCollectionRequest
	(*GetCameraCollectionResponse)(nil),                 // 5: keyapis.vc.v1.GetCameraCollectionResponse
	(*GetCameraCollectionListRequest)(nil),              // 6: keyapis.vc.v1.GetCameraCollectionListRequest
	(*CameraCollectionFilter)(nil),                      // 7: keyapis.vc.v1.CameraCollectionFilter
	(*CameraCollectionPaging)(nil),                      // 8: keyapis.vc.v1.CameraCollectionPaging
	(*GetCameraCollectionListResponse)(nil),             // 9: keyapis.vc.v1.GetCameraCollectionListResponse
	(*SaveCameraCollectionRequest)(nil),                 // 10: keyapis.vc.v1.SaveCameraCollectionRequest
	(*SaveCameraCollectionResponse)(nil),                // 11: keyapis.vc.v1.SaveCameraCollectionResponse
	(*CameraCollection)(nil),                            // 12: keyapis.vc.v1.CameraCollection
	(*DeleteCameraCollectionRequest)(nil),               // 13: keyapis.vc.v1.DeleteCameraCollectionRequest
	(*PostCameraCollectionRestoreRequest)(nil),          // 14: keyapis.vc.v1.PostCameraCollectionRestoreRequest
	(*DeleteCameraCollectionResponse)(nil),              // 15: keyapis.vc.v1.DeleteCameraCollectionResponse
	(*PostCameraCollectionRestoreResponse)(nil),         // 16: keyapis.vc.v1.PostCameraCollectionRestoreResponse
	(*GetCameraCollectionCountResponse_Error)(nil),      // 17: keyapis.vc.v1.GetCameraCollectionCountResponse.Error
	(*GetCameraCollectionResponse_Error)(nil),           // 18: keyapis.vc.v1.GetCameraCollectionResponse.Error
	(*GetCameraCollectionListResponse_Error)(nil),       // 19: keyapis.vc.v1.GetCameraCollectionListResponse.Error
	(*SaveCameraCollectionResponse_Error)(nil),          // 20: keyapis.vc.v1.SaveCameraCollectionResponse.Error
	(*CameraCollection_SavingError)(nil),                // 21: keyapis.vc.v1.CameraCollection.SavingError
	(*CameraCollection_SavingError_Conflict)(nil),       // 22: keyapis.vc.v1.CameraCollection.SavingError.Conflict
	(*CameraCollection_SavingError_WrongCompanyId)(nil), // 23: keyapis.vc.v1.CameraCollection.SavingError.WrongCompanyId
	(*DeleteCameraCollectionResponse_Error)(nil),        // 24: keyapis.vc.v1.DeleteCameraCollectionResponse.Error
	(*PostCameraCollectionRestoreResponse_Error)(nil),   // 25: keyapis.vc.v1.PostCameraCollectionRestoreResponse.Error
	(*wrapperspb.BoolValue)(nil),                        // 26: google.protobuf.BoolValue
	(*timestamppb.Timestamp)(nil),                       // 27: google.protobuf.Timestamp
	(*ValidationError)(nil),                             // 28: keyapis.vc.v1.ValidationError
}
var file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_depIdxs = []int32{
	7,  // 0: keyapis.vc.v1.GetCameraCollectionCountRequest.filter:type_name -> keyapis.vc.v1.CameraCollectionFilter
	17, // 1: keyapis.vc.v1.GetCameraCollectionCountResponse.error:type_name -> keyapis.vc.v1.GetCameraCollectionCountResponse.Error
	12, // 2: keyapis.vc.v1.GetCameraCollectionResponse.data:type_name -> keyapis.vc.v1.CameraCollection
	18, // 3: keyapis.vc.v1.GetCameraCollectionResponse.error:type_name -> keyapis.vc.v1.GetCameraCollectionResponse.Error
	7,  // 4: keyapis.vc.v1.GetCameraCollectionListRequest.filter:type_name -> keyapis.vc.v1.CameraCollectionFilter
	8,  // 5: keyapis.vc.v1.GetCameraCollectionListRequest.paging:type_name -> keyapis.vc.v1.CameraCollectionPaging
	26, // 6: keyapis.vc.v1.CameraCollectionFilter.is_deleted:type_name -> google.protobuf.BoolValue
	0,  // 7: keyapis.vc.v1.CameraCollectionPaging.order_by_type:type_name -> keyapis.vc.v1.CameraCollectionPaging.OrderByType
	1,  // 8: keyapis.vc.v1.CameraCollectionPaging.direction_type:type_name -> keyapis.vc.v1.CameraCollectionPaging.DirectionType
	12, // 9: keyapis.vc.v1.GetCameraCollectionListResponse.data:type_name -> keyapis.vc.v1.CameraCollection
	19, // 10: keyapis.vc.v1.GetCameraCollectionListResponse.error:type_name -> keyapis.vc.v1.GetCameraCollectionListResponse.Error
	12, // 11: keyapis.vc.v1.SaveCameraCollectionRequest.data:type_name -> keyapis.vc.v1.CameraCollection
	12, // 12: keyapis.vc.v1.SaveCameraCollectionResponse.data:type_name -> keyapis.vc.v1.CameraCollection
	20, // 13: keyapis.vc.v1.SaveCameraCollectionResponse.error:type_name -> keyapis.vc.v1.SaveCameraCollectionResponse.Error
	27, // 14: keyapis.vc.v1.CameraCollection.changed_at:type_name -> google.protobuf.Timestamp
	27, // 15: keyapis.vc.v1.CameraCollection.deleted_at:type_name -> google.protobuf.Timestamp
	24, // 16: keyapis.vc.v1.DeleteCameraCollectionResponse.error:type_name -> keyapis.vc.v1.DeleteCameraCollectionResponse.Error
	25, // 17: keyapis.vc.v1.PostCameraCollectionRestoreResponse.error:type_name -> keyapis.vc.v1.PostCameraCollectionRestoreResponse.Error
	28, // 18: keyapis.vc.v1.GetCameraCollectionCountResponse.Error.validation:type_name -> keyapis.vc.v1.ValidationError
	28, // 19: keyapis.vc.v1.GetCameraCollectionResponse.Error.validation:type_name -> keyapis.vc.v1.ValidationError
	28, // 20: keyapis.vc.v1.GetCameraCollectionListResponse.Error.validation:type_name -> keyapis.vc.v1.ValidationError
	28, // 21: keyapis.vc.v1.SaveCameraCollectionResponse.Error.validation:type_name -> keyapis.vc.v1.ValidationError
	21, // 22: keyapis.vc.v1.SaveCameraCollectionResponse.Error.saving:type_name -> keyapis.vc.v1.CameraCollection.SavingError
	22, // 23: keyapis.vc.v1.CameraCollection.SavingError.conflict:type_name -> keyapis.vc.v1.CameraCollection.SavingError.Conflict
	23, // 24: keyapis.vc.v1.CameraCollection.SavingError.wrong_company_id:type_name -> keyapis.vc.v1.CameraCollection.SavingError.WrongCompanyId
	28, // 25: keyapis.vc.v1.DeleteCameraCollectionResponse.Error.validation:type_name -> keyapis.vc.v1.ValidationError
	28, // 26: keyapis.vc.v1.PostCameraCollectionRestoreResponse.Error.validation:type_name -> keyapis.vc.v1.ValidationError
	4,  // 27: keyapis.vc.v1.CameraCollectionService.GetCameraCollection:input_type -> keyapis.vc.v1.GetCameraCollectionRequest
	6,  // 28: keyapis.vc.v1.CameraCollectionService.GetCameraCollectionList:input_type -> keyapis.vc.v1.GetCameraCollectionListRequest
	2,  // 29: keyapis.vc.v1.CameraCollectionService.GetCameraCollectionCount:input_type -> keyapis.vc.v1.GetCameraCollectionCountRequest
	10, // 30: keyapis.vc.v1.CameraCollectionService.SaveCameraCollection:input_type -> keyapis.vc.v1.SaveCameraCollectionRequest
	13, // 31: keyapis.vc.v1.CameraCollectionService.DeleteCameraCollection:input_type -> keyapis.vc.v1.DeleteCameraCollectionRequest
	14, // 32: keyapis.vc.v1.CameraCollectionService.PostCameraCollectionRestore:input_type -> keyapis.vc.v1.PostCameraCollectionRestoreRequest
	5,  // 33: keyapis.vc.v1.CameraCollectionService.GetCameraCollection:output_type -> keyapis.vc.v1.GetCameraCollectionResponse
	9,  // 34: keyapis.vc.v1.CameraCollectionService.GetCameraCollectionList:output_type -> keyapis.vc.v1.GetCameraCollectionListResponse
	3,  // 35: keyapis.vc.v1.CameraCollectionService.GetCameraCollectionCount:output_type -> keyapis.vc.v1.GetCameraCollectionCountResponse
	11, // 36: keyapis.vc.v1.CameraCollectionService.SaveCameraCollection:output_type -> keyapis.vc.v1.SaveCameraCollectionResponse
	15, // 37: keyapis.vc.v1.CameraCollectionService.DeleteCameraCollection:output_type -> keyapis.vc.v1.DeleteCameraCollectionResponse
	16, // 38: keyapis.vc.v1.CameraCollectionService.PostCameraCollectionRestore:output_type -> keyapis.vc.v1.PostCameraCollectionRestoreResponse
	33, // [33:39] is the sub-list for method output_type
	27, // [27:33] is the sub-list for method input_type
	27, // [27:27] is the sub-list for extension type_name
	27, // [27:27] is the sub-list for extension extendee
	0,  // [0:27] is the sub-list for field type_name
}

func init() { file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_init() }
func file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_init() {
	if File_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto != nil {
		return
	}
	file_keyapis_vc_v1_keyapis_vc_camera_v1_proto_init()
	if !protoimpl.UnsafeEnabled {
		file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraCollectionCountRequest); 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_group_v1_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraCollectionCountResponse); 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_group_v1_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraCollectionRequest); 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_group_v1_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraCollectionResponse); 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_group_v1_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraCollectionListRequest); 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_group_v1_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*CameraCollectionFilter); 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_group_v1_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*CameraCollectionPaging); 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_group_v1_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraCollectionListResponse); 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_group_v1_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*SaveCameraCollectionRequest); 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_group_v1_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*SaveCameraCollectionResponse); 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_group_v1_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*CameraCollection); 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_group_v1_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteCameraCollectionRequest); 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_group_v1_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostCameraCollectionRestoreRequest); 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_group_v1_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteCameraCollectionResponse); 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_group_v1_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostCameraCollectionRestoreResponse); 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_group_v1_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraCollectionCountResponse_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_group_v1_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraCollectionResponse_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_group_v1_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCameraCollectionListResponse_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_group_v1_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*SaveCameraCollectionResponse_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_group_v1_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*CameraCollection_SavingError); 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_group_v1_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*CameraCollection_SavingError_Conflict); 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_group_v1_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*CameraCollection_SavingError_WrongCompanyId); 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_group_v1_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteCameraCollectionResponse_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_group_v1_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostCameraCollectionRestoreResponse_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_group_v1_proto_msgTypes[1].OneofWrappers = []interface{}{
		(*GetCameraCollectionCountResponse_Data)(nil),
		(*GetCameraCollectionCountResponse_Error_)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_msgTypes[3].OneofWrappers = []interface{}{
		(*GetCameraCollectionResponse_Data)(nil),
		(*GetCameraCollectionResponse_Error_)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_msgTypes[4].OneofWrappers = []interface{}{
		(*GetCameraCollectionListRequest_Paging)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_msgTypes[7].OneofWrappers = []interface{}{
		(*GetCameraCollectionListResponse_Data)(nil),
		(*GetCameraCollectionListResponse_Error_)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_msgTypes[9].OneofWrappers = []interface{}{
		(*SaveCameraCollectionResponse_Data)(nil),
		(*SaveCameraCollectionResponse_Error_)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_msgTypes[13].OneofWrappers = []interface{}{
		(*DeleteCameraCollectionResponse_Error_)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_msgTypes[14].OneofWrappers = []interface{}{
		(*PostCameraCollectionRestoreResponse_Error_)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_msgTypes[15].OneofWrappers = []interface{}{
		(*GetCameraCollectionCountResponse_Error_Validation)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_msgTypes[16].OneofWrappers = []interface{}{
		(*GetCameraCollectionResponse_Error_Validation)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_msgTypes[17].OneofWrappers = []interface{}{
		(*GetCameraCollectionListResponse_Error_Validation)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_msgTypes[18].OneofWrappers = []interface{}{
		(*SaveCameraCollectionResponse_Error_Validation)(nil),
		(*SaveCameraCollectionResponse_Error_Saving)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_msgTypes[19].OneofWrappers = []interface{}{
		(*CameraCollection_SavingError_Conflict_)(nil),
		(*CameraCollection_SavingError_WrongCompanyId_)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_msgTypes[22].OneofWrappers = []interface{}{
		(*DeleteCameraCollectionResponse_Error_Validation)(nil),
	}
	file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_msgTypes[23].OneofWrappers = []interface{}{
		(*PostCameraCollectionRestoreResponse_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_group_v1_proto_rawDesc,
			NumEnums:      2,
			NumMessages:   24,
			NumExtensions: 0,
			NumServices:   1,
		},
		GoTypes:           file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_goTypes,
		DependencyIndexes: file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_depIdxs,
		EnumInfos:         file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_enumTypes,
		MessageInfos:      file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_msgTypes,
	}.Build()
	File_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto = out.File
	file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_rawDesc = nil
	file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_goTypes = nil
	file_keyapis_vc_v1_keyapis_vc_camera_group_v1_proto_depIdxs = nil
}
