//
//Сервис реализует поток изменений ресурсов домена Телеметрии

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

package keyapis_telemetry_control_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 CollectorParams_SignType int32

const (
	// Значение не указано
	CollectorParams_SIGN_TYPE_UNKNOWN CollectorParams_SignType = 0
	// Абсолютный показатель
	CollectorParams_ABSOLUTE_DS CollectorParams_SignType = 1
	// Абсолютный расход ресурса
	CollectorParams_ABSOLUTE_RC CollectorParams_SignType = 2
	// Интервальный показатель состояния
	CollectorParams_INTERVAL_DS CollectorParams_SignType = 3
	// Интервальный расход ресурса
	CollectorParams_INTERVAL_RC CollectorParams_SignType = 4
	// Текущее состояние
	CollectorParams_CURRENT_DS CollectorParams_SignType = 5
	// Текущее состояние ресурса
	CollectorParams_CURRENT_RS CollectorParams_SignType = 6
	// Объём
	CollectorParams_VOLUME CollectorParams_SignType = 7
	// Параметр конфигурации
	CollectorParams_PARAMETER CollectorParams_SignType = 8
	// Флаг состояния
	CollectorParams_FLAG CollectorParams_SignType = 9
)

// Enum value maps for CollectorParams_SignType.
var (
	CollectorParams_SignType_name = map[int32]string{
		0: "SIGN_TYPE_UNKNOWN",
		1: "ABSOLUTE_DS",
		2: "ABSOLUTE_RC",
		3: "INTERVAL_DS",
		4: "INTERVAL_RC",
		5: "CURRENT_DS",
		6: "CURRENT_RS",
		7: "VOLUME",
		8: "PARAMETER",
		9: "FLAG",
	}
	CollectorParams_SignType_value = map[string]int32{
		"SIGN_TYPE_UNKNOWN": 0,
		"ABSOLUTE_DS":       1,
		"ABSOLUTE_RC":       2,
		"INTERVAL_DS":       3,
		"INTERVAL_RC":       4,
		"CURRENT_DS":        5,
		"CURRENT_RS":        6,
		"VOLUME":            7,
		"PARAMETER":         8,
		"FLAG":              9,
	}
)

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

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

func (CollectorParams_SignType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_telemetry_control_v1_keyapis_telemetry_control_events_v1_proto_enumTypes[0].Descriptor()
}

func (CollectorParams_SignType) Type() protoreflect.EnumType {
	return &file_keyapis_telemetry_control_v1_keyapis_telemetry_control_events_v1_proto_enumTypes[0]
}

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

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

// Справочник типа архивности показаний.
// Используется для указания за какой период произошло измерение
type CollectorParams_ArchiveType int32

const (
	// Значение не указано
	CollectorParams_ARCHIVE_TYPE_UNKNOWN CollectorParams_ArchiveType = 0
	// Текущие показания
	CollectorParams_CURRENT CollectorParams_ArchiveType = 1
	// За 30 мин
	CollectorParams_HALFHOUR CollectorParams_ArchiveType = 2
	// За час
	CollectorParams_HOUR CollectorParams_ArchiveType = 3
	// За сутки
	CollectorParams_DAY CollectorParams_ArchiveType = 4
	// За месяц
	CollectorParams_MONTH CollectorParams_ArchiveType = 5
	// За год
	CollectorParams_YEAR CollectorParams_ArchiveType = 6
)

// Enum value maps for CollectorParams_ArchiveType.
var (
	CollectorParams_ArchiveType_name = map[int32]string{
		0: "ARCHIVE_TYPE_UNKNOWN",
		1: "CURRENT",
		2: "HALFHOUR",
		3: "HOUR",
		4: "DAY",
		5: "MONTH",
		6: "YEAR",
	}
	CollectorParams_ArchiveType_value = map[string]int32{
		"ARCHIVE_TYPE_UNKNOWN": 0,
		"CURRENT":              1,
		"HALFHOUR":             2,
		"HOUR":                 3,
		"DAY":                  4,
		"MONTH":                5,
		"YEAR":                 6,
	}
)

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

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

func (CollectorParams_ArchiveType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_telemetry_control_v1_keyapis_telemetry_control_events_v1_proto_enumTypes[1].Descriptor()
}

func (CollectorParams_ArchiveType) Type() protoreflect.EnumType {
	return &file_keyapis_telemetry_control_v1_keyapis_telemetry_control_events_v1_proto_enumTypes[1]
}

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

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

