//
//События устройств (домофоны, калитки, шлагбаумы). События оповещения

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

package keyapis_device_v1

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

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

// Тип проигрывания.
// # Тип: byte
type PrepareStartTask_PlayType int32

const (
	// Значение не указано
	PrepareStartTask_PLAY_TYPE_UNKNOWN PrepareStartTask_PlayType = 0
	// Только на аналоговые трубки
	PrepareStartTask_HANDSET_ONLY PrepareStartTask_PlayType = 1
	// Только на динамик домофона
	PrepareStartTask_SPEAKER_ONLY PrepareStartTask_PlayType = 2
	// Сначала на аналоговые трубки проигрываем заданное количество тактов, затем на динамик домофона
	PrepareStartTask_HANDSET_AND_SPEAKER PrepareStartTask_PlayType = 3
	// Сначала на динамик домофона проигрываем заданное количество тактов, затем на аналоговые трубки
	PrepareStartTask_SPEAKER_AND_HANDSET PrepareStartTask_PlayType = 4
)

// Enum value maps for PrepareStartTask_PlayType.
var (
	PrepareStartTask_PlayType_name = map[int32]string{
		0: "PLAY_TYPE_UNKNOWN",
		1: "HANDSET_ONLY",
		2: "SPEAKER_ONLY",
		3: "HANDSET_AND_SPEAKER",
		4: "SPEAKER_AND_HANDSET",
	}
	PrepareStartTask_PlayType_value = map[string]int32{
		"PLAY_TYPE_UNKNOWN":   0,
		"HANDSET_ONLY":        1,
		"SPEAKER_ONLY":        2,
		"HANDSET_AND_SPEAKER": 3,
		"SPEAKER_AND_HANDSET": 4,
	}
)

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

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

func (PrepareStartTask_PlayType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_device_v1_keyapis_device_event_alert_v1_proto_enumTypes[0].Descriptor()
}

func (PrepareStartTask_PlayType) Type() protoreflect.EnumType {
	return &file_keyapis_device_v1_keyapis_device_event_alert_v1_proto_enumTypes[0]
}

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

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

// Тип проигрывания.
// # Тип: byte
type PlayStartTask_PlayType int32

const (
	// Значение не указано
	PlayStartTask_PLAY_TYPE_UNKNOWN PlayStartTask_PlayType = 0
	// Только на аналоговые трубки
	PlayStartTask_HANDSET_ONLY PlayStartTask_PlayType = 1
	// Только на динамик домофона
	PlayStartTask_SPEAKER_ONLY PlayStartTask_PlayType = 2
	// Сначала на аналоговые трубки проигрываем заданное количество тактов, затем на динамик домофона
	PlayStartTask_HANDSET_AND_SPEAKER PlayStartTask_PlayType = 3
	// Сначала на динамик домофона проигрываем заданное количество тактов, затем на аналоговые трубки
	PlayStartTask_SPEAKER_AND_HANDSET PlayStartTask_PlayType = 4
)

// Enum value maps for PlayStartTask_PlayType.
var (
	PlayStartTask_PlayType_name = map[int32]string{
		0: "PLAY_TYPE_UNKNOWN",
		1: "HANDSET_ONLY",
		2: "SPEAKER_ONLY",
		3: "HANDSET_AND_SPEAKER",
		4: "SPEAKER_AND_HANDSET",
	}
	PlayStartTask_PlayType_value = map[string]int32{
		"PLAY_TYPE_UNKNOWN":   0,
		"HANDSET_ONLY":        1,
		"SPEAKER_ONLY":        2,
		"HANDSET_AND_SPEAKER": 3,
		"SPEAKER_AND_HANDSET": 4,
	}
)

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

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

func (PlayStartTask_PlayType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_device_v1_keyapis_device_event_alert_v1_proto_enumTypes[1].Descriptor()
}

func (PlayStartTask_PlayType) Type() protoreflect.EnumType {
	return &file_keyapis_device_v1_keyapis_device_event_alert_v1_proto_enumTypes[1]
}

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

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

