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

// 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_dtmf_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"
	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)
)

// Настройки DTMF
type DtmfSettings struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Флаг приема DTMF сигнала в варианте RFC
	IsRfcOn bool `protobuf:"varint,1,opt,name=is_rfc_on,json=isRfcOn,proto3" json:"is_rfc_on,omitempty"`
	// Флаг приема DTMF сигнала в варианте inbound
	IsInboundOn bool `protobuf:"varint,2,opt,name=is_inbound_on,json=isInboundOn,proto3" json:"is_inbound_on,omitempty"`
	// Флаг приема DTMF сигнала в варианте sipinfo
	IsSipinfoOn bool `protobuf:"varint,3,opt,name=is_sipinfo_on,json=isSipinfoOn,proto3" json:"is_sipinfo_on,omitempty"`
}

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

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

func (*DtmfSettings) ProtoMessage() {}

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

func (x *DtmfSettings) GetIsRfcOn() bool {
	if x != nil {
		return x.IsRfcOn
	}
	return false
}

func (x *DtmfSettings) GetIsInboundOn() bool {
	if x != nil {
		return x.IsInboundOn
	}
	return false
}

func (x *DtmfSettings) GetIsSipinfoOn() bool {
	if x != nil {
		return x.IsSipinfoOn
	}
	return false
}

// Запрос редактирования настроек DTMF
type EditDtmfSettingsRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Настройки DTMF
	Data *DtmfSettings `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 *EditDtmfSettingsRequest) Reset() {
	*x = EditDtmfSettingsRequest{}
	if protoimpl.UnsafeEnabled {
		mi := &file_deviceapis_device_v1_deviceapis_device_dtmf_v1_proto_msgTypes[1]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*EditDtmfSettingsRequest) ProtoMessage() {}

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

func (x *EditDtmfSettingsRequest) GetData() *DtmfSettings {
	if x != nil {
		return x.Data
	}
	return nil
}

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

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

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

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

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

func (*EditDtmfSettingsResponse) ProtoMessage() {}

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

func (m *EditDtmfSettingsResponse) GetType() isEditDtmfSettingsResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *EditDtmfSettingsResponse) GetError() *EditDtmfSettingsResponse_Error {
	if x, ok := x.GetType().(*EditDtmfSettingsResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isEditDtmfSettingsResponse_Type interface {
	isEditDtmfSettingsResponse_Type()
}

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

func (*EditDtmfSettingsResponse_Error_) isEditDtmfSettingsResponse_Type() {}

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

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

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

func (*GetDtmfSettingsRequest) ProtoMessage() {}

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

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

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

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

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

func (*GetDtmfSettingsResponse) ProtoMessage() {}

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

func (m *GetDtmfSettingsResponse) GetType() isGetDtmfSettingsResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetDtmfSettingsResponse) GetData() *DtmfSettings {
	if x, ok := x.GetType().(*GetDtmfSettingsResponse_Data); ok {
		return x.Data
	}
	return nil
}

type isGetDtmfSettingsResponse_Type interface {
	isGetDtmfSettingsResponse_Type()
}

type GetDtmfSettingsResponse_Data struct {
	// Настройки DTMF
	Data *DtmfSettings `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

func (*GetDtmfSettingsResponse_Data) isGetDtmfSettingsResponse_Type() {}

// Ошибка запроса
type EditDtmfSettingsResponse_Error struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

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

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

func (*EditDtmfSettingsResponse_Error) ProtoMessage() {}

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

func (m *EditDtmfSettingsResponse_Error) GetReason() isEditDtmfSettingsResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isEditDtmfSettingsResponse_Error_Reason interface {
	isEditDtmfSettingsResponse_Error_Reason()
}

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

func (*EditDtmfSettingsResponse_Error_Validation) isEditDtmfSettingsResponse_Error_Reason() {}

var File_deviceapis_device_v1_deviceapis_device_dtmf_v1_proto protoreflect.FileDescriptor

