//
//Спецификация АПИ управления сущностью SafeCityOsd

// 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_safe_osd_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 SafeCityOsd_PlacementType int32

const (
	// Значение не указано
	SafeCityOsd_PLACEMENT_TYPE_UNKNOWN SafeCityOsd_PlacementType = 0
	// Сверху слева
	SafeCityOsd_TOP_LEFT SafeCityOsd_PlacementType = 1
	// Сверху справа
	SafeCityOsd_TOP_RIGHT SafeCityOsd_PlacementType = 2
	// Снизу слева
	SafeCityOsd_BOTTOM_LEFT SafeCityOsd_PlacementType = 3
	// Снизу справа
	SafeCityOsd_BOTTOM_RIGHT SafeCityOsd_PlacementType = 4
)

// Enum value maps for SafeCityOsd_PlacementType.
var (
	SafeCityOsd_PlacementType_name = map[int32]string{
		0: "PLACEMENT_TYPE_UNKNOWN",
		1: "TOP_LEFT",
		2: "TOP_RIGHT",
		3: "BOTTOM_LEFT",
		4: "BOTTOM_RIGHT",
	}
	SafeCityOsd_PlacementType_value = map[string]int32{
		"PLACEMENT_TYPE_UNKNOWN": 0,
		"TOP_LEFT":               1,
		"TOP_RIGHT":              2,
		"BOTTOM_LEFT":            3,
		"BOTTOM_RIGHT":           4,
	}
)

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

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

func (SafeCityOsd_PlacementType) Descriptor() protoreflect.EnumDescriptor {
	return file_deviceapis_device_v1_deviceapis_device_safe_osd_v1_proto_enumTypes[0].Descriptor()
}

func (SafeCityOsd_PlacementType) Type() protoreflect.EnumType {
	return &file_deviceapis_device_v1_deviceapis_device_safe_osd_v1_proto_enumTypes[0]
}

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

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

// Тип добавления формата даты
type SafeCityOsd_ShowDatetimeType int32

const (
	// Значение не указано
	SafeCityOsd_SHOW_DATETIME_TYPE_UNKNOWN SafeCityOsd_ShowDatetimeType = 0
	// Формат отсутствует
	SafeCityOsd_ABSENT SafeCityOsd_ShowDatetimeType = 1
	// День и время yyyy-mm-dd HH:MM:SS
	SafeCityOsd_DAY_TIME SafeCityOsd_ShowDatetimeType = 2
	// Время HH:MM:SS
	SafeCityOsd_TIME SafeCityOsd_ShowDatetimeType = 3
)

// Enum value maps for SafeCityOsd_ShowDatetimeType.
var (
	SafeCityOsd_ShowDatetimeType_name = map[int32]string{
		0: "SHOW_DATETIME_TYPE_UNKNOWN",
		1: "ABSENT",
		2: "DAY_TIME",
		3: "TIME",
	}
	SafeCityOsd_ShowDatetimeType_value = map[string]int32{
		"SHOW_DATETIME_TYPE_UNKNOWN": 0,
		"ABSENT":                     1,
		"DAY_TIME":                   2,
		"TIME":                       3,
	}
)

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

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

func (SafeCityOsd_ShowDatetimeType) Descriptor() protoreflect.EnumDescriptor {
	return file_deviceapis_device_v1_deviceapis_device_safe_osd_v1_proto_enumTypes[1].Descriptor()
}

func (SafeCityOsd_ShowDatetimeType) Type() protoreflect.EnumType {
	return &file_deviceapis_device_v1_deviceapis_device_safe_osd_v1_proto_enumTypes[1]
}

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

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

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

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

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

func (*EditSafeCityOsdRequest) ProtoMessage() {}

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

func (x *EditSafeCityOsdRequest) GetData() *SafeCityOsd {
	if x != nil {
		return x.Data
	}
	return nil
}

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

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

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

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

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

func (*EditSafeCityOsdResponse) ProtoMessage() {}

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

