//
//События пресетов

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

package keyapis_preset_v1

import (
	_ "google.golang.org/genproto/googleapis/api/annotations"
	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
	timestamppb "google.golang.org/protobuf/types/known/timestamppb"
	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 PostEventPresetInstallRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор пресета
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
}

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

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

func (*PostEventPresetInstallRequest) ProtoMessage() {}

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

func (x *PostEventPresetInstallRequest) GetId() int32 {
	if x != nil {
		return x.Id
	}
	return 0
}

// Ответ на запрос на установку пресета
type PostEventPresetInstallResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

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

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

func (*PostEventPresetInstallResponse) ProtoMessage() {}

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

// Задача на конфигурирование устройства.
// Очередь key.preset.configuration
type PresetConfigurationTask 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"`
	// Пресет
	Preset *Preset `protobuf:"bytes,2,opt,name=preset,proto3" json:"preset,omitempty"`
	// Идентификатор устройства
	DeviceId int32 `protobuf:"varint,3,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	// Модель
	Model string `protobuf:"bytes,4,opt,name=model,proto3" json:"model,omitempty"`
	// Адрес устройства
	Host string `protobuf:"bytes,5,opt,name=host,proto3" json:"host,omitempty"`
	// Имя пользователя устройства
	Username string `protobuf:"bytes,6,opt,name=username,proto3" json:"username,omitempty"`
	// Пароль пользователья устройства
	Password string `protobuf:"bytes,7,opt,name=password,proto3" json:"password,omitempty"`
	// Таймзона NTP
	NtpTimezone string `protobuf:"bytes,8,opt,name=ntp_timezone,json=ntpTimezone,proto3" json:"ntp_timezone,omitempty"`
}

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

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

func (*PresetConfigurationTask) ProtoMessage() {}

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

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

func (x *PresetConfigurationTask) GetPreset() *Preset {
	if x != nil {
		return x.Preset
	}
	return nil
}

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

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

func (x *PresetConfigurationTask) GetHost() string {
	if x != nil {
		return x.Host
	}
	return ""
}

func (x *PresetConfigurationTask) GetUsername() string {
	if x != nil {
		return x.Username
	}
	return ""
}

func (x *PresetConfigurationTask) GetPassword() string {
	if x != nil {
		return x.Password
	}
	return ""
}

func (x *PresetConfigurationTask) GetNtpTimezone() string {
	if x != nil {
		return x.NtpTimezone
	}
	return ""
}

// Задача успешной конфигурации устройства.
// Очередь key.preset.configuration_success
type PresetConfigurationSuccessTask 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"`
	// Идентификатор пресета
	PresetId int32 `protobuf:"varint,3,opt,name=preset_id,json=presetId,proto3" json:"preset_id,omitempty"`
	// Дата и время конфигурации
	ConfiguredAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=configured_at,json=configuredAt,proto3" json:"configured_at,omitempty"`
}

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

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

func (*PresetConfigurationSuccessTask) ProtoMessage() {}

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

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

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

func (x *PresetConfigurationSuccessTask) GetPresetId() int32 {
	if x != nil {
		return x.PresetId
	}
	return 0
}

func (x *PresetConfigurationSuccessTask) GetConfiguredAt() *timestamppb.Timestamp {
	if x != nil {
		return x.ConfiguredAt
	}
	return nil
}

// Задача ошибки при конфигурации устройства.
// Очередь key.preset.configuration_fail
type PresetConfigurationFailTask 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"`
	// Идентификатор пресета
	PresetId int32 `protobuf:"varint,3,opt,name=preset_id,json=presetId,proto3" json:"preset_id,omitempty"`
	// Текст ошибки
	ErrorMessage string `protobuf:"bytes,4,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"`
}

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

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

func (*PresetConfigurationFailTask) ProtoMessage() {}

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

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

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

func (x *PresetConfigurationFailTask) GetPresetId() int32 {
	if x != nil {
		return x.PresetId
	}
	return 0
}

func (x *PresetConfigurationFailTask) GetErrorMessage() string {
	if x != nil {
		return x.ErrorMessage
	}
	return ""
}