// Команда на подготовку и старт проигрывания файла через домофон.
// Очередь key.device.alert.prepare_start
type PrepareStartTask struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор запроса
	RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// Ссылка на звуковой файл для проигрывания.
	// Файл должен лежать на внутреннем хранилище.
	// # Диапазон: 2..100
	SoundFileUri string `protobuf:"bytes,2,opt,name=sound_file_uri,json=soundFileUri,proto3" json:"sound_file_uri,omitempty"`
	// Идентификатор устройства
	DeviceId int32 `protobuf:"varint,3,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	// Длительность воспроизведения такта в секундах.
	// Такт включает в себя проигрывание файла на трубках или на динамике.
	// # Диапазон: 0..65536
	TactPlayDuration int32 `protobuf:"varint,4,opt,name=tact_play_duration,json=tactPlayDuration,proto3" json:"tact_play_duration,omitempty"`
	// Количество последовательных повторов тактов перед сменой динамика на трубки или наоборот.
	// # Диапазон: 0..65536
	TactRepeatCount int32 `protobuf:"varint,5,opt,name=tact_repeat_count,json=tactRepeatCount,proto3" json:"tact_repeat_count,omitempty"`
	// Количество дополнительных повторов тактов, т.е. умолчание=0 - это проигрывание одного такта.
	// # Диапазон: 0..65536
	PlayRepeatCount int32 `protobuf:"varint,6,opt,name=play_repeat_count,json=playRepeatCount,proto3" json:"play_repeat_count,omitempty"`
	// Тип проигрывания
	PlayType PrepareStartTask_PlayType `protobuf:"varint,7,opt,name=play_type,json=playType,proto3,enum=keyapis.device.v1.PrepareStartTask_PlayType" json:"play_type,omitempty"`
}

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

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

func (*PrepareStartTask) ProtoMessage() {}

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

func (x *PrepareStartTask) GetRequestId() string {
	if x != nil {
		return x.RequestId
	}
	return ""
}

func (x *PrepareStartTask) GetSoundFileUri() string {
	if x != nil {
		return x.SoundFileUri
	}
	return ""
}

func (x *PrepareStartTask) GetDeviceId() int32 {
	if x != nil {
		return x.DeviceId
	}
	return 0
}

func (x *PrepareStartTask) GetTactPlayDuration() int32 {
	if x != nil {
		return x.TactPlayDuration
	}
	return 0
}

func (x *PrepareStartTask) GetTactRepeatCount() int32 {
	if x != nil {
		return x.TactRepeatCount
	}
	return 0
}

func (x *PrepareStartTask) GetPlayRepeatCount() int32 {
	if x != nil {
		return x.PlayRepeatCount
	}
	return 0
}

func (x *PrepareStartTask) GetPlayType() PrepareStartTask_PlayType {
	if x != nil {
		return x.PlayType
	}
	return PrepareStartTask_PLAY_TYPE_UNKNOWN
}

// Команда на подготовку и прекращение проигрывания файла через домофон.
// Очередь key.device.alert.prepare_stop
type PrepareStopTask struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор запроса
	RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// Идентификатор устройства
	DeviceId int32 `protobuf:"varint,2,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
}

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

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

func (*PrepareStopTask) ProtoMessage() {}

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

func (x *PrepareStopTask) GetRequestId() string {
	if x != nil {
		return x.RequestId
	}
	return ""
}

func (x *PrepareStopTask) GetDeviceId() int32 {
	if x != nil {
		return x.DeviceId
	}
	return 0
}

