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

// 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_sip_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)
)

// Справочник статусов SIP-трубки.
// # Тип: byte
type SipPhone_StatusType int32

const (
	// Значение не указано
	SipPhone_STATUS_TYPE_UNKNOWN SipPhone_StatusType = 0
	// Активна
	SipPhone_ACTIVE SipPhone_StatusType = 1
	// Заблокирована
	SipPhone_BLOCKED SipPhone_StatusType = 2
)

// Enum value maps for SipPhone_StatusType.
var (
	SipPhone_StatusType_name = map[int32]string{
		0: "STATUS_TYPE_UNKNOWN",
		1: "ACTIVE",
		2: "BLOCKED",
	}
	SipPhone_StatusType_value = map[string]int32{
		"STATUS_TYPE_UNKNOWN": 0,
		"ACTIVE":              1,
		"BLOCKED":             2,
	}
)

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

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

func (SipPhone_StatusType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_device_v1_keyapis_device_sip_phone_v1_proto_enumTypes[0].Descriptor()
}

func (SipPhone_StatusType) Type() protoreflect.EnumType {
	return &file_keyapis_device_v1_keyapis_device_sip_phone_v1_proto_enumTypes[0]
}

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

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

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

const (
	// Значение не указано
	SipPhonePaging_ORDER_BY_TYPE_UNKNOWN SipPhonePaging_OrderByType = 0
	// По идентификатору
	SipPhonePaging_ID SipPhonePaging_OrderByType = 1
	// По статусу доступности
	SipPhonePaging_STATUS SipPhonePaging_OrderByType = 2
	// Дата последнего изменения
	SipPhonePaging_CHANGED_AT SipPhonePaging_OrderByType = 3
	// Дата создания
	SipPhonePaging_CREATED_AT SipPhonePaging_OrderByType = 4
)

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

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

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

func (SipPhonePaging_OrderByType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_device_v1_keyapis_device_sip_phone_v1_proto_enumTypes[1].Descriptor()
}

func (SipPhonePaging_OrderByType) Type() protoreflect.EnumType {
	return &file_keyapis_device_v1_keyapis_device_sip_phone_v1_proto_enumTypes[1]
}

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

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

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

const (
	// Значение не указано
	SipPhonePaging_DIRECTION_TYPE_UNKNOWN SipPhonePaging_DirectionType = 0
	// От большего к меньшему
	SipPhonePaging_DESC SipPhonePaging_DirectionType = 1
	// От меньшего к большему
	SipPhonePaging_ASC SipPhonePaging_DirectionType = 2
)

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

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

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

func (SipPhonePaging_DirectionType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_device_v1_keyapis_device_sip_phone_v1_proto_enumTypes[2].Descriptor()
}

func (SipPhonePaging_DirectionType) Type() protoreflect.EnumType {
	return &file_keyapis_device_v1_keyapis_device_sip_phone_v1_proto_enumTypes[2]
}

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

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

// SIP-трубка.
// # Описание модели
type SipPhone 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
	RoomId int32 `protobuf:"varint,2,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	// SIP номер.
	// # Диапазон: 1..200
	SipNumber string `protobuf:"bytes,3,opt,name=sip_number,json=sipNumber,proto3" json:"sip_number,omitempty"`
	// Статус SIP-трубки
	StatusType SipPhone_StatusType `protobuf:"varint,4,opt,name=status_type,json=statusType,proto3,enum=keyapis.device.v1.SipPhone_StatusType" json:"status_type,omitempty"`
	// Дата создания.
	// # Тип: DateTime
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Дата последнего изменения.
	// Заполняется и обновляется сервером.
	// Заполняется при создании и изменении.
	// Является версией объекта.
	// # Тип: DateTime
	ChangedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=changed_at,json=changedAt,proto3" json:"changed_at,omitempty"`
}

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

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

func (*SipPhone) ProtoMessage() {}

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

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

func (x *SipPhone) GetRoomId() int32 {
	if x != nil {
		return x.RoomId
	}
	return 0
}

func (x *SipPhone) GetSipNumber() string {
	if x != nil {
		return x.SipNumber
	}
	return ""
}

func (x *SipPhone) GetStatusType() SipPhone_StatusType {
	if x != nil {
		return x.StatusType
	}
	return SipPhone_STATUS_TYPE_UNKNOWN
}

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

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

// Фильтр для SIP-трубок
type SipPhoneFilter struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Фильтр по SIP номерам
	SipNumbers []string `protobuf:"bytes,1,rep,name=sip_numbers,json=sipNumbers,proto3" json:"sip_numbers,omitempty"`
	// Фильтр по идентификаторам квартир
	RoomIds []int32 `protobuf:"varint,2,rep,packed,name=room_ids,json=roomIds,proto3" json:"room_ids,omitempty"`
}

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

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

