//
//Сервис профилей шифрования устройства

// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// 	protoc-gen-go v1.30.0
// 	protoc        v4.23.1
// source: deviceapis/device/v1/deviceapis_device_encryption_profile_v1.proto

package deviceapis_device_v1

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

// Тип
type EncryptionProfile_Type int32

const (
	// Значение не указано
	EncryptionProfile_TYPE_UNKNOWN EncryptionProfile_Type = 0
	// Тип SL3
	EncryptionProfile_SL3 EncryptionProfile_Type = 1
	// Тип SL1
	EncryptionProfile_SL1 EncryptionProfile_Type = 2
)

// Enum value maps for EncryptionProfile_Type.
var (
	EncryptionProfile_Type_name = map[int32]string{
		0: "TYPE_UNKNOWN",
		1: "SL3",
		2: "SL1",
	}
	EncryptionProfile_Type_value = map[string]int32{
		"TYPE_UNKNOWN": 0,
		"SL3":          1,
		"SL1":          2,
	}
)

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

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

func (EncryptionProfile_Type) Descriptor() protoreflect.EnumDescriptor {
	return file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_enumTypes[0].Descriptor()
}

func (EncryptionProfile_Type) Type() protoreflect.EnumType {
	return &file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_enumTypes[0]
}

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

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

// Запрос удаления списка сущностей EncryptionProfile по фильтру
type DeleteEncryptionProfileListRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

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

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

func (*DeleteEncryptionProfileListRequest) ProtoMessage() {}

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

// Ответ на запрос удаления списка сущностей EncryptionProfile по фильтру
type DeleteEncryptionProfileListResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

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

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

func (*DeleteEncryptionProfileListResponse) ProtoMessage() {}

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

func (m *DeleteEncryptionProfileListResponse) GetType() isDeleteEncryptionProfileListResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

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

func (x *DeleteEncryptionProfileListResponse) GetError() *DeleteEncryptionProfileListResponse_Error {
	if x, ok := x.GetType().(*DeleteEncryptionProfileListResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isDeleteEncryptionProfileListResponse_Type interface {
	isDeleteEncryptionProfileListResponse_Type()
}

type DeleteEncryptionProfileListResponse_Data struct {
	// Всего количество удаленных
	Data int32 `protobuf:"varint,1,opt,name=data,proto3,oneof"`
}

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

func (*DeleteEncryptionProfileListResponse_Data) isDeleteEncryptionProfileListResponse_Type() {}

func (*DeleteEncryptionProfileListResponse_Error_) isDeleteEncryptionProfileListResponse_Type() {}

// Запрос удаления единичной сущности EncryptionProfile по ключу
type DeleteEncryptionProfileRequest 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 *DeleteEncryptionProfileRequest) Reset() {
	*x = DeleteEncryptionProfileRequest{}
	if protoimpl.UnsafeEnabled {
		mi := &file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_msgTypes[2]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*DeleteEncryptionProfileRequest) ProtoMessage() {}

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

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

// Ответ на запрос удаления единичной сущности EncryptionProfile по ключу
type DeleteEncryptionProfileResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

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

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

func (*DeleteEncryptionProfileResponse) ProtoMessage() {}

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

func (m *DeleteEncryptionProfileResponse) GetType() isDeleteEncryptionProfileResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

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

func (x *DeleteEncryptionProfileResponse) GetError() *DeleteEncryptionProfileResponse_Error {
	if x, ok := x.GetType().(*DeleteEncryptionProfileResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isDeleteEncryptionProfileResponse_Type interface {
	isDeleteEncryptionProfileResponse_Type()
}

type DeleteEncryptionProfileResponse_Data struct {
	// Всего количество удаленных
	Data int32 `protobuf:"varint,1,opt,name=data,proto3,oneof"`
}

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

func (*DeleteEncryptionProfileResponse_Data) isDeleteEncryptionProfileResponse_Type() {}

func (*DeleteEncryptionProfileResponse_Error_) isDeleteEncryptionProfileResponse_Type() {}

// Профиль шифрования
type EncryptionProfile struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор.
	// Тип: Guid
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Наименование
	Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	// Тип
	Type EncryptionProfile_Type `protobuf:"varint,3,opt,name=type,proto3,enum=deviceapis.device.v1.EncryptionProfile_Type" json:"type,omitempty"`
	// Номер сектора
	SectorNumber int32 `protobuf:"varint,4,opt,name=sector_number,json=sectorNumber,proto3" json:"sector_number,omitempty"`
	// Номер блока
	BlockNumber int32 `protobuf:"varint,5,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"`
	// Первый байт в блоке
	StartIndex int32 `protobuf:"varint,6,opt,name=start_index,json=startIndex,proto3" json:"start_index,omitempty"`
	// Последний байт в блоке
	EndIndex int32 `protobuf:"varint,7,opt,name=end_index,json=endIndex,proto3" json:"end_index,omitempty"`
	// Пароль.
	// Не возвращается с сервера.
	// TODO: в генерации сваггера не показывать INPUT_ONLY поля в ответах
	Password string `protobuf:"bytes,8,opt,name=password,proto3" json:"password,omitempty"`
}

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

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

func (*EncryptionProfile) ProtoMessage() {}

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

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

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

func (x *EncryptionProfile) GetType() EncryptionProfile_Type {
	if x != nil {
		return x.Type
	}
	return EncryptionProfile_TYPE_UNKNOWN
}

func (x *EncryptionProfile) GetSectorNumber() int32 {
	if x != nil {
		return x.SectorNumber
	}
	return 0
}

func (x *EncryptionProfile) GetBlockNumber() int32 {
	if x != nil {
		return x.BlockNumber
	}
	return 0
}

func (x *EncryptionProfile) GetStartIndex() int32 {
	if x != nil {
		return x.StartIndex
	}
	return 0
}

func (x *EncryptionProfile) GetEndIndex() int32 {
	if x != nil {
		return x.EndIndex
	}
	return 0
}

func (x *EncryptionProfile) GetPassword() string {
	if x != nil {
		return x.Password
	}
	return ""
}

// Фильтр по профилям шифрования
type EncryptionProfileFilter struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Поиск по тексту.
	// Если значение не передано то поиск по нему не производится.
	// Поиск производится по полям:
	// # - Наименование
	Text *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
}

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

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

func (*EncryptionProfileFilter) ProtoMessage() {}

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

func (x *EncryptionProfileFilter) GetText() *wrapperspb.StringValue {
	if x != nil {
		return x.Text
	}
	return nil
}

// Запрос получения списка сущностей EncryptionProfile по фильтру
type GetEncryptionProfileListRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Фильтр по профилям шифрования
	Filter *EncryptionProfileFilter `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
}

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

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

func (*GetEncryptionProfileListRequest) ProtoMessage() {}

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

func (x *GetEncryptionProfileListRequest) GetFilter() *EncryptionProfileFilter {
	if x != nil {
		return x.Filter
	}
	return nil
}

// Ответ на запрос получения списка сущностей EncryptionProfile по фильтру
type GetEncryptionProfileListResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Список EncryptionProfile
	Data []*EncryptionProfile `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
}

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

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

func (*GetEncryptionProfileListResponse) ProtoMessage() {}

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

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

// Запрос получения единичной сущности EncryptionProfile по ключу
type GetEncryptionProfileRequest 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 *GetEncryptionProfileRequest) Reset() {
	*x = GetEncryptionProfileRequest{}
	if protoimpl.UnsafeEnabled {
		mi := &file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_msgTypes[8]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GetEncryptionProfileRequest) ProtoMessage() {}

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

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

// Ответ на запрос получения единичной сущности EncryptionProfile по ключу
type GetEncryptionProfileResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

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

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

func (*GetEncryptionProfileResponse) ProtoMessage() {}

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

func (m *GetEncryptionProfileResponse) GetType() isGetEncryptionProfileResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetEncryptionProfileResponse) GetData() *EncryptionProfile {
	if x, ok := x.GetType().(*GetEncryptionProfileResponse_Data); ok {
		return x.Data
	}
	return nil
}

