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

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

// Уровень логирования
type SyslogSettings_LogLevelType int32

const (
	// Значение не указано
	SyslogSettings_LOG_LEVEL_TYPE_UNKNOWN SyslogSettings_LogLevelType = 0
	// Система не пригодна для использования
	SyslogSettings_EMERGENCY SyslogSettings_LogLevelType = 1
	// Требуются немедленные меры
	SyslogSettings_ALERT SyslogSettings_LogLevelType = 2
	// Сообщение о критическом состоянии
	SyslogSettings_CRIT SyslogSettings_LogLevelType = 3
	// Сообщение об ошибочном состоянии
	SyslogSettings_ERROR SyslogSettings_LogLevelType = 4
	// Предупреждение
	SyslogSettings_WARN SyslogSettings_LogLevelType = 5
	// Сообщение о значительном нормальном событии
	SyslogSettings_NOTE SyslogSettings_LogLevelType = 6
	// Информационное сообщение
	SyslogSettings_INFO SyslogSettings_LogLevelType = 7
	// Сообщение отладочного уровня
	SyslogSettings_DEBUG SyslogSettings_LogLevelType = 8
)

// Enum value maps for SyslogSettings_LogLevelType.
var (
	SyslogSettings_LogLevelType_name = map[int32]string{
		0: "LOG_LEVEL_TYPE_UNKNOWN",
		1: "EMERGENCY",
		2: "ALERT",
		3: "CRIT",
		4: "ERROR",
		5: "WARN",
		6: "NOTE",
		7: "INFO",
		8: "DEBUG",
	}
	SyslogSettings_LogLevelType_value = map[string]int32{
		"LOG_LEVEL_TYPE_UNKNOWN": 0,
		"EMERGENCY":              1,
		"ALERT":                  2,
		"CRIT":                   3,
		"ERROR":                  4,
		"WARN":                   5,
		"NOTE":                   6,
		"INFO":                   7,
		"DEBUG":                  8,
	}
)

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

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

func (SyslogSettings_LogLevelType) Descriptor() protoreflect.EnumDescriptor {
	return file_deviceapis_device_v1_deviceapis_device_syslog_v1_proto_enumTypes[0].Descriptor()
}

func (SyslogSettings_LogLevelType) Type() protoreflect.EnumType {
	return &file_deviceapis_device_v1_deviceapis_device_syslog_v1_proto_enumTypes[0]
}

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

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

// Тип протокола
type SyslogSettings_ProtocolType int32

const (
	// Значение не указано
	SyslogSettings_PROTOCOL_TYPE_UNKNOWN SyslogSettings_ProtocolType = 0
	// Протокол UDP
	SyslogSettings_UDP SyslogSettings_ProtocolType = 1
	// Протокол TCP
	SyslogSettings_TCP SyslogSettings_ProtocolType = 2
)

// Enum value maps for SyslogSettings_ProtocolType.
var (
	SyslogSettings_ProtocolType_name = map[int32]string{
		0: "PROTOCOL_TYPE_UNKNOWN",
		1: "UDP",
		2: "TCP",
	}
	SyslogSettings_ProtocolType_value = map[string]int32{
		"PROTOCOL_TYPE_UNKNOWN": 0,
		"UDP":                   1,
		"TCP":                   2,
	}
)

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

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

func (SyslogSettings_ProtocolType) Descriptor() protoreflect.EnumDescriptor {
	return file_deviceapis_device_v1_deviceapis_device_syslog_v1_proto_enumTypes[1].Descriptor()
}

func (SyslogSettings_ProtocolType) Type() protoreflect.EnumType {
	return &file_deviceapis_device_v1_deviceapis_device_syslog_v1_proto_enumTypes[1]
}

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

