//
//Сервис предоставляет возможность управлять справочниками телеметрии

// 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_dictionary_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"
	timestamppb "google.golang.org/protobuf/types/known/timestamppb"
	wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
	reflect "reflect"
	sync "sync"
)

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

// Справочник типов значений сортировки
type DictionaryDeviceModelPaging_OrderByType int32

const (
	// Значение не указано
	DictionaryDeviceModelPaging_ORDER_BY_TYPE_UNKNOWN DictionaryDeviceModelPaging_OrderByType = 0
	// По идентификатору
	DictionaryDeviceModelPaging_ID DictionaryDeviceModelPaging_OrderByType = 1
	// По заголовку элемента
	DictionaryDeviceModelPaging_TITLE DictionaryDeviceModelPaging_OrderByType = 2
)

// Enum value maps for DictionaryDeviceModelPaging_OrderByType.
var (
	DictionaryDeviceModelPaging_OrderByType_name = map[int32]string{
		0: "ORDER_BY_TYPE_UNKNOWN",
		1: "ID",
		2: "TITLE",
	}
	DictionaryDeviceModelPaging_OrderByType_value = map[string]int32{
		"ORDER_BY_TYPE_UNKNOWN": 0,
		"ID":                    1,
		"TITLE":                 2,
	}
)

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

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

func (DictionaryDeviceModelPaging_OrderByType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_enumTypes[0].Descriptor()
}

func (DictionaryDeviceModelPaging_OrderByType) Type() protoreflect.EnumType {
	return &file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_enumTypes[0]
}

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

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

// Справочник типов направлений сортировки.
// По умолчанию: ASC
type DictionaryDeviceModelPaging_DirectionType int32

const (
	// Значение не указано
	DictionaryDeviceModelPaging_DIRECTION_TYPE_UNKNOWN DictionaryDeviceModelPaging_DirectionType = 0
	// От большего к меньшему
	DictionaryDeviceModelPaging_DESC DictionaryDeviceModelPaging_DirectionType = 1
	// От меньшего к большему
	DictionaryDeviceModelPaging_ASC DictionaryDeviceModelPaging_DirectionType = 2
)

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

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

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

func (DictionaryDeviceModelPaging_DirectionType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_enumTypes[1].Descriptor()
}

func (DictionaryDeviceModelPaging_DirectionType) Type() protoreflect.EnumType {
	return &file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_enumTypes[1]
}

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

// Deprecated: Use DictionaryDeviceModelPaging_DirectionType.Descriptor instead.
func (DictionaryDeviceModelPaging_DirectionType) EnumDescriptor() ([]byte, []int) {
	return file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_rawDescGZIP(), []int{9, 1}
}

// Справочник Макрорегионы (МРФ)
type DictionaryMrf_MrfType int32

const (
	// Значение не указано
	DictionaryMrf_MRF_TYPE_UNKNOWN DictionaryMrf_MrfType = 0
	// Центр
	DictionaryMrf_TSENTR DictionaryMrf_MrfType = 1
	// Юг
	DictionaryMrf_YUG DictionaryMrf_MrfType = 2
	// Урал
	DictionaryMrf_URAL DictionaryMrf_MrfType = 3
	// Сибирь
	DictionaryMrf_SIBIR DictionaryMrf_MrfType = 4
	// Северо-Запад
	DictionaryMrf_SEVERO_ZAPAD DictionaryMrf_MrfType = 5
	// Дальний Восток
	DictionaryMrf_DALNIY_VOSTOK DictionaryMrf_MrfType = 6
	// Волга
	DictionaryMrf_VOLGA DictionaryMrf_MrfType = 7
)

// Enum value maps for DictionaryMrf_MrfType.
var (
	DictionaryMrf_MrfType_name = map[int32]string{
		0: "MRF_TYPE_UNKNOWN",
		1: "TSENTR",
		2: "YUG",
		3: "URAL",
		4: "SIBIR",
		5: "SEVERO_ZAPAD",
		6: "DALNIY_VOSTOK",
		7: "VOLGA",
	}
	DictionaryMrf_MrfType_value = map[string]int32{
		"MRF_TYPE_UNKNOWN": 0,
		"TSENTR":           1,
		"YUG":              2,
		"URAL":             3,
		"SIBIR":            4,
		"SEVERO_ZAPAD":     5,
		"DALNIY_VOSTOK":    6,
		"VOLGA":            7,
	}
)

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

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

func (DictionaryMrf_MrfType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_enumTypes[2].Descriptor()
}

func (DictionaryMrf_MrfType) Type() protoreflect.EnumType {
	return &file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_enumTypes[2]
}

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

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

// Справочник Разрешения Телеметрии
type DictionaryPermission_PermissionType int32

const (
	// Значение не указано
	DictionaryPermission_PERMISSION_TYPE_UNKNOWN DictionaryPermission_PermissionType = 0
)

// Enum value maps for DictionaryPermission_PermissionType.
var (
	DictionaryPermission_PermissionType_name = map[int32]string{
		0: "PERMISSION_TYPE_UNKNOWN",
	}
	DictionaryPermission_PermissionType_value = map[string]int32{
		"PERMISSION_TYPE_UNKNOWN": 0,
	}
)

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

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

func (DictionaryPermission_PermissionType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_enumTypes[3].Descriptor()
}

func (DictionaryPermission_PermissionType) Type() protoreflect.EnumType {
	return &file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_enumTypes[3]
}

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

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

// Справочник Регионы (РФ)
type DictionaryRf_RfType int32

const (
	// Значение не указано
	DictionaryRf_RF_TYPE_UNKNOWN DictionaryRf_RfType = 0
	// Республика Башкортостан
	DictionaryRf_UFA DictionaryRf_RfType = 1
	// Кировская область
	DictionaryRf_KIROV DictionaryRf_RfType = 2
	// Ивановский филиал
	DictionaryRf_IVANOVO DictionaryRf_RfType = 3
	// Калужский филиал
	DictionaryRf_KALUGA DictionaryRf_RfType = 4
	// Костромской филиал
	DictionaryRf_KOSTROMA DictionaryRf_RfType = 5
	// Курский филиал
	DictionaryRf_KURSK DictionaryRf_RfType = 6
	// Липецкий филиал
	DictionaryRf_LIPETSK DictionaryRf_RfType = 7
	// Московская область
	DictionaryRf_MOSOBLAST DictionaryRf_RfType = 8
	// Орловский филиал
	DictionaryRf_OREL DictionaryRf_RfType = 9
	// Рязанский филиал
	DictionaryRf_RYAZAN DictionaryRf_RfType = 10
	// Тамбовский филиал
	DictionaryRf_TAMBOV DictionaryRf_RfType = 11
	// Тверской филиал
	DictionaryRf_TVER DictionaryRf_RfType = 12
	// Ярославский филиал
	DictionaryRf_YAROSLAVL DictionaryRf_RfType = 13
	// Смоленский филиал
	DictionaryRf_SMOLENSK DictionaryRf_RfType = 14
	// Тульский филиал
	DictionaryRf_TULA DictionaryRf_RfType = 15
	// Москва
	DictionaryRf_MOSCOW DictionaryRf_RfType = 16
	// ЕАО
	DictionaryRf_EAO DictionaryRf_RfType = 17
	// Филиал в Тюменской и Курганской областях
	DictionaryRf_KURGAN DictionaryRf_RfType = 18
	// Филиал в Тюменской и Курганской областях
	DictionaryRf_TUMEN DictionaryRf_RfType = 19
	// Ханты-Мансийский филиал
	DictionaryRf_HANTY DictionaryRf_RfType = 20
	// Амурская область
	DictionaryRf_AMUR DictionaryRf_RfType = 21
	// Камчатский край
	DictionaryRf_KAMCHATKA DictionaryRf_RfType = 22
	// Магаданская область
	DictionaryRf_MAGADAN DictionaryRf_RfType = 23
	// Приморский край
	DictionaryRf_PRIMORYE DictionaryRf_RfType = 24
	// Сахалинская область
	DictionaryRf_SAKHALIN DictionaryRf_RfType = 25
	// Хабаровский край
	DictionaryRf_KHABAROVSK DictionaryRf_RfType = 26
	// Забайкальский край
	DictionaryRf_CHITA DictionaryRf_RfType = 27
	// ЧАО
	DictionaryRf_CHUKOTKA DictionaryRf_RfType = 28
	// Архангельск
	DictionaryRf_ARCHANGELSK DictionaryRf_RfType = 29
	// Вологда
	DictionaryRf_VOLOGDA DictionaryRf_RfType = 30
	// Калининград
	DictionaryRf_KALININGRAD DictionaryRf_RfType = 31
	// Карелия
	DictionaryRf_KARELIA DictionaryRf_RfType = 32
	// Коми
	DictionaryRf_KOMI DictionaryRf_RfType = 33
	// Лен область
	DictionaryRf_LENOBLAST DictionaryRf_RfType = 34
	// Мурманск
	DictionaryRf_MURMANSK DictionaryRf_RfType = 35
	// Новгород
	DictionaryRf_NOVGOROD DictionaryRf_RfType = 36
	// Псков
	DictionaryRf_PSKOV DictionaryRf_RfType = 37
	// СПб
	DictionaryRf_SPB DictionaryRf_RfType = 38
	// Алтайский филиал
	DictionaryRf_ALTAI DictionaryRf_RfType = 39
	// Бурятский филиал
	DictionaryRf_BURYATIYA DictionaryRf_RfType = 40
	// Иркутский филиал
	DictionaryRf_IRKUTSK DictionaryRf_RfType = 41
	// Кемеровский филиал
	DictionaryRf_KEMEROVO DictionaryRf_RfType = 42
	// Красноярский филиал
	DictionaryRf_KRASNOYARSK DictionaryRf_RfType = 43
	// Омский филиал
	DictionaryRf_OMSK DictionaryRf_RfType = 44
	// Республика Хакасия
	DictionaryRf_HAKASIYA DictionaryRf_RfType = 45
	// Республика Алтай
	DictionaryRf_RALTAY DictionaryRf_RfType = 46
	// Республика Тыва
	DictionaryRf_TUVA DictionaryRf_RfType = 47
	// Томский филиал
	DictionaryRf_TOMSK DictionaryRf_RfType = 48
	// Оренбургская область
	DictionaryRf_ORENBURG DictionaryRf_RfType = 49
	// Белгородский филиал
	DictionaryRf_BELGOROD DictionaryRf_RfType = 50
	// Саха
	DictionaryRf_SAKHA DictionaryRf_RfType = 51
	// Екатеринбургский филиал
	DictionaryRf_EKT DictionaryRf_RfType = 52
	// Волгоградский филиал
	DictionaryRf_VOLGOGRAD DictionaryRf_RfType = 53
	// Ямало-Ненецкий филиал
	DictionaryRf_YAMAL DictionaryRf_RfType = 54
	// Челябинский филиал
	DictionaryRf_CHELYABINSK DictionaryRf_RfType = 55
	// Пермский филиал ПАО "Ростелеком"
	DictionaryRf_PERM DictionaryRf_RfType = 56
	// Республика Марий Эл
	DictionaryRf_MARYEL DictionaryRf_RfType = 57
	// Пензенская область
	DictionaryRf_PENZA DictionaryRf_RfType = 58
	// Ингушский филиал
	DictionaryRf_INGUSHETIA DictionaryRf_RfType = 59
	// Кабардино-Балкарский филиал
	DictionaryRf_NALCHIK DictionaryRf_RfType = 60
	// Калмыцкий филиал
	DictionaryRf_ELISTA DictionaryRf_RfType = 61
	// Ростовский филиал
	DictionaryRf_ROSTOV DictionaryRf_RfType = 62
	// Дагестанский филиал
	DictionaryRf_MAHACHKALA DictionaryRf_RfType = 63
	// Республика Мордовия
	DictionaryRf_MORDOVIYA DictionaryRf_RfType = 64
	// Республика Татарстан (Татарстан)
	DictionaryRf_KAZAN DictionaryRf_RfType = 65
	// Самарская область
	DictionaryRf_SAMARA DictionaryRf_RfType = 66
	// Саратовская область
	DictionaryRf_SARATOV DictionaryRf_RfType = 67
	// Удмуртская Республика
	DictionaryRf_UDMURTIYA DictionaryRf_RfType = 68
	// Ульяновская область
	DictionaryRf_ULYANOVSK DictionaryRf_RfType = 69
	// Чувашская Республика - Чувашия
	DictionaryRf_CHUVASHIYA DictionaryRf_RfType = 70
	// Нижегородская область
	DictionaryRf_NNOVGOROD DictionaryRf_RfType = 71
	// Брянский филиал
	DictionaryRf_BRYANSK DictionaryRf_RfType = 72
	// Владимирский филиал
	DictionaryRf_VLADIMIR DictionaryRf_RfType = 73
	// Воронежский филиал
	DictionaryRf_VORONEZH DictionaryRf_RfType = 74
	// Северо-Осетинский филиал
	DictionaryRf_VLADIKAVKAZ DictionaryRf_RfType = 75
	// Ставропольский филиал
	DictionaryRf_STAVROPOL DictionaryRf_RfType = 76
	// Республика Карачаево-Черкесская
	DictionaryRf_CHERKESSK DictionaryRf_RfType = 77
	// Республика Адыгея
	DictionaryRf_MAYKOP DictionaryRf_RfType = 78
	// Астраханский филиал
	DictionaryRf_ASTRAKHAN DictionaryRf_RfType = 79
	// Краснодарский филиал
	DictionaryRf_KRASNODAR DictionaryRf_RfType = 80
	// Тестовый
	DictionaryRf_TEST DictionaryRf_RfType = 81
	// Новосибирский филиал
	DictionaryRf_NOVOSIBIRSK DictionaryRf_RfType = 82
)

