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

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

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

	// Настройки Smart Auto Collect
	Data *Sac `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 *EditSacRequest) Reset() {
	*x = EditSacRequest{}
	if protoimpl.UnsafeEnabled {
		mi := &file_deviceapis_device_v1_deviceapis_device_sac_v1_proto_msgTypes[0]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*EditSacRequest) ProtoMessage() {}

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

func (x *EditSacRequest) GetData() *Sac {
	if x != nil {
		return x.Data
	}
	return nil
}

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

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

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

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

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

func (*EditSacResponse) ProtoMessage() {}

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

func (m *EditSacResponse) GetType() isEditSacResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *EditSacResponse) GetData() *Sac {
	if x, ok := x.GetType().(*EditSacResponse_Data); ok {
		return x.Data
	}
	return nil
}

func (x *EditSacResponse) GetError() *EditSacResponse_Error {
	if x, ok := x.GetType().(*EditSacResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isEditSacResponse_Type interface {
	isEditSacResponse_Type()
}

type EditSacResponse_Data struct {
	// Настройки Smart Auto Collect
	Data *Sac `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

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

func (*EditSacResponse_Data) isEditSacResponse_Type() {}

func (*EditSacResponse_Error_) isEditSacResponse_Type() {}

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

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

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

func (*GetSacRequest) ProtoMessage() {}

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

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

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

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

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

func (*GetSacResponse) ProtoMessage() {}

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

func (m *GetSacResponse) GetType() isGetSacResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetSacResponse) GetData() *Sac {
	if x, ok := x.GetType().(*GetSacResponse_Data); ok {
		return x.Data
	}
	return nil
}

type isGetSacResponse_Type interface {
	isGetSacResponse_Type()
}

