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

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

package keyapis_telemetry_status_v1

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

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

// Справочник типов статусов
type DeviceStatus_StatusType int32

const (
	// Значение не указано.
	// Проверка доступности не выполнялась
	DeviceStatus_STATUS_TYPE_UNKNOWN DeviceStatus_StatusType = 0
	// Не доступен
	DeviceStatus_OFFLINE DeviceStatus_StatusType = 1
	// Доступен
	DeviceStatus_ONLINE DeviceStatus_StatusType = 2
)

// Enum value maps for DeviceStatus_StatusType.
var (
	DeviceStatus_StatusType_name = map[int32]string{
		0: "STATUS_TYPE_UNKNOWN",
		1: "OFFLINE",
		2: "ONLINE",
	}
	DeviceStatus_StatusType_value = map[string]int32{
		"STATUS_TYPE_UNKNOWN": 0,
		"OFFLINE":             1,
		"ONLINE":              2,
	}
)

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

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

func (DeviceStatus_StatusType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_enumTypes[0].Descriptor()
}

func (DeviceStatus_StatusType) Type() protoreflect.EnumType {
	return &file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_enumTypes[0]
}

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

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

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

const (
	// Значение не указано
	DeviceStatusPaging_ORDER_BY_TYPE_UNKNOWN DeviceStatusPaging_OrderByType = 0
	// По дате проверки
	DeviceStatusPaging_CHECKED_AT DeviceStatusPaging_OrderByType = 1
	// По идентификатору
	DeviceStatusPaging_DEVICE_ID DeviceStatusPaging_OrderByType = 2
)

// Enum value maps for DeviceStatusPaging_OrderByType.
var (
	DeviceStatusPaging_OrderByType_name = map[int32]string{
		0: "ORDER_BY_TYPE_UNKNOWN",
		1: "CHECKED_AT",
		2: "DEVICE_ID",
	}
	DeviceStatusPaging_OrderByType_value = map[string]int32{
		"ORDER_BY_TYPE_UNKNOWN": 0,
		"CHECKED_AT":            1,
		"DEVICE_ID":             2,
	}
)

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

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

func (DeviceStatusPaging_OrderByType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_enumTypes[1].Descriptor()
}

func (DeviceStatusPaging_OrderByType) Type() protoreflect.EnumType {
	return &file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_enumTypes[1]
}

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

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

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

const (
	// Значение не указано
	DeviceStatusPaging_DIRECTION_TYPE_UNKNOWN DeviceStatusPaging_DirectionType = 0
	// От большего к меньшему
	DeviceStatusPaging_DESC DeviceStatusPaging_DirectionType = 1
	// От меньшего к большему
	DeviceStatusPaging_ASC DeviceStatusPaging_DirectionType = 2
)

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

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

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

func (DeviceStatusPaging_DirectionType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_enumTypes[2].Descriptor()
}

func (DeviceStatusPaging_DirectionType) Type() protoreflect.EnumType {
	return &file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_enumTypes[2]
}

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

// Deprecated: Use DeviceStatusPaging_DirectionType.Descriptor instead.
func (DeviceStatusPaging_DirectionType) EnumDescriptor() ([]byte, []int) {
	return file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_rawDescGZIP(), []int{2, 1}
}

// Статус доступности устройства
type DeviceStatus struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор устройства
	DeviceId int32 `protobuf:"varint,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	// IP-адрес устройства
	Ip string `protobuf:"bytes,2,opt,name=ip,proto3" json:"ip,omitempty"`
	// Момент проверки статуса
	CheckedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=checked_at,json=checkedAt,proto3" json:"checked_at,omitempty"`
	// Тип статуса
	StatusType DeviceStatus_StatusType `protobuf:"varint,4,opt,name=status_type,json=statusType,proto3,enum=keyapis.telemetry_status.v1.DeviceStatus_StatusType" json:"status_type,omitempty"`
}

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

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

func (*DeviceStatus) ProtoMessage() {}

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

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