// Задача на установку пресета.
// Очередь key.preset.install
type PresetInstallTask 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"`
	// Пресет
	Preset *Preset `protobuf:"bytes,2,opt,name=preset,proto3" json:"preset,omitempty"`
}

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

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

func (*PresetInstallTask) ProtoMessage() {}

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

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

func (x *PresetInstallTask) GetPreset() *Preset {
	if x != nil {
		return x.Preset
	}
	return nil
}

var File_keyapis_preset_v1_keyapis_preset_events_v1_proto protoreflect.FileDescriptor

var file_keyapis_preset_v1_keyapis_preset_events_v1_proto_rawDesc = []byte{
	0x0a, 0x30, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x70, 0x72, 0x65, 0x73, 0x65, 0x74,
	0x2f, 0x76, 0x31, 0x2f, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5f, 0x70, 0x72, 0x65, 0x73,
	0x65, 0x74, 0x5f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x5f, 0x76, 0x31, 0x2e, 0x70, 0x72, 0x6f,
	0x74, 0x6f, 0x12, 0x11, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x70, 0x72, 0x65, 0x73,
	0x65, 0x74, 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, 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, 0x30, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x70,
	0x72, 0x65, 0x73, 0x65, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x5f, 0x70, 0x72, 0x65, 0x73, 0x65, 0x74, 0x5f, 0x70, 0x72, 0x65, 0x73, 0x65, 0x74, 0x5f, 0x76,
	0x31, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x34, 0x0a, 0x1d, 0x50, 0x6f, 0x73, 0x74, 0x45,
	0x76, 0x65, 0x6e, 0x74, 0x50, 0x72, 0x65, 0x73, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c,
	0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x13, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01,
	0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x02, 0x69, 0x64, 0x22, 0x20, 0x0a,
	0x1e, 0x50, 0x6f, 0x73, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x50, 0x72, 0x65, 0x73, 0x65, 0x74,
	0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
	0xb5, 0x02, 0x0a, 0x17, 0x50, 0x72, 0x65, 0x73, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67,
	0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 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,
	0x36, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x73, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32,
	0x19, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x70, 0x72, 0x65, 0x73, 0x65, 0x74,
	0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x65, 0x73, 0x65, 0x74, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52,
	0x06, 0x70, 0x72, 0x65, 0x73, 0x65, 0x74, 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, 0x19, 0x0a, 0x05, 0x6d, 0x6f, 0x64,
	0x65, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x05, 0x6d,
	0x6f, 0x64, 0x65, 0x6c, 0x12, 0x17, 0x0a, 0x04, 0x68, 0x6f, 0x73, 0x74, 0x18, 0x05, 0x20, 0x01,
	0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x68, 0x6f, 0x73, 0x74, 0x12, 0x1f, 0x0a,
	0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42,
	0x03, 0xe0, 0x41, 0x02, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1f,
	0x0a, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09,
	0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12,
	0x26, 0x0a, 0x0c, 0x6e, 0x74, 0x70, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x7a, 0x6f, 0x6e, 0x65, 0x18,
	0x08, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0b, 0x6e, 0x74, 0x70, 0x54,
	0x69, 0x6d, 0x65, 0x7a, 0x6f, 0x6e, 0x65, 0x22, 0xce, 0x01, 0x0a, 0x1e, 0x50, 0x72, 0x65, 0x73,
	0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53,
	0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 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, 0x20, 0x0a, 0x09, 0x70, 0x72, 0x65, 0x73, 0x65, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20,
	0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x08, 0x70, 0x72, 0x65, 0x73, 0x65, 0x74,
	0x49, 0x64, 0x12, 0x44, 0x0a, 0x0d, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x65, 0x64,
	0x5f, 0x61, 0x74, 0x18, 0x04, 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, 0x02, 0x52, 0x0c, 0x63, 0x6f, 0x6e, 0x66,
	0x69, 0x67, 0x75, 0x72, 0x65, 0x64, 0x41, 0x74, 0x22, 0xaf, 0x01, 0x0a, 0x1b, 0x50, 0x72, 0x65,
	0x73, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e,
	0x46, 0x61, 0x69, 0x6c, 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, 0x20,
	0x0a, 0x09, 0x70, 0x72, 0x65, 0x73, 0x65, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28,
	0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x08, 0x70, 0x72, 0x65, 0x73, 0x65, 0x74, 0x49, 0x64,
	0x12, 0x28, 0x0a, 0x0d, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
	0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0c, 0x65, 0x72,
	0x72, 0x6f, 0x72, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x22, 0x6f, 0x0a, 0x11, 0x50, 0x72,
	0x65, 0x73, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 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, 0x36, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x73, 0x65, 0x74, 0x18, 0x02, 0x20,
	0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x70, 0x72,
	0x65, 0x73, 0x65, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x65, 0x73, 0x65, 0x74, 0x42, 0x03,
	0xe0, 0x41, 0x02, 0x52, 0x06, 0x70, 0x72, 0x65, 0x73, 0x65, 0x74, 0x32, 0xc0, 0x01, 0x0a, 0x0c,
	0x45, 0x76, 0x65, 0x6e, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0xaf, 0x01, 0x0a,
	0x16, 0x50, 0x6f, 0x73, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x50, 0x72, 0x65, 0x73, 0x65, 0x74,
	0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x12, 0x30, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69,
	0x73, 0x2e, 0x70, 0x72, 0x65, 0x73, 0x65, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74,
	0x45, 0x76, 0x65, 0x6e, 0x74, 0x50, 0x72, 0x65, 0x73, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61,
	0x6c, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x6b, 0x65, 0x79, 0x61,
	0x70, 0x69, 0x73, 0x2e, 0x70, 0x72, 0x65, 0x73, 0x65, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f,
	0x73, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x50, 0x72, 0x65, 0x73, 0x65, 0x74, 0x49, 0x6e, 0x73,
	0x74, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x30, 0x82, 0xd3,
	0xe4, 0x93, 0x02, 0x2a, 0x22, 0x28, 0x2f, 0x70, 0x72, 0x65, 0x73, 0x65, 0x74, 0x2f, 0x61, 0x70,
	0x69, 0x2f, 0x76, 0x31, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x2f, 0x70, 0x72, 0x65, 0x73, 0x65,
	0x74, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x42, 0x9a,
	0x01, 0x0a, 0x14, 0x72, 0x75, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x70, 0x72,
	0x65, 0x73, 0x65, 0x74, 0x2e, 0x76, 0x31, 0x42, 0x14, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x50, 0x72, 0x65, 0x73, 0x65, 0x74, 0x56, 0x31, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x48, 0x03, 0x50,
	0x00, 0x5a, 0x12, 0x2f, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5f, 0x70, 0x72, 0x65, 0x73,
	0x65, 0x74, 0x5f, 0x76, 0x31, 0xd8, 0x01, 0x01, 0xf8, 0x01, 0x01, 0xa2, 0x02, 0x0f, 0x4b, 0x45,
	0x59, 0x41, 0x50, 0x49, 0x53, 0x50, 0x52, 0x45, 0x53, 0x45, 0x54, 0x56, 0x31, 0xaa, 0x02, 0x11,
	0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x50, 0x72, 0x65, 0x73, 0x65, 0x74, 0x2e, 0x56,
	0x31, 0xca, 0x02, 0x11, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5c, 0x50, 0x72, 0x65, 0x73,
	0x65, 0x74, 0x5c, 0x56, 0x31, 0xea, 0x02, 0x13, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x3a,
	0x3a, 0x50, 0x72, 0x65, 0x73, 0x65, 0x74, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f,
	0x74, 0x6f, 0x33,
}

