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

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

package keyapis_vc_v1

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

// Задача на создание доступа к камере.
// Очередь key.vc.create_camera_access
type CreateCameraAccessTask struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор запроса
	RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// Идентификаторы камер в vcfront.
	// # Тип: Guid
	ExternalIds []string `protobuf:"bytes,2,rep,name=external_ids,json=externalIds,proto3" json:"external_ids,omitempty"`
	// Тип субъекта доступа
	CameraAccessAccessorType CameraAccess_AccessorType `protobuf:"varint,3,opt,name=camera_access_accessor_type,json=cameraAccessAccessorType,proto3,enum=keyapis.vc.v1.CameraAccess_AccessorType" json:"camera_access_accessor_type,omitempty"`
	// Идентификатор субъекта доступа.
	// # Диапазон: 1..36
	AccessorId string `protobuf:"bytes,4,opt,name=accessor_id,json=accessorId,proto3" json:"accessor_id,omitempty"`
	// Идентификатор компании в vcfront.
	// # Диапазон: 1..2147483647
	VcCompanyId int32 `protobuf:"varint,5,opt,name=vc_company_id,json=vcCompanyId,proto3" json:"vc_company_id,omitempty"`
}

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

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

func (*CreateCameraAccessTask) ProtoMessage() {}

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

func (x *CreateCameraAccessTask) GetRequestId() string {
	if x != nil {
		return x.RequestId
	}
	return ""
}

func (x *CreateCameraAccessTask) GetExternalIds() []string {
	if x != nil {
		return x.ExternalIds
	}
	return nil
}

func (x *CreateCameraAccessTask) GetCameraAccessAccessorType() CameraAccess_AccessorType {
	if x != nil {
		return x.CameraAccessAccessorType
	}
	return CameraAccess_ACCESSOR_TYPE_UNKNOWN
}

func (x *CreateCameraAccessTask) GetAccessorId() string {
	if x != nil {
		return x.AccessorId
	}
	return ""
}

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

// Задача на удаление доступа к камере.
// Очередь key.vc.delete_camera_access
type DeleteCameraAccessTask struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор запроса
	RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// Идентификаторы камер в vcfront.
	// # Тип: Guid
	ExternalIds []string `protobuf:"bytes,2,rep,name=external_ids,json=externalIds,proto3" json:"external_ids,omitempty"`
	// Тип субъекта доступа
	CameraAccessAccessorType CameraAccess_AccessorType `protobuf:"varint,3,opt,name=camera_access_accessor_type,json=cameraAccessAccessorType,proto3,enum=keyapis.vc.v1.CameraAccess_AccessorType" json:"camera_access_accessor_type,omitempty"`
	// Идентификатор субъекта доступа.
	// # Диапазон: 1..36
	AccessorId string `protobuf:"bytes,4,opt,name=accessor_id,json=accessorId,proto3" json:"accessor_id,omitempty"`
	// Идентификатор компании в vcfront.
	// # Диапазон: 1..2147483647
	VcCompanyId int32 `protobuf:"varint,5,opt,name=vc_company_id,json=vcCompanyId,proto3" json:"vc_company_id,omitempty"`
}

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

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

func (*DeleteCameraAccessTask) ProtoMessage() {}

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

func (x *DeleteCameraAccessTask) GetRequestId() string {
	if x != nil {
		return x.RequestId
	}
	return ""
}

func (x *DeleteCameraAccessTask) GetExternalIds() []string {
	if x != nil {
		return x.ExternalIds
	}
	return nil
}

func (x *DeleteCameraAccessTask) GetCameraAccessAccessorType() CameraAccess_AccessorType {
	if x != nil {
		return x.CameraAccessAccessorType
	}
	return CameraAccess_ACCESSOR_TYPE_UNKNOWN
}

func (x *DeleteCameraAccessTask) GetAccessorId() string {
	if x != nil {
		return x.AccessorId
	}
	return ""
}

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

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

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

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

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

func (*DetachCameraFromDeviceTask) ProtoMessage() {}

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

func (x *DetachCameraFromDeviceTask) GetRequestId() string {
	if x != nil {
		return x.RequestId
	}
	return ""
}

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

// Задача на отвязку камеры от точек доступа.
// Отправляется при удалении камеры.
// Очередь key.vc.detach_camera_from_access_points
type DetachCameraFromAccessPointTask struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

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

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

func (*DetachCameraFromAccessPointTask) ProtoMessage() {}

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

func (x *DetachCameraFromAccessPointTask) GetRequestId() string {
	if x != nil {
		return x.RequestId
	}
	return ""
}

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

