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

// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// 	protoc-gen-go v1.30.0
// 	protoc        v4.23.1
// source: keyapis/multiapp/v1/keyapis_multiapp_notification_v1.proto

package keyapis_multiapp_v1

import (
	_ "google.golang.org/genproto/googleapis/api/annotations"
	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
	_ "google.golang.org/protobuf/types/descriptorpb"
	_ "google.golang.org/protobuf/types/known/timestamppb"
	_ "google.golang.org/protobuf/types/known/wrapperspb"
	reflect "reflect"
	sync "sync"
)

const (
	// Verify that this generated code is sufficiently up-to-date.
	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
	// Verify that runtime/protoimpl is sufficiently up-to-date.
	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)

// Уведомление
type Notification struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор приложения.
	// # Тип: Guid
	AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	// ОРПОН.
	// # Диапазон 1..9223372036854775807
	Orpon int64 `protobuf:"varint,2,opt,name=orpon,proto3" json:"orpon,omitempty"`
	// Номер квартиры.
	// # Диапазон: 1..150
	RoomNumbers []string `protobuf:"bytes,3,rep,name=room_numbers,json=roomNumbers,proto3" json:"room_numbers,omitempty"`
	// Идентификатор шаблона.
	// # Тип: Guid
	TemplateId string `protobuf:"bytes,4,opt,name=template_id,json=templateId,proto3" json:"template_id,omitempty"`
	// Значения для подстановки в текст шаблона
	Values map[string]string `protobuf:"bytes,5,rep,name=values,proto3" json:"values,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Полезная нагрузка
	Payload map[string]string `protobuf:"bytes,6,rep,name=payload,proto3" json:"payload,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
}

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

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

func (*Notification) ProtoMessage() {}

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

func (x *Notification) GetAppId() string {
	if x != nil {
		return x.AppId
	}
	return ""
}

func (x *Notification) GetOrpon() int64 {
	if x != nil {
		return x.Orpon
	}
	return 0
}

func (x *Notification) GetRoomNumbers() []string {
	if x != nil {
		return x.RoomNumbers
	}
	return nil
}

func (x *Notification) GetTemplateId() string {
	if x != nil {
		return x.TemplateId
	}
	return ""
}

func (x *Notification) GetValues() map[string]string {
	if x != nil {
		return x.Values
	}
	return nil
}

