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

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

package keyapis_bell_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"
	timestamppb "google.golang.org/protobuf/types/known/timestamppb"
	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 Notification_StatusType int32

const (
	// Значение не указано
	Notification_STATUS_TYPE_UNKNOWN Notification_StatusType = 0
	// Новый.
	// Устанавливается по умолчанию
	Notification_NEW Notification_StatusType = 1
	// Доставлен
	Notification_DELIVERED Notification_StatusType = 2
	// Просмотрен
	Notification_VIEWED Notification_StatusType = 3
)

// Enum value maps for Notification_StatusType.
var (
	Notification_StatusType_name = map[int32]string{
		0: "STATUS_TYPE_UNKNOWN",
		1: "NEW",
		2: "DELIVERED",
		3: "VIEWED",
	}
	Notification_StatusType_value = map[string]int32{
		"STATUS_TYPE_UNKNOWN": 0,
		"NEW":                 1,
		"DELIVERED":           2,
		"VIEWED":              3,
	}
)

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

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

func (Notification_StatusType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_enumTypes[0].Descriptor()
}

func (Notification_StatusType) Type() protoreflect.EnumType {
	return &file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_enumTypes[0]
}

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

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

// Справочник типов значений сортировки.
// # Тип: byte
type NotificationPaging_OrderByType int32

const (
	// Значение не указано
	NotificationPaging_ORDER_BY_TYPE_UNKNOWN NotificationPaging_OrderByType = 0
	// По дате создания
	NotificationPaging_CREATED_AT NotificationPaging_OrderByType = 1
	// По дате последнего изменения статуса
	NotificationPaging_STATUS_CHANGED_AT NotificationPaging_OrderByType = 2
)

// Enum value maps for NotificationPaging_OrderByType.
var (
	NotificationPaging_OrderByType_name = map[int32]string{
		0: "ORDER_BY_TYPE_UNKNOWN",
		1: "CREATED_AT",
		2: "STATUS_CHANGED_AT",
	}
	NotificationPaging_OrderByType_value = map[string]int32{
		"ORDER_BY_TYPE_UNKNOWN": 0,
		"CREATED_AT":            1,
		"STATUS_CHANGED_AT":     2,
	}
)

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

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

func (NotificationPaging_OrderByType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_enumTypes[1].Descriptor()
}

func (NotificationPaging_OrderByType) Type() protoreflect.EnumType {
	return &file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_enumTypes[1]
}

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

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

// Справочник типов направлений сортировки.
// # Тип: byte
type NotificationPaging_DirectionType int32

const (
	// Значение не указано
	NotificationPaging_DIRECTION_TYPE_UNKNOWN NotificationPaging_DirectionType = 0
	// От большего к меньшему
	NotificationPaging_DESC NotificationPaging_DirectionType = 1
	// От меньшего к большему
	NotificationPaging_ASC NotificationPaging_DirectionType = 2
)

// Enum value maps for NotificationPaging_DirectionType.
var (
	NotificationPaging_DirectionType_name = map[int32]string{
		0: "DIRECTION_TYPE_UNKNOWN",
		1: "DESC",
		2: "ASC",
	}
	NotificationPaging_DirectionType_value = map[string]int32{
		"DIRECTION_TYPE_UNKNOWN": 0,
		"DESC":                   1,
		"ASC":                    2,
	}
)

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

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

func (NotificationPaging_DirectionType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_enumTypes[2].Descriptor()
}

func (NotificationPaging_DirectionType) Type() protoreflect.EnumType {
	return &file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_enumTypes[2]
}

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

// Deprecated: Use NotificationPaging_DirectionType.Descriptor instead.
func (NotificationPaging_DirectionType) EnumDescriptor() ([]byte, []int) {
	return file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_rawDescGZIP(), []int{12, 1}
}

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

	// Идентификатор.
	// Создаётся сервером.
	// # Тип: Guid
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// ОРПОН.
	// # Диапазон 1..9223372036854775807
	Orpon int64 `protobuf:"varint,2,opt,name=orpon,proto3" json:"orpon,omitempty"`
	// Наименование приложения-отправителя.
	// # Диапазон: 3..256
	AppTitle *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=app_title,json=appTitle,proto3" json:"app_title,omitempty"`
	// Номер квартиры.
	// # Диапазон: 1..4
	RoomNumber string `protobuf:"bytes,4,opt,name=room_number,json=roomNumber,proto3" json:"room_number,omitempty"`
	// Заголовок.
	// # Диапазон: 3..128
	Header string `protobuf:"bytes,5,opt,name=header,proto3" json:"header,omitempty"`
	// Тело.
	// # Диапазон: 3..256
	Text string `protobuf:"bytes,6,opt,name=text,proto3" json:"text,omitempty"`
	// Статус
	StatusType Notification_StatusType `protobuf:"varint,7,opt,name=status_type,json=statusType,proto3,enum=keyapis.bell.v1.Notification_StatusType" json:"status_type,omitempty"`
	// Дата создания.
	// # Тип: DateTime
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Дата последнего изменения статуса.
	// Заполняется и обновляется сервером.
	// # Тип: DateTime
	StatusChangedAt *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=status_changed_at,json=statusChangedAt,proto3" json:"status_changed_at,omitempty"`
	// Полезная нагрузка
	Payload map[string]string `protobuf:"bytes,10,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_bell_v1_keyapis_bell_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_bell_v1_keyapis_bell_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_bell_v1_keyapis_bell_notification_v1_proto_rawDescGZIP(), []int{0}
}

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

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

func (x *Notification) GetAppTitle() *wrapperspb.StringValue {
	if x != nil {
		return x.AppTitle
	}
	return nil
}

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

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

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

func (x *Notification) GetStatusType() Notification_StatusType {
	if x != nil {
		return x.StatusType
	}
	return Notification_STATUS_TYPE_UNKNOWN
}

func (x *Notification) GetCreatedAt() *timestamppb.Timestamp {
	if x != nil {
		return x.CreatedAt
	}
	return nil
}

func (x *Notification) GetStatusChangedAt() *timestamppb.Timestamp {
	if x != nil {
		return x.StatusChangedAt
	}
	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_bell_v1_keyapis_bell_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_bell_v1_keyapis_bell_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_bell_v1_keyapis_bell_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_Data
	//	*PostNotificationResponse_Error_
	Type isPostNotificationResponse_Type `protobuf_oneof:"type"`
}

func (x *PostNotificationResponse) Reset() {
	*x = PostNotificationResponse{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_bell_v1_keyapis_bell_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_bell_v1_keyapis_bell_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_bell_v1_keyapis_bell_notification_v1_proto_rawDescGZIP(), []int{2}
}

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

func (x *PostNotificationResponse) GetData() *Notification {
	if x, ok := x.GetType().(*PostNotificationResponse_Data); ok {
		return x.Data
	}
	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_Data struct {
	// Уведомление
	Data *Notification `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

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