// Команда на старт проигрывания файла через домофон.
// Очередь key.device.alert.play_start
type PlayStartTask struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор запроса.
	// # Тип: Guid
	RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// Идентификатор устройства
	DeviceId int32 `protobuf:"varint,2,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	// Ссылка на звуковой файл для проигрывания.
	// Файл должен лежать на внутреннем хранилище.
	// # Диапазон: 7..100
	SoundFileUri string `protobuf:"bytes,3,opt,name=sound_file_uri,json=soundFileUri,proto3" json:"sound_file_uri,omitempty"`
	// Сетевой адрес.
	// # Паттерн: /^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/
	IpAddress string `protobuf:"bytes,4,opt,name=ip_address,json=ipAddress,proto3" json:"ip_address,omitempty"`
	// Сетевой порт.
	// # Диапазон: 0..65535
	Port *wrapperspb.Int32Value `protobuf:"bytes,5,opt,name=port,proto3" json:"port,omitempty"`
	// Модель устройства.
	// # Диапазон: 2..100
	Model string `protobuf:"bytes,6,opt,name=model,proto3" json:"model,omitempty"`
	// Длительность воспроизведения такта в секундах.
	// Такт включает в себя проигрывание файла на трубках или на динамике.
	// # Диапазон: 0..65536
	TactPlayDuration int32 `protobuf:"varint,7,opt,name=tact_play_duration,json=tactPlayDuration,proto3" json:"tact_play_duration,omitempty"`
	// Количество последовательных повторов тактов перед сменой динамика на трубки или наоборот.
	// # Диапазон: 0..65536
	TactRepeatCount int32 `protobuf:"varint,8,opt,name=tact_repeat_count,json=tactRepeatCount,proto3" json:"tact_repeat_count,omitempty"`
	// Количество повторов заданного количества тактов, где умолчание=0 - это один повтор.
	// # Диапазон: 0..65536
	PlayRepeatCount int32 `protobuf:"varint,9,opt,name=play_repeat_count,json=playRepeatCount,proto3" json:"play_repeat_count,omitempty"`
	// Тип проигрывания
	PlayType PlayStartTask_PlayType `protobuf:"varint,10,opt,name=play_type,json=playType,proto3,enum=keyapis.device.v1.PlayStartTask_PlayType" json:"play_type,omitempty"`
	// Логин.
	// # Диапазон: 0..100
	Login *wrapperspb.StringValue `protobuf:"bytes,11,opt,name=login,proto3" json:"login,omitempty"`
	// Пароль.
	// # Диапазон: 0..100
	Password *wrapperspb.StringValue `protobuf:"bytes,12,opt,name=password,proto3" json:"password,omitempty"`
}

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

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

func (*PlayStartTask) ProtoMessage() {}

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

func (x *PlayStartTask) GetRequestId() string {
	if x != nil {
		return x.RequestId
	}
	return ""
}

func (x *PlayStartTask) GetDeviceId() int32 {
	if x != nil {
		return x.DeviceId
	}
	return 0
}

func (x *PlayStartTask) GetSoundFileUri() string {
	if x != nil {
		return x.SoundFileUri
	}
	return ""
}

func (x *PlayStartTask) GetIpAddress() string {
	if x != nil {
		return x.IpAddress
	}
	return ""
}

func (x *PlayStartTask) GetPort() *wrapperspb.Int32Value {
	if x != nil {
		return x.Port
	}
	return nil
}

func (x *PlayStartTask) GetModel() string {
	if x != nil {
		return x.Model
	}
	return ""
}

func (x *PlayStartTask) GetTactPlayDuration() int32 {
	if x != nil {
		return x.TactPlayDuration
	}
	return 0
}

func (x *PlayStartTask) GetTactRepeatCount() int32 {
	if x != nil {
		return x.TactRepeatCount
	}
	return 0
}

func (x *PlayStartTask) GetPlayRepeatCount() int32 {
	if x != nil {
		return x.PlayRepeatCount
	}
	return 0
}

func (x *PlayStartTask) GetPlayType() PlayStartTask_PlayType {
	if x != nil {
		return x.PlayType
	}
	return PlayStartTask_PLAY_TYPE_UNKNOWN
}

func (x *PlayStartTask) GetLogin() *wrapperspb.StringValue {
	if x != nil {
		return x.Login
	}
	return nil
}

func (x *PlayStartTask) GetPassword() *wrapperspb.StringValue {
	if x != nil {
		return x.Password
	}
	return nil
}

// Команда на прекращение проигрывания файла через домофон.
// Очередь key.device.alert.play_stop
type PlayStopTask struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор запроса.
	// # Тип: Guid
	RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// Идентификатор устройства
	DeviceId int32 `protobuf:"varint,2,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	// Сетевой адрес.
	// # Паттерн: /^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/
	IpAddress string `protobuf:"bytes,3,opt,name=ip_address,json=ipAddress,proto3" json:"ip_address,omitempty"`
	// Сетевой порт.
	// # Диапазон: 0..65535
	Port *wrapperspb.Int32Value `protobuf:"bytes,4,opt,name=port,proto3" json:"port,omitempty"`
	// Модель устройства.
	// # Диапазон: 2..100
	Model string `protobuf:"bytes,5,opt,name=model,proto3" json:"model,omitempty"`
	// Логин.
	// # Диапазон: 0..100
	Login *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=login,proto3" json:"login,omitempty"`
	// Пароль.
	// # Диапазон: 0..100
	Password *wrapperspb.StringValue `protobuf:"bytes,7,opt,name=password,proto3" json:"password,omitempty"`
}

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

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