func (m *EditSafeCityOsdResponse) GetType() isEditSafeCityOsdResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *EditSafeCityOsdResponse) GetData() *SafeCityOsd {
	if x, ok := x.GetType().(*EditSafeCityOsdResponse_Data); ok {
		return x.Data
	}
	return nil
}

func (x *EditSafeCityOsdResponse) GetError() *EditSafeCityOsdResponse_Error {
	if x, ok := x.GetType().(*EditSafeCityOsdResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isEditSafeCityOsdResponse_Type interface {
	isEditSafeCityOsdResponse_Type()
}

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

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

func (*EditSafeCityOsdResponse_Data) isEditSafeCityOsdResponse_Type() {}

func (*EditSafeCityOsdResponse_Error_) isEditSafeCityOsdResponse_Type() {}

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

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

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

func (*GetSafeCityOsdRequest) ProtoMessage() {}

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

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

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

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

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

func (*GetSafeCityOsdResponse) ProtoMessage() {}

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

func (m *GetSafeCityOsdResponse) GetType() isGetSafeCityOsdResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetSafeCityOsdResponse) GetData() *SafeCityOsd {
	if x, ok := x.GetType().(*GetSafeCityOsdResponse_Data); ok {
		return x.Data
	}
	return nil
}

type isGetSafeCityOsdResponse_Type interface {
	isGetSafeCityOsdResponse_Type()
}

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

func (*GetSafeCityOsdResponse_Data) isGetSafeCityOsdResponse_Type() {}

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

	// Флаг включения OSD
	IsOsdEnabled bool `protobuf:"varint,1,opt,name=is_osd_enabled,json=isOsdEnabled,proto3" json:"is_osd_enabled,omitempty"`
	// Текст
	Textline string `protobuf:"bytes,2,opt,name=textline,proto3" json:"textline,omitempty"`
	// Размер текста, пикселей
	Textsize int32 `protobuf:"varint,3,opt,name=textsize,proto3" json:"textsize,omitempty"`
	// Размещение текста
	PlacementType SafeCityOsd_PlacementType `protobuf:"varint,4,opt,name=placement_type,json=placementType,proto3,enum=deviceapis.device.v1.SafeCityOsd_PlacementType" json:"placement_type,omitempty"`
	// Вариант добавления даты
	ShowDatetimeType SafeCityOsd_ShowDatetimeType `protobuf:"varint,5,opt,name=show_datetime_type,json=showDatetimeType,proto3,enum=deviceapis.device.v1.SafeCityOsd_ShowDatetimeType" json:"show_datetime_type,omitempty"`
	// Флаг отображения количества кадров в секунду
	IsShowFps bool `protobuf:"varint,6,opt,name=is_show_fps,json=isShowFps,proto3" json:"is_show_fps,omitempty"`
	// Флаг отображения битрейта
	IsShowBitrate bool `protobuf:"varint,7,opt,name=is_show_bitrate,json=isShowBitrate,proto3" json:"is_show_bitrate,omitempty"`
	// Флаг отображения количества потоков
	IsShowCountOfStreams bool `protobuf:"varint,8,opt,name=is_show_count_of_streams,json=isShowCountOfStreams,proto3" json:"is_show_count_of_streams,omitempty"`
	// Флаг отображения имени устройства
	IsShowNameOfDevice bool `protobuf:"varint,9,opt,name=is_show_name_of_device,json=isShowNameOfDevice,proto3" json:"is_show_name_of_device,omitempty"`
}

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

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

func (*SafeCityOsd) ProtoMessage() {}

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

func (x *SafeCityOsd) GetIsOsdEnabled() bool {
	if x != nil {
		return x.IsOsdEnabled
	}
	return false
}

func (x *SafeCityOsd) GetTextline() string {
	if x != nil {
		return x.Textline
	}
	return ""
}

func (x *SafeCityOsd) GetTextsize() int32 {
	if x != nil {
		return x.Textsize
	}
	return 0
}

func (x *SafeCityOsd) GetPlacementType() SafeCityOsd_PlacementType {
	if x != nil {
		return x.PlacementType
	}
	return SafeCityOsd_PLACEMENT_TYPE_UNKNOWN
}