type isGetEncryptionProfileResponse_Type interface {
	isGetEncryptionProfileResponse_Type()
}

type GetEncryptionProfileResponse_Data struct {
	// Профиль шифрования
	Data *EncryptionProfile `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

func (*GetEncryptionProfileResponse_Data) isGetEncryptionProfileResponse_Type() {}

// Запрос на создание сущности EncryptionProfile
type SaveEncryptionProfileRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Профиль шифрования
	Data *EncryptionProfile `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
}

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

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

func (*SaveEncryptionProfileRequest) ProtoMessage() {}

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

func (x *SaveEncryptionProfileRequest) GetData() *EncryptionProfile {
	if x != nil {
		return x.Data
	}
	return nil
}

// Ответ на запрос на создание сущности EncryptionProfile
type SaveEncryptionProfileResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

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

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

func (*SaveEncryptionProfileResponse) ProtoMessage() {}

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

func (m *SaveEncryptionProfileResponse) GetType() isSaveEncryptionProfileResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *SaveEncryptionProfileResponse) GetData() *EncryptionProfile {
	if x, ok := x.GetType().(*SaveEncryptionProfileResponse_Data); ok {
		return x.Data
	}
	return nil
}

func (x *SaveEncryptionProfileResponse) GetError() *SaveEncryptionProfileResponse_Error {
	if x, ok := x.GetType().(*SaveEncryptionProfileResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isSaveEncryptionProfileResponse_Type interface {
	isSaveEncryptionProfileResponse_Type()
}

type SaveEncryptionProfileResponse_Data struct {
	// Профиль шифрования
	Data *EncryptionProfile `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

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

func (*SaveEncryptionProfileResponse_Data) isSaveEncryptionProfileResponse_Type() {}

func (*SaveEncryptionProfileResponse_Error_) isSaveEncryptionProfileResponse_Type() {}

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

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

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

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

func (*DeleteEncryptionProfileListResponse_Error) ProtoMessage() {}

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

func (m *DeleteEncryptionProfileListResponse_Error) GetReason() isDeleteEncryptionProfileListResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

func (x *DeleteEncryptionProfileListResponse_Error) GetDeleting() *EncryptionProfile_DeletingError {
	if x, ok := x.GetReason().(*DeleteEncryptionProfileListResponse_Error_Deleting); ok {
		return x.Deleting
	}
	return nil
}

type isDeleteEncryptionProfileListResponse_Error_Reason interface {
	isDeleteEncryptionProfileListResponse_Error_Reason()
}

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

type DeleteEncryptionProfileListResponse_Error_Deleting struct {
	// Ошибка удаления
	Deleting *EncryptionProfile_DeletingError `protobuf:"bytes,2,opt,name=deleting,proto3,oneof"`
}

func (*DeleteEncryptionProfileListResponse_Error_Validation) isDeleteEncryptionProfileListResponse_Error_Reason() {
}

func (*DeleteEncryptionProfileListResponse_Error_Deleting) isDeleteEncryptionProfileListResponse_Error_Reason() {
}

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

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

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

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

func (*DeleteEncryptionProfileResponse_Error) ProtoMessage() {}

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

func (m *DeleteEncryptionProfileResponse_Error) GetReason() isDeleteEncryptionProfileResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

func (x *DeleteEncryptionProfileResponse_Error) GetDeleting() *EncryptionProfile_DeletingError {
	if x, ok := x.GetReason().(*DeleteEncryptionProfileResponse_Error_Deleting); ok {
		return x.Deleting
	}
	return nil
}

type isDeleteEncryptionProfileResponse_Error_Reason interface {
	isDeleteEncryptionProfileResponse_Error_Reason()
}

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

type DeleteEncryptionProfileResponse_Error_Deleting struct {
	// Ошибка удаления
	Deleting *EncryptionProfile_DeletingError `protobuf:"bytes,2,opt,name=deleting,proto3,oneof"`
}

func (*DeleteEncryptionProfileResponse_Error_Validation) isDeleteEncryptionProfileResponse_Error_Reason() {
}

func (*DeleteEncryptionProfileResponse_Error_Deleting) isDeleteEncryptionProfileResponse_Error_Reason() {
}

// Ошибка удаления
type EncryptionProfile_DeletingError struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор профиля шифрования, к которому относится ошибка.
	// Тип: Guid
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Причина ошибки
	//
	// Types that are assignable to Reason:
	//
	//	*EncryptionProfile_DeletingError_EncryptionProfileInUse_
	Reason isEncryptionProfile_DeletingError_Reason `protobuf_oneof:"reason"`
}

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

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

func (*EncryptionProfile_DeletingError) ProtoMessage() {}

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

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

func (m *EncryptionProfile_DeletingError) GetReason() isEncryptionProfile_DeletingError_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

func (x *EncryptionProfile_DeletingError) GetEncryptionProfileInUse() *EncryptionProfile_DeletingError_EncryptionProfileInUse {
	if x, ok := x.GetReason().(*EncryptionProfile_DeletingError_EncryptionProfileInUse_); ok {
		return x.EncryptionProfileInUse
	}
	return nil
}

type isEncryptionProfile_DeletingError_Reason interface {
	isEncryptionProfile_DeletingError_Reason()
}

type EncryptionProfile_DeletingError_EncryptionProfileInUse_ struct {
	// Профиль используется на устройстве
	EncryptionProfileInUse *EncryptionProfile_DeletingError_EncryptionProfileInUse `protobuf:"bytes,2,opt,name=encryption_profile_in_use,json=encryptionProfileInUse,proto3,oneof"`
}

func (*EncryptionProfile_DeletingError_EncryptionProfileInUse_) isEncryptionProfile_DeletingError_Reason() {
}

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

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

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

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

func (*EncryptionProfile_SavingError) ProtoMessage() {}

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

func (m *EncryptionProfile_SavingError) GetReason() isEncryptionProfile_SavingError_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

func (x *EncryptionProfile_SavingError) GetDuplicateName() *EncryptionProfile_SavingError_DuplicateName {
	if x, ok := x.GetReason().(*EncryptionProfile_SavingError_DuplicateName_); ok {
		return x.DuplicateName
	}
	return nil
}

func (x *EncryptionProfile_SavingError) GetTooMuchEncryptionProfiles() *EncryptionProfile_SavingError_TooMuchEncryptionProfiles {
	if x, ok := x.GetReason().(*EncryptionProfile_SavingError_TooMuchEncryptionProfiles_); ok {
		return x.TooMuchEncryptionProfiles
	}
	return nil
}

type isEncryptionProfile_SavingError_Reason interface {
	isEncryptionProfile_SavingError_Reason()
}

type EncryptionProfile_SavingError_DuplicateName_ struct {
	// Профиль с таким наименованием уже существует
	DuplicateName *EncryptionProfile_SavingError_DuplicateName `protobuf:"bytes,1,opt,name=duplicate_name,json=duplicateName,proto3,oneof"`
}

type EncryptionProfile_SavingError_TooMuchEncryptionProfiles_ struct {
	// Превышено допустимое количество профилей шифрования
	TooMuchEncryptionProfiles *EncryptionProfile_SavingError_TooMuchEncryptionProfiles `protobuf:"bytes,2,opt,name=too_much_encryption_profiles,json=tooMuchEncryptionProfiles,proto3,oneof"`
}

func (*EncryptionProfile_SavingError_DuplicateName_) isEncryptionProfile_SavingError_Reason() {}

func (*EncryptionProfile_SavingError_TooMuchEncryptionProfiles_) isEncryptionProfile_SavingError_Reason() {
}

// Профиль шифрования используется на устройстве
type EncryptionProfile_DeletingError_EncryptionProfileInUse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

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

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

func (*EncryptionProfile_DeletingError_EncryptionProfileInUse) ProtoMessage() {}

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

// Профиль с таким наименованием уже существует
type EncryptionProfile_SavingError_DuplicateName struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

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

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

func (*EncryptionProfile_SavingError_DuplicateName) ProtoMessage() {}

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

// Превышено допустимое количество профилей шифрования
type EncryptionProfile_SavingError_TooMuchEncryptionProfiles struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

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

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

func (*EncryptionProfile_SavingError_TooMuchEncryptionProfiles) ProtoMessage() {}

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

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

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

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

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

func (*SaveEncryptionProfileResponse_Error) ProtoMessage() {}

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

func (m *SaveEncryptionProfileResponse_Error) GetReason() isSaveEncryptionProfileResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

func (x *SaveEncryptionProfileResponse_Error) GetSaving() *EncryptionProfile_SavingError {
	if x, ok := x.GetReason().(*SaveEncryptionProfileResponse_Error_Saving); ok {
		return x.Saving
	}
	return nil
}

type isSaveEncryptionProfileResponse_Error_Reason interface {
	isSaveEncryptionProfileResponse_Error_Reason()
}

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

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

func (*SaveEncryptionProfileResponse_Error_Validation) isSaveEncryptionProfileResponse_Error_Reason() {
}

func (*SaveEncryptionProfileResponse_Error_Saving) isSaveEncryptionProfileResponse_Error_Reason() {}

var File_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto protoreflect.FileDescriptor

var file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_rawDesc = []byte{
	0x0a, 0x42, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x64, 0x65, 0x76,
	0x69, 0x63, 0x65, 0x2f, 0x76, 0x31, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69,
	0x73, 0x5f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74,
	0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x76, 0x31, 0x2e, 0x70,
	0x72, 0x6f, 0x74, 0x6f, 0x12, 0x14, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x1a, 0x36, 0x64, 0x65, 0x76, 0x69,
	0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x76, 0x31,
	0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x5f, 0x64, 0x65, 0x76, 0x69,
	0x63, 0x65, 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x5f, 0x76, 0x31, 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, 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, 0x24, 0x0a, 0x22, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x45, 0x6e, 0x63, 0x72, 0x79,
	0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74,
	0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0xce, 0x02, 0x0a, 0x23, 0x44, 0x65, 0x6c, 0x65,
	0x74, 0x65, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x66,
	0x69, 0x6c, 0x65, 0x4c, 0x69, 0x73, 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, 0x57, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x02,
	0x20, 0x01, 0x28, 0x0b, 0x32, 0x3f, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69,
	0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x6c, 0x65,
	0x74, 0x65, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x66,
	0x69, 0x6c, 0x65, 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, 0xaf,
	0x01, 0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x47, 0x0a, 0x0a, 0x76, 0x61, 0x6c, 0x69,
	0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x64,
	0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
	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, 0x53, 0x0a, 0x08, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x02, 0x20,
	0x01, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x63, 0x72, 0x79,
	0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x2e, 0x44, 0x65, 0x6c,
	0x65, 0x74, 0x69, 0x6e, 0x67, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x08, 0x64, 0x65,
	0x6c, 0x65, 0x74, 0x69, 0x6e, 0x67, 0x42, 0x08, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e,
	0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x35, 0x0a, 0x1e, 0x44, 0x65, 0x6c, 0x65,
	0x74, 0x65, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x66,
	0x69, 0x6c, 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,
	0xc6, 0x02, 0x0a, 0x1f, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70,
	0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 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, 0x53, 0x0a, 0x05, 0x65, 0x72, 0x72,
	0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63,
	0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e,
	0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e,
	0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 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, 0xaf,
	0x01, 0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x47, 0x0a, 0x0a, 0x76, 0x61, 0x6c, 0x69,
	0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x64,
	0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
	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, 0x53, 0x0a, 0x08, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x02, 0x20,
	0x01, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x63, 0x72, 0x79,
	0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x2e, 0x44, 0x65, 0x6c,
	0x65, 0x74, 0x69, 0x6e, 0x67, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x08, 0x64, 0x65,
	0x6c, 0x65, 0x74, 0x69, 0x6e, 0x67, 0x42, 0x08, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e,
	0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x8a, 0x07, 0x0a, 0x11, 0x45, 0x6e, 0x63,
	0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x0e,
	0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x19,
	0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0,
	0x41, 0x02, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x45, 0x0a, 0x04, 0x74, 0x79, 0x70,
	0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2c, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45,
	0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65,
	0x2e, 0x54, 0x79, 0x70, 0x65, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65,
	0x12, 0x28, 0x0a, 0x0d, 0x73, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65,
	0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0c, 0x73, 0x65,
	0x63, 0x74, 0x6f, 0x72, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x26, 0x0a, 0x0c, 0x62, 0x6c,
	0x6f, 0x63, 0x6b, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05,
	0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x4e, 0x75, 0x6d, 0x62,
	0x65, 0x72, 0x12, 0x24, 0x0a, 0x0b, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x69, 0x6e, 0x64, 0x65,
	0x78, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a, 0x73, 0x74,
	0x61, 0x72, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x20, 0x0a, 0x09, 0x65, 0x6e, 0x64, 0x5f,
	0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02,
	0x52, 0x08, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x1f, 0x0a, 0x08, 0x70, 0x61,
	0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41,
	0x04, 0x52, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x1a, 0xd4, 0x01, 0x0a, 0x0d,
	0x44, 0x65, 0x6c, 0x65, 0x74, 0x69, 0x6e, 0x67, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x13, 0x0a,
	0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x02,
	0x69, 0x64, 0x12, 0x89, 0x01, 0x0a, 0x19, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f,
	0x6e, 0x5f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x69, 0x6e, 0x5f, 0x75, 0x73, 0x65,
	0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x4c, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61,
	0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e,
	0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x2e,
	0x44, 0x65, 0x6c, 0x65, 0x74, 0x69, 0x6e, 0x67, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x2e, 0x45, 0x6e,
	0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x49,
	0x6e, 0x55, 0x73, 0x65, 0x48, 0x00, 0x52, 0x16, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69,
	0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x55, 0x73, 0x65, 0x1a, 0x18,
	0x0a, 0x16, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x66,
	0x69, 0x6c, 0x65, 0x49, 0x6e, 0x55, 0x73, 0x65, 0x42, 0x08, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73,
	0x6f, 0x6e, 0x1a, 0xc4, 0x02, 0x0a, 0x0b, 0x53, 0x61, 0x76, 0x69, 0x6e, 0x67, 0x45, 0x72, 0x72,
	0x6f, 0x72, 0x12, 0x6a, 0x0a, 0x0e, 0x64, 0x75, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x65, 0x5f,
	0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x41, 0x2e, 0x64, 0x65, 0x76,
	0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76,
	0x31, 0x2e, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x66,
	0x69, 0x6c, 0x65, 0x2e, 0x53, 0x61, 0x76, 0x69, 0x6e, 0x67, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x2e,
	0x44, 0x75, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x48, 0x00, 0x52,
	0x0d, 0x64, 0x75, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x90,
	0x01, 0x0a, 0x1c, 0x74, 0x6f, 0x6f, 0x5f, 0x6d, 0x75, 0x63, 0x68, 0x5f, 0x65, 0x6e, 0x63, 0x72,
	0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x18,
	0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x4d, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x63,
	0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x2e, 0x53,
	0x61, 0x76, 0x69, 0x6e, 0x67, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x2e, 0x54, 0x6f, 0x6f, 0x4d, 0x75,
	0x63, 0x68, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x66,
	0x69, 0x6c, 0x65, 0x73, 0x48, 0x00, 0x52, 0x19, 0x74, 0x6f, 0x6f, 0x4d, 0x75, 0x63, 0x68, 0x45,
	0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65,
	0x73, 0x1a, 0x0f, 0x0a, 0x0d, 0x44, 0x75, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x65, 0x4e, 0x61,
	0x6d, 0x65, 0x1a, 0x1b, 0x0a, 0x19, 0x54, 0x6f, 0x6f, 0x4d, 0x75, 0x63, 0x68, 0x45, 0x6e, 0x63,
	0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x42,
	0x08, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x22, 0x2a, 0x0a, 0x04, 0x54, 0x79, 0x70,
	0x65, 0x12, 0x10, 0x0a, 0x0c, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57,
	0x4e, 0x10, 0x00, 0x12, 0x07, 0x0a, 0x03, 0x53, 0x4c, 0x33, 0x10, 0x01, 0x12, 0x07, 0x0a, 0x03,
	0x53, 0x4c, 0x31, 0x10, 0x02, 0x22, 0x4b, 0x0a, 0x17, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74,
	0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72,
	0x12, 0x30, 0x0a, 0x04, 0x74, 0x65, 0x78, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c,
	0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
	0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x04, 0x74, 0x65,
	0x78, 0x74, 0x22, 0x68, 0x0a, 0x1f, 0x47, 0x65, 0x74, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74,
	0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65,
	0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x45, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18,
	0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x63,
	0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x46, 0x69,
	0x6c, 0x74, 0x65, 0x72, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x22, 0x5f, 0x0a, 0x20,
	0x47, 0x65, 0x74, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f,
	0x66, 0x69, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
	0x12, 0x3b, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x27,
	0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69,
	0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e,
	0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x32, 0x0a,
	0x1b, 0x47, 0x65, 0x74, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72,
	0x6f, 0x66, 0x69, 0x6c, 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, 0x65, 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69,
	0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
	0x65, 0x12, 0x3d, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
	0x27, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76,
	0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f,
	0x6e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61,
	0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x60, 0x0a, 0x1c, 0x53, 0x61, 0x76, 0x65,
	0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c,
	0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x40, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61,
	0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61,
	0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e,
	0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x42,
	0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0xe5, 0x02, 0x0a, 0x1d, 0x53,
	0x61, 0x76, 0x65, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f,
	0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3d, 0x0a, 0x04,
	0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x64, 0x65, 0x76,
	0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76,
	0x31, 0x2e, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x66,
	0x69, 0x6c, 0x65, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x51, 0x0a, 0x05, 0x65,
	0x72, 0x72, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x39, 0x2e, 0x64, 0x65, 0x76,
	0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76,
	0x31, 0x2e, 0x53, 0x61, 0x76, 0x65, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e,
	0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 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, 0xa9,
	0x01, 0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x47, 0x0a, 0x0a, 0x76, 0x61, 0x6c, 0x69,
	0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x64,
	0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
	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, 0x4d, 0x0a, 0x06, 0x73, 0x61, 0x76, 0x69, 0x6e, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28,
	0x0b, 0x32, 0x33, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64,
	0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74,
	0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 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, 0x32, 0xb5, 0x07, 0x0a, 0x18, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f,
	0x6e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12,
	0xb6, 0x01, 0x0a, 0x17, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70,
	0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x34, 0x2e, 0x64, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e,
	0x76, 0x31, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74,
	0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
	0x74, 0x1a, 0x35, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64,
	0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x45,
	0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65,
	0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x28,
	0x2a, 0x26, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31,
	0x2f, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x72, 0x6f, 0x66,
	0x69, 0x6c, 0x65, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xc2, 0x01, 0x0a, 0x1b, 0x44, 0x65, 0x6c,
	0x65, 0x74, 0x65, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f,
	0x66, 0x69, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x38, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63,
	0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e,
	0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e,
	0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65,
	0x73, 0x74, 0x1a, 0x39, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65,
	0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c,
	0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2e, 0x82,
	0xd3, 0xe4, 0x93, 0x02, 0x28, 0x2a, 0x26, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x61,
	0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e,
	0x5f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xad, 0x01,
	0x0a, 0x14, 0x47, 0x65, 0x74, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50,
	0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x31, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61,
	0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65,
	0x74, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x66, 0x69,
	0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x32, 0x2e, 0x64, 0x65, 0x76, 0x69,
	0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31,
	0x2e, 0x47, 0x65, 0x74, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72,
	0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2e, 0x82,
	0xd3, 0xe4, 0x93, 0x02, 0x28, 0x12, 0x26, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x61,
	0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e,
	0x5f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xb9, 0x01,
	0x0a, 0x18, 0x47, 0x65, 0x74, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50,
	0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x35, 0x2e, 0x64, 0x65, 0x76,
	0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76,
	0x31, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50,
	0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
	0x74, 0x1a, 0x36, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64,
	0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x6e, 0x63, 0x72,
	0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x4c, 0x69, 0x73,
	0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2e, 0x82, 0xd3, 0xe4, 0x93, 0x02,
	0x28, 0x12, 0x26, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76,
	0x31, 0x2f, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x72, 0x6f,
	0x66, 0x69, 0x6c, 0x65, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xae, 0x01, 0x0a, 0x15, 0x53, 0x61,
	0x76, 0x65, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x66,
	0x69, 0x6c, 0x65, 0x12, 0x32, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x61, 0x76, 0x65, 0x45,
	0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65,
	0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x33, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53,
	0x61, 0x76, 0x65, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f,
	0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2c, 0x82, 0xd3,
	0xe4, 0x93, 0x02, 0x26, 0x3a, 0x01, 0x2a, 0x22, 0x21, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69,
	0x6f, 0x6e, 0x5f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x42, 0xaf, 0x01, 0x0a, 0x17, 0x72,
	0x75, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76,
	0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x42, 0x17, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70,
	0x69, 0x73, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x56, 0x31, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x48,
	0x03, 0x50, 0x00, 0x5a, 0x15, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73,
	0x5f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x76, 0x31, 0xd8, 0x01, 0x01, 0xf8, 0x01, 0x01,
	0xa2, 0x02, 0x12, 0x44, 0x45, 0x56, 0x49, 0x43, 0x45, 0x41, 0x50, 0x49, 0x53, 0x44, 0x45, 0x56,
	0x49, 0x43, 0x45, 0x56, 0x31, 0xaa, 0x02, 0x14, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x14, 0x44,
	0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x5c, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x5c, 0x56, 0x31, 0xea, 0x02, 0x16, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73,
	0x3a, 0x3a, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72,
	0x6f, 0x74, 0x6f, 0x33,
}

var (
	file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_rawDescOnce sync.Once
	file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_rawDescData = file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_rawDesc
)

func file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_rawDescGZIP() []byte {
	file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_rawDescOnce.Do(func() {
		file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_rawDescData = protoimpl.X.CompressGZIP(file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_rawDescData)
	})
	return file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_rawDescData
}

var file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
var file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 20)
var file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_goTypes = []interface{}{
	(EncryptionProfile_Type)(0),                                     // 0: deviceapis.device.v1.EncryptionProfile.Type
	(*DeleteEncryptionProfileListRequest)(nil),                      // 1: deviceapis.device.v1.DeleteEncryptionProfileListRequest
	(*DeleteEncryptionProfileListResponse)(nil),                     // 2: deviceapis.device.v1.DeleteEncryptionProfileListResponse
	(*DeleteEncryptionProfileRequest)(nil),                          // 3: deviceapis.device.v1.DeleteEncryptionProfileRequest
	(*DeleteEncryptionProfileResponse)(nil),                         // 4: deviceapis.device.v1.DeleteEncryptionProfileResponse
	(*EncryptionProfile)(nil),                                       // 5: deviceapis.device.v1.EncryptionProfile
	(*EncryptionProfileFilter)(nil),                                 // 6: deviceapis.device.v1.EncryptionProfileFilter
	(*GetEncryptionProfileListRequest)(nil),                         // 7: deviceapis.device.v1.GetEncryptionProfileListRequest
	(*GetEncryptionProfileListResponse)(nil),                        // 8: deviceapis.device.v1.GetEncryptionProfileListResponse
	(*GetEncryptionProfileRequest)(nil),                             // 9: deviceapis.device.v1.GetEncryptionProfileRequest
	(*GetEncryptionProfileResponse)(nil),                            // 10: deviceapis.device.v1.GetEncryptionProfileResponse
	(*SaveEncryptionProfileRequest)(nil),                            // 11: deviceapis.device.v1.SaveEncryptionProfileRequest
	(*SaveEncryptionProfileResponse)(nil),                           // 12: deviceapis.device.v1.SaveEncryptionProfileResponse
	(*DeleteEncryptionProfileListResponse_Error)(nil),               // 13: deviceapis.device.v1.DeleteEncryptionProfileListResponse.Error
	(*DeleteEncryptionProfileResponse_Error)(nil),                   // 14: deviceapis.device.v1.DeleteEncryptionProfileResponse.Error
	(*EncryptionProfile_DeletingError)(nil),                         // 15: deviceapis.device.v1.EncryptionProfile.DeletingError
	(*EncryptionProfile_SavingError)(nil),                           // 16: deviceapis.device.v1.EncryptionProfile.SavingError
	(*EncryptionProfile_DeletingError_EncryptionProfileInUse)(nil),  // 17: deviceapis.device.v1.EncryptionProfile.DeletingError.EncryptionProfileInUse
	(*EncryptionProfile_SavingError_DuplicateName)(nil),             // 18: deviceapis.device.v1.EncryptionProfile.SavingError.DuplicateName
	(*EncryptionProfile_SavingError_TooMuchEncryptionProfiles)(nil), // 19: deviceapis.device.v1.EncryptionProfile.SavingError.TooMuchEncryptionProfiles
	(*SaveEncryptionProfileResponse_Error)(nil),                     // 20: deviceapis.device.v1.SaveEncryptionProfileResponse.Error
	(*wrapperspb.StringValue)(nil),                                  // 21: google.protobuf.StringValue
	(*ValidationError)(nil),                                         // 22: deviceapis.device.v1.ValidationError
}
var file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_depIdxs = []int32{
	13, // 0: deviceapis.device.v1.DeleteEncryptionProfileListResponse.error:type_name -> deviceapis.device.v1.DeleteEncryptionProfileListResponse.Error
	14, // 1: deviceapis.device.v1.DeleteEncryptionProfileResponse.error:type_name -> deviceapis.device.v1.DeleteEncryptionProfileResponse.Error
	0,  // 2: deviceapis.device.v1.EncryptionProfile.type:type_name -> deviceapis.device.v1.EncryptionProfile.Type
	21, // 3: deviceapis.device.v1.EncryptionProfileFilter.text:type_name -> google.protobuf.StringValue
	6,  // 4: deviceapis.device.v1.GetEncryptionProfileListRequest.filter:type_name -> deviceapis.device.v1.EncryptionProfileFilter
	5,  // 5: deviceapis.device.v1.GetEncryptionProfileListResponse.data:type_name -> deviceapis.device.v1.EncryptionProfile
	5,  // 6: deviceapis.device.v1.GetEncryptionProfileResponse.data:type_name -> deviceapis.device.v1.EncryptionProfile
	5,  // 7: deviceapis.device.v1.SaveEncryptionProfileRequest.data:type_name -> deviceapis.device.v1.EncryptionProfile
	5,  // 8: deviceapis.device.v1.SaveEncryptionProfileResponse.data:type_name -> deviceapis.device.v1.EncryptionProfile
	20, // 9: deviceapis.device.v1.SaveEncryptionProfileResponse.error:type_name -> deviceapis.device.v1.SaveEncryptionProfileResponse.Error
	22, // 10: deviceapis.device.v1.DeleteEncryptionProfileListResponse.Error.validation:type_name -> deviceapis.device.v1.ValidationError
	15, // 11: deviceapis.device.v1.DeleteEncryptionProfileListResponse.Error.deleting:type_name -> deviceapis.device.v1.EncryptionProfile.DeletingError
	22, // 12: deviceapis.device.v1.DeleteEncryptionProfileResponse.Error.validation:type_name -> deviceapis.device.v1.ValidationError
	15, // 13: deviceapis.device.v1.DeleteEncryptionProfileResponse.Error.deleting:type_name -> deviceapis.device.v1.EncryptionProfile.DeletingError
	17, // 14: deviceapis.device.v1.EncryptionProfile.DeletingError.encryption_profile_in_use:type_name -> deviceapis.device.v1.EncryptionProfile.DeletingError.EncryptionProfileInUse
	18, // 15: deviceapis.device.v1.EncryptionProfile.SavingError.duplicate_name:type_name -> deviceapis.device.v1.EncryptionProfile.SavingError.DuplicateName
	19, // 16: deviceapis.device.v1.EncryptionProfile.SavingError.too_much_encryption_profiles:type_name -> deviceapis.device.v1.EncryptionProfile.SavingError.TooMuchEncryptionProfiles
	22, // 17: deviceapis.device.v1.SaveEncryptionProfileResponse.Error.validation:type_name -> deviceapis.device.v1.ValidationError
	16, // 18: deviceapis.device.v1.SaveEncryptionProfileResponse.Error.saving:type_name -> deviceapis.device.v1.EncryptionProfile.SavingError
	3,  // 19: deviceapis.device.v1.EncryptionProfileService.DeleteEncryptionProfile:input_type -> deviceapis.device.v1.DeleteEncryptionProfileRequest
	1,  // 20: deviceapis.device.v1.EncryptionProfileService.DeleteEncryptionProfileList:input_type -> deviceapis.device.v1.DeleteEncryptionProfileListRequest
	9,  // 21: deviceapis.device.v1.EncryptionProfileService.GetEncryptionProfile:input_type -> deviceapis.device.v1.GetEncryptionProfileRequest
	7,  // 22: deviceapis.device.v1.EncryptionProfileService.GetEncryptionProfileList:input_type -> deviceapis.device.v1.GetEncryptionProfileListRequest
	11, // 23: deviceapis.device.v1.EncryptionProfileService.SaveEncryptionProfile:input_type -> deviceapis.device.v1.SaveEncryptionProfileRequest
	4,  // 24: deviceapis.device.v1.EncryptionProfileService.DeleteEncryptionProfile:output_type -> deviceapis.device.v1.DeleteEncryptionProfileResponse
	2,  // 25: deviceapis.device.v1.EncryptionProfileService.DeleteEncryptionProfileList:output_type -> deviceapis.device.v1.DeleteEncryptionProfileListResponse
	10, // 26: deviceapis.device.v1.EncryptionProfileService.GetEncryptionProfile:output_type -> deviceapis.device.v1.GetEncryptionProfileResponse
	8,  // 27: deviceapis.device.v1.EncryptionProfileService.GetEncryptionProfileList:output_type -> deviceapis.device.v1.GetEncryptionProfileListResponse
	12, // 28: deviceapis.device.v1.EncryptionProfileService.SaveEncryptionProfile:output_type -> deviceapis.device.v1.SaveEncryptionProfileResponse
	24, // [24:29] is the sub-list for method output_type
	19, // [19:24] is the sub-list for method input_type
	19, // [19:19] is the sub-list for extension type_name
	19, // [19:19] is the sub-list for extension extendee
	0,  // [0:19] is the sub-list for field type_name
}

func init() { file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_init() }
func file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_init() {
	if File_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto != nil {
		return
	}
	file_deviceapis_device_v1_deviceapis_device_common_v1_proto_init()
	if !protoimpl.UnsafeEnabled {
		file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteEncryptionProfileListRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteEncryptionProfileListResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteEncryptionProfileRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteEncryptionProfileResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*EncryptionProfile); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*EncryptionProfileFilter); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetEncryptionProfileListRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetEncryptionProfileListResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetEncryptionProfileRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetEncryptionProfileResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*SaveEncryptionProfileRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*SaveEncryptionProfileResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteEncryptionProfileListResponse_Error); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteEncryptionProfileResponse_Error); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*EncryptionProfile_DeletingError); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*EncryptionProfile_SavingError); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*EncryptionProfile_DeletingError_EncryptionProfileInUse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*EncryptionProfile_SavingError_DuplicateName); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*EncryptionProfile_SavingError_TooMuchEncryptionProfiles); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*SaveEncryptionProfileResponse_Error); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
	}
	file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_msgTypes[1].OneofWrappers = []interface{}{
		(*DeleteEncryptionProfileListResponse_Data)(nil),
		(*DeleteEncryptionProfileListResponse_Error_)(nil),
	}
	file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_msgTypes[3].OneofWrappers = []interface{}{
		(*DeleteEncryptionProfileResponse_Data)(nil),
		(*DeleteEncryptionProfileResponse_Error_)(nil),
	}
	file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_msgTypes[9].OneofWrappers = []interface{}{
		(*GetEncryptionProfileResponse_Data)(nil),
	}
	file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_msgTypes[11].OneofWrappers = []interface{}{
		(*SaveEncryptionProfileResponse_Data)(nil),
		(*SaveEncryptionProfileResponse_Error_)(nil),
	}
	file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_msgTypes[12].OneofWrappers = []interface{}{
		(*DeleteEncryptionProfileListResponse_Error_Validation)(nil),
		(*DeleteEncryptionProfileListResponse_Error_Deleting)(nil),
	}
	file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_msgTypes[13].OneofWrappers = []interface{}{
		(*DeleteEncryptionProfileResponse_Error_Validation)(nil),
		(*DeleteEncryptionProfileResponse_Error_Deleting)(nil),
	}
	file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_msgTypes[14].OneofWrappers = []interface{}{
		(*EncryptionProfile_DeletingError_EncryptionProfileInUse_)(nil),
	}
	file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_msgTypes[15].OneofWrappers = []interface{}{
		(*EncryptionProfile_SavingError_DuplicateName_)(nil),
		(*EncryptionProfile_SavingError_TooMuchEncryptionProfiles_)(nil),
	}
	file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_msgTypes[19].OneofWrappers = []interface{}{
		(*SaveEncryptionProfileResponse_Error_Validation)(nil),
		(*SaveEncryptionProfileResponse_Error_Saving)(nil),
	}
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_rawDesc,
			NumEnums:      1,
			NumMessages:   20,
			NumExtensions: 0,
			NumServices:   1,
		},
		GoTypes:           file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_goTypes,
		DependencyIndexes: file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_depIdxs,
		EnumInfos:         file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_enumTypes,
		MessageInfos:      file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_msgTypes,
	}.Build()
	File_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto = out.File
	file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_rawDesc = nil
	file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_goTypes = nil
	file_deviceapis_device_v1_deviceapis_device_encryption_profile_v1_proto_depIdxs = nil
}