// Параметры сбора показаний
type CollectorParams struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Дата в формате YYYYMMDD.
	// При пустой дате запускается на текущую дату
	Date string `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"`
	// Тип архивности.
	// При отсутствии переданного значения, будут запрошены показания по всем возможным типам архивности
	ArchiveType CollectorParams_ArchiveType `protobuf:"varint,2,opt,name=archive_type,json=archiveType,proto3,enum=keyapis.telemetry_control.v1.CollectorParams_ArchiveType" json:"archive_type,omitempty"`
	// Tип измерений.
	// При отсутствии переданного значения, будут запрошены показания по всем возможным типам измерений
	SignType CollectorParams_SignType `protobuf:"varint,3,opt,name=sign_type,json=signType,proto3,enum=keyapis.telemetry_control.v1.CollectorParams_SignType" json:"sign_type,omitempty"`
}

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

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

func (*CollectorParams) ProtoMessage() {}

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

func (x *CollectorParams) GetDate() string {
	if x != nil {
		return x.Date
	}
	return ""
}

func (x *CollectorParams) GetArchiveType() CollectorParams_ArchiveType {
	if x != nil {
		return x.ArchiveType
	}
	return CollectorParams_ARCHIVE_TYPE_UNKNOWN
}

func (x *CollectorParams) GetSignType() CollectorParams_SignType {
	if x != nil {
		return x.SignType
	}
	return CollectorParams_SIGN_TYPE_UNKNOWN
}

// Сигнал на старт сбора показаний Enviro по всем домам, на указанную дату.
// Очередь key.telemetry_control.eic_all_fias_start_task
type EICAllFiasStartTask struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Параметры сбора показаний
	CollectorParams *CollectorParams `protobuf:"bytes,1,opt,name=collector_params,json=collectorParams,proto3" json:"collector_params,omitempty"`
}

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

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

func (*EICAllFiasStartTask) ProtoMessage() {}

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

func (x *EICAllFiasStartTask) GetCollectorParams() *CollectorParams {
	if x != nil {
		return x.CollectorParams
	}
	return nil
}

var File_keyapis_telemetry_control_v1_keyapis_telemetry_control_events_v1_proto protoreflect.FileDescriptor