func (x *SafeCityOsd) GetShowDatetimeType() SafeCityOsd_ShowDatetimeType {
	if x != nil {
		return x.ShowDatetimeType
	}
	return SafeCityOsd_SHOW_DATETIME_TYPE_UNKNOWN
}

func (x *SafeCityOsd) GetIsShowFps() bool {
	if x != nil {
		return x.IsShowFps
	}
	return false
}

func (x *SafeCityOsd) GetIsShowBitrate() bool {
	if x != nil {
		return x.IsShowBitrate
	}
	return false
}

func (x *SafeCityOsd) GetIsShowCountOfStreams() bool {
	if x != nil {
		return x.IsShowCountOfStreams
	}
	return false
}

func (x *SafeCityOsd) GetIsShowNameOfDevice() bool {
	if x != nil {
		return x.IsShowNameOfDevice
	}
	return false
}

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

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

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

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

func (*EditSafeCityOsdResponse_Error) ProtoMessage() {}

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

func (m *EditSafeCityOsdResponse_Error) GetReason() isEditSafeCityOsdResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isEditSafeCityOsdResponse_Error_Reason interface {
	isEditSafeCityOsdResponse_Error_Reason()
}

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

func (*EditSafeCityOsdResponse_Error_Validation) isEditSafeCityOsdResponse_Error_Reason() {}

var File_deviceapis_device_v1_deviceapis_device_safe_osd_v1_proto protoreflect.FileDescriptor

