//
//Спецификация АПИ управления сущностью SafeCityEmergencyFile

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

package deviceapis_device_v1

import (
	_ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options"
	_ "google.golang.org/genproto/googleapis/api/annotations"
	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
	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)
)

// Запрос удаления единичной сущности SafeCityEmergencyFile по ключу
type DeleteSafeCityEmergencyFileRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Имя файла
	FileName string `protobuf:"bytes,1,opt,name=file_name,json=fileName,proto3" json:"file_name,omitempty"`
}

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

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

func (*DeleteSafeCityEmergencyFileRequest) ProtoMessage() {}

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

func (x *DeleteSafeCityEmergencyFileRequest) GetFileName() string {
	if x != nil {
		return x.FileName
	}
	return ""
}

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

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

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

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

func (*DeleteSafeCityEmergencyFileResponse) ProtoMessage() {}

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

func (m *DeleteSafeCityEmergencyFileResponse) GetType() isDeleteSafeCityEmergencyFileResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *DeleteSafeCityEmergencyFileResponse) GetError() *DeleteSafeCityEmergencyFileResponse_Error {
	if x, ok := x.GetType().(*DeleteSafeCityEmergencyFileResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isDeleteSafeCityEmergencyFileResponse_Type interface {
	isDeleteSafeCityEmergencyFileResponse_Type()
}

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

func (*DeleteSafeCityEmergencyFileResponse_Error_) isDeleteSafeCityEmergencyFileResponse_Type() {}

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

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

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

func (*GetSafeCityEmergencyFileListRequest) ProtoMessage() {}

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

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

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

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

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

func (*GetSafeCityEmergencyFileListResponse) ProtoMessage() {}

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

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

// Файл оповещения
type SafeCityEmergencyFile struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Имя файла
	FileName string `protobuf:"bytes,1,opt,name=file_name,json=fileName,proto3" json:"file_name,omitempty"`
	// Тело файла, строка в кодировке Base64.
	// Не возвращается с сервера.
	// TODO: в генерации сваггера не показывать INPUT_ONLY поля в ответах
	Content []byte `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
}

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

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

func (*SafeCityEmergencyFile) ProtoMessage() {}

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

func (x *SafeCityEmergencyFile) GetFileName() string {
	if x != nil {
		return x.FileName
	}
	return ""
}

func (x *SafeCityEmergencyFile) GetContent() []byte {
	if x != nil {
		return x.Content
	}
	return nil
}

// Запрос загрузки файла на устройство
type SaveSafeCityEmergencyFileRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Файл оповещения
	Data *SafeCityEmergencyFile `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
}

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

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

func (*SaveSafeCityEmergencyFileRequest) ProtoMessage() {}

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

func (x *SaveSafeCityEmergencyFileRequest) GetData() *SafeCityEmergencyFile {
	if x != nil {
		return x.Data
	}
	return nil
}

// Ответ на запрос загрузки файла на устройство
type SaveSafeCityEmergencyFileResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

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

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

func (*SaveSafeCityEmergencyFileResponse) ProtoMessage() {}

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

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

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

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

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

func (*DeleteSafeCityEmergencyFileResponse_Error) ProtoMessage() {}

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

func (m *DeleteSafeCityEmergencyFileResponse_Error) GetReason() isDeleteSafeCityEmergencyFileResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isDeleteSafeCityEmergencyFileResponse_Error_Reason interface {
	isDeleteSafeCityEmergencyFileResponse_Error_Reason()
}

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

func (*DeleteSafeCityEmergencyFileResponse_Error_Validation) isDeleteSafeCityEmergencyFileResponse_Error_Reason() {
}

var File_deviceapis_device_v1_deviceapis_device_safe_emergency_file_v1_proto protoreflect.FileDescriptor

var file_deviceapis_device_v1_deviceapis_device_safe_emergency_file_v1_proto_rawDesc = []byte{
	0x0a, 0x43, 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, 0x73, 0x61, 0x66, 0x65, 0x5f, 0x65, 0x6d,
	0x65, 0x72, 0x67, 0x65, 0x6e, 0x63, 0x79, 0x5f, 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, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2d, 0x67, 0x65, 0x6e, 0x2d, 0x6f,
	0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x2f, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73,
	0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f,
	0x74, 0x6f, 0x22, 0x5f, 0x0a, 0x22, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x61, 0x66, 0x65,
	0x43, 0x69, 0x74, 0x79, 0x45, 0x6d, 0x65, 0x72, 0x67, 0x65, 0x6e, 0x63, 0x79, 0x46, 0x69, 0x6c,
	0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x39, 0x0a, 0x09, 0x66, 0x69, 0x6c, 0x65,
	0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1c, 0x92, 0x41, 0x16,
	0x4a, 0x14, 0x22, 0x48, 0x61, 0x70, 0x70, 0x79, 0x5f, 0x6e, 0x65, 0x77, 0x5f, 0x79, 0x65, 0x61,
	0x72, 0x2e, 0x77, 0x61, 0x76, 0x22, 0xe0, 0x41, 0x02, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e,
	0x61, 0x6d, 0x65, 0x22, 0xe2, 0x01, 0x0a, 0x23, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x61,
	0x66, 0x65, 0x43, 0x69, 0x74, 0x79, 0x45, 0x6d, 0x65, 0x72, 0x67, 0x65, 0x6e, 0x63, 0x79, 0x46,
	0x69, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x57, 0x0a, 0x05, 0x65,
	0x72, 0x72, 0x6f, 0x72, 0x18, 0x01, 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, 0x53, 0x61, 0x66, 0x65, 0x43, 0x69, 0x74, 0x79,
	0x45, 0x6d, 0x65, 0x72, 0x67, 0x65, 0x6e, 0x63, 0x79, 0x46, 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, 0x5a, 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, 0x42, 0x08, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e,
	0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x25, 0x0a, 0x23, 0x47, 0x65, 0x74, 0x53,
	0x61, 0x66, 0x65, 0x43, 0x69, 0x74, 0x79, 0x45, 0x6d, 0x65, 0x72, 0x67, 0x65, 0x6e, 0x63, 0x79,
	0x46, 0x69, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22,
	0xb4, 0x01, 0x0a, 0x24, 0x47, 0x65, 0x74, 0x53, 0x61, 0x66, 0x65, 0x43, 0x69, 0x74, 0x79, 0x45,
	0x6d, 0x65, 0x72, 0x67, 0x65, 0x6e, 0x63, 0x79, 0x46, 0x69, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74,
	0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x8b, 0x01, 0x0a, 0x04, 0x64, 0x61, 0x74,
	0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53,
	0x61, 0x66, 0x65, 0x43, 0x69, 0x74, 0x79, 0x45, 0x6d, 0x65, 0x72, 0x67, 0x65, 0x6e, 0x63, 0x79,
	0x46, 0x69, 0x6c, 0x65, 0x42, 0x4a, 0x92, 0x41, 0x47, 0x4a, 0x45, 0x5b, 0x7b, 0x22, 0x66, 0x69,
	0x6c, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x3a, 0x22, 0x48, 0x61, 0x70, 0x70, 0x79, 0x5f,
	0x6e, 0x65, 0x77, 0x5f, 0x79, 0x65, 0x61, 0x72, 0x2e, 0x77, 0x61, 0x76, 0x22, 0x7d, 0x2c, 0x7b,
	0x22, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x3a, 0x22, 0x4a, 0x69, 0x6e,
	0x67, 0x6c, 0x65, 0x5f, 0x42, 0x65, 0x6c, 0x6c, 0x73, 0x2e, 0x77, 0x61, 0x76, 0x22, 0x7d, 0x5d,
	0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x88, 0x01, 0x0a, 0x15, 0x53, 0x61, 0x66, 0x65, 0x43,
	0x69, 0x74, 0x79, 0x45, 0x6d, 0x65, 0x72, 0x67, 0x65, 0x6e, 0x63, 0x79, 0x46, 0x69, 0x6c, 0x65,
	0x12, 0x39, 0x0a, 0x09, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20,
	0x01, 0x28, 0x09, 0x42, 0x1c, 0x92, 0x41, 0x16, 0x4a, 0x14, 0x22, 0x48, 0x61, 0x70, 0x70, 0x79,
	0x5f, 0x6e, 0x65, 0x77, 0x5f, 0x79, 0x65, 0x61, 0x72, 0x2e, 0x77, 0x61, 0x76, 0x22, 0xe0, 0x41,
	0x02, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x34, 0x0a, 0x07, 0x63,
	0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x42, 0x1a, 0x92, 0x41,
	0x14, 0x4a, 0x12, 0x22, 0x53, 0x47, 0x56, 0x73, 0x62, 0x47, 0x38, 0x67, 0x56, 0x32, 0x39, 0x79,
	0x62, 0x47, 0x51, 0x68, 0x22, 0xe0, 0x41, 0x04, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e,
	0x74, 0x22, 0x68, 0x0a, 0x20, 0x53, 0x61, 0x76, 0x65, 0x53, 0x61, 0x66, 0x65, 0x43, 0x69, 0x74,
	0x79, 0x45, 0x6d, 0x65, 0x72, 0x67, 0x65, 0x6e, 0x63, 0x79, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65,
	0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x44, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20,
	0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x61, 0x66, 0x65, 0x43,
	0x69, 0x74, 0x79, 0x45, 0x6d, 0x65, 0x72, 0x67, 0x65, 0x6e, 0x63, 0x79, 0x46, 0x69, 0x6c, 0x65,
	0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x23, 0x0a, 0x21, 0x53,
	0x61, 0x76, 0x65, 0x53, 0x61, 0x66, 0x65, 0x43, 0x69, 0x74, 0x79, 0x45, 0x6d, 0x65, 0x72, 0x67,
	0x65, 0x6e, 0x63, 0x79, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
	0x32, 0x81, 0x05, 0x0a, 0x1c, 0x53, 0x61, 0x66, 0x65, 0x43, 0x69, 0x74, 0x79, 0x45, 0x6d, 0x65,
	0x72, 0x67, 0x65, 0x6e, 0x63, 0x79, 0x46, 0x69, 0x6c, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63,
	0x65, 0x12, 0xcf, 0x01, 0x0a, 0x1b, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x61, 0x66, 0x65,
	0x43, 0x69, 0x74, 0x79, 0x45, 0x6d, 0x65, 0x72, 0x67, 0x65, 0x6e, 0x63, 0x79, 0x46, 0x69, 0x6c,
	0x65, 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, 0x53,
	0x61, 0x66, 0x65, 0x43, 0x69, 0x74, 0x79, 0x45, 0x6d, 0x65, 0x72, 0x67, 0x65, 0x6e, 0x63, 0x79,
	0x46, 0x69, 0x6c, 0x65, 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, 0x53, 0x61, 0x66, 0x65, 0x43, 0x69, 0x74,
	0x79, 0x45, 0x6d, 0x65, 0x72, 0x67, 0x65, 0x6e, 0x63, 0x79, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65,
	0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x3b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x35, 0x2a, 0x33,
	0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x73,
	0x61, 0x66, 0x65, 0x5f, 0x63, 0x69, 0x74, 0x79, 0x2f, 0x65, 0x6d, 0x65, 0x72, 0x67, 0x65, 0x6e,
	0x63, 0x79, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x2f, 0x7b, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x6e, 0x61,
	0x6d, 0x65, 0x7d, 0x12, 0xcb, 0x01, 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x53, 0x61, 0x66, 0x65, 0x43,
	0x69, 0x74, 0x79, 0x45, 0x6d, 0x65, 0x72, 0x67, 0x65, 0x6e, 0x63, 0x79, 0x46, 0x69, 0x6c, 0x65,
	0x4c, 0x69, 0x73, 0x74, 0x12, 0x39, 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, 0x53,
	0x61, 0x66, 0x65, 0x43, 0x69, 0x74, 0x79, 0x45, 0x6d, 0x65, 0x72, 0x67, 0x65, 0x6e, 0x63, 0x79,
	0x46, 0x69, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
	0x3a, 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, 0x53, 0x61, 0x66, 0x65, 0x43, 0x69,
	0x74, 0x79, 0x45, 0x6d, 0x65, 0x72, 0x67, 0x65, 0x6e, 0x63, 0x79, 0x46, 0x69, 0x6c, 0x65, 0x4c,
	0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x34, 0x82, 0xd3, 0xe4,
	0x93, 0x02, 0x2e, 0x12, 0x2c, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x61, 0x70, 0x69,
	0x2f, 0x76, 0x31, 0x2f, 0x73, 0x61, 0x66, 0x65, 0x5f, 0x63, 0x69, 0x74, 0x79, 0x2f, 0x65, 0x6d,
	0x65, 0x72, 0x67, 0x65, 0x6e, 0x63, 0x79, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x2f, 0x6c, 0x69, 0x73,
	0x74, 0x12, 0xc0, 0x01, 0x0a, 0x19, 0x53, 0x61, 0x76, 0x65, 0x53, 0x61, 0x66, 0x65, 0x43, 0x69,
	0x74, 0x79, 0x45, 0x6d, 0x65, 0x72, 0x67, 0x65, 0x6e, 0x63, 0x79, 0x46, 0x69, 0x6c, 0x65, 0x12,
	0x36, 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, 0x53, 0x61, 0x66, 0x65, 0x43,
	0x69, 0x74, 0x79, 0x45, 0x6d, 0x65, 0x72, 0x67, 0x65, 0x6e, 0x63, 0x79, 0x46, 0x69, 0x6c, 0x65,
	0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x37, 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, 0x53, 0x61, 0x66, 0x65, 0x43, 0x69, 0x74, 0x79, 0x45, 0x6d, 0x65, 0x72, 0x67,
	0x65, 0x6e, 0x63, 0x79, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
	0x22, 0x32, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2c, 0x3a, 0x01, 0x2a, 0x22, 0x27, 0x2f, 0x64, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x73, 0x61, 0x66, 0x65,
	0x5f, 0x63, 0x69, 0x74, 0x79, 0x2f, 0x65, 0x6d, 0x65, 0x72, 0x67, 0x65, 0x6e, 0x63, 0x79, 0x5f,
	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_safe_emergency_file_v1_proto_rawDescOnce sync.Once
	file_deviceapis_device_v1_deviceapis_device_safe_emergency_file_v1_proto_rawDescData = file_deviceapis_device_v1_deviceapis_device_safe_emergency_file_v1_proto_rawDesc
)

func file_deviceapis_device_v1_deviceapis_device_safe_emergency_file_v1_proto_rawDescGZIP() []byte {
	file_deviceapis_device_v1_deviceapis_device_safe_emergency_file_v1_proto_rawDescOnce.Do(func() {
		file_deviceapis_device_v1_deviceapis_device_safe_emergency_file_v1_proto_rawDescData = protoimpl.X.CompressGZIP(file_deviceapis_device_v1_deviceapis_device_safe_emergency_file_v1_proto_rawDescData)
	})
	return file_deviceapis_device_v1_deviceapis_device_safe_emergency_file_v1_proto_rawDescData
}

var file_deviceapis_device_v1_deviceapis_device_safe_emergency_file_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 8)
var file_deviceapis_device_v1_deviceapis_device_safe_emergency_file_v1_proto_goTypes = []interface{}{
	(*DeleteSafeCityEmergencyFileRequest)(nil),        // 0: deviceapis.device.v1.DeleteSafeCityEmergencyFileRequest
	(*DeleteSafeCityEmergencyFileResponse)(nil),       // 1: deviceapis.device.v1.DeleteSafeCityEmergencyFileResponse
	(*GetSafeCityEmergencyFileListRequest)(nil),       // 2: deviceapis.device.v1.GetSafeCityEmergencyFileListRequest
	(*GetSafeCityEmergencyFileListResponse)(nil),      // 3: deviceapis.device.v1.GetSafeCityEmergencyFileListResponse
	(*SafeCityEmergencyFile)(nil),                     // 4: deviceapis.device.v1.SafeCityEmergencyFile
	(*SaveSafeCityEmergencyFileRequest)(nil),          // 5: deviceapis.device.v1.SaveSafeCityEmergencyFileRequest
	(*SaveSafeCityEmergencyFileResponse)(nil),         // 6: deviceapis.device.v1.SaveSafeCityEmergencyFileResponse
	(*DeleteSafeCityEmergencyFileResponse_Error)(nil), // 7: deviceapis.device.v1.DeleteSafeCityEmergencyFileResponse.Error
	(*ValidationError)(nil),                           // 8: deviceapis.device.v1.ValidationError
}
var file_deviceapis_device_v1_deviceapis_device_safe_emergency_file_v1_proto_depIdxs = []int32{
	7, // 0: deviceapis.device.v1.DeleteSafeCityEmergencyFileResponse.error:type_name -> deviceapis.device.v1.DeleteSafeCityEmergencyFileResponse.Error
	4, // 1: deviceapis.device.v1.GetSafeCityEmergencyFileListResponse.data:type_name -> deviceapis.device.v1.SafeCityEmergencyFile
	4, // 2: deviceapis.device.v1.SaveSafeCityEmergencyFileRequest.data:type_name -> deviceapis.device.v1.SafeCityEmergencyFile
	8, // 3: deviceapis.device.v1.DeleteSafeCityEmergencyFileResponse.Error.validation:type_name -> deviceapis.device.v1.ValidationError
	0, // 4: deviceapis.device.v1.SafeCityEmergencyFileService.DeleteSafeCityEmergencyFile:input_type -> deviceapis.device.v1.DeleteSafeCityEmergencyFileRequest
	2, // 5: deviceapis.device.v1.SafeCityEmergencyFileService.GetSafeCityEmergencyFileList:input_type -> deviceapis.device.v1.GetSafeCityEmergencyFileListRequest
	5, // 6: deviceapis.device.v1.SafeCityEmergencyFileService.SaveSafeCityEmergencyFile:input_type -> deviceapis.device.v1.SaveSafeCityEmergencyFileRequest
	1, // 7: deviceapis.device.v1.SafeCityEmergencyFileService.DeleteSafeCityEmergencyFile:output_type -> deviceapis.device.v1.DeleteSafeCityEmergencyFileResponse
	3, // 8: deviceapis.device.v1.SafeCityEmergencyFileService.GetSafeCityEmergencyFileList:output_type -> deviceapis.device.v1.GetSafeCityEmergencyFileListResponse
	6, // 9: deviceapis.device.v1.SafeCityEmergencyFileService.SaveSafeCityEmergencyFile:output_type -> deviceapis.device.v1.SaveSafeCityEmergencyFileResponse
	7, // [7:10] is the sub-list for method output_type
	4, // [4:7] is the sub-list for method input_type
	4, // [4:4] is the sub-list for extension type_name
	4, // [4:4] is the sub-list for extension extendee
	0, // [0:4] is the sub-list for field type_name
}