var File_keyapis_vc_v1_keyapis_vc_events_v1_proto protoreflect.FileDescriptor

var file_keyapis_vc_v1_keyapis_vc_events_v1_proto_rawDesc = []byte{
	0x0a, 0x28, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x76, 0x63, 0x2f, 0x76, 0x31, 0x2f,
	0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5f, 0x76, 0x63, 0x5f, 0x65, 0x76, 0x65, 0x6e, 0x74,
	0x73, 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, 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, 0x1c, 0x67, 0x6f, 0x6f, 0x67,
	0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f,
	0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
	0x2f, 0x61, 0x70, 0x69, 0x2f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x62, 0x65, 0x68, 0x61, 0x76,
	0x69, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
	0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x64, 0x65, 0x73, 0x63, 0x72,
	0x69, 0x70, 0x74, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1e, 0x67, 0x6f, 0x6f,
	0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x77, 0x72, 0x61,
	0x70, 0x70, 0x65, 0x72, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2f, 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, 0x61, 0x63, 0x63,
	0x65, 0x73, 0x73, 0x5f, 0x76, 0x31, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xa1, 0x02, 0x0a,
	0x16, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x41, 0x63, 0x63,
	0x65, 0x73, 0x73, 0x54, 0x61, 0x73, 0x6b, 0x12, 0x22, 0x0a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65,
	0x73, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02,
	0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x12, 0x26, 0x0a, 0x0c, 0x65,
	0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28,
	0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0b, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c,
	0x49, 0x64, 0x73, 0x12, 0x6c, 0x0a, 0x1b, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x5f, 0x61, 0x63,
	0x63, 0x65, 0x73, 0x73, 0x5f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x6f, 0x72, 0x5f, 0x74, 0x79,
	0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x28, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x41,
	0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x6f, 0x72, 0x54, 0x79,
	0x70, 0x65, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x18, 0x63, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x41,
	0x63, 0x63, 0x65, 0x73, 0x73, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x6f, 0x72, 0x54, 0x79, 0x70,
	0x65, 0x12, 0x24, 0x0a, 0x0b, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x6f, 0x72, 0x5f, 0x69, 0x64,
	0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a, 0x61, 0x63, 0x63,
	0x65, 0x73, 0x73, 0x6f, 0x72, 0x49, 0x64, 0x12, 0x27, 0x0a, 0x0d, 0x76, 0x63, 0x5f, 0x63, 0x6f,
	0x6d, 0x70, 0x61, 0x6e, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03,
	0xe0, 0x41, 0x02, 0x52, 0x0b, 0x76, 0x63, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x49, 0x64,
	0x22, 0xa1, 0x02, 0x0a, 0x16, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x61, 0x6d, 0x65, 0x72,
	0x61, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x54, 0x61, 0x73, 0x6b, 0x12, 0x22, 0x0a, 0x0a, 0x72,
	0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42,
	0x03, 0xe0, 0x41, 0x02, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x12,
	0x26, 0x0a, 0x0c, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x5f, 0x69, 0x64, 0x73, 0x18,
	0x02, 0x20, 0x03, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0b, 0x65, 0x78, 0x74, 0x65,
	0x72, 0x6e, 0x61, 0x6c, 0x49, 0x64, 0x73, 0x12, 0x6c, 0x0a, 0x1b, 0x63, 0x61, 0x6d, 0x65, 0x72,
	0x61, 0x5f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x6f,
	0x72, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x28, 0x2e, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x76, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6d,
	0x65, 0x72, 0x61, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73,
	0x6f, 0x72, 0x54, 0x79, 0x70, 0x65, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x18, 0x63, 0x61, 0x6d,
	0x65, 0x72, 0x61, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x6f,
	0x72, 0x54, 0x79, 0x70, 0x65, 0x12, 0x24, 0x0a, 0x0b, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x6f,
	0x72, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52,
	0x0a, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x6f, 0x72, 0x49, 0x64, 0x12, 0x27, 0x0a, 0x0d, 0x76,
	0x63, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01,
	0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0b, 0x76, 0x63, 0x43, 0x6f, 0x6d, 0x70, 0x61,
	0x6e, 0x79, 0x49, 0x64, 0x22, 0x66, 0x0a, 0x1a, 0x44, 0x65, 0x74, 0x61, 0x63, 0x68, 0x43, 0x61,
	0x6d, 0x65, 0x72, 0x61, 0x46, 0x72, 0x6f, 0x6d, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x54, 0x61,
	0x73, 0x6b, 0x12, 0x22, 0x0a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, 0x69, 0x64,
	0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x09, 0x72, 0x65, 0x71,
	0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x12, 0x24, 0x0a, 0x0b, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e,
	0x61, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02,
	0x52, 0x0a, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x49, 0x64, 0x22, 0x6b, 0x0a, 0x1f,
	0x44, 0x65, 0x74, 0x61, 0x63, 0x68, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x46, 0x72, 0x6f, 0x6d,
	0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x54, 0x61, 0x73, 0x6b, 0x12,
	0x22, 0x0a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20,
	0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73,
	0x74, 0x49, 0x64, 0x12, 0x24, 0x0a, 0x0b, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x5f,
	0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a, 0x65,
	0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x49, 0x64, 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_events_v1_proto_rawDescOnce sync.Once
	file_keyapis_vc_v1_keyapis_vc_events_v1_proto_rawDescData = file_keyapis_vc_v1_keyapis_vc_events_v1_proto_rawDesc
)