func (*SipPhoneFilter) ProtoMessage() {}

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

func (x *SipPhoneFilter) GetSipNumbers() []string {
	if x != nil {
		return x.SipNumbers
	}
	return nil
}

func (x *SipPhoneFilter) GetRoomIds() []int32 {
	if x != nil {
		return x.RoomIds
	}
	return nil
}

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

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

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

func (*SipPhonePaging) ProtoMessage() {}

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

func (x *SipPhonePaging) GetOrderByType() SipPhonePaging_OrderByType {
	if x != nil {
		return x.OrderByType
	}
	return SipPhonePaging_ORDER_BY_TYPE_UNKNOWN
}

func (x *SipPhonePaging) GetDirectionType() SipPhonePaging_DirectionType {
	if x != nil {
		return x.DirectionType
	}
	return SipPhonePaging_DIRECTION_TYPE_UNKNOWN
}

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

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

// Запрос на получение SIP-трубки
type GetSipPhoneRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

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

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

func (*GetSipPhoneRequest) ProtoMessage() {}

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

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

// Ответ на запрос SIP-трубки
type GetSipPhoneResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

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

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

func (*GetSipPhoneResponse) ProtoMessage() {}

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

func (m *GetSipPhoneResponse) GetType() isGetSipPhoneResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetSipPhoneResponse) GetData() *SipPhone {
	if x, ok := x.GetType().(*GetSipPhoneResponse_Data); ok {
		return x.Data
	}
	return nil
}

