//
//Сервис управления настройками Sip

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

package deviceapis_device_v1

import (
	_ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options"
	_ "google.golang.org/genproto/googleapis/api/annotations"
	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
	fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
	wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
	reflect "reflect"
	sync "sync"
)

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

// Тип состояния Sip-аккаунта
type GetSipAccountStatusListResponse_SipStatus_StateType int32

const (
	// Значение не указано
	GetSipAccountStatusListResponse_SipStatus_STATE_TYPE_UNKNOWN GetSipAccountStatusListResponse_SipStatus_StateType = 0
	// Клиент отправил REGISTER запрос, но ответ от сервера ещё не получен.
	// Идёт попытка регистрации
	GetSipAccountStatusListResponse_SipStatus_REGISTERING GetSipAccountStatusListResponse_SipStatus_StateType = 1
	// Успешная регистрация.
	// SIP-сервер подтвердил регистрацию, клиент готов принимать звонки
	GetSipAccountStatusListResponse_SipStatus_REGISTERED GetSipAccountStatusListResponse_SipStatus_StateType = 2
	// Клиент отключился или не регистрировался.
	// Возможные причины: Клиент отправил UNREGISTER; Истек срок регистрации (expires)
	GetSipAccountStatusListResponse_SipStatus_UNREGISTERED GetSipAccountStatusListResponse_SipStatus_StateType = 3
	// Ошибка при попытке регистрации.
	// Возможные причины: Неверный логин/пароль; SIP-сервер недоступен; Ошибка в конфигурации (порт, протокол, IP)
	GetSipAccountStatusListResponse_SipStatus_REGISTRATION_FAILED GetSipAccountStatusListResponse_SipStatus_StateType = 4
	// Нет ответа от сервера в течение времени ожидания.
	// Возможные причины: Проблемы с сетью; SIP-сервер не отвечает; Нет ответа от сервера в течение времени ожидания
	GetSipAccountStatusListResponse_SipStatus_TIMEOUT GetSipAccountStatusListResponse_SipStatus_StateType = 5
	// SIP клиент остановлен вручную или отключён по конфигурации.
	// Не выполняется даже попытка регистрации
	GetSipAccountStatusListResponse_SipStatus_DISABLED GetSipAccountStatusListResponse_SipStatus_StateType = 6
)

// Enum value maps for GetSipAccountStatusListResponse_SipStatus_StateType.
var (
	GetSipAccountStatusListResponse_SipStatus_StateType_name = map[int32]string{
		0: "STATE_TYPE_UNKNOWN",
		1: "REGISTERING",
		2: "REGISTERED",
		3: "UNREGISTERED",
		4: "REGISTRATION_FAILED",
		5: "TIMEOUT",
		6: "DISABLED",
	}
	GetSipAccountStatusListResponse_SipStatus_StateType_value = map[string]int32{
		"STATE_TYPE_UNKNOWN":  0,
		"REGISTERING":         1,
		"REGISTERED":          2,
		"UNREGISTERED":        3,
		"REGISTRATION_FAILED": 4,
		"TIMEOUT":             5,
		"DISABLED":            6,
	}
)

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

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

func (GetSipAccountStatusListResponse_SipStatus_StateType) Descriptor() protoreflect.EnumDescriptor {
	return file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_enumTypes[0].Descriptor()
}

func (GetSipAccountStatusListResponse_SipStatus_StateType) Type() protoreflect.EnumType {
	return &file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_enumTypes[0]
}

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

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

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

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

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

func (*GetSipAccountListRequest) ProtoMessage() {}

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

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

	// Массив Sip-аккаунтов
	Data []*SipAccount `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
}

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

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

func (*GetSipAccountListResponse) ProtoMessage() {}

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

func (x *GetSipAccountListResponse) GetData() []*SipAccount {
	if x != nil {
		return x.Data
	}
	return nil
}

// Запрос на редактирование Sip-аккаунта
type EditSipAccountRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Sip-аккаунт
	Data *SipAccount `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// Маска полей обновления
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
}

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

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

func (*EditSipAccountRequest) ProtoMessage() {}

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

func (x *EditSipAccountRequest) GetData() *SipAccount {
	if x != nil {
		return x.Data
	}
	return nil
}

func (x *EditSipAccountRequest) GetUpdateMask() *fieldmaskpb.FieldMask {
	if x != nil {
		return x.UpdateMask
	}
	return nil
}

// Sip-аккаунт
type SipAccount struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// ID Sip-аккаунта
	AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	// Имя
	Name *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Номер
	Number *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=number,proto3" json:"number,omitempty"`
	// Имя пользователя
	User *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=user,proto3" json:"user,omitempty"`
	// Пароль.
	// Не возвращается с сервера.
	// TODO: в генерации сваггера не показывать INPUT_ONLY поля в ответах
	Password *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=password,proto3" json:"password,omitempty"`
	// Адрес REG-сервера.
	// Сетевой адрес и порт.
	// Пример: 192.168.0.1:5060, reg.acme.io:5060
	RegServerAddress *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=reg_server_address,json=regServerAddress,proto3" json:"reg_server_address,omitempty"`
	// Адрес SIP-сервера.
	// Сетевой адрес и порт.
	// Пример: 192.168.0.1:5060, sip.acme.io:5060
	SipServerAddress *wrapperspb.StringValue `protobuf:"bytes,7,opt,name=sip_server_address,json=sipServerAddress,proto3" json:"sip_server_address,omitempty"`
	// Адрес SIP-прокси.
	// Сетевой адрес и порт.
	// Пример: 192.168.0.1:5060, proxy.acme.io:5060
	SipProxyAddress *wrapperspb.StringValue `protobuf:"bytes,8,opt,name=sip_proxy_address,json=sipProxyAddress,proto3" json:"sip_proxy_address,omitempty"`
}

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

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