var file_deviceapis_device_v1_deviceapis_device_dtmf_v1_proto_rawDesc = []byte{
	0x0a, 0x34, 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, 0x64, 0x74, 0x6d, 0x66, 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, 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, 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, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 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, 0x93, 0x01, 0x0a, 0x0c, 0x44, 0x74, 0x6d, 0x66, 0x53, 0x65,
	0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x25, 0x0a, 0x09, 0x69, 0x73, 0x5f, 0x72, 0x66, 0x63,
	0x5f, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x42, 0x09, 0x92, 0x41, 0x06, 0x4a, 0x04,
	0x74, 0x72, 0x75, 0x65, 0x52, 0x07, 0x69, 0x73, 0x52, 0x66, 0x63, 0x4f, 0x6e, 0x12, 0x2d, 0x0a,
	0x0d, 0x69, 0x73, 0x5f, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x6f, 0x6e, 0x18, 0x02,
	0x20, 0x01, 0x28, 0x08, 0x42, 0x09, 0x92, 0x41, 0x06, 0x4a, 0x04, 0x74, 0x72, 0x75, 0x65, 0x52,
	0x0b, 0x69, 0x73, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x4f, 0x6e, 0x12, 0x2d, 0x0a, 0x0d,
	0x69, 0x73, 0x5f, 0x73, 0x69, 0x70, 0x69, 0x6e, 0x66, 0x6f, 0x5f, 0x6f, 0x6e, 0x18, 0x03, 0x20,
	0x01, 0x28, 0x08, 0x42, 0x09, 0x92, 0x41, 0x06, 0x4a, 0x04, 0x74, 0x72, 0x75, 0x65, 0x52, 0x0b,
	0x69, 0x73, 0x53, 0x69, 0x70, 0x69, 0x6e, 0x66, 0x6f, 0x4f, 0x6e, 0x22, 0x93, 0x01, 0x0a, 0x17,
	0x45, 0x64, 0x69, 0x74, 0x44, 0x74, 0x6d, 0x66, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73,
	0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3b, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18,
	0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x74, 0x6d,
	0x66, 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, 0xcc, 0x01, 0x0a, 0x18, 0x45, 0x64, 0x69, 0x74, 0x44, 0x74, 0x6d, 0x66, 0x53, 0x65,
	0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4c,
	0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 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, 0x44, 0x74, 0x6d, 0x66, 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, 0x18, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x44, 0x74, 0x6d, 0x66, 0x53, 0x65, 0x74, 0x74, 0x69,
	0x6e, 0x67, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x5b, 0x0a, 0x17, 0x47, 0x65,
	0x74, 0x44, 0x74, 0x6d, 0x66, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x65, 0x73,
	0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x38, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20,
	0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x74, 0x6d, 0x66, 0x53,
	0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x42,
	0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x32, 0xcc, 0x02, 0x0a, 0x13, 0x44, 0x74, 0x6d, 0x66,
	0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12,
	0x9d, 0x01, 0x0a, 0x10, 0x45, 0x64, 0x69, 0x74, 0x44, 0x74, 0x6d, 0x66, 0x53, 0x65, 0x74, 0x74,
	0x69, 0x6e, 0x67, 0x73, 0x12, 0x2d, 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,
	0x44, 0x74, 0x6d, 0x66, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x65, 0x71, 0x75,
	0x65, 0x73, 0x74, 0x1a, 0x2e, 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, 0x44,
	0x74, 0x6d, 0x66, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f,
	0x6e, 0x73, 0x65, 0x22, 0x2a, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x24, 0x3a, 0x04, 0x64, 0x61, 0x74,
	0x61, 0x32, 0x1c, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76,
	0x31, 0x2f, 0x64, 0x74, 0x6d, 0x66, 0x2f, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12,
	0x94, 0x01, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x44, 0x74, 0x6d, 0x66, 0x53, 0x65, 0x74, 0x74, 0x69,
	0x6e, 0x67, 0x73, 0x12, 0x2c, 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, 0x44, 0x74,
	0x6d, 0x66, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
	0x74, 0x1a, 0x2d, 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, 0x44, 0x74, 0x6d, 0x66,
	0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
	0x22, 0x24, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x12, 0x1c, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63,
	0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x64, 0x74, 0x6d, 0x66, 0x2f, 0x73, 0x65,
	0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 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_dtmf_v1_proto_rawDescOnce sync.Once
	file_deviceapis_device_v1_deviceapis_device_dtmf_v1_proto_rawDescData = file_deviceapis_device_v1_deviceapis_device_dtmf_v1_proto_rawDesc
)

func file_deviceapis_device_v1_deviceapis_device_dtmf_v1_proto_rawDescGZIP() []byte {
	file_deviceapis_device_v1_deviceapis_device_dtmf_v1_proto_rawDescOnce.Do(func() {
		file_deviceapis_device_v1_deviceapis_device_dtmf_v1_proto_rawDescData = protoimpl.X.CompressGZIP(file_deviceapis_device_v1_deviceapis_device_dtmf_v1_proto_rawDescData)
	})
	return file_deviceapis_device_v1_deviceapis_device_dtmf_v1_proto_rawDescData
}

