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

// 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_access_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)
)

// Тип субъекта доступа
type CameraAccess_AccessorType int32

const (
	// Значение не указно
	CameraAccess_ACCESSOR_TYPE_UNKNOWN CameraAccess_AccessorType = 0
	// Пользователь
	CameraAccess_USER CameraAccess_AccessorType = 1
	// ГРуппа
	CameraAccess_GROUP CameraAccess_AccessorType = 2
)

// Enum value maps for CameraAccess_AccessorType.
var (
	CameraAccess_AccessorType_name = map[int32]string{
		0: "ACCESSOR_TYPE_UNKNOWN",
		1: "USER",
		2: "GROUP",
	}
	CameraAccess_AccessorType_value = map[string]int32{
		"ACCESSOR_TYPE_UNKNOWN": 0,
		"USER":                  1,
		"GROUP":                 2,
	}
)

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

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

func (CameraAccess_AccessorType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_vc_v1_keyapis_vc_camera_access_v1_proto_enumTypes[0].Descriptor()
}

func (CameraAccess_AccessorType) Type() protoreflect.EnumType {
	return &file_keyapis_vc_v1_keyapis_vc_camera_access_v1_proto_enumTypes[0]
}

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

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

// Доступ к камере.
// # Описание модели
type CameraAccess struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор камеры в vcfront.
	// # Тип: Guid
	ExternalId string `protobuf:"bytes,1,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
	// Тип субъекта доступа
	AccessorType CameraAccess_AccessorType `protobuf:"varint,2,opt,name=accessor_type,json=accessorType,proto3,enum=keyapis.vc.v1.CameraAccess_AccessorType" json:"accessor_type,omitempty"`
	// Идентификатор субъекта доступа.
	// # Диапазон: 1..36
	AccessorId string `protobuf:"bytes,3,opt,name=accessor_id,json=accessorId,proto3" json:"accessor_id,omitempty"`
	// Идентификатор компании в vcfront.
	// # Диапазон: 1..2147483647
	VcCompanyId int32 `protobuf:"varint,4,opt,name=vc_company_id,json=vcCompanyId,proto3" json:"vc_company_id,omitempty"`
}

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

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

func (*CameraAccess) ProtoMessage() {}

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

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

func (x *CameraAccess) GetAccessorType() CameraAccess_AccessorType {
	if x != nil {
		return x.AccessorType
	}
	return CameraAccess_ACCESSOR_TYPE_UNKNOWN
}

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

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

var File_keyapis_vc_v1_keyapis_vc_camera_access_v1_proto protoreflect.FileDescriptor

var file_keyapis_vc_v1_keyapis_vc_camera_access_v1_proto_rawDesc = []byte{
	0x0a, 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, 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, 0x22, 0x97, 0x02, 0x0a, 0x0c, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x41, 0x63, 0x63,
	0x65, 0x73, 0x73, 0x12, 0x24, 0x0a, 0x0b, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x5f,
	0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a, 0x65,
	0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x49, 0x64, 0x12, 0x52, 0x0a, 0x0d, 0x61, 0x63, 0x63,
	0x65, 0x73, 0x73, 0x6f, 0x72, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 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,
	0x0c, 0x61, 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, 0x03, 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, 0x04, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52,
	0x0b, 0x76, 0x63, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x49, 0x64, 0x22, 0x3e, 0x0a, 0x0c,
	0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x6f, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12, 0x19, 0x0a, 0x15,
	0x41, 0x43, 0x43, 0x45, 0x53, 0x53, 0x4f, 0x52, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e,
	0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x08, 0x0a, 0x04, 0x55, 0x53, 0x45, 0x52, 0x10,
	0x01, 0x12, 0x09, 0x0a, 0x05, 0x47, 0x52, 0x4f, 0x55, 0x50, 0x10, 0x02, 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_access_v1_proto_rawDescOnce sync.Once
	file_keyapis_vc_v1_keyapis_vc_camera_access_v1_proto_rawDescData = file_keyapis_vc_v1_keyapis_vc_camera_access_v1_proto_rawDesc
)

func file_keyapis_vc_v1_keyapis_vc_camera_access_v1_proto_rawDescGZIP() []byte {
	file_keyapis_vc_v1_keyapis_vc_camera_access_v1_proto_rawDescOnce.Do(func() {
		file_keyapis_vc_v1_keyapis_vc_camera_access_v1_proto_rawDescData = protoimpl.X.CompressGZIP(file_keyapis_vc_v1_keyapis_vc_camera_access_v1_proto_rawDescData)
	})
	return file_keyapis_vc_v1_keyapis_vc_camera_access_v1_proto_rawDescData
}

var file_keyapis_vc_v1_keyapis_vc_camera_access_v1_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
var file_keyapis_vc_v1_keyapis_vc_camera_access_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
var file_keyapis_vc_v1_keyapis_vc_camera_access_v1_proto_goTypes = []interface{}{
	(CameraAccess_AccessorType)(0), // 0: keyapis.vc.v1.CameraAccess.AccessorType
	(*CameraAccess)(nil),           // 1: keyapis.vc.v1.CameraAccess
}
var file_keyapis_vc_v1_keyapis_vc_camera_access_v1_proto_depIdxs = []int32{
	0, // 0: keyapis.vc.v1.CameraAccess.accessor_type:type_name -> keyapis.vc.v1.CameraAccess.AccessorType
	1, // [1:1] is the sub-list for method output_type
	1, // [1:1] is the sub-list for method input_type
	1, // [1:1] is the sub-list for extension type_name
	1, // [1:1] is the sub-list for extension extendee
	0, // [0:1] is the sub-list for field type_name
}

func init() { file_keyapis_vc_v1_keyapis_vc_camera_access_v1_proto_init() }
func file_keyapis_vc_v1_keyapis_vc_camera_access_v1_proto_init() {
	if File_keyapis_vc_v1_keyapis_vc_camera_access_v1_proto != nil {
		return
	}
	if !protoimpl.UnsafeEnabled {
		file_keyapis_vc_v1_keyapis_vc_camera_access_v1_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*CameraAccess); 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_camera_access_v1_proto_rawDesc,
			NumEnums:      1,
			NumMessages:   1,
			NumExtensions: 0,
			NumServices:   0,
		},
		GoTypes:           file_keyapis_vc_v1_keyapis_vc_camera_access_v1_proto_goTypes,
		DependencyIndexes: file_keyapis_vc_v1_keyapis_vc_camera_access_v1_proto_depIdxs,
		EnumInfos:         file_keyapis_vc_v1_keyapis_vc_camera_access_v1_proto_enumTypes,
		MessageInfos:      file_keyapis_vc_v1_keyapis_vc_camera_access_v1_proto_msgTypes,
	}.Build()
	File_keyapis_vc_v1_keyapis_vc_camera_access_v1_proto = out.File
	file_keyapis_vc_v1_keyapis_vc_camera_access_v1_proto_rawDesc = nil
	file_keyapis_vc_v1_keyapis_vc_camera_access_v1_proto_goTypes = nil
	file_keyapis_vc_v1_keyapis_vc_camera_access_v1_proto_depIdxs = nil
}