func (*SipAccount) ProtoMessage() {}

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

func (x *SipAccount) GetAccountId() string {
	if x != nil {
		return x.AccountId
	}
	return ""
}

func (x *SipAccount) GetName() *wrapperspb.StringValue {
	if x != nil {
		return x.Name
	}
	return nil
}

func (x *SipAccount) GetNumber() *wrapperspb.StringValue {
	if x != nil {
		return x.Number
	}
	return nil
}

func (x *SipAccount) GetUser() *wrapperspb.StringValue {
	if x != nil {
		return x.User
	}
	return nil
}

func (x *SipAccount) GetPassword() *wrapperspb.StringValue {
	if x != nil {
		return x.Password
	}
	return nil
}

func (x *SipAccount) GetRegServerAddress() *wrapperspb.StringValue {
	if x != nil {
		return x.RegServerAddress
	}
	return nil
}

func (x *SipAccount) GetSipServerAddress() *wrapperspb.StringValue {
	if x != nil {
		return x.SipServerAddress
	}
	return nil
}

func (x *SipAccount) GetSipProxyAddress() *wrapperspb.StringValue {
	if x != nil {
		return x.SipProxyAddress
	}
	return nil
}

// Запрос редактирования настроек максимального времени общения и дозвона
type EditSipTimeoutSettingsRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Настройки максимального времени общения и дозвона
	Data *SipTimeoutSettings `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// Маска полей обновления
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
}

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

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

func (*EditSipTimeoutSettingsRequest) ProtoMessage() {}

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

func (x *EditSipTimeoutSettingsRequest) GetData() *SipTimeoutSettings {
	if x != nil {
		return x.Data
	}
	return nil
}

func (x *EditSipTimeoutSettingsRequest) GetUpdateMask() *fieldmaskpb.FieldMask {
	if x != nil {
		return x.UpdateMask
	}
	return nil
}

// Запрос получения настроек максимального времени общения и дозвона
type GetSipTimeoutSettingsRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

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

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

func (*GetSipTimeoutSettingsRequest) ProtoMessage() {}

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

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

	// Тип ответа
	//
	// Types that are assignable to Type:
	//
	//	*GetSipTimeoutSettingsResponse_Data
	Type isGetSipTimeoutSettingsResponse_Type `protobuf_oneof:"type"`
}

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

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

func (*GetSipTimeoutSettingsResponse) ProtoMessage() {}

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

func (m *GetSipTimeoutSettingsResponse) GetType() isGetSipTimeoutSettingsResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetSipTimeoutSettingsResponse) GetData() *SipTimeoutSettings {
	if x, ok := x.GetType().(*GetSipTimeoutSettingsResponse_Data); ok {
		return x.Data
	}
	return nil
}

type isGetSipTimeoutSettingsResponse_Type interface {
	isGetSipTimeoutSettingsResponse_Type()
}

type GetSipTimeoutSettingsResponse_Data struct {
	// Настройки максимального времени общения и дозвона
	Data *SipTimeoutSettings `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

func (*GetSipTimeoutSettingsResponse_Data) isGetSipTimeoutSettingsResponse_Type() {}

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

	// Тип ответа
	//
	// Types that are assignable to Type:
	//
	//	*EditSipAccountResponse_Error_
	Type isEditSipAccountResponse_Type `protobuf_oneof:"type"`
}

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

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

func (*EditSipAccountResponse) ProtoMessage() {}

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

func (m *EditSipAccountResponse) GetType() isEditSipAccountResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *EditSipAccountResponse) GetError() *EditSipAccountResponse_Error {
	if x, ok := x.GetType().(*EditSipAccountResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isEditSipAccountResponse_Type interface {
	isEditSipAccountResponse_Type()
}

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

func (*EditSipAccountResponse_Error_) isEditSipAccountResponse_Type() {}

// Настройки максимального времени общения и дозвона
type SipTimeoutSettings struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Максимальное время дозвона в секундах
	CallTimeout int32 `protobuf:"varint,1,opt,name=call_timeout,json=callTimeout,proto3" json:"call_timeout,omitempty"`
	// Максимальное время общения в секундах
	TalkTimeout int32 `protobuf:"varint,2,opt,name=talk_timeout,json=talkTimeout,proto3" json:"talk_timeout,omitempty"`
}

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

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

func (*SipTimeoutSettings) ProtoMessage() {}

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

func (x *SipTimeoutSettings) GetCallTimeout() int32 {
	if x != nil {
		return x.CallTimeout
	}
	return 0
}

func (x *SipTimeoutSettings) GetTalkTimeout() int32 {
	if x != nil {
		return x.TalkTimeout
	}
	return 0
}

// Ответ на запрос редактирования настроек максимального времени общения и дозвона
type EditSipTimeoutSettingsResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Тип ответа
	//
	// Types that are assignable to Type:
	//
	//	*EditSipTimeoutSettingsResponse_Error_
	Type isEditSipTimeoutSettingsResponse_Type `protobuf_oneof:"type"`
}

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

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