var file_deviceapis_device_v1_deviceapis_device_safe_osd_v1_proto_rawDesc = []byte{
	0x0a, 0x38, 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, 0x66, 0x65, 0x5f, 0x6f, 0x73,
	0x64, 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, 0x91, 0x01, 0x0a, 0x16, 0x45, 0x64,
	0x69, 0x74, 0x53, 0x61, 0x66, 0x65, 0x43, 0x69, 0x74, 0x79, 0x4f, 0x73, 0x64, 0x52, 0x65, 0x71,
	0x75, 0x65, 0x73, 0x74, 0x12, 0x3a, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01,
	0x28, 0x0b, 0x32, 0x21, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x61, 0x66, 0x65, 0x43, 0x69,
	0x74, 0x79, 0x4f, 0x73, 0x64, 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, 0x83, 0x02,
	0x0a, 0x17, 0x45, 0x64, 0x69, 0x74, 0x53, 0x61, 0x66, 0x65, 0x43, 0x69, 0x74, 0x79, 0x4f, 0x73,
	0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x37, 0x0a, 0x04, 0x64, 0x61, 0x74,
	0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53,
	0x61, 0x66, 0x65, 0x43, 0x69, 0x74, 0x79, 0x4f, 0x73, 0x64, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61,
	0x74, 0x61, 0x12, 0x4b, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28,
	0x0b, 0x32, 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, 0x61, 0x66,
	0x65, 0x43, 0x69, 0x74, 0x79, 0x4f, 0x73, 0x64, 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, 0x17, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x53, 0x61, 0x66, 0x65, 0x43, 0x69,
	0x74, 0x79, 0x4f, 0x73, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x59, 0x0a, 0x16,
	0x47, 0x65, 0x74, 0x53, 0x61, 0x66, 0x65, 0x43, 0x69, 0x74, 0x79, 0x4f, 0x73, 0x64, 0x52, 0x65,
	0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x37, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01,
	0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69,
	0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x61, 0x66, 0x65,
	0x43, 0x69, 0x74, 0x79, 0x4f, 0x73, 0x64, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x42,
	0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0xa1, 0x06, 0x0a, 0x0b, 0x53, 0x61, 0x66, 0x65,
	0x43, 0x69, 0x74, 0x79, 0x4f, 0x73, 0x64, 0x12, 0x31, 0x0a, 0x0e, 0x69, 0x73, 0x5f, 0x6f, 0x73,
	0x64, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x42,
	0x0b, 0x92, 0x41, 0x08, 0x4a, 0x06, 0x22, 0x74, 0x72, 0x75, 0x65, 0x22, 0x52, 0x0c, 0x69, 0x73,
	0x4f, 0x73, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x59, 0x0a, 0x08, 0x74, 0x65,
	0x78, 0x74, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3d, 0x92, 0x41,
	0x3a, 0x4a, 0x38, 0x22, 0x4c, 0x6f, 0x72, 0x65, 0x6d, 0x20, 0x69, 0x70, 0x73, 0x75, 0x6d, 0x20,
	0x64, 0x6f, 0x6c, 0x6f, 0x72, 0x20, 0x73, 0x69, 0x74, 0x20, 0x61, 0x6d, 0x65, 0x74, 0x20, 0x63,
	0x6f, 0x6e, 0x73, 0x65, 0x63, 0x74, 0x65, 0x74, 0x75, 0x72, 0x20, 0x61, 0x64, 0x69, 0x70, 0x69,
	0x73, 0x63, 0x69, 0x6e, 0x67, 0x20, 0x65, 0x6c, 0x69, 0x74, 0x22, 0x52, 0x08, 0x74, 0x65, 0x78,
	0x74, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x24, 0x0a, 0x08, 0x74, 0x65, 0x78, 0x74, 0x73, 0x69, 0x7a,
	0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x42, 0x08, 0x92, 0x41, 0x05, 0x4a, 0x03, 0x31, 0x30,
	0x30, 0x52, 0x08, 0x74, 0x65, 0x78, 0x74, 0x73, 0x69, 0x7a, 0x65, 0x12, 0x67, 0x0a, 0x0e, 0x70,
	0x6c, 0x61, 0x63, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20,
	0x01, 0x28, 0x0e, 0x32, 0x2f, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x61, 0x66, 0x65, 0x43,
	0x69, 0x74, 0x79, 0x4f, 0x73, 0x64, 0x2e, 0x50, 0x6c, 0x61, 0x63, 0x65, 0x6d, 0x65, 0x6e, 0x74,
	0x54, 0x79, 0x70, 0x65, 0x42, 0x0f, 0x92, 0x41, 0x0c, 0x4a, 0x0a, 0x22, 0x54, 0x4f, 0x50, 0x5f,
	0x4c, 0x45, 0x46, 0x54, 0x22, 0x52, 0x0d, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x6d, 0x65, 0x6e, 0x74,
	0x54, 0x79, 0x70, 0x65, 0x12, 0x6f, 0x0a, 0x12, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x64, 0x61, 0x74,
	0x65, 0x74, 0x69, 0x6d, 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0e,
	0x32, 0x32, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x61, 0x66, 0x65, 0x43, 0x69, 0x74, 0x79,
	0x4f, 0x73, 0x64, 0x2e, 0x53, 0x68, 0x6f, 0x77, 0x44, 0x61, 0x74, 0x65, 0x74, 0x69, 0x6d, 0x65,
	0x54, 0x79, 0x70, 0x65, 0x42, 0x0d, 0x92, 0x41, 0x0a, 0x4a, 0x08, 0x22, 0x41, 0x42, 0x53, 0x45,
	0x4e, 0x54, 0x22, 0x52, 0x10, 0x73, 0x68, 0x6f, 0x77, 0x44, 0x61, 0x74, 0x65, 0x74, 0x69, 0x6d,
	0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x2b, 0x0a, 0x0b, 0x69, 0x73, 0x5f, 0x73, 0x68, 0x6f, 0x77,
	0x5f, 0x66, 0x70, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x42, 0x0b, 0x92, 0x41, 0x08, 0x4a,
	0x06, 0x22, 0x74, 0x72, 0x75, 0x65, 0x22, 0x52, 0x09, 0x69, 0x73, 0x53, 0x68, 0x6f, 0x77, 0x46,
	0x70, 0x73, 0x12, 0x26, 0x0a, 0x0f, 0x69, 0x73, 0x5f, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x62, 0x69,
	0x74, 0x72, 0x61, 0x74, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0d, 0x69, 0x73, 0x53,
	0x68, 0x6f, 0x77, 0x42, 0x69, 0x74, 0x72, 0x61, 0x74, 0x65, 0x12, 0x36, 0x0a, 0x18, 0x69, 0x73,
	0x5f, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x6f, 0x66, 0x5f, 0x73,
	0x74, 0x72, 0x65, 0x61, 0x6d, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 0x14, 0x69, 0x73,
	0x53, 0x68, 0x6f, 0x77, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x4f, 0x66, 0x53, 0x74, 0x72, 0x65, 0x61,
	0x6d, 0x73, 0x12, 0x32, 0x0a, 0x16, 0x69, 0x73, 0x5f, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x6e, 0x61,
	0x6d, 0x65, 0x5f, 0x6f, 0x66, 0x5f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x18, 0x09, 0x20, 0x01,
	0x28, 0x08, 0x52, 0x12, 0x69, 0x73, 0x53, 0x68, 0x6f, 0x77, 0x4e, 0x61, 0x6d, 0x65, 0x4f, 0x66,
	0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x22, 0x6b, 0x0a, 0x0d, 0x50, 0x6c, 0x61, 0x63, 0x65, 0x6d,
	0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x16, 0x50, 0x4c, 0x41, 0x43, 0x45,
	0x4d, 0x45, 0x4e, 0x54, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57,
	0x4e, 0x10, 0x00, 0x12, 0x0c, 0x0a, 0x08, 0x54, 0x4f, 0x50, 0x5f, 0x4c, 0x45, 0x46, 0x54, 0x10,
	0x01, 0x12, 0x0d, 0x0a, 0x09, 0x54, 0x4f, 0x50, 0x5f, 0x52, 0x49, 0x47, 0x48, 0x54, 0x10, 0x02,
	0x12, 0x0f, 0x0a, 0x0b, 0x42, 0x4f, 0x54, 0x54, 0x4f, 0x4d, 0x5f, 0x4c, 0x45, 0x46, 0x54, 0x10,
	0x03, 0x12, 0x10, 0x0a, 0x0c, 0x42, 0x4f, 0x54, 0x54, 0x4f, 0x4d, 0x5f, 0x52, 0x49, 0x47, 0x48,
	0x54, 0x10, 0x04, 0x22, 0x56, 0x0a, 0x10, 0x53, 0x68, 0x6f, 0x77, 0x44, 0x61, 0x74, 0x65, 0x74,
	0x69, 0x6d, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x1a, 0x53, 0x48, 0x4f, 0x57, 0x5f,
	0x44, 0x41, 0x54, 0x45, 0x54, 0x49, 0x4d, 0x45, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e,
	0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x0a, 0x0a, 0x06, 0x41, 0x42, 0x53, 0x45, 0x4e,
	0x54, 0x10, 0x01, 0x12, 0x0c, 0x0a, 0x08, 0x44, 0x41, 0x59, 0x5f, 0x54, 0x49, 0x4d, 0x45, 0x10,
	0x02, 0x12, 0x08, 0x0a, 0x04, 0x54, 0x49, 0x4d, 0x45, 0x10, 0x03, 0x32, 0xc5, 0x02, 0x0a, 0x12,
	0x53, 0x61, 0x66, 0x65, 0x43, 0x69, 0x74, 0x79, 0x4f, 0x73, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69,
	0x63, 0x65, 0x12, 0x9a, 0x01, 0x0a, 0x0f, 0x45, 0x64, 0x69, 0x74, 0x53, 0x61, 0x66, 0x65, 0x43,
	0x69, 0x74, 0x79, 0x4f, 0x73, 0x64, 0x12, 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, 0x61, 0x66, 0x65, 0x43, 0x69, 0x74, 0x79, 0x4f, 0x73, 0x64, 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, 0x45, 0x64, 0x69, 0x74,
	0x53, 0x61, 0x66, 0x65, 0x43, 0x69, 0x74, 0x79, 0x4f, 0x73, 0x64, 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, 0x73, 0x61, 0x66, 0x65, 0x5f, 0x63, 0x69, 0x74, 0x79, 0x2f, 0x6f, 0x73, 0x64, 0x12,
	0x91, 0x01, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x53, 0x61, 0x66, 0x65, 0x43, 0x69, 0x74, 0x79, 0x4f,
	0x73, 0x64, 0x12, 0x2b, 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, 0x66,
	0x65, 0x43, 0x69, 0x74, 0x79, 0x4f, 0x73, 0x64, 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, 0x47, 0x65, 0x74, 0x53, 0x61, 0x66, 0x65, 0x43, 0x69,
	0x74, 0x79, 0x4f, 0x73, 0x64, 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, 0x73, 0x61, 0x66, 0x65, 0x5f, 0x63, 0x69, 0x74, 0x79, 0x2f,
	0x6f, 0x73, 0x64, 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_safe_osd_v1_proto_rawDescOnce sync.Once
	file_deviceapis_device_v1_deviceapis_device_safe_osd_v1_proto_rawDescData = file_deviceapis_device_v1_deviceapis_device_safe_osd_v1_proto_rawDesc
)