// Enum value maps for DictionaryRf_RfType.
var (
	DictionaryRf_RfType_name = map[int32]string{
		0:  "RF_TYPE_UNKNOWN",
		1:  "UFA",
		2:  "KIROV",
		3:  "IVANOVO",
		4:  "KALUGA",
		5:  "KOSTROMA",
		6:  "KURSK",
		7:  "LIPETSK",
		8:  "MOSOBLAST",
		9:  "OREL",
		10: "RYAZAN",
		11: "TAMBOV",
		12: "TVER",
		13: "YAROSLAVL",
		14: "SMOLENSK",
		15: "TULA",
		16: "MOSCOW",
		17: "EAO",
		18: "KURGAN",
		19: "TUMEN",
		20: "HANTY",
		21: "AMUR",
		22: "KAMCHATKA",
		23: "MAGADAN",
		24: "PRIMORYE",
		25: "SAKHALIN",
		26: "KHABAROVSK",
		27: "CHITA",
		28: "CHUKOTKA",
		29: "ARCHANGELSK",
		30: "VOLOGDA",
		31: "KALININGRAD",
		32: "KARELIA",
		33: "KOMI",
		34: "LENOBLAST",
		35: "MURMANSK",
		36: "NOVGOROD",
		37: "PSKOV",
		38: "SPB",
		39: "ALTAI",
		40: "BURYATIYA",
		41: "IRKUTSK",
		42: "KEMEROVO",
		43: "KRASNOYARSK",
		44: "OMSK",
		45: "HAKASIYA",
		46: "RALTAY",
		47: "TUVA",
		48: "TOMSK",
		49: "ORENBURG",
		50: "BELGOROD",
		51: "SAKHA",
		52: "EKT",
		53: "VOLGOGRAD",
		54: "YAMAL",
		55: "CHELYABINSK",
		56: "PERM",
		57: "MARYEL",
		58: "PENZA",
		59: "INGUSHETIA",
		60: "NALCHIK",
		61: "ELISTA",
		62: "ROSTOV",
		63: "MAHACHKALA",
		64: "MORDOVIYA",
		65: "KAZAN",
		66: "SAMARA",
		67: "SARATOV",
		68: "UDMURTIYA",
		69: "ULYANOVSK",
		70: "CHUVASHIYA",
		71: "NNOVGOROD",
		72: "BRYANSK",
		73: "VLADIMIR",
		74: "VORONEZH",
		75: "VLADIKAVKAZ",
		76: "STAVROPOL",
		77: "CHERKESSK",
		78: "MAYKOP",
		79: "ASTRAKHAN",
		80: "KRASNODAR",
		81: "TEST",
		82: "NOVOSIBIRSK",
	}
	DictionaryRf_RfType_value = map[string]int32{
		"RF_TYPE_UNKNOWN": 0,
		"UFA":             1,
		"KIROV":           2,
		"IVANOVO":         3,
		"KALUGA":          4,
		"KOSTROMA":        5,
		"KURSK":           6,
		"LIPETSK":         7,
		"MOSOBLAST":       8,
		"OREL":            9,
		"RYAZAN":          10,
		"TAMBOV":          11,
		"TVER":            12,
		"YAROSLAVL":       13,
		"SMOLENSK":        14,
		"TULA":            15,
		"MOSCOW":          16,
		"EAO":             17,
		"KURGAN":          18,
		"TUMEN":           19,
		"HANTY":           20,
		"AMUR":            21,
		"KAMCHATKA":       22,
		"MAGADAN":         23,
		"PRIMORYE":        24,
		"SAKHALIN":        25,
		"KHABAROVSK":      26,
		"CHITA":           27,
		"CHUKOTKA":        28,
		"ARCHANGELSK":     29,
		"VOLOGDA":         30,
		"KALININGRAD":     31,
		"KARELIA":         32,
		"KOMI":            33,
		"LENOBLAST":       34,
		"MURMANSK":        35,
		"NOVGOROD":        36,
		"PSKOV":           37,
		"SPB":             38,
		"ALTAI":           39,
		"BURYATIYA":       40,
		"IRKUTSK":         41,
		"KEMEROVO":        42,
		"KRASNOYARSK":     43,
		"OMSK":            44,
		"HAKASIYA":        45,
		"RALTAY":          46,
		"TUVA":            47,
		"TOMSK":           48,
		"ORENBURG":        49,
		"BELGOROD":        50,
		"SAKHA":           51,
		"EKT":             52,
		"VOLGOGRAD":       53,
		"YAMAL":           54,
		"CHELYABINSK":     55,
		"PERM":            56,
		"MARYEL":          57,
		"PENZA":           58,
		"INGUSHETIA":      59,
		"NALCHIK":         60,
		"ELISTA":          61,
		"ROSTOV":          62,
		"MAHACHKALA":      63,
		"MORDOVIYA":       64,
		"KAZAN":           65,
		"SAMARA":          66,
		"SARATOV":         67,
		"UDMURTIYA":       68,
		"ULYANOVSK":       69,
		"CHUVASHIYA":      70,
		"NNOVGOROD":       71,
		"BRYANSK":         72,
		"VLADIMIR":        73,
		"VORONEZH":        74,
		"VLADIKAVKAZ":     75,
		"STAVROPOL":       76,
		"CHERKESSK":       77,
		"MAYKOP":          78,
		"ASTRAKHAN":       79,
		"KRASNODAR":       80,
		"TEST":            81,
		"NOVOSIBIRSK":     82,
	}
)

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

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

func (DictionaryRf_RfType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_enumTypes[4].Descriptor()
}

func (DictionaryRf_RfType) Type() protoreflect.EnumType {
	return &file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_enumTypes[4]
}

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

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

// Запрос сохранения модели ПУ
type PostDictionaryDeviceModelRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Шаблон ПУ
	Data *DictionaryDeviceModel `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
}

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

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

func (*PostDictionaryDeviceModelRequest) ProtoMessage() {}

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

func (x *PostDictionaryDeviceModelRequest) GetData() *DictionaryDeviceModel {
	if x != nil {
		return x.Data
	}
	return nil
}

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

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

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

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

func (*PostDictionaryDeviceModelResponse) ProtoMessage() {}

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

func (m *PostDictionaryDeviceModelResponse) GetType() isPostDictionaryDeviceModelResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *PostDictionaryDeviceModelResponse) GetData() *DictionaryDeviceModel {
	if x, ok := x.GetType().(*PostDictionaryDeviceModelResponse_Data); ok {
		return x.Data
	}
	return nil
}

type isPostDictionaryDeviceModelResponse_Type interface {
	isPostDictionaryDeviceModelResponse_Type()
}

type PostDictionaryDeviceModelResponse_Data struct {
	// Шаблон ПУ
	Data *DictionaryDeviceModel `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

func (*PostDictionaryDeviceModelResponse_Data) isPostDictionaryDeviceModelResponse_Type() {}

// Запрос удаления модели ПУ
type DeleteDictionaryDeviceModelRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

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

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

func (*DeleteDictionaryDeviceModelRequest) ProtoMessage() {}

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

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

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

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

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

func (*DeleteDictionaryDeviceModelResponse) ProtoMessage() {}

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

// Запрос получения модели ПУ
type GetDictionaryDeviceModelRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

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

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

func (*GetDictionaryDeviceModelRequest) ProtoMessage() {}

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

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

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

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

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

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

func (*GetDictionaryDeviceModelResponse) ProtoMessage() {}

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

func (m *GetDictionaryDeviceModelResponse) GetType() isGetDictionaryDeviceModelResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetDictionaryDeviceModelResponse) GetData() *DictionaryDeviceModel {
	if x, ok := x.GetType().(*GetDictionaryDeviceModelResponse_Data); ok {
		return x.Data
	}
	return nil
}

type isGetDictionaryDeviceModelResponse_Type interface {
	isGetDictionaryDeviceModelResponse_Type()
}