func (*EditSipTimeoutSettingsResponse) ProtoMessage() {}

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

func (m *EditSipTimeoutSettingsResponse) GetType() isEditSipTimeoutSettingsResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *EditSipTimeoutSettingsResponse) GetError() *EditSipTimeoutSettingsResponse_Error {
	if x, ok := x.GetType().(*EditSipTimeoutSettingsResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isEditSipTimeoutSettingsResponse_Type interface {
	isEditSipTimeoutSettingsResponse_Type()
}

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

func (*EditSipTimeoutSettingsResponse_Error_) isEditSipTimeoutSettingsResponse_Type() {}

// Запрос получения статусов регистрации Sip-аккаунтов
type GetSipAccountStatusListRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

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

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

func (*GetSipAccountStatusListRequest) ProtoMessage() {}

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

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

	// Статус аккаунтов Sip
	Data []*GetSipAccountStatusListResponse_SipStatus `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
}

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

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

func (*GetSipAccountStatusListResponse) ProtoMessage() {}

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

func (x *GetSipAccountStatusListResponse) GetData() []*GetSipAccountStatusListResponse_SipStatus {
	if x != nil {
		return x.Data
	}
	return nil
}

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

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

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

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

func (*EditSipAccountResponse_Error) ProtoMessage() {}

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

func (m *EditSipAccountResponse_Error) GetReason() isEditSipAccountResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isEditSipAccountResponse_Error_Reason interface {
	isEditSipAccountResponse_Error_Reason()
}

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

func (*EditSipAccountResponse_Error_Validation) isEditSipAccountResponse_Error_Reason() {}

// Ошибка запроса редактирования настроек максимального времени общения и дозвона
type EditSipTimeoutSettingsResponse_Error struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

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

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

func (*EditSipTimeoutSettingsResponse_Error) ProtoMessage() {}

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

func (m *EditSipTimeoutSettingsResponse_Error) GetReason() isEditSipTimeoutSettingsResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isEditSipTimeoutSettingsResponse_Error_Reason interface {
	isEditSipTimeoutSettingsResponse_Error_Reason()
}

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

func (*EditSipTimeoutSettingsResponse_Error_Validation) isEditSipTimeoutSettingsResponse_Error_Reason() {
}

// Статус аккаунтов Sip
type GetSipAccountStatusListResponse_SipStatus struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// ID Sip-аккаунта
	SipAccountId string `protobuf:"bytes,1,opt,name=sip_account_id,json=sipAccountId,proto3" json:"sip_account_id,omitempty"`
	// Статус регистрации Sip
	StateType GetSipAccountStatusListResponse_SipStatus_StateType `protobuf:"varint,2,opt,name=state_type,json=stateType,proto3,enum=deviceapis.device.v1.GetSipAccountStatusListResponse_SipStatus_StateType" json:"state_type,omitempty"`
	// Дата последней попытки регистрации UnixTime
	LastAttemptRegisterAt int32 `protobuf:"varint,3,opt,name=last_attempt_register_at,json=lastAttemptRegisterAt,proto3" json:"last_attempt_register_at,omitempty"`
}

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

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

func (*GetSipAccountStatusListResponse_SipStatus) ProtoMessage() {}

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

func (x *GetSipAccountStatusListResponse_SipStatus) GetSipAccountId() string {
	if x != nil {
		return x.SipAccountId
	}
	return ""
}

func (x *GetSipAccountStatusListResponse_SipStatus) GetStateType() GetSipAccountStatusListResponse_SipStatus_StateType {
	if x != nil {
		return x.StateType
	}
	return GetSipAccountStatusListResponse_SipStatus_STATE_TYPE_UNKNOWN
}

func (x *GetSipAccountStatusListResponse_SipStatus) GetLastAttemptRegisterAt() int32 {
	if x != nil {
		return x.LastAttemptRegisterAt
	}
	return 0
}

var File_deviceapis_device_v1_deviceapis_device_sip_v1_proto protoreflect.FileDescriptor

var file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_rawDesc = []byte{
	0x0a, 0x33, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x64, 0x65, 0x76,
	0x69, 0x63, 0x65, 0x2f, 0x76, 0x31, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69,
	0x73, 0x5f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x73, 0x69, 0x70, 0x5f, 0x76, 0x31, 0x2e,
	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x14, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69,
	0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x1a, 0x1c, 0x67, 0x6f, 0x6f,
	0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69,
	0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
	0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x62, 0x65, 0x68, 0x61,
	0x76, 0x69, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1e, 0x67, 0x6f, 0x6f, 0x67,
	0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x77, 0x72, 0x61, 0x70,
	0x70, 0x65, 0x72, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x67, 0x6f, 0x6f, 0x67,
	0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x66, 0x69, 0x65, 0x6c,
	0x64, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x36, 0x64, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f,
	0x76, 0x31, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x5f, 0x64, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x5f, 0x76, 0x31, 0x2e, 0x70,
	0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2d, 0x67, 0x65, 0x6e,
	0x2d, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x2f, 0x6f, 0x70, 0x74, 0x69, 0x6f,
	0x6e, 0x73, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70,
	0x72, 0x6f, 0x74, 0x6f, 0x22, 0x1a, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x53, 0x69, 0x70, 0x41, 0x63,
	0x63, 0x6f, 0x75, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
	0x22, 0x51, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x53, 0x69, 0x70, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e,
	0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x34, 0x0a,
	0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x64, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e,
	0x76, 0x31, 0x2e, 0x53, 0x69, 0x70, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x04, 0x64,
	0x61, 0x74, 0x61, 0x22, 0x8f, 0x01, 0x0a, 0x15, 0x45, 0x64, 0x69, 0x74, 0x53, 0x69, 0x70, 0x41,
	0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x39, 0x0a,
	0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x64, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e,
	0x76, 0x31, 0x2e, 0x53, 0x69, 0x70, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x03, 0xe0,
	0x41, 0x02, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x3b, 0x0a, 0x0b, 0x75, 0x70, 0x64, 0x61,
	0x74, 0x65, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e,
	0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
	0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x52, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74,
	0x65, 0x4d, 0x61, 0x73, 0x6b, 0x22, 0x94, 0x05, 0x0a, 0x0a, 0x53, 0x69, 0x70, 0x41, 0x63, 0x63,
	0x6f, 0x75, 0x6e, 0x74, 0x12, 0x30, 0x0a, 0x0a, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f,
	0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x11, 0x92, 0x41, 0x0b, 0x4a, 0x09, 0x22,
	0x31, 0x34, 0x35, 0x34, 0x36, 0x34, 0x37, 0x22, 0xe0, 0x41, 0x02, 0x52, 0x09, 0x61, 0x63, 0x63,
	0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x46, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02,
	0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
	0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c,
	0x75, 0x65, 0x42, 0x14, 0x92, 0x41, 0x11, 0x4a, 0x0f, 0x22, 0x30, 0x30, 0x31, 0x38, 0x31, 0x35,
	0x35, 0x33, 0x31, 0x38, 0x30, 0x30, 0x32, 0x22, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x45,
	0x0a, 0x06, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c,
	0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
	0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x0f, 0x92, 0x41,
	0x0c, 0x4a, 0x0a, 0x22, 0x34, 0x35, 0x34, 0x36, 0x34, 0x37, 0x33, 0x38, 0x22, 0x52, 0x06, 0x6e,
	0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x3e, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x72, 0x18, 0x04, 0x20,
	0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
	0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75,
	0x65, 0x42, 0x0c, 0x92, 0x41, 0x09, 0x4a, 0x07, 0x22, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x22, 0x52,
	0x04, 0x75, 0x73, 0x65, 0x72, 0x12, 0x4d, 0x0a, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72,
	0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
	0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67,
	0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x13, 0x92, 0x41, 0x0d, 0x4a, 0x0b, 0x22, 0x70, 0x77, 0x64,
	0x5f, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x22, 0xe0, 0x41, 0x04, 0x52, 0x08, 0x70, 0x61, 0x73, 0x73,
	0x77, 0x6f, 0x72, 0x64, 0x12, 0x66, 0x0a, 0x12, 0x72, 0x65, 0x67, 0x5f, 0x73, 0x65, 0x72, 0x76,
	0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b,
	0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
	0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x1a,
	0x92, 0x41, 0x17, 0x4a, 0x12, 0x22, 0x72, 0x65, 0x67, 0x2e, 0x61, 0x63, 0x6d, 0x65, 0x2e, 0x69,
	0x6f, 0x3a, 0x35, 0x30, 0x36, 0x30, 0x22, 0x80, 0x01, 0x05, 0x52, 0x10, 0x72, 0x65, 0x67, 0x53,
	0x65, 0x72, 0x76, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x66, 0x0a, 0x12,
	0x73, 0x69, 0x70, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65,
	0x73, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
	0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e,
	0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x4a, 0x12, 0x22, 0x73, 0x69,
	0x70, 0x2e, 0x61, 0x63, 0x6d, 0x65, 0x2e, 0x69, 0x6f, 0x3a, 0x35, 0x30, 0x36, 0x30, 0x22, 0x80,
	0x01, 0x05, 0x52, 0x10, 0x73, 0x69, 0x70, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x41, 0x64, 0x64,
	0x72, 0x65, 0x73, 0x73, 0x12, 0x66, 0x0a, 0x11, 0x73, 0x69, 0x70, 0x5f, 0x70, 0x72, 0x6f, 0x78,
	0x79, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32,
	0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
	0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x1c, 0x92,
	0x41, 0x19, 0x4a, 0x14, 0x22, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x61, 0x63, 0x6d, 0x65, 0x2e,
	0x69, 0x6f, 0x3a, 0x35, 0x30, 0x36, 0x30, 0x22, 0x80, 0x01, 0x05, 0x52, 0x0f, 0x73, 0x69, 0x70,
	0x50, 0x72, 0x6f, 0x78, 0x79, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0x9f, 0x01, 0x0a,
	0x1d, 0x45, 0x64, 0x69, 0x74, 0x53, 0x69, 0x70, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53,
	0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x41,
	0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x64,
	0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x2e, 0x76, 0x31, 0x2e, 0x53, 0x69, 0x70, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65,
	0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x64, 0x61, 0x74,
	0x61, 0x12, 0x3b, 0x0a, 0x0b, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x6d, 0x61, 0x73, 0x6b,
	0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61,
	0x73, 0x6b, 0x52, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x61, 0x73, 0x6b, 0x22, 0x1e,
	0x0a, 0x1c, 0x47, 0x65, 0x74, 0x53, 0x69, 0x70, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53,
	0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x67,
	0x0a, 0x1d, 0x47, 0x65, 0x74, 0x53, 0x69, 0x70, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53,
	0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
	0x3e, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e,
	0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63,
	0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x69, 0x70, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53,
	0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x42,
	0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0xc8, 0x01, 0x0a, 0x16, 0x45, 0x64, 0x69, 0x74,
	0x53, 0x69, 0x70, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
	0x73, 0x65, 0x12, 0x4a, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28,
	0x0b, 0x32, 0x32, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64,
	0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x64, 0x69, 0x74, 0x53, 0x69, 0x70,
	0x41, 0x63, 0x63, 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, 0x5a,
	0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x47, 0x0a, 0x0a, 0x76, 0x61, 0x6c, 0x69, 0x64,
	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x64, 0x65,
	0x76, 0x69, 0x63, 0x65, 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, 0x92, 0x01, 0x0a, 0x12, 0x53, 0x69, 0x70, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75,
	0x74, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x3d, 0x0a, 0x0c, 0x63, 0x61, 0x6c,
	0x6c, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x42,
	0x1a, 0x92, 0x41, 0x17, 0x4a, 0x03, 0x31, 0x30, 0x30, 0x59, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40,
	0x9f, 0x40, 0x69, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x3f, 0x52, 0x0b, 0x63, 0x61, 0x6c,
	0x6c, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x12, 0x3d, 0x0a, 0x0c, 0x74, 0x61, 0x6c, 0x6b,
	0x5f, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x42, 0x1a,
	0x92, 0x41, 0x17, 0x4a, 0x03, 0x31, 0x30, 0x30, 0x59, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x9f,
	0x40, 0x69, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x3f, 0x52, 0x0b, 0x74, 0x61, 0x6c, 0x6b,
	0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x22, 0xd8, 0x01, 0x0a, 0x1e, 0x45, 0x64, 0x69, 0x74,
	0x53, 0x69, 0x70, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e,
	0x67, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x52, 0x0a, 0x05, 0x65, 0x72,
	0x72, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x64, 0x65, 0x76, 0x69,
	0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31,
	0x2e, 0x45, 0x64, 0x69, 0x74, 0x53, 0x69, 0x70, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53,
	0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e,
	0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x1a, 0x5a,
	0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x47, 0x0a, 0x0a, 0x76, 0x61, 0x6c, 0x69, 0x64,
	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x64, 0x65,
	0x76, 0x69, 0x63, 0x65, 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, 0x20, 0x0a, 0x1e, 0x47, 0x65, 0x74, 0x53, 0x69, 0x70, 0x41, 0x63, 0x63, 0x6f,
	0x75, 0x6e, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71,
	0x75, 0x65, 0x73, 0x74, 0x22, 0x9c, 0x04, 0x0a, 0x1f, 0x47, 0x65, 0x74, 0x53, 0x69, 0x70, 0x41,
	0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4c, 0x69, 0x73, 0x74,
	0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x53, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61,
	0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3f, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61,
	0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65,
	0x74, 0x53, 0x69, 0x70, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75,
	0x73, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x53, 0x69,
	0x70, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x1a, 0xa3, 0x03,
	0x0a, 0x09, 0x53, 0x69, 0x70, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x37, 0x0a, 0x0e, 0x73,
	0x69, 0x70, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20,
	0x01, 0x28, 0x09, 0x42, 0x11, 0x92, 0x41, 0x0b, 0x4a, 0x09, 0x22, 0x31, 0x34, 0x35, 0x34, 0x36,
	0x34, 0x37, 0x22, 0xe0, 0x41, 0x02, 0x52, 0x0c, 0x73, 0x69, 0x70, 0x41, 0x63, 0x63, 0x6f, 0x75,
	0x6e, 0x74, 0x49, 0x64, 0x12, 0x7b, 0x0a, 0x0a, 0x73, 0x74, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x79,
	0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x49, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63,
	0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e,
	0x47, 0x65, 0x74, 0x53, 0x69, 0x70, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x53, 0x74, 0x61,
	0x74, 0x75, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e,
	0x53, 0x69, 0x70, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x65, 0x54,
	0x79, 0x70, 0x65, 0x42, 0x11, 0x92, 0x41, 0x0e, 0x4a, 0x0c, 0x22, 0x52, 0x45, 0x47, 0x49, 0x53,
	0x54, 0x45, 0x52, 0x45, 0x44, 0x22, 0x52, 0x09, 0x73, 0x74, 0x61, 0x74, 0x65, 0x54, 0x79, 0x70,
	0x65, 0x12, 0x53, 0x0a, 0x18, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x61, 0x74, 0x74, 0x65, 0x6d, 0x70,
	0x74, 0x5f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x5f, 0x61, 0x74, 0x18, 0x03, 0x20,
	0x01, 0x28, 0x05, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x4a, 0x0a, 0x31, 0x37, 0x34, 0x32, 0x35, 0x36,
	0x30, 0x38, 0x34, 0x34, 0xa2, 0x02, 0x08, 0x55, 0x6e, 0x69, 0x78, 0x54, 0x69, 0x6d, 0x65, 0x52,
	0x15, 0x6c, 0x61, 0x73, 0x74, 0x41, 0x74, 0x74, 0x65, 0x6d, 0x70, 0x74, 0x52, 0x65, 0x67, 0x69,
	0x73, 0x74, 0x65, 0x72, 0x41, 0x74, 0x22, 0x8a, 0x01, 0x0a, 0x09, 0x53, 0x74, 0x61, 0x74, 0x65,
	0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x12, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5f, 0x54, 0x59,
	0x50, 0x45, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x0f, 0x0a, 0x0b,
	0x52, 0x45, 0x47, 0x49, 0x53, 0x54, 0x45, 0x52, 0x49, 0x4e, 0x47, 0x10, 0x01, 0x12, 0x0e, 0x0a,
	0x0a, 0x52, 0x45, 0x47, 0x49, 0x53, 0x54, 0x45, 0x52, 0x45, 0x44, 0x10, 0x02, 0x12, 0x10, 0x0a,
	0x0c, 0x55, 0x4e, 0x52, 0x45, 0x47, 0x49, 0x53, 0x54, 0x45, 0x52, 0x45, 0x44, 0x10, 0x03, 0x12,
	0x17, 0x0a, 0x13, 0x52, 0x45, 0x47, 0x49, 0x53, 0x54, 0x52, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f,
	0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x10, 0x04, 0x12, 0x0b, 0x0a, 0x07, 0x54, 0x49, 0x4d, 0x45,
	0x4f, 0x55, 0x54, 0x10, 0x05, 0x12, 0x0c, 0x0a, 0x08, 0x44, 0x49, 0x53, 0x41, 0x42, 0x4c, 0x45,
	0x44, 0x10, 0x06, 0x32, 0xf8, 0x06, 0x0a, 0x0a, 0x53, 0x69, 0x70, 0x53, 0x65, 0x72, 0x76, 0x69,
	0x63, 0x65, 0x12, 0xa7, 0x01, 0x0a, 0x0e, 0x45, 0x64, 0x69, 0x74, 0x53, 0x69, 0x70, 0x41, 0x63,
	0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x2b, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x64, 0x69,
	0x74, 0x53, 0x69, 0x70, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65,
	0x73, 0x74, 0x1a, 0x2c, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x64, 0x69, 0x74, 0x53, 0x69,
	0x70, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
	0x22, 0x3a, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x34, 0x3a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x2c,
	0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x73,
	0x69, 0x70, 0x2f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2f, 0x7b, 0x64, 0x61, 0x74, 0x61,
	0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x12, 0x9d, 0x01, 0x0a,
	0x11, 0x47, 0x65, 0x74, 0x53, 0x69, 0x70, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x4c, 0x69,
	0x73, 0x74, 0x12, 0x2e, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x69, 0x70,
	0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65,
	0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x69, 0x70,
	0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f,
	0x6e, 0x73, 0x65, 0x22, 0x27, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x21, 0x12, 0x1f, 0x2f, 0x64, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x73, 0x69, 0x70, 0x2f,
	0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xb6, 0x01, 0x0a,
	0x16, 0x45, 0x64, 0x69, 0x74, 0x53, 0x69, 0x70, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53,
	0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x33, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45,
	0x64, 0x69, 0x74, 0x53, 0x69, 0x70, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x74,
	0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x64,
	0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x2e, 0x76, 0x31, 0x2e, 0x45, 0x64, 0x69, 0x74, 0x53, 0x69, 0x70, 0x54, 0x69, 0x6d, 0x65, 0x6f,
	0x75, 0x74, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
	0x73, 0x65, 0x22, 0x31, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2b, 0x3a, 0x04, 0x64, 0x61, 0x74, 0x61,
	0x32, 0x23, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31,
	0x2f, 0x73, 0x69, 0x70, 0x2f, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x2f, 0x73, 0x65, 0x74,
	0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0xad, 0x01, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x53, 0x69, 0x70,
	0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12,
	0x32, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76,
	0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x69, 0x70, 0x54, 0x69, 0x6d,
	0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x65, 0x71, 0x75,
	0x65, 0x73, 0x74, 0x1a, 0x33, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x69,
	0x70, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73,
	0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x25,
	0x12, 0x23, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31,
	0x2f, 0x73, 0x69, 0x70, 0x2f, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x2f, 0x73, 0x65, 0x74,
	0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0xb6, 0x01, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x53, 0x69, 0x70,
	0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4c, 0x69, 0x73,
	0x74, 0x12, 0x34, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64,
	0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x69, 0x70, 0x41,
	0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4c, 0x69, 0x73, 0x74,
	0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x35, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47,
	0x65, 0x74, 0x53, 0x69, 0x70, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x53, 0x74, 0x61, 0x74,
	0x75, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2e,
	0x82, 0xd3, 0xe4, 0x93, 0x02, 0x28, 0x12, 0x26, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f,
	0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x73, 0x69, 0x70, 0x2f, 0x61, 0x63, 0x63, 0x6f, 0x75,
	0x6e, 0x74, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x42, 0xaf,
	0x01, 0x0a, 0x17, 0x72, 0x75, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x42, 0x17, 0x44, 0x65, 0x76, 0x69,
	0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x56, 0x31, 0x50, 0x72,
	0x6f, 0x74, 0x6f, 0x48, 0x03, 0x50, 0x00, 0x5a, 0x15, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x61, 0x70, 0x69, 0x73, 0x5f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x76, 0x31, 0xd8, 0x01,
	0x01, 0xf8, 0x01, 0x01, 0xa2, 0x02, 0x12, 0x44, 0x45, 0x56, 0x49, 0x43, 0x45, 0x41, 0x50, 0x49,
	0x53, 0x44, 0x45, 0x56, 0x49, 0x43, 0x45, 0x56, 0x31, 0xaa, 0x02, 0x14, 0x44, 0x65, 0x76, 0x69,
	0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x56, 0x31,
	0xca, 0x02, 0x14, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x5c, 0x44, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x5c, 0x56, 0x31, 0xea, 0x02, 0x16, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65,
	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_deviceapis_device_v1_deviceapis_device_sip_v1_proto_rawDescOnce sync.Once
	file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_rawDescData = file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_rawDesc
)

func file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_rawDescGZIP() []byte {
	file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_rawDescOnce.Do(func() {
		file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_rawDescData = protoimpl.X.CompressGZIP(file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_rawDescData)
	})
	return file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_rawDescData
}

var file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
var file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 15)
var file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_goTypes = []interface{}{
	(GetSipAccountStatusListResponse_SipStatus_StateType)(0), // 0: deviceapis.device.v1.GetSipAccountStatusListResponse.SipStatus.StateType
	(*GetSipAccountListRequest)(nil),                         // 1: deviceapis.device.v1.GetSipAccountListRequest
	(*GetSipAccountListResponse)(nil),                        // 2: deviceapis.device.v1.GetSipAccountListResponse
	(*EditSipAccountRequest)(nil),                            // 3: deviceapis.device.v1.EditSipAccountRequest
	(*SipAccount)(nil),                                       // 4: deviceapis.device.v1.SipAccount
	(*EditSipTimeoutSettingsRequest)(nil),                    // 5: deviceapis.device.v1.EditSipTimeoutSettingsRequest
	(*GetSipTimeoutSettingsRequest)(nil),                     // 6: deviceapis.device.v1.GetSipTimeoutSettingsRequest
	(*GetSipTimeoutSettingsResponse)(nil),                    // 7: deviceapis.device.v1.GetSipTimeoutSettingsResponse
	(*EditSipAccountResponse)(nil),                           // 8: deviceapis.device.v1.EditSipAccountResponse
	(*SipTimeoutSettings)(nil),                               // 9: deviceapis.device.v1.SipTimeoutSettings
	(*EditSipTimeoutSettingsResponse)(nil),                   // 10: deviceapis.device.v1.EditSipTimeoutSettingsResponse
	(*GetSipAccountStatusListRequest)(nil),                   // 11: deviceapis.device.v1.GetSipAccountStatusListRequest
	(*GetSipAccountStatusListResponse)(nil),                  // 12: deviceapis.device.v1.GetSipAccountStatusListResponse
	(*EditSipAccountResponse_Error)(nil),                     // 13: deviceapis.device.v1.EditSipAccountResponse.Error
	(*EditSipTimeoutSettingsResponse_Error)(nil),             // 14: deviceapis.device.v1.EditSipTimeoutSettingsResponse.Error
	(*GetSipAccountStatusListResponse_SipStatus)(nil),        // 15: deviceapis.device.v1.GetSipAccountStatusListResponse.SipStatus
	(*fieldmaskpb.FieldMask)(nil),                            // 16: google.protobuf.FieldMask
	(*wrapperspb.StringValue)(nil),                           // 17: google.protobuf.StringValue
	(*ValidationError)(nil),                                  // 18: deviceapis.device.v1.ValidationError
}
var file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_depIdxs = []int32{
	4,  // 0: deviceapis.device.v1.GetSipAccountListResponse.data:type_name -> deviceapis.device.v1.SipAccount
	4,  // 1: deviceapis.device.v1.EditSipAccountRequest.data:type_name -> deviceapis.device.v1.SipAccount
	16, // 2: deviceapis.device.v1.EditSipAccountRequest.update_mask:type_name -> google.protobuf.FieldMask
	17, // 3: deviceapis.device.v1.SipAccount.name:type_name -> google.protobuf.StringValue
	17, // 4: deviceapis.device.v1.SipAccount.number:type_name -> google.protobuf.StringValue
	17, // 5: deviceapis.device.v1.SipAccount.user:type_name -> google.protobuf.StringValue
	17, // 6: deviceapis.device.v1.SipAccount.password:type_name -> google.protobuf.StringValue
	17, // 7: deviceapis.device.v1.SipAccount.reg_server_address:type_name -> google.protobuf.StringValue
	17, // 8: deviceapis.device.v1.SipAccount.sip_server_address:type_name -> google.protobuf.StringValue
	17, // 9: deviceapis.device.v1.SipAccount.sip_proxy_address:type_name -> google.protobuf.StringValue
	9,  // 10: deviceapis.device.v1.EditSipTimeoutSettingsRequest.data:type_name -> deviceapis.device.v1.SipTimeoutSettings
	16, // 11: deviceapis.device.v1.EditSipTimeoutSettingsRequest.update_mask:type_name -> google.protobuf.FieldMask
	9,  // 12: deviceapis.device.v1.GetSipTimeoutSettingsResponse.data:type_name -> deviceapis.device.v1.SipTimeoutSettings
	13, // 13: deviceapis.device.v1.EditSipAccountResponse.error:type_name -> deviceapis.device.v1.EditSipAccountResponse.Error
	14, // 14: deviceapis.device.v1.EditSipTimeoutSettingsResponse.error:type_name -> deviceapis.device.v1.EditSipTimeoutSettingsResponse.Error
	15, // 15: deviceapis.device.v1.GetSipAccountStatusListResponse.data:type_name -> deviceapis.device.v1.GetSipAccountStatusListResponse.SipStatus
	18, // 16: deviceapis.device.v1.EditSipAccountResponse.Error.validation:type_name -> deviceapis.device.v1.ValidationError
	18, // 17: deviceapis.device.v1.EditSipTimeoutSettingsResponse.Error.validation:type_name -> deviceapis.device.v1.ValidationError
	0,  // 18: deviceapis.device.v1.GetSipAccountStatusListResponse.SipStatus.state_type:type_name -> deviceapis.device.v1.GetSipAccountStatusListResponse.SipStatus.StateType
	3,  // 19: deviceapis.device.v1.SipService.EditSipAccount:input_type -> deviceapis.device.v1.EditSipAccountRequest
	1,  // 20: deviceapis.device.v1.SipService.GetSipAccountList:input_type -> deviceapis.device.v1.GetSipAccountListRequest
	5,  // 21: deviceapis.device.v1.SipService.EditSipTimeoutSettings:input_type -> deviceapis.device.v1.EditSipTimeoutSettingsRequest
	6,  // 22: deviceapis.device.v1.SipService.GetSipTimeoutSettings:input_type -> deviceapis.device.v1.GetSipTimeoutSettingsRequest
	11, // 23: deviceapis.device.v1.SipService.GetSipAccountStatusList:input_type -> deviceapis.device.v1.GetSipAccountStatusListRequest
	8,  // 24: deviceapis.device.v1.SipService.EditSipAccount:output_type -> deviceapis.device.v1.EditSipAccountResponse
	2,  // 25: deviceapis.device.v1.SipService.GetSipAccountList:output_type -> deviceapis.device.v1.GetSipAccountListResponse
	10, // 26: deviceapis.device.v1.SipService.EditSipTimeoutSettings:output_type -> deviceapis.device.v1.EditSipTimeoutSettingsResponse
	7,  // 27: deviceapis.device.v1.SipService.GetSipTimeoutSettings:output_type -> deviceapis.device.v1.GetSipTimeoutSettingsResponse
	12, // 28: deviceapis.device.v1.SipService.GetSipAccountStatusList:output_type -> deviceapis.device.v1.GetSipAccountStatusListResponse
	24, // [24:29] is the sub-list for method output_type
	19, // [19:24] is the sub-list for method input_type
	19, // [19:19] is the sub-list for extension type_name
	19, // [19:19] is the sub-list for extension extendee
	0,  // [0:19] is the sub-list for field type_name
}

func init() { file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_init() }
func file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_init() {
	if File_deviceapis_device_v1_deviceapis_device_sip_v1_proto != nil {
		return
	}
	file_deviceapis_device_v1_deviceapis_device_common_v1_proto_init()
	if !protoimpl.UnsafeEnabled {
		file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetSipAccountListRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetSipAccountListResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*EditSipAccountRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*SipAccount); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*EditSipTimeoutSettingsRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetSipTimeoutSettingsRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetSipTimeoutSettingsResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*EditSipAccountResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*SipTimeoutSettings); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*EditSipTimeoutSettingsResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetSipAccountStatusListRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetSipAccountStatusListResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*EditSipAccountResponse_Error); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*EditSipTimeoutSettingsResponse_Error); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetSipAccountStatusListResponse_SipStatus); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
	}
	file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_msgTypes[6].OneofWrappers = []interface{}{
		(*GetSipTimeoutSettingsResponse_Data)(nil),
	}
	file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_msgTypes[7].OneofWrappers = []interface{}{
		(*EditSipAccountResponse_Error_)(nil),
	}
	file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_msgTypes[9].OneofWrappers = []interface{}{
		(*EditSipTimeoutSettingsResponse_Error_)(nil),
	}
	file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_msgTypes[12].OneofWrappers = []interface{}{
		(*EditSipAccountResponse_Error_Validation)(nil),
	}
	file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_msgTypes[13].OneofWrappers = []interface{}{
		(*EditSipTimeoutSettingsResponse_Error_Validation)(nil),
	}
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_rawDesc,
			NumEnums:      1,
			NumMessages:   15,
			NumExtensions: 0,
			NumServices:   1,
		},
		GoTypes:           file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_goTypes,
		DependencyIndexes: file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_depIdxs,
		EnumInfos:         file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_enumTypes,
		MessageInfos:      file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_msgTypes,
	}.Build()
	File_deviceapis_device_v1_deviceapis_device_sip_v1_proto = out.File
	file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_rawDesc = nil
	file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_goTypes = nil
	file_deviceapis_device_v1_deviceapis_device_sip_v1_proto_depIdxs = nil
}
