// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// 	protoc-gen-go v1.35.2
// 	protoc        v5.28.3
// source: GetWeChatsRsp.proto

package workphone

import (
	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
	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 WeChatRspMessage struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	WeChatId         string          `protobuf:"bytes,1,opt,name=WeChatId,proto3" json:"WeChatId,omitempty"`
	WeChatNo         string          `protobuf:"bytes,2,opt,name=WeChatNo,proto3" json:"WeChatNo,omitempty"`
	WeChatNick       string          `protobuf:"bytes,3,opt,name=WeChatNick,proto3" json:"WeChatNick,omitempty"`
	Avatar           string          `protobuf:"bytes,4,opt,name=Avatar,proto3" json:"Avatar,omitempty"`
	Country          string          `protobuf:"bytes,5,opt,name=Country,proto3" json:"Country,omitempty"`
	Province         string          `protobuf:"bytes,6,opt,name=Province,proto3" json:"Province,omitempty"`
	City             string          `protobuf:"bytes,7,opt,name=City,proto3" json:"City,omitempty"`
	Gender           EnumGender      `protobuf:"varint,8,opt,name=Gender,proto3,enum=Jubo.JuLiao.IM.Wx.Proto.EnumGender" json:"Gender,omitempty"`
	IsOnline         bool            `protobuf:"varint,9,opt,name=IsOnline,proto3" json:"IsOnline,omitempty"`
	IsLogined        bool            `protobuf:"varint,10,opt,name=IsLogined,proto3" json:"IsLogined,omitempty"`
	IsDelete         bool            `protobuf:"varint,11,opt,name=IsDelete,proto3" json:"IsDelete,omitempty"`
	LoginTime        int64           `protobuf:"varint,12,opt,name=LoginTime,proto3" json:"LoginTime,omitempty"`
	ModifyTime       int64           `protobuf:"varint,13,opt,name=ModifyTime,proto3" json:"ModifyTime,omitempty"`
	DeviceName       string          `protobuf:"bytes,14,opt,name=DeviceName,proto3" json:"DeviceName,omitempty"`                                                           // 设备名称
	LoginUnionId     int64           `protobuf:"varint,15,opt,name=LoginUnionId,proto3" json:"LoginUnionId,omitempty"`                                                      // 登陆的人
	LoginAccountType EnumAccountType `protobuf:"varint,16,opt,name=LoginAccountType,proto3,enum=Jubo.JuLiao.IM.Wx.Proto.EnumAccountType" json:"LoginAccountType,omitempty"` // 登陆人的类型
	IsUpgrading      bool            `protobuf:"varint,17,opt,name=IsUpgrading,proto3" json:"IsUpgrading,omitempty"`                                                        // 是否升级中
}