func (*PlayStopTask) ProtoMessage() {}

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

func (x *PlayStopTask) GetRequestId() string {
	if x != nil {
		return x.RequestId
	}
	return ""
}

func (x *PlayStopTask) GetDeviceId() int32 {
	if x != nil {
		return x.DeviceId
	}
	return 0
}

func (x *PlayStopTask) GetIpAddress() string {
	if x != nil {
		return x.IpAddress
	}
	return ""
}

func (x *PlayStopTask) GetPort() *wrapperspb.Int32Value {
	if x != nil {
		return x.Port
	}
	return nil
}

func (x *PlayStopTask) GetModel() string {
	if x != nil {
		return x.Model
	}
	return ""
}

func (x *PlayStopTask) GetLogin() *wrapperspb.StringValue {
	if x != nil {
		return x.Login
	}
	return nil
}

func (x *PlayStopTask) GetPassword() *wrapperspb.StringValue {
	if x != nil {
		return x.Password
	}
	return nil
}

var File_keyapis_device_v1_keyapis_device_event_alert_v1_proto protoreflect.FileDescriptor

var file_keyapis_device_v1_keyapis_device_event_alert_v1_proto_rawDesc = []byte{
	0x0a, 0x35, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x2f, 0x76, 0x31, 0x2f, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5f, 0x64, 0x65, 0x76, 0x69,
	0x63, 0x65, 0x5f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x61, 0x6c, 0x65, 0x72, 0x74, 0x5f, 0x76,
	0x31, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x11, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67,
	0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x62, 0x65, 0x68,
	0x61, 0x76, 0x69, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1e, 0x67, 0x6f, 0x6f,
	0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x77, 0x72, 0x61,
	0x70, 0x70, 0x65, 0x72, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xe1, 0x03, 0x0a, 0x10,
	0x50, 0x72, 0x65, 0x70, 0x61, 0x72, 0x65, 0x53, 0x74, 0x61, 0x72, 0x74, 0x54, 0x61, 0x73, 0x6b,
	0x12, 0x22, 0x0a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01,
	0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65,
	0x73, 0x74, 0x49, 0x64, 0x12, 0x29, 0x0a, 0x0e, 0x73, 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x66, 0x69,
	0x6c, 0x65, 0x5f, 0x75, 0x72, 0x69, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41,
	0x02, 0x52, 0x0c, 0x73, 0x6f, 0x75, 0x6e, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x55, 0x72, 0x69, 0x12,
	0x20, 0x0a, 0x09, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01,
	0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x08, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49,
	0x64, 0x12, 0x31, 0x0a, 0x12, 0x74, 0x61, 0x63, 0x74, 0x5f, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x64,
	0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0,
	0x41, 0x02, 0x52, 0x10, 0x74, 0x61, 0x63, 0x74, 0x50, 0x6c, 0x61, 0x79, 0x44, 0x75, 0x72, 0x61,
	0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2f, 0x0a, 0x11, 0x74, 0x61, 0x63, 0x74, 0x5f, 0x72, 0x65, 0x70,
	0x65, 0x61, 0x74, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x42,
	0x03, 0xe0, 0x41, 0x02, 0x52, 0x0f, 0x74, 0x61, 0x63, 0x74, 0x52, 0x65, 0x70, 0x65, 0x61, 0x74,
	0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x2f, 0x0a, 0x11, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x65,
	0x70, 0x65, 0x61, 0x74, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05,
	0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0f, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x65, 0x70, 0x65, 0x61,
	0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x4e, 0x0a, 0x09, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x74,
	0x79, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2c, 0x2e, 0x6b, 0x65, 0x79, 0x61,
	0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72,
	0x65, 0x70, 0x61, 0x72, 0x65, 0x53, 0x74, 0x61, 0x72, 0x74, 0x54, 0x61, 0x73, 0x6b, 0x2e, 0x50,
	0x6c, 0x61, 0x79, 0x54, 0x79, 0x70, 0x65, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x08, 0x70, 0x6c,
	0x61, 0x79, 0x54, 0x79, 0x70, 0x65, 0x22, 0x77, 0x0a, 0x08, 0x50, 0x6c, 0x61, 0x79, 0x54, 0x79,
	0x70, 0x65, 0x12, 0x15, 0x0a, 0x11, 0x50, 0x4c, 0x41, 0x59, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f,
	0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x10, 0x0a, 0x0c, 0x48, 0x41, 0x4e,
	0x44, 0x53, 0x45, 0x54, 0x5f, 0x4f, 0x4e, 0x4c, 0x59, 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x53,
	0x50, 0x45, 0x41, 0x4b, 0x45, 0x52, 0x5f, 0x4f, 0x4e, 0x4c, 0x59, 0x10, 0x02, 0x12, 0x17, 0x0a,
	0x13, 0x48, 0x41, 0x4e, 0x44, 0x53, 0x45, 0x54, 0x5f, 0x41, 0x4e, 0x44, 0x5f, 0x53, 0x50, 0x45,
	0x41, 0x4b, 0x45, 0x52, 0x10, 0x03, 0x12, 0x17, 0x0a, 0x13, 0x53, 0x50, 0x45, 0x41, 0x4b, 0x45,
	0x52, 0x5f, 0x41, 0x4e, 0x44, 0x5f, 0x48, 0x41, 0x4e, 0x44, 0x53, 0x45, 0x54, 0x10, 0x04, 0x22,
	0x57, 0x0a, 0x0f, 0x50, 0x72, 0x65, 0x70, 0x61, 0x72, 0x65, 0x53, 0x74, 0x6f, 0x70, 0x54, 0x61,
	0x73, 0x6b, 0x12, 0x22, 0x0a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, 0x69, 0x64,
	0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x09, 0x72, 0x65, 0x71,
	0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x09, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x08,
	0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x22, 0xb9, 0x05, 0x0a, 0x0d, 0x50, 0x6c, 0x61,
	0x79, 0x53, 0x74, 0x61, 0x72, 0x74, 0x54, 0x61, 0x73, 0x6b, 0x12, 0x22, 0x0a, 0x0a, 0x72, 0x65,
	0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03,
	0xe0, 0x41, 0x02, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x12, 0x20,
	0x0a, 0x09, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28,
	0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x08, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64,
	0x12, 0x29, 0x0a, 0x0e, 0x73, 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x75,
	0x72, 0x69, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0c, 0x73,
	0x6f, 0x75, 0x6e, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x55, 0x72, 0x69, 0x12, 0x22, 0x0a, 0x0a, 0x69,
	0x70, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42,
	0x03, 0xe0, 0x41, 0x02, 0x52, 0x09, 0x69, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12,
	0x2f, 0x0a, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e,
	0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
	0x49, 0x6e, 0x74, 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x04, 0x70, 0x6f, 0x72, 0x74,
	0x12, 0x19, 0x0a, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42,
	0x03, 0xe0, 0x41, 0x02, 0x52, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x12, 0x31, 0x0a, 0x12, 0x74,
	0x61, 0x63, 0x74, 0x5f, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x64, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f,
	0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x10, 0x74, 0x61,
	0x63, 0x74, 0x50, 0x6c, 0x61, 0x79, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2f,
	0x0a, 0x11, 0x74, 0x61, 0x63, 0x74, 0x5f, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x5f, 0x63, 0x6f,
	0x75, 0x6e, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0f,
	0x74, 0x61, 0x63, 0x74, 0x52, 0x65, 0x70, 0x65, 0x61, 0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12,
	0x2f, 0x0a, 0x11, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x5f, 0x63,
	0x6f, 0x75, 0x6e, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52,
	0x0f, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x65, 0x70, 0x65, 0x61, 0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74,
	0x12, 0x4b, 0x0a, 0x09, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x0a, 0x20,
	0x01, 0x28, 0x0e, 0x32, 0x29, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6c, 0x61, 0x79, 0x53, 0x74, 0x61, 0x72,
	0x74, 0x54, 0x61, 0x73, 0x6b, 0x2e, 0x50, 0x6c, 0x61, 0x79, 0x54, 0x79, 0x70, 0x65, 0x42, 0x03,
	0xe0, 0x41, 0x02, 0x52, 0x08, 0x70, 0x6c, 0x61, 0x79, 0x54, 0x79, 0x70, 0x65, 0x12, 0x32, 0x0a,
	0x05, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x18, 0x0b, 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, 0x05, 0x6c, 0x6f, 0x67, 0x69,
	0x6e, 0x12, 0x38, 0x0a, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x0c, 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, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x22, 0x77, 0x0a, 0x08, 0x50,
	0x6c, 0x61, 0x79, 0x54, 0x79, 0x70, 0x65, 0x12, 0x15, 0x0a, 0x11, 0x50, 0x4c, 0x41, 0x59, 0x5f,
	0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x10,
	0x0a, 0x0c, 0x48, 0x41, 0x4e, 0x44, 0x53, 0x45, 0x54, 0x5f, 0x4f, 0x4e, 0x4c, 0x59, 0x10, 0x01,
	0x12, 0x10, 0x0a, 0x0c, 0x53, 0x50, 0x45, 0x41, 0x4b, 0x45, 0x52, 0x5f, 0x4f, 0x4e, 0x4c, 0x59,
	0x10, 0x02, 0x12, 0x17, 0x0a, 0x13, 0x48, 0x41, 0x4e, 0x44, 0x53, 0x45, 0x54, 0x5f, 0x41, 0x4e,
	0x44, 0x5f, 0x53, 0x50, 0x45, 0x41, 0x4b, 0x45, 0x52, 0x10, 0x03, 0x12, 0x17, 0x0a, 0x13, 0x53,
	0x50, 0x45, 0x41, 0x4b, 0x45, 0x52, 0x5f, 0x41, 0x4e, 0x44, 0x5f, 0x48, 0x41, 0x4e, 0x44, 0x53,
	0x45, 0x54, 0x10, 0x04, 0x22, 0xb2, 0x02, 0x0a, 0x0c, 0x50, 0x6c, 0x61, 0x79, 0x53, 0x74, 0x6f,
	0x70, 0x54, 0x61, 0x73, 0x6b, 0x12, 0x22, 0x0a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
	0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x09,
	0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x09, 0x64, 0x65, 0x76,
	0x69, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41,
	0x02, 0x52, 0x08, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0a, 0x69,
	0x70, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42,
	0x03, 0xe0, 0x41, 0x02, 0x52, 0x09, 0x69, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12,
	0x2f, 0x0a, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e,
	0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
	0x49, 0x6e, 0x74, 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x04, 0x70, 0x6f, 0x72, 0x74,
	0x12, 0x19, 0x0a, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42,
	0x03, 0xe0, 0x41, 0x02, 0x52, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x12, 0x32, 0x0a, 0x05, 0x6c,
	0x6f, 0x67, 0x69, 0x6e, 0x18, 0x06, 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, 0x05, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x12,
	0x38, 0x0a, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x07, 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, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x42, 0x9a, 0x01, 0x0a, 0x14, 0x72, 0x75,
	0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e,
	0x76, 0x31, 0x42, 0x14, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x44, 0x65, 0x76, 0x69, 0x63,
	0x65, 0x56, 0x31, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x48, 0x03, 0x50, 0x00, 0x5a, 0x12, 0x2f, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x76, 0x31,
	0xd8, 0x01, 0x01, 0xf8, 0x01, 0x01, 0xa2, 0x02, 0x0f, 0x4b, 0x45, 0x59, 0x41, 0x50, 0x49, 0x53,
	0x44, 0x45, 0x56, 0x49, 0x43, 0x45, 0x56, 0x31, 0xaa, 0x02, 0x11, 0x4b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x11, 0x4b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5c, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5c, 0x56, 0x31,
	0xea, 0x02, 0x13, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x3a, 0x3a, 0x44, 0x65, 0x76, 0x69,
	0x63, 0x65, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}