type GetDictionaryDeviceModelResponse_Data struct {
	// Элемент справочника моделей
	Data *DictionaryDeviceModel `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

func (*GetDictionaryDeviceModelResponse_Data) isGetDictionaryDeviceModelResponse_Type() {}

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

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

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

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

func (*GetDictionaryDeviceModelListRequest) ProtoMessage() {}

func (x *GetDictionaryDeviceModelListRequest) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_msgTypes[6]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use GetDictionaryDeviceModelListRequest.ProtoReflect.Descriptor instead.
func (*GetDictionaryDeviceModelListRequest) Descriptor() ([]byte, []int) {
	return file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_rawDescGZIP(), []int{6}
}

func (x *GetDictionaryDeviceModelListRequest) GetFilter() *DictionaryDeviceModelFilter {
	if x != nil {
		return x.Filter
	}
	return nil
}

func (m *GetDictionaryDeviceModelListRequest) GetPagination() isGetDictionaryDeviceModelListRequest_Pagination {
	if m != nil {
		return m.Pagination
	}
	return nil
}

func (x *GetDictionaryDeviceModelListRequest) GetPaging() *DictionaryDeviceModelPaging {
	if x, ok := x.GetPagination().(*GetDictionaryDeviceModelListRequest_Paging); ok {
		return x.Paging
	}
	return nil
}

type isGetDictionaryDeviceModelListRequest_Pagination interface {
	isGetDictionaryDeviceModelListRequest_Pagination()
}

type GetDictionaryDeviceModelListRequest_Paging struct {
	// Пагинация
	Paging *DictionaryDeviceModelPaging `protobuf:"bytes,2,opt,name=paging,proto3,oneof"`
}

func (*GetDictionaryDeviceModelListRequest_Paging) isGetDictionaryDeviceModelListRequest_Pagination() {
}

// Запрос получения элементов справочника Макрорегионы (МРФ)
type GetDictionaryMrfListRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

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

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

func (*GetDictionaryMrfListRequest) ProtoMessage() {}

func (x *GetDictionaryMrfListRequest) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_msgTypes[7]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use GetDictionaryMrfListRequest.ProtoReflect.Descriptor instead.
func (*GetDictionaryMrfListRequest) Descriptor() ([]byte, []int) {
	return file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_rawDescGZIP(), []int{7}
}

// Запрос получения элементов справочника Регионы (РФ)
type GetDictionaryRfListRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

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

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

func (*GetDictionaryRfListRequest) ProtoMessage() {}

func (x *GetDictionaryRfListRequest) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_msgTypes[8]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use GetDictionaryRfListRequest.ProtoReflect.Descriptor instead.
func (*GetDictionaryRfListRequest) Descriptor() ([]byte, []int) {
	return file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_rawDescGZIP(), []int{8}
}

// Пагинация
type DictionaryDeviceModelPaging struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Тип значения сортировки.
	// По умолчанию: ID
	OrderByType DictionaryDeviceModelPaging_OrderByType `protobuf:"varint,1,opt,name=order_by_type,json=orderByType,proto3,enum=keyapis.telemetry_control.v1.DictionaryDeviceModelPaging_OrderByType" json:"order_by_type,omitempty"`
	// Тип направления сортировки.
	// По умолчанию: DESC
	DirectionType DictionaryDeviceModelPaging_DirectionType `protobuf:"varint,2,opt,name=direction_type,json=directionType,proto3,enum=keyapis.telemetry_control.v1.DictionaryDeviceModelPaging_DirectionType" json:"direction_type,omitempty"`
	// Количество.
	// Минимальное значение: 1.
	// Максимальное значение: 100.
	// По умолчанию: 20.
	// Если значение 0 (не передано) то выставляем значение по умолчанию
	Limit int32 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	// Сдвиг.
	// По умолчанию: 0
	Offset int32 `protobuf:"varint,4,opt,name=offset,proto3" json:"offset,omitempty"`
}

func (x *DictionaryDeviceModelPaging) Reset() {
	*x = DictionaryDeviceModelPaging{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_msgTypes[9]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*DictionaryDeviceModelPaging) ProtoMessage() {}

func (x *DictionaryDeviceModelPaging) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_msgTypes[9]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use DictionaryDeviceModelPaging.ProtoReflect.Descriptor instead.
func (*DictionaryDeviceModelPaging) Descriptor() ([]byte, []int) {
	return file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_rawDescGZIP(), []int{9}
}

func (x *DictionaryDeviceModelPaging) GetOrderByType() DictionaryDeviceModelPaging_OrderByType {
	if x != nil {
		return x.OrderByType
	}
	return DictionaryDeviceModelPaging_ORDER_BY_TYPE_UNKNOWN
}

func (x *DictionaryDeviceModelPaging) GetDirectionType() DictionaryDeviceModelPaging_DirectionType {
	if x != nil {
		return x.DirectionType
	}
	return DictionaryDeviceModelPaging_DIRECTION_TYPE_UNKNOWN
}

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

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

// Фильтр для запроса моделей приборов учета.
// При передаче массива в параметр фильтра элементы массива работают в выборке через ИЛИ.
// При передаче нескольких разных параметров фильтра они работают в выборке через И
type DictionaryDeviceModelFilter struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// По заголовку элемента
	Titles []string `protobuf:"bytes,1,rep,name=titles,proto3" json:"titles,omitempty"`
	// По типам модели
	ModelKinds []string `protobuf:"bytes,2,rep,name=model_kinds,json=modelKinds,proto3" json:"model_kinds,omitempty"`
}

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

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

func (*DictionaryDeviceModelFilter) ProtoMessage() {}

func (x *DictionaryDeviceModelFilter) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_msgTypes[10]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use DictionaryDeviceModelFilter.ProtoReflect.Descriptor instead.
func (*DictionaryDeviceModelFilter) Descriptor() ([]byte, []int) {
	return file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_rawDescGZIP(), []int{10}
}

func (x *DictionaryDeviceModelFilter) GetTitles() []string {
	if x != nil {
		return x.Titles
	}
	return nil
}

func (x *DictionaryDeviceModelFilter) GetModelKinds() []string {
	if x != nil {
		return x.ModelKinds
	}
	return nil
}

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

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

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

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

func (*GetDictionaryDeviceModelListResponse) ProtoMessage() {}

func (x *GetDictionaryDeviceModelListResponse) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_msgTypes[11]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use GetDictionaryDeviceModelListResponse.ProtoReflect.Descriptor instead.
func (*GetDictionaryDeviceModelListResponse) Descriptor() ([]byte, []int) {
	return file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_rawDescGZIP(), []int{11}
}

func (m *GetDictionaryDeviceModelListResponse) GetType() isGetDictionaryDeviceModelListResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetDictionaryDeviceModelListResponse) GetData() *DictionaryDeviceModel {
	if x, ok := x.GetType().(*GetDictionaryDeviceModelListResponse_Data); ok {
		return x.Data
	}
	return nil
}

type isGetDictionaryDeviceModelListResponse_Type interface {
	isGetDictionaryDeviceModelListResponse_Type()
}

type GetDictionaryDeviceModelListResponse_Data struct {
	// Элемент справочника моделей ПУ
	Data *DictionaryDeviceModel `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

func (*GetDictionaryDeviceModelListResponse_Data) isGetDictionaryDeviceModelListResponse_Type() {}

// Ответ на запрос получения элементов справочника Макрорегионы (МРФ)
type GetDictionaryMrfListResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

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

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

func (*GetDictionaryMrfListResponse) ProtoMessage() {}

func (x *GetDictionaryMrfListResponse) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_msgTypes[12]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use GetDictionaryMrfListResponse.ProtoReflect.Descriptor instead.
func (*GetDictionaryMrfListResponse) Descriptor() ([]byte, []int) {
	return file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_rawDescGZIP(), []int{12}
}

func (m *GetDictionaryMrfListResponse) GetType() isGetDictionaryMrfListResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetDictionaryMrfListResponse) GetData() *DictionaryMrf {
	if x, ok := x.GetType().(*GetDictionaryMrfListResponse_Data); ok {
		return x.Data
	}
	return nil
}

type isGetDictionaryMrfListResponse_Type interface {
	isGetDictionaryMrfListResponse_Type()
}

type GetDictionaryMrfListResponse_Data struct {
	// Элемент справочника Макрорегионы (МРФ)
	Data *DictionaryMrf `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

func (*GetDictionaryMrfListResponse_Data) isGetDictionaryMrfListResponse_Type() {}

// Элемент справочника Макрорегионы (МРФ)
type DictionaryMrf struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// Дата создания
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Дата последнего изменения.
	// Заполняется и обновляется сервером.
	// Заполняется при создании и изменении
	ChangedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=changed_at,json=changedAt,proto3" json:"changed_at,omitempty"`
	// Локализованный заголовок элемента
	Title *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
	// Техническое наименование элемента
	Code *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=code,proto3" json:"code,omitempty"`
}

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

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

func (*DictionaryMrf) ProtoMessage() {}

func (x *DictionaryMrf) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_msgTypes[13]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use DictionaryMrf.ProtoReflect.Descriptor instead.
func (*DictionaryMrf) Descriptor() ([]byte, []int) {
	return file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_rawDescGZIP(), []int{13}
}

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

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

func (x *DictionaryMrf) GetChangedAt() *timestamppb.Timestamp {
	if x != nil {
		return x.ChangedAt
	}
	return nil
}

func (x *DictionaryMrf) GetTitle() *wrapperspb.StringValue {
	if x != nil {
		return x.Title
	}
	return nil
}

func (x *DictionaryMrf) GetCode() *wrapperspb.StringValue {
	if x != nil {
		return x.Code
	}
	return nil
}

// Ответ на запрос получения элементов справочника Регионы (РФ)
type GetDictionaryRfListResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

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

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

func (*GetDictionaryRfListResponse) ProtoMessage() {}

func (x *GetDictionaryRfListResponse) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_msgTypes[14]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use GetDictionaryRfListResponse.ProtoReflect.Descriptor instead.
func (*GetDictionaryRfListResponse) Descriptor() ([]byte, []int) {
	return file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_rawDescGZIP(), []int{14}
}

func (m *GetDictionaryRfListResponse) GetType() isGetDictionaryRfListResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetDictionaryRfListResponse) GetData() *DictionaryRf {
	if x, ok := x.GetType().(*GetDictionaryRfListResponse_Data); ok {
		return x.Data
	}
	return nil
}

type isGetDictionaryRfListResponse_Type interface {
	isGetDictionaryRfListResponse_Type()
}

type GetDictionaryRfListResponse_Data struct {
	// Элемент справочника Регионы (РФ)
	Data *DictionaryRf `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

func (*GetDictionaryRfListResponse_Data) isGetDictionaryRfListResponse_Type() {}

// Элемент справочника Разрешения Телеметрии
type DictionaryPermission struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Элемент справочника Разрешения Телеметрии
	PermissionType DictionaryPermission_PermissionType `protobuf:"varint,1,opt,name=permission_type,json=permissionType,proto3,enum=keyapis.telemetry_control.v1.DictionaryPermission_PermissionType" json:"permission_type,omitempty"`
}

func (x *DictionaryPermission) Reset() {
	*x = DictionaryPermission{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_msgTypes[15]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*DictionaryPermission) ProtoMessage() {}

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

func (x *DictionaryPermission) GetPermissionType() DictionaryPermission_PermissionType {
	if x != nil {
		return x.PermissionType
	}
	return DictionaryPermission_PERMISSION_TYPE_UNKNOWN
}

// Элемент справочника Регионы (РФ)
type DictionaryRf struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// Дата создания
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Дата последнего изменения.
	// Заполняется и обновляется сервером.
	// Заполняется при создании и изменении
	ChangedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=changed_at,json=changedAt,proto3" json:"changed_at,omitempty"`
	// Локализованный заголовок элемента
	Title *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
	// Техническое наименование элемента
	Code *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=code,proto3" json:"code,omitempty"`
	// Принадлежность региона к Макрорегиону (МРФ)
	MrfId int32 `protobuf:"varint,6,opt,name=mrf_id,json=mrfId,proto3" json:"mrf_id,omitempty"`
}