var file_deviceapis_device_v1_deviceapis_device_dtmf_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
var file_deviceapis_device_v1_deviceapis_device_dtmf_v1_proto_goTypes = []interface{}{
	(*DtmfSettings)(nil),                   // 0: deviceapis.device.v1.DtmfSettings
	(*EditDtmfSettingsRequest)(nil),        // 1: deviceapis.device.v1.EditDtmfSettingsRequest
	(*EditDtmfSettingsResponse)(nil),       // 2: deviceapis.device.v1.EditDtmfSettingsResponse
	(*GetDtmfSettingsRequest)(nil),         // 3: deviceapis.device.v1.GetDtmfSettingsRequest
	(*GetDtmfSettingsResponse)(nil),        // 4: deviceapis.device.v1.GetDtmfSettingsResponse
	(*EditDtmfSettingsResponse_Error)(nil), // 5: deviceapis.device.v1.EditDtmfSettingsResponse.Error
	(*fieldmaskpb.FieldMask)(nil),          // 6: google.protobuf.FieldMask
	(*ValidationError)(nil),                // 7: deviceapis.device.v1.ValidationError
}
var file_deviceapis_device_v1_deviceapis_device_dtmf_v1_proto_depIdxs = []int32{
	0, // 0: deviceapis.device.v1.EditDtmfSettingsRequest.data:type_name -> deviceapis.device.v1.DtmfSettings
	6, // 1: deviceapis.device.v1.EditDtmfSettingsRequest.update_mask:type_name -> google.protobuf.FieldMask
	5, // 2: deviceapis.device.v1.EditDtmfSettingsResponse.error:type_name -> deviceapis.device.v1.EditDtmfSettingsResponse.Error
	0, // 3: deviceapis.device.v1.GetDtmfSettingsResponse.data:type_name -> deviceapis.device.v1.DtmfSettings
	7, // 4: deviceapis.device.v1.EditDtmfSettingsResponse.Error.validation:type_name -> deviceapis.device.v1.ValidationError
	1, // 5: deviceapis.device.v1.DtmfSettingsService.EditDtmfSettings:input_type -> deviceapis.device.v1.EditDtmfSettingsRequest
	3, // 6: deviceapis.device.v1.DtmfSettingsService.GetDtmfSettings:input_type -> deviceapis.device.v1.GetDtmfSettingsRequest
	2, // 7: deviceapis.device.v1.DtmfSettingsService.EditDtmfSettings:output_type -> deviceapis.device.v1.EditDtmfSettingsResponse
	4, // 8: deviceapis.device.v1.DtmfSettingsService.GetDtmfSettings:output_type -> deviceapis.device.v1.GetDtmfSettingsResponse
	7, // [7:9] is the sub-list for method output_type
	5, // [5:7] is the sub-list for method input_type
	5, // [5:5] is the sub-list for extension type_name
	5, // [5:5] is the sub-list for extension extendee
	0, // [0:5] is the sub-list for field type_name
}

func init() { file_deviceapis_device_v1_deviceapis_device_dtmf_v1_proto_init() }
func file_deviceapis_device_v1_deviceapis_device_dtmf_v1_proto_init() {
	if File_deviceapis_device_v1_deviceapis_device_dtmf_v1_proto != nil {
		return
	}
	file_deviceapis_device_v1_deviceapis_device_common_v1_proto_init()
	if !protoimpl.UnsafeEnabled {
		file_deviceapis_device_v1_deviceapis_device_dtmf_v1_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DtmfSettings); 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_dtmf_v1_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*EditDtmfSettingsRequest); 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_dtmf_v1_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*EditDtmfSettingsResponse); 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_dtmf_v1_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetDtmfSettingsRequest); 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_dtmf_v1_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetDtmfSettingsResponse); 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_dtmf_v1_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*EditDtmfSettingsResponse_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_dtmf_v1_proto_msgTypes[2].OneofWrappers = []interface{}{
		(*EditDtmfSettingsResponse_Error_)(nil),
	}
	file_deviceapis_device_v1_deviceapis_device_dtmf_v1_proto_msgTypes[4].OneofWrappers = []interface{}{
		(*GetDtmfSettingsResponse_Data)(nil),
	}
	file_deviceapis_device_v1_deviceapis_device_dtmf_v1_proto_msgTypes[5].OneofWrappers = []interface{}{
		(*EditDtmfSettingsResponse_Error_Validation)(nil),
	}
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_deviceapis_device_v1_deviceapis_device_dtmf_v1_proto_rawDesc,
			NumEnums:      0,
			NumMessages:   6,
			NumExtensions: 0,
			NumServices:   1,
		},
		GoTypes:           file_deviceapis_device_v1_deviceapis_device_dtmf_v1_proto_goTypes,
		DependencyIndexes: file_deviceapis_device_v1_deviceapis_device_dtmf_v1_proto_depIdxs,
		MessageInfos:      file_deviceapis_device_v1_deviceapis_device_dtmf_v1_proto_msgTypes,
	}.Build()
	File_deviceapis_device_v1_deviceapis_device_dtmf_v1_proto = out.File
	file_deviceapis_device_v1_deviceapis_device_dtmf_v1_proto_rawDesc = nil
	file_deviceapis_device_v1_deviceapis_device_dtmf_v1_proto_goTypes = nil
	file_deviceapis_device_v1_deviceapis_device_dtmf_v1_proto_depIdxs = nil
}