var (
	file_keyapis_device_v1_keyapis_device_event_alert_v1_proto_rawDescOnce sync.Once
	file_keyapis_device_v1_keyapis_device_event_alert_v1_proto_rawDescData = file_keyapis_device_v1_keyapis_device_event_alert_v1_proto_rawDesc
)

func file_keyapis_device_v1_keyapis_device_event_alert_v1_proto_rawDescGZIP() []byte {
	file_keyapis_device_v1_keyapis_device_event_alert_v1_proto_rawDescOnce.Do(func() {
		file_keyapis_device_v1_keyapis_device_event_alert_v1_proto_rawDescData = protoimpl.X.CompressGZIP(file_keyapis_device_v1_keyapis_device_event_alert_v1_proto_rawDescData)
	})
	return file_keyapis_device_v1_keyapis_device_event_alert_v1_proto_rawDescData
}

var file_keyapis_device_v1_keyapis_device_event_alert_v1_proto_enumTypes = make([]protoimpl.EnumInfo, 2)
var file_keyapis_device_v1_keyapis_device_event_alert_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 4)
var file_keyapis_device_v1_keyapis_device_event_alert_v1_proto_goTypes = []interface{}{
	(PrepareStartTask_PlayType)(0), // 0: keyapis.device.v1.PrepareStartTask.PlayType
	(PlayStartTask_PlayType)(0),    // 1: keyapis.device.v1.PlayStartTask.PlayType
	(*PrepareStartTask)(nil),       // 2: keyapis.device.v1.PrepareStartTask
	(*PrepareStopTask)(nil),        // 3: keyapis.device.v1.PrepareStopTask
	(*PlayStartTask)(nil),          // 4: keyapis.device.v1.PlayStartTask
	(*PlayStopTask)(nil),           // 5: keyapis.device.v1.PlayStopTask
	(*wrapperspb.Int32Value)(nil),  // 6: google.protobuf.Int32Value
	(*wrapperspb.StringValue)(nil), // 7: google.protobuf.StringValue
}
var file_keyapis_device_v1_keyapis_device_event_alert_v1_proto_depIdxs = []int32{
	0, // 0: keyapis.device.v1.PrepareStartTask.play_type:type_name -> keyapis.device.v1.PrepareStartTask.PlayType
	6, // 1: keyapis.device.v1.PlayStartTask.port:type_name -> google.protobuf.Int32Value
	1, // 2: keyapis.device.v1.PlayStartTask.play_type:type_name -> keyapis.device.v1.PlayStartTask.PlayType
	7, // 3: keyapis.device.v1.PlayStartTask.login:type_name -> google.protobuf.StringValue
	7, // 4: keyapis.device.v1.PlayStartTask.password:type_name -> google.protobuf.StringValue
	6, // 5: keyapis.device.v1.PlayStopTask.port:type_name -> google.protobuf.Int32Value
	7, // 6: keyapis.device.v1.PlayStopTask.login:type_name -> google.protobuf.StringValue
	7, // 7: keyapis.device.v1.PlayStopTask.password:type_name -> google.protobuf.StringValue
	8, // [8:8] is the sub-list for method output_type
	8, // [8:8] is the sub-list for method input_type
	8, // [8:8] is the sub-list for extension type_name
	8, // [8:8] is the sub-list for extension extendee
	0, // [0:8] is the sub-list for field type_name
}

