//
//Сервис реализует функционал управления трубками аналоговых трубок

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

package keyapis_device_v1

import (
	_ "google.golang.org/genproto/googleapis/api/annotations"
	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
	_ "google.golang.org/protobuf/types/descriptorpb"
	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)
)

// Справочник статусов аналоговой трубки.
// # Тип: byte
type CmsPhone_StatusType int32

const (
	// Значение не указано
	CmsPhone_STATUS_TYPE_UNKNOWN CmsPhone_StatusType = 0
	// Ожидает активации
	CmsPhone_PENDING_ACTIVE CmsPhone_StatusType = 1
	// Активна
	CmsPhone_ACTIVE CmsPhone_StatusType = 2
	// Ожидает блокировки
	CmsPhone_PENDING_BLOCKED CmsPhone_StatusType = 3
	// Заблокирована
	CmsPhone_BLOCKED CmsPhone_StatusType = 4
)

// Enum value maps for CmsPhone_StatusType.
var (
	CmsPhone_StatusType_name = map[int32]string{
		0: "STATUS_TYPE_UNKNOWN",
		1: "PENDING_ACTIVE",
		2: "ACTIVE",
		3: "PENDING_BLOCKED",
		4: "BLOCKED",
	}
	CmsPhone_StatusType_value = map[string]int32{
		"STATUS_TYPE_UNKNOWN": 0,
		"PENDING_ACTIVE":      1,
		"ACTIVE":              2,
		"PENDING_BLOCKED":     3,
		"BLOCKED":             4,
	}
)

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

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

func (CmsPhone_StatusType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_enumTypes[0].Descriptor()
}

func (CmsPhone_StatusType) Type() protoreflect.EnumType {
	return &file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_enumTypes[0]
}

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

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

// Справочник типов значений сортировки.
// # Тип: byte
type CmsPhonePaging_OrderByType int32

const (
	// Значение не указано
	CmsPhonePaging_ORDER_BY_TYPE_UNKNOWN CmsPhonePaging_OrderByType = 0
	// По идентификатору
	CmsPhonePaging_ID CmsPhonePaging_OrderByType = 1
	// По статусу доступности
	CmsPhonePaging_STATUS CmsPhonePaging_OrderByType = 2
	// Дата последнего изменения
	CmsPhonePaging_CHANGED_AT CmsPhonePaging_OrderByType = 3
	// Дата создания
	CmsPhonePaging_CREATED_AT CmsPhonePaging_OrderByType = 4
)

// Enum value maps for CmsPhonePaging_OrderByType.
var (
	CmsPhonePaging_OrderByType_name = map[int32]string{
		0: "ORDER_BY_TYPE_UNKNOWN",
		1: "ID",
		2: "STATUS",
		3: "CHANGED_AT",
		4: "CREATED_AT",
	}
	CmsPhonePaging_OrderByType_value = map[string]int32{
		"ORDER_BY_TYPE_UNKNOWN": 0,
		"ID":                    1,
		"STATUS":                2,
		"CHANGED_AT":            3,
		"CREATED_AT":            4,
	}
)

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

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

func (CmsPhonePaging_OrderByType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_enumTypes[1].Descriptor()
}

func (CmsPhonePaging_OrderByType) Type() protoreflect.EnumType {
	return &file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_enumTypes[1]
}

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

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

// Справочник типов направлений сортировки;
// # Тип: byte
type CmsPhonePaging_DirectionType int32

const (
	// Значение не указано
	CmsPhonePaging_DIRECTION_TYPE_UNKNOWN CmsPhonePaging_DirectionType = 0
	// От большего к меньшему
	CmsPhonePaging_DESC CmsPhonePaging_DirectionType = 1
	// От меньшего к большему
	CmsPhonePaging_ASC CmsPhonePaging_DirectionType = 2
)

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

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

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

func (CmsPhonePaging_DirectionType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_enumTypes[2].Descriptor()
}

func (CmsPhonePaging_DirectionType) Type() protoreflect.EnumType {
	return &file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_enumTypes[2]
}

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

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

// Аналоговая трубка.
// # Описание модели
type CmsPhone struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор.
	// # Диапазон: 0..2147483647
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// ОРПОН Дома.
	// # Диапазон: 0..2147483647
	OrponId int64 `protobuf:"varint,2,opt,name=orpon_id,json=orponId,proto3" json:"orpon_id,omitempty"`
	// Номер квартиры.
	// # Диапазон: 1..5
	Room string `protobuf:"bytes,3,opt,name=room,proto3" json:"room,omitempty"`
	// Идентификатор устройства.
	// # Диапазон: 0..2147483647
	DeviceId int32 `protobuf:"varint,4,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	// Статус аналоговой трубки
	StatusType CmsPhone_StatusType `protobuf:"varint,5,opt,name=status_type,json=statusType,proto3,enum=keyapis.device.v1.CmsPhone_StatusType" json:"status_type,omitempty"`
	// Дата создания.
	// # Тип: DateTime
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Дата последнего изменения.
	// Заполняется и обновляется сервером.
	// Заполняется при создании и изменении.
	// Является версией объекта.
	// # Тип: DateTime
	ChangedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=changed_at,json=changedAt,proto3" json:"changed_at,omitempty"`
	// Счетчик попыток обновления.
	// # Диапазон: 0..2147483647
	RetryCount int32 `protobuf:"varint,8,opt,name=retry_count,json=retryCount,proto3" json:"retry_count,omitempty"`
}

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

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

func (*CmsPhone) ProtoMessage() {}

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

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

func (x *CmsPhone) GetOrponId() int64 {
	if x != nil {
		return x.OrponId
	}
	return 0
}

func (x *CmsPhone) GetRoom() string {
	if x != nil {
		return x.Room
	}
	return ""
}

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

func (x *CmsPhone) GetStatusType() CmsPhone_StatusType {
	if x != nil {
		return x.StatusType
	}
	return CmsPhone_STATUS_TYPE_UNKNOWN
}

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

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

func (x *CmsPhone) GetRetryCount() int32 {
	if x != nil {
		return x.RetryCount
	}
	return 0
}

// Фильтр по аналоговой трубким
type CmsPhoneFilter 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"`
	// По статусам аналоговой трубки
	StatusTypes []CmsPhone_StatusType `protobuf:"varint,2,rep,packed,name=status_types,json=statusTypes,proto3,enum=keyapis.device.v1.CmsPhone_StatusType" json:"status_types,omitempty"`
	// По идентификаторам ОРПОН (дома)
	OrponIds []int64 `protobuf:"varint,3,rep,packed,name=orpon_ids,json=orponIds,proto3" json:"orpon_ids,omitempty"`
	// По номерам квартиры
	Rooms []string `protobuf:"bytes,4,rep,name=rooms,proto3" json:"rooms,omitempty"`
}

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

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

func (*CmsPhoneFilter) ProtoMessage() {}

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

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

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

func (x *CmsPhoneFilter) GetOrponIds() []int64 {
	if x != nil {
		return x.OrponIds
	}
	return nil
}

func (x *CmsPhoneFilter) GetRooms() []string {
	if x != nil {
		return x.Rooms
	}
	return nil
}