func file_keyapis_vc_v1_keyapis_vc_events_v1_proto_rawDescGZIP() []byte {
	file_keyapis_vc_v1_keyapis_vc_events_v1_proto_rawDescOnce.Do(func() {
		file_keyapis_vc_v1_keyapis_vc_events_v1_proto_rawDescData = protoimpl.X.CompressGZIP(file_keyapis_vc_v1_keyapis_vc_events_v1_proto_rawDescData)
	})
	return file_keyapis_vc_v1_keyapis_vc_events_v1_proto_rawDescData
}

var file_keyapis_vc_v1_keyapis_vc_events_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 4)
var file_keyapis_vc_v1_keyapis_vc_events_v1_proto_goTypes = []interface{}{
	(*CreateCameraAccessTask)(nil),          // 0: keyapis.vc.v1.CreateCameraAccessTask
	(*DeleteCameraAccessTask)(nil),          // 1: keyapis.vc.v1.DeleteCameraAccessTask
	(*DetachCameraFromDeviceTask)(nil),      // 2: keyapis.vc.v1.DetachCameraFromDeviceTask
	(*DetachCameraFromAccessPointTask)(nil), // 3: keyapis.vc.v1.DetachCameraFromAccessPointTask
	(CameraAccess_AccessorType)(0),          // 4: keyapis.vc.v1.CameraAccess.AccessorType
}
var file_keyapis_vc_v1_keyapis_vc_events_v1_proto_depIdxs = []int32{
	4, // 0: keyapis.vc.v1.CreateCameraAccessTask.camera_access_accessor_type:type_name -> keyapis.vc.v1.CameraAccess.AccessorType
	4, // 1: keyapis.vc.v1.DeleteCameraAccessTask.camera_access_accessor_type:type_name -> keyapis.vc.v1.CameraAccess.AccessorType
	2, // [2:2] is the sub-list for method output_type
	2, // [2:2] is the sub-list for method input_type
	2, // [2:2] is the sub-list for extension type_name
	2, // [2:2] is the sub-list for extension extendee
	0, // [0:2] is the sub-list for field type_name
}

func init() { file_keyapis_vc_v1_keyapis_vc_events_v1_proto_init() }
func file_keyapis_vc_v1_keyapis_vc_events_v1_proto_init() {
	if File_keyapis_vc_v1_keyapis_vc_events_v1_proto != nil {
		return
	}
	file_keyapis_vc_v1_keyapis_vc_camera_access_v1_proto_init()
	if !protoimpl.UnsafeEnabled {
		file_keyapis_vc_v1_keyapis_vc_events_v1_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*CreateCameraAccessTask); 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_events_v1_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteCameraAccessTask); 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_events_v1_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DetachCameraFromDeviceTask); 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_events_v1_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DetachCameraFromAccessPointTask); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
	}
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_keyapis_vc_v1_keyapis_vc_events_v1_proto_rawDesc,
			NumEnums:      0,
			NumMessages:   4,
			NumExtensions: 0,
			NumServices:   0,
		},
		GoTypes:           file_keyapis_vc_v1_keyapis_vc_events_v1_proto_goTypes,
		DependencyIndexes: file_keyapis_vc_v1_keyapis_vc_events_v1_proto_depIdxs,
		MessageInfos:      file_keyapis_vc_v1_keyapis_vc_events_v1_proto_msgTypes,
	}.Build()
	File_keyapis_vc_v1_keyapis_vc_events_v1_proto = out.File
	file_keyapis_vc_v1_keyapis_vc_events_v1_proto_rawDesc = nil
	file_keyapis_vc_v1_keyapis_vc_events_v1_proto_goTypes = nil
	file_keyapis_vc_v1_keyapis_vc_events_v1_proto_depIdxs = nil
}