func init() { file_keyapis_device_v1_keyapis_device_event_alert_v1_proto_init() }
func file_keyapis_device_v1_keyapis_device_event_alert_v1_proto_init() {
	if File_keyapis_device_v1_keyapis_device_event_alert_v1_proto != nil {
		return
	}
	if !protoimpl.UnsafeEnabled {
		file_keyapis_device_v1_keyapis_device_event_alert_v1_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PrepareStartTask); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_device_v1_keyapis_device_event_alert_v1_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PrepareStopTask); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_device_v1_keyapis_device_event_alert_v1_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PlayStartTask); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_device_v1_keyapis_device_event_alert_v1_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PlayStopTask); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
	}
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_keyapis_device_v1_keyapis_device_event_alert_v1_proto_rawDesc,
			NumEnums:      2,
			NumMessages:   4,
			NumExtensions: 0,
			NumServices:   0,
		},
		GoTypes:           file_keyapis_device_v1_keyapis_device_event_alert_v1_proto_goTypes,
		DependencyIndexes: file_keyapis_device_v1_keyapis_device_event_alert_v1_proto_depIdxs,
		EnumInfos:         file_keyapis_device_v1_keyapis_device_event_alert_v1_proto_enumTypes,
		MessageInfos:      file_keyapis_device_v1_keyapis_device_event_alert_v1_proto_msgTypes,
	}.Build()
	File_keyapis_device_v1_keyapis_device_event_alert_v1_proto = out.File
	file_keyapis_device_v1_keyapis_device_event_alert_v1_proto_rawDesc = nil
	file_keyapis_device_v1_keyapis_device_event_alert_v1_proto_goTypes = nil
	file_keyapis_device_v1_keyapis_device_event_alert_v1_proto_depIdxs = nil
}