// Постраничный вывод
type CmsPhonePaging struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Тип значения сортировки.
	// Если значение не передано, то будет взято значение по умолчанию.
	// # По умолчанию: CHANGED_AT
	OrderByType CmsPhonePaging_OrderByType `protobuf:"varint,1,opt,name=order_by_type,json=orderByType,proto3,enum=keyapis.device.v1.CmsPhonePaging_OrderByType" json:"order_by_type,omitempty"`
	// Тип направления сортировки.
	// # По умолчанию: DESC
	DirectionType CmsPhonePaging_DirectionType `protobuf:"varint,2,opt,name=direction_type,json=directionType,proto3,enum=keyapis.device.v1.CmsPhonePaging_DirectionType" json:"direction_type,omitempty"`
	// Количество записей на страницу.
	// Если значение 0 (не передано), то будет взято значение по умолчанию.
	// # Диапазон: 0..100.
	// # По умолчанию: 20
	Limit int32 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	// Сдвиг.
	// # Диапазон: 0..2147483647
	Offset int32 `protobuf:"varint,4,opt,name=offset,proto3" json:"offset,omitempty"`
}

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

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

func (*CmsPhonePaging) ProtoMessage() {}

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

func (x *CmsPhonePaging) GetOrderByType() CmsPhonePaging_OrderByType {
	if x != nil {
		return x.OrderByType
	}
	return CmsPhonePaging_ORDER_BY_TYPE_UNKNOWN
}

func (x *CmsPhonePaging) GetDirectionType() CmsPhonePaging_DirectionType {
	if x != nil {
		return x.DirectionType
	}
	return CmsPhonePaging_DIRECTION_TYPE_UNKNOWN
}

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

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

// Запрос на получение списка аналоговых трубок
type GetCmsPhoneListRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

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

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

func (*GetCmsPhoneListRequest) ProtoMessage() {}

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

func (x *GetCmsPhoneListRequest) GetFilter() *CmsPhoneFilter {
	if x != nil {
		return x.Filter
	}
	return nil
}

func (m *GetCmsPhoneListRequest) GetPagination() isGetCmsPhoneListRequest_Pagination {
	if m != nil {
		return m.Pagination
	}
	return nil
}

func (x *GetCmsPhoneListRequest) GetPaging() *CmsPhonePaging {
	if x, ok := x.GetPagination().(*GetCmsPhoneListRequest_Paging); ok {
		return x.Paging
	}
	return nil
}

type isGetCmsPhoneListRequest_Pagination interface {
	isGetCmsPhoneListRequest_Pagination()
}

type GetCmsPhoneListRequest_Paging struct {
	// Стандартный постраничный вывод
	Paging *CmsPhonePaging `protobuf:"bytes,2,opt,name=paging,proto3,oneof"`
}

func (*GetCmsPhoneListRequest_Paging) isGetCmsPhoneListRequest_Pagination() {}

// Ответ на получение списка аналоговых трубок
type GetCmsPhoneListResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

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

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

func (*GetCmsPhoneListResponse) ProtoMessage() {}

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

func (m *GetCmsPhoneListResponse) GetType() isGetCmsPhoneListResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetCmsPhoneListResponse) GetData() *CmsPhone {
	if x, ok := x.GetType().(*GetCmsPhoneListResponse_Data); ok {
		return x.Data
	}
	return nil
}