func (x *DeviceStatus) GetIp() string {
	if x != nil {
		return x.Ip
	}
	return ""
}

func (x *DeviceStatus) GetCheckedAt() *timestamppb.Timestamp {
	if x != nil {
		return x.CheckedAt
	}
	return nil
}

func (x *DeviceStatus) GetStatusType() DeviceStatus_StatusType {
	if x != nil {
		return x.StatusType
	}
	return DeviceStatus_STATUS_TYPE_UNKNOWN
}

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

	// По списку приборов учета
	DeviceIds []int32 `protobuf:"varint,1,rep,packed,name=device_ids,json=deviceIds,proto3" json:"device_ids,omitempty"`
	// По cтатусам доступности
	StatusTypes []DeviceStatus_StatusType `protobuf:"varint,2,rep,packed,name=status_types,json=statusTypes,proto3,enum=keyapis.telemetry_status.v1.DeviceStatus_StatusType" json:"status_types,omitempty"`
}

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

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

func (*DeviceStatusFilter) ProtoMessage() {}

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

func (x *DeviceStatusFilter) GetDeviceIds() []int32 {
	if x != nil {
		return x.DeviceIds
	}
	return nil
}

func (x *DeviceStatusFilter) GetStatusTypes() []DeviceStatus_StatusType {
	if x != nil {
		return x.StatusTypes
	}
	return nil
}

// Пагинация статусов сетевой доступности
type DeviceStatusPaging struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Тип значения сортировки.
	// По умолчанию: CHECKED_AT
	OrderByType DeviceStatusPaging_OrderByType `protobuf:"varint,1,opt,name=order_by_type,json=orderByType,proto3,enum=keyapis.telemetry_status.v1.DeviceStatusPaging_OrderByType" json:"order_by_type,omitempty"`
	// Тип направления сортировки.
	// По умолчанию: DESC
	DirectionType DeviceStatusPaging_DirectionType `protobuf:"varint,2,opt,name=direction_type,json=directionType,proto3,enum=keyapis.telemetry_status.v1.DeviceStatusPaging_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 *DeviceStatusPaging) Reset() {
	*x = DeviceStatusPaging{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_msgTypes[2]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*DeviceStatusPaging) ProtoMessage() {}

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

func (x *DeviceStatusPaging) GetOrderByType() DeviceStatusPaging_OrderByType {
	if x != nil {
		return x.OrderByType
	}
	return DeviceStatusPaging_ORDER_BY_TYPE_UNKNOWN
}

func (x *DeviceStatusPaging) GetDirectionType() DeviceStatusPaging_DirectionType {
	if x != nil {
		return x.DirectionType
	}
	return DeviceStatusPaging_DIRECTION_TYPE_UNKNOWN
}

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

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

// Запрос получения списка
type GetDeviceStatusListRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

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

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

func (*GetDeviceStatusListRequest) ProtoMessage() {}

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

func (x *GetDeviceStatusListRequest) GetFilter() *DeviceStatusFilter {
	if x != nil {
		return x.Filter
	}
	return nil
}

func (m *GetDeviceStatusListRequest) GetPagination() isGetDeviceStatusListRequest_Pagination {
	if m != nil {
		return m.Pagination
	}
	return nil
}

func (x *GetDeviceStatusListRequest) GetPaging() *DeviceStatusPaging {
	if x, ok := x.GetPagination().(*GetDeviceStatusListRequest_Paging); ok {
		return x.Paging
	}
	return nil
}

type isGetDeviceStatusListRequest_Pagination interface {
	isGetDeviceStatusListRequest_Pagination()
}

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

func (*GetDeviceStatusListRequest_Paging) isGetDeviceStatusListRequest_Pagination() {}

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

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

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

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

func (*GetDeviceStatusListResponse) ProtoMessage() {}

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

func (m *GetDeviceStatusListResponse) GetType() isGetDeviceStatusListResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetDeviceStatusListResponse) GetData() *DeviceStatus {
	if x, ok := x.GetType().(*GetDeviceStatusListResponse_Data); ok {
		return x.Data
	}
	return nil
}

type isGetDeviceStatusListResponse_Type interface {
	isGetDeviceStatusListResponse_Type()
}

type GetDeviceStatusListResponse_Data struct {
	// Статус доступности устройства
	Data *DeviceStatus `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