func (x *DictionaryRf) Reset() {
	*x = DictionaryRf{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_msgTypes[16]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*DictionaryRf) ProtoMessage() {}

func (x *DictionaryRf) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_msgTypes[16]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use DictionaryRf.ProtoReflect.Descriptor instead.
func (*DictionaryRf) Descriptor() ([]byte, []int) {
	return file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_rawDescGZIP(), []int{16}
}

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

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

func (x *DictionaryRf) GetChangedAt() *timestamppb.Timestamp {
	if x != nil {
		return x.ChangedAt
	}
	return nil
}

func (x *DictionaryRf) GetTitle() *wrapperspb.StringValue {
	if x != nil {
		return x.Title
	}
	return nil
}

func (x *DictionaryRf) GetCode() *wrapperspb.StringValue {
	if x != nil {
		return x.Code
	}
	return nil
}

func (x *DictionaryRf) GetMrfId() int32 {
	if x != nil {
		return x.MrfId
	}
	return 0
}

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

	// Фильтр по моделям приборов учета
	Filter *DictionaryDeviceModelFilter `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
}

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

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

func (*GetDictionaryDeviceModelCountRequest) ProtoMessage() {}

func (x *GetDictionaryDeviceModelCountRequest) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_msgTypes[17]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use GetDictionaryDeviceModelCountRequest.ProtoReflect.Descriptor instead.
func (*GetDictionaryDeviceModelCountRequest) Descriptor() ([]byte, []int) {
	return file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_rawDescGZIP(), []int{17}
}

func (x *GetDictionaryDeviceModelCountRequest) GetFilter() *DictionaryDeviceModelFilter {
	if x != nil {
		return x.Filter
	}
	return nil
}

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

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

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

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

func (*GetDictionaryDeviceModelCountResponse) ProtoMessage() {}

func (x *GetDictionaryDeviceModelCountResponse) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_msgTypes[18]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use GetDictionaryDeviceModelCountResponse.ProtoReflect.Descriptor instead.
func (*GetDictionaryDeviceModelCountResponse) Descriptor() ([]byte, []int) {
	return file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_rawDescGZIP(), []int{18}
}

func (m *GetDictionaryDeviceModelCountResponse) GetType() isGetDictionaryDeviceModelCountResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

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

type isGetDictionaryDeviceModelCountResponse_Type interface {
	isGetDictionaryDeviceModelCountResponse_Type()
}

type GetDictionaryDeviceModelCountResponse_Data struct {
	// Всего моделей приборов учета
	Data int32 `protobuf:"varint,1,opt,name=data,proto3,oneof"`
}

func (*GetDictionaryDeviceModelCountResponse_Data) isGetDictionaryDeviceModelCountResponse_Type() {}

// Запрос получения количества элементов справочника Макрорегионы (МРФ)
type GetDictionaryMrfCountRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

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

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

func (*GetDictionaryMrfCountRequest) ProtoMessage() {}

func (x *GetDictionaryMrfCountRequest) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_msgTypes[19]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use GetDictionaryMrfCountRequest.ProtoReflect.Descriptor instead.
func (*GetDictionaryMrfCountRequest) Descriptor() ([]byte, []int) {
	return file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_rawDescGZIP(), []int{19}
}

// Ответ на запрос получения количества элементов справочника Макрорегионы (МРФ)
type GetDictionaryMrfCountResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

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

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

func (*GetDictionaryMrfCountResponse) ProtoMessage() {}

func (x *GetDictionaryMrfCountResponse) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_msgTypes[20]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use GetDictionaryMrfCountResponse.ProtoReflect.Descriptor instead.
func (*GetDictionaryMrfCountResponse) Descriptor() ([]byte, []int) {
	return file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_rawDescGZIP(), []int{20}
}

func (m *GetDictionaryMrfCountResponse) GetType() isGetDictionaryMrfCountResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

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

type isGetDictionaryMrfCountResponse_Type interface {
	isGetDictionaryMrfCountResponse_Type()
}

type GetDictionaryMrfCountResponse_Data struct {
	// Всего элементов справочника Макрорегионы (МРФ)
	Data int32 `protobuf:"varint,1,opt,name=data,proto3,oneof"`
}

func (*GetDictionaryMrfCountResponse_Data) isGetDictionaryMrfCountResponse_Type() {}

// Запрос получения количества элементов справочника Регионы (РФ)
type GetDictionaryRfCountRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

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

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

func (*GetDictionaryRfCountRequest) ProtoMessage() {}

func (x *GetDictionaryRfCountRequest) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_msgTypes[21]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use GetDictionaryRfCountRequest.ProtoReflect.Descriptor instead.
func (*GetDictionaryRfCountRequest) Descriptor() ([]byte, []int) {
	return file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_rawDescGZIP(), []int{21}
}

// Ответ на запрос получения количества элементов справочника Регионы (РФ)
type GetDictionaryRfCountResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

func (x *GetDictionaryRfCountResponse) Reset() {
	*x = GetDictionaryRfCountResponse{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_msgTypes[22]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GetDictionaryRfCountResponse) ProtoMessage() {}

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

func (m *GetDictionaryRfCountResponse) GetType() isGetDictionaryRfCountResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

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

type isGetDictionaryRfCountResponse_Type interface {
	isGetDictionaryRfCountResponse_Type()
}

type GetDictionaryRfCountResponse_Data struct {
	// Всего элементов справочника Регионы (РФ)
	Data int32 `protobuf:"varint,1,opt,name=data,proto3,oneof"`
}

func (*GetDictionaryRfCountResponse_Data) isGetDictionaryRfCountResponse_Type() {}

// Элемент справочника моделей ПУ
type DictionaryDeviceModel struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// Дата создания
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Дата последнего изменения.
	// Заполняется и обновляется сервером.
	// Заполняется при создании и изменении
	ChangedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=changed_at,json=changedAt,proto3" json:"changed_at,omitempty"`
	// Модель счетчика
	Title *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
	// Протокол счетчика
	Protocol *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=protocol,proto3" json:"protocol,omitempty"`
	// Тип модели
	ModelKind *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=model_kind,json=modelKind,proto3" json:"model_kind,omitempty"`
}