func (x *GetCmsPhoneListResponse) GetError() *GetCmsPhoneListResponse_Error {
	if x, ok := x.GetType().(*GetCmsPhoneListResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isGetCmsPhoneListResponse_Type interface {
	isGetCmsPhoneListResponse_Type()
}

type GetCmsPhoneListResponse_Data struct {
	// Пресет
	Data *CmsPhone `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

type GetCmsPhoneListResponse_Error_ struct {
	// Ошибка
	Error *GetCmsPhoneListResponse_Error `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

func (*GetCmsPhoneListResponse_Data) isGetCmsPhoneListResponse_Type() {}

func (*GetCmsPhoneListResponse_Error_) isGetCmsPhoneListResponse_Type() {}

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

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

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

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

func (*GetCmsPhoneRequest) ProtoMessage() {}

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

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

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

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

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

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

func (*GetCmsPhoneResponse) ProtoMessage() {}

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

func (m *GetCmsPhoneResponse) GetType() isGetCmsPhoneResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetCmsPhoneResponse) GetData() *CmsPhone {
	if x, ok := x.GetType().(*GetCmsPhoneResponse_Data); ok {
		return x.Data
	}
	return nil
}

func (x *GetCmsPhoneResponse) GetError() *GetCmsPhoneResponse_Error {
	if x, ok := x.GetType().(*GetCmsPhoneResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isGetCmsPhoneResponse_Type interface {
	isGetCmsPhoneResponse_Type()
}

type GetCmsPhoneResponse_Data struct {
	// Аналоговая трубка
	Data *CmsPhone `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

type GetCmsPhoneResponse_Error_ struct {
	// Ошибка
	Error *GetCmsPhoneResponse_Error `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

func (*GetCmsPhoneResponse_Data) isGetCmsPhoneResponse_Type() {}

func (*GetCmsPhoneResponse_Error_) isGetCmsPhoneResponse_Type() {}

// Запрос получения количества аналоговых трубок
type GetCmsPhoneCountRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

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

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

func (*GetCmsPhoneCountRequest) ProtoMessage() {}

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

func (x *GetCmsPhoneCountRequest) GetFilter() *CmsPhoneFilter {
	if x != nil {
		return x.Filter
	}
	return nil
}

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

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

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

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

func (*GetCmsPhoneCountResponse) ProtoMessage() {}

func (x *GetCmsPhoneCountResponse) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_device_v1_keyapis_device_cms_phone_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 GetCmsPhoneCountResponse.ProtoReflect.Descriptor instead.
func (*GetCmsPhoneCountResponse) Descriptor() ([]byte, []int) {
	return file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_rawDescGZIP(), []int{8}
}

func (m *GetCmsPhoneCountResponse) GetType() isGetCmsPhoneCountResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

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

func (x *GetCmsPhoneCountResponse) GetError() *GetCmsPhoneCountResponse_Error {
	if x, ok := x.GetType().(*GetCmsPhoneCountResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isGetCmsPhoneCountResponse_Type interface {
	isGetCmsPhoneCountResponse_Type()
}

type GetCmsPhoneCountResponse_Data struct {
	// Всего устройтсв
	Data int32 `protobuf:"varint,1,opt,name=data,proto3,oneof"`
}

type GetCmsPhoneCountResponse_Error_ struct {
	// Ошибка
	Error *GetCmsPhoneCountResponse_Error `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

func (*GetCmsPhoneCountResponse_Data) isGetCmsPhoneCountResponse_Type() {}

func (*GetCmsPhoneCountResponse_Error_) isGetCmsPhoneCountResponse_Type() {}

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

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

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

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

func (*DeleteCmsPhoneRequest) ProtoMessage() {}

func (x *DeleteCmsPhoneRequest) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_device_v1_keyapis_device_cms_phone_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 DeleteCmsPhoneRequest.ProtoReflect.Descriptor instead.
func (*DeleteCmsPhoneRequest) Descriptor() ([]byte, []int) {
	return file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_rawDescGZIP(), []int{9}
}

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

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

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

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

func (*DeleteCmsPhoneResponse) ProtoMessage() {}

func (x *DeleteCmsPhoneResponse) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_device_v1_keyapis_device_cms_phone_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 DeleteCmsPhoneResponse.ProtoReflect.Descriptor instead.
func (*DeleteCmsPhoneResponse) Descriptor() ([]byte, []int) {
	return file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_rawDescGZIP(), []int{10}
}

// Запрос удаления аналоговых трубок по идентификатору устройства
type DeleteCmsPhoneDeviceIdRequest 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"`
}

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

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

func (*DeleteCmsPhoneDeviceIdRequest) ProtoMessage() {}

func (x *DeleteCmsPhoneDeviceIdRequest) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_device_v1_keyapis_device_cms_phone_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 DeleteCmsPhoneDeviceIdRequest.ProtoReflect.Descriptor instead.
func (*DeleteCmsPhoneDeviceIdRequest) Descriptor() ([]byte, []int) {
	return file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_rawDescGZIP(), []int{11}
}

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

// Ответ на запрос удаления аналоговых трубок по идентификатору устройства
type DeleteCmsPhoneDeviceIdResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

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

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

func (*DeleteCmsPhoneDeviceIdResponse) ProtoMessage() {}

func (x *DeleteCmsPhoneDeviceIdResponse) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_device_v1_keyapis_device_cms_phone_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 DeleteCmsPhoneDeviceIdResponse.ProtoReflect.Descriptor instead.
func (*DeleteCmsPhoneDeviceIdResponse) Descriptor() ([]byte, []int) {
	return file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_rawDescGZIP(), []int{12}
}

// Запрос удаления аналоговых трубок по идентификатору ОРПОН
type DeleteCmsPhoneOrponIdRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор ОРПОН
	OrponId int64 `protobuf:"varint,1,opt,name=orpon_id,json=orponId,proto3" json:"orpon_id,omitempty"`
}

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

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

func (*DeleteCmsPhoneOrponIdRequest) ProtoMessage() {}

func (x *DeleteCmsPhoneOrponIdRequest) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_device_v1_keyapis_device_cms_phone_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 DeleteCmsPhoneOrponIdRequest.ProtoReflect.Descriptor instead.
func (*DeleteCmsPhoneOrponIdRequest) Descriptor() ([]byte, []int) {
	return file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_rawDescGZIP(), []int{13}
}

func (x *DeleteCmsPhoneOrponIdRequest) GetOrponId() int64 {
	if x != nil {
		return x.OrponId
	}
	return 0
}

// Ответ на запрос удаления аналоговых трубок по идентификатору ОРПОН
type DeleteCmsPhoneOrponIdResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

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

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

func (*DeleteCmsPhoneOrponIdResponse) ProtoMessage() {}

func (x *DeleteCmsPhoneOrponIdResponse) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_device_v1_keyapis_device_cms_phone_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 DeleteCmsPhoneOrponIdResponse.ProtoReflect.Descriptor instead.
func (*DeleteCmsPhoneOrponIdResponse) Descriptor() ([]byte, []int) {
	return file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_rawDescGZIP(), []int{14}
}

// Запрос удаления аналоговых трубок по идентификатору ОРПОН и номеру квартиры
type DeleteCmsPhoneOrponIdRoomNumberRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор ОРПОН
	OrponId int64 `protobuf:"varint,1,opt,name=orpon_id,json=orponId,proto3" json:"orpon_id,omitempty"`
	// Номер квартиры
	RoomNumber string `protobuf:"bytes,2,opt,name=room_number,json=roomNumber,proto3" json:"room_number,omitempty"`
}

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

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

func (*DeleteCmsPhoneOrponIdRoomNumberRequest) ProtoMessage() {}

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

func (x *DeleteCmsPhoneOrponIdRoomNumberRequest) GetOrponId() int64 {
	if x != nil {
		return x.OrponId
	}
	return 0
}

func (x *DeleteCmsPhoneOrponIdRoomNumberRequest) GetRoomNumber() string {
	if x != nil {
		return x.RoomNumber
	}
	return ""
}

// Ответ на запрос удаления аналоговых трубок по идентификатору ОРПОН и номеру квартиры
type DeleteCmsPhoneOrponIdRoomNumberResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

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

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

func (*DeleteCmsPhoneOrponIdRoomNumberResponse) ProtoMessage() {}

func (x *DeleteCmsPhoneOrponIdRoomNumberResponse) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_device_v1_keyapis_device_cms_phone_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 DeleteCmsPhoneOrponIdRoomNumberResponse.ProtoReflect.Descriptor instead.
func (*DeleteCmsPhoneOrponIdRoomNumberResponse) Descriptor() ([]byte, []int) {
	return file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_rawDescGZIP(), []int{16}
}

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

	// Идентификатор
	Ids []int32 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
}

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

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

func (*PostCmsPhoneRefreshRequest) ProtoMessage() {}

func (x *PostCmsPhoneRefreshRequest) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_device_v1_keyapis_device_cms_phone_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 PostCmsPhoneRefreshRequest.ProtoReflect.Descriptor instead.
func (*PostCmsPhoneRefreshRequest) Descriptor() ([]byte, []int) {
	return file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_rawDescGZIP(), []int{17}
}

func (x *PostCmsPhoneRefreshRequest) GetIds() []int32 {
	if x != nil {
		return x.Ids
	}
	return nil
}

// Ответ на запрос на принудительное обновление статуса аналоговой трубки
type PostCmsPhoneRefreshResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

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

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

func (*PostCmsPhoneRefreshResponse) ProtoMessage() {}

func (x *PostCmsPhoneRefreshResponse) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_device_v1_keyapis_device_cms_phone_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 PostCmsPhoneRefreshResponse.ProtoReflect.Descriptor instead.
func (*PostCmsPhoneRefreshResponse) Descriptor() ([]byte, []int) {
	return file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_rawDescGZIP(), []int{18}
}

// Запрос удаления аналоговых трубок по идентификатору ОРПОН, номеру квартиры и идентификатору устройства
type DeleteCmsPhoneOrponRoomNumberDeviceIdRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор ОРПОН
	Orpon int64 `protobuf:"varint,1,opt,name=orpon,proto3" json:"orpon,omitempty"`
	// Номер квартиры
	RoomNumber string `protobuf:"bytes,2,opt,name=room_number,json=roomNumber,proto3" json:"room_number,omitempty"`
	// Идентификатор устройства
	DeviceId int32 `protobuf:"varint,3,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
}

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

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

func (*DeleteCmsPhoneOrponRoomNumberDeviceIdRequest) ProtoMessage() {}

func (x *DeleteCmsPhoneOrponRoomNumberDeviceIdRequest) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_device_v1_keyapis_device_cms_phone_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 DeleteCmsPhoneOrponRoomNumberDeviceIdRequest.ProtoReflect.Descriptor instead.
func (*DeleteCmsPhoneOrponRoomNumberDeviceIdRequest) Descriptor() ([]byte, []int) {
	return file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_rawDescGZIP(), []int{19}
}

func (x *DeleteCmsPhoneOrponRoomNumberDeviceIdRequest) GetOrpon() int64 {
	if x != nil {
		return x.Orpon
	}
	return 0
}

func (x *DeleteCmsPhoneOrponRoomNumberDeviceIdRequest) GetRoomNumber() string {
	if x != nil {
		return x.RoomNumber
	}
	return ""
}

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

// Ответ на запрос удаления аналоговых трубок по идентификатору ОРПОН, номеру квартиры и идентификатору устройства
type DeleteCmsPhoneOrponRoomNumberDeviceIdResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

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

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

func (*DeleteCmsPhoneOrponRoomNumberDeviceIdResponse) ProtoMessage() {}

func (x *DeleteCmsPhoneOrponRoomNumberDeviceIdResponse) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_device_v1_keyapis_device_cms_phone_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 DeleteCmsPhoneOrponRoomNumberDeviceIdResponse.ProtoReflect.Descriptor instead.
func (*DeleteCmsPhoneOrponRoomNumberDeviceIdResponse) Descriptor() ([]byte, []int) {
	return file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_rawDescGZIP(), []int{20}
}

// Ошибка сохранения.
// Эти проверки выполняются при работе с базой данных и сторонними сервисами
type CmsPhone_SavingError struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Причина ошибки
	//
	// Types that are assignable to Reason:
	//
	//	*CmsPhone_SavingError_Conflict_
	Reason isCmsPhone_SavingError_Reason `protobuf_oneof:"reason"`
}

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

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

func (*CmsPhone_SavingError) ProtoMessage() {}

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

func (m *CmsPhone_SavingError) GetReason() isCmsPhone_SavingError_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

func (x *CmsPhone_SavingError) GetConflict() *CmsPhone_SavingError_Conflict {
	if x, ok := x.GetReason().(*CmsPhone_SavingError_Conflict_); ok {
		return x.Conflict
	}
	return nil
}

type isCmsPhone_SavingError_Reason interface {
	isCmsPhone_SavingError_Reason()
}

type CmsPhone_SavingError_Conflict_ struct {
	// Конфликт версий
	Conflict *CmsPhone_SavingError_Conflict `protobuf:"bytes,1,opt,name=conflict,proto3,oneof"`
}

func (*CmsPhone_SavingError_Conflict_) isCmsPhone_SavingError_Reason() {}

// Конфликт версий.
// Причины:
// - В базе хранится другая версия строки, значения changed_at оличаются
type CmsPhone_SavingError_Conflict struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

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

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

func (*CmsPhone_SavingError_Conflict) ProtoMessage() {}

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

// Ошибка запроса получения списка аналоговых трубок
type GetCmsPhoneListResponse_Error struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Причина ошибки
	//
	// Types that are assignable to Reason:
	//
	//	*GetCmsPhoneListResponse_Error_Validation
	Reason isGetCmsPhoneListResponse_Error_Reason `protobuf_oneof:"reason"`
}

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

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

func (*GetCmsPhoneListResponse_Error) ProtoMessage() {}

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

func (m *GetCmsPhoneListResponse_Error) GetReason() isGetCmsPhoneListResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

func (x *GetCmsPhoneListResponse_Error) GetValidation() *ValidationError {
	if x, ok := x.GetReason().(*GetCmsPhoneListResponse_Error_Validation); ok {
		return x.Validation
	}
	return nil
}

type isGetCmsPhoneListResponse_Error_Reason interface {
	isGetCmsPhoneListResponse_Error_Reason()
}

type GetCmsPhoneListResponse_Error_Validation struct {
	// Ошибка валидации
	Validation *ValidationError `protobuf:"bytes,1,opt,name=validation,proto3,oneof"`
}

func (*GetCmsPhoneListResponse_Error_Validation) isGetCmsPhoneListResponse_Error_Reason() {}

// Ошибка запроса получения баннера
type GetCmsPhoneResponse_Error struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Причина ошибки
	//
	// Types that are assignable to Reason:
	//
	//	*GetCmsPhoneResponse_Error_Validation
	Reason isGetCmsPhoneResponse_Error_Reason `protobuf_oneof:"reason"`
}

func (x *GetCmsPhoneResponse_Error) Reset() {
	*x = GetCmsPhoneResponse_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes[24]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GetCmsPhoneResponse_Error) ProtoMessage() {}

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

func (m *GetCmsPhoneResponse_Error) GetReason() isGetCmsPhoneResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

func (x *GetCmsPhoneResponse_Error) GetValidation() *ValidationError {
	if x, ok := x.GetReason().(*GetCmsPhoneResponse_Error_Validation); ok {
		return x.Validation
	}
	return nil
}

type isGetCmsPhoneResponse_Error_Reason interface {
	isGetCmsPhoneResponse_Error_Reason()
}

type GetCmsPhoneResponse_Error_Validation struct {
	// Ошибка валидации
	Validation *ValidationError `protobuf:"bytes,1,opt,name=validation,proto3,oneof"`
}

func (*GetCmsPhoneResponse_Error_Validation) isGetCmsPhoneResponse_Error_Reason() {}

// Ошибка запроса получения количества аналоговых трубок
type GetCmsPhoneCountResponse_Error struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Причина ошибки
	//
	// Types that are assignable to Reason:
	//
	//	*GetCmsPhoneCountResponse_Error_Validation
	Reason isGetCmsPhoneCountResponse_Error_Reason `protobuf_oneof:"reason"`
}

func (x *GetCmsPhoneCountResponse_Error) Reset() {
	*x = GetCmsPhoneCountResponse_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes[25]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GetCmsPhoneCountResponse_Error) ProtoMessage() {}

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

func (m *GetCmsPhoneCountResponse_Error) GetReason() isGetCmsPhoneCountResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

func (x *GetCmsPhoneCountResponse_Error) GetValidation() *ValidationError {
	if x, ok := x.GetReason().(*GetCmsPhoneCountResponse_Error_Validation); ok {
		return x.Validation
	}
	return nil
}

type isGetCmsPhoneCountResponse_Error_Reason interface {
	isGetCmsPhoneCountResponse_Error_Reason()
}

type GetCmsPhoneCountResponse_Error_Validation struct {
	// Ошибка валидации
	Validation *ValidationError `protobuf:"bytes,1,opt,name=validation,proto3,oneof"`
}

func (*GetCmsPhoneCountResponse_Error_Validation) isGetCmsPhoneCountResponse_Error_Reason() {}

var File_keyapis_device_v1_keyapis_device_cms_phone_v1_proto protoreflect.FileDescriptor

var file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_rawDesc = []byte{
	0x0a, 0x33, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x2f, 0x76, 0x31, 0x2f, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5f, 0x64, 0x65, 0x76, 0x69,
	0x63, 0x65, 0x5f, 0x63, 0x6d, 0x73, 0x5f, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x5f, 0x76, 0x31, 0x2e,
	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x11, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64,
	0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
	0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74,
	0x61, 0x6d, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 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, 0x20, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
	0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69,
	0x70, 0x74, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x30, 0x6b, 0x65, 0x79, 0x61,
	0x70, 0x69, 0x73, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x76, 0x31, 0x2f, 0x6b, 0x65,
	0x79, 0x61, 0x70, 0x69, 0x73, 0x5f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x64, 0x65, 0x76,
	0x69, 0x63, 0x65, 0x5f, 0x76, 0x31, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xc7, 0x04, 0x0a,
	0x08, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18,
	0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1e, 0x0a, 0x08, 0x6f, 0x72, 0x70,
	0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x42, 0x03, 0xe0, 0x41, 0x02,
	0x52, 0x07, 0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x04, 0x72, 0x6f, 0x6f,
	0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x72, 0x6f,
	0x6f, 0x6d, 0x12, 0x20, 0x0a, 0x09, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18,
	0x04, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x08, 0x64, 0x65, 0x76, 0x69,
	0x63, 0x65, 0x49, 0x64, 0x12, 0x4c, 0x0a, 0x0b, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x5f, 0x74,
	0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x26, 0x2e, 0x6b, 0x65, 0x79, 0x61,
	0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6d,
	0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x54, 0x79, 0x70,
	0x65, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x54, 0x79,
	0x70, 0x65, 0x12, 0x3e, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74,
	0x18, 0x06, 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, 0x07, 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, 0x24, 0x0a, 0x0b, 0x72, 0x65, 0x74, 0x72, 0x79, 0x5f, 0x63, 0x6f, 0x75, 0x6e,
	0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a, 0x72, 0x65,
	0x74, 0x72, 0x79, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x1a, 0x73, 0x0a, 0x0b, 0x53, 0x61, 0x76, 0x69,
	0x6e, 0x67, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x4e, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x66, 0x6c,
	0x69, 0x63, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x6b, 0x65, 0x79, 0x61,
	0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6d,
	0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x2e, 0x53, 0x61, 0x76, 0x69, 0x6e, 0x67, 0x45, 0x72, 0x72,
	0x6f, 0x72, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x48, 0x00, 0x52, 0x08, 0x63,
	0x6f, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x1a, 0x0a, 0x0a, 0x08, 0x43, 0x6f, 0x6e, 0x66, 0x6c,
	0x69, 0x63, 0x74, 0x42, 0x08, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x22, 0x67, 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, 0x12, 0x0a, 0x0e, 0x50, 0x45, 0x4e, 0x44, 0x49, 0x4e, 0x47, 0x5f,
	0x41, 0x43, 0x54, 0x49, 0x56, 0x45, 0x10, 0x01, 0x12, 0x0a, 0x0a, 0x06, 0x41, 0x43, 0x54, 0x49,
	0x56, 0x45, 0x10, 0x02, 0x12, 0x13, 0x0a, 0x0f, 0x50, 0x45, 0x4e, 0x44, 0x49, 0x4e, 0x47, 0x5f,
	0x42, 0x4c, 0x4f, 0x43, 0x4b, 0x45, 0x44, 0x10, 0x03, 0x12, 0x0b, 0x0a, 0x07, 0x42, 0x4c, 0x4f,
	0x43, 0x4b, 0x45, 0x44, 0x10, 0x04, 0x22, 0xad, 0x01, 0x0a, 0x0e, 0x43, 0x6d, 0x73, 0x50, 0x68,
	0x6f, 0x6e, 0x65, 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, 0x49, 0x0a, 0x0c, 0x73, 0x74, 0x61, 0x74,
	0x75, 0x73, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0e, 0x32, 0x26,
	0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e,
	0x76, 0x31, 0x2e, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x2e, 0x53, 0x74, 0x61, 0x74,
	0x75, 0x73, 0x54, 0x79, 0x70, 0x65, 0x52, 0x0b, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x54, 0x79,
	0x70, 0x65, 0x73, 0x12, 0x1b, 0x0a, 0x09, 0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x73,
	0x18, 0x03, 0x20, 0x03, 0x28, 0x03, 0x52, 0x08, 0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x49, 0x64, 0x73,
	0x12, 0x14, 0x0a, 0x05, 0x72, 0x6f, 0x6f, 0x6d, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x52,
	0x05, 0x72, 0x6f, 0x6f, 0x6d, 0x73, 0x22, 0x87, 0x03, 0x0a, 0x0e, 0x43, 0x6d, 0x73, 0x50, 0x68,
	0x6f, 0x6e, 0x65, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x12, 0x51, 0x0a, 0x0d, 0x6f, 0x72, 0x64,
	0x65, 0x72, 0x5f, 0x62, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e,
	0x32, 0x2d, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63,
	0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 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, 0x56, 0x0a, 0x0e,
	0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02,
	0x20, 0x01, 0x28, 0x0e, 0x32, 0x2f, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64,
	0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e,
	0x65, 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, 0x5c, 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, 0x0a, 0x0a, 0x06, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x10, 0x02,
	0x12, 0x0e, 0x0a, 0x0a, 0x43, 0x48, 0x41, 0x4e, 0x47, 0x45, 0x44, 0x5f, 0x41, 0x54, 0x10, 0x03,
	0x12, 0x0e, 0x0a, 0x0a, 0x43, 0x52, 0x45, 0x41, 0x54, 0x45, 0x44, 0x5f, 0x41, 0x54, 0x10, 0x04,
	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, 0x9e, 0x01, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65,
	0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x39, 0x0a, 0x06, 0x66,
	0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x6b, 0x65,
	0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e,
	0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x06,
	0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x3b, 0x0a, 0x06, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x67,
	0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6d, 0x73, 0x50, 0x68,
	0x6f, 0x6e, 0x65, 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, 0xf7, 0x01, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e,
	0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x31, 0x0a,
	0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x6b, 0x65,
	0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e,
	0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61,
	0x12, 0x48, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32,
	0x30, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x4c,
	0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x72, 0x72, 0x6f,
	0x72, 0x48, 0x00, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x1a, 0x57, 0x0a, 0x05, 0x45, 0x72,
	0x72, 0x6f, 0x72, 0x12, 0x44, 0x0a, 0x0a, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f,
	0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69,
	0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x61, 0x6c, 0x69,
	0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x0a, 0x76,
	0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x08, 0x0a, 0x06, 0x72, 0x65, 0x61,
	0x73, 0x6f, 0x6e, 0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x29, 0x0a, 0x12, 0x47,
	0x65, 0x74, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 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, 0xef, 0x01, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x43, 0x6d,
	0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x31,
	0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31,
	0x2e, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61, 0x74,
	0x61, 0x12, 0x44, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b,
	0x32, 0x2c, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63,
	0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65,
	0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00,
	0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x1a, 0x57, 0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72,
	0x12, 0x44, 0x0a, 0x0a, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01,
	0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64,
	0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74,
	0x69, 0x6f, 0x6e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x69,
	0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x08, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e,
	0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x54, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x43,
	0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75,
	0x65, 0x73, 0x74, 0x12, 0x39, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x01, 0x20,
	0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65,
	0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x22, 0xdc,
	0x01, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 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, 0x12, 0x49, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b,
	0x32, 0x31, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63,
	0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65,
	0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x72,
	0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x1a, 0x57, 0x0a, 0x05,
	0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x44, 0x0a, 0x0a, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74,
	0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x6b, 0x65, 0x79, 0x61,
	0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x61,
	0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52,
	0x0a, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x08, 0x0a, 0x06, 0x72,
	0x65, 0x61, 0x73, 0x6f, 0x6e, 0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x2c, 0x0a,
	0x15, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 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, 0x18, 0x0a, 0x16, 0x44,
	0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x52, 0x65, 0x73,
	0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x41, 0x0a, 0x1d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43,
	0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x52,
	0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 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, 0x22, 0x20, 0x0a, 0x1e, 0x44, 0x65, 0x6c, 0x65,
	0x74, 0x65, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x3e, 0x0a, 0x1c, 0x44, 0x65,
	0x6c, 0x65, 0x74, 0x65, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x4f, 0x72, 0x70, 0x6f,
	0x6e, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x08, 0x6f, 0x72,
	0x70, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x42, 0x03, 0xe0, 0x41,
	0x02, 0x52, 0x07, 0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x49, 0x64, 0x22, 0x1f, 0x0a, 0x1d, 0x44, 0x65,
	0x6c, 0x65, 0x74, 0x65, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x4f, 0x72, 0x70, 0x6f,
	0x6e, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6e, 0x0a, 0x26, 0x44,
	0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x4f, 0x72, 0x70,
	0x6f, 0x6e, 0x49, 0x64, 0x52, 0x6f, 0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65,
	0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x08, 0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x5f, 0x69,
	0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x07, 0x6f, 0x72,
	0x70, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x24, 0x0a, 0x0b, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, 0x6e, 0x75,
	0x6d, 0x62, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52,
	0x0a, 0x72, 0x6f, 0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x22, 0x29, 0x0a, 0x27, 0x44,
	0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x4f, 0x72, 0x70,
	0x6f, 0x6e, 0x49, 0x64, 0x52, 0x6f, 0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65,
	0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x33, 0x0a, 0x1a, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x6d,
	0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x52, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0x52, 0x65, 0x71,
	0x75, 0x65, 0x73, 0x74, 0x12, 0x15, 0x0a, 0x03, 0x69, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28,
	0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x03, 0x69, 0x64, 0x73, 0x22, 0x1d, 0x0a, 0x1b, 0x50,
	0x6f, 0x73, 0x74, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x52, 0x65, 0x66, 0x72, 0x65,
	0x73, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x91, 0x01, 0x0a, 0x2c, 0x44,
	0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x4f, 0x72, 0x70,
	0x6f, 0x6e, 0x52, 0x6f, 0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x44, 0x65, 0x76, 0x69,
	0x63, 0x65, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x05, 0x6f,
	0x72, 0x70, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52,
	0x05, 0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x12, 0x24, 0x0a, 0x0b, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, 0x6e,
	0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02,
	0x52, 0x0a, 0x72, 0x6f, 0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x20, 0x0a, 0x09,
	0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x42,
	0x03, 0xe0, 0x41, 0x02, 0x52, 0x08, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x22, 0x2f,
	0x0a, 0x2d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65,
	0x4f, 0x72, 0x70, 0x6f, 0x6e, 0x52, 0x6f, 0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x44,
	0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x32,
	0xd7, 0x0c, 0x0a, 0x0f, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x53, 0x65, 0x72, 0x76,
	0x69, 0x63, 0x65, 0x12, 0x83, 0x01, 0x0a, 0x0b, 0x47, 0x65, 0x74, 0x43, 0x6d, 0x73, 0x50, 0x68,
	0x6f, 0x6e, 0x65, 0x12, 0x25, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x6d, 0x73, 0x50, 0x68,
	0x6f, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, 0x6b, 0x65, 0x79,
	0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47,
	0x65, 0x74, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
	0x73, 0x65, 0x22, 0x25, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1f, 0x12, 0x1d, 0x2f, 0x64, 0x65, 0x76,
	0x69, 0x63, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x6d, 0x73, 0x5f, 0x70,
	0x68, 0x6f, 0x6e, 0x65, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x91, 0x01, 0x0a, 0x0f, 0x47, 0x65,
	0x74, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x29, 0x2e,
	0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76,
	0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x4c, 0x69, 0x73,
	0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2a, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74,
	0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70,
	0x6f, 0x6e, 0x73, 0x65, 0x22, 0x25, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1f, 0x12, 0x1d, 0x2f, 0x64,
	0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x6d, 0x73,
	0x5f, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x30, 0x01, 0x12, 0x93, 0x01,
	0x0a, 0x10, 0x47, 0x65, 0x74, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x43, 0x6f, 0x75,
	0x6e, 0x74, 0x12, 0x2a, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76,
	0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f,
	0x6e, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2b,
	0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e,
	0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x43, 0x6f,
	0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x26, 0x82, 0xd3, 0xe4,
	0x93, 0x02, 0x20, 0x12, 0x1e, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x61, 0x70, 0x69,
	0x2f, 0x76, 0x31, 0x2f, 0x63, 0x6d, 0x73, 0x5f, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x2f, 0x63, 0x6f,
	0x75, 0x6e, 0x74, 0x12, 0x8c, 0x01, 0x0a, 0x0e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6d,
	0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x28, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74,
	0x65, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
	0x1a, 0x29, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63,
	0x65, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6d, 0x73, 0x50, 0x68,
	0x6f, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x25, 0x82, 0xd3, 0xe4,
	0x93, 0x02, 0x1f, 0x2a, 0x1d, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x61, 0x70, 0x69,
	0x2f, 0x76, 0x31, 0x2f, 0x63, 0x6d, 0x73, 0x5f, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x2f, 0x7b, 0x69,
	0x64, 0x7d, 0x12, 0xb5, 0x01, 0x0a, 0x16, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6d, 0x73,
	0x50, 0x68, 0x6f, 0x6e, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x12, 0x30, 0x2e,
	0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76,
	0x31, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65,
	0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
	0x31, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f,
	0x6e, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
	0x73, 0x65, 0x22, 0x36, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x30, 0x2a, 0x2e, 0x2f, 0x64, 0x65, 0x76,
	0x69, 0x63, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x6d, 0x73, 0x5f, 0x70,
	0x68, 0x6f, 0x6e, 0x65, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x2f, 0x7b,
	0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x12, 0xb0, 0x01, 0x0a, 0x15, 0x44,
	0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x4f, 0x72, 0x70,
	0x6f, 0x6e, 0x49, 0x64, 0x12, 0x2f, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64,
	0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43,
	0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x4f, 0x72, 0x70, 0x6f, 0x6e, 0x49, 0x64, 0x52, 0x65,
	0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65,
	0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x4f, 0x72, 0x70, 0x6f, 0x6e, 0x49, 0x64, 0x52,
	0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x34, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2e, 0x2a,
	0x2c, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f,
	0x63, 0x6d, 0x73, 0x5f, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x2f, 0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x5f,
	0x69, 0x64, 0x2f, 0x7b, 0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x7d, 0x12, 0xe8, 0x01,
	0x0a, 0x1f, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65,
	0x4f, 0x72, 0x70, 0x6f, 0x6e, 0x49, 0x64, 0x52, 0x6f, 0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x62, 0x65,
	0x72, 0x12, 0x39, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69,
	0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6d, 0x73, 0x50,
	0x68, 0x6f, 0x6e, 0x65, 0x4f, 0x72, 0x70, 0x6f, 0x6e, 0x49, 0x64, 0x52, 0x6f, 0x6f, 0x6d, 0x4e,
	0x75, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3a, 0x2e, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31,
	0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x4f,
	0x72, 0x70, 0x6f, 0x6e, 0x49, 0x64, 0x52, 0x6f, 0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72,
	0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x4e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x48,
	0x2a, 0x46, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31,
	0x2f, 0x63, 0x6d, 0x73, 0x5f, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x2f, 0x6f, 0x72, 0x70, 0x6f, 0x6e,
	0x5f, 0x69, 0x64, 0x2f, 0x7b, 0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72,
	0x6f, 0x6f, 0x6d, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x2f, 0x7b, 0x72, 0x6f, 0x6f, 0x6d,
	0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x7d, 0x12, 0xa1, 0x01, 0x0a, 0x13, 0x50, 0x6f, 0x73,
	0x74, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x52, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68,
	0x12, 0x2d, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63,
	0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e,
	0x65, 0x52, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
	0x2e, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65,
	0x52, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
	0x2b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x25, 0x3a, 0x01, 0x2a, 0x22, 0x20, 0x2f, 0x64, 0x65, 0x76,
	0x69, 0x63, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x6d, 0x73, 0x5f, 0x70,
	0x68, 0x6f, 0x6e, 0x65, 0x2f, 0x72, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0x12, 0x8a, 0x02, 0x0a,
	0x25, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x4f,
	0x72, 0x70, 0x6f, 0x6e, 0x52, 0x6f, 0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x44, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x12, 0x3f, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74,
	0x65, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x4f, 0x72, 0x70, 0x6f, 0x6e, 0x52, 0x6f,
	0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64,
	0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x40, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69,
	0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x6c, 0x65,
	0x74, 0x65, 0x43, 0x6d, 0x73, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x4f, 0x72, 0x70, 0x6f, 0x6e, 0x52,
	0x6f, 0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49,
	0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5e, 0x82, 0xd3, 0xe4, 0x93, 0x02,
	0x58, 0x2a, 0x56, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76,
	0x31, 0x2f, 0x63, 0x6d, 0x73, 0x5f, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x2f, 0x6f, 0x72, 0x70, 0x6f,
	0x6e, 0x2f, 0x7b, 0x6f, 0x72, 0x70, 0x6f, 0x6e, 0x7d, 0x2f, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, 0x6e,
	0x75, 0x6d, 0x62, 0x65, 0x72, 0x2f, 0x7b, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, 0x6e, 0x75, 0x6d, 0x62,
	0x65, 0x72, 0x7d, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x2f, 0x7b, 0x64,
	0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x42, 0x9a, 0x01, 0x0a, 0x14, 0x72, 0x75,
	0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e,
	0x76, 0x31, 0x42, 0x14, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x44, 0x65, 0x76, 0x69, 0x63,
	0x65, 0x56, 0x31, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x48, 0x03, 0x50, 0x00, 0x5a, 0x12, 0x2f, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x76, 0x31,
	0xd8, 0x01, 0x01, 0xf8, 0x01, 0x01, 0xa2, 0x02, 0x0f, 0x4b, 0x45, 0x59, 0x41, 0x50, 0x49, 0x53,
	0x44, 0x45, 0x56, 0x49, 0x43, 0x45, 0x56, 0x31, 0xaa, 0x02, 0x11, 0x4b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x11, 0x4b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5c, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5c, 0x56, 0x31,
	0xea, 0x02, 0x13, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x3a, 0x3a, 0x44, 0x65, 0x76, 0x69,
	0x63, 0x65, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}

var (
	file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_rawDescOnce sync.Once
	file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_rawDescData = file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_rawDesc
)

func file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_rawDescGZIP() []byte {
	file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_rawDescOnce.Do(func() {
		file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_rawDescData = protoimpl.X.CompressGZIP(file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_rawDescData)
	})
	return file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_rawDescData
}

var file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_enumTypes = make([]protoimpl.EnumInfo, 3)
var file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 26)
var file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_goTypes = []interface{}{
	(CmsPhone_StatusType)(0),                              // 0: keyapis.device.v1.CmsPhone.StatusType
	(CmsPhonePaging_OrderByType)(0),                       // 1: keyapis.device.v1.CmsPhonePaging.OrderByType
	(CmsPhonePaging_DirectionType)(0),                     // 2: keyapis.device.v1.CmsPhonePaging.DirectionType
	(*CmsPhone)(nil),                                      // 3: keyapis.device.v1.CmsPhone
	(*CmsPhoneFilter)(nil),                                // 4: keyapis.device.v1.CmsPhoneFilter
	(*CmsPhonePaging)(nil),                                // 5: keyapis.device.v1.CmsPhonePaging
	(*GetCmsPhoneListRequest)(nil),                        // 6: keyapis.device.v1.GetCmsPhoneListRequest
	(*GetCmsPhoneListResponse)(nil),                       // 7: keyapis.device.v1.GetCmsPhoneListResponse
	(*GetCmsPhoneRequest)(nil),                            // 8: keyapis.device.v1.GetCmsPhoneRequest
	(*GetCmsPhoneResponse)(nil),                           // 9: keyapis.device.v1.GetCmsPhoneResponse
	(*GetCmsPhoneCountRequest)(nil),                       // 10: keyapis.device.v1.GetCmsPhoneCountRequest
	(*GetCmsPhoneCountResponse)(nil),                      // 11: keyapis.device.v1.GetCmsPhoneCountResponse
	(*DeleteCmsPhoneRequest)(nil),                         // 12: keyapis.device.v1.DeleteCmsPhoneRequest
	(*DeleteCmsPhoneResponse)(nil),                        // 13: keyapis.device.v1.DeleteCmsPhoneResponse
	(*DeleteCmsPhoneDeviceIdRequest)(nil),                 // 14: keyapis.device.v1.DeleteCmsPhoneDeviceIdRequest
	(*DeleteCmsPhoneDeviceIdResponse)(nil),                // 15: keyapis.device.v1.DeleteCmsPhoneDeviceIdResponse
	(*DeleteCmsPhoneOrponIdRequest)(nil),                  // 16: keyapis.device.v1.DeleteCmsPhoneOrponIdRequest
	(*DeleteCmsPhoneOrponIdResponse)(nil),                 // 17: keyapis.device.v1.DeleteCmsPhoneOrponIdResponse
	(*DeleteCmsPhoneOrponIdRoomNumberRequest)(nil),        // 18: keyapis.device.v1.DeleteCmsPhoneOrponIdRoomNumberRequest
	(*DeleteCmsPhoneOrponIdRoomNumberResponse)(nil),       // 19: keyapis.device.v1.DeleteCmsPhoneOrponIdRoomNumberResponse
	(*PostCmsPhoneRefreshRequest)(nil),                    // 20: keyapis.device.v1.PostCmsPhoneRefreshRequest
	(*PostCmsPhoneRefreshResponse)(nil),                   // 21: keyapis.device.v1.PostCmsPhoneRefreshResponse
	(*DeleteCmsPhoneOrponRoomNumberDeviceIdRequest)(nil),  // 22: keyapis.device.v1.DeleteCmsPhoneOrponRoomNumberDeviceIdRequest
	(*DeleteCmsPhoneOrponRoomNumberDeviceIdResponse)(nil), // 23: keyapis.device.v1.DeleteCmsPhoneOrponRoomNumberDeviceIdResponse
	(*CmsPhone_SavingError)(nil),                          // 24: keyapis.device.v1.CmsPhone.SavingError
	(*CmsPhone_SavingError_Conflict)(nil),                 // 25: keyapis.device.v1.CmsPhone.SavingError.Conflict
	(*GetCmsPhoneListResponse_Error)(nil),                 // 26: keyapis.device.v1.GetCmsPhoneListResponse.Error
	(*GetCmsPhoneResponse_Error)(nil),                     // 27: keyapis.device.v1.GetCmsPhoneResponse.Error
	(*GetCmsPhoneCountResponse_Error)(nil),                // 28: keyapis.device.v1.GetCmsPhoneCountResponse.Error
	(*timestamppb.Timestamp)(nil),                         // 29: google.protobuf.Timestamp
	(*ValidationError)(nil),                               // 30: keyapis.device.v1.ValidationError
}
var file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_depIdxs = []int32{
	0,  // 0: keyapis.device.v1.CmsPhone.status_type:type_name -> keyapis.device.v1.CmsPhone.StatusType
	29, // 1: keyapis.device.v1.CmsPhone.created_at:type_name -> google.protobuf.Timestamp
	29, // 2: keyapis.device.v1.CmsPhone.changed_at:type_name -> google.protobuf.Timestamp
	0,  // 3: keyapis.device.v1.CmsPhoneFilter.status_types:type_name -> keyapis.device.v1.CmsPhone.StatusType
	1,  // 4: keyapis.device.v1.CmsPhonePaging.order_by_type:type_name -> keyapis.device.v1.CmsPhonePaging.OrderByType
	2,  // 5: keyapis.device.v1.CmsPhonePaging.direction_type:type_name -> keyapis.device.v1.CmsPhonePaging.DirectionType
	4,  // 6: keyapis.device.v1.GetCmsPhoneListRequest.filter:type_name -> keyapis.device.v1.CmsPhoneFilter
	5,  // 7: keyapis.device.v1.GetCmsPhoneListRequest.paging:type_name -> keyapis.device.v1.CmsPhonePaging
	3,  // 8: keyapis.device.v1.GetCmsPhoneListResponse.data:type_name -> keyapis.device.v1.CmsPhone
	26, // 9: keyapis.device.v1.GetCmsPhoneListResponse.error:type_name -> keyapis.device.v1.GetCmsPhoneListResponse.Error
	3,  // 10: keyapis.device.v1.GetCmsPhoneResponse.data:type_name -> keyapis.device.v1.CmsPhone
	27, // 11: keyapis.device.v1.GetCmsPhoneResponse.error:type_name -> keyapis.device.v1.GetCmsPhoneResponse.Error
	4,  // 12: keyapis.device.v1.GetCmsPhoneCountRequest.filter:type_name -> keyapis.device.v1.CmsPhoneFilter
	28, // 13: keyapis.device.v1.GetCmsPhoneCountResponse.error:type_name -> keyapis.device.v1.GetCmsPhoneCountResponse.Error
	25, // 14: keyapis.device.v1.CmsPhone.SavingError.conflict:type_name -> keyapis.device.v1.CmsPhone.SavingError.Conflict
	30, // 15: keyapis.device.v1.GetCmsPhoneListResponse.Error.validation:type_name -> keyapis.device.v1.ValidationError
	30, // 16: keyapis.device.v1.GetCmsPhoneResponse.Error.validation:type_name -> keyapis.device.v1.ValidationError
	30, // 17: keyapis.device.v1.GetCmsPhoneCountResponse.Error.validation:type_name -> keyapis.device.v1.ValidationError
	8,  // 18: keyapis.device.v1.CmsPhoneService.GetCmsPhone:input_type -> keyapis.device.v1.GetCmsPhoneRequest
	6,  // 19: keyapis.device.v1.CmsPhoneService.GetCmsPhoneList:input_type -> keyapis.device.v1.GetCmsPhoneListRequest
	10, // 20: keyapis.device.v1.CmsPhoneService.GetCmsPhoneCount:input_type -> keyapis.device.v1.GetCmsPhoneCountRequest
	12, // 21: keyapis.device.v1.CmsPhoneService.DeleteCmsPhone:input_type -> keyapis.device.v1.DeleteCmsPhoneRequest
	14, // 22: keyapis.device.v1.CmsPhoneService.DeleteCmsPhoneDeviceId:input_type -> keyapis.device.v1.DeleteCmsPhoneDeviceIdRequest
	16, // 23: keyapis.device.v1.CmsPhoneService.DeleteCmsPhoneOrponId:input_type -> keyapis.device.v1.DeleteCmsPhoneOrponIdRequest
	18, // 24: keyapis.device.v1.CmsPhoneService.DeleteCmsPhoneOrponIdRoomNumber:input_type -> keyapis.device.v1.DeleteCmsPhoneOrponIdRoomNumberRequest
	20, // 25: keyapis.device.v1.CmsPhoneService.PostCmsPhoneRefresh:input_type -> keyapis.device.v1.PostCmsPhoneRefreshRequest
	22, // 26: keyapis.device.v1.CmsPhoneService.DeleteCmsPhoneOrponRoomNumberDeviceId:input_type -> keyapis.device.v1.DeleteCmsPhoneOrponRoomNumberDeviceIdRequest
	9,  // 27: keyapis.device.v1.CmsPhoneService.GetCmsPhone:output_type -> keyapis.device.v1.GetCmsPhoneResponse
	7,  // 28: keyapis.device.v1.CmsPhoneService.GetCmsPhoneList:output_type -> keyapis.device.v1.GetCmsPhoneListResponse
	11, // 29: keyapis.device.v1.CmsPhoneService.GetCmsPhoneCount:output_type -> keyapis.device.v1.GetCmsPhoneCountResponse
	13, // 30: keyapis.device.v1.CmsPhoneService.DeleteCmsPhone:output_type -> keyapis.device.v1.DeleteCmsPhoneResponse
	15, // 31: keyapis.device.v1.CmsPhoneService.DeleteCmsPhoneDeviceId:output_type -> keyapis.device.v1.DeleteCmsPhoneDeviceIdResponse
	17, // 32: keyapis.device.v1.CmsPhoneService.DeleteCmsPhoneOrponId:output_type -> keyapis.device.v1.DeleteCmsPhoneOrponIdResponse
	19, // 33: keyapis.device.v1.CmsPhoneService.DeleteCmsPhoneOrponIdRoomNumber:output_type -> keyapis.device.v1.DeleteCmsPhoneOrponIdRoomNumberResponse
	21, // 34: keyapis.device.v1.CmsPhoneService.PostCmsPhoneRefresh:output_type -> keyapis.device.v1.PostCmsPhoneRefreshResponse
	23, // 35: keyapis.device.v1.CmsPhoneService.DeleteCmsPhoneOrponRoomNumberDeviceId:output_type -> keyapis.device.v1.DeleteCmsPhoneOrponRoomNumberDeviceIdResponse
	27, // [27:36] is the sub-list for method output_type
	18, // [18:27] is the sub-list for method input_type
	18, // [18:18] is the sub-list for extension type_name
	18, // [18:18] is the sub-list for extension extendee
	0,  // [0:18] is the sub-list for field type_name
}

func init() { file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_init() }
func file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_init() {
	if File_keyapis_device_v1_keyapis_device_cms_phone_v1_proto != nil {
		return
	}
	file_keyapis_device_v1_keyapis_device_device_v1_proto_init()
	if !protoimpl.UnsafeEnabled {
		file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*CmsPhone); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*CmsPhoneFilter); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*CmsPhonePaging); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCmsPhoneListRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCmsPhoneListResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCmsPhoneRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCmsPhoneResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCmsPhoneCountRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCmsPhoneCountResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteCmsPhoneRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteCmsPhoneResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteCmsPhoneDeviceIdRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteCmsPhoneDeviceIdResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteCmsPhoneOrponIdRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteCmsPhoneOrponIdResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteCmsPhoneOrponIdRoomNumberRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteCmsPhoneOrponIdRoomNumberResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostCmsPhoneRefreshRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostCmsPhoneRefreshResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteCmsPhoneOrponRoomNumberDeviceIdRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteCmsPhoneOrponRoomNumberDeviceIdResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*CmsPhone_SavingError); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*CmsPhone_SavingError_Conflict); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCmsPhoneListResponse_Error); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCmsPhoneResponse_Error); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetCmsPhoneCountResponse_Error); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
	}
	file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes[3].OneofWrappers = []interface{}{
		(*GetCmsPhoneListRequest_Paging)(nil),
	}
	file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes[4].OneofWrappers = []interface{}{
		(*GetCmsPhoneListResponse_Data)(nil),
		(*GetCmsPhoneListResponse_Error_)(nil),
	}
	file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes[6].OneofWrappers = []interface{}{
		(*GetCmsPhoneResponse_Data)(nil),
		(*GetCmsPhoneResponse_Error_)(nil),
	}
	file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes[8].OneofWrappers = []interface{}{
		(*GetCmsPhoneCountResponse_Data)(nil),
		(*GetCmsPhoneCountResponse_Error_)(nil),
	}
	file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes[21].OneofWrappers = []interface{}{
		(*CmsPhone_SavingError_Conflict_)(nil),
	}
	file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes[23].OneofWrappers = []interface{}{
		(*GetCmsPhoneListResponse_Error_Validation)(nil),
	}
	file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes[24].OneofWrappers = []interface{}{
		(*GetCmsPhoneResponse_Error_Validation)(nil),
	}
	file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes[25].OneofWrappers = []interface{}{
		(*GetCmsPhoneCountResponse_Error_Validation)(nil),
	}
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_rawDesc,
			NumEnums:      3,
			NumMessages:   26,
			NumExtensions: 0,
			NumServices:   1,
		},
		GoTypes:           file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_goTypes,
		DependencyIndexes: file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_depIdxs,
		EnumInfos:         file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_enumTypes,
		MessageInfos:      file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_msgTypes,
	}.Build()
	File_keyapis_device_v1_keyapis_device_cms_phone_v1_proto = out.File
	file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_rawDesc = nil
	file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_goTypes = nil
	file_keyapis_device_v1_keyapis_device_cms_phone_v1_proto_depIdxs = nil
}