func file_deviceapis_device_v1_deviceapis_device_safe_osd_v1_proto_rawDescGZIP() []byte {
	file_deviceapis_device_v1_deviceapis_device_safe_osd_v1_proto_rawDescOnce.Do(func() {
		file_deviceapis_device_v1_deviceapis_device_safe_osd_v1_proto_rawDescData = protoimpl.X.CompressGZIP(file_deviceapis_device_v1_deviceapis_device_safe_osd_v1_proto_rawDescData)
	})
	return file_deviceapis_device_v1_deviceapis_device_safe_osd_v1_proto_rawDescData
}

var file_deviceapis_device_v1_deviceapis_device_safe_osd_v1_proto_enumTypes = make([]protoimpl.EnumInfo, 2)
var file_deviceapis_device_v1_deviceapis_device_safe_osd_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
var file_deviceapis_device_v1_deviceapis_device_safe_osd_v1_proto_goTypes = []interface{}{
	(SafeCityOsd_PlacementType)(0),        // 0: deviceapis.device.v1.SafeCityOsd.PlacementType
	(SafeCityOsd_ShowDatetimeType)(0),     // 1: deviceapis.device.v1.SafeCityOsd.ShowDatetimeType
	(*EditSafeCityOsdRequest)(nil),        // 2: deviceapis.device.v1.EditSafeCityOsdRequest
	(*EditSafeCityOsdResponse)(nil),       // 3: deviceapis.device.v1.EditSafeCityOsdResponse
	(*GetSafeCityOsdRequest)(nil),         // 4: deviceapis.device.v1.GetSafeCityOsdRequest
	(*GetSafeCityOsdResponse)(nil),        // 5: deviceapis.device.v1.GetSafeCityOsdResponse
	(*SafeCityOsd)(nil),                   // 6: deviceapis.device.v1.SafeCityOsd
	(*EditSafeCityOsdResponse_Error)(nil), // 7: deviceapis.device.v1.EditSafeCityOsdResponse.Error
	(*fieldmaskpb.FieldMask)(nil),         // 8: google.protobuf.FieldMask
	(*ValidationError)(nil),               // 9: deviceapis.device.v1.ValidationError
}
var file_deviceapis_device_v1_deviceapis_device_safe_osd_v1_proto_depIdxs = []int32{
	6,  // 0: deviceapis.device.v1.EditSafeCityOsdRequest.data:type_name -> deviceapis.device.v1.SafeCityOsd
	8,  // 1: deviceapis.device.v1.EditSafeCityOsdRequest.update_mask:type_name -> google.protobuf.FieldMask
	6,  // 2: deviceapis.device.v1.EditSafeCityOsdResponse.data:type_name -> deviceapis.device.v1.SafeCityOsd
	7,  // 3: deviceapis.device.v1.EditSafeCityOsdResponse.error:type_name -> deviceapis.device.v1.EditSafeCityOsdResponse.Error
	6,  // 4: deviceapis.device.v1.GetSafeCityOsdResponse.data:type_name -> deviceapis.device.v1.SafeCityOsd
	0,  // 5: deviceapis.device.v1.SafeCityOsd.placement_type:type_name -> deviceapis.device.v1.SafeCityOsd.PlacementType
	1,  // 6: deviceapis.device.v1.SafeCityOsd.show_datetime_type:type_name -> deviceapis.device.v1.SafeCityOsd.ShowDatetimeType
	9,  // 7: deviceapis.device.v1.EditSafeCityOsdResponse.Error.validation:type_name -> deviceapis.device.v1.ValidationError
	2,  // 8: deviceapis.device.v1.SafeCityOsdService.EditSafeCityOsd:input_type -> deviceapis.device.v1.EditSafeCityOsdRequest
	4,  // 9: deviceapis.device.v1.SafeCityOsdService.GetSafeCityOsd:input_type -> deviceapis.device.v1.GetSafeCityOsdRequest
	3,  // 10: deviceapis.device.v1.SafeCityOsdService.EditSafeCityOsd:output_type -> deviceapis.device.v1.EditSafeCityOsdResponse
	5,  // 11: deviceapis.device.v1.SafeCityOsdService.GetSafeCityOsd:output_type -> deviceapis.device.v1.GetSafeCityOsdResponse
	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_safe_osd_v1_proto_init() }