func (x *WeChatRspMessage) Reset() {
	*x = WeChatRspMessage{}
	mi := &file_GetWeChatsRsp_proto_msgTypes[0]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

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

func (*WeChatRspMessage) ProtoMessage() {}

func (x *WeChatRspMessage) ProtoReflect() protoreflect.Message {
	mi := &file_GetWeChatsRsp_proto_msgTypes[0]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use WeChatRspMessage.ProtoReflect.Descriptor instead.
func (*WeChatRspMessage) Descriptor() ([]byte, []int) {
	return file_GetWeChatsRsp_proto_rawDescGZIP(), []int{0}
}

func (x *WeChatRspMessage) GetWeChatId() string {
	if x != nil {
		return x.WeChatId
	}
	return ""
}

func (x *WeChatRspMessage) GetWeChatNo() string {
	if x != nil {
		return x.WeChatNo
	}
	return ""
}

func (x *WeChatRspMessage) GetWeChatNick() string {
	if x != nil {
		return x.WeChatNick
	}
	return ""
}

func (x *WeChatRspMessage) GetAvatar() string {
	if x != nil {
		return x.Avatar
	}
	return ""
}

func (x *WeChatRspMessage) GetCountry() string {
	if x != nil {
		return x.Country
	}
	return ""
}

func (x *WeChatRspMessage) GetProvince() string {
	if x != nil {
		return x.Province
	}
	return ""
}

func (x *WeChatRspMessage) GetCity() string {
	if x != nil {
		return x.City
	}
	return ""
}

func (x *WeChatRspMessage) GetGender() EnumGender {
	if x != nil {
		return x.Gender
	}
	return EnumGender_UnknownGender
}

func (x *WeChatRspMessage) GetIsOnline() bool {
	if x != nil {
		return x.IsOnline
	}
	return false
}

func (x *WeChatRspMessage) GetIsLogined() bool {
	if x != nil {
		return x.IsLogined
	}
	return false
}

func (x *WeChatRspMessage) GetIsDelete() bool {
	if x != nil {
		return x.IsDelete
	}
	return false
}

func (x *WeChatRspMessage) GetLoginTime() int64 {
	if x != nil {
		return x.LoginTime
	}
	return 0
}

func (x *WeChatRspMessage) GetModifyTime() int64 {
	if x != nil {
		return x.ModifyTime
	}
	return 0
}

func (x *WeChatRspMessage) GetDeviceName() string {
	if x != nil {
		return x.DeviceName
	}
	return ""
}

func (x *WeChatRspMessage) GetLoginUnionId() int64 {
	if x != nil {
		return x.LoginUnionId
	}
	return 0
}

func (x *WeChatRspMessage) GetLoginAccountType() EnumAccountType {
	if x != nil {
		return x.LoginAccountType
	}
	return EnumAccountType_UnknownAccountType
}

func (x *WeChatRspMessage) GetIsUpgrading() bool {
	if x != nil {
		return x.IsUpgrading
	}
	return false
}

type GetWeChatsRspMessage struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	UnionId     int64               `protobuf:"varint,1,opt,name=UnionId,proto3" json:"UnionId,omitempty"`                                                      // UID / 子账号ID
	AccountType EnumAccountType     `protobuf:"varint,2,opt,name=AccountType,proto3,enum=Jubo.JuLiao.IM.Wx.Proto.EnumAccountType" json:"AccountType,omitempty"` // 账号类型
	SupplierId  int64               `protobuf:"varint,3,opt,name=SupplierId,proto3" json:"SupplierId,omitempty"`                                                // 商家Id
	WeChats     []*WeChatRspMessage `protobuf:"bytes,4,rep,name=WeChats,proto3" json:"WeChats,omitempty"`                                                       // 多个个人微信号信息
}

func (x *GetWeChatsRspMessage) Reset() {
	*x = GetWeChatsRspMessage{}
	mi := &file_GetWeChatsRsp_proto_msgTypes[1]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

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

func (*GetWeChatsRspMessage) ProtoMessage() {}

func (x *GetWeChatsRspMessage) ProtoReflect() protoreflect.Message {
	mi := &file_GetWeChatsRsp_proto_msgTypes[1]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use GetWeChatsRspMessage.ProtoReflect.Descriptor instead.
func (*GetWeChatsRspMessage) Descriptor() ([]byte, []int) {
	return file_GetWeChatsRsp_proto_rawDescGZIP(), []int{1}
}

func (x *GetWeChatsRspMessage) GetUnionId() int64 {
	if x != nil {
		return x.UnionId
	}
	return 0
}

func (x *GetWeChatsRspMessage) GetAccountType() EnumAccountType {
	if x != nil {
		return x.AccountType
	}
	return EnumAccountType_UnknownAccountType
}

func (x *GetWeChatsRspMessage) GetSupplierId() int64 {
	if x != nil {
		return x.SupplierId
	}
	return 0
}

func (x *GetWeChatsRspMessage) GetWeChats() []*WeChatRspMessage {
	if x != nil {
		return x.WeChats
	}
	return nil
}

var File_GetWeChatsRsp_proto protoreflect.FileDescriptor

var file_GetWeChatsRsp_proto_rawDesc = []byte{
	0x0a, 0x13, 0x47, 0x65, 0x74, 0x57, 0x65, 0x43, 0x68, 0x61, 0x74, 0x73, 0x52, 0x73, 0x70, 0x2e,
	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x17, 0x4a, 0x75, 0x62, 0x6f, 0x2e, 0x4a, 0x75, 0x4c, 0x69,
	0x61, 0x6f, 0x2e, 0x49, 0x4d, 0x2e, 0x57, 0x78, 0x2e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x16,
	0x54, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
	0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xd9, 0x04, 0x0a, 0x10, 0x57, 0x65, 0x43, 0x68, 0x61,
	0x74, 0x52, 0x73, 0x70, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x57,
	0x65, 0x43, 0x68, 0x61, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x57,
	0x65, 0x43, 0x68, 0x61, 0x74, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x57, 0x65, 0x43, 0x68, 0x61,
	0x74, 0x4e, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x57, 0x65, 0x43, 0x68, 0x61,
	0x74, 0x4e, 0x6f, 0x12, 0x1e, 0x0a, 0x0a, 0x57, 0x65, 0x43, 0x68, 0x61, 0x74, 0x4e, 0x69, 0x63,
	0x6b, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x57, 0x65, 0x43, 0x68, 0x61, 0x74, 0x4e,
	0x69, 0x63, 0x6b, 0x12, 0x16, 0x0a, 0x06, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x18, 0x04, 0x20,
	0x01, 0x28, 0x09, 0x52, 0x06, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x12, 0x18, 0x0a, 0x07, 0x43,
	0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x43, 0x6f,
	0x75, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63,
	0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63,
	0x65, 0x12, 0x12, 0x0a, 0x04, 0x43, 0x69, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52,
	0x04, 0x43, 0x69, 0x74, 0x79, 0x12, 0x3b, 0x0a, 0x06, 0x47, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x18,
	0x08, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x23, 0x2e, 0x4a, 0x75, 0x62, 0x6f, 0x2e, 0x4a, 0x75, 0x4c,
	0x69, 0x61, 0x6f, 0x2e, 0x49, 0x4d, 0x2e, 0x57, 0x78, 0x2e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e,
	0x45, 0x6e, 0x75, 0x6d, 0x47, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x52, 0x06, 0x47, 0x65, 0x6e, 0x64,
	0x65, 0x72, 0x12, 0x1a, 0x0a, 0x08, 0x49, 0x73, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x09,
	0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x49, 0x73, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x1c,
	0x0a, 0x09, 0x49, 0x73, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x65, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28,
	0x08, 0x52, 0x09, 0x49, 0x73, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x65, 0x64, 0x12, 0x1a, 0x0a, 0x08,
	0x49, 0x73, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08,
	0x49, 0x73, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x4c, 0x6f, 0x67, 0x69,
	0x6e, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x4c, 0x6f, 0x67,
	0x69, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x4d, 0x6f, 0x64, 0x69, 0x66, 0x79,
	0x54, 0x69, 0x6d, 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x4d, 0x6f, 0x64, 0x69,
	0x66, 0x79, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65,
	0x4e, 0x61, 0x6d, 0x65, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x44, 0x65, 0x76, 0x69,
	0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x55,
	0x6e, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x4c, 0x6f,
	0x67, 0x69, 0x6e, 0x55, 0x6e, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x54, 0x0a, 0x10, 0x4c, 0x6f,
	0x67, 0x69, 0x6e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x18, 0x10,
	0x20, 0x01, 0x28, 0x0e, 0x32, 0x28, 0x2e, 0x4a, 0x75, 0x62, 0x6f, 0x2e, 0x4a, 0x75, 0x4c, 0x69,
	0x61, 0x6f, 0x2e, 0x49, 0x4d, 0x2e, 0x57, 0x78, 0x2e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x45,
	0x6e, 0x75, 0x6d, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x52, 0x10,
	0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65,
	0x12, 0x20, 0x0a, 0x0b, 0x49, 0x73, 0x55, 0x70, 0x67, 0x72, 0x61, 0x64, 0x69, 0x6e, 0x67, 0x18,
	0x11, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0b, 0x49, 0x73, 0x55, 0x70, 0x67, 0x72, 0x61, 0x64, 0x69,
	0x6e, 0x67, 0x22, 0xe1, 0x01, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x57, 0x65, 0x43, 0x68, 0x61, 0x74,
	0x73, 0x52, 0x73, 0x70, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x55,
	0x6e, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x55, 0x6e,
	0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x4a, 0x0a, 0x0b, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
	0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x28, 0x2e, 0x4a, 0x75, 0x62,
	0x6f, 0x2e, 0x4a, 0x75, 0x4c, 0x69, 0x61, 0x6f, 0x2e, 0x49, 0x4d, 0x2e, 0x57, 0x78, 0x2e, 0x50,
	0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x45, 0x6e, 0x75, 0x6d, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
	0x54, 0x79, 0x70, 0x65, 0x52, 0x0b, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x54, 0x79, 0x70,
	0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x69, 0x65, 0x72, 0x49, 0x64, 0x18,
	0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x69, 0x65, 0x72, 0x49,
	0x64, 0x12, 0x43, 0x0a, 0x07, 0x57, 0x65, 0x43, 0x68, 0x61, 0x74, 0x73, 0x18, 0x04, 0x20, 0x03,
	0x28, 0x0b, 0x32, 0x29, 0x2e, 0x4a, 0x75, 0x62, 0x6f, 0x2e, 0x4a, 0x75, 0x4c, 0x69, 0x61, 0x6f,
	0x2e, 0x49, 0x4d, 0x2e, 0x57, 0x78, 0x2e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x57, 0x65, 0x43,
	0x68, 0x61, 0x74, 0x52, 0x73, 0x70, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x07, 0x57,
	0x65, 0x43, 0x68, 0x61, 0x74, 0x73, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, 0x77, 0x6f, 0x72, 0x6b,
	0x70, 0x68, 0x6f, 0x6e, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}

var (
	file_GetWeChatsRsp_proto_rawDescOnce sync.Once
	file_GetWeChatsRsp_proto_rawDescData = file_GetWeChatsRsp_proto_rawDesc
)

func file_GetWeChatsRsp_proto_rawDescGZIP() []byte {
	file_GetWeChatsRsp_proto_rawDescOnce.Do(func() {
		file_GetWeChatsRsp_proto_rawDescData = protoimpl.X.CompressGZIP(file_GetWeChatsRsp_proto_rawDescData)
	})
	return file_GetWeChatsRsp_proto_rawDescData
}

var file_GetWeChatsRsp_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
var file_GetWeChatsRsp_proto_goTypes = []any{
	(*WeChatRspMessage)(nil),     // 0: Jubo.JuLiao.IM.Wx.Proto.WeChatRspMessage
	(*GetWeChatsRspMessage)(nil), // 1: Jubo.JuLiao.IM.Wx.Proto.GetWeChatsRspMessage
	(EnumGender)(0),              // 2: Jubo.JuLiao.IM.Wx.Proto.EnumGender
	(EnumAccountType)(0),         // 3: Jubo.JuLiao.IM.Wx.Proto.EnumAccountType
}
var file_GetWeChatsRsp_proto_depIdxs = []int32{
	2, // 0: Jubo.JuLiao.IM.Wx.Proto.WeChatRspMessage.Gender:type_name -> Jubo.JuLiao.IM.Wx.Proto.EnumGender
	3, // 1: Jubo.JuLiao.IM.Wx.Proto.WeChatRspMessage.LoginAccountType:type_name -> Jubo.JuLiao.IM.Wx.Proto.EnumAccountType
	3, // 2: Jubo.JuLiao.IM.Wx.Proto.GetWeChatsRspMessage.AccountType:type_name -> Jubo.JuLiao.IM.Wx.Proto.EnumAccountType
	0, // 3: Jubo.JuLiao.IM.Wx.Proto.GetWeChatsRspMessage.WeChats:type_name -> Jubo.JuLiao.IM.Wx.Proto.WeChatRspMessage
	4, // [4:4] is the sub-list for method output_type
	4, // [4:4] is the sub-list for method input_type
	4, // [4:4] is the sub-list for extension type_name
	4, // [4:4] is the sub-list for extension extendee
	0, // [0:4] is the sub-list for field type_name
}

func init() { file_GetWeChatsRsp_proto_init() }
func file_GetWeChatsRsp_proto_init() {
	if File_GetWeChatsRsp_proto != nil {
		return
	}
	file_TransportMessage_proto_init()
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_GetWeChatsRsp_proto_rawDesc,
			NumEnums:      0,
			NumMessages:   2,
			NumExtensions: 0,
			NumServices:   0,
		},
		GoTypes:           file_GetWeChatsRsp_proto_goTypes,
		DependencyIndexes: file_GetWeChatsRsp_proto_depIdxs,
		MessageInfos:      file_GetWeChatsRsp_proto_msgTypes,
	}.Build()
	File_GetWeChatsRsp_proto = out.File
	file_GetWeChatsRsp_proto_rawDesc = nil
	file_GetWeChatsRsp_proto_goTypes = nil
	file_GetWeChatsRsp_proto_depIdxs = nil
}