type GetSacResponse_Data struct {
	// Настройки Smart Auto Collect
	Data *Sac `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

func (*GetSacResponse_Data) isGetSacResponse_Type() {}

// Настройки Smart Auto Collect
type Sac struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Флаг включения Smart Auto Collect
	IsSacOn bool `protobuf:"varint,1,opt,name=is_sac_on,json=isSacOn,proto3" json:"is_sac_on,omitempty"`
	// Минимальный номер квартиры
	MinFlatNumber int32 `protobuf:"varint,2,opt,name=min_flat_number,json=minFlatNumber,proto3" json:"min_flat_number,omitempty"`
	// Максимальный номер квартиры
	MaxFlatNumber int32 `protobuf:"varint,3,opt,name=max_flat_number,json=maxFlatNumber,proto3" json:"max_flat_number,omitempty"`
	// Маска UID RFID ключа.
	// Пример 04**********80 = что означает, что uid ключа должен начинаться с 04, иметь 14 знаков и заканчиваться на 80.
	// Пример  ******** = что означает что uid ключа должен н иметь 8 знаков
	KeyMask string `protobuf:"bytes,4,opt,name=key_mask,json=keyMask,proto3" json:"key_mask,omitempty"`
}

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

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

func (*Sac) ProtoMessage() {}

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

func (x *Sac) GetIsSacOn() bool {
	if x != nil {
		return x.IsSacOn
	}
	return false
}

func (x *Sac) GetMinFlatNumber() int32 {
	if x != nil {
		return x.MinFlatNumber
	}
	return 0
}

func (x *Sac) GetMaxFlatNumber() int32 {
	if x != nil {
		return x.MaxFlatNumber
	}
	return 0
}

func (x *Sac) GetKeyMask() string {
	if x != nil {
		return x.KeyMask
	}
	return ""
}

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

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

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

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

func (*EditSacResponse_Error) ProtoMessage() {}

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

func (m *EditSacResponse_Error) GetReason() isEditSacResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isEditSacResponse_Error_Reason interface {
	isEditSacResponse_Error_Reason()
}

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

func (*EditSacResponse_Error_Validation) isEditSacResponse_Error_Reason() {}

var File_deviceapis_device_v1_deviceapis_device_sac_v1_proto protoreflect.FileDescriptor

var file_deviceapis_device_v1_deviceapis_device_sac_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, 0x61, 0x63, 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, 0x81, 0x01, 0x0a, 0x0e, 0x45, 0x64, 0x69, 0x74, 0x53, 0x61, 0x63,
	0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x32, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18,
	0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x61, 0x63,
	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, 0xeb, 0x01, 0x0a, 0x0f, 0x45, 0x64, 0x69,
	0x74, 0x53, 0x61, 0x63, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2f, 0x0a, 0x04,
	0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x64, 0x65, 0x76,
	0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76,
	0x31, 0x2e, 0x53, 0x61, 0x63, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x43, 0x0a,
	0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 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, 0x61, 0x63, 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, 0x0f, 0x0a, 0x0d, 0x47, 0x65, 0x74, 0x53, 0x61, 0x63,
	0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x49, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x53, 0x61,
	0x63, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2f, 0x0a, 0x04, 0x64, 0x61, 0x74,
	0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53,
	0x61, 0x63, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x42, 0x06, 0x0a, 0x04, 0x74, 0x79,
	0x70, 0x65, 0x22, 0xd7, 0x01, 0x0a, 0x03, 0x53, 0x61, 0x63, 0x12, 0x28, 0x0a, 0x09, 0x69, 0x73,
	0x5f, 0x73, 0x61, 0x63, 0x5f, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x42, 0x0c, 0x92,
	0x41, 0x06, 0x4a, 0x04, 0x74, 0x72, 0x75, 0x65, 0xe0, 0x41, 0x02, 0x52, 0x07, 0x69, 0x73, 0x53,
	0x61, 0x63, 0x4f, 0x6e, 0x12, 0x39, 0x0a, 0x0f, 0x6d, 0x69, 0x6e, 0x5f, 0x66, 0x6c, 0x61, 0x74,
	0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x42, 0x11, 0x92,
	0x41, 0x0e, 0x4a, 0x03, 0x33, 0x32, 0x35, 0x59, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x8f, 0x40,
	0x52, 0x0d, 0x6d, 0x69, 0x6e, 0x46, 0x6c, 0x61, 0x74, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12,
	0x39, 0x0a, 0x0f, 0x6d, 0x61, 0x78, 0x5f, 0x66, 0x6c, 0x61, 0x74, 0x5f, 0x6e, 0x75, 0x6d, 0x62,
	0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x42, 0x11, 0x92, 0x41, 0x0e, 0x4a, 0x03, 0x33,
	0x32, 0x35, 0x59, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x8f, 0x40, 0x52, 0x0d, 0x6d, 0x61, 0x78,
	0x46, 0x6c, 0x61, 0x74, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x30, 0x0a, 0x08, 0x6b, 0x65,
	0x79, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x15, 0x92, 0x41,
	0x12, 0x4a, 0x10, 0x22, 0x30, 0x34, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a,
	0x38, 0x30, 0x22, 0x52, 0x07, 0x6b, 0x65, 0x79, 0x4d, 0x61, 0x73, 0x6b, 0x32, 0xf7, 0x01, 0x0a,
	0x0a, 0x53, 0x61, 0x63, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x78, 0x0a, 0x07, 0x45,
	0x64, 0x69, 0x74, 0x53, 0x61, 0x63, 0x12, 0x24, 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, 0x61, 0x63, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 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, 0x61, 0x63, 0x52, 0x65, 0x73, 0x70, 0x6f,
	0x6e, 0x73, 0x65, 0x22, 0x20, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1a, 0x3a, 0x04, 0x64, 0x61, 0x74,
	0x61, 0x32, 0x12, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76,
	0x31, 0x2f, 0x73, 0x61, 0x63, 0x12, 0x6f, 0x0a, 0x06, 0x47, 0x65, 0x74, 0x53, 0x61, 0x63, 0x12,
	0x23, 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, 0x61, 0x63, 0x52, 0x65, 0x71,
	0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 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,
	0x61, 0x63, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x1a, 0x82, 0xd3, 0xe4, 0x93,
	0x02, 0x14, 0x12, 0x12, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f,
	0x76, 0x31, 0x2f, 0x73, 0x61, 0x63, 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_sac_v1_proto_rawDescOnce sync.Once
	file_deviceapis_device_v1_deviceapis_device_sac_v1_proto_rawDescData = file_deviceapis_device_v1_deviceapis_device_sac_v1_proto_rawDesc
)

func file_deviceapis_device_v1_deviceapis_device_sac_v1_proto_rawDescGZIP() []byte {
	file_deviceapis_device_v1_deviceapis_device_sac_v1_proto_rawDescOnce.Do(func() {
		file_deviceapis_device_v1_deviceapis_device_sac_v1_proto_rawDescData = protoimpl.X.CompressGZIP(file_deviceapis_device_v1_deviceapis_device_sac_v1_proto_rawDescData)
	})
	return file_deviceapis_device_v1_deviceapis_device_sac_v1_proto_rawDescData
}

var file_deviceapis_device_v1_deviceapis_device_sac_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
var file_deviceapis_device_v1_deviceapis_device_sac_v1_proto_goTypes = []interface{}{
	(*EditSacRequest)(nil),        // 0: deviceapis.device.v1.EditSacRequest
	(*EditSacResponse)(nil),       // 1: deviceapis.device.v1.EditSacResponse
	(*GetSacRequest)(nil),         // 2: deviceapis.device.v1.GetSacRequest
	(*GetSacResponse)(nil),        // 3: deviceapis.device.v1.GetSacResponse
	(*Sac)(nil),                   // 4: deviceapis.device.v1.Sac
	(*EditSacResponse_Error)(nil), // 5: deviceapis.device.v1.EditSacResponse.Error
	(*fieldmaskpb.FieldMask)(nil), // 6: google.protobuf.FieldMask
	(*ValidationError)(nil),       // 7: deviceapis.device.v1.ValidationError
}
var file_deviceapis_device_v1_deviceapis_device_sac_v1_proto_depIdxs = []int32{
	4, // 0: deviceapis.device.v1.EditSacRequest.data:type_name -> deviceapis.device.v1.Sac
	6, // 1: deviceapis.device.v1.EditSacRequest.update_mask:type_name -> google.protobuf.FieldMask
	4, // 2: deviceapis.device.v1.EditSacResponse.data:type_name -> deviceapis.device.v1.Sac
	5, // 3: deviceapis.device.v1.EditSacResponse.error:type_name -> deviceapis.device.v1.EditSacResponse.Error
	4, // 4: deviceapis.device.v1.GetSacResponse.data:type_name -> deviceapis.device.v1.Sac
	7, // 5: deviceapis.device.v1.EditSacResponse.Error.validation:type_name -> deviceapis.device.v1.ValidationError
	0, // 6: deviceapis.device.v1.SacService.EditSac:input_type -> deviceapis.device.v1.EditSacRequest
	2, // 7: deviceapis.device.v1.SacService.GetSac:input_type -> deviceapis.device.v1.GetSacRequest
	1, // 8: deviceapis.device.v1.SacService.EditSac:output_type -> deviceapis.device.v1.EditSacResponse
	3, // 9: deviceapis.device.v1.SacService.GetSac:output_type -> deviceapis.device.v1.GetSacResponse
	8, // [8:10] is the sub-list for method output_type
	6, // [6:8] is the sub-list for method input_type
	6, // [6:6] is the sub-list for extension type_name
	6, // [6:6] is the sub-list for extension extendee
	0, // [0:6] is the sub-list for field type_name
}

func init() { file_deviceapis_device_v1_deviceapis_device_sac_v1_proto_init() }
func file_deviceapis_device_v1_deviceapis_device_sac_v1_proto_init() {
	if File_deviceapis_device_v1_deviceapis_device_sac_v1_proto != nil {
		return
	}
	file_deviceapis_device_v1_deviceapis_device_common_v1_proto_init()
	if !protoimpl.UnsafeEnabled {
		file_deviceapis_device_v1_deviceapis_device_sac_v1_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*EditSacRequest); 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_sac_v1_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*EditSacResponse); 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_sac_v1_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetSacRequest); 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_sac_v1_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetSacResponse); 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_sac_v1_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*Sac); 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_sac_v1_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*EditSacResponse_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_sac_v1_proto_msgTypes[1].OneofWrappers = []interface{}{
		(*EditSacResponse_Data)(nil),
		(*EditSacResponse_Error_)(nil),
	}
	file_deviceapis_device_v1_deviceapis_device_sac_v1_proto_msgTypes[3].OneofWrappers = []interface{}{
		(*GetSacResponse_Data)(nil),
	}
	file_deviceapis_device_v1_deviceapis_device_sac_v1_proto_msgTypes[5].OneofWrappers = []interface{}{
		(*EditSacResponse_Error_Validation)(nil),
	}
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_deviceapis_device_v1_deviceapis_device_sac_v1_proto_rawDesc,
			NumEnums:      0,
			NumMessages:   6,
			NumExtensions: 0,
			NumServices:   1,
		},
		GoTypes:           file_deviceapis_device_v1_deviceapis_device_sac_v1_proto_goTypes,
		DependencyIndexes: file_deviceapis_device_v1_deviceapis_device_sac_v1_proto_depIdxs,
		MessageInfos:      file_deviceapis_device_v1_deviceapis_device_sac_v1_proto_msgTypes,
	}.Build()
	File_deviceapis_device_v1_deviceapis_device_sac_v1_proto = out.File
	file_deviceapis_device_v1_deviceapis_device_sac_v1_proto_rawDesc = nil
	file_deviceapis_device_v1_deviceapis_device_sac_v1_proto_goTypes = nil
	file_deviceapis_device_v1_deviceapis_device_sac_v1_proto_depIdxs = nil
}