func init() { file_deviceapis_device_v1_deviceapis_device_safe_emergency_file_v1_proto_init() }
func file_deviceapis_device_v1_deviceapis_device_safe_emergency_file_v1_proto_init() {
	if File_deviceapis_device_v1_deviceapis_device_safe_emergency_file_v1_proto != nil {
		return
	}
	file_deviceapis_device_v1_deviceapis_device_common_v1_proto_init()
	if !protoimpl.UnsafeEnabled {
		file_deviceapis_device_v1_deviceapis_device_safe_emergency_file_v1_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteSafeCityEmergencyFileRequest); 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_safe_emergency_file_v1_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteSafeCityEmergencyFileResponse); 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_safe_emergency_file_v1_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetSafeCityEmergencyFileListRequest); 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_safe_emergency_file_v1_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetSafeCityEmergencyFileListResponse); 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_safe_emergency_file_v1_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*SafeCityEmergencyFile); 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_safe_emergency_file_v1_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*SaveSafeCityEmergencyFileRequest); 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_safe_emergency_file_v1_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*SaveSafeCityEmergencyFileResponse); 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_safe_emergency_file_v1_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteSafeCityEmergencyFileResponse_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_safe_emergency_file_v1_proto_msgTypes[1].OneofWrappers = []interface{}{
		(*DeleteSafeCityEmergencyFileResponse_Error_)(nil),
	}
	file_deviceapis_device_v1_deviceapis_device_safe_emergency_file_v1_proto_msgTypes[7].OneofWrappers = []interface{}{
		(*DeleteSafeCityEmergencyFileResponse_Error_Validation)(nil),
	}
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_deviceapis_device_v1_deviceapis_device_safe_emergency_file_v1_proto_rawDesc,
			NumEnums:      0,
			NumMessages:   8,
			NumExtensions: 0,
			NumServices:   1,
		},
		GoTypes:           file_deviceapis_device_v1_deviceapis_device_safe_emergency_file_v1_proto_goTypes,
		DependencyIndexes: file_deviceapis_device_v1_deviceapis_device_safe_emergency_file_v1_proto_depIdxs,
		MessageInfos:      file_deviceapis_device_v1_deviceapis_device_safe_emergency_file_v1_proto_msgTypes,
	}.Build()
	File_deviceapis_device_v1_deviceapis_device_safe_emergency_file_v1_proto = out.File
	file_deviceapis_device_v1_deviceapis_device_safe_emergency_file_v1_proto_rawDesc = nil
	file_deviceapis_device_v1_deviceapis_device_safe_emergency_file_v1_proto_goTypes = nil
	file_deviceapis_device_v1_deviceapis_device_safe_emergency_file_v1_proto_depIdxs = nil
}