var file_keyapis_telemetry_control_v1_keyapis_telemetry_control_events_v1_proto_rawDesc = []byte{
	0x0a, 0x46, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65,
	0x74, 0x72, 0x79, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2f, 0x76, 0x31, 0x2f, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5f, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79,
	0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x5f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x5f,
	0x76, 0x31, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1c, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69,
	0x73, 0x2e, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x5f, 0x63, 0x6f, 0x6e, 0x74,
	0x72, 0x6f, 0x6c, 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, 0x22, 0xf1, 0x03, 0x0a, 0x0f, 0x43, 0x6f, 0x6c, 0x6c,
	0x65, 0x63, 0x74, 0x6f, 0x72, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x64,
	0x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x64, 0x61, 0x74, 0x65, 0x12,
	0x5c, 0x0a, 0x0c, 0x61, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18,
	0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x39, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f,
	0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x50, 0x61,
	0x72, 0x61, 0x6d, 0x73, 0x2e, 0x41, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x54, 0x79, 0x70, 0x65,
	0x52, 0x0b, 0x61, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x53, 0x0a,
	0x09, 0x73, 0x69, 0x67, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e,
	0x32, 0x36, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x74, 0x65, 0x6c, 0x65, 0x6d,
	0x65, 0x74, 0x72, 0x79, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x76, 0x31, 0x2e,
	0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x2e,
	0x53, 0x69, 0x67, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x52, 0x08, 0x73, 0x69, 0x67, 0x6e, 0x54, 0x79,
	0x70, 0x65, 0x22, 0xaa, 0x01, 0x0a, 0x08, 0x53, 0x69, 0x67, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12,
	0x15, 0x0a, 0x11, 0x53, 0x49, 0x47, 0x4e, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x4b,
	0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x0f, 0x0a, 0x0b, 0x41, 0x42, 0x53, 0x4f, 0x4c, 0x55,
	0x54, 0x45, 0x5f, 0x44, 0x53, 0x10, 0x01, 0x12, 0x0f, 0x0a, 0x0b, 0x41, 0x42, 0x53, 0x4f, 0x4c,
	0x55, 0x54, 0x45, 0x5f, 0x52, 0x43, 0x10, 0x02, 0x12, 0x0f, 0x0a, 0x0b, 0x49, 0x4e, 0x54, 0x45,
	0x52, 0x56, 0x41, 0x4c, 0x5f, 0x44, 0x53, 0x10, 0x03, 0x12, 0x0f, 0x0a, 0x0b, 0x49, 0x4e, 0x54,
	0x45, 0x52, 0x56, 0x41, 0x4c, 0x5f, 0x52, 0x43, 0x10, 0x04, 0x12, 0x0e, 0x0a, 0x0a, 0x43, 0x55,
	0x52, 0x52, 0x45, 0x4e, 0x54, 0x5f, 0x44, 0x53, 0x10, 0x05, 0x12, 0x0e, 0x0a, 0x0a, 0x43, 0x55,
	0x52, 0x52, 0x45, 0x4e, 0x54, 0x5f, 0x52, 0x53, 0x10, 0x06, 0x12, 0x0a, 0x0a, 0x06, 0x56, 0x4f,
	0x4c, 0x55, 0x4d, 0x45, 0x10, 0x07, 0x12, 0x0d, 0x0a, 0x09, 0x50, 0x41, 0x52, 0x41, 0x4d, 0x45,
	0x54, 0x45, 0x52, 0x10, 0x08, 0x12, 0x08, 0x0a, 0x04, 0x46, 0x4c, 0x41, 0x47, 0x10, 0x09, 0x22,
	0x6a, 0x0a, 0x0b, 0x41, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18,
	0x0a, 0x14, 0x41, 0x52, 0x43, 0x48, 0x49, 0x56, 0x45, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55,
	0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x0b, 0x0a, 0x07, 0x43, 0x55, 0x52, 0x52,
	0x45, 0x4e, 0x54, 0x10, 0x01, 0x12, 0x0c, 0x0a, 0x08, 0x48, 0x41, 0x4c, 0x46, 0x48, 0x4f, 0x55,
	0x52, 0x10, 0x02, 0x12, 0x08, 0x0a, 0x04, 0x48, 0x4f, 0x55, 0x52, 0x10, 0x03, 0x12, 0x07, 0x0a,
	0x03, 0x44, 0x41, 0x59, 0x10, 0x04, 0x12, 0x09, 0x0a, 0x05, 0x4d, 0x4f, 0x4e, 0x54, 0x48, 0x10,
	0x05, 0x12, 0x08, 0x0a, 0x04, 0x59, 0x45, 0x41, 0x52, 0x10, 0x06, 0x22, 0x74, 0x0a, 0x13, 0x45,
	0x49, 0x43, 0x41, 0x6c, 0x6c, 0x46, 0x69, 0x61, 0x73, 0x53, 0x74, 0x61, 0x72, 0x74, 0x54, 0x61,
	0x73, 0x6b, 0x12, 0x5d, 0x0a, 0x10, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x5f,
	0x70, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79,
	0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6c, 0x6c,
	0x65, 0x63, 0x74, 0x6f, 0x72, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x42, 0x03, 0xe0, 0x41, 0x02,
	0x52, 0x0f, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x50, 0x61, 0x72, 0x61, 0x6d,
	0x73, 0x42, 0xe2, 0x01, 0x0a, 0x1f, 0x72, 0x75, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72,
	0x6f, 0x6c, 0x2e, 0x76, 0x31, 0x42, 0x1e, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x54, 0x65,
	0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31,
	0x50, 0x72, 0x6f, 0x74, 0x6f, 0x48, 0x03, 0x50, 0x00, 0x5a, 0x1d, 0x2f, 0x6b, 0x65, 0x79, 0x61,
	0x70, 0x69, 0x73, 0x5f, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x5f, 0x63, 0x6f,
	0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x5f, 0x76, 0x31, 0xd8, 0x01, 0x01, 0xf8, 0x01, 0x01, 0xa2, 0x02,
	0x19, 0x4b, 0x45, 0x59, 0x41, 0x50, 0x49, 0x53, 0x54, 0x45, 0x4c, 0x45, 0x4d, 0x45, 0x54, 0x52,
	0x59, 0x43, 0x4f, 0x4e, 0x54, 0x52, 0x4f, 0x4c, 0x56, 0x31, 0xaa, 0x02, 0x1b, 0x4b, 0x65, 0x79,
	0x61, 0x70, 0x69, 0x73, 0x2e, 0x54, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x43, 0x6f,
	0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x1b, 0x4b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x5c, 0x54, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x43, 0x6f, 0x6e, 0x74,
	0x72, 0x6f, 0x6c, 0x5c, 0x56, 0x31, 0xea, 0x02, 0x1d, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x3a, 0x3a, 0x54, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x43, 0x6f, 0x6e, 0x74, 0x72,
	0x6f, 0x6c, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}

