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

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

// Режим Flow control mode
type VideoChannel_FlowControlModeType int32

const (
	// Значение не указано
	VideoChannel_FLOW_CONTROL_MODE_TYPE_UNKNOWN VideoChannel_FlowControlModeType = 0
	// Режим VBR
	VideoChannel_VBR VideoChannel_FlowControlModeType = 1
	// Режим CBR
	VideoChannel_CBR VideoChannel_FlowControlModeType = 2
	// Режим CVBR
	VideoChannel_CVBR VideoChannel_FlowControlModeType = 3
	// Режим AVBR
	VideoChannel_AVBR VideoChannel_FlowControlModeType = 4
	// Режим FIXP
	VideoChannel_FIXP VideoChannel_FlowControlModeType = 5
	// Режим QVBR
	VideoChannel_QVBR VideoChannel_FlowControlModeType = 6
)

// Enum value maps for VideoChannel_FlowControlModeType.
var (
	VideoChannel_FlowControlModeType_name = map[int32]string{
		0: "FLOW_CONTROL_MODE_TYPE_UNKNOWN",
		1: "VBR",
		2: "CBR",
		3: "CVBR",
		4: "AVBR",
		5: "FIXP",
		6: "QVBR",
	}
	VideoChannel_FlowControlModeType_value = map[string]int32{
		"FLOW_CONTROL_MODE_TYPE_UNKNOWN": 0,
		"VBR":                            1,
		"CBR":                            2,
		"CVBR":                           3,
		"AVBR":                           4,
		"FIXP":                           5,
		"QVBR":                           6,
	}
)

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

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

func (VideoChannel_FlowControlModeType) Descriptor() protoreflect.EnumDescriptor {
	return file_deviceapis_device_v1_deviceapis_device_video_v1_proto_enumTypes[0].Descriptor()
}

func (VideoChannel_FlowControlModeType) Type() protoreflect.EnumType {
	return &file_deviceapis_device_v1_deviceapis_device_video_v1_proto_enumTypes[0]
}

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

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

// Формат видео
type VideoChannel_FormatType int32

const (
	// Значение не указано
	VideoChannel_FORMAT_TYPE_UNKNOWN VideoChannel_FormatType = 0
	// Формат mjpeg
	VideoChannel_MPEG VideoChannel_FormatType = 1
	// Формат h.264
	VideoChannel_H264 VideoChannel_FormatType = 2
	// Формат h.264+
	VideoChannel_H264_PLUS VideoChannel_FormatType = 3
	// Формат h.265
	VideoChannel_H265 VideoChannel_FormatType = 4
)

// Enum value maps for VideoChannel_FormatType.
var (
	VideoChannel_FormatType_name = map[int32]string{
		0: "FORMAT_TYPE_UNKNOWN",
		1: "MPEG",
		2: "H264",
		3: "H264_PLUS",
		4: "H265",
	}
	VideoChannel_FormatType_value = map[string]int32{
		"FORMAT_TYPE_UNKNOWN": 0,
		"MPEG":                1,
		"H264":                2,
		"H264_PLUS":           3,
		"H265":                4,
	}
)

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

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

func (VideoChannel_FormatType) Descriptor() protoreflect.EnumDescriptor {
	return file_deviceapis_device_v1_deviceapis_device_video_v1_proto_enumTypes[1].Descriptor()
}

func (VideoChannel_FormatType) Type() protoreflect.EnumType {
	return &file_deviceapis_device_v1_deviceapis_device_video_v1_proto_enumTypes[1]
}

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

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

// Профиль
type VideoChannel_ProfileType int32

const (
	// Значение не указано
	VideoChannel_PROFILE_TYPE_UNKNOWN VideoChannel_ProfileType = 0
	// Высокий
	VideoChannel_PROFILE_HIGH VideoChannel_ProfileType = 1
	// Основной
	VideoChannel_PROFILE_MAIN VideoChannel_ProfileType = 2
	// Базовый
	VideoChannel_PROFILE_BASE VideoChannel_ProfileType = 3
)

// Enum value maps for VideoChannel_ProfileType.
var (
	VideoChannel_ProfileType_name = map[int32]string{
		0: "PROFILE_TYPE_UNKNOWN",
		1: "PROFILE_HIGH",
		2: "PROFILE_MAIN",
		3: "PROFILE_BASE",
	}
	VideoChannel_ProfileType_value = map[string]int32{
		"PROFILE_TYPE_UNKNOWN": 0,
		"PROFILE_HIGH":         1,
		"PROFILE_MAIN":         2,
		"PROFILE_BASE":         3,
	}
)

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

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