func file_deviceapis_device_v1_deviceapis_device_safe_osd_v1_proto_init() {
	if File_deviceapis_device_v1_deviceapis_device_safe_osd_v1_proto != nil {
		return
	}
	file_deviceapis_device_v1_deviceapis_device_common_v1_proto_init()
	if !protoimpl.UnsafeEnabled {
		file_deviceapis_device_v1_deviceapis_device_safe_osd_v1_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*EditSafeCityOsdRequest); 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_safe_osd_v1_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*EditSafeCityOsdResponse); 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_safe_osd_v1_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetSafeCityOsdRequest); 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_safe_osd_v1_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetSafeCityOsdResponse); 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_safe_osd_v1_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*SafeCityOsd); 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_safe_osd_v1_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*EditSafeCityOsdResponse_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_safe_osd_v1_proto_msgTypes[1].OneofWrappers = []interface{}{
		(*EditSafeCityOsdResponse_Data)(nil),
		(*EditSafeCityOsdResponse_Error_)(nil),
	}
	file_deviceapis_device_v1_deviceapis_device_safe_osd_v1_proto_msgTypes[3].OneofWrappers = []interface{}{
		(*GetSafeCityOsdResponse_Data)(nil),
	}
	file_deviceapis_device_v1_deviceapis_device_safe_osd_v1_proto_msgTypes[5].OneofWrappers = []interface{}{
		(*EditSafeCityOsdResponse_Error_Validation)(nil),
	}
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_deviceapis_device_v1_deviceapis_device_safe_osd_v1_proto_rawDesc,
			NumEnums:      2,
			NumMessages:   6,
			NumExtensions: 0,
			NumServices:   1,
		},
		GoTypes:           file_deviceapis_device_v1_deviceapis_device_safe_osd_v1_proto_goTypes,
		DependencyIndexes: file_deviceapis_device_v1_deviceapis_device_safe_osd_v1_proto_depIdxs,
		EnumInfos:         file_deviceapis_device_v1_deviceapis_device_safe_osd_v1_proto_enumTypes,
		MessageInfos:      file_deviceapis_device_v1_deviceapis_device_safe_osd_v1_proto_msgTypes,
	}.Build()
	File_deviceapis_device_v1_deviceapis_device_safe_osd_v1_proto = out.File
	file_deviceapis_device_v1_deviceapis_device_safe_osd_v1_proto_rawDesc = nil
	file_deviceapis_device_v1_deviceapis_device_safe_osd_v1_proto_goTypes = nil
	file_deviceapis_device_v1_deviceapis_device_safe_osd_v1_proto_depIdxs = nil
}