var (
	file_keyapis_preset_v1_keyapis_preset_events_v1_proto_rawDescOnce sync.Once
	file_keyapis_preset_v1_keyapis_preset_events_v1_proto_rawDescData = file_keyapis_preset_v1_keyapis_preset_events_v1_proto_rawDesc
)

func file_keyapis_preset_v1_keyapis_preset_events_v1_proto_rawDescGZIP() []byte {
	file_keyapis_preset_v1_keyapis_preset_events_v1_proto_rawDescOnce.Do(func() {
		file_keyapis_preset_v1_keyapis_preset_events_v1_proto_rawDescData = protoimpl.X.CompressGZIP(file_keyapis_preset_v1_keyapis_preset_events_v1_proto_rawDescData)
	})
	return file_keyapis_preset_v1_keyapis_preset_events_v1_proto_rawDescData
}

var file_keyapis_preset_v1_keyapis_preset_events_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
var file_keyapis_preset_v1_keyapis_preset_events_v1_proto_goTypes = []interface{}{
	(*PostEventPresetInstallRequest)(nil),  // 0: keyapis.preset.v1.PostEventPresetInstallRequest
	(*PostEventPresetInstallResponse)(nil), // 1: keyapis.preset.v1.PostEventPresetInstallResponse
	(*PresetConfigurationTask)(nil),        // 2: keyapis.preset.v1.PresetConfigurationTask
	(*PresetConfigurationSuccessTask)(nil), // 3: keyapis.preset.v1.PresetConfigurationSuccessTask
	(*PresetConfigurationFailTask)(nil),    // 4: keyapis.preset.v1.PresetConfigurationFailTask
	(*PresetInstallTask)(nil),              // 5: keyapis.preset.v1.PresetInstallTask
	(*Preset)(nil),                         // 6: keyapis.preset.v1.Preset
	(*timestamppb.Timestamp)(nil),          // 7: google.protobuf.Timestamp
}
var file_keyapis_preset_v1_keyapis_preset_events_v1_proto_depIdxs = []int32{
	6, // 0: keyapis.preset.v1.PresetConfigurationTask.preset:type_name -> keyapis.preset.v1.Preset
	7, // 1: keyapis.preset.v1.PresetConfigurationSuccessTask.configured_at:type_name -> google.protobuf.Timestamp
	6, // 2: keyapis.preset.v1.PresetInstallTask.preset:type_name -> keyapis.preset.v1.Preset
	0, // 3: keyapis.preset.v1.EventService.PostEventPresetInstall:input_type -> keyapis.preset.v1.PostEventPresetInstallRequest
	1, // 4: keyapis.preset.v1.EventService.PostEventPresetInstall:output_type -> keyapis.preset.v1.PostEventPresetInstallResponse
	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_preset_v1_keyapis_preset_events_v1_proto_init() }