func (x *DictionaryDeviceModel) Reset() {
	*x = DictionaryDeviceModel{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_msgTypes[23]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*DictionaryDeviceModel) ProtoMessage() {}

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

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

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

func (x *DictionaryDeviceModel) GetChangedAt() *timestamppb.Timestamp {
	if x != nil {
		return x.ChangedAt
	}
	return nil
}

func (x *DictionaryDeviceModel) GetTitle() *wrapperspb.StringValue {
	if x != nil {
		return x.Title
	}
	return nil
}

func (x *DictionaryDeviceModel) GetProtocol() *wrapperspb.StringValue {
	if x != nil {
		return x.Protocol
	}
	return nil
}

func (x *DictionaryDeviceModel) GetModelKind() *wrapperspb.StringValue {
	if x != nil {
		return x.ModelKind
	}
	return nil
}

var File_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto protoreflect.FileDescriptor

var file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_rawDesc = []byte{
	0x0a, 0x4a, 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, 0x64, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e,
	0x61, 0x72, 0x79, 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, 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, 0x1e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
	0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x77, 0x72, 0x61, 0x70, 0x70,
	0x65, 0x72, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 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, 0x22, 0x70, 0x0a, 0x20, 0x50, 0x6f,
	0x73, 0x74, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x44, 0x65, 0x76, 0x69,
	0x63, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4c,
	0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 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, 0x44, 0x69, 0x63, 0x74,
	0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x4d, 0x6f, 0x64, 0x65,
	0x6c, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x76, 0x0a, 0x21,
	0x50, 0x6f, 0x73, 0x74, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x44, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
	0x65, 0x12, 0x49, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
	0x33, 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, 0x44,
	0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x4d,
	0x6f, 0x64, 0x65, 0x6c, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x42, 0x06, 0x0a, 0x04,
	0x74, 0x79, 0x70, 0x65, 0x22, 0x39, 0x0a, 0x22, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x69,
	0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x4d, 0x6f,
	0x64, 0x65, 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,
	0x25, 0x0a, 0x23, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e,
	0x61, 0x72, 0x79, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x52, 0x65,
	0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x36, 0x0a, 0x1f, 0x47, 0x65, 0x74, 0x44, 0x69, 0x63,
	0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x4d, 0x6f, 0x64,
	0x65, 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, 0x75,
	0x0a, 0x20, 0x47, 0x65, 0x74, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x44,
	0x65, 0x76, 0x69, 0x63, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
	0x73, 0x65, 0x12, 0x49, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
	0x32, 0x33, 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,
	0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x42, 0x06, 0x0a,
	0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0xdb, 0x01, 0x0a, 0x23, 0x47, 0x65, 0x74, 0x44, 0x69, 0x63,
	0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x4d, 0x6f, 0x64,
	0x65, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x51, 0x0a,
	0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 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, 0x44, 0x69, 0x63,
	0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x4d, 0x6f, 0x64,
	0x65, 0x6c, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72,
	0x12, 0x53, 0x0a, 0x06, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b,
	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,
	0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x48, 0x00, 0x52, 0x06, 0x70,
	0x61, 0x67, 0x69, 0x6e, 0x67, 0x42, 0x0c, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74,
	0x69, 0x6f, 0x6e, 0x22, 0x1d, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f,
	0x6e, 0x61, 0x72, 0x79, 0x4d, 0x72, 0x66, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65,
	0x73, 0x74, 0x22, 0x1c, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e,
	0x61, 0x72, 0x79, 0x52, 0x66, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
	0x22, 0xa3, 0x03, 0x0a, 0x1b, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x44,
	0x65, 0x76, 0x69, 0x63, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x67,
	0x12, 0x69, 0x0a, 0x0d, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x62, 0x79, 0x5f, 0x74, 0x79, 0x70,
	0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x45, 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, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72,
	0x79, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x50, 0x61, 0x67, 0x69,
	0x6e, 0x67, 0x2e, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x42, 0x79, 0x54, 0x79, 0x70, 0x65, 0x52, 0x0b,
	0x6f, 0x72, 0x64, 0x65, 0x72, 0x42, 0x79, 0x54, 0x79, 0x70, 0x65, 0x12, 0x6e, 0x0a, 0x0e, 0x64,
	0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20,
	0x01, 0x28, 0x0e, 0x32, 0x47, 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, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x44, 0x65, 0x76,
	0x69, 0x63, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x2e, 0x44,
	0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x52, 0x0d, 0x64, 0x69,
	0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x6c,
	0x69, 0x6d, 0x69, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69,
	0x74, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28,
	0x05, 0x52, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x22, 0x3b, 0x0a, 0x0b, 0x4f, 0x72, 0x64,
	0x65, 0x72, 0x42, 0x79, 0x54, 0x79, 0x70, 0x65, 0x12, 0x19, 0x0a, 0x15, 0x4f, 0x52, 0x44, 0x45,
	0x52, 0x5f, 0x42, 0x59, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57,
	0x4e, 0x10, 0x00, 0x12, 0x06, 0x0a, 0x02, 0x49, 0x44, 0x10, 0x01, 0x12, 0x09, 0x0a, 0x05, 0x54,
	0x49, 0x54, 0x4c, 0x45, 0x10, 0x02, 0x22, 0x3e, 0x0a, 0x0d, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74,
	0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x16, 0x44, 0x49, 0x52, 0x45, 0x43,
	0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57,
	0x4e, 0x10, 0x00, 0x12, 0x08, 0x0a, 0x04, 0x44, 0x45, 0x53, 0x43, 0x10, 0x01, 0x12, 0x07, 0x0a,
	0x03, 0x41, 0x53, 0x43, 0x10, 0x02, 0x22, 0x56, 0x0a, 0x1b, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f,
	0x6e, 0x61, 0x72, 0x79, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x46,
	0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x73, 0x18,
	0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x73, 0x12, 0x1f, 0x0a,
	0x0b, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f, 0x6b, 0x69, 0x6e, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03,
	0x28, 0x09, 0x52, 0x0a, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x4b, 0x69, 0x6e, 0x64, 0x73, 0x22, 0x79,
	0x0a, 0x24, 0x47, 0x65, 0x74, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x44,
	0x65, 0x76, 0x69, 0x63, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65,
	0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x49, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01,
	0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 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, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x44, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61, 0x74,
	0x61, 0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x69, 0x0a, 0x1c, 0x47, 0x65, 0x74,
	0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x4d, 0x72, 0x66, 0x4c, 0x69, 0x73,
	0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x41, 0x0a, 0x04, 0x64, 0x61, 0x74,
	0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 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, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72,
	0x79, 0x4d, 0x72, 0x66, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x42, 0x06, 0x0a, 0x04,
	0x74, 0x79, 0x70, 0x65, 0x22, 0x85, 0x03, 0x0a, 0x0d, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e,
	0x61, 0x72, 0x79, 0x4d, 0x72, 0x66, 0x12, 0x13, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
	0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x3e, 0x0a, 0x0a, 0x63,
	0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32,
	0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
	0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x42, 0x03, 0xe0, 0x41, 0x03,
	0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x3e, 0x0a, 0x0a, 0x63,
	0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32,
	0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
	0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x42, 0x03, 0xe0, 0x41, 0x03,
	0x52, 0x09, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x41, 0x74, 0x12, 0x32, 0x0a, 0x05, 0x74,
	0x69, 0x74, 0x6c, 0x65, 0x18, 0x04, 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, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12,
	0x30, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x05, 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, 0x04, 0x63, 0x6f, 0x64,
	0x65, 0x22, 0x79, 0x0a, 0x07, 0x4d, 0x72, 0x66, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x10,
	0x4d, 0x52, 0x46, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e,
	0x10, 0x00, 0x12, 0x0a, 0x0a, 0x06, 0x54, 0x53, 0x45, 0x4e, 0x54, 0x52, 0x10, 0x01, 0x12, 0x07,
	0x0a, 0x03, 0x59, 0x55, 0x47, 0x10, 0x02, 0x12, 0x08, 0x0a, 0x04, 0x55, 0x52, 0x41, 0x4c, 0x10,
	0x03, 0x12, 0x09, 0x0a, 0x05, 0x53, 0x49, 0x42, 0x49, 0x52, 0x10, 0x04, 0x12, 0x10, 0x0a, 0x0c,
	0x53, 0x45, 0x56, 0x45, 0x52, 0x4f, 0x5f, 0x5a, 0x41, 0x50, 0x41, 0x44, 0x10, 0x05, 0x12, 0x11,
	0x0a, 0x0d, 0x44, 0x41, 0x4c, 0x4e, 0x49, 0x59, 0x5f, 0x56, 0x4f, 0x53, 0x54, 0x4f, 0x4b, 0x10,
	0x06, 0x12, 0x09, 0x0a, 0x05, 0x56, 0x4f, 0x4c, 0x47, 0x41, 0x10, 0x07, 0x22, 0x67, 0x0a, 0x1b,
	0x47, 0x65, 0x74, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x52, 0x66, 0x4c,
	0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x40, 0x0a, 0x04, 0x64,
	0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 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, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e,
	0x61, 0x72, 0x79, 0x52, 0x66, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x42, 0x06, 0x0a,
	0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0xb1, 0x01, 0x0a, 0x14, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f,
	0x6e, 0x61, 0x72, 0x79, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x6a,
	0x0a, 0x0f, 0x70, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70,
	0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x41, 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, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72,
	0x79, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x50, 0x65, 0x72, 0x6d,
	0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x52, 0x0e, 0x70, 0x65, 0x72, 0x6d,
	0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x22, 0x2d, 0x0a, 0x0e, 0x50, 0x65,
	0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1b, 0x0a, 0x17,
	0x50, 0x45, 0x52, 0x4d, 0x49, 0x53, 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f,
	0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x22, 0xee, 0x0a, 0x0a, 0x0c, 0x44, 0x69,
	0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x52, 0x66, 0x12, 0x13, 0x0a, 0x02, 0x69, 0x64,
	0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12,
	0x3e, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x02, 0x20,
	0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
	0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x42,
	0x03, 0xe0, 0x41, 0x03, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12,
	0x3e, 0x0a, 0x0a, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x03, 0x20,
	0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
	0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x42,
	0x03, 0xe0, 0x41, 0x03, 0x52, 0x09, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x41, 0x74, 0x12,
	0x32, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x04, 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, 0x74, 0x69,
	0x74, 0x6c, 0x65, 0x12, 0x30, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x05, 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,
	0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x1a, 0x0a, 0x06, 0x6d, 0x72, 0x66, 0x5f, 0x69, 0x64, 0x18,
	0x06, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x05, 0x6d, 0x72, 0x66, 0x49,
	0x64, 0x22, 0xc6, 0x08, 0x0a, 0x06, 0x52, 0x66, 0x54, 0x79, 0x70, 0x65, 0x12, 0x13, 0x0a, 0x0f,
	0x52, 0x46, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10,
	0x00, 0x12, 0x07, 0x0a, 0x03, 0x55, 0x46, 0x41, 0x10, 0x01, 0x12, 0x09, 0x0a, 0x05, 0x4b, 0x49,
	0x52, 0x4f, 0x56, 0x10, 0x02, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x56, 0x41, 0x4e, 0x4f, 0x56, 0x4f,
	0x10, 0x03, 0x12, 0x0a, 0x0a, 0x06, 0x4b, 0x41, 0x4c, 0x55, 0x47, 0x41, 0x10, 0x04, 0x12, 0x0c,
	0x0a, 0x08, 0x4b, 0x4f, 0x53, 0x54, 0x52, 0x4f, 0x4d, 0x41, 0x10, 0x05, 0x12, 0x09, 0x0a, 0x05,
	0x4b, 0x55, 0x52, 0x53, 0x4b, 0x10, 0x06, 0x12, 0x0b, 0x0a, 0x07, 0x4c, 0x49, 0x50, 0x45, 0x54,
	0x53, 0x4b, 0x10, 0x07, 0x12, 0x0d, 0x0a, 0x09, 0x4d, 0x4f, 0x53, 0x4f, 0x42, 0x4c, 0x41, 0x53,
	0x54, 0x10, 0x08, 0x12, 0x08, 0x0a, 0x04, 0x4f, 0x52, 0x45, 0x4c, 0x10, 0x09, 0x12, 0x0a, 0x0a,
	0x06, 0x52, 0x59, 0x41, 0x5a, 0x41, 0x4e, 0x10, 0x0a, 0x12, 0x0a, 0x0a, 0x06, 0x54, 0x41, 0x4d,
	0x42, 0x4f, 0x56, 0x10, 0x0b, 0x12, 0x08, 0x0a, 0x04, 0x54, 0x56, 0x45, 0x52, 0x10, 0x0c, 0x12,
	0x0d, 0x0a, 0x09, 0x59, 0x41, 0x52, 0x4f, 0x53, 0x4c, 0x41, 0x56, 0x4c, 0x10, 0x0d, 0x12, 0x0c,
	0x0a, 0x08, 0x53, 0x4d, 0x4f, 0x4c, 0x45, 0x4e, 0x53, 0x4b, 0x10, 0x0e, 0x12, 0x08, 0x0a, 0x04,
	0x54, 0x55, 0x4c, 0x41, 0x10, 0x0f, 0x12, 0x0a, 0x0a, 0x06, 0x4d, 0x4f, 0x53, 0x43, 0x4f, 0x57,
	0x10, 0x10, 0x12, 0x07, 0x0a, 0x03, 0x45, 0x41, 0x4f, 0x10, 0x11, 0x12, 0x0a, 0x0a, 0x06, 0x4b,
	0x55, 0x52, 0x47, 0x41, 0x4e, 0x10, 0x12, 0x12, 0x09, 0x0a, 0x05, 0x54, 0x55, 0x4d, 0x45, 0x4e,
	0x10, 0x13, 0x12, 0x09, 0x0a, 0x05, 0x48, 0x41, 0x4e, 0x54, 0x59, 0x10, 0x14, 0x12, 0x08, 0x0a,
	0x04, 0x41, 0x4d, 0x55, 0x52, 0x10, 0x15, 0x12, 0x0d, 0x0a, 0x09, 0x4b, 0x41, 0x4d, 0x43, 0x48,
	0x41, 0x54, 0x4b, 0x41, 0x10, 0x16, 0x12, 0x0b, 0x0a, 0x07, 0x4d, 0x41, 0x47, 0x41, 0x44, 0x41,
	0x4e, 0x10, 0x17, 0x12, 0x0c, 0x0a, 0x08, 0x50, 0x52, 0x49, 0x4d, 0x4f, 0x52, 0x59, 0x45, 0x10,
	0x18, 0x12, 0x0c, 0x0a, 0x08, 0x53, 0x41, 0x4b, 0x48, 0x41, 0x4c, 0x49, 0x4e, 0x10, 0x19, 0x12,
	0x0e, 0x0a, 0x0a, 0x4b, 0x48, 0x41, 0x42, 0x41, 0x52, 0x4f, 0x56, 0x53, 0x4b, 0x10, 0x1a, 0x12,
	0x09, 0x0a, 0x05, 0x43, 0x48, 0x49, 0x54, 0x41, 0x10, 0x1b, 0x12, 0x0c, 0x0a, 0x08, 0x43, 0x48,
	0x55, 0x4b, 0x4f, 0x54, 0x4b, 0x41, 0x10, 0x1c, 0x12, 0x0f, 0x0a, 0x0b, 0x41, 0x52, 0x43, 0x48,
	0x41, 0x4e, 0x47, 0x45, 0x4c, 0x53, 0x4b, 0x10, 0x1d, 0x12, 0x0b, 0x0a, 0x07, 0x56, 0x4f, 0x4c,
	0x4f, 0x47, 0x44, 0x41, 0x10, 0x1e, 0x12, 0x0f, 0x0a, 0x0b, 0x4b, 0x41, 0x4c, 0x49, 0x4e, 0x49,
	0x4e, 0x47, 0x52, 0x41, 0x44, 0x10, 0x1f, 0x12, 0x0b, 0x0a, 0x07, 0x4b, 0x41, 0x52, 0x45, 0x4c,
	0x49, 0x41, 0x10, 0x20, 0x12, 0x08, 0x0a, 0x04, 0x4b, 0x4f, 0x4d, 0x49, 0x10, 0x21, 0x12, 0x0d,
	0x0a, 0x09, 0x4c, 0x45, 0x4e, 0x4f, 0x42, 0x4c, 0x41, 0x53, 0x54, 0x10, 0x22, 0x12, 0x0c, 0x0a,
	0x08, 0x4d, 0x55, 0x52, 0x4d, 0x41, 0x4e, 0x53, 0x4b, 0x10, 0x23, 0x12, 0x0c, 0x0a, 0x08, 0x4e,
	0x4f, 0x56, 0x47, 0x4f, 0x52, 0x4f, 0x44, 0x10, 0x24, 0x12, 0x09, 0x0a, 0x05, 0x50, 0x53, 0x4b,
	0x4f, 0x56, 0x10, 0x25, 0x12, 0x07, 0x0a, 0x03, 0x53, 0x50, 0x42, 0x10, 0x26, 0x12, 0x09, 0x0a,
	0x05, 0x41, 0x4c, 0x54, 0x41, 0x49, 0x10, 0x27, 0x12, 0x0d, 0x0a, 0x09, 0x42, 0x55, 0x52, 0x59,
	0x41, 0x54, 0x49, 0x59, 0x41, 0x10, 0x28, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x52, 0x4b, 0x55, 0x54,
	0x53, 0x4b, 0x10, 0x29, 0x12, 0x0c, 0x0a, 0x08, 0x4b, 0x45, 0x4d, 0x45, 0x52, 0x4f, 0x56, 0x4f,
	0x10, 0x2a, 0x12, 0x0f, 0x0a, 0x0b, 0x4b, 0x52, 0x41, 0x53, 0x4e, 0x4f, 0x59, 0x41, 0x52, 0x53,
	0x4b, 0x10, 0x2b, 0x12, 0x08, 0x0a, 0x04, 0x4f, 0x4d, 0x53, 0x4b, 0x10, 0x2c, 0x12, 0x0c, 0x0a,
	0x08, 0x48, 0x41, 0x4b, 0x41, 0x53, 0x49, 0x59, 0x41, 0x10, 0x2d, 0x12, 0x0a, 0x0a, 0x06, 0x52,
	0x41, 0x4c, 0x54, 0x41, 0x59, 0x10, 0x2e, 0x12, 0x08, 0x0a, 0x04, 0x54, 0x55, 0x56, 0x41, 0x10,
	0x2f, 0x12, 0x09, 0x0a, 0x05, 0x54, 0x4f, 0x4d, 0x53, 0x4b, 0x10, 0x30, 0x12, 0x0c, 0x0a, 0x08,
	0x4f, 0x52, 0x45, 0x4e, 0x42, 0x55, 0x52, 0x47, 0x10, 0x31, 0x12, 0x0c, 0x0a, 0x08, 0x42, 0x45,
	0x4c, 0x47, 0x4f, 0x52, 0x4f, 0x44, 0x10, 0x32, 0x12, 0x09, 0x0a, 0x05, 0x53, 0x41, 0x4b, 0x48,
	0x41, 0x10, 0x33, 0x12, 0x07, 0x0a, 0x03, 0x45, 0x4b, 0x54, 0x10, 0x34, 0x12, 0x0d, 0x0a, 0x09,
	0x56, 0x4f, 0x4c, 0x47, 0x4f, 0x47, 0x52, 0x41, 0x44, 0x10, 0x35, 0x12, 0x09, 0x0a, 0x05, 0x59,
	0x41, 0x4d, 0x41, 0x4c, 0x10, 0x36, 0x12, 0x0f, 0x0a, 0x0b, 0x43, 0x48, 0x45, 0x4c, 0x59, 0x41,
	0x42, 0x49, 0x4e, 0x53, 0x4b, 0x10, 0x37, 0x12, 0x08, 0x0a, 0x04, 0x50, 0x45, 0x52, 0x4d, 0x10,
	0x38, 0x12, 0x0a, 0x0a, 0x06, 0x4d, 0x41, 0x52, 0x59, 0x45, 0x4c, 0x10, 0x39, 0x12, 0x09, 0x0a,
	0x05, 0x50, 0x45, 0x4e, 0x5a, 0x41, 0x10, 0x3a, 0x12, 0x0e, 0x0a, 0x0a, 0x49, 0x4e, 0x47, 0x55,
	0x53, 0x48, 0x45, 0x54, 0x49, 0x41, 0x10, 0x3b, 0x12, 0x0b, 0x0a, 0x07, 0x4e, 0x41, 0x4c, 0x43,
	0x48, 0x49, 0x4b, 0x10, 0x3c, 0x12, 0x0a, 0x0a, 0x06, 0x45, 0x4c, 0x49, 0x53, 0x54, 0x41, 0x10,
	0x3d, 0x12, 0x0a, 0x0a, 0x06, 0x52, 0x4f, 0x53, 0x54, 0x4f, 0x56, 0x10, 0x3e, 0x12, 0x0e, 0x0a,
	0x0a, 0x4d, 0x41, 0x48, 0x41, 0x43, 0x48, 0x4b, 0x41, 0x4c, 0x41, 0x10, 0x3f, 0x12, 0x0d, 0x0a,
	0x09, 0x4d, 0x4f, 0x52, 0x44, 0x4f, 0x56, 0x49, 0x59, 0x41, 0x10, 0x40, 0x12, 0x09, 0x0a, 0x05,
	0x4b, 0x41, 0x5a, 0x41, 0x4e, 0x10, 0x41, 0x12, 0x0a, 0x0a, 0x06, 0x53, 0x41, 0x4d, 0x41, 0x52,
	0x41, 0x10, 0x42, 0x12, 0x0b, 0x0a, 0x07, 0x53, 0x41, 0x52, 0x41, 0x54, 0x4f, 0x56, 0x10, 0x43,
	0x12, 0x0d, 0x0a, 0x09, 0x55, 0x44, 0x4d, 0x55, 0x52, 0x54, 0x49, 0x59, 0x41, 0x10, 0x44, 0x12,
	0x0d, 0x0a, 0x09, 0x55, 0x4c, 0x59, 0x41, 0x4e, 0x4f, 0x56, 0x53, 0x4b, 0x10, 0x45, 0x12, 0x0e,
	0x0a, 0x0a, 0x43, 0x48, 0x55, 0x56, 0x41, 0x53, 0x48, 0x49, 0x59, 0x41, 0x10, 0x46, 0x12, 0x0d,
	0x0a, 0x09, 0x4e, 0x4e, 0x4f, 0x56, 0x47, 0x4f, 0x52, 0x4f, 0x44, 0x10, 0x47, 0x12, 0x0b, 0x0a,
	0x07, 0x42, 0x52, 0x59, 0x41, 0x4e, 0x53, 0x4b, 0x10, 0x48, 0x12, 0x0c, 0x0a, 0x08, 0x56, 0x4c,
	0x41, 0x44, 0x49, 0x4d, 0x49, 0x52, 0x10, 0x49, 0x12, 0x0c, 0x0a, 0x08, 0x56, 0x4f, 0x52, 0x4f,
	0x4e, 0x45, 0x5a, 0x48, 0x10, 0x4a, 0x12, 0x0f, 0x0a, 0x0b, 0x56, 0x4c, 0x41, 0x44, 0x49, 0x4b,
	0x41, 0x56, 0x4b, 0x41, 0x5a, 0x10, 0x4b, 0x12, 0x0d, 0x0a, 0x09, 0x53, 0x54, 0x41, 0x56, 0x52,
	0x4f, 0x50, 0x4f, 0x4c, 0x10, 0x4c, 0x12, 0x0d, 0x0a, 0x09, 0x43, 0x48, 0x45, 0x52, 0x4b, 0x45,
	0x53, 0x53, 0x4b, 0x10, 0x4d, 0x12, 0x0a, 0x0a, 0x06, 0x4d, 0x41, 0x59, 0x4b, 0x4f, 0x50, 0x10,
	0x4e, 0x12, 0x0d, 0x0a, 0x09, 0x41, 0x53, 0x54, 0x52, 0x41, 0x4b, 0x48, 0x41, 0x4e, 0x10, 0x4f,
	0x12, 0x0d, 0x0a, 0x09, 0x4b, 0x52, 0x41, 0x53, 0x4e, 0x4f, 0x44, 0x41, 0x52, 0x10, 0x50, 0x12,
	0x08, 0x0a, 0x04, 0x54, 0x45, 0x53, 0x54, 0x10, 0x51, 0x12, 0x0f, 0x0a, 0x0b, 0x4e, 0x4f, 0x56,
	0x4f, 0x53, 0x49, 0x42, 0x49, 0x52, 0x53, 0x4b, 0x10, 0x52, 0x22, 0x79, 0x0a, 0x24, 0x47, 0x65,
	0x74, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x44, 0x65, 0x76, 0x69, 0x63,
	0x65, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65,
	0x73, 0x74, 0x12, 0x51, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01,
	0x28, 0x0b, 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, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x44, 0x65, 0x76, 0x69,
	0x63, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x06, 0x66,
	0x69, 0x6c, 0x74, 0x65, 0x72, 0x22, 0x45, 0x0a, 0x25, 0x47, 0x65, 0x74, 0x44, 0x69, 0x63, 0x74,
	0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x4d, 0x6f, 0x64, 0x65,
	0x6c, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x14,
	0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x48, 0x00, 0x52, 0x04,
	0x64, 0x61, 0x74, 0x61, 0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x1e, 0x0a, 0x1c,
	0x47, 0x65, 0x74, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x4d, 0x72, 0x66,
	0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x3d, 0x0a, 0x1d,
	0x47, 0x65, 0x74, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x4d, 0x72, 0x66,
	0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x14, 0x0a,
	0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x48, 0x00, 0x52, 0x04, 0x64,
	0x61, 0x74, 0x61, 0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x1d, 0x0a, 0x1b, 0x47,
	0x65, 0x74, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x52, 0x66, 0x43, 0x6f,
	0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x3c, 0x0a, 0x1c, 0x47, 0x65,
	0x74, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x52, 0x66, 0x43, 0x6f, 0x75,
	0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x14, 0x0a, 0x04, 0x64, 0x61,
	0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61,
	0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0xd2, 0x02, 0x0a, 0x15, 0x44, 0x69, 0x63,
	0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x4d, 0x6f, 0x64,
	0x65, 0x6c, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02,
	0x69, 0x64, 0x12, 0x3e, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74,
	0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61,
	0x6d, 0x70, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64,
	0x41, 0x74, 0x12, 0x3e, 0x0a, 0x0a, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x5f, 0x61, 0x74,
	0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61,
	0x6d, 0x70, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x09, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64,
	0x41, 0x74, 0x12, 0x32, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x04, 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, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x38, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63,
	0x6f, 0x6c, 0x18, 0x05, 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, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c,
	0x12, 0x3b, 0x0a, 0x0a, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f, 0x6b, 0x69, 0x6e, 0x64, 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, 0x09, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x4b, 0x69, 0x6e, 0x64, 0x32, 0xcb, 0x0d,
	0x0a, 0x11, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x53, 0x65, 0x72, 0x76,
	0x69, 0x63, 0x65, 0x12, 0xe7, 0x01, 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x44, 0x69, 0x63, 0x74, 0x69,
	0x6f, 0x6e, 0x61, 0x72, 0x79, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x6c,
	0x4c, 0x69, 0x73, 0x74, 0x12, 0x41, 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, 0x47, 0x65, 0x74, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72,
	0x79, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x4c, 0x69, 0x73, 0x74,
	0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x42, 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, 0x47, 0x65, 0x74, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f,
	0x6e, 0x61, 0x72, 0x79, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x4c,
	0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x3e, 0x82, 0xd3, 0xe4,
	0x93, 0x02, 0x38, 0x12, 0x36, 0x2f, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x5f,
	0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x64,
	0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x30, 0x01, 0x12, 0xe9, 0x01,
	0x0a, 0x1d, 0x47, 0x65, 0x74, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x44,
	0x65, 0x76, 0x69, 0x63, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12,
	0x42, 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, 0x47,
	0x65, 0x74, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x44, 0x65, 0x76, 0x69,
	0x63, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75,
	0x65, 0x73, 0x74, 0x1a, 0x43, 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, 0x47, 0x65, 0x74, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79,
	0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x43, 0x6f, 0x75, 0x6e, 0x74,
	0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x3f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x39,
	0x12, 0x37, 0x2f, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x5f, 0x63, 0x6f, 0x6e,
	0x74, 0x72, 0x6f, 0x6c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x64, 0x69, 0x63, 0x74,
	0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x6d, 0x6f,
	0x64, 0x65, 0x6c, 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0xda, 0x01, 0x0a, 0x19, 0x50, 0x6f,
	0x73, 0x74, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x44, 0x65, 0x76, 0x69,
	0x63, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x12, 0x3e, 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, 0x50, 0x6f, 0x73, 0x74, 0x44, 0x69, 0x63, 0x74, 0x69,
	0x6f, 0x6e, 0x61, 0x72, 0x79, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x6c,
	0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3f, 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, 0x50, 0x6f, 0x73, 0x74, 0x44, 0x69, 0x63, 0x74, 0x69,
	0x6f, 0x6e, 0x61, 0x72, 0x79, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x6c,
	0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x3c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x36,
	0x3a, 0x01, 0x2a, 0x22, 0x31, 0x2f, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x5f,
	0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x64,
	0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x12, 0xe2, 0x01, 0x0a, 0x1b, 0x44, 0x65, 0x6c, 0x65, 0x74,
	0x65, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x44, 0x65, 0x76, 0x69, 0x63,
	0x65, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x12, 0x40, 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, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x69, 0x63, 0x74,
	0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x4d, 0x6f, 0x64, 0x65,
	0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x41, 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, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x69,
	0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x4d, 0x6f,
	0x64, 0x65, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x3e, 0x82, 0xd3, 0xe4,
	0x93, 0x02, 0x38, 0x2a, 0x36, 0x2f, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x5f,
	0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x64,
	0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xc6, 0x01, 0x0a, 0x14,
	0x47, 0x65, 0x74, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x4d, 0x72, 0x66,
	0x4c, 0x69, 0x73, 0x74, 0x12, 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, 0x47, 0x65, 0x74, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72,
	0x79, 0x4d, 0x72, 0x66, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
	0x3a, 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, 0x47,
	0x65, 0x74, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x4d, 0x72, 0x66, 0x4c,
	0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x35, 0x82, 0xd3, 0xe4,
	0x93, 0x02, 0x2f, 0x12, 0x2d, 0x2f, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x5f,
	0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x64,
	0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x2f, 0x6d, 0x72, 0x66, 0x2f, 0x6c, 0x69,
	0x73, 0x74, 0x30, 0x01, 0x12, 0xc8, 0x01, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x44, 0x69, 0x63, 0x74,
	0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x4d, 0x72, 0x66, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x3a,
	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, 0x47, 0x65,
	0x74, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x4d, 0x72, 0x66, 0x43, 0x6f,
	0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3b, 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, 0x47, 0x65, 0x74, 0x44, 0x69, 0x63,
	0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x4d, 0x72, 0x66, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52,
	0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x36, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x30, 0x12,
	0x2e, 0x2f, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x5f, 0x63, 0x6f, 0x6e, 0x74,
	0x72, 0x6f, 0x6c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x64, 0x69, 0x63, 0x74, 0x69,
	0x6f, 0x6e, 0x61, 0x72, 0x79, 0x2f, 0x6d, 0x72, 0x66, 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12,
	0xc2, 0x01, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72,
	0x79, 0x52, 0x66, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x38, 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, 0x47, 0x65, 0x74, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f,
	0x6e, 0x61, 0x72, 0x79, 0x52, 0x66, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
	0x74, 0x1a, 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, 0x47, 0x65, 0x74, 0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x52, 0x66,
	0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x34, 0x82, 0xd3,
	0xe4, 0x93, 0x02, 0x2e, 0x12, 0x2c, 0x2f, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79,
	0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f,
	0x64, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x2f, 0x72, 0x66, 0x2f, 0x6c, 0x69,
	0x73, 0x74, 0x30, 0x01, 0x12, 0xc4, 0x01, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x44, 0x69, 0x63, 0x74,
	0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x52, 0x66, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 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, 0x47, 0x65, 0x74,
	0x44, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x72, 0x79, 0x52, 0x66, 0x43, 0x6f, 0x75, 0x6e,
	0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3a, 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, 0x47, 0x65, 0x74, 0x44, 0x69, 0x63, 0x74, 0x69,
	0x6f, 0x6e, 0x61, 0x72, 0x79, 0x52, 0x66, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70,
	0x6f, 0x6e, 0x73, 0x65, 0x22, 0x35, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x12, 0x2d, 0x2f, 0x74,
	0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c,
	0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x64, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x61,
	0x72, 0x79, 0x2f, 0x72, 0x66, 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 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_dictionary_v1_proto_rawDescOnce sync.Once
	file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_rawDescData = file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_rawDesc
)

func file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_rawDescGZIP() []byte {
	file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_rawDescOnce.Do(func() {
		file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_rawDescData = protoimpl.X.CompressGZIP(file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_rawDescData)
	})
	return file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_rawDescData
}

var file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_enumTypes = make([]protoimpl.EnumInfo, 5)
var file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 24)
var file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_goTypes = []interface{}{
	(DictionaryDeviceModelPaging_OrderByType)(0),   // 0: keyapis.telemetry_control.v1.DictionaryDeviceModelPaging.OrderByType
	(DictionaryDeviceModelPaging_DirectionType)(0), // 1: keyapis.telemetry_control.v1.DictionaryDeviceModelPaging.DirectionType
	(DictionaryMrf_MrfType)(0),                     // 2: keyapis.telemetry_control.v1.DictionaryMrf.MrfType
	(DictionaryPermission_PermissionType)(0),       // 3: keyapis.telemetry_control.v1.DictionaryPermission.PermissionType
	(DictionaryRf_RfType)(0),                       // 4: keyapis.telemetry_control.v1.DictionaryRf.RfType
	(*PostDictionaryDeviceModelRequest)(nil),       // 5: keyapis.telemetry_control.v1.PostDictionaryDeviceModelRequest
	(*PostDictionaryDeviceModelResponse)(nil),      // 6: keyapis.telemetry_control.v1.PostDictionaryDeviceModelResponse
	(*DeleteDictionaryDeviceModelRequest)(nil),     // 7: keyapis.telemetry_control.v1.DeleteDictionaryDeviceModelRequest
	(*DeleteDictionaryDeviceModelResponse)(nil),    // 8: keyapis.telemetry_control.v1.DeleteDictionaryDeviceModelResponse
	(*GetDictionaryDeviceModelRequest)(nil),        // 9: keyapis.telemetry_control.v1.GetDictionaryDeviceModelRequest
	(*GetDictionaryDeviceModelResponse)(nil),       // 10: keyapis.telemetry_control.v1.GetDictionaryDeviceModelResponse
	(*GetDictionaryDeviceModelListRequest)(nil),    // 11: keyapis.telemetry_control.v1.GetDictionaryDeviceModelListRequest
	(*GetDictionaryMrfListRequest)(nil),            // 12: keyapis.telemetry_control.v1.GetDictionaryMrfListRequest
	(*GetDictionaryRfListRequest)(nil),             // 13: keyapis.telemetry_control.v1.GetDictionaryRfListRequest
	(*DictionaryDeviceModelPaging)(nil),            // 14: keyapis.telemetry_control.v1.DictionaryDeviceModelPaging
	(*DictionaryDeviceModelFilter)(nil),            // 15: keyapis.telemetry_control.v1.DictionaryDeviceModelFilter
	(*GetDictionaryDeviceModelListResponse)(nil),   // 16: keyapis.telemetry_control.v1.GetDictionaryDeviceModelListResponse
	(*GetDictionaryMrfListResponse)(nil),           // 17: keyapis.telemetry_control.v1.GetDictionaryMrfListResponse
	(*DictionaryMrf)(nil),                          // 18: keyapis.telemetry_control.v1.DictionaryMrf
	(*GetDictionaryRfListResponse)(nil),            // 19: keyapis.telemetry_control.v1.GetDictionaryRfListResponse
	(*DictionaryPermission)(nil),                   // 20: keyapis.telemetry_control.v1.DictionaryPermission
	(*DictionaryRf)(nil),                           // 21: keyapis.telemetry_control.v1.DictionaryRf
	(*GetDictionaryDeviceModelCountRequest)(nil),   // 22: keyapis.telemetry_control.v1.GetDictionaryDeviceModelCountRequest
	(*GetDictionaryDeviceModelCountResponse)(nil),  // 23: keyapis.telemetry_control.v1.GetDictionaryDeviceModelCountResponse
	(*GetDictionaryMrfCountRequest)(nil),           // 24: keyapis.telemetry_control.v1.GetDictionaryMrfCountRequest
	(*GetDictionaryMrfCountResponse)(nil),          // 25: keyapis.telemetry_control.v1.GetDictionaryMrfCountResponse
	(*GetDictionaryRfCountRequest)(nil),            // 26: keyapis.telemetry_control.v1.GetDictionaryRfCountRequest
	(*GetDictionaryRfCountResponse)(nil),           // 27: keyapis.telemetry_control.v1.GetDictionaryRfCountResponse
	(*DictionaryDeviceModel)(nil),                  // 28: keyapis.telemetry_control.v1.DictionaryDeviceModel
	(*timestamppb.Timestamp)(nil),                  // 29: google.protobuf.Timestamp
	(*wrapperspb.StringValue)(nil),                 // 30: google.protobuf.StringValue
}
var file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_depIdxs = []int32{
	28, // 0: keyapis.telemetry_control.v1.PostDictionaryDeviceModelRequest.data:type_name -> keyapis.telemetry_control.v1.DictionaryDeviceModel
	28, // 1: keyapis.telemetry_control.v1.PostDictionaryDeviceModelResponse.data:type_name -> keyapis.telemetry_control.v1.DictionaryDeviceModel
	28, // 2: keyapis.telemetry_control.v1.GetDictionaryDeviceModelResponse.data:type_name -> keyapis.telemetry_control.v1.DictionaryDeviceModel
	15, // 3: keyapis.telemetry_control.v1.GetDictionaryDeviceModelListRequest.filter:type_name -> keyapis.telemetry_control.v1.DictionaryDeviceModelFilter
	14, // 4: keyapis.telemetry_control.v1.GetDictionaryDeviceModelListRequest.paging:type_name -> keyapis.telemetry_control.v1.DictionaryDeviceModelPaging
	0,  // 5: keyapis.telemetry_control.v1.DictionaryDeviceModelPaging.order_by_type:type_name -> keyapis.telemetry_control.v1.DictionaryDeviceModelPaging.OrderByType
	1,  // 6: keyapis.telemetry_control.v1.DictionaryDeviceModelPaging.direction_type:type_name -> keyapis.telemetry_control.v1.DictionaryDeviceModelPaging.DirectionType
	28, // 7: keyapis.telemetry_control.v1.GetDictionaryDeviceModelListResponse.data:type_name -> keyapis.telemetry_control.v1.DictionaryDeviceModel
	18, // 8: keyapis.telemetry_control.v1.GetDictionaryMrfListResponse.data:type_name -> keyapis.telemetry_control.v1.DictionaryMrf
	29, // 9: keyapis.telemetry_control.v1.DictionaryMrf.created_at:type_name -> google.protobuf.Timestamp
	29, // 10: keyapis.telemetry_control.v1.DictionaryMrf.changed_at:type_name -> google.protobuf.Timestamp
	30, // 11: keyapis.telemetry_control.v1.DictionaryMrf.title:type_name -> google.protobuf.StringValue
	30, // 12: keyapis.telemetry_control.v1.DictionaryMrf.code:type_name -> google.protobuf.StringValue
	21, // 13: keyapis.telemetry_control.v1.GetDictionaryRfListResponse.data:type_name -> keyapis.telemetry_control.v1.DictionaryRf
	3,  // 14: keyapis.telemetry_control.v1.DictionaryPermission.permission_type:type_name -> keyapis.telemetry_control.v1.DictionaryPermission.PermissionType
	29, // 15: keyapis.telemetry_control.v1.DictionaryRf.created_at:type_name -> google.protobuf.Timestamp
	29, // 16: keyapis.telemetry_control.v1.DictionaryRf.changed_at:type_name -> google.protobuf.Timestamp
	30, // 17: keyapis.telemetry_control.v1.DictionaryRf.title:type_name -> google.protobuf.StringValue
	30, // 18: keyapis.telemetry_control.v1.DictionaryRf.code:type_name -> google.protobuf.StringValue
	15, // 19: keyapis.telemetry_control.v1.GetDictionaryDeviceModelCountRequest.filter:type_name -> keyapis.telemetry_control.v1.DictionaryDeviceModelFilter
	29, // 20: keyapis.telemetry_control.v1.DictionaryDeviceModel.created_at:type_name -> google.protobuf.Timestamp
	29, // 21: keyapis.telemetry_control.v1.DictionaryDeviceModel.changed_at:type_name -> google.protobuf.Timestamp
	30, // 22: keyapis.telemetry_control.v1.DictionaryDeviceModel.title:type_name -> google.protobuf.StringValue
	30, // 23: keyapis.telemetry_control.v1.DictionaryDeviceModel.protocol:type_name -> google.protobuf.StringValue
	30, // 24: keyapis.telemetry_control.v1.DictionaryDeviceModel.model_kind:type_name -> google.protobuf.StringValue
	11, // 25: keyapis.telemetry_control.v1.DictionaryService.GetDictionaryDeviceModelList:input_type -> keyapis.telemetry_control.v1.GetDictionaryDeviceModelListRequest
	22, // 26: keyapis.telemetry_control.v1.DictionaryService.GetDictionaryDeviceModelCount:input_type -> keyapis.telemetry_control.v1.GetDictionaryDeviceModelCountRequest
	5,  // 27: keyapis.telemetry_control.v1.DictionaryService.PostDictionaryDeviceModel:input_type -> keyapis.telemetry_control.v1.PostDictionaryDeviceModelRequest
	7,  // 28: keyapis.telemetry_control.v1.DictionaryService.DeleteDictionaryDeviceModel:input_type -> keyapis.telemetry_control.v1.DeleteDictionaryDeviceModelRequest
	12, // 29: keyapis.telemetry_control.v1.DictionaryService.GetDictionaryMrfList:input_type -> keyapis.telemetry_control.v1.GetDictionaryMrfListRequest
	24, // 30: keyapis.telemetry_control.v1.DictionaryService.GetDictionaryMrfCount:input_type -> keyapis.telemetry_control.v1.GetDictionaryMrfCountRequest
	13, // 31: keyapis.telemetry_control.v1.DictionaryService.GetDictionaryRfList:input_type -> keyapis.telemetry_control.v1.GetDictionaryRfListRequest
	26, // 32: keyapis.telemetry_control.v1.DictionaryService.GetDictionaryRfCount:input_type -> keyapis.telemetry_control.v1.GetDictionaryRfCountRequest
	16, // 33: keyapis.telemetry_control.v1.DictionaryService.GetDictionaryDeviceModelList:output_type -> keyapis.telemetry_control.v1.GetDictionaryDeviceModelListResponse
	23, // 34: keyapis.telemetry_control.v1.DictionaryService.GetDictionaryDeviceModelCount:output_type -> keyapis.telemetry_control.v1.GetDictionaryDeviceModelCountResponse
	6,  // 35: keyapis.telemetry_control.v1.DictionaryService.PostDictionaryDeviceModel:output_type -> keyapis.telemetry_control.v1.PostDictionaryDeviceModelResponse
	8,  // 36: keyapis.telemetry_control.v1.DictionaryService.DeleteDictionaryDeviceModel:output_type -> keyapis.telemetry_control.v1.DeleteDictionaryDeviceModelResponse
	17, // 37: keyapis.telemetry_control.v1.DictionaryService.GetDictionaryMrfList:output_type -> keyapis.telemetry_control.v1.GetDictionaryMrfListResponse
	25, // 38: keyapis.telemetry_control.v1.DictionaryService.GetDictionaryMrfCount:output_type -> keyapis.telemetry_control.v1.GetDictionaryMrfCountResponse
	19, // 39: keyapis.telemetry_control.v1.DictionaryService.GetDictionaryRfList:output_type -> keyapis.telemetry_control.v1.GetDictionaryRfListResponse
	27, // 40: keyapis.telemetry_control.v1.DictionaryService.GetDictionaryRfCount:output_type -> keyapis.telemetry_control.v1.GetDictionaryRfCountResponse
	33, // [33:41] is the sub-list for method output_type
	25, // [25:33] is the sub-list for method input_type
	25, // [25:25] is the sub-list for extension type_name
	25, // [25:25] is the sub-list for extension extendee
	0,  // [0:25] is the sub-list for field type_name
}

