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

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

package keyapis_dial_v1

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

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

// Запрос на запуск массового оповещения через домофоны
type PostBroadcastAlertStartRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Вызываемый номер.
	// # Паттерн: /^\+[1-9][0-9]{10}$/
	ToNumber string `protobuf:"bytes,1,opt,name=to_number,json=toNumber,proto3" json:"to_number,omitempty"`
	// Вызывающий номер.
	// # Паттерн: /^\+[1-9][0-9]{10}$/
	FromNumber string `protobuf:"bytes,2,opt,name=from_number,json=fromNumber,proto3" json:"from_number,omitempty"`
}

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

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

func (*PostBroadcastAlertStartRequest) ProtoMessage() {}

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

func (x *PostBroadcastAlertStartRequest) GetToNumber() string {
	if x != nil {
		return x.ToNumber
	}
	return ""
}

func (x *PostBroadcastAlertStartRequest) GetFromNumber() string {
	if x != nil {
		return x.FromNumber
	}
	return ""
}

// Ответ на запрос на запуск массового оповещения через домофоны
type PostBroadcastAlertStartResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

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

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

func (*PostBroadcastAlertStartResponse) ProtoMessage() {}

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

func (m *PostBroadcastAlertStartResponse) GetType() isPostBroadcastAlertStartResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *PostBroadcastAlertStartResponse) GetError() *PostBroadcastAlertStartResponse_Error {
	if x, ok := x.GetType().(*PostBroadcastAlertStartResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isPostBroadcastAlertStartResponse_Type interface {
	isPostBroadcastAlertStartResponse_Type()
}

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

func (*PostBroadcastAlertStartResponse_Error_) isPostBroadcastAlertStartResponse_Type() {}

// Ошибки валидации
type ValidationError struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Путь к полю в формате наименования protobuf
	Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	// Валидационное сообщение
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
}

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

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

func (*ValidationError) ProtoMessage() {}

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

func (x *ValidationError) GetPath() string {
	if x != nil {
		return x.Path
	}
	return ""
}

func (x *ValidationError) GetMessage() string {
	if x != nil {
		return x.Message
	}
	return ""
}

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

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

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

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

func (*PostBroadcastAlertStartResponse_Error) ProtoMessage() {}

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

func (m *PostBroadcastAlertStartResponse_Error) GetReason() isPostBroadcastAlertStartResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

func (x *PostBroadcastAlertStartResponse_Error) GetScenarioNotFound() *PostBroadcastAlertStartResponse_Error_ScenarioNotFound {
	if x, ok := x.GetReason().(*PostBroadcastAlertStartResponse_Error_ScenarioNotFound_); ok {
		return x.ScenarioNotFound
	}
	return nil
}

type isPostBroadcastAlertStartResponse_Error_Reason interface {
	isPostBroadcastAlertStartResponse_Error_Reason()
}

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

type PostBroadcastAlertStartResponse_Error_ScenarioNotFound_ struct {
	// Звуковой файл не найден
	ScenarioNotFound *PostBroadcastAlertStartResponse_Error_ScenarioNotFound `protobuf:"bytes,2,opt,name=scenario_not_found,json=scenarioNotFound,proto3,oneof"`
}

func (*PostBroadcastAlertStartResponse_Error_Validation) isPostBroadcastAlertStartResponse_Error_Reason() {
}

func (*PostBroadcastAlertStartResponse_Error_ScenarioNotFound_) isPostBroadcastAlertStartResponse_Error_Reason() {
}

// Не найден сценарий оповещения
type PostBroadcastAlertStartResponse_Error_ScenarioNotFound struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

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

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

func (*PostBroadcastAlertStartResponse_Error_ScenarioNotFound) ProtoMessage() {}

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

var File_keyapis_dial_v1_keyapis_dial_alert_scenario_v1_proto protoreflect.FileDescriptor

var file_keyapis_dial_v1_keyapis_dial_alert_scenario_v1_proto_rawDesc = []byte{
	0x0a, 0x34, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x64, 0x69, 0x61, 0x6c, 0x2f, 0x76,
	0x31, 0x2f, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5f, 0x64, 0x69, 0x61, 0x6c, 0x5f, 0x61,
	0x6c, 0x65, 0x72, 0x74, 0x5f, 0x73, 0x63, 0x65, 0x6e, 0x61, 0x72, 0x69, 0x6f, 0x5f, 0x76, 0x31,
	0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0f, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x64, 0x69, 0x61, 0x6c, 0x2e, 0x76, 0x31, 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, 0x22, 0x68, 0x0a, 0x1e, 0x50, 0x6f, 0x73, 0x74, 0x42, 0x72,
	0x6f, 0x61, 0x64, 0x63, 0x61, 0x73, 0x74, 0x41, 0x6c, 0x65, 0x72, 0x74, 0x53, 0x74, 0x61, 0x72,
	0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x20, 0x0a, 0x09, 0x74, 0x6f, 0x5f, 0x6e,
	0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02,
	0x52, 0x08, 0x74, 0x6f, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x24, 0x0a, 0x0b, 0x66, 0x72,
	0x6f, 0x6d, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42,
	0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a, 0x66, 0x72, 0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72,
	0x22, 0xde, 0x02, 0x0a, 0x1f, 0x50, 0x6f, 0x73, 0x74, 0x42, 0x72, 0x6f, 0x61, 0x64, 0x63, 0x61,
	0x73, 0x74, 0x41, 0x6c, 0x65, 0x72, 0x74, 0x53, 0x74, 0x61, 0x72, 0x74, 0x52, 0x65, 0x73, 0x70,
	0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4e, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x01, 0x20,
	0x01, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x69,
	0x61, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x42, 0x72, 0x6f, 0x61, 0x64, 0x63,
	0x61, 0x73, 0x74, 0x41, 0x6c, 0x65, 0x72, 0x74, 0x53, 0x74, 0x61, 0x72, 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, 0xe2, 0x01, 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, 0x64, 0x69, 0x61,
	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, 0x12, 0x77, 0x0a, 0x12, 0x73, 0x63, 0x65, 0x6e, 0x61, 0x72, 0x69, 0x6f, 0x5f, 0x6e,
	0x6f, 0x74, 0x5f, 0x66, 0x6f, 0x75, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x47,
	0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x69, 0x61, 0x6c, 0x2e, 0x76, 0x31,
	0x2e, 0x50, 0x6f, 0x73, 0x74, 0x42, 0x72, 0x6f, 0x61, 0x64, 0x63, 0x61, 0x73, 0x74, 0x41, 0x6c,
	0x65, 0x72, 0x74, 0x53, 0x74, 0x61, 0x72, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
	0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x2e, 0x53, 0x63, 0x65, 0x6e, 0x61, 0x72, 0x69, 0x6f, 0x4e,
	0x6f, 0x74, 0x46, 0x6f, 0x75, 0x6e, 0x64, 0x48, 0x00, 0x52, 0x10, 0x73, 0x63, 0x65, 0x6e, 0x61,
	0x72, 0x69, 0x6f, 0x4e, 0x6f, 0x74, 0x46, 0x6f, 0x75, 0x6e, 0x64, 0x1a, 0x12, 0x0a, 0x10, 0x53,
	0x63, 0x65, 0x6e, 0x61, 0x72, 0x69, 0x6f, 0x4e, 0x6f, 0x74, 0x46, 0x6f, 0x75, 0x6e, 0x64, 0x42,
	0x08, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70,
	0x65, 0x22, 0x49, 0x0a, 0x0f, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45,
	0x72, 0x72, 0x6f, 0x72, 0x12, 0x17, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x01, 0x20, 0x01,
	0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x12, 0x1d, 0x0a,
	0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03,
	0xe0, 0x41, 0x02, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0xce, 0x01, 0x0a,
	0x15, 0x42, 0x72, 0x6f, 0x61, 0x64, 0x63, 0x61, 0x73, 0x74, 0x41, 0x6c, 0x65, 0x72, 0x74, 0x53,
	0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0xb4, 0x01, 0x0a, 0x17, 0x50, 0x6f, 0x73, 0x74, 0x42,
	0x72, 0x6f, 0x61, 0x64, 0x63, 0x61, 0x73, 0x74, 0x41, 0x6c, 0x65, 0x72, 0x74, 0x53, 0x74, 0x61,
	0x72, 0x74, 0x12, 0x2f, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x69, 0x61,
	0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x42, 0x72, 0x6f, 0x61, 0x64, 0x63, 0x61,
	0x73, 0x74, 0x41, 0x6c, 0x65, 0x72, 0x74, 0x53, 0x74, 0x61, 0x72, 0x74, 0x52, 0x65, 0x71, 0x75,
	0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x69,
	0x61, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x42, 0x72, 0x6f, 0x61, 0x64, 0x63,
	0x61, 0x73, 0x74, 0x41, 0x6c, 0x65, 0x72, 0x74, 0x53, 0x74, 0x61, 0x72, 0x74, 0x52, 0x65, 0x73,
	0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x36, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x30, 0x3a, 0x01, 0x2a,
	0x22, 0x2b, 0x2f, 0x64, 0x69, 0x61, 0x6c, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c,
	0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x62, 0x72, 0x6f, 0x61, 0x64, 0x63, 0x61, 0x73,
	0x74, 0x5f, 0x61, 0x6c, 0x65, 0x72, 0x74, 0x2f, 0x73, 0x74, 0x61, 0x72, 0x74, 0x42, 0x8c, 0x01,
	0x0a, 0x12, 0x72, 0x75, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x69, 0x61,
	0x6c, 0x2e, 0x76, 0x31, 0x42, 0x12, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x44, 0x69, 0x61,
	0x6c, 0x56, 0x31, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x48, 0x03, 0x50, 0x00, 0x5a, 0x10, 0x2f, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5f, 0x64, 0x69, 0x61, 0x6c, 0x5f, 0x76, 0x31, 0xd8, 0x01,
	0x01, 0xf8, 0x01, 0x01, 0xa2, 0x02, 0x0d, 0x4b, 0x45, 0x59, 0x41, 0x50, 0x49, 0x53, 0x44, 0x49,
	0x41, 0x4c, 0x56, 0x31, 0xaa, 0x02, 0x0f, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x44,
	0x69, 0x61, 0x6c, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x0f, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x5c, 0x44, 0x69, 0x61, 0x6c, 0x5c, 0x56, 0x31, 0xea, 0x02, 0x11, 0x4b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x3a, 0x3a, 0x44, 0x69, 0x61, 0x6c, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72,
	0x6f, 0x74, 0x6f, 0x33,
}

var (
	file_keyapis_dial_v1_keyapis_dial_alert_scenario_v1_proto_rawDescOnce sync.Once
	file_keyapis_dial_v1_keyapis_dial_alert_scenario_v1_proto_rawDescData = file_keyapis_dial_v1_keyapis_dial_alert_scenario_v1_proto_rawDesc
)

func file_keyapis_dial_v1_keyapis_dial_alert_scenario_v1_proto_rawDescGZIP() []byte {
	file_keyapis_dial_v1_keyapis_dial_alert_scenario_v1_proto_rawDescOnce.Do(func() {
		file_keyapis_dial_v1_keyapis_dial_alert_scenario_v1_proto_rawDescData = protoimpl.X.CompressGZIP(file_keyapis_dial_v1_keyapis_dial_alert_scenario_v1_proto_rawDescData)
	})
	return file_keyapis_dial_v1_keyapis_dial_alert_scenario_v1_proto_rawDescData
}

var file_keyapis_dial_v1_keyapis_dial_alert_scenario_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 5)
var file_keyapis_dial_v1_keyapis_dial_alert_scenario_v1_proto_goTypes = []interface{}{
	(*PostBroadcastAlertStartRequest)(nil),                         // 0: keyapis.dial.v1.PostBroadcastAlertStartRequest
	(*PostBroadcastAlertStartResponse)(nil),                        // 1: keyapis.dial.v1.PostBroadcastAlertStartResponse
	(*ValidationError)(nil),                                        // 2: keyapis.dial.v1.ValidationError
	(*PostBroadcastAlertStartResponse_Error)(nil),                  // 3: keyapis.dial.v1.PostBroadcastAlertStartResponse.Error
	(*PostBroadcastAlertStartResponse_Error_ScenarioNotFound)(nil), // 4: keyapis.dial.v1.PostBroadcastAlertStartResponse.Error.ScenarioNotFound
}
var file_keyapis_dial_v1_keyapis_dial_alert_scenario_v1_proto_depIdxs = []int32{
	3, // 0: keyapis.dial.v1.PostBroadcastAlertStartResponse.error:type_name -> keyapis.dial.v1.PostBroadcastAlertStartResponse.Error
	2, // 1: keyapis.dial.v1.PostBroadcastAlertStartResponse.Error.validation:type_name -> keyapis.dial.v1.ValidationError
	4, // 2: keyapis.dial.v1.PostBroadcastAlertStartResponse.Error.scenario_not_found:type_name -> keyapis.dial.v1.PostBroadcastAlertStartResponse.Error.ScenarioNotFound
	0, // 3: keyapis.dial.v1.BroadcastAlertService.PostBroadcastAlertStart:input_type -> keyapis.dial.v1.PostBroadcastAlertStartRequest
	1, // 4: keyapis.dial.v1.BroadcastAlertService.PostBroadcastAlertStart:output_type -> keyapis.dial.v1.PostBroadcastAlertStartResponse
	4, // [4:5] is the sub-list for method output_type
	3, // [3:4] is the sub-list for method input_type
	3, // [3:3] is the sub-list for extension type_name
	3, // [3:3] is the sub-list for extension extendee
	0, // [0:3] is the sub-list for field type_name
}