func (*GetDeviceStatusListResponse_Data) isGetDeviceStatusListResponse_Type() {}

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

	// Фильтр
	Filter *DeviceStatusFilter `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
}

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

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

func (*GetDeviceStatusCountRequest) ProtoMessage() {}

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

func (x *GetDeviceStatusCountRequest) GetFilter() *DeviceStatusFilter {
	if x != nil {
		return x.Filter
	}
	return nil
}

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

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

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

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

func (*GetDeviceStatusCountResponse) ProtoMessage() {}

func (x *GetDeviceStatusCountResponse) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_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 GetDeviceStatusCountResponse.ProtoReflect.Descriptor instead.
func (*GetDeviceStatusCountResponse) Descriptor() ([]byte, []int) {
	return file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_rawDescGZIP(), []int{6}
}

func (m *GetDeviceStatusCountResponse) GetType() isGetDeviceStatusCountResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

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

type isGetDeviceStatusCountResponse_Type interface {
	isGetDeviceStatusCountResponse_Type()
}

type GetDeviceStatusCountResponse_Data struct {
	// Всего записей
	Data int32 `protobuf:"varint,1,opt,name=data,proto3,oneof"`
}

func (*GetDeviceStatusCountResponse_Data) isGetDeviceStatusCountResponse_Type() {}

var File_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto protoreflect.FileDescriptor

var file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_rawDesc = []byte{
	0x0a, 0x44, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65,
	0x74, 0x72, 0x79, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2f, 0x76, 0x31, 0x2f, 0x6b, 0x65,
	0x79, 0x61, 0x70, 0x69, 0x73, 0x5f, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x5f,
	0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x5f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x76, 0x31,
	0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1b, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73,
	0x2e, 0x76, 0x31, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f,
	0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74,
	0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x66, 0x69,
	0x65, 0x6c, 0x64, 0x5f, 0x62, 0x65, 0x68, 0x61, 0x76, 0x69, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f,
	0x74, 0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
	0x62, 0x75, 0x66, 0x2f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2e, 0x70, 0x72,
	0x6f, 0x74, 0x6f, 0x22, 0xa1, 0x02, 0x0a, 0x0c, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x53, 0x74,
	0x61, 0x74, 0x75, 0x73, 0x12, 0x20, 0x0a, 0x09, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x69,
	0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x08, 0x64, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x12, 0x13, 0x0a, 0x02, 0x69, 0x70, 0x18, 0x02, 0x20, 0x01,
	0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x02, 0x69, 0x70, 0x12, 0x3e, 0x0a, 0x0a, 0x63,
	0x68, 0x65, 0x63, 0x6b, 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, 0x65, 0x63, 0x6b, 0x65, 0x64, 0x41, 0x74, 0x12, 0x5a, 0x0a, 0x0b, 0x73,
	0x74, 0x61, 0x74, 0x75, 0x73, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e,
	0x32, 0x34, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x74, 0x65, 0x6c, 0x65, 0x6d,
	0x65, 0x74, 0x72, 0x79, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x44,
	0x65, 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x53, 0x74, 0x61, 0x74,
	0x75, 0x73, 0x54, 0x79, 0x70, 0x65, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x0a, 0x73, 0x74, 0x61,
	0x74, 0x75, 0x73, 0x54, 0x79, 0x70, 0x65, 0x22, 0x3e, 0x0a, 0x0a, 0x53, 0x74, 0x61, 0x74, 0x75,
	0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x17, 0x0a, 0x13, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f,
	0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x0b,
	0x0a, 0x07, 0x4f, 0x46, 0x46, 0x4c, 0x49, 0x4e, 0x45, 0x10, 0x01, 0x12, 0x0a, 0x0a, 0x06, 0x4f,
	0x4e, 0x4c, 0x49, 0x4e, 0x45, 0x10, 0x02, 0x22, 0x8c, 0x01, 0x0a, 0x12, 0x44, 0x65, 0x76, 0x69,
	0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x1d,
	0x0a, 0x0a, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03,
	0x28, 0x05, 0x52, 0x09, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x73, 0x12, 0x57, 0x0a,
	0x0c, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x73, 0x18, 0x02, 0x20,
	0x03, 0x28, 0x0e, 0x32, 0x34, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x74, 0x65,
	0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x76,
	0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x53,
	0x74, 0x61, 0x74, 0x75, 0x73, 0x54, 0x79, 0x70, 0x65, 0x52, 0x0b, 0x73, 0x74, 0x61, 0x74, 0x75,
	0x73, 0x54, 0x79, 0x70, 0x65, 0x73, 0x22, 0x92, 0x03, 0x0a, 0x12, 0x44, 0x65, 0x76, 0x69, 0x63,
	0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x12, 0x5f, 0x0a,
	0x0d, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x62, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01,
	0x20, 0x01, 0x28, 0x0e, 0x32, 0x3b, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x74,
	0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e,
	0x76, 0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 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, 0x64,
	0x0a, 0x0e, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65,
	0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x3d, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75,
	0x73, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75,
	0x73, 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, 0x47, 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, 0x0e, 0x0a, 0x0a,
	0x43, 0x48, 0x45, 0x43, 0x4b, 0x45, 0x44, 0x5f, 0x41, 0x54, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09,
	0x44, 0x45, 0x56, 0x49, 0x43, 0x45, 0x5f, 0x49, 0x44, 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, 0xbe, 0x01, 0x0a, 0x1a,
	0x47, 0x65, 0x74, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4c,
	0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x47, 0x0a, 0x06, 0x66, 0x69,
	0x6c, 0x74, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x65, 0x79,
	0x61, 0x70, 0x69, 0x73, 0x2e, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x5f, 0x73,
	0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x53,
	0x74, 0x61, 0x74, 0x75, 0x73, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x06, 0x66, 0x69, 0x6c,
	0x74, 0x65, 0x72, 0x12, 0x49, 0x0a, 0x06, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x18, 0x02, 0x20,
	0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x74, 0x65,
	0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x76,
	0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 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, 0x66, 0x0a, 0x1b,
	0x47, 0x65, 0x74, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4c,
	0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3f, 0x0a, 0x04, 0x64,
	0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, 0x65, 0x79, 0x61,
	0x70, 0x69, 0x73, 0x2e, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x5f, 0x73, 0x74,
	0x61, 0x74, 0x75, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x53, 0x74,
	0x61, 0x74, 0x75, 0x73, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x42, 0x06, 0x0a, 0x04,
	0x74, 0x79, 0x70, 0x65, 0x22, 0x66, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x44, 0x65, 0x76, 0x69, 0x63,
	0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75,
	0x65, 0x73, 0x74, 0x12, 0x47, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x01, 0x20,
	0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x74, 0x65,
	0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x76,
	0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x46, 0x69,
	0x6c, 0x74, 0x65, 0x72, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x22, 0x3c, 0x0a, 0x1c,
	0x47, 0x65, 0x74, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 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, 0x32, 0x9b, 0x03, 0x0a, 0x13, 0x44,
	0x65, 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x53, 0x65, 0x72, 0x76, 0x69,
	0x63, 0x65, 0x12, 0xbf, 0x01, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x37, 0x2e, 0x6b, 0x65, 0x79,
	0x61, 0x70, 0x69, 0x73, 0x2e, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x5f, 0x73,
	0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x44, 0x65, 0x76, 0x69,
	0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75,
	0x65, 0x73, 0x74, 0x1a, 0x38, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x74, 0x65,
	0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x76,
	0x31, 0x2e, 0x47, 0x65, 0x74, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75,
	0x73, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x33, 0x82,
	0xd3, 0xe4, 0x93, 0x02, 0x2d, 0x12, 0x2b, 0x2f, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72,
	0x79, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f,
	0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2f, 0x6c, 0x69,
	0x73, 0x74, 0x30, 0x01, 0x12, 0xc1, 0x01, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x44, 0x65, 0x76, 0x69,
	0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x38, 0x2e,
	0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72,
	0x79, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x44,
	0x65, 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x6f, 0x75, 0x6e, 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, 0x73, 0x74, 0x61, 0x74,
	0x75, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x53,
	0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x6f, 0x75, 0x6e, 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, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2f, 0x61, 0x70,
	0x69, 0x2f, 0x76, 0x31, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x73, 0x74, 0x61, 0x74,
	0x75, 0x73, 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0xdb, 0x01, 0x0a, 0x1e, 0x72, 0x75, 0x2e,
	0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72,
	0x79, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x76, 0x31, 0x42, 0x1d, 0x4b, 0x65, 0x79,
	0x61, 0x70, 0x69, 0x73, 0x54, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x53, 0x74, 0x61,
	0x74, 0x75, 0x73, 0x56, 0x31, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x48, 0x03, 0x50, 0x00, 0x5a, 0x1c,
	0x2f, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5f, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74,
	0x72, 0x79, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x5f, 0x76, 0x31, 0xd8, 0x01, 0x01, 0xf8,
	0x01, 0x01, 0xa2, 0x02, 0x18, 0x4b, 0x45, 0x59, 0x41, 0x50, 0x49, 0x53, 0x54, 0x45, 0x4c, 0x45,
	0x4d, 0x45, 0x54, 0x52, 0x59, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x56, 0x31, 0xaa, 0x02, 0x1a,
	0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x54, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72,
	0x79, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x1a, 0x4b, 0x65, 0x79,
	0x61, 0x70, 0x69, 0x73, 0x5c, 0x54, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x53, 0x74,
	0x61, 0x74, 0x75, 0x73, 0x5c, 0x56, 0x31, 0xea, 0x02, 0x1c, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69,
	0x73, 0x3a, 0x3a, 0x54, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x53, 0x74, 0x61, 0x74,
	0x75, 0x73, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}

var (
	file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_rawDescOnce sync.Once
	file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_rawDescData = file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_rawDesc
)

func file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_rawDescGZIP() []byte {
	file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_rawDescOnce.Do(func() {
		file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_rawDescData = protoimpl.X.CompressGZIP(file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_rawDescData)
	})
	return file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_rawDescData
}

var file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_enumTypes = make([]protoimpl.EnumInfo, 3)
var file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 7)
var file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_goTypes = []interface{}{
	(DeviceStatus_StatusType)(0),          // 0: keyapis.telemetry_status.v1.DeviceStatus.StatusType
	(DeviceStatusPaging_OrderByType)(0),   // 1: keyapis.telemetry_status.v1.DeviceStatusPaging.OrderByType
	(DeviceStatusPaging_DirectionType)(0), // 2: keyapis.telemetry_status.v1.DeviceStatusPaging.DirectionType
	(*DeviceStatus)(nil),                  // 3: keyapis.telemetry_status.v1.DeviceStatus
	(*DeviceStatusFilter)(nil),            // 4: keyapis.telemetry_status.v1.DeviceStatusFilter
	(*DeviceStatusPaging)(nil),            // 5: keyapis.telemetry_status.v1.DeviceStatusPaging
	(*GetDeviceStatusListRequest)(nil),    // 6: keyapis.telemetry_status.v1.GetDeviceStatusListRequest
	(*GetDeviceStatusListResponse)(nil),   // 7: keyapis.telemetry_status.v1.GetDeviceStatusListResponse
	(*GetDeviceStatusCountRequest)(nil),   // 8: keyapis.telemetry_status.v1.GetDeviceStatusCountRequest
	(*GetDeviceStatusCountResponse)(nil),  // 9: keyapis.telemetry_status.v1.GetDeviceStatusCountResponse
	(*timestamppb.Timestamp)(nil),         // 10: google.protobuf.Timestamp
}
var file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_depIdxs = []int32{
	10, // 0: keyapis.telemetry_status.v1.DeviceStatus.checked_at:type_name -> google.protobuf.Timestamp
	0,  // 1: keyapis.telemetry_status.v1.DeviceStatus.status_type:type_name -> keyapis.telemetry_status.v1.DeviceStatus.StatusType
	0,  // 2: keyapis.telemetry_status.v1.DeviceStatusFilter.status_types:type_name -> keyapis.telemetry_status.v1.DeviceStatus.StatusType
	1,  // 3: keyapis.telemetry_status.v1.DeviceStatusPaging.order_by_type:type_name -> keyapis.telemetry_status.v1.DeviceStatusPaging.OrderByType
	2,  // 4: keyapis.telemetry_status.v1.DeviceStatusPaging.direction_type:type_name -> keyapis.telemetry_status.v1.DeviceStatusPaging.DirectionType
	4,  // 5: keyapis.telemetry_status.v1.GetDeviceStatusListRequest.filter:type_name -> keyapis.telemetry_status.v1.DeviceStatusFilter
	5,  // 6: keyapis.telemetry_status.v1.GetDeviceStatusListRequest.paging:type_name -> keyapis.telemetry_status.v1.DeviceStatusPaging
	3,  // 7: keyapis.telemetry_status.v1.GetDeviceStatusListResponse.data:type_name -> keyapis.telemetry_status.v1.DeviceStatus
	4,  // 8: keyapis.telemetry_status.v1.GetDeviceStatusCountRequest.filter:type_name -> keyapis.telemetry_status.v1.DeviceStatusFilter
	6,  // 9: keyapis.telemetry_status.v1.DeviceStatusService.GetDeviceStatusList:input_type -> keyapis.telemetry_status.v1.GetDeviceStatusListRequest
	8,  // 10: keyapis.telemetry_status.v1.DeviceStatusService.GetDeviceStatusCount:input_type -> keyapis.telemetry_status.v1.GetDeviceStatusCountRequest
	7,  // 11: keyapis.telemetry_status.v1.DeviceStatusService.GetDeviceStatusList:output_type -> keyapis.telemetry_status.v1.GetDeviceStatusListResponse
	9,  // 12: keyapis.telemetry_status.v1.DeviceStatusService.GetDeviceStatusCount:output_type -> keyapis.telemetry_status.v1.GetDeviceStatusCountResponse
	11, // [11:13] is the sub-list for method output_type
	9,  // [9:11] is the sub-list for method input_type
	9,  // [9:9] is the sub-list for extension type_name
	9,  // [9:9] is the sub-list for extension extendee
	0,  // [0:9] is the sub-list for field type_name
}

func init() { file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_init() }
func file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_init() {
	if File_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto != nil {
		return
	}
	if !protoimpl.UnsafeEnabled {
		file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeviceStatus); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeviceStatusFilter); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeviceStatusPaging); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetDeviceStatusListRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetDeviceStatusListResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetDeviceStatusCountRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetDeviceStatusCountResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
	}
	file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_msgTypes[3].OneofWrappers = []interface{}{
		(*GetDeviceStatusListRequest_Paging)(nil),
	}
	file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_msgTypes[4].OneofWrappers = []interface{}{
		(*GetDeviceStatusListResponse_Data)(nil),
	}
	file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_msgTypes[6].OneofWrappers = []interface{}{
		(*GetDeviceStatusCountResponse_Data)(nil),
	}
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_rawDesc,
			NumEnums:      3,
			NumMessages:   7,
			NumExtensions: 0,
			NumServices:   1,
		},
		GoTypes:           file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_goTypes,
		DependencyIndexes: file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_depIdxs,
		EnumInfos:         file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_enumTypes,
		MessageInfos:      file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_msgTypes,
	}.Build()
	File_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto = out.File
	file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_rawDesc = nil
	file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_goTypes = nil
	file_keyapis_telemetry_status_v1_keyapis_telemetry_status_device_v1_proto_depIdxs = nil
}