var (
	file_keyapis_telemetry_control_v1_keyapis_telemetry_control_events_v1_proto_rawDescOnce sync.Once
	file_keyapis_telemetry_control_v1_keyapis_telemetry_control_events_v1_proto_rawDescData = file_keyapis_telemetry_control_v1_keyapis_telemetry_control_events_v1_proto_rawDesc
)

func file_keyapis_telemetry_control_v1_keyapis_telemetry_control_events_v1_proto_rawDescGZIP() []byte {
	file_keyapis_telemetry_control_v1_keyapis_telemetry_control_events_v1_proto_rawDescOnce.Do(func() {
		file_keyapis_telemetry_control_v1_keyapis_telemetry_control_events_v1_proto_rawDescData = protoimpl.X.CompressGZIP(file_keyapis_telemetry_control_v1_keyapis_telemetry_control_events_v1_proto_rawDescData)
	})
	return file_keyapis_telemetry_control_v1_keyapis_telemetry_control_events_v1_proto_rawDescData
}

var file_keyapis_telemetry_control_v1_keyapis_telemetry_control_events_v1_proto_enumTypes = make([]protoimpl.EnumInfo, 2)
var file_keyapis_telemetry_control_v1_keyapis_telemetry_control_events_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
var file_keyapis_telemetry_control_v1_keyapis_telemetry_control_events_v1_proto_goTypes = []interface{}{
	(CollectorParams_SignType)(0),    // 0: keyapis.telemetry_control.v1.CollectorParams.SignType
	(CollectorParams_ArchiveType)(0), // 1: keyapis.telemetry_control.v1.CollectorParams.ArchiveType
	(*CollectorParams)(nil),          // 2: keyapis.telemetry_control.v1.CollectorParams
	(*EICAllFiasStartTask)(nil),      // 3: keyapis.telemetry_control.v1.EICAllFiasStartTask
}
var file_keyapis_telemetry_control_v1_keyapis_telemetry_control_events_v1_proto_depIdxs = []int32{
	1, // 0: keyapis.telemetry_control.v1.CollectorParams.archive_type:type_name -> keyapis.telemetry_control.v1.CollectorParams.ArchiveType
	0, // 1: keyapis.telemetry_control.v1.CollectorParams.sign_type:type_name -> keyapis.telemetry_control.v1.CollectorParams.SignType
	2, // 2: keyapis.telemetry_control.v1.EICAllFiasStartTask.collector_params:type_name -> keyapis.telemetry_control.v1.CollectorParams
	3, // [3:3] is the sub-list for method output_type
	3, // [3:3] 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_telemetry_control_v1_keyapis_telemetry_control_events_v1_proto_init() }
func file_keyapis_telemetry_control_v1_keyapis_telemetry_control_events_v1_proto_init() {
	if File_keyapis_telemetry_control_v1_keyapis_telemetry_control_events_v1_proto != nil {
		return
	}
	if !protoimpl.UnsafeEnabled {
		file_keyapis_telemetry_control_v1_keyapis_telemetry_control_events_v1_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*CollectorParams); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_telemetry_control_v1_keyapis_telemetry_control_events_v1_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*EICAllFiasStartTask); 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_telemetry_control_v1_keyapis_telemetry_control_events_v1_proto_rawDesc,
			NumEnums:      2,
			NumMessages:   2,
			NumExtensions: 0,
			NumServices:   0,
		},
		GoTypes:           file_keyapis_telemetry_control_v1_keyapis_telemetry_control_events_v1_proto_goTypes,
		DependencyIndexes: file_keyapis_telemetry_control_v1_keyapis_telemetry_control_events_v1_proto_depIdxs,
		EnumInfos:         file_keyapis_telemetry_control_v1_keyapis_telemetry_control_events_v1_proto_enumTypes,
		MessageInfos:      file_keyapis_telemetry_control_v1_keyapis_telemetry_control_events_v1_proto_msgTypes,
	}.Build()
	File_keyapis_telemetry_control_v1_keyapis_telemetry_control_events_v1_proto = out.File
	file_keyapis_telemetry_control_v1_keyapis_telemetry_control_events_v1_proto_rawDesc = nil
	file_keyapis_telemetry_control_v1_keyapis_telemetry_control_events_v1_proto_goTypes = nil
	file_keyapis_telemetry_control_v1_keyapis_telemetry_control_events_v1_proto_depIdxs = nil
}