func init() { file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_init() }
func file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_init() {
	if File_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto != nil {
		return
	}
	if !protoimpl.UnsafeEnabled {
		file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostDictionaryDeviceModelRequest); 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_dictionary_v1_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostDictionaryDeviceModelResponse); 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_dictionary_v1_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteDictionaryDeviceModelRequest); 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_dictionary_v1_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteDictionaryDeviceModelResponse); 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_dictionary_v1_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetDictionaryDeviceModelRequest); 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_dictionary_v1_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetDictionaryDeviceModelResponse); 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_dictionary_v1_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetDictionaryDeviceModelListRequest); 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_dictionary_v1_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetDictionaryMrfListRequest); 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_dictionary_v1_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetDictionaryRfListRequest); 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_dictionary_v1_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DictionaryDeviceModelPaging); 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_dictionary_v1_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DictionaryDeviceModelFilter); 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_dictionary_v1_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetDictionaryDeviceModelListResponse); 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_dictionary_v1_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetDictionaryMrfListResponse); 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_dictionary_v1_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DictionaryMrf); 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_dictionary_v1_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetDictionaryRfListResponse); 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_dictionary_v1_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DictionaryPermission); 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_dictionary_v1_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DictionaryRf); 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_dictionary_v1_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetDictionaryDeviceModelCountRequest); 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_dictionary_v1_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetDictionaryDeviceModelCountResponse); 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_dictionary_v1_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetDictionaryMrfCountRequest); 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_dictionary_v1_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetDictionaryMrfCountResponse); 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_dictionary_v1_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetDictionaryRfCountRequest); 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_dictionary_v1_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetDictionaryRfCountResponse); 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_dictionary_v1_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DictionaryDeviceModel); 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_dictionary_v1_proto_msgTypes[1].OneofWrappers = []interface{}{
		(*PostDictionaryDeviceModelResponse_Data)(nil),
	}
	file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_msgTypes[5].OneofWrappers = []interface{}{
		(*GetDictionaryDeviceModelResponse_Data)(nil),
	}
	file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_msgTypes[6].OneofWrappers = []interface{}{
		(*GetDictionaryDeviceModelListRequest_Paging)(nil),
	}
	file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_msgTypes[11].OneofWrappers = []interface{}{
		(*GetDictionaryDeviceModelListResponse_Data)(nil),
	}
	file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_msgTypes[12].OneofWrappers = []interface{}{
		(*GetDictionaryMrfListResponse_Data)(nil),
	}
	file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_msgTypes[14].OneofWrappers = []interface{}{
		(*GetDictionaryRfListResponse_Data)(nil),
	}
	file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_msgTypes[18].OneofWrappers = []interface{}{
		(*GetDictionaryDeviceModelCountResponse_Data)(nil),
	}
	file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_msgTypes[20].OneofWrappers = []interface{}{
		(*GetDictionaryMrfCountResponse_Data)(nil),
	}
	file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_msgTypes[22].OneofWrappers = []interface{}{
		(*GetDictionaryRfCountResponse_Data)(nil),
	}
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_rawDesc,
			NumEnums:      5,
			NumMessages:   24,
			NumExtensions: 0,
			NumServices:   1,
		},
		GoTypes:           file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_goTypes,
		DependencyIndexes: file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_depIdxs,
		EnumInfos:         file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_enumTypes,
		MessageInfos:      file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_msgTypes,
	}.Build()
	File_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto = out.File
	file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_rawDesc = nil
	file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_goTypes = nil
	file_keyapis_telemetry_control_v1_keyapis_telemetry_control_dictionary_v1_proto_depIdxs = nil
}