func (VideoChannel_ProfileType) Descriptor() protoreflect.EnumDescriptor {
	return file_deviceapis_device_v1_deviceapis_device_video_v1_proto_enumTypes[2].Descriptor()
}

func (VideoChannel_ProfileType) Type() protoreflect.EnumType {
	return &file_deviceapis_device_v1_deviceapis_device_video_v1_proto_enumTypes[2]
}

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

// Deprecated: Use VideoChannel_ProfileType.Descriptor instead.
func (VideoChannel_ProfileType) EnumDescriptor() ([]byte, []int) {
	return file_deviceapis_device_v1_deviceapis_device_video_v1_proto_rawDescGZIP(), []int{4, 2}
}

// Тип разрешения видео
type VideoChannel_ResolutionType int32

const (
	// Значение не указано
	VideoChannel_RESOLUTION_TYPE_UNKNOWN VideoChannel_ResolutionType = 0
	// Тип разрешения 2K 2560*1440
	VideoChannel_R2K VideoChannel_ResolutionType = 1
	// Тип разрешения FULLHD 1920*1080
	VideoChannel_FULLHD VideoChannel_ResolutionType = 2
	// Тип разрешения HD 1280*720
	VideoChannel_HD VideoChannel_ResolutionType = 3
	// Тип разрешения SD 720*576
	VideoChannel_SD VideoChannel_ResolutionType = 4
	// Тип разрешения 4CIF 704*576
	VideoChannel_R4CIF VideoChannel_ResolutionType = 5
	// Тип разрешения VGA 640*480
	VideoChannel_VGA VideoChannel_ResolutionType = 6
)

// Enum value maps for VideoChannel_ResolutionType.
var (
	VideoChannel_ResolutionType_name = map[int32]string{
		0: "RESOLUTION_TYPE_UNKNOWN",
		1: "R2K",
		2: "FULLHD",
		3: "HD",
		4: "SD",
		5: "R4CIF",
		6: "VGA",
	}
	VideoChannel_ResolutionType_value = map[string]int32{
		"RESOLUTION_TYPE_UNKNOWN": 0,
		"R2K":                     1,
		"FULLHD":                  2,
		"HD":                      3,
		"SD":                      4,
		"R4CIF":                   5,
		"VGA":                     6,
	}
)

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

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

func (VideoChannel_ResolutionType) Descriptor() protoreflect.EnumDescriptor {
	return file_deviceapis_device_v1_deviceapis_device_video_v1_proto_enumTypes[3].Descriptor()
}

func (VideoChannel_ResolutionType) Type() protoreflect.EnumType {
	return &file_deviceapis_device_v1_deviceapis_device_video_v1_proto_enumTypes[3]
}

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

// Deprecated: Use VideoChannel_ResolutionType.Descriptor instead.
func (VideoChannel_ResolutionType) EnumDescriptor() ([]byte, []int) {
	return file_deviceapis_device_v1_deviceapis_device_video_v1_proto_rawDescGZIP(), []int{4, 3}
}

// Запрос редактирования единичной сущности VideoChannel по ключу
type EditVideoChannelRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

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

func (*EditVideoChannelRequest) ProtoMessage() {}

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

func (x *EditVideoChannelRequest) GetData() *VideoChannel {
	if x != nil {
		return x.Data
	}
	return nil
}

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

// Ответ на запрос редактирования единичной сущности VideoChannel по ключу
type EditVideoChannelResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

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

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

func (*EditVideoChannelResponse) ProtoMessage() {}

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

func (m *EditVideoChannelResponse) GetType() isEditVideoChannelResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *EditVideoChannelResponse) GetData() *VideoChannel {
	if x, ok := x.GetType().(*EditVideoChannelResponse_Data); ok {
		return x.Data
	}
	return nil
}