func (x *Notification) GetPayload() map[string]string {
	if x != nil {
		return x.Payload
	}
	return nil
}

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

	// Уведомление
	Data *Notification `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
}

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

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

func (*PostNotificationRequest) ProtoMessage() {}

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

func (x *PostNotificationRequest) GetData() *Notification {
	if x != nil {
		return x.Data
	}
	return nil
}

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

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

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

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

func (*PostNotificationResponse) ProtoMessage() {}

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

func (m *PostNotificationResponse) GetType() isPostNotificationResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *PostNotificationResponse) GetError() *PostNotificationResponse_Error {
	if x, ok := x.GetType().(*PostNotificationResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isPostNotificationResponse_Type interface {
	isPostNotificationResponse_Type()
}

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

func (*PostNotificationResponse_Error_) isPostNotificationResponse_Type() {}

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

	// Причина ошибки
	//
	// Types that are assignable to Reason:
	//
	//	*PostNotificationResponse_Error_Validation
	//	*PostNotificationResponse_Error_Values
	//	*PostNotificationResponse_Error_AppBlocked
	//	*PostNotificationResponse_Error_AppAssignment
	Reason isPostNotificationResponse_Error_Reason `protobuf_oneof:"reason"`
}

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

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

func (*PostNotificationResponse_Error) ProtoMessage() {}

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

func (m *PostNotificationResponse_Error) GetReason() isPostNotificationResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

func (x *PostNotificationResponse_Error) GetValues() *PostNotificationResponse_Error_ValuesError {
	if x, ok := x.GetReason().(*PostNotificationResponse_Error_Values); ok {
		return x.Values
	}
	return nil
}

func (x *PostNotificationResponse_Error) GetAppBlocked() *PostNotificationResponse_Error_AppBlockedError {
	if x, ok := x.GetReason().(*PostNotificationResponse_Error_AppBlocked); ok {
		return x.AppBlocked
	}
	return nil
}

func (x *PostNotificationResponse_Error) GetAppAssignment() *PostNotificationResponse_Error_AppAssignmentError {
	if x, ok := x.GetReason().(*PostNotificationResponse_Error_AppAssignment); ok {
		return x.AppAssignment
	}
	return nil
}

type isPostNotificationResponse_Error_Reason interface {
	isPostNotificationResponse_Error_Reason()
}

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

type PostNotificationResponse_Error_Values struct {
	// Значения для подстановки не соответствуют шаблону уведомления
	Values *PostNotificationResponse_Error_ValuesError `protobuf:"bytes,2,opt,name=values,proto3,oneof"`
}

type PostNotificationResponse_Error_AppBlocked struct {
	// Приложение находится в статусе "Заблокировано"
	AppBlocked *PostNotificationResponse_Error_AppBlockedError `protobuf:"bytes,3,opt,name=app_blocked,json=appBlocked,proto3,oneof"`
}

type PostNotificationResponse_Error_AppAssignment struct {
	// Ошибка связанная с назначениями приложения
	AppAssignment *PostNotificationResponse_Error_AppAssignmentError `protobuf:"bytes,4,opt,name=app_assignment,json=appAssignment,proto3,oneof"`
}

func (*PostNotificationResponse_Error_Validation) isPostNotificationResponse_Error_Reason() {}

func (*PostNotificationResponse_Error_Values) isPostNotificationResponse_Error_Reason() {}

func (*PostNotificationResponse_Error_AppBlocked) isPostNotificationResponse_Error_Reason() {}

func (*PostNotificationResponse_Error_AppAssignment) isPostNotificationResponse_Error_Reason() {}

// Значения для подстановки не соответствуют шаблону уведомления
type PostNotificationResponse_Error_ValuesError struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

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

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

func (*PostNotificationResponse_Error_ValuesError) ProtoMessage() {}

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

// Приложение находится в статусе "Заблокировано"
type PostNotificationResponse_Error_AppBlockedError struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

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

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

func (*PostNotificationResponse_Error_AppBlockedError) ProtoMessage() {}

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

// Ошибка свзяанная с назначениями приложения.
// Причины:
// - Приложение назначено не только по ОРПОНу или ОРПОНу и номеру квартиры;
// - Приложение не назначено на переданные orpon и room_number
type PostNotificationResponse_Error_AppAssignmentError struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

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

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

func (*PostNotificationResponse_Error_AppAssignmentError) ProtoMessage() {}

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

var File_keyapis_multiapp_v1_keyapis_multiapp_notification_v1_proto protoreflect.FileDescriptor

var file_keyapis_multiapp_v1_keyapis_multiapp_notification_v1_proto_rawDesc = []byte{
	0x0a, 0x3a, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x61,
	0x70, 0x70, 0x2f, 0x76, 0x31, 0x2f, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5f, 0x6d, 0x75,
	0x6c, 0x74, 0x69, 0x61, 0x70, 0x70, 0x5f, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74,
	0x69, 0x6f, 0x6e, 0x5f, 0x76, 0x31, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x13, 0x6b, 0x65,
	0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x61, 0x70, 0x70, 0x2e, 0x76,
	0x31, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
	0x75, 0x66, 0x2f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2e, 0x70, 0x72, 0x6f,
	0x74, 0x6f, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61,
	0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
	0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x66, 0x69, 0x65,
	0x6c, 0x64, 0x5f, 0x62, 0x65, 0x68, 0x61, 0x76, 0x69, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74,
	0x6f, 0x1a, 0x20, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
	0x75, 0x66, 0x2f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x2e, 0x70, 0x72,
	0x6f, 0x74, 0x6f, 0x1a, 0x1e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74,
	0x6f, 0x62, 0x75, 0x66, 0x2f, 0x77, 0x72, 0x61, 0x70, 0x70, 0x65, 0x72, 0x73, 0x2e, 0x70, 0x72,
	0x6f, 0x74, 0x6f, 0x1a, 0x31, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x6d, 0x75, 0x6c,
	0x74, 0x69, 0x61, 0x70, 0x70, 0x2f, 0x76, 0x31, 0x2f, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x5f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x61, 0x70, 0x70, 0x5f, 0x61, 0x70, 0x70, 0x5f, 0x76, 0x31,
	0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xa0, 0x03, 0x0a, 0x0c, 0x4e, 0x6f, 0x74, 0x69, 0x66,
	0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x0a, 0x06, 0x61, 0x70, 0x70, 0x5f, 0x69,
	0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x05, 0x61, 0x70,
	0x70, 0x49, 0x64, 0x12, 0x19, 0x0a, 0x05, 0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01,
	0x28, 0x03, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x05, 0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x12, 0x26,
	0x0a, 0x0c, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x18, 0x03,
	0x20, 0x03, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0b, 0x72, 0x6f, 0x6f, 0x6d, 0x4e,
	0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x24, 0x0a, 0x0b, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61,
	0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02,
	0x52, 0x0a, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x49, 0x64, 0x12, 0x4a, 0x0a, 0x06,
	0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x61, 0x70, 0x70, 0x2e,
	0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e,
	0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x42, 0x03, 0xe0, 0x41, 0x02,
	0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x12, 0x48, 0x0a, 0x07, 0x70, 0x61, 0x79, 0x6c,
	0x6f, 0x61, 0x64, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6b, 0x65, 0x79, 0x61,
	0x70, 0x69, 0x73, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x61, 0x70, 0x70, 0x2e, 0x76, 0x31, 0x2e,
	0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x50, 0x61, 0x79,
	0x6c, 0x6f, 0x61, 0x64, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f,
	0x61, 0x64, 0x1a, 0x39, 0x0a, 0x0b, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72,
	0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03,
	0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01,
	0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x3a, 0x0a,
	0x0c, 0x50, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a,
	0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12,
	0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05,
	0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x55, 0x0a, 0x17, 0x50, 0x6f, 0x73,
	0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71,
	0x75, 0x65, 0x73, 0x74, 0x12, 0x3a, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01,
	0x28, 0x0b, 0x32, 0x21, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x6d, 0x75, 0x6c,
	0x74, 0x69, 0x61, 0x70, 0x70, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63,
	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61,
	0x22, 0xb7, 0x04, 0x0a, 0x18, 0x50, 0x6f, 0x73, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63,
	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4b, 0x0a,
	0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x61, 0x70, 0x70, 0x2e,
	0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74,
	0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x72, 0x72, 0x6f,
	0x72, 0x48, 0x00, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x1a, 0xc5, 0x03, 0x0a, 0x05, 0x45,
	0x72, 0x72, 0x6f, 0x72, 0x12, 0x46, 0x0a, 0x0a, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69,
	0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x61, 0x70, 0x70, 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, 0x59, 0x0a, 0x06,
	0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3f, 0x2e, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x61, 0x70, 0x70, 0x2e,
	0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74,
	0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x72, 0x72, 0x6f,
	0x72, 0x2e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52,
	0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x12, 0x66, 0x0a, 0x0b, 0x61, 0x70, 0x70, 0x5f, 0x62,
	0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x43, 0x2e, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x61, 0x70, 0x70, 0x2e,
	0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74,
	0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x72, 0x72, 0x6f,
	0x72, 0x2e, 0x41, 0x70, 0x70, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x45, 0x72, 0x72, 0x6f,
	0x72, 0x48, 0x00, 0x52, 0x0a, 0x61, 0x70, 0x70, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x12,
	0x6f, 0x0a, 0x0e, 0x61, 0x70, 0x70, 0x5f, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x6d, 0x65, 0x6e,
	0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x46, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69,
	0x73, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x61, 0x70, 0x70, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f,
	0x73, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65,
	0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x2e, 0x41, 0x70, 0x70,
	0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48,
	0x00, 0x52, 0x0d, 0x61, 0x70, 0x70, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x6d, 0x65, 0x6e, 0x74,
	0x1a, 0x0d, 0x0a, 0x0b, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x1a,
	0x11, 0x0a, 0x0f, 0x41, 0x70, 0x70, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x45, 0x72, 0x72,
	0x6f, 0x72, 0x1a, 0x14, 0x0a, 0x12, 0x41, 0x70, 0x70, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x6d,
	0x65, 0x6e, 0x74, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x42, 0x08, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73,
	0x6f, 0x6e, 0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x32, 0xb1, 0x01, 0x0a, 0x13, 0x4e,
	0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x72, 0x76, 0x69,
	0x63, 0x65, 0x12, 0x99, 0x01, 0x0a, 0x10, 0x50, 0x6f, 0x73, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66,
	0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2c, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69,
	0x73, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x61, 0x70, 0x70, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f,
	0x73, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65,
	0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x6d, 0x75, 0x6c, 0x74, 0x69, 0x61, 0x70, 0x70, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74,
	0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70,
	0x6f, 0x6e, 0x73, 0x65, 0x22, 0x28, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x3a, 0x01, 0x2a, 0x22,
	0x1d, 0x2f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x61, 0x70, 0x70, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76,
	0x31, 0x2f, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0xa8,
	0x01, 0x0a, 0x16, 0x72, 0x75, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x6d, 0x75,
	0x6c, 0x74, 0x69, 0x61, 0x70, 0x70, 0x2e, 0x76, 0x31, 0x42, 0x16, 0x4b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x61, 0x70, 0x70, 0x56, 0x31, 0x50, 0x72, 0x6f, 0x74,
	0x6f, 0x48, 0x03, 0x50, 0x00, 0x5a, 0x14, 0x2f, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5f,
	0x6d, 0x75, 0x6c, 0x74, 0x69, 0x61, 0x70, 0x70, 0x5f, 0x76, 0x31, 0xd8, 0x01, 0x01, 0xf8, 0x01,
	0x01, 0xa2, 0x02, 0x11, 0x4b, 0x45, 0x59, 0x41, 0x50, 0x49, 0x53, 0x4d, 0x55, 0x4c, 0x54, 0x49,
	0x41, 0x50, 0x50, 0x56, 0x31, 0xaa, 0x02, 0x13, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x4d, 0x75, 0x6c, 0x74, 0x69, 0x61, 0x70, 0x70, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x13, 0x4b, 0x65,
	0x79, 0x61, 0x70, 0x69, 0x73, 0x5c, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x61, 0x70, 0x70, 0x5c, 0x56,
	0x31, 0xea, 0x02, 0x15, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x3a, 0x3a, 0x4d, 0x75, 0x6c,
	0x74, 0x69, 0x61, 0x70, 0x70, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f,
	0x33,
}

var (
	file_keyapis_multiapp_v1_keyapis_multiapp_notification_v1_proto_rawDescOnce sync.Once
	file_keyapis_multiapp_v1_keyapis_multiapp_notification_v1_proto_rawDescData = file_keyapis_multiapp_v1_keyapis_multiapp_notification_v1_proto_rawDesc
)

func file_keyapis_multiapp_v1_keyapis_multiapp_notification_v1_proto_rawDescGZIP() []byte {
	file_keyapis_multiapp_v1_keyapis_multiapp_notification_v1_proto_rawDescOnce.Do(func() {
		file_keyapis_multiapp_v1_keyapis_multiapp_notification_v1_proto_rawDescData = protoimpl.X.CompressGZIP(file_keyapis_multiapp_v1_keyapis_multiapp_notification_v1_proto_rawDescData)
	})
	return file_keyapis_multiapp_v1_keyapis_multiapp_notification_v1_proto_rawDescData
}

var file_keyapis_multiapp_v1_keyapis_multiapp_notification_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 9)
var file_keyapis_multiapp_v1_keyapis_multiapp_notification_v1_proto_goTypes = []interface{}{
	(*Notification)(nil),                   // 0: keyapis.multiapp.v1.Notification
	(*PostNotificationRequest)(nil),        // 1: keyapis.multiapp.v1.PostNotificationRequest
	(*PostNotificationResponse)(nil),       // 2: keyapis.multiapp.v1.PostNotificationResponse
	nil,                                    // 3: keyapis.multiapp.v1.Notification.ValuesEntry
	nil,                                    // 4: keyapis.multiapp.v1.Notification.PayloadEntry
	(*PostNotificationResponse_Error)(nil), // 5: keyapis.multiapp.v1.PostNotificationResponse.Error
	(*PostNotificationResponse_Error_ValuesError)(nil),        // 6: keyapis.multiapp.v1.PostNotificationResponse.Error.ValuesError
	(*PostNotificationResponse_Error_AppBlockedError)(nil),    // 7: keyapis.multiapp.v1.PostNotificationResponse.Error.AppBlockedError
	(*PostNotificationResponse_Error_AppAssignmentError)(nil), // 8: keyapis.multiapp.v1.PostNotificationResponse.Error.AppAssignmentError
	(*ValidationError)(nil),                                   // 9: keyapis.multiapp.v1.ValidationError
}
var file_keyapis_multiapp_v1_keyapis_multiapp_notification_v1_proto_depIdxs = []int32{
	3, // 0: keyapis.multiapp.v1.Notification.values:type_name -> keyapis.multiapp.v1.Notification.ValuesEntry
	4, // 1: keyapis.multiapp.v1.Notification.payload:type_name -> keyapis.multiapp.v1.Notification.PayloadEntry
	0, // 2: keyapis.multiapp.v1.PostNotificationRequest.data:type_name -> keyapis.multiapp.v1.Notification
	5, // 3: keyapis.multiapp.v1.PostNotificationResponse.error:type_name -> keyapis.multiapp.v1.PostNotificationResponse.Error
	9, // 4: keyapis.multiapp.v1.PostNotificationResponse.Error.validation:type_name -> keyapis.multiapp.v1.ValidationError
	6, // 5: keyapis.multiapp.v1.PostNotificationResponse.Error.values:type_name -> keyapis.multiapp.v1.PostNotificationResponse.Error.ValuesError
	7, // 6: keyapis.multiapp.v1.PostNotificationResponse.Error.app_blocked:type_name -> keyapis.multiapp.v1.PostNotificationResponse.Error.AppBlockedError
	8, // 7: keyapis.multiapp.v1.PostNotificationResponse.Error.app_assignment:type_name -> keyapis.multiapp.v1.PostNotificationResponse.Error.AppAssignmentError
	1, // 8: keyapis.multiapp.v1.NotificationService.PostNotification:input_type -> keyapis.multiapp.v1.PostNotificationRequest
	2, // 9: keyapis.multiapp.v1.NotificationService.PostNotification:output_type -> keyapis.multiapp.v1.PostNotificationResponse
	9, // [9:10] is the sub-list for method output_type
	8, // [8:9] is the sub-list for method input_type
	8, // [8:8] is the sub-list for extension type_name
	8, // [8:8] is the sub-list for extension extendee
	0, // [0:8] is the sub-list for field type_name
}

func init() { file_keyapis_multiapp_v1_keyapis_multiapp_notification_v1_proto_init() }
func file_keyapis_multiapp_v1_keyapis_multiapp_notification_v1_proto_init() {
	if File_keyapis_multiapp_v1_keyapis_multiapp_notification_v1_proto != nil {
		return
	}
	file_keyapis_multiapp_v1_keyapis_multiapp_app_v1_proto_init()
	if !protoimpl.UnsafeEnabled {
		file_keyapis_multiapp_v1_keyapis_multiapp_notification_v1_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*Notification); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_multiapp_v1_keyapis_multiapp_notification_v1_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostNotificationRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_multiapp_v1_keyapis_multiapp_notification_v1_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostNotificationResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_multiapp_v1_keyapis_multiapp_notification_v1_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostNotificationResponse_Error); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_multiapp_v1_keyapis_multiapp_notification_v1_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostNotificationResponse_Error_ValuesError); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_multiapp_v1_keyapis_multiapp_notification_v1_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostNotificationResponse_Error_AppBlockedError); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_multiapp_v1_keyapis_multiapp_notification_v1_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostNotificationResponse_Error_AppAssignmentError); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
	}
	file_keyapis_multiapp_v1_keyapis_multiapp_notification_v1_proto_msgTypes[2].OneofWrappers = []interface{}{
		(*PostNotificationResponse_Error_)(nil),
	}
	file_keyapis_multiapp_v1_keyapis_multiapp_notification_v1_proto_msgTypes[5].OneofWrappers = []interface{}{
		(*PostNotificationResponse_Error_Validation)(nil),
		(*PostNotificationResponse_Error_Values)(nil),
		(*PostNotificationResponse_Error_AppBlocked)(nil),
		(*PostNotificationResponse_Error_AppAssignment)(nil),
	}
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_keyapis_multiapp_v1_keyapis_multiapp_notification_v1_proto_rawDesc,
			NumEnums:      0,
			NumMessages:   9,
			NumExtensions: 0,
			NumServices:   1,
		},
		GoTypes:           file_keyapis_multiapp_v1_keyapis_multiapp_notification_v1_proto_goTypes,
		DependencyIndexes: file_keyapis_multiapp_v1_keyapis_multiapp_notification_v1_proto_depIdxs,
		MessageInfos:      file_keyapis_multiapp_v1_keyapis_multiapp_notification_v1_proto_msgTypes,
	}.Build()
	File_keyapis_multiapp_v1_keyapis_multiapp_notification_v1_proto = out.File
	file_keyapis_multiapp_v1_keyapis_multiapp_notification_v1_proto_rawDesc = nil
	file_keyapis_multiapp_v1_keyapis_multiapp_notification_v1_proto_goTypes = nil
	file_keyapis_multiapp_v1_keyapis_multiapp_notification_v1_proto_depIdxs = nil
}