// Deprecated: Use SyslogSettings_ProtocolType.Descriptor instead.
func (SyslogSettings_ProtocolType) EnumDescriptor() ([]byte, []int) {
	return file_deviceapis_device_v1_deviceapis_device_syslog_v1_proto_rawDescGZIP(), []int{4, 1}
}

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

	// Настройки Syslog-сервера
	Data *SyslogSettings `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 *EditSyslogSettingsRequest) Reset() {
	*x = EditSyslogSettingsRequest{}
	if protoimpl.UnsafeEnabled {
		mi := &file_deviceapis_device_v1_deviceapis_device_syslog_v1_proto_msgTypes[0]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*EditSyslogSettingsRequest) ProtoMessage() {}

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

func (x *EditSyslogSettingsRequest) GetData() *SyslogSettings {
	if x != nil {
		return x.Data
	}
	return nil
}

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

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

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

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

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

func (*EditSyslogSettingsResponse) ProtoMessage() {}

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

func (m *EditSyslogSettingsResponse) GetType() isEditSyslogSettingsResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *EditSyslogSettingsResponse) GetData() *SyslogSettings {
	if x, ok := x.GetType().(*EditSyslogSettingsResponse_Data); ok {
		return x.Data
	}
	return nil
}

func (x *EditSyslogSettingsResponse) GetError() *EditSyslogSettingsResponse_Error {
	if x, ok := x.GetType().(*EditSyslogSettingsResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isEditSyslogSettingsResponse_Type interface {
	isEditSyslogSettingsResponse_Type()
}

type EditSyslogSettingsResponse_Data struct {
	// Настройки Syslog-сервера
	Data *SyslogSettings `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

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

func (*EditSyslogSettingsResponse_Data) isEditSyslogSettingsResponse_Type() {}

func (*EditSyslogSettingsResponse_Error_) isEditSyslogSettingsResponse_Type() {}

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

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

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

func (*GetSyslogSettingsRequest) ProtoMessage() {}

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

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

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

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

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

func (*GetSyslogSettingsResponse) ProtoMessage() {}

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

func (m *GetSyslogSettingsResponse) GetType() isGetSyslogSettingsResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetSyslogSettingsResponse) GetData() *SyslogSettings {
	if x, ok := x.GetType().(*GetSyslogSettingsResponse_Data); ok {
		return x.Data
	}
	return nil
}

type isGetSyslogSettingsResponse_Type interface {
	isGetSyslogSettingsResponse_Type()
}