func (x *EditVideoChannelResponse) GetError() *EditVideoChannelResponse_Error {
	if x, ok := x.GetType().(*EditVideoChannelResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isEditVideoChannelResponse_Type interface {
	isEditVideoChannelResponse_Type()
}

type EditVideoChannelResponse_Data struct {
	// Настройки видеоконфига
	Data *VideoChannel `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

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

func (*EditVideoChannelResponse_Data) isEditVideoChannelResponse_Type() {}

func (*EditVideoChannelResponse_Error_) isEditVideoChannelResponse_Type() {}

// Запрос получения списка сущностей VideoChannel по фильтру
type GetVideoChannelListRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

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

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

func (*GetVideoChannelListRequest) ProtoMessage() {}

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

// Ответ на запрос получения списка сущностей VideoChannel по фильтру
type GetVideoChannelListResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Список VideoChannel
	Data []*VideoChannel `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
}

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

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

func (*GetVideoChannelListResponse) ProtoMessage() {}

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

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

// Настройки видеоконфига
type VideoChannel struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Порядковый номер видеоконфига
	ChanelNumber int32 `protobuf:"varint,1,opt,name=chanel_number,json=chanelNumber,proto3" json:"chanel_number,omitempty"`
	// Флаг активности
	IsEnabled bool `protobuf:"varint,2,opt,name=is_enabled,json=isEnabled,proto3" json:"is_enabled,omitempty"`
	// Тип разрешения видео
	ResolutionType VideoChannel_ResolutionType `protobuf:"varint,3,opt,name=resolution_type,json=resolutionType,proto3,enum=deviceapis.device.v1.VideoChannel_ResolutionType" json:"resolution_type,omitempty"`
	// Формат видео
	FormatType VideoChannel_FormatType `protobuf:"varint,4,opt,name=format_type,json=formatType,proto3,enum=deviceapis.device.v1.VideoChannel_FormatType" json:"format_type,omitempty"`
	// Профиль
	ProfileType VideoChannel_ProfileType `protobuf:"varint,5,opt,name=profile_type,json=profileType,proto3,enum=deviceapis.device.v1.VideoChannel_ProfileType" json:"profile_type,omitempty"`
	// Частота кадров
	Fps int32 `protobuf:"varint,6,opt,name=fps,proto3" json:"fps,omitempty"`
	// Периодичность опорного кадра
	Gop int32 `protobuf:"varint,7,opt,name=gop,proto3" json:"gop,omitempty"`
	// Режим FlowControlModeType
	FlowControlModeType VideoChannel_FlowControlModeType `protobuf:"varint,8,opt,name=flow_control_mode_type,json=flowControlModeType,proto3,enum=deviceapis.device.v1.VideoChannel_FlowControlModeType" json:"flow_control_mode_type,omitempty"`
	// Целевая скорость потока, килобит
	Biterate int32 `protobuf:"varint,9,opt,name=biterate,proto3" json:"biterate,omitempty"`
	// Флаг rtsp_audio
	IsRtspAudio bool `protobuf:"varint,10,opt,name=is_rtsp_audio,json=isRtspAudio,proto3" json:"is_rtsp_audio,omitempty"`
	// Флаг use for sip
	IsUsedForSip bool `protobuf:"varint,11,opt,name=is_used_for_sip,json=isUsedForSip,proto3" json:"is_used_for_sip,omitempty"`
}

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

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

func (*VideoChannel) ProtoMessage() {}

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

func (x *VideoChannel) GetChanelNumber() int32 {
	if x != nil {
		return x.ChanelNumber
	}
	return 0
}

func (x *VideoChannel) GetIsEnabled() bool {
	if x != nil {
		return x.IsEnabled
	}
	return false
}

func (x *VideoChannel) GetResolutionType() VideoChannel_ResolutionType {
	if x != nil {
		return x.ResolutionType
	}
	return VideoChannel_RESOLUTION_TYPE_UNKNOWN
}

func (x *VideoChannel) GetFormatType() VideoChannel_FormatType {
	if x != nil {
		return x.FormatType
	}
	return VideoChannel_FORMAT_TYPE_UNKNOWN
}

func (x *VideoChannel) GetProfileType() VideoChannel_ProfileType {
	if x != nil {
		return x.ProfileType
	}
	return VideoChannel_PROFILE_TYPE_UNKNOWN
}

func (x *VideoChannel) GetFps() int32 {
	if x != nil {
		return x.Fps
	}
	return 0
}

func (x *VideoChannel) GetGop() int32 {
	if x != nil {
		return x.Gop
	}
	return 0
}

func (x *VideoChannel) GetFlowControlModeType() VideoChannel_FlowControlModeType {
	if x != nil {
		return x.FlowControlModeType
	}
	return VideoChannel_FLOW_CONTROL_MODE_TYPE_UNKNOWN
}

func (x *VideoChannel) GetBiterate() int32 {
	if x != nil {
		return x.Biterate
	}
	return 0
}

func (x *VideoChannel) GetIsRtspAudio() bool {
	if x != nil {
		return x.IsRtspAudio
	}
	return false
}

func (x *VideoChannel) GetIsUsedForSip() bool {
	if x != nil {
		return x.IsUsedForSip
	}
	return false
}

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

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

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

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

func (*EditVideoChannelResponse_Error) ProtoMessage() {}

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

func (m *EditVideoChannelResponse_Error) GetReason() isEditVideoChannelResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isEditVideoChannelResponse_Error_Reason interface {
	isEditVideoChannelResponse_Error_Reason()
}

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

func (*EditVideoChannelResponse_Error_Validation) isEditVideoChannelResponse_Error_Reason() {}

var File_deviceapis_device_v1_deviceapis_device_video_v1_proto protoreflect.FileDescriptor

var file_deviceapis_device_v1_deviceapis_device_video_v1_proto_rawDesc = []byte{
	0x0a, 0x35, 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, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x5f, 0x76,
	0x31, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x14, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61,
	0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x1a, 0x36, 0x64,
	0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x2f, 0x76, 0x31, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x5f, 0x64,
	0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x5f, 0x76, 0x31, 0x2e,
	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70,
	0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72,
	0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f,
	0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x62, 0x65, 0x68, 0x61, 0x76, 0x69, 0x6f, 0x72, 0x2e, 0x70,
	0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f,
	0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x6d, 0x61, 0x73, 0x6b,
	0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2d, 0x67,
	0x65, 0x6e, 0x2d, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x2f, 0x6f, 0x70, 0x74,
	0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73,
	0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x93, 0x01, 0x0a, 0x17, 0x45, 0x64, 0x69, 0x74, 0x56,
	0x69, 0x64, 0x65, 0x6f, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65,
	0x73, 0x74, 0x12, 0x3b, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
	0x32, 0x22, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x43, 0x68, 0x61,
	0x6e, 0x6e, 0x65, 0x6c, 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, 0x86, 0x02, 0x0a,
	0x18, 0x45, 0x64, 0x69, 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65,
	0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x38, 0x0a, 0x04, 0x64, 0x61, 0x74,
	0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56,
	0x69, 0x64, 0x65, 0x6f, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x48, 0x00, 0x52, 0x04, 0x64,
	0x61, 0x74, 0x61, 0x12, 0x4c, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01,
	0x28, 0x0b, 0x32, 0x34, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x64, 0x69, 0x74, 0x56, 0x69,
	0x64, 0x65, 0x6f, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 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, 0x1c, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x56, 0x69, 0x64, 0x65,
	0x6f, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75,
	0x65, 0x73, 0x74, 0x22, 0x55, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x43,
	0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
	0x73, 0x65, 0x12, 0x36, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b,
	0x32, 0x22, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x43, 0x68, 0x61,
	0x6e, 0x6e, 0x65, 0x6c, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x91, 0x09, 0x0a, 0x0c, 0x56,
	0x69, 0x64, 0x65, 0x6f, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x12, 0x37, 0x0a, 0x0d, 0x63,
	0x68, 0x61, 0x6e, 0x65, 0x6c, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01,
	0x28, 0x05, 0x42, 0x12, 0x92, 0x41, 0x0c, 0x4a, 0x01, 0x30, 0x59, 0x00, 0x00, 0x00, 0x00, 0x00,
	0x00, 0x24, 0x40, 0xe0, 0x41, 0x02, 0x52, 0x0c, 0x63, 0x68, 0x61, 0x6e, 0x65, 0x6c, 0x4e, 0x75,
	0x6d, 0x62, 0x65, 0x72, 0x12, 0x2b, 0x0a, 0x0a, 0x69, 0x73, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c,
	0x65, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x42, 0x0c, 0x92, 0x41, 0x06, 0x4a, 0x04, 0x74,
	0x72, 0x75, 0x65, 0xe0, 0x41, 0x02, 0x52, 0x09, 0x69, 0x73, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65,
	0x64, 0x12, 0x67, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x6c, 0x75, 0x74, 0x69, 0x6f, 0x6e, 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, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x52,
	0x65, 0x73, 0x6f, 0x6c, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x42, 0x0b, 0x92,
	0x41, 0x08, 0x4a, 0x06, 0x46, 0x55, 0x4c, 0x4c, 0x48, 0x44, 0x52, 0x0e, 0x72, 0x65, 0x73, 0x6f,
	0x6c, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x59, 0x0a, 0x0b, 0x66, 0x6f,
	0x72, 0x6d, 0x61, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32,
	0x2d, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76,
	0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x43, 0x68, 0x61, 0x6e,
	0x6e, 0x65, 0x6c, 0x2e, 0x46, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x54, 0x79, 0x70, 0x65, 0x42, 0x09,
	0x92, 0x41, 0x06, 0x4a, 0x04, 0x4d, 0x50, 0x45, 0x47, 0x52, 0x0a, 0x66, 0x6f, 0x72, 0x6d, 0x61,
	0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x5c, 0x0a, 0x0c, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65,
	0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2e, 0x2e, 0x64, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e,
	0x76, 0x31, 0x2e, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e,
	0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x42, 0x09, 0x92, 0x41, 0x06,
	0x4a, 0x04, 0x48, 0x49, 0x47, 0x48, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x54,
	0x79, 0x70, 0x65, 0x12, 0x2b, 0x0a, 0x03, 0x66, 0x70, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05,
	0x42, 0x19, 0x92, 0x41, 0x16, 0x4a, 0x02, 0x32, 0x35, 0x59, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
	0x3e, 0x40, 0x69, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x3f, 0x52, 0x03, 0x66, 0x70, 0x73,
	0x12, 0x2b, 0x0a, 0x03, 0x67, 0x6f, 0x70, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x42, 0x19, 0x92,
	0x41, 0x16, 0x4a, 0x02, 0x32, 0x35, 0x59, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x69, 0x40, 0x69,
	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x3f, 0x52, 0x03, 0x67, 0x6f, 0x70, 0x12, 0x76, 0x0a,
	0x16, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x5f, 0x6d, 0x6f,
	0x64, 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x36, 0x2e,
	0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63,
	0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65,
	0x6c, 0x2e, 0x46, 0x6c, 0x6f, 0x77, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x4d, 0x6f, 0x64,
	0x65, 0x54, 0x79, 0x70, 0x65, 0x42, 0x09, 0x92, 0x41, 0x06, 0x4a, 0x04, 0x48, 0x49, 0x47, 0x48,
	0x52, 0x13, 0x66, 0x6c, 0x6f, 0x77, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x4d, 0x6f, 0x64,
	0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x36, 0x0a, 0x08, 0x62, 0x69, 0x74, 0x65, 0x72, 0x61, 0x74,
	0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x4a, 0x03, 0x31, 0x30,
	0x30, 0x59, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0xcf, 0x40, 0x69, 0x00, 0x00, 0x00, 0x00, 0x00,
	0x00, 0x59, 0x40, 0x52, 0x08, 0x62, 0x69, 0x74, 0x65, 0x72, 0x61, 0x74, 0x65, 0x12, 0x2d, 0x0a,
	0x0d, 0x69, 0x73, 0x5f, 0x72, 0x74, 0x73, 0x70, 0x5f, 0x61, 0x75, 0x64, 0x69, 0x6f, 0x18, 0x0a,
	0x20, 0x01, 0x28, 0x08, 0x42, 0x09, 0x92, 0x41, 0x06, 0x4a, 0x04, 0x74, 0x72, 0x75, 0x65, 0x52,
	0x0b, 0x69, 0x73, 0x52, 0x74, 0x73, 0x70, 0x41, 0x75, 0x64, 0x69, 0x6f, 0x12, 0x30, 0x0a, 0x0f,
	0x69, 0x73, 0x5f, 0x75, 0x73, 0x65, 0x64, 0x5f, 0x66, 0x6f, 0x72, 0x5f, 0x73, 0x69, 0x70, 0x18,
	0x0b, 0x20, 0x01, 0x28, 0x08, 0x42, 0x09, 0x92, 0x41, 0x06, 0x4a, 0x04, 0x74, 0x72, 0x75, 0x65,
	0x52, 0x0c, 0x69, 0x73, 0x55, 0x73, 0x65, 0x64, 0x46, 0x6f, 0x72, 0x53, 0x69, 0x70, 0x22, 0x73,
	0x0a, 0x13, 0x46, 0x6c, 0x6f, 0x77, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x4d, 0x6f, 0x64,
	0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x22, 0x0a, 0x1e, 0x46, 0x4c, 0x4f, 0x57, 0x5f, 0x43, 0x4f,
	0x4e, 0x54, 0x52, 0x4f, 0x4c, 0x5f, 0x4d, 0x4f, 0x44, 0x45, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f,
	0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x07, 0x0a, 0x03, 0x56, 0x42, 0x52,
	0x10, 0x01, 0x12, 0x07, 0x0a, 0x03, 0x43, 0x42, 0x52, 0x10, 0x02, 0x12, 0x08, 0x0a, 0x04, 0x43,
	0x56, 0x42, 0x52, 0x10, 0x03, 0x12, 0x08, 0x0a, 0x04, 0x41, 0x56, 0x42, 0x52, 0x10, 0x04, 0x12,
	0x08, 0x0a, 0x04, 0x46, 0x49, 0x58, 0x50, 0x10, 0x05, 0x12, 0x08, 0x0a, 0x04, 0x51, 0x56, 0x42,
	0x52, 0x10, 0x06, 0x22, 0x52, 0x0a, 0x0a, 0x46, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x54, 0x79, 0x70,
	0x65, 0x12, 0x17, 0x0a, 0x13, 0x46, 0x4f, 0x52, 0x4d, 0x41, 0x54, 0x5f, 0x54, 0x59, 0x50, 0x45,
	0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x08, 0x0a, 0x04, 0x4d, 0x50,
	0x45, 0x47, 0x10, 0x01, 0x12, 0x08, 0x0a, 0x04, 0x48, 0x32, 0x36, 0x34, 0x10, 0x02, 0x12, 0x0d,
	0x0a, 0x09, 0x48, 0x32, 0x36, 0x34, 0x5f, 0x50, 0x4c, 0x55, 0x53, 0x10, 0x03, 0x12, 0x08, 0x0a,
	0x04, 0x48, 0x32, 0x36, 0x35, 0x10, 0x04, 0x22, 0x5d, 0x0a, 0x0b, 0x50, 0x72, 0x6f, 0x66, 0x69,
	0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x14, 0x50, 0x52, 0x4f, 0x46, 0x49, 0x4c,
	0x45, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00,
	0x12, 0x10, 0x0a, 0x0c, 0x50, 0x52, 0x4f, 0x46, 0x49, 0x4c, 0x45, 0x5f, 0x48, 0x49, 0x47, 0x48,
	0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x50, 0x52, 0x4f, 0x46, 0x49, 0x4c, 0x45, 0x5f, 0x4d, 0x41,
	0x49, 0x4e, 0x10, 0x02, 0x12, 0x10, 0x0a, 0x0c, 0x50, 0x52, 0x4f, 0x46, 0x49, 0x4c, 0x45, 0x5f,
	0x42, 0x41, 0x53, 0x45, 0x10, 0x03, 0x22, 0x66, 0x0a, 0x0e, 0x52, 0x65, 0x73, 0x6f, 0x6c, 0x75,
	0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1b, 0x0a, 0x17, 0x52, 0x45, 0x53, 0x4f,
	0x4c, 0x55, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x4b, 0x4e,
	0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x07, 0x0a, 0x03, 0x52, 0x32, 0x4b, 0x10, 0x01, 0x12, 0x0a,
	0x0a, 0x06, 0x46, 0x55, 0x4c, 0x4c, 0x48, 0x44, 0x10, 0x02, 0x12, 0x06, 0x0a, 0x02, 0x48, 0x44,
	0x10, 0x03, 0x12, 0x06, 0x0a, 0x02, 0x53, 0x44, 0x10, 0x04, 0x12, 0x09, 0x0a, 0x05, 0x52, 0x34,
	0x43, 0x49, 0x46, 0x10, 0x05, 0x12, 0x07, 0x0a, 0x03, 0x56, 0x47, 0x41, 0x10, 0x06, 0x32, 0xf2,
	0x02, 0x0a, 0x13, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x53,
	0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0xb2, 0x01, 0x0a, 0x10, 0x45, 0x64, 0x69, 0x74, 0x56,
	0x69, 0x64, 0x65, 0x6f, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x12, 0x2d, 0x2e, 0x64, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e,
	0x76, 0x31, 0x2e, 0x45, 0x64, 0x69, 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x43, 0x68, 0x61, 0x6e,
	0x6e, 0x65, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2e, 0x2e, 0x64, 0x65, 0x76,
	0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76,
	0x31, 0x2e, 0x45, 0x64, 0x69, 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x43, 0x68, 0x61, 0x6e, 0x6e,
	0x65, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x3f, 0x82, 0xd3, 0xe4, 0x93,
	0x02, 0x39, 0x3a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x31, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63,
	0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x5f, 0x63,
	0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2f, 0x7b, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x63, 0x68, 0x61,
	0x6e, 0x65, 0x6c, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x7d, 0x12, 0xa5, 0x01, 0x0a, 0x13,
	0x47, 0x65, 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4c,
	0x69, 0x73, 0x74, 0x12, 0x30, 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, 0x56, 0x69,
	0x64, 0x65, 0x6f, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65,
	0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 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,
	0x56, 0x69, 0x64, 0x65, 0x6f, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4c, 0x69, 0x73, 0x74,
	0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x29, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x23,
	0x12, 0x21, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31,
	0x2f, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x5f, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2f, 0x6c,
	0x69, 0x73, 0x74, 0x42, 0xaf, 0x01, 0x0a, 0x17, 0x72, 0x75, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63,
	0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x42,
	0x17, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x44, 0x65, 0x76, 0x69, 0x63,
	0x65, 0x56, 0x31, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x48, 0x03, 0x50, 0x00, 0x5a, 0x15, 0x2f, 0x64,
	0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x5f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x5f, 0x76, 0x31, 0xd8, 0x01, 0x01, 0xf8, 0x01, 0x01, 0xa2, 0x02, 0x12, 0x44, 0x45, 0x56, 0x49,
	0x43, 0x45, 0x41, 0x50, 0x49, 0x53, 0x44, 0x45, 0x56, 0x49, 0x43, 0x45, 0x56, 0x31, 0xaa, 0x02,
	0x14, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x44, 0x65, 0x76, 0x69,
	0x63, 0x65, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x14, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70,
	0x69, 0x73, 0x5c, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5c, 0x56, 0x31, 0xea, 0x02, 0x16, 0x44,
	0x65, 0x76, 0x69, 0x63, 0x65, 0x61, 0x70, 0x69, 0x73, 0x3a, 0x3a, 0x44, 0x65, 0x76, 0x69, 0x63,
	0x65, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}

var (
	file_deviceapis_device_v1_deviceapis_device_video_v1_proto_rawDescOnce sync.Once
	file_deviceapis_device_v1_deviceapis_device_video_v1_proto_rawDescData = file_deviceapis_device_v1_deviceapis_device_video_v1_proto_rawDesc
)

func file_deviceapis_device_v1_deviceapis_device_video_v1_proto_rawDescGZIP() []byte {
	file_deviceapis_device_v1_deviceapis_device_video_v1_proto_rawDescOnce.Do(func() {
		file_deviceapis_device_v1_deviceapis_device_video_v1_proto_rawDescData = protoimpl.X.CompressGZIP(file_deviceapis_device_v1_deviceapis_device_video_v1_proto_rawDescData)
	})
	return file_deviceapis_device_v1_deviceapis_device_video_v1_proto_rawDescData
}

var file_deviceapis_device_v1_deviceapis_device_video_v1_proto_enumTypes = make([]protoimpl.EnumInfo, 4)
var file_deviceapis_device_v1_deviceapis_device_video_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
var file_deviceapis_device_v1_deviceapis_device_video_v1_proto_goTypes = []interface{}{
	(VideoChannel_FlowControlModeType)(0),  // 0: deviceapis.device.v1.VideoChannel.FlowControlModeType
	(VideoChannel_FormatType)(0),           // 1: deviceapis.device.v1.VideoChannel.FormatType
	(VideoChannel_ProfileType)(0),          // 2: deviceapis.device.v1.VideoChannel.ProfileType
	(VideoChannel_ResolutionType)(0),       // 3: deviceapis.device.v1.VideoChannel.ResolutionType
	(*EditVideoChannelRequest)(nil),        // 4: deviceapis.device.v1.EditVideoChannelRequest
	(*EditVideoChannelResponse)(nil),       // 5: deviceapis.device.v1.EditVideoChannelResponse
	(*GetVideoChannelListRequest)(nil),     // 6: deviceapis.device.v1.GetVideoChannelListRequest
	(*GetVideoChannelListResponse)(nil),    // 7: deviceapis.device.v1.GetVideoChannelListResponse
	(*VideoChannel)(nil),                   // 8: deviceapis.device.v1.VideoChannel
	(*EditVideoChannelResponse_Error)(nil), // 9: deviceapis.device.v1.EditVideoChannelResponse.Error
	(*fieldmaskpb.FieldMask)(nil),          // 10: google.protobuf.FieldMask
	(*ValidationError)(nil),                // 11: deviceapis.device.v1.ValidationError
}
var file_deviceapis_device_v1_deviceapis_device_video_v1_proto_depIdxs = []int32{
	8,  // 0: deviceapis.device.v1.EditVideoChannelRequest.data:type_name -> deviceapis.device.v1.VideoChannel
	10, // 1: deviceapis.device.v1.EditVideoChannelRequest.update_mask:type_name -> google.protobuf.FieldMask
	8,  // 2: deviceapis.device.v1.EditVideoChannelResponse.data:type_name -> deviceapis.device.v1.VideoChannel
	9,  // 3: deviceapis.device.v1.EditVideoChannelResponse.error:type_name -> deviceapis.device.v1.EditVideoChannelResponse.Error
	8,  // 4: deviceapis.device.v1.GetVideoChannelListResponse.data:type_name -> deviceapis.device.v1.VideoChannel
	3,  // 5: deviceapis.device.v1.VideoChannel.resolution_type:type_name -> deviceapis.device.v1.VideoChannel.ResolutionType
	1,  // 6: deviceapis.device.v1.VideoChannel.format_type:type_name -> deviceapis.device.v1.VideoChannel.FormatType
	2,  // 7: deviceapis.device.v1.VideoChannel.profile_type:type_name -> deviceapis.device.v1.VideoChannel.ProfileType
	0,  // 8: deviceapis.device.v1.VideoChannel.flow_control_mode_type:type_name -> deviceapis.device.v1.VideoChannel.FlowControlModeType
	11, // 9: deviceapis.device.v1.EditVideoChannelResponse.Error.validation:type_name -> deviceapis.device.v1.ValidationError
	4,  // 10: deviceapis.device.v1.VideoChannelService.EditVideoChannel:input_type -> deviceapis.device.v1.EditVideoChannelRequest
	6,  // 11: deviceapis.device.v1.VideoChannelService.GetVideoChannelList:input_type -> deviceapis.device.v1.GetVideoChannelListRequest
	5,  // 12: deviceapis.device.v1.VideoChannelService.EditVideoChannel:output_type -> deviceapis.device.v1.EditVideoChannelResponse
	7,  // 13: deviceapis.device.v1.VideoChannelService.GetVideoChannelList:output_type -> deviceapis.device.v1.GetVideoChannelListResponse
	12, // [12:14] is the sub-list for method output_type
	10, // [10:12] is the sub-list for method input_type
	10, // [10:10] is the sub-list for extension type_name
	10, // [10:10] is the sub-list for extension extendee
	0,  // [0:10] is the sub-list for field type_name
}

func init() { file_deviceapis_device_v1_deviceapis_device_video_v1_proto_init() }
func file_deviceapis_device_v1_deviceapis_device_video_v1_proto_init() {
	if File_deviceapis_device_v1_deviceapis_device_video_v1_proto != nil {
		return
	}
	file_deviceapis_device_v1_deviceapis_device_common_v1_proto_init()
	if !protoimpl.UnsafeEnabled {
		file_deviceapis_device_v1_deviceapis_device_video_v1_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*EditVideoChannelRequest); 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_video_v1_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*EditVideoChannelResponse); 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_video_v1_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetVideoChannelListRequest); 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_video_v1_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetVideoChannelListResponse); 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_video_v1_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*VideoChannel); 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_video_v1_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*EditVideoChannelResponse_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_video_v1_proto_msgTypes[1].OneofWrappers = []interface{}{
		(*EditVideoChannelResponse_Data)(nil),
		(*EditVideoChannelResponse_Error_)(nil),
	}
	file_deviceapis_device_v1_deviceapis_device_video_v1_proto_msgTypes[5].OneofWrappers = []interface{}{
		(*EditVideoChannelResponse_Error_Validation)(nil),
	}
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_deviceapis_device_v1_deviceapis_device_video_v1_proto_rawDesc,
			NumEnums:      4,
			NumMessages:   6,
			NumExtensions: 0,
			NumServices:   1,
		},
		GoTypes:           file_deviceapis_device_v1_deviceapis_device_video_v1_proto_goTypes,
		DependencyIndexes: file_deviceapis_device_v1_deviceapis_device_video_v1_proto_depIdxs,
		EnumInfos:         file_deviceapis_device_v1_deviceapis_device_video_v1_proto_enumTypes,
		MessageInfos:      file_deviceapis_device_v1_deviceapis_device_video_v1_proto_msgTypes,
	}.Build()
	File_deviceapis_device_v1_deviceapis_device_video_v1_proto = out.File
	file_deviceapis_device_v1_deviceapis_device_video_v1_proto_rawDesc = nil
	file_deviceapis_device_v1_deviceapis_device_video_v1_proto_goTypes = nil
	file_deviceapis_device_v1_deviceapis_device_video_v1_proto_depIdxs = nil
}