func (x *GetSipPhoneResponse) GetError() *GetSipPhoneResponse_Error {
	if x, ok := x.GetType().(*GetSipPhoneResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isGetSipPhoneResponse_Type interface {
	isGetSipPhoneResponse_Type()
}

type GetSipPhoneResponse_Data struct {
	// SIP-трубка
	Data *SipPhone `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

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

func (*GetSipPhoneResponse_Data) isGetSipPhoneResponse_Type() {}

func (*GetSipPhoneResponse_Error_) isGetSipPhoneResponse_Type() {}

// Запрос на получение списка SIP-трубок
type GetSipPhoneListRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

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

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

func (*GetSipPhoneListRequest) ProtoMessage() {}

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

func (x *GetSipPhoneListRequest) GetFilter() *SipPhoneFilter {
	if x != nil {
		return x.Filter
	}
	return nil
}

func (m *GetSipPhoneListRequest) GetPagination() isGetSipPhoneListRequest_Pagination {
	if m != nil {
		return m.Pagination
	}
	return nil
}

func (x *GetSipPhoneListRequest) GetPaging() *SipPhonePaging {
	if x, ok := x.GetPagination().(*GetSipPhoneListRequest_Paging); ok {
		return x.Paging
	}
	return nil
}

type isGetSipPhoneListRequest_Pagination interface {
	isGetSipPhoneListRequest_Pagination()
}

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

func (*GetSipPhoneListRequest_Paging) isGetSipPhoneListRequest_Pagination() {}

// Ответ на запрос списка SIP-трубок
type GetSipPhoneListResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

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

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

func (*GetSipPhoneListResponse) ProtoMessage() {}

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

func (m *GetSipPhoneListResponse) GetType() isGetSipPhoneListResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetSipPhoneListResponse) GetData() *SipPhone {
	if x, ok := x.GetType().(*GetSipPhoneListResponse_Data); ok {
		return x.Data
	}
	return nil
}

func (x *GetSipPhoneListResponse) GetError() *GetSipPhoneListResponse_Error {
	if x, ok := x.GetType().(*GetSipPhoneListResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isGetSipPhoneListResponse_Type interface {
	isGetSipPhoneListResponse_Type()
}

type GetSipPhoneListResponse_Data struct {
	// SIP-трубка
	Data *SipPhone `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

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

func (*GetSipPhoneListResponse_Data) isGetSipPhoneListResponse_Type() {}

func (*GetSipPhoneListResponse_Error_) isGetSipPhoneListResponse_Type() {}

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

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

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

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

func (*GetSipPhoneCountRequest) ProtoMessage() {}

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

func (x *GetSipPhoneCountRequest) GetFilter() *SipPhoneFilter {
	if x != nil {
		return x.Filter
	}
	return nil
}

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

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

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

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

func (*GetSipPhoneCountResponse) ProtoMessage() {}

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

func (m *GetSipPhoneCountResponse) GetType() isGetSipPhoneCountResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

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

func (x *GetSipPhoneCountResponse) GetError() *GetSipPhoneCountResponse_Error {
	if x, ok := x.GetType().(*GetSipPhoneCountResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isGetSipPhoneCountResponse_Type interface {
	isGetSipPhoneCountResponse_Type()
}

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

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

func (*GetSipPhoneCountResponse_Data) isGetSipPhoneCountResponse_Type() {}

func (*GetSipPhoneCountResponse_Error_) isGetSipPhoneCountResponse_Type() {}

// Запрос на получение списка SIP-трубок
type PostSipPhoneGetListRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

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

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

func (*PostSipPhoneGetListRequest) ProtoMessage() {}

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

func (x *PostSipPhoneGetListRequest) GetFilter() *SipPhoneFilter {
	if x != nil {
		return x.Filter
	}
	return nil
}

func (m *PostSipPhoneGetListRequest) GetPagination() isPostSipPhoneGetListRequest_Pagination {
	if m != nil {
		return m.Pagination
	}
	return nil
}

func (x *PostSipPhoneGetListRequest) GetPaging() *SipPhonePaging {
	if x, ok := x.GetPagination().(*PostSipPhoneGetListRequest_Paging); ok {
		return x.Paging
	}
	return nil
}

type isPostSipPhoneGetListRequest_Pagination interface {
	isPostSipPhoneGetListRequest_Pagination()
}

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

func (*PostSipPhoneGetListRequest_Paging) isPostSipPhoneGetListRequest_Pagination() {}

// Ответ на запрос списка SIP-трубок
type PostSipPhoneGetListResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Список SIP-трубок
	Items []*SipPhone `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	// Ошибка
	Error *PostSipPhoneGetListResponse_Error `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
}

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

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

func (*PostSipPhoneGetListResponse) ProtoMessage() {}

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

func (x *PostSipPhoneGetListResponse) GetItems() []*SipPhone {
	if x != nil {
		return x.Items
	}
	return nil
}

func (x *PostSipPhoneGetListResponse) GetError() *PostSipPhoneGetListResponse_Error {
	if x != nil {
		return x.Error
	}
	return nil
}

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

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

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

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

func (*PostSipPhoneGetCountRequest) ProtoMessage() {}

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

func (x *PostSipPhoneGetCountRequest) GetFilter() *SipPhoneFilter {
	if x != nil {
		return x.Filter
	}
	return nil
}

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

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

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

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

func (*PostSipPhoneGetCountResponse) ProtoMessage() {}

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

func (m *PostSipPhoneGetCountResponse) GetType() isPostSipPhoneGetCountResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

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

func (x *PostSipPhoneGetCountResponse) GetError() *PostSipPhoneGetCountResponse_Error {
	if x, ok := x.GetType().(*PostSipPhoneGetCountResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isPostSipPhoneGetCountResponse_Type interface {
	isPostSipPhoneGetCountResponse_Type()
}

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

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

func (*PostSipPhoneGetCountResponse_Data) isPostSipPhoneGetCountResponse_Type() {}

func (*PostSipPhoneGetCountResponse_Error_) isPostSipPhoneGetCountResponse_Type() {}

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

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

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

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

func (*SipPhone_SavingError) ProtoMessage() {}

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

func (m *SipPhone_SavingError) GetReason() isSipPhone_SavingError_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

func (x *SipPhone_SavingError) GetConflict() *SipPhone_SavingError_Conflict {
	if x, ok := x.GetReason().(*SipPhone_SavingError_Conflict_); ok {
		return x.Conflict
	}
	return nil
}

type isSipPhone_SavingError_Reason interface {
	isSipPhone_SavingError_Reason()
}

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

func (*SipPhone_SavingError_Conflict_) isSipPhone_SavingError_Reason() {}

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

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

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

func (*SipPhone_SavingError_Conflict) ProtoMessage() {}

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

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

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

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

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

func (*GetSipPhoneResponse_Error) ProtoMessage() {}

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

func (m *GetSipPhoneResponse_Error) GetReason() isGetSipPhoneResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isGetSipPhoneResponse_Error_Reason interface {
	isGetSipPhoneResponse_Error_Reason()
}

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

func (*GetSipPhoneResponse_Error_Validation) isGetSipPhoneResponse_Error_Reason() {}

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

	// Ошибка валидации
	ValidationError *ValidationError `protobuf:"bytes,1,opt,name=validation_error,json=validationError,proto3" json:"validation_error,omitempty"`
}

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

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

func (*GetSipPhoneListResponse_Error) ProtoMessage() {}

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

func (x *GetSipPhoneListResponse_Error) GetValidationError() *ValidationError {
	if x != nil {
		return x.ValidationError
	}
	return nil
}

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

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

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

func (*GetSipPhoneCountResponse_Error) ProtoMessage() {}

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

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

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

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

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

func (*PostSipPhoneGetListResponse_Error) ProtoMessage() {}

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

func (m *PostSipPhoneGetListResponse_Error) GetReason() isPostSipPhoneGetListResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isPostSipPhoneGetListResponse_Error_Reason interface {
	isPostSipPhoneGetListResponse_Error_Reason()
}

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

func (*PostSipPhoneGetListResponse_Error_Validation) isPostSipPhoneGetListResponse_Error_Reason() {}

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

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

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

func (*PostSipPhoneGetCountResponse_Error) ProtoMessage() {}

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

var File_keyapis_device_v1_keyapis_device_sip_phone_v1_proto protoreflect.FileDescriptor

var file_keyapis_device_v1_keyapis_device_sip_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, 0x73, 0x69, 0x70, 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, 0xd5, 0x03, 0x0a,
	0x08, 0x53, 0x69, 0x70, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18,
	0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x69, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x72, 0x6f, 0x6f,
	0x6d, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x72, 0x6f, 0x6f, 0x6d,
	0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x73, 0x69, 0x70, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72,
	0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x69, 0x70, 0x4e, 0x75, 0x6d, 0x62, 0x65,
	0x72, 0x12, 0x4c, 0x0a, 0x0b, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x5f, 0x74, 0x79, 0x70, 0x65,
	0x18, 0x04, 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, 0x53, 0x69, 0x70, 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, 0x05, 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, 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, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x41, 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, 0x53, 0x69, 0x70, 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, 0x3e, 0x0a, 0x0a, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x54, 0x79,
	0x70, 0x65, 0x12, 0x17, 0x0a, 0x13, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x54, 0x59, 0x50,
	0x45, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x0a, 0x0a, 0x06, 0x41,
	0x43, 0x54, 0x49, 0x56, 0x45, 0x10, 0x01, 0x12, 0x0b, 0x0a, 0x07, 0x42, 0x4c, 0x4f, 0x43, 0x4b,
	0x45, 0x44, 0x10, 0x02, 0x22, 0x4c, 0x0a, 0x0e, 0x53, 0x69, 0x70, 0x50, 0x68, 0x6f, 0x6e, 0x65,
	0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x1f, 0x0a, 0x0b, 0x73, 0x69, 0x70, 0x5f, 0x6e, 0x75,
	0x6d, 0x62, 0x65, 0x72, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x69, 0x70,
	0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x19, 0x0a, 0x08, 0x72, 0x6f, 0x6f, 0x6d, 0x5f,
	0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x05, 0x52, 0x07, 0x72, 0x6f, 0x6f, 0x6d, 0x49,
	0x64, 0x73, 0x22, 0x87, 0x03, 0x0a, 0x0e, 0x53, 0x69, 0x70, 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, 0x53, 0x69, 0x70, 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, 0x53, 0x69, 0x70, 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, 0x29, 0x0a, 0x12,
	0x47, 0x65, 0x74, 0x53, 0x69, 0x70, 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, 0x53,
	0x69, 0x70, 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, 0x53, 0x69, 0x70, 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, 0x53, 0x69, 0x70, 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, 0x9e, 0x01, 0x0a, 0x16, 0x47, 0x65,
	0x74, 0x53, 0x69, 0x70, 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, 0x53, 0x69, 0x70, 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, 0x53, 0x69, 0x70, 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, 0xf6, 0x01, 0x0a, 0x17, 0x47,
	0x65, 0x74, 0x53, 0x69, 0x70, 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, 0x53, 0x69, 0x70, 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,
	0x53, 0x69, 0x70, 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, 0x56, 0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x4d, 0x0a, 0x10,
	0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x65, 0x72, 0x72, 0x6f, 0x72,
	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, 0x52, 0x0f, 0x76, 0x61, 0x6c, 0x69,
	0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x42, 0x06, 0x0a, 0x04, 0x74,
	0x79, 0x70, 0x65, 0x22, 0x54, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x53, 0x69, 0x70, 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, 0x53, 0x69, 0x70, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x46, 0x69, 0x6c, 0x74, 0x65,
	0x72, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x22, 0x8c, 0x01, 0x0a, 0x18, 0x47, 0x65,
	0x74, 0x53, 0x69, 0x70, 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, 0x53, 0x69, 0x70, 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, 0x07, 0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72,
	0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0xa2, 0x01, 0x0a, 0x1a, 0x50, 0x6f, 0x73,
	0x74, 0x53, 0x69, 0x70, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x47, 0x65, 0x74, 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, 0x53, 0x69, 0x70, 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, 0x53, 0x69, 0x70, 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, 0xf5, 0x01,
	0x0a, 0x1b, 0x50, 0x6f, 0x73, 0x74, 0x53, 0x69, 0x70, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x47, 0x65,
	0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x31, 0x0a,
	0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31,
	0x2e, 0x53, 0x69, 0x70, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73,
	0x12, 0x4a, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32,
	0x34, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x53, 0x69, 0x70, 0x50, 0x68, 0x6f, 0x6e, 0x65,
	0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e,
	0x45, 0x72, 0x72, 0x6f, 0x72, 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, 0x22, 0x58, 0x0a, 0x1b, 0x50, 0x6f, 0x73, 0x74, 0x53, 0x69, 0x70,
	0x50, 0x68, 0x6f, 0x6e, 0x65, 0x47, 0x65, 0x74, 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, 0x53, 0x69, 0x70, 0x50, 0x68, 0x6f, 0x6e,
	0x65, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x22,
	0x94, 0x01, 0x0a, 0x1c, 0x50, 0x6f, 0x73, 0x74, 0x53, 0x69, 0x70, 0x50, 0x68, 0x6f, 0x6e, 0x65,
	0x47, 0x65, 0x74, 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, 0x4d, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18,
	0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x53, 0x69,
	0x70, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x47, 0x65, 0x74, 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, 0x07, 0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x42, 0x06,
	0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x32, 0x8f, 0x06, 0x0a, 0x0f, 0x53, 0x69, 0x70, 0x50, 0x68,
	0x6f, 0x6e, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x83, 0x01, 0x0a, 0x0b, 0x47,
	0x65, 0x74, 0x53, 0x69, 0x70, 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, 0x53, 0x69, 0x70, 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, 0x53, 0x69, 0x70, 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, 0x73, 0x69, 0x70, 0x5f, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x2f, 0x7b, 0x69, 0x64, 0x7d,
	0x12, 0x91, 0x01, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x53, 0x69, 0x70, 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, 0x53, 0x69, 0x70, 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, 0x53, 0x69, 0x70, 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, 0x73, 0x69, 0x70, 0x5f, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x2f, 0x6c, 0x69,
	0x73, 0x74, 0x30, 0x01, 0x12, 0x93, 0x01, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x53, 0x69, 0x70, 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, 0x53, 0x69, 0x70, 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, 0x53, 0x69, 0x70,
	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, 0x73, 0x69, 0x70, 0x5f, 0x70,
	0x68, 0x6f, 0x6e, 0x65, 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0xa2, 0x01, 0x0a, 0x13, 0x50,
	0x6f, 0x73, 0x74, 0x53, 0x69, 0x70, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x47, 0x65, 0x74, 0x4c, 0x69,
	0x73, 0x74, 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, 0x53, 0x69, 0x70, 0x50, 0x68,
	0x6f, 0x6e, 0x65, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 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, 0x53, 0x69, 0x70, 0x50, 0x68, 0x6f,
	0x6e, 0x65, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
	0x65, 0x22, 0x2c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x26, 0x3a, 0x01, 0x2a, 0x22, 0x21, 0x2f, 0x64,
	0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x73, 0x69, 0x70,
	0x5f, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x2f, 0x67, 0x65, 0x74, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x12,
	0xa6, 0x01, 0x0a, 0x14, 0x50, 0x6f, 0x73, 0x74, 0x53, 0x69, 0x70, 0x50, 0x68, 0x6f, 0x6e, 0x65,
	0x47, 0x65, 0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x2e, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73,
	0x74, 0x53, 0x69, 0x70, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x75, 0x6e,
	0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73,
	0x74, 0x53, 0x69, 0x70, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x75, 0x6e,
	0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2d, 0x82, 0xd3, 0xe4, 0x93, 0x02,
	0x27, 0x3a, 0x01, 0x2a, 0x22, 0x22, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x61, 0x70,
	0x69, 0x2f, 0x76, 0x31, 0x2f, 0x73, 0x69, 0x70, 0x5f, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x2f, 0x67,
	0x65, 0x74, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 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_sip_phone_v1_proto_rawDescOnce sync.Once
	file_keyapis_device_v1_keyapis_device_sip_phone_v1_proto_rawDescData = file_keyapis_device_v1_keyapis_device_sip_phone_v1_proto_rawDesc
)

func file_keyapis_device_v1_keyapis_device_sip_phone_v1_proto_rawDescGZIP() []byte {
	file_keyapis_device_v1_keyapis_device_sip_phone_v1_proto_rawDescOnce.Do(func() {
		file_keyapis_device_v1_keyapis_device_sip_phone_v1_proto_rawDescData = protoimpl.X.CompressGZIP(file_keyapis_device_v1_keyapis_device_sip_phone_v1_proto_rawDescData)
	})
	return file_keyapis_device_v1_keyapis_device_sip_phone_v1_proto_rawDescData
}

var file_keyapis_device_v1_keyapis_device_sip_phone_v1_proto_enumTypes = make([]protoimpl.EnumInfo, 3)
var file_keyapis_device_v1_keyapis_device_sip_phone_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 20)
var file_keyapis_device_v1_keyapis_device_sip_phone_v1_proto_goTypes = []interface{}{
	(SipPhone_StatusType)(0),                   // 0: keyapis.device.v1.SipPhone.StatusType
	(SipPhonePaging_OrderByType)(0),            // 1: keyapis.device.v1.SipPhonePaging.OrderByType
	(SipPhonePaging_DirectionType)(0),          // 2: keyapis.device.v1.SipPhonePaging.DirectionType
	(*SipPhone)(nil),                           // 3: keyapis.device.v1.SipPhone
	(*SipPhoneFilter)(nil),                     // 4: keyapis.device.v1.SipPhoneFilter
	(*SipPhonePaging)(nil),                     // 5: keyapis.device.v1.SipPhonePaging
	(*GetSipPhoneRequest)(nil),                 // 6: keyapis.device.v1.GetSipPhoneRequest
	(*GetSipPhoneResponse)(nil),                // 7: keyapis.device.v1.GetSipPhoneResponse
	(*GetSipPhoneListRequest)(nil),             // 8: keyapis.device.v1.GetSipPhoneListRequest
	(*GetSipPhoneListResponse)(nil),            // 9: keyapis.device.v1.GetSipPhoneListResponse
	(*GetSipPhoneCountRequest)(nil),            // 10: keyapis.device.v1.GetSipPhoneCountRequest
	(*GetSipPhoneCountResponse)(nil),           // 11: keyapis.device.v1.GetSipPhoneCountResponse
	(*PostSipPhoneGetListRequest)(nil),         // 12: keyapis.device.v1.PostSipPhoneGetListRequest
	(*PostSipPhoneGetListResponse)(nil),        // 13: keyapis.device.v1.PostSipPhoneGetListResponse
	(*PostSipPhoneGetCountRequest)(nil),        // 14: keyapis.device.v1.PostSipPhoneGetCountRequest
	(*PostSipPhoneGetCountResponse)(nil),       // 15: keyapis.device.v1.PostSipPhoneGetCountResponse
	(*SipPhone_SavingError)(nil),               // 16: keyapis.device.v1.SipPhone.SavingError
	(*SipPhone_SavingError_Conflict)(nil),      // 17: keyapis.device.v1.SipPhone.SavingError.Conflict
	(*GetSipPhoneResponse_Error)(nil),          // 18: keyapis.device.v1.GetSipPhoneResponse.Error
	(*GetSipPhoneListResponse_Error)(nil),      // 19: keyapis.device.v1.GetSipPhoneListResponse.Error
	(*GetSipPhoneCountResponse_Error)(nil),     // 20: keyapis.device.v1.GetSipPhoneCountResponse.Error
	(*PostSipPhoneGetListResponse_Error)(nil),  // 21: keyapis.device.v1.PostSipPhoneGetListResponse.Error
	(*PostSipPhoneGetCountResponse_Error)(nil), // 22: keyapis.device.v1.PostSipPhoneGetCountResponse.Error
	(*timestamppb.Timestamp)(nil),              // 23: google.protobuf.Timestamp
	(*ValidationError)(nil),                    // 24: keyapis.device.v1.ValidationError
}
var file_keyapis_device_v1_keyapis_device_sip_phone_v1_proto_depIdxs = []int32{
	0,  // 0: keyapis.device.v1.SipPhone.status_type:type_name -> keyapis.device.v1.SipPhone.StatusType
	23, // 1: keyapis.device.v1.SipPhone.created_at:type_name -> google.protobuf.Timestamp
	23, // 2: keyapis.device.v1.SipPhone.changed_at:type_name -> google.protobuf.Timestamp
	1,  // 3: keyapis.device.v1.SipPhonePaging.order_by_type:type_name -> keyapis.device.v1.SipPhonePaging.OrderByType
	2,  // 4: keyapis.device.v1.SipPhonePaging.direction_type:type_name -> keyapis.device.v1.SipPhonePaging.DirectionType
	3,  // 5: keyapis.device.v1.GetSipPhoneResponse.data:type_name -> keyapis.device.v1.SipPhone
	18, // 6: keyapis.device.v1.GetSipPhoneResponse.error:type_name -> keyapis.device.v1.GetSipPhoneResponse.Error
	4,  // 7: keyapis.device.v1.GetSipPhoneListRequest.filter:type_name -> keyapis.device.v1.SipPhoneFilter
	5,  // 8: keyapis.device.v1.GetSipPhoneListRequest.paging:type_name -> keyapis.device.v1.SipPhonePaging
	3,  // 9: keyapis.device.v1.GetSipPhoneListResponse.data:type_name -> keyapis.device.v1.SipPhone
	19, // 10: keyapis.device.v1.GetSipPhoneListResponse.error:type_name -> keyapis.device.v1.GetSipPhoneListResponse.Error
	4,  // 11: keyapis.device.v1.GetSipPhoneCountRequest.filter:type_name -> keyapis.device.v1.SipPhoneFilter
	20, // 12: keyapis.device.v1.GetSipPhoneCountResponse.error:type_name -> keyapis.device.v1.GetSipPhoneCountResponse.Error
	4,  // 13: keyapis.device.v1.PostSipPhoneGetListRequest.filter:type_name -> keyapis.device.v1.SipPhoneFilter
	5,  // 14: keyapis.device.v1.PostSipPhoneGetListRequest.paging:type_name -> keyapis.device.v1.SipPhonePaging
	3,  // 15: keyapis.device.v1.PostSipPhoneGetListResponse.items:type_name -> keyapis.device.v1.SipPhone
	21, // 16: keyapis.device.v1.PostSipPhoneGetListResponse.error:type_name -> keyapis.device.v1.PostSipPhoneGetListResponse.Error
	4,  // 17: keyapis.device.v1.PostSipPhoneGetCountRequest.filter:type_name -> keyapis.device.v1.SipPhoneFilter
	22, // 18: keyapis.device.v1.PostSipPhoneGetCountResponse.error:type_name -> keyapis.device.v1.PostSipPhoneGetCountResponse.Error
	17, // 19: keyapis.device.v1.SipPhone.SavingError.conflict:type_name -> keyapis.device.v1.SipPhone.SavingError.Conflict
	24, // 20: keyapis.device.v1.GetSipPhoneResponse.Error.validation:type_name -> keyapis.device.v1.ValidationError
	24, // 21: keyapis.device.v1.GetSipPhoneListResponse.Error.validation_error:type_name -> keyapis.device.v1.ValidationError
	24, // 22: keyapis.device.v1.PostSipPhoneGetListResponse.Error.validation:type_name -> keyapis.device.v1.ValidationError
	6,  // 23: keyapis.device.v1.SipPhoneService.GetSipPhone:input_type -> keyapis.device.v1.GetSipPhoneRequest
	8,  // 24: keyapis.device.v1.SipPhoneService.GetSipPhoneList:input_type -> keyapis.device.v1.GetSipPhoneListRequest
	10, // 25: keyapis.device.v1.SipPhoneService.GetSipPhoneCount:input_type -> keyapis.device.v1.GetSipPhoneCountRequest
	12, // 26: keyapis.device.v1.SipPhoneService.PostSipPhoneGetList:input_type -> keyapis.device.v1.PostSipPhoneGetListRequest
	14, // 27: keyapis.device.v1.SipPhoneService.PostSipPhoneGetCount:input_type -> keyapis.device.v1.PostSipPhoneGetCountRequest
	7,  // 28: keyapis.device.v1.SipPhoneService.GetSipPhone:output_type -> keyapis.device.v1.GetSipPhoneResponse
	9,  // 29: keyapis.device.v1.SipPhoneService.GetSipPhoneList:output_type -> keyapis.device.v1.GetSipPhoneListResponse
	11, // 30: keyapis.device.v1.SipPhoneService.GetSipPhoneCount:output_type -> keyapis.device.v1.GetSipPhoneCountResponse
	13, // 31: keyapis.device.v1.SipPhoneService.PostSipPhoneGetList:output_type -> keyapis.device.v1.PostSipPhoneGetListResponse
	15, // 32: keyapis.device.v1.SipPhoneService.PostSipPhoneGetCount:output_type -> keyapis.device.v1.PostSipPhoneGetCountResponse
	28, // [28:33] is the sub-list for method output_type
	23, // [23:28] is the sub-list for method input_type
	23, // [23:23] is the sub-list for extension type_name
	23, // [23:23] is the sub-list for extension extendee
	0,  // [0:23] is the sub-list for field type_name
}

func init() { file_keyapis_device_v1_keyapis_device_sip_phone_v1_proto_init() }
func file_keyapis_device_v1_keyapis_device_sip_phone_v1_proto_init() {
	if File_keyapis_device_v1_keyapis_device_sip_phone_v1_proto != nil {
		return
	}
	file_keyapis_device_v1_keyapis_device_device_v1_proto_init()
	if !protoimpl.UnsafeEnabled {
		file_keyapis_device_v1_keyapis_device_sip_phone_v1_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*SipPhone); 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_sip_phone_v1_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*SipPhoneFilter); 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_sip_phone_v1_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*SipPhonePaging); 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_sip_phone_v1_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetSipPhoneRequest); 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_sip_phone_v1_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetSipPhoneResponse); 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_sip_phone_v1_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetSipPhoneListRequest); 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_sip_phone_v1_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetSipPhoneListResponse); 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_sip_phone_v1_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetSipPhoneCountRequest); 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_sip_phone_v1_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetSipPhoneCountResponse); 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_sip_phone_v1_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostSipPhoneGetListRequest); 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_sip_phone_v1_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostSipPhoneGetListResponse); 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_sip_phone_v1_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostSipPhoneGetCountRequest); 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_sip_phone_v1_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostSipPhoneGetCountResponse); 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_sip_phone_v1_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*SipPhone_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_sip_phone_v1_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*SipPhone_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_sip_phone_v1_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetSipPhoneResponse_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_sip_phone_v1_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetSipPhoneListResponse_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_sip_phone_v1_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetSipPhoneCountResponse_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_sip_phone_v1_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostSipPhoneGetListResponse_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_sip_phone_v1_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostSipPhoneGetCountResponse_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_sip_phone_v1_proto_msgTypes[4].OneofWrappers = []interface{}{
		(*GetSipPhoneResponse_Data)(nil),
		(*GetSipPhoneResponse_Error_)(nil),
	}
	file_keyapis_device_v1_keyapis_device_sip_phone_v1_proto_msgTypes[5].OneofWrappers = []interface{}{
		(*GetSipPhoneListRequest_Paging)(nil),
	}
	file_keyapis_device_v1_keyapis_device_sip_phone_v1_proto_msgTypes[6].OneofWrappers = []interface{}{
		(*GetSipPhoneListResponse_Data)(nil),
		(*GetSipPhoneListResponse_Error_)(nil),
	}
	file_keyapis_device_v1_keyapis_device_sip_phone_v1_proto_msgTypes[8].OneofWrappers = []interface{}{
		(*GetSipPhoneCountResponse_Data)(nil),
		(*GetSipPhoneCountResponse_Error_)(nil),
	}
	file_keyapis_device_v1_keyapis_device_sip_phone_v1_proto_msgTypes[9].OneofWrappers = []interface{}{
		(*PostSipPhoneGetListRequest_Paging)(nil),
	}
	file_keyapis_device_v1_keyapis_device_sip_phone_v1_proto_msgTypes[12].OneofWrappers = []interface{}{
		(*PostSipPhoneGetCountResponse_Data)(nil),
		(*PostSipPhoneGetCountResponse_Error_)(nil),
	}
	file_keyapis_device_v1_keyapis_device_sip_phone_v1_proto_msgTypes[13].OneofWrappers = []interface{}{
		(*SipPhone_SavingError_Conflict_)(nil),
	}
	file_keyapis_device_v1_keyapis_device_sip_phone_v1_proto_msgTypes[15].OneofWrappers = []interface{}{
		(*GetSipPhoneResponse_Error_Validation)(nil),
	}
	file_keyapis_device_v1_keyapis_device_sip_phone_v1_proto_msgTypes[18].OneofWrappers = []interface{}{
		(*PostSipPhoneGetListResponse_Error_Validation)(nil),
	}
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_keyapis_device_v1_keyapis_device_sip_phone_v1_proto_rawDesc,
			NumEnums:      3,
			NumMessages:   20,
			NumExtensions: 0,
			NumServices:   1,
		},
		GoTypes:           file_keyapis_device_v1_keyapis_device_sip_phone_v1_proto_goTypes,
		DependencyIndexes: file_keyapis_device_v1_keyapis_device_sip_phone_v1_proto_depIdxs,
		EnumInfos:         file_keyapis_device_v1_keyapis_device_sip_phone_v1_proto_enumTypes,
		MessageInfos:      file_keyapis_device_v1_keyapis_device_sip_phone_v1_proto_msgTypes,
	}.Build()
	File_keyapis_device_v1_keyapis_device_sip_phone_v1_proto = out.File
	file_keyapis_device_v1_keyapis_device_sip_phone_v1_proto_rawDesc = nil
	file_keyapis_device_v1_keyapis_device_sip_phone_v1_proto_goTypes = nil
	file_keyapis_device_v1_keyapis_device_sip_phone_v1_proto_depIdxs = nil
}