func (*PostNotificationResponse_Data) isPostNotificationResponse_Type() {}

func (*PostNotificationResponse_Error_) isPostNotificationResponse_Type() {}

// Запрос получения уведомления
type GetNotificationRequest 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 *GetNotificationRequest) Reset() {
	*x = GetNotificationRequest{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_msgTypes[3]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GetNotificationRequest) ProtoMessage() {}

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

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

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

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

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

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

func (*GetNotificationResponse) ProtoMessage() {}

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

func (m *GetNotificationResponse) GetType() isGetNotificationResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetNotificationResponse) GetData() *Notification {
	if x, ok := x.GetType().(*GetNotificationResponse_Data); ok {
		return x.Data
	}
	return nil
}

func (x *GetNotificationResponse) GetError() *GetNotificationResponse_Error {
	if x, ok := x.GetType().(*GetNotificationResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isGetNotificationResponse_Type interface {
	isGetNotificationResponse_Type()
}

type GetNotificationResponse_Data struct {
	// Уведомление
	Data *Notification `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

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

func (*GetNotificationResponse_Data) isGetNotificationResponse_Type() {}

func (*GetNotificationResponse_Error_) isGetNotificationResponse_Type() {}

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

	// Фильтр
	Filter *NotificationFilter `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	// Вариант разбиения на страницы
	//
	// Types that are assignable to Pagination:
	//
	//	*GetNotificationListRequest_Paging
	Pagination isGetNotificationListRequest_Pagination `protobuf_oneof:"pagination"`
}

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

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

func (*GetNotificationListRequest) ProtoMessage() {}

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

func (x *GetNotificationListRequest) GetFilter() *NotificationFilter {
	if x != nil {
		return x.Filter
	}
	return nil
}

func (m *GetNotificationListRequest) GetPagination() isGetNotificationListRequest_Pagination {
	if m != nil {
		return m.Pagination
	}
	return nil
}

func (x *GetNotificationListRequest) GetPaging() *NotificationPaging {
	if x, ok := x.GetPagination().(*GetNotificationListRequest_Paging); ok {
		return x.Paging
	}
	return nil
}

type isGetNotificationListRequest_Pagination interface {
	isGetNotificationListRequest_Pagination()
}

type GetNotificationListRequest_Paging struct {
	// Стандартный постраничный вывод
	Paging *NotificationPaging `protobuf:"bytes,2,opt,name=paging,proto3,oneof"`
}

func (*GetNotificationListRequest_Paging) isGetNotificationListRequest_Pagination() {}

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

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

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

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

func (*GetNotificationListResponse) ProtoMessage() {}

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

func (m *GetNotificationListResponse) GetType() isGetNotificationListResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetNotificationListResponse) GetData() *Notification {
	if x, ok := x.GetType().(*GetNotificationListResponse_Data); ok {
		return x.Data
	}
	return nil
}

func (x *GetNotificationListResponse) GetError() *GetNotificationListResponse_Error {
	if x, ok := x.GetType().(*GetNotificationListResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isGetNotificationListResponse_Type interface {
	isGetNotificationListResponse_Type()
}

type GetNotificationListResponse_Data struct {
	// Уведомление
	Data *Notification `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

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

func (*GetNotificationListResponse_Data) isGetNotificationListResponse_Type() {}

func (*GetNotificationListResponse_Error_) isGetNotificationListResponse_Type() {}

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

	// Фильтр
	Filter *NotificationFilter `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
}

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

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

func (*GetNotificationCountRequest) ProtoMessage() {}

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

func (x *GetNotificationCountRequest) GetFilter() *NotificationFilter {
	if x != nil {
		return x.Filter
	}
	return nil
}

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

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

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

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

func (*GetNotificationCountResponse) ProtoMessage() {}

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

func (m *GetNotificationCountResponse) GetType() isGetNotificationCountResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

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

func (x *GetNotificationCountResponse) GetError() *GetNotificationCountResponse_Error {
	if x, ok := x.GetType().(*GetNotificationCountResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isGetNotificationCountResponse_Type interface {
	isGetNotificationCountResponse_Type()
}

type GetNotificationCountResponse_Data struct {
	// Количество уведомлений
	Data int32 `protobuf:"varint,1,opt,name=data,proto3,oneof"`
}

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

func (*GetNotificationCountResponse_Data) isGetNotificationCountResponse_Type() {}

func (*GetNotificationCountResponse_Error_) isGetNotificationCountResponse_Type() {}

// Запрос на изменение статуса уведомления на "Просмотрено" уведомления
type PostNotificationViewRequest 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 *PostNotificationViewRequest) Reset() {
	*x = PostNotificationViewRequest{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_msgTypes[9]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*PostNotificationViewRequest) ProtoMessage() {}

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

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

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

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

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

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

func (*PostNotificationViewResponse) ProtoMessage() {}

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

func (m *PostNotificationViewResponse) GetType() isPostNotificationViewResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *PostNotificationViewResponse) GetError() *PostNotificationViewResponse_Error {
	if x, ok := x.GetType().(*PostNotificationViewResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isPostNotificationViewResponse_Type interface {
	isPostNotificationViewResponse_Type()
}

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

func (*PostNotificationViewResponse_Error_) isPostNotificationViewResponse_Type() {}

// Фильтр уведомлений
type NotificationFilter struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// По ОРПОН
	Orpons []int64 `protobuf:"varint,1,rep,packed,name=orpons,proto3" json:"orpons,omitempty"`
	// По номерам квартир
	RoomNumbers []string `protobuf:"bytes,2,rep,name=room_numbers,json=roomNumbers,proto3" json:"room_numbers,omitempty"`
	// По статусам
	StatusTypes []Notification_StatusType `protobuf:"varint,3,rep,packed,name=status_types,json=statusTypes,proto3,enum=keyapis.bell.v1.Notification_StatusType" json:"status_types,omitempty"`
}

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

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

func (*NotificationFilter) ProtoMessage() {}

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

func (x *NotificationFilter) GetOrpons() []int64 {
	if x != nil {
		return x.Orpons
	}
	return nil
}

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

func (x *NotificationFilter) GetStatusTypes() []Notification_StatusType {
	if x != nil {
		return x.StatusTypes
	}
	return nil
}

// Постраничный вывод
type NotificationPaging struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Тип значения сортировки.
	// Если значение не передано, то будет взято значение по умолчанию.
	// # По умолчанию: CREATED_AT
	OrderByType NotificationPaging_OrderByType `protobuf:"varint,1,opt,name=order_by_type,json=orderByType,proto3,enum=keyapis.bell.v1.NotificationPaging_OrderByType" json:"order_by_type,omitempty"`
	// Тип направления сортировки.
	// # По умолчанию: DESC
	DirectionType NotificationPaging_DirectionType `protobuf:"varint,2,opt,name=direction_type,json=directionType,proto3,enum=keyapis.bell.v1.NotificationPaging_DirectionType" json:"direction_type,omitempty"`
	// Количество записей на страницу.
	// Если значение 0 (не передано), то будет взято значение по умолчанию.
	// # Диапазон: 0..100.
	// # По умолчанию: 20
	Limit int32 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	// Сдвиг.
	// # Диапазон: 0..2147483647
	Offset int32 `protobuf:"varint,4,opt,name=offset,proto3" json:"offset,omitempty"`
}

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

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

func (*NotificationPaging) ProtoMessage() {}

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

func (x *NotificationPaging) GetOrderByType() NotificationPaging_OrderByType {
	if x != nil {
		return x.OrderByType
	}
	return NotificationPaging_ORDER_BY_TYPE_UNKNOWN
}

func (x *NotificationPaging) GetDirectionType() NotificationPaging_DirectionType {
	if x != nil {
		return x.DirectionType
	}
	return NotificationPaging_DIRECTION_TYPE_UNKNOWN
}

func (x *NotificationPaging) GetLimit() int32 {
	if x != nil {
		return x.Limit
	}
	return 0
}

func (x *NotificationPaging) GetOffset() int32 {
	if x != nil {
		return x.Offset
	}
	return 0
}

// Запрос на изменение статуса уведомлений на "Просмотрено" по ОРПОНу и номеру квартиры
type PostNotificationViewOrponRoomNumberRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// ОРПОН.
	// # Диапазон: 1..9223372036854775807
	Orpon int64 `protobuf:"varint,1,opt,name=orpon,proto3" json:"orpon,omitempty"`
	// Номер квартиры.
	// # Диапазон: 1..4
	RoomNumber string `protobuf:"bytes,2,opt,name=room_number,json=roomNumber,proto3" json:"room_number,omitempty"`
}

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

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

func (*PostNotificationViewOrponRoomNumberRequest) ProtoMessage() {}

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

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

func (x *PostNotificationViewOrponRoomNumberRequest) GetRoomNumber() string {
	if x != nil {
		return x.RoomNumber
	}
	return ""
}

// Ответ на изменение статуса уведомлений на "Просмотрено" по ОРПОНу и номеру квартиры
type PostNotificationViewOrponRoomNumberResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

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

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

func (*PostNotificationViewOrponRoomNumberResponse) ProtoMessage() {}

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

func (m *PostNotificationViewOrponRoomNumberResponse) GetType() isPostNotificationViewOrponRoomNumberResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

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

func (x *PostNotificationViewOrponRoomNumberResponse) GetError() *PostNotificationViewOrponRoomNumberResponse_Error {
	if x, ok := x.GetType().(*PostNotificationViewOrponRoomNumberResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isPostNotificationViewOrponRoomNumberResponse_Type interface {
	isPostNotificationViewOrponRoomNumberResponse_Type()
}

type PostNotificationViewOrponRoomNumberResponse_Data struct {
	// Количество изменённых уведомлений
	Data int32 `protobuf:"varint,1,opt,name=data,proto3,oneof"`
}

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

func (*PostNotificationViewOrponRoomNumberResponse_Data) isPostNotificationViewOrponRoomNumberResponse_Type() {
}

func (*PostNotificationViewOrponRoomNumberResponse_Error_) isPostNotificationViewOrponRoomNumberResponse_Type() {
}

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

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

func (x *PostNotificationResponse_Error) Reset() {
	*x = PostNotificationResponse_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_msgTypes[16]
		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_bell_v1_keyapis_bell_notification_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 PostNotificationResponse_Error.ProtoReflect.Descriptor instead.
func (*PostNotificationResponse_Error) Descriptor() ([]byte, []int) {
	return file_keyapis_bell_v1_keyapis_bell_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
}

type isPostNotificationResponse_Error_Reason interface {
	isPostNotificationResponse_Error_Reason()
}

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

func (*PostNotificationResponse_Error_Validation) isPostNotificationResponse_Error_Reason() {}

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

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

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

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

func (*GetNotificationResponse_Error) ProtoMessage() {}

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

func (m *GetNotificationResponse_Error) GetReason() isGetNotificationResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isGetNotificationResponse_Error_Reason interface {
	isGetNotificationResponse_Error_Reason()
}

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

func (*GetNotificationResponse_Error_Validation) isGetNotificationResponse_Error_Reason() {}

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

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

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

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

func (*GetNotificationListResponse_Error) ProtoMessage() {}

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

func (m *GetNotificationListResponse_Error) GetReason() isGetNotificationListResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isGetNotificationListResponse_Error_Reason interface {
	isGetNotificationListResponse_Error_Reason()
}

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

func (*GetNotificationListResponse_Error_Validation) isGetNotificationListResponse_Error_Reason() {}

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

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

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

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

func (*GetNotificationCountResponse_Error) ProtoMessage() {}

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

func (m *GetNotificationCountResponse_Error) GetReason() isGetNotificationCountResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isGetNotificationCountResponse_Error_Reason interface {
	isGetNotificationCountResponse_Error_Reason()
}

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

func (*GetNotificationCountResponse_Error_Validation) isGetNotificationCountResponse_Error_Reason() {}

// Ошибка
type PostNotificationViewResponse_Error struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

func (x *PostNotificationViewResponse_Error) Reset() {
	*x = PostNotificationViewResponse_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_msgTypes[20]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*PostNotificationViewResponse_Error) ProtoMessage() {}

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

func (m *PostNotificationViewResponse_Error) GetReason() isPostNotificationViewResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isPostNotificationViewResponse_Error_Reason interface {
	isPostNotificationViewResponse_Error_Reason()
}

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

func (*PostNotificationViewResponse_Error_Validation) isPostNotificationViewResponse_Error_Reason() {}

// Ошибка
type PostNotificationViewOrponRoomNumberResponse_Error struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

func (x *PostNotificationViewOrponRoomNumberResponse_Error) Reset() {
	*x = PostNotificationViewOrponRoomNumberResponse_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_msgTypes[21]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*PostNotificationViewOrponRoomNumberResponse_Error) ProtoMessage() {}

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

func (m *PostNotificationViewOrponRoomNumberResponse_Error) GetReason() isPostNotificationViewOrponRoomNumberResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isPostNotificationViewOrponRoomNumberResponse_Error_Reason interface {
	isPostNotificationViewOrponRoomNumberResponse_Error_Reason()
}

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

func (*PostNotificationViewOrponRoomNumberResponse_Error_Validation) isPostNotificationViewOrponRoomNumberResponse_Error_Reason() {
}

var File_keyapis_bell_v1_keyapis_bell_notification_v1_proto protoreflect.FileDescriptor

var file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_rawDesc = []byte{
	0x0a, 0x32, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x62, 0x65, 0x6c, 0x6c, 0x2f, 0x76,
	0x31, 0x2f, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5f, 0x62, 0x65, 0x6c, 0x6c, 0x5f, 0x6e,
	0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x76, 0x31, 0x2e, 0x70,
	0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0f, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x62, 0x65,
	0x6c, 0x6c, 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, 0x2c, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2f, 0x62, 0x65, 0x6c, 0x6c, 0x2f, 0x76, 0x31, 0x2f, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x5f, 0x62, 0x65, 0x6c, 0x6c, 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x5f, 0x76, 0x31, 0x2e,
	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xff, 0x04, 0x0a, 0x0c, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69,
	0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x13, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
	0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x02, 0x69, 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, 0x39, 0x0a, 0x09, 0x61, 0x70, 0x70, 0x5f, 0x74, 0x69,
	0x74, 0x6c, 0x65, 0x18, 0x03, 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, 0x08, 0x61, 0x70, 0x70, 0x54, 0x69, 0x74, 0x6c,
	0x65, 0x12, 0x24, 0x0a, 0x0b, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72,
	0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a, 0x72, 0x6f, 0x6f,
	0x6d, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x1b, 0x0a, 0x06, 0x68, 0x65, 0x61, 0x64, 0x65,
	0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x06, 0x68, 0x65,
	0x61, 0x64, 0x65, 0x72, 0x12, 0x17, 0x0a, 0x04, 0x74, 0x65, 0x78, 0x74, 0x18, 0x06, 0x20, 0x01,
	0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x74, 0x65, 0x78, 0x74, 0x12, 0x4e, 0x0a,
	0x0b, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01,
	0x28, 0x0e, 0x32, 0x28, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x62, 0x65, 0x6c,
	0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f,
	0x6e, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x54, 0x79, 0x70, 0x65, 0x42, 0x03, 0xe0, 0x41,
	0x03, 0x52, 0x0a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x3e, 0x0a,
	0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28,
	0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
	0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x42, 0x03, 0xe0,
	0x41, 0x03, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x4b, 0x0a,
	0x11, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x5f, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x5f,
	0x61, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
	0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73,
	0x74, 0x61, 0x6d, 0x70, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x0f, 0x73, 0x74, 0x61, 0x74, 0x75,
	0x73, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x41, 0x74, 0x12, 0x44, 0x0a, 0x07, 0x70, 0x61,
	0x79, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x6b, 0x65,
	0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x62, 0x65, 0x6c, 0x6c, 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, 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, 0x49, 0x0a, 0x0a,
	0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x17, 0x0a, 0x13, 0x53, 0x54,
	0x41, 0x54, 0x55, 0x53, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57,
	0x4e, 0x10, 0x00, 0x12, 0x07, 0x0a, 0x03, 0x4e, 0x45, 0x57, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09,
	0x44, 0x45, 0x4c, 0x49, 0x56, 0x45, 0x52, 0x45, 0x44, 0x10, 0x02, 0x12, 0x0a, 0x0a, 0x06, 0x56,
	0x49, 0x45, 0x57, 0x45, 0x44, 0x10, 0x03, 0x22, 0x51, 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, 0x36, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
	0x32, 0x1d, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x62, 0x65, 0x6c, 0x6c, 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, 0xf7, 0x01, 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, 0x33, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18,
	0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x62, 0x65, 0x6c, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61,
	0x74, 0x69, 0x6f, 0x6e, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x47, 0x0a, 0x05,
	0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x65,
	0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x62, 0x65, 0x6c, 0x6c, 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, 0x55, 0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x42,
	0x0a, 0x0a, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01,
	0x28, 0x0b, 0x32, 0x20, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x62, 0x65, 0x6c,
	0x6c, 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, 0x2d, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66,
	0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 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, 0xf5, 0x01, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66,
	0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
	0x33, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e,
	0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x62, 0x65, 0x6c, 0x6c, 0x2e, 0x76, 0x31, 0x2e,
	0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x48, 0x00, 0x52, 0x04,
	0x64, 0x61, 0x74, 0x61, 0x12, 0x46, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x02, 0x20,
	0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x62, 0x65,
	0x6c, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 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, 0x55, 0x0a, 0x05,
	0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x42, 0x0a, 0x0a, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74,
	0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x6b, 0x65, 0x79, 0x61,
	0x70, 0x69, 0x73, 0x2e, 0x62, 0x65, 0x6c, 0x6c, 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, 0xa6, 0x01, 0x0a, 0x1a,
	0x47, 0x65, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c,
	0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3b, 0x0a, 0x06, 0x66, 0x69,
	0x6c, 0x74, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x6b, 0x65, 0x79,
	0x61, 0x70, 0x69, 0x73, 0x2e, 0x62, 0x65, 0x6c, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x74,
	0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52,
	0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x3d, 0x0a, 0x06, 0x70, 0x61, 0x67, 0x69, 0x6e,
	0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69,
	0x73, 0x2e, 0x62, 0x65, 0x6c, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69,
	0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x48, 0x00, 0x52, 0x06,
	0x70, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x42, 0x0c, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61,
	0x74, 0x69, 0x6f, 0x6e, 0x22, 0xfd, 0x01, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x74, 0x69,
	0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70,
	0x6f, 0x6e, 0x73, 0x65, 0x12, 0x33, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01,
	0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x62, 0x65, 0x6c,
	0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f,
	0x6e, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x4a, 0x0a, 0x05, 0x65, 0x72, 0x72,
	0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x62, 0x65, 0x6c, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x6f,
	0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 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, 0x55, 0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x42,
	0x0a, 0x0a, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01,
	0x28, 0x0b, 0x32, 0x20, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x62, 0x65, 0x6c,
	0x6c, 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, 0x5a, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66,
	0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75,
	0x65, 0x73, 0x74, 0x12, 0x3b, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x01, 0x20,
	0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x62, 0x65,
	0x6c, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69,
	0x6f, 0x6e, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72,
	0x22, 0xe0, 0x01, 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61,
	0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 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, 0x4b, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72,
	0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x62, 0x65, 0x6c, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x74, 0x69,
	0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 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, 0x55, 0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x42, 0x0a,
	0x0a, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28,
	0x0b, 0x32, 0x20, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x62, 0x65, 0x6c, 0x6c,
	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, 0x32, 0x0a, 0x1b, 0x50, 0x6f, 0x73, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66,
	0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x69, 0x65, 0x77, 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, 0xca, 0x01, 0x0a, 0x1c, 0x50, 0x6f, 0x73, 0x74,
	0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x69, 0x65, 0x77,
	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, 0x62, 0x65, 0x6c, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x4e, 0x6f,
	0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x69, 0x65, 0x77, 0x52, 0x65,
	0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x05,
	0x65, 0x72, 0x72, 0x6f, 0x72, 0x1a, 0x55, 0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x42,
	0x0a, 0x0a, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01,
	0x28, 0x0b, 0x32, 0x20, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x62, 0x65, 0x6c,
	0x6c, 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, 0x9c, 0x01, 0x0a, 0x12, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63,
	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x6f,
	0x72, 0x70, 0x6f, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x03, 0x52, 0x06, 0x6f, 0x72, 0x70,
	0x6f, 0x6e, 0x73, 0x12, 0x21, 0x0a, 0x0c, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, 0x6e, 0x75, 0x6d, 0x62,
	0x65, 0x72, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0b, 0x72, 0x6f, 0x6f, 0x6d, 0x4e,
	0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x4b, 0x0a, 0x0c, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73,
	0x5f, 0x74, 0x79, 0x70, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0e, 0x32, 0x28, 0x2e, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x62, 0x65, 0x6c, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x4e,
	0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x53, 0x74, 0x61, 0x74,
	0x75, 0x73, 0x54, 0x79, 0x70, 0x65, 0x52, 0x0b, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x54, 0x79,
	0x70, 0x65, 0x73, 0x22, 0x82, 0x03, 0x0a, 0x12, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61,
	0x74, 0x69, 0x6f, 0x6e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x12, 0x53, 0x0a, 0x0d, 0x6f, 0x72,
	0x64, 0x65, 0x72, 0x5f, 0x62, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
	0x0e, 0x32, 0x2f, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x62, 0x65, 0x6c, 0x6c,
	0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,
	0x50, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x2e, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x42, 0x79, 0x54, 0x79,
	0x70, 0x65, 0x52, 0x0b, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x42, 0x79, 0x54, 0x79, 0x70, 0x65, 0x12,
	0x58, 0x0a, 0x0e, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70,
	0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x31, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69,
	0x73, 0x2e, 0x62, 0x65, 0x6c, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69,
	0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x2e, 0x44, 0x69, 0x72,
	0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x52, 0x0d, 0x64, 0x69, 0x72, 0x65,
	0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d,
	0x69, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12,
	0x16, 0x0a, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52,
	0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x22, 0x4f, 0x0a, 0x0b, 0x4f, 0x72, 0x64, 0x65, 0x72,
	0x42, 0x79, 0x54, 0x79, 0x70, 0x65, 0x12, 0x19, 0x0a, 0x15, 0x4f, 0x52, 0x44, 0x45, 0x52, 0x5f,
	0x42, 0x59, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10,
	0x00, 0x12, 0x0e, 0x0a, 0x0a, 0x43, 0x52, 0x45, 0x41, 0x54, 0x45, 0x44, 0x5f, 0x41, 0x54, 0x10,
	0x01, 0x12, 0x15, 0x0a, 0x11, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x43, 0x48, 0x41, 0x4e,
	0x47, 0x45, 0x44, 0x5f, 0x41, 0x54, 0x10, 0x02, 0x22, 0x3e, 0x0a, 0x0d, 0x44, 0x69, 0x72, 0x65,
	0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x16, 0x44, 0x49, 0x52,
	0x45, 0x43, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x4b, 0x4e,
	0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x08, 0x0a, 0x04, 0x44, 0x45, 0x53, 0x43, 0x10, 0x01, 0x12,
	0x07, 0x0a, 0x03, 0x41, 0x53, 0x43, 0x10, 0x02, 0x22, 0x6d, 0x0a, 0x2a, 0x50, 0x6f, 0x73, 0x74,
	0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x69, 0x65, 0x77,
	0x4f, 0x72, 0x70, 0x6f, 0x6e, 0x52, 0x6f, 0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x52,
	0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x05, 0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x18,
	0x01, 0x20, 0x01, 0x28, 0x03, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x05, 0x6f, 0x72, 0x70, 0x6f,
	0x6e, 0x12, 0x24, 0x0a, 0x0b, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72,
	0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a, 0x72, 0x6f, 0x6f,
	0x6d, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x22, 0xfe, 0x01, 0x0a, 0x2b, 0x50, 0x6f, 0x73, 0x74,
	0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x69, 0x65, 0x77,
	0x4f, 0x72, 0x70, 0x6f, 0x6e, 0x52, 0x6f, 0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 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, 0x5a, 0x0a,
	0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x42, 0x2e, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x62, 0x65, 0x6c, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x50,
	0x6f, 0x73, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56,
	0x69, 0x65, 0x77, 0x4f, 0x72, 0x70, 0x6f, 0x6e, 0x52, 0x6f, 0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x62,
	0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72,
	0x48, 0x00, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x1a, 0x55, 0x0a, 0x05, 0x45, 0x72, 0x72,
	0x6f, 0x72, 0x12, 0x42, 0x0a, 0x0a, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e,
	0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x62, 0x65, 0x6c, 0x6c, 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, 0x32, 0x86, 0x08, 0x0a, 0x13, 0x4e, 0x6f, 0x74,
	0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
	0x12, 0x8d, 0x01, 0x0a, 0x10, 0x50, 0x6f, 0x73, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63,
	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x28, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x62, 0x65, 0x6c, 0x6c, 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,
	0x29, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x62, 0x65, 0x6c, 0x6c, 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, 0x24, 0x82, 0xd3, 0xe4, 0x93,
	0x02, 0x1e, 0x3a, 0x01, 0x2a, 0x22, 0x19, 0x2f, 0x62, 0x65, 0x6c, 0x6c, 0x2f, 0x61, 0x70, 0x69,
	0x2f, 0x76, 0x31, 0x2f, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,
	0x12, 0x8c, 0x01, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61,
	0x74, 0x69, 0x6f, 0x6e, 0x12, 0x27, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x62,
	0x65, 0x6c, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69,
	0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x28, 0x2e,
	0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x62, 0x65, 0x6c, 0x6c, 0x2e, 0x76, 0x31, 0x2e,
	0x47, 0x65, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52,
	0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x26, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x20, 0x12,
	0x1e, 0x2f, 0x62, 0x65, 0x6c, 0x6c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x6e, 0x6f,
	0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12,
	0x9a, 0x01, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74,
	0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x2b, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69,
	0x73, 0x2e, 0x62, 0x65, 0x6c, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x74,
	0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71,
	0x75, 0x65, 0x73, 0x74, 0x1a, 0x2c, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x62,
	0x65, 0x6c, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69,
	0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
	0x73, 0x65, 0x22, 0x26, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x20, 0x12, 0x1e, 0x2f, 0x62, 0x65, 0x6c,
	0x6c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63,
	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x30, 0x01, 0x12, 0x9c, 0x01, 0x0a,
	0x14, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,
	0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x2c, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x62, 0x65, 0x6c, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66,
	0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75,
	0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x62, 0x65,
	0x6c, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63,
	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
	0x73, 0x65, 0x22, 0x27, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x21, 0x12, 0x1f, 0x2f, 0x62, 0x65, 0x6c,
	0x6c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63,
	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0xa0, 0x01, 0x0a, 0x14,
	0x50, 0x6f, 0x73, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,
	0x56, 0x69, 0x65, 0x77, 0x12, 0x2c, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x62,
	0x65, 0x6c, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66,
	0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x69, 0x65, 0x77, 0x52, 0x65, 0x71, 0x75, 0x65,
	0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x62, 0x65, 0x6c,
	0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63,
	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x69, 0x65, 0x77, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
	0x65, 0x22, 0x2b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x25, 0x22, 0x23, 0x2f, 0x62, 0x65, 0x6c, 0x6c,
	0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61,
	0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x76, 0x69, 0x65, 0x77, 0x12, 0xf0,
	0x01, 0x0a, 0x23, 0x50, 0x6f, 0x73, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74,
	0x69, 0x6f, 0x6e, 0x56, 0x69, 0x65, 0x77, 0x4f, 0x72, 0x70, 0x6f, 0x6e, 0x52, 0x6f, 0x6f, 0x6d,
	0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x3b, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x62, 0x65, 0x6c, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x4e, 0x6f, 0x74,
	0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x69, 0x65, 0x77, 0x4f, 0x72, 0x70,
	0x6f, 0x6e, 0x52, 0x6f, 0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75,
	0x65, 0x73, 0x74, 0x1a, 0x3c, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x62, 0x65,
	0x6c, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69,
	0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x69, 0x65, 0x77, 0x4f, 0x72, 0x70, 0x6f, 0x6e, 0x52,
	0x6f, 0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
	0x65, 0x22, 0x4e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x48, 0x22, 0x46, 0x2f, 0x62, 0x65, 0x6c, 0x6c,
	0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61,
	0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x76, 0x69, 0x65, 0x77, 0x2f, 0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x2f,
	0x7b, 0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x7d, 0x2f, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, 0x6e, 0x75, 0x6d,
	0x62, 0x65, 0x72, 0x2f, 0x7b, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72,
	0x7d, 0x42, 0x8c, 0x01, 0x0a, 0x12, 0x72, 0x75, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x62, 0x65, 0x6c, 0x6c, 0x2e, 0x76, 0x31, 0x42, 0x12, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69,
	0x73, 0x42, 0x65, 0x6c, 0x6c, 0x56, 0x31, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x48, 0x03, 0x50, 0x00,
	0x5a, 0x10, 0x2f, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5f, 0x62, 0x65, 0x6c, 0x6c, 0x5f,
	0x76, 0x31, 0xd8, 0x01, 0x01, 0xf8, 0x01, 0x01, 0xa2, 0x02, 0x0d, 0x4b, 0x45, 0x59, 0x41, 0x50,
	0x49, 0x53, 0x42, 0x45, 0x4c, 0x4c, 0x56, 0x31, 0xaa, 0x02, 0x0f, 0x4b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x42, 0x65, 0x6c, 0x6c, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x0f, 0x4b, 0x65, 0x79,
	0x61, 0x70, 0x69, 0x73, 0x5c, 0x42, 0x65, 0x6c, 0x6c, 0x5c, 0x56, 0x31, 0xea, 0x02, 0x11, 0x4b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x3a, 0x3a, 0x42, 0x65, 0x6c, 0x6c, 0x3a, 0x3a, 0x56, 0x31,
	0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}

var (
	file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_rawDescOnce sync.Once
	file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_rawDescData = file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_rawDesc
)

func file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_rawDescGZIP() []byte {
	file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_rawDescOnce.Do(func() {
		file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_rawDescData = protoimpl.X.CompressGZIP(file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_rawDescData)
	})
	return file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_rawDescData
}

var file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_enumTypes = make([]protoimpl.EnumInfo, 3)
var file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 22)
var file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_goTypes = []interface{}{
	(Notification_StatusType)(0),                        // 0: keyapis.bell.v1.Notification.StatusType
	(NotificationPaging_OrderByType)(0),                 // 1: keyapis.bell.v1.NotificationPaging.OrderByType
	(NotificationPaging_DirectionType)(0),               // 2: keyapis.bell.v1.NotificationPaging.DirectionType
	(*Notification)(nil),                                // 3: keyapis.bell.v1.Notification
	(*PostNotificationRequest)(nil),                     // 4: keyapis.bell.v1.PostNotificationRequest
	(*PostNotificationResponse)(nil),                    // 5: keyapis.bell.v1.PostNotificationResponse
	(*GetNotificationRequest)(nil),                      // 6: keyapis.bell.v1.GetNotificationRequest
	(*GetNotificationResponse)(nil),                     // 7: keyapis.bell.v1.GetNotificationResponse
	(*GetNotificationListRequest)(nil),                  // 8: keyapis.bell.v1.GetNotificationListRequest
	(*GetNotificationListResponse)(nil),                 // 9: keyapis.bell.v1.GetNotificationListResponse
	(*GetNotificationCountRequest)(nil),                 // 10: keyapis.bell.v1.GetNotificationCountRequest
	(*GetNotificationCountResponse)(nil),                // 11: keyapis.bell.v1.GetNotificationCountResponse
	(*PostNotificationViewRequest)(nil),                 // 12: keyapis.bell.v1.PostNotificationViewRequest
	(*PostNotificationViewResponse)(nil),                // 13: keyapis.bell.v1.PostNotificationViewResponse
	(*NotificationFilter)(nil),                          // 14: keyapis.bell.v1.NotificationFilter
	(*NotificationPaging)(nil),                          // 15: keyapis.bell.v1.NotificationPaging
	(*PostNotificationViewOrponRoomNumberRequest)(nil),  // 16: keyapis.bell.v1.PostNotificationViewOrponRoomNumberRequest
	(*PostNotificationViewOrponRoomNumberResponse)(nil), // 17: keyapis.bell.v1.PostNotificationViewOrponRoomNumberResponse
	nil,                                    // 18: keyapis.bell.v1.Notification.PayloadEntry
	(*PostNotificationResponse_Error)(nil), // 19: keyapis.bell.v1.PostNotificationResponse.Error
	(*GetNotificationResponse_Error)(nil),  // 20: keyapis.bell.v1.GetNotificationResponse.Error
	(*GetNotificationListResponse_Error)(nil),                 // 21: keyapis.bell.v1.GetNotificationListResponse.Error
	(*GetNotificationCountResponse_Error)(nil),                // 22: keyapis.bell.v1.GetNotificationCountResponse.Error
	(*PostNotificationViewResponse_Error)(nil),                // 23: keyapis.bell.v1.PostNotificationViewResponse.Error
	(*PostNotificationViewOrponRoomNumberResponse_Error)(nil), // 24: keyapis.bell.v1.PostNotificationViewOrponRoomNumberResponse.Error
	(*wrapperspb.StringValue)(nil),                            // 25: google.protobuf.StringValue
	(*timestamppb.Timestamp)(nil),                             // 26: google.protobuf.Timestamp
	(*ValidationError)(nil),                                   // 27: keyapis.bell.v1.ValidationError
}
var file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_depIdxs = []int32{
	25, // 0: keyapis.bell.v1.Notification.app_title:type_name -> google.protobuf.StringValue
	0,  // 1: keyapis.bell.v1.Notification.status_type:type_name -> keyapis.bell.v1.Notification.StatusType
	26, // 2: keyapis.bell.v1.Notification.created_at:type_name -> google.protobuf.Timestamp
	26, // 3: keyapis.bell.v1.Notification.status_changed_at:type_name -> google.protobuf.Timestamp
	18, // 4: keyapis.bell.v1.Notification.payload:type_name -> keyapis.bell.v1.Notification.PayloadEntry
	3,  // 5: keyapis.bell.v1.PostNotificationRequest.data:type_name -> keyapis.bell.v1.Notification
	3,  // 6: keyapis.bell.v1.PostNotificationResponse.data:type_name -> keyapis.bell.v1.Notification
	19, // 7: keyapis.bell.v1.PostNotificationResponse.error:type_name -> keyapis.bell.v1.PostNotificationResponse.Error
	3,  // 8: keyapis.bell.v1.GetNotificationResponse.data:type_name -> keyapis.bell.v1.Notification
	20, // 9: keyapis.bell.v1.GetNotificationResponse.error:type_name -> keyapis.bell.v1.GetNotificationResponse.Error
	14, // 10: keyapis.bell.v1.GetNotificationListRequest.filter:type_name -> keyapis.bell.v1.NotificationFilter
	15, // 11: keyapis.bell.v1.GetNotificationListRequest.paging:type_name -> keyapis.bell.v1.NotificationPaging
	3,  // 12: keyapis.bell.v1.GetNotificationListResponse.data:type_name -> keyapis.bell.v1.Notification
	21, // 13: keyapis.bell.v1.GetNotificationListResponse.error:type_name -> keyapis.bell.v1.GetNotificationListResponse.Error
	14, // 14: keyapis.bell.v1.GetNotificationCountRequest.filter:type_name -> keyapis.bell.v1.NotificationFilter
	22, // 15: keyapis.bell.v1.GetNotificationCountResponse.error:type_name -> keyapis.bell.v1.GetNotificationCountResponse.Error
	23, // 16: keyapis.bell.v1.PostNotificationViewResponse.error:type_name -> keyapis.bell.v1.PostNotificationViewResponse.Error
	0,  // 17: keyapis.bell.v1.NotificationFilter.status_types:type_name -> keyapis.bell.v1.Notification.StatusType
	1,  // 18: keyapis.bell.v1.NotificationPaging.order_by_type:type_name -> keyapis.bell.v1.NotificationPaging.OrderByType
	2,  // 19: keyapis.bell.v1.NotificationPaging.direction_type:type_name -> keyapis.bell.v1.NotificationPaging.DirectionType
	24, // 20: keyapis.bell.v1.PostNotificationViewOrponRoomNumberResponse.error:type_name -> keyapis.bell.v1.PostNotificationViewOrponRoomNumberResponse.Error
	27, // 21: keyapis.bell.v1.PostNotificationResponse.Error.validation:type_name -> keyapis.bell.v1.ValidationError
	27, // 22: keyapis.bell.v1.GetNotificationResponse.Error.validation:type_name -> keyapis.bell.v1.ValidationError
	27, // 23: keyapis.bell.v1.GetNotificationListResponse.Error.validation:type_name -> keyapis.bell.v1.ValidationError
	27, // 24: keyapis.bell.v1.GetNotificationCountResponse.Error.validation:type_name -> keyapis.bell.v1.ValidationError
	27, // 25: keyapis.bell.v1.PostNotificationViewResponse.Error.validation:type_name -> keyapis.bell.v1.ValidationError
	27, // 26: keyapis.bell.v1.PostNotificationViewOrponRoomNumberResponse.Error.validation:type_name -> keyapis.bell.v1.ValidationError
	4,  // 27: keyapis.bell.v1.NotificationService.PostNotification:input_type -> keyapis.bell.v1.PostNotificationRequest
	6,  // 28: keyapis.bell.v1.NotificationService.GetNotification:input_type -> keyapis.bell.v1.GetNotificationRequest
	8,  // 29: keyapis.bell.v1.NotificationService.GetNotificationList:input_type -> keyapis.bell.v1.GetNotificationListRequest
	10, // 30: keyapis.bell.v1.NotificationService.GetNotificationCount:input_type -> keyapis.bell.v1.GetNotificationCountRequest
	12, // 31: keyapis.bell.v1.NotificationService.PostNotificationView:input_type -> keyapis.bell.v1.PostNotificationViewRequest
	16, // 32: keyapis.bell.v1.NotificationService.PostNotificationViewOrponRoomNumber:input_type -> keyapis.bell.v1.PostNotificationViewOrponRoomNumberRequest
	5,  // 33: keyapis.bell.v1.NotificationService.PostNotification:output_type -> keyapis.bell.v1.PostNotificationResponse
	7,  // 34: keyapis.bell.v1.NotificationService.GetNotification:output_type -> keyapis.bell.v1.GetNotificationResponse
	9,  // 35: keyapis.bell.v1.NotificationService.GetNotificationList:output_type -> keyapis.bell.v1.GetNotificationListResponse
	11, // 36: keyapis.bell.v1.NotificationService.GetNotificationCount:output_type -> keyapis.bell.v1.GetNotificationCountResponse
	13, // 37: keyapis.bell.v1.NotificationService.PostNotificationView:output_type -> keyapis.bell.v1.PostNotificationViewResponse
	17, // 38: keyapis.bell.v1.NotificationService.PostNotificationViewOrponRoomNumber:output_type -> keyapis.bell.v1.PostNotificationViewOrponRoomNumberResponse
	33, // [33:39] is the sub-list for method output_type
	27, // [27:33] is the sub-list for method input_type
	27, // [27:27] is the sub-list for extension type_name
	27, // [27:27] is the sub-list for extension extendee
	0,  // [0:27] is the sub-list for field type_name
}

func init() { file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_init() }
func file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_init() {
	if File_keyapis_bell_v1_keyapis_bell_notification_v1_proto != nil {
		return
	}
	file_keyapis_bell_v1_keyapis_bell_common_v1_proto_init()
	if !protoimpl.UnsafeEnabled {
		file_keyapis_bell_v1_keyapis_bell_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_bell_v1_keyapis_bell_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_bell_v1_keyapis_bell_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_bell_v1_keyapis_bell_notification_v1_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetNotificationRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetNotificationResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetNotificationListRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetNotificationListResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetNotificationCountRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetNotificationCountResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostNotificationViewRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostNotificationViewResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*NotificationFilter); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*NotificationPaging); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostNotificationViewOrponRoomNumberRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostNotificationViewOrponRoomNumberResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_msgTypes[16].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_bell_v1_keyapis_bell_notification_v1_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetNotificationResponse_Error); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetNotificationListResponse_Error); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetNotificationCountResponse_Error); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostNotificationViewResponse_Error); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostNotificationViewOrponRoomNumberResponse_Error); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
	}
	file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_msgTypes[2].OneofWrappers = []interface{}{
		(*PostNotificationResponse_Data)(nil),
		(*PostNotificationResponse_Error_)(nil),
	}
	file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_msgTypes[4].OneofWrappers = []interface{}{
		(*GetNotificationResponse_Data)(nil),
		(*GetNotificationResponse_Error_)(nil),
	}
	file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_msgTypes[5].OneofWrappers = []interface{}{
		(*GetNotificationListRequest_Paging)(nil),
	}
	file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_msgTypes[6].OneofWrappers = []interface{}{
		(*GetNotificationListResponse_Data)(nil),
		(*GetNotificationListResponse_Error_)(nil),
	}
	file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_msgTypes[8].OneofWrappers = []interface{}{
		(*GetNotificationCountResponse_Data)(nil),
		(*GetNotificationCountResponse_Error_)(nil),
	}
	file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_msgTypes[10].OneofWrappers = []interface{}{
		(*PostNotificationViewResponse_Error_)(nil),
	}
	file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_msgTypes[14].OneofWrappers = []interface{}{
		(*PostNotificationViewOrponRoomNumberResponse_Data)(nil),
		(*PostNotificationViewOrponRoomNumberResponse_Error_)(nil),
	}
	file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_msgTypes[16].OneofWrappers = []interface{}{
		(*PostNotificationResponse_Error_Validation)(nil),
	}
	file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_msgTypes[17].OneofWrappers = []interface{}{
		(*GetNotificationResponse_Error_Validation)(nil),
	}
	file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_msgTypes[18].OneofWrappers = []interface{}{
		(*GetNotificationListResponse_Error_Validation)(nil),
	}
	file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_msgTypes[19].OneofWrappers = []interface{}{
		(*GetNotificationCountResponse_Error_Validation)(nil),
	}
	file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_msgTypes[20].OneofWrappers = []interface{}{
		(*PostNotificationViewResponse_Error_Validation)(nil),
	}
	file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_msgTypes[21].OneofWrappers = []interface{}{
		(*PostNotificationViewOrponRoomNumberResponse_Error_Validation)(nil),
	}
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_rawDesc,
			NumEnums:      3,
			NumMessages:   22,
			NumExtensions: 0,
			NumServices:   1,
		},
		GoTypes:           file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_goTypes,
		DependencyIndexes: file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_depIdxs,
		EnumInfos:         file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_enumTypes,
		MessageInfos:      file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_msgTypes,
	}.Build()
	File_keyapis_bell_v1_keyapis_bell_notification_v1_proto = out.File
	file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_rawDesc = nil
	file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_goTypes = nil
	file_keyapis_bell_v1_keyapis_bell_notification_v1_proto_depIdxs = nil
}