func init() { file_keyapis_dial_v1_keyapis_dial_alert_scenario_v1_proto_init() }
func file_keyapis_dial_v1_keyapis_dial_alert_scenario_v1_proto_init() {
	if File_keyapis_dial_v1_keyapis_dial_alert_scenario_v1_proto != nil {
		return
	}
	if !protoimpl.UnsafeEnabled {
		file_keyapis_dial_v1_keyapis_dial_alert_scenario_v1_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostBroadcastAlertStartRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_dial_v1_keyapis_dial_alert_scenario_v1_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostBroadcastAlertStartResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_dial_v1_keyapis_dial_alert_scenario_v1_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*ValidationError); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_dial_v1_keyapis_dial_alert_scenario_v1_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostBroadcastAlertStartResponse_Error); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_dial_v1_keyapis_dial_alert_scenario_v1_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostBroadcastAlertStartResponse_Error_ScenarioNotFound); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
	}
	file_keyapis_dial_v1_keyapis_dial_alert_scenario_v1_proto_msgTypes[1].OneofWrappers = []interface{}{
		(*PostBroadcastAlertStartResponse_Error_)(nil),
	}
	file_keyapis_dial_v1_keyapis_dial_alert_scenario_v1_proto_msgTypes[3].OneofWrappers = []interface{}{
		(*PostBroadcastAlertStartResponse_Error_Validation)(nil),
		(*PostBroadcastAlertStartResponse_Error_ScenarioNotFound_)(nil),
	}
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_keyapis_dial_v1_keyapis_dial_alert_scenario_v1_proto_rawDesc,
			NumEnums:      0,
			NumMessages:   5,
			NumExtensions: 0,
			NumServices:   1,
		},
		GoTypes:           file_keyapis_dial_v1_keyapis_dial_alert_scenario_v1_proto_goTypes,
		DependencyIndexes: file_keyapis_dial_v1_keyapis_dial_alert_scenario_v1_proto_depIdxs,
		MessageInfos:      file_keyapis_dial_v1_keyapis_dial_alert_scenario_v1_proto_msgTypes,
	}.Build()
	File_keyapis_dial_v1_keyapis_dial_alert_scenario_v1_proto = out.File
	file_keyapis_dial_v1_keyapis_dial_alert_scenario_v1_proto_rawDesc = nil
	file_keyapis_dial_v1_keyapis_dial_alert_scenario_v1_proto_goTypes = nil
	file_keyapis_dial_v1_keyapis_dial_alert_scenario_v1_proto_depIdxs = nil
}