type GetSyslogSettingsResponse_Data struct {
	// Настройки Syslog-сервера
	Data *SyslogSettings `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

func (*GetSyslogSettingsResponse_Data) isGetSyslogSettingsResponse_Type() {}

// Настройки Syslog-сервера
type SyslogSettings struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Тип протокола
	ProtocolType SyslogSettings_ProtocolType `protobuf:"varint,1,opt,name=protocol_type,json=protocolType,proto3,enum=deviceapis.device.v1.SyslogSettings_ProtocolType" json:"protocol_type,omitempty"`
	// Адрес Syslog-сервера.
	// Сетевой адрес и порт.
	// Пример: 192.168.0.1:514, syslog.acme.io:6514
	Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	// Уровень логирования
	LogLevelType SyslogSettings_LogLevelType `protobuf:"varint,3,opt,name=log_level_type,json=logLevelType,proto3,enum=deviceapis.device.v1.SyslogSettings_LogLevelType" json:"log_level_type,omitempty"`
}

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

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

func (*SyslogSettings) ProtoMessage() {}

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

func (x *SyslogSettings) GetProtocolType() SyslogSettings_ProtocolType {
	if x != nil {
		return x.ProtocolType
	}
	return SyslogSettings_PROTOCOL_TYPE_UNKNOWN
}

func (x *SyslogSettings) GetAddress() string {
	if x != nil {
		return x.Address
	}
	return ""
}

func (x *SyslogSettings) GetLogLevelType() SyslogSettings_LogLevelType {
	if x != nil {
		return x.LogLevelType
	}
	return SyslogSettings_LOG_LEVEL_TYPE_UNKNOWN
}

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

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

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

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

func (*EditSyslogSettingsResponse_Error) ProtoMessage() {}

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

func (m *EditSyslogSettingsResponse_Error) GetReason() isEditSyslogSettingsResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isEditSyslogSettingsResponse_Error_Reason interface {
	isEditSyslogSettingsResponse_Error_Reason()
}

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

func (*EditSyslogSettingsResponse_Error_Validation) isEditSyslogSettingsResponse_Error_Reason() {}

var File_deviceapis_device_v1_deviceapis_device_syslog_v1_proto protoreflect.FileDescriptor

var file_deviceapis_device_v1_deviceapis_device_syslog_v1_proto_rawDesc = []byte{
	0x0a, 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, 0x73, 0x79, 0x73, 0x6c, 0x6f, 0x67, 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, 0x97, 0x01, 0x0a, 0x19, 0x45, 0x64, 0x69, 0x74,
	0x53, 0x79, 0x73, 0x6c, 0x6f, 0x67, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x65,
	0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3d, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20,
	0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x79, 0x73, 0x6c, 0x6f,
	0x67, 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, 0x8c, 0x02, 0x0a, 0x1a, 0x45, 0x64, 0x69, 0x74, 0x53, 0x79, 0x73, 0x6c, 0x6f, 0x67,
	0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
	0x12, 0x3a, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24,
	0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69,
	0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x79, 0x73, 0x6c, 0x6f, 0x67, 0x53, 0x65, 0x74, 0x74,
	0x69, 0x6e, 0x67, 0x73, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x4e, 0x0a, 0x05,
	0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x36, 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, 0x79, 0x73, 0x6c, 0x6f, 0x67, 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, 0x1a, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x53, 0x79, 0x73, 0x6c, 0x6f, 0x67, 0x53, 0x65, 0x74,
	0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x5f, 0x0a, 0x19,
	0x47, 0x65, 0x74, 0x53, 0x79, 0x73, 0x6c, 0x6f, 0x67, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67,
	0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3a, 0x0a, 0x04, 0x64, 0x61, 0x74,
	0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53,
	0x79, 0x73, 0x6c, 0x6f, 0x67, 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, 0xd5, 0x03,
	0x0a, 0x0e, 0x53, 0x79, 0x73, 0x6c, 0x6f, 0x67, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73,
	0x12, 0x62, 0x0a, 0x0d, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x5f, 0x74, 0x79, 0x70,
	0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x31, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53,
	0x79, 0x73, 0x6c, 0x6f, 0x67, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x50, 0x72,
	0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x42, 0x0a, 0x92, 0x41, 0x07, 0x4a,
	0x05, 0x22, 0x55, 0x44, 0x50, 0x22, 0x52, 0x0c, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c,
	0x54, 0x79, 0x70, 0x65, 0x12, 0x36, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18,
	0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1c, 0x92, 0x41, 0x19, 0x4a, 0x14, 0x22, 0x73, 0x79, 0x73,
	0x6c, 0x6f, 0x67, 0x2e, 0x61, 0x63, 0x6d, 0x65, 0x2e, 0x69, 0x6f, 0x3a, 0x35, 0x31, 0x34, 0x22,
	0x80, 0x01, 0x05, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x65, 0x0a, 0x0e,
	0x6c, 0x6f, 0x67, 0x5f, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03,
	0x20, 0x01, 0x28, 0x0e, 0x32, 0x31, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69,
	0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x79, 0x73, 0x6c,
	0x6f, 0x67, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x4c, 0x6f, 0x67, 0x4c, 0x65,
	0x76, 0x65, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x42, 0x0c, 0x92, 0x41, 0x09, 0x4a, 0x07, 0x22, 0x45,
	0x52, 0x52, 0x4f, 0x52, 0x22, 0x52, 0x0c, 0x6c, 0x6f, 0x67, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x54,
	0x79, 0x70, 0x65, 0x22, 0x82, 0x01, 0x0a, 0x0c, 0x4c, 0x6f, 0x67, 0x4c, 0x65, 0x76, 0x65, 0x6c,
	0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x16, 0x4c, 0x4f, 0x47, 0x5f, 0x4c, 0x45, 0x56, 0x45,
	0x4c, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00,
	0x12, 0x0d, 0x0a, 0x09, 0x45, 0x4d, 0x45, 0x52, 0x47, 0x45, 0x4e, 0x43, 0x59, 0x10, 0x01, 0x12,
	0x09, 0x0a, 0x05, 0x41, 0x4c, 0x45, 0x52, 0x54, 0x10, 0x02, 0x12, 0x08, 0x0a, 0x04, 0x43, 0x52,
	0x49, 0x54, 0x10, 0x03, 0x12, 0x09, 0x0a, 0x05, 0x45, 0x52, 0x52, 0x4f, 0x52, 0x10, 0x04, 0x12,
	0x08, 0x0a, 0x04, 0x57, 0x41, 0x52, 0x4e, 0x10, 0x05, 0x12, 0x08, 0x0a, 0x04, 0x4e, 0x4f, 0x54,
	0x45, 0x10, 0x06, 0x12, 0x08, 0x0a, 0x04, 0x49, 0x4e, 0x46, 0x4f, 0x10, 0x07, 0x12, 0x09, 0x0a,
	0x05, 0x44, 0x45, 0x42, 0x55, 0x47, 0x10, 0x08, 0x22, 0x3b, 0x0a, 0x0c, 0x50, 0x72, 0x6f, 0x74,
	0x6f, 0x63, 0x6f, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x12, 0x19, 0x0a, 0x15, 0x50, 0x52, 0x4f, 0x54,
	0x4f, 0x43, 0x4f, 0x4c, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57,
	0x4e, 0x10, 0x00, 0x12, 0x07, 0x0a, 0x03, 0x55, 0x44, 0x50, 0x10, 0x01, 0x12, 0x07, 0x0a, 0x03,
	0x54, 0x43, 0x50, 0x10, 0x02, 0x32, 0xde, 0x02, 0x0a, 0x15, 0x53, 0x79, 0x73, 0x6c, 0x6f, 0x67,
	0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12,
	0xa5, 0x01, 0x0a, 0x12, 0x45, 0x64, 0x69, 0x74, 0x53, 0x79, 0x73, 0x6c, 0x6f, 0x67, 0x53, 0x65,
	0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x2f, 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, 0x79, 0x73, 0x6c, 0x6f, 0x67, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73,
	0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 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, 0x79, 0x73, 0x6c, 0x6f, 0x67, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67,
	0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2c, 0x82, 0xd3, 0xe4, 0x93, 0x02,
	0x26, 0x3a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x1e, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x73, 0x79, 0x73, 0x6c, 0x6f, 0x67, 0x2f, 0x73,
	0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x9c, 0x01, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x53,
	0x79, 0x73, 0x6c, 0x6f, 0x67, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 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, 0x79, 0x73, 0x6c, 0x6f, 0x67, 0x53, 0x65,
	0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 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, 0x79, 0x73, 0x6c, 0x6f, 0x67, 0x53, 0x65,
	0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x26,
	0x82, 0xd3, 0xe4, 0x93, 0x02, 0x20, 0x12, 0x1e, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f,
	0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x73, 0x79, 0x73, 0x6c, 0x6f, 0x67, 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_syslog_v1_proto_rawDescOnce sync.Once
	file_deviceapis_device_v1_deviceapis_device_syslog_v1_proto_rawDescData = file_deviceapis_device_v1_deviceapis_device_syslog_v1_proto_rawDesc
)

func file_deviceapis_device_v1_deviceapis_device_syslog_v1_proto_rawDescGZIP() []byte {
	file_deviceapis_device_v1_deviceapis_device_syslog_v1_proto_rawDescOnce.Do(func() {
		file_deviceapis_device_v1_deviceapis_device_syslog_v1_proto_rawDescData = protoimpl.X.CompressGZIP(file_deviceapis_device_v1_deviceapis_device_syslog_v1_proto_rawDescData)
	})
	return file_deviceapis_device_v1_deviceapis_device_syslog_v1_proto_rawDescData
}

var file_deviceapis_device_v1_deviceapis_device_syslog_v1_proto_enumTypes = make([]protoimpl.EnumInfo, 2)
var file_deviceapis_device_v1_deviceapis_device_syslog_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
var file_deviceapis_device_v1_deviceapis_device_syslog_v1_proto_goTypes = []interface{}{
	(SyslogSettings_LogLevelType)(0),         // 0: deviceapis.device.v1.SyslogSettings.LogLevelType
	(SyslogSettings_ProtocolType)(0),         // 1: deviceapis.device.v1.SyslogSettings.ProtocolType
	(*EditSyslogSettingsRequest)(nil),        // 2: deviceapis.device.v1.EditSyslogSettingsRequest
	(*EditSyslogSettingsResponse)(nil),       // 3: deviceapis.device.v1.EditSyslogSettingsResponse
	(*GetSyslogSettingsRequest)(nil),         // 4: deviceapis.device.v1.GetSyslogSettingsRequest
	(*GetSyslogSettingsResponse)(nil),        // 5: deviceapis.device.v1.GetSyslogSettingsResponse
	(*SyslogSettings)(nil),                   // 6: deviceapis.device.v1.SyslogSettings
	(*EditSyslogSettingsResponse_Error)(nil), // 7: deviceapis.device.v1.EditSyslogSettingsResponse.Error
	(*fieldmaskpb.FieldMask)(nil),            // 8: google.protobuf.FieldMask
	(*ValidationError)(nil),                  // 9: deviceapis.device.v1.ValidationError
}
var file_deviceapis_device_v1_deviceapis_device_syslog_v1_proto_depIdxs = []int32{
	6,  // 0: deviceapis.device.v1.EditSyslogSettingsRequest.data:type_name -> deviceapis.device.v1.SyslogSettings
	8,  // 1: deviceapis.device.v1.EditSyslogSettingsRequest.update_mask:type_name -> google.protobuf.FieldMask
	6,  // 2: deviceapis.device.v1.EditSyslogSettingsResponse.data:type_name -> deviceapis.device.v1.SyslogSettings
	7,  // 3: deviceapis.device.v1.EditSyslogSettingsResponse.error:type_name -> deviceapis.device.v1.EditSyslogSettingsResponse.Error
	6,  // 4: deviceapis.device.v1.GetSyslogSettingsResponse.data:type_name -> deviceapis.device.v1.SyslogSettings
	1,  // 5: deviceapis.device.v1.SyslogSettings.protocol_type:type_name -> deviceapis.device.v1.SyslogSettings.ProtocolType
	0,  // 6: deviceapis.device.v1.SyslogSettings.log_level_type:type_name -> deviceapis.device.v1.SyslogSettings.LogLevelType
	9,  // 7: deviceapis.device.v1.EditSyslogSettingsResponse.Error.validation:type_name -> deviceapis.device.v1.ValidationError
	2,  // 8: deviceapis.device.v1.SyslogSettingsService.EditSyslogSettings:input_type -> deviceapis.device.v1.EditSyslogSettingsRequest
	4,  // 9: deviceapis.device.v1.SyslogSettingsService.GetSyslogSettings:input_type -> deviceapis.device.v1.GetSyslogSettingsRequest
	3,  // 10: deviceapis.device.v1.SyslogSettingsService.EditSyslogSettings:output_type -> deviceapis.device.v1.EditSyslogSettingsResponse
	5,  // 11: deviceapis.device.v1.SyslogSettingsService.GetSyslogSettings:output_type -> deviceapis.device.v1.GetSyslogSettingsResponse
	10, // [10:12] is the sub-list for method output_type
	8,  // [8:10] is the sub-list for method input_type
	8,  // [8:8] is the sub-list for extension type_name
	8,  // [8:8] is the sub-list for extension extendee
	0,  // [0:8] is the sub-list for field type_name
}

func init() { file_deviceapis_device_v1_deviceapis_device_syslog_v1_proto_init() }
func file_deviceapis_device_v1_deviceapis_device_syslog_v1_proto_init() {
	if File_deviceapis_device_v1_deviceapis_device_syslog_v1_proto != nil {
		return
	}
	file_deviceapis_device_v1_deviceapis_device_common_v1_proto_init()
	if !protoimpl.UnsafeEnabled {
		file_deviceapis_device_v1_deviceapis_device_syslog_v1_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*EditSyslogSettingsRequest); 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_syslog_v1_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*EditSyslogSettingsResponse); 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_syslog_v1_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetSyslogSettingsRequest); 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_syslog_v1_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetSyslogSettingsResponse); 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_syslog_v1_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*SyslogSettings); 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_syslog_v1_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*EditSyslogSettingsResponse_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_syslog_v1_proto_msgTypes[1].OneofWrappers = []interface{}{
		(*EditSyslogSettingsResponse_Data)(nil),
		(*EditSyslogSettingsResponse_Error_)(nil),
	}
	file_deviceapis_device_v1_deviceapis_device_syslog_v1_proto_msgTypes[3].OneofWrappers = []interface{}{
		(*GetSyslogSettingsResponse_Data)(nil),
	}
	file_deviceapis_device_v1_deviceapis_device_syslog_v1_proto_msgTypes[5].OneofWrappers = []interface{}{
		(*EditSyslogSettingsResponse_Error_Validation)(nil),
	}
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_deviceapis_device_v1_deviceapis_device_syslog_v1_proto_rawDesc,
			NumEnums:      2,
			NumMessages:   6,
			NumExtensions: 0,
			NumServices:   1,
		},
		GoTypes:           file_deviceapis_device_v1_deviceapis_device_syslog_v1_proto_goTypes,
		DependencyIndexes: file_deviceapis_device_v1_deviceapis_device_syslog_v1_proto_depIdxs,
		EnumInfos:         file_deviceapis_device_v1_deviceapis_device_syslog_v1_proto_enumTypes,
		MessageInfos:      file_deviceapis_device_v1_deviceapis_device_syslog_v1_proto_msgTypes,
	}.Build()
	File_deviceapis_device_v1_deviceapis_device_syslog_v1_proto = out.File
	file_deviceapis_device_v1_deviceapis_device_syslog_v1_proto_rawDesc = nil
	file_deviceapis_device_v1_deviceapis_device_syslog_v1_proto_goTypes = nil
	file_deviceapis_device_v1_deviceapis_device_syslog_v1_proto_depIdxs = nil
}