func file_keyapis_preset_v1_keyapis_preset_events_v1_proto_init() {
	if File_keyapis_preset_v1_keyapis_preset_events_v1_proto != nil {
		return
	}
	file_keyapis_preset_v1_keyapis_preset_preset_v1_proto_init()
	if !protoimpl.UnsafeEnabled {
		file_keyapis_preset_v1_keyapis_preset_events_v1_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostEventPresetInstallRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_preset_v1_keyapis_preset_events_v1_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostEventPresetInstallResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_preset_v1_keyapis_preset_events_v1_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PresetConfigurationTask); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_preset_v1_keyapis_preset_events_v1_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PresetConfigurationSuccessTask); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_preset_v1_keyapis_preset_events_v1_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PresetConfigurationFailTask); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_preset_v1_keyapis_preset_events_v1_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PresetInstallTask); 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_preset_v1_keyapis_preset_events_v1_proto_rawDesc,
			NumEnums:      0,
			NumMessages:   6,
			NumExtensions: 0,
			NumServices:   1,
		},
		GoTypes:           file_keyapis_preset_v1_keyapis_preset_events_v1_proto_goTypes,
		DependencyIndexes: file_keyapis_preset_v1_keyapis_preset_events_v1_proto_depIdxs,
		MessageInfos:      file_keyapis_preset_v1_keyapis_preset_events_v1_proto_msgTypes,
	}.Build()
	File_keyapis_preset_v1_keyapis_preset_events_v1_proto = out.File
	file_keyapis_preset_v1_keyapis_preset_events_v1_proto_rawDesc = nil
	file_keyapis_preset_v1_keyapis_preset_events_v1_proto_goTypes = nil
	file_keyapis_preset_v1_keyapis_preset_events_v1_proto_depIdxs = nil
}
