From 78fa111e34c5c33279342034236f9b9f1e598d8f Mon Sep 17 00:00:00 2001 From: 554325746@qq.com <554325746@qq.com> Date: 星期一, 17 六月 2019 15:44:33 +0800 Subject: [PATCH] update protomsg --- protomsg.proto | 76 protomsg.pb.go | 5655 +++++++++++++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 5,169 insertions(+), 562 deletions(-) diff --git a/protomsg.pb.go b/protomsg.pb.go index 764f589..d683c1c 100644 --- a/protomsg.pb.go +++ b/protomsg.pb.go @@ -6,7 +6,7 @@ import ( encoding_binary "encoding/binary" fmt "fmt" - proto "github.com/gogo/protobuf/proto" + proto "github.com/golang/protobuf/proto" io "io" math "math" ) @@ -20,7 +20,7 @@ // is compatible with the proto package it is being compiled against. // A compilation error at this line likely means your copy of the // proto package needs to be updated. -const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package +const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package //TableChanged enum type TableChanged int32 @@ -92,9 +92,12 @@ } type TaskLabel struct { - Taskid string `protobuf:"bytes,1,opt,name=taskid,proto3" json:"taskid,omitempty"` - Sdkids []string `protobuf:"bytes,2,rep,name=sdkids,proto3" json:"sdkids,omitempty"` - Index int32 `protobuf:"varint,3,opt,name=index,proto3" json:"index,omitempty"` + Taskid string `protobuf:"bytes,1,opt,name=taskid,proto3" json:"taskid,omitempty"` + Sdkids []string `protobuf:"bytes,2,rep,name=sdkids,proto3" json:"sdkids,omitempty"` + Index int32 `protobuf:"varint,3,opt,name=index,proto3" json:"index,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *TaskLabel) Reset() { *m = TaskLabel{} } @@ -153,10 +156,14 @@ //SdkMessage struct test type SdkMessage struct { - Cid string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"` - Tasklab *TaskLabel `protobuf:"bytes,2,opt,name=tasklab,proto3" json:"tasklab,omitempty"` - Data []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` - Esinfo map[string]string `protobuf:"bytes,4,rep,name=esinfo,proto3" json:"esinfo,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + Cid string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"` + Tasklab *TaskLabel `protobuf:"bytes,2,opt,name=tasklab,proto3" json:"tasklab,omitempty"` + Data []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` + Personaction *Personaction `protobuf:"bytes,4,opt,name=personaction,proto3" json:"personaction,omitempty"` + Vedioperson *Vediopersons `protobuf:"bytes,5,opt,name=vedioperson,proto3" json:"vedioperson,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *SdkMessage) Reset() { *m = SdkMessage{} } @@ -213,25 +220,760 @@ return nil } -func (m *SdkMessage) GetEsinfo() map[string]string { +func (m *SdkMessage) GetPersonaction() *Personaction { if m != nil { - return m.Esinfo + return m.Personaction + } + return nil +} + +func (m *SdkMessage) GetVedioperson() *Vediopersons { + if m != nil { + return m.Vedioperson + } + return nil +} + +type Personaction struct { + ImgKey string `protobuf:"bytes,1,opt,name=imgKey,proto3" json:"imgKey,omitempty"` + VideoReqNum string `protobuf:"bytes,2,opt,name=videoReqNum,proto3" json:"videoReqNum,omitempty"` + SdkType string `protobuf:"bytes,3,opt,name=sdkType,proto3" json:"sdkType,omitempty"` + PicName string `protobuf:"bytes,4,opt,name=picName,proto3" json:"picName,omitempty"` + Content string `protobuf:"bytes,5,opt,name=content,proto3" json:"content,omitempty"` + ClusterId string `protobuf:"bytes,6,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` + PersonPicUrl string `protobuf:"bytes,7,opt,name=personPicUrl,proto3" json:"personPicUrl,omitempty"` + ChannlId string `protobuf:"bytes,8,opt,name=channlId,proto3" json:"channlId,omitempty"` + LikeDate string `protobuf:"bytes,9,opt,name=likeDate,proto3" json:"likeDate,omitempty"` + PicAddress string `protobuf:"bytes,10,opt,name=picAddress,proto3" json:"picAddress,omitempty"` + PicMaxUrl string `protobuf:"bytes,11,opt,name=picMaxUrl,proto3" json:"picMaxUrl,omitempty"` + PicDate string `protobuf:"bytes,12,opt,name=picDate,proto3" json:"picDate,omitempty"` + PicLocalUrl string `protobuf:"bytes,13,opt,name=picLocalUrl,proto3" json:"picLocalUrl,omitempty"` + IsDelete string `protobuf:"bytes,14,opt,name=isDelete,proto3" json:"isDelete,omitempty"` + LikePer string `protobuf:"bytes,15,opt,name=likePer,proto3" json:"likePer,omitempty"` + BaseName string `protobuf:"bytes,16,opt,name=baseName,proto3" json:"baseName,omitempty"` + VideoNum string `protobuf:"bytes,17,opt,name=videoNum,proto3" json:"videoNum,omitempty"` + Collection string `protobuf:"bytes,18,opt,name=collection,proto3" json:"collection,omitempty"` + PicSmUrl string `protobuf:"bytes,19,opt,name=picSmUrl,proto3" json:"picSmUrl,omitempty"` + Indeviceid string `protobuf:"bytes,20,opt,name=indeviceid,proto3" json:"indeviceid,omitempty"` + Idcard string `protobuf:"bytes,21,opt,name=idcard,proto3" json:"idcard,omitempty"` + AckAlarm string `protobuf:"bytes,22,opt,name=ack_alarm,json=ackAlarm,proto3" json:"ack_alarm,omitempty"` + PersonId string `protobuf:"bytes,23,opt,name=personId,proto3" json:"personId,omitempty"` + Id string `protobuf:"bytes,24,opt,name=id,proto3" json:"id,omitempty"` + Indevicename string `protobuf:"bytes,25,opt,name=indevicename,proto3" json:"indevicename,omitempty"` + FaceFeature string `protobuf:"bytes,26,opt,name=faceFeature,proto3" json:"faceFeature,omitempty"` + PersonIsHub string `protobuf:"bytes,27,opt,name=personIsHub,proto3" json:"personIsHub,omitempty"` + VideoIp string `protobuf:"bytes,28,opt,name=videoIp,proto3" json:"videoIp,omitempty"` + TaskId string `protobuf:"bytes,29,opt,name=taskId,proto3" json:"taskId,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *Personaction) Reset() { *m = Personaction{} } +func (m *Personaction) String() string { return proto.CompactTextString(m) } +func (*Personaction) ProtoMessage() {} +func (*Personaction) Descriptor() ([]byte, []int) { + return fileDescriptor_32de24555f916688, []int{2} +} +func (m *Personaction) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *Personaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_Personaction.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *Personaction) XXX_Merge(src proto.Message) { + xxx_messageInfo_Personaction.Merge(m, src) +} +func (m *Personaction) XXX_Size() int { + return m.Size() +} +func (m *Personaction) XXX_DiscardUnknown() { + xxx_messageInfo_Personaction.DiscardUnknown(m) +} + +var xxx_messageInfo_Personaction proto.InternalMessageInfo + +func (m *Personaction) GetImgKey() string { + if m != nil { + return m.ImgKey + } + return "" +} + +func (m *Personaction) GetVideoReqNum() string { + if m != nil { + return m.VideoReqNum + } + return "" +} + +func (m *Personaction) GetSdkType() string { + if m != nil { + return m.SdkType + } + return "" +} + +func (m *Personaction) GetPicName() string { + if m != nil { + return m.PicName + } + return "" +} + +func (m *Personaction) GetContent() string { + if m != nil { + return m.Content + } + return "" +} + +func (m *Personaction) GetClusterId() string { + if m != nil { + return m.ClusterId + } + return "" +} + +func (m *Personaction) GetPersonPicUrl() string { + if m != nil { + return m.PersonPicUrl + } + return "" +} + +func (m *Personaction) GetChannlId() string { + if m != nil { + return m.ChannlId + } + return "" +} + +func (m *Personaction) GetLikeDate() string { + if m != nil { + return m.LikeDate + } + return "" +} + +func (m *Personaction) GetPicAddress() string { + if m != nil { + return m.PicAddress + } + return "" +} + +func (m *Personaction) GetPicMaxUrl() string { + if m != nil { + return m.PicMaxUrl + } + return "" +} + +func (m *Personaction) GetPicDate() string { + if m != nil { + return m.PicDate + } + return "" +} + +func (m *Personaction) GetPicLocalUrl() string { + if m != nil { + return m.PicLocalUrl + } + return "" +} + +func (m *Personaction) GetIsDelete() string { + if m != nil { + return m.IsDelete + } + return "" +} + +func (m *Personaction) GetLikePer() string { + if m != nil { + return m.LikePer + } + return "" +} + +func (m *Personaction) GetBaseName() string { + if m != nil { + return m.BaseName + } + return "" +} + +func (m *Personaction) GetVideoNum() string { + if m != nil { + return m.VideoNum + } + return "" +} + +func (m *Personaction) GetCollection() string { + if m != nil { + return m.Collection + } + return "" +} + +func (m *Personaction) GetPicSmUrl() string { + if m != nil { + return m.PicSmUrl + } + return "" +} + +func (m *Personaction) GetIndeviceid() string { + if m != nil { + return m.Indeviceid + } + return "" +} + +func (m *Personaction) GetIdcard() string { + if m != nil { + return m.Idcard + } + return "" +} + +func (m *Personaction) GetAckAlarm() string { + if m != nil { + return m.AckAlarm + } + return "" +} + +func (m *Personaction) GetPersonId() string { + if m != nil { + return m.PersonId + } + return "" +} + +func (m *Personaction) GetId() string { + if m != nil { + return m.Id + } + return "" +} + +func (m *Personaction) GetIndevicename() string { + if m != nil { + return m.Indevicename + } + return "" +} + +func (m *Personaction) GetFaceFeature() string { + if m != nil { + return m.FaceFeature + } + return "" +} + +func (m *Personaction) GetPersonIsHub() string { + if m != nil { + return m.PersonIsHub + } + return "" +} + +func (m *Personaction) GetVideoIp() string { + if m != nil { + return m.VideoIp + } + return "" +} + +func (m *Personaction) GetTaskId() string { + if m != nil { + return m.TaskId + } + return "" +} + +type PersonBaseInfo struct { + PersonNamae string `protobuf:"bytes,1,opt,name=personNamae,proto3" json:"personNamae,omitempty"` + IDCard string `protobuf:"bytes,2,opt,name=iDCard,proto3" json:"iDCard,omitempty"` + Gender string `protobuf:"bytes,3,opt,name=gender,proto3" json:"gender,omitempty"` + PersonPicUrl string `protobuf:"bytes,4,opt,name=personPicUrl,proto3" json:"personPicUrl,omitempty"` + LikePer string `protobuf:"bytes,5,opt,name=likePer,proto3" json:"likePer,omitempty"` + TableId string `protobuf:"bytes,6,opt,name=tableId,proto3" json:"tableId,omitempty"` + MonitorLevel string `protobuf:"bytes,7,opt,name=monitorLevel,proto3" json:"monitorLevel,omitempty"` + PersonId string `protobuf:"bytes,8,opt,name=personId,proto3" json:"personId,omitempty"` + PhoneNum string `protobuf:"bytes,9,opt,name=phoneNum,proto3" json:"phoneNum,omitempty"` + Content string `protobuf:"bytes,10,opt,name=content,proto3" json:"content,omitempty"` + TableName string `protobuf:"bytes,11,opt,name=tableName,proto3" json:"tableName,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *PersonBaseInfo) Reset() { *m = PersonBaseInfo{} } +func (m *PersonBaseInfo) String() string { return proto.CompactTextString(m) } +func (*PersonBaseInfo) ProtoMessage() {} +func (*PersonBaseInfo) Descriptor() ([]byte, []int) { + return fileDescriptor_32de24555f916688, []int{3} +} +func (m *PersonBaseInfo) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *PersonBaseInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_PersonBaseInfo.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *PersonBaseInfo) XXX_Merge(src proto.Message) { + xxx_messageInfo_PersonBaseInfo.Merge(m, src) +} +func (m *PersonBaseInfo) XXX_Size() int { + return m.Size() +} +func (m *PersonBaseInfo) XXX_DiscardUnknown() { + xxx_messageInfo_PersonBaseInfo.DiscardUnknown(m) +} + +var xxx_messageInfo_PersonBaseInfo proto.InternalMessageInfo + +func (m *PersonBaseInfo) GetPersonNamae() string { + if m != nil { + return m.PersonNamae + } + return "" +} + +func (m *PersonBaseInfo) GetIDCard() string { + if m != nil { + return m.IDCard + } + return "" +} + +func (m *PersonBaseInfo) GetGender() string { + if m != nil { + return m.Gender + } + return "" +} + +func (m *PersonBaseInfo) GetPersonPicUrl() string { + if m != nil { + return m.PersonPicUrl + } + return "" +} + +func (m *PersonBaseInfo) GetLikePer() string { + if m != nil { + return m.LikePer + } + return "" +} + +func (m *PersonBaseInfo) GetTableId() string { + if m != nil { + return m.TableId + } + return "" +} + +func (m *PersonBaseInfo) GetMonitorLevel() string { + if m != nil { + return m.MonitorLevel + } + return "" +} + +func (m *PersonBaseInfo) GetPersonId() string { + if m != nil { + return m.PersonId + } + return "" +} + +func (m *PersonBaseInfo) GetPhoneNum() string { + if m != nil { + return m.PhoneNum + } + return "" +} + +func (m *PersonBaseInfo) GetContent() string { + if m != nil { + return m.Content + } + return "" +} + +func (m *PersonBaseInfo) GetTableName() string { + if m != nil { + return m.TableName + } + return "" +} + +type Vediopersons struct { + ID string `protobuf:"bytes,1,opt,name=iD,proto3" json:"iD,omitempty"` + VideoReqNum string `protobuf:"bytes,2,opt,name=videoReqNum,proto3" json:"videoReqNum,omitempty"` + SdkType string `protobuf:"bytes,3,opt,name=sdkType,proto3" json:"sdkType,omitempty"` + Gender string `protobuf:"bytes,4,opt,name=gender,proto3" json:"gender,omitempty"` + PicName string `protobuf:"bytes,5,opt,name=picName,proto3" json:"picName,omitempty"` + Content string `protobuf:"bytes,6,opt,name=content,proto3" json:"content,omitempty"` + PersonPicUrl string `protobuf:"bytes,7,opt,name=personPicUrl,proto3" json:"personPicUrl,omitempty"` + ChannlId string `protobuf:"bytes,8,opt,name=channlId,proto3" json:"channlId,omitempty"` + LikeDate string `protobuf:"bytes,9,opt,name=likeDate,proto3" json:"likeDate,omitempty"` + Race string `protobuf:"bytes,10,opt,name=race,proto3" json:"race,omitempty"` + PciAddress string `protobuf:"bytes,11,opt,name=pciAddress,proto3" json:"pciAddress,omitempty"` + PicMaxUrl string `protobuf:"bytes,12,opt,name=picMaxUrl,proto3" json:"picMaxUrl,omitempty"` + Age string `protobuf:"bytes,13,opt,name=age,proto3" json:"age,omitempty"` + PicDate string `protobuf:"bytes,14,opt,name=picDate,proto3" json:"picDate,omitempty"` + PicLocalUrl string `protobuf:"bytes,15,opt,name=picLocalUrl,proto3" json:"picLocalUrl,omitempty"` + IsDelete string `protobuf:"bytes,16,opt,name=isDelete,proto3" json:"isDelete,omitempty"` + TableName []string `protobuf:"bytes,17,rep,name=tableName,proto3" json:"tableName,omitempty"` + VideoNum string `protobuf:"bytes,18,opt,name=videoNum,proto3" json:"videoNum,omitempty"` + PicSmUrl string `protobuf:"bytes,19,opt,name=picSmUrl,proto3" json:"picSmUrl,omitempty"` + SimleLevel string `protobuf:"bytes,20,opt,name=simleLevel,proto3" json:"simleLevel,omitempty"` + IndeviceId string `protobuf:"bytes,21,opt,name=indeviceId,proto3" json:"indeviceId,omitempty"` + IDcard []string `protobuf:"bytes,22,rep,name=iDcard,proto3" json:"iDcard,omitempty"` + PersonId []string `protobuf:"bytes,23,rep,name=personId,proto3" json:"personId,omitempty"` + BeautyLevel string `protobuf:"bytes,24,opt,name=beautyLevel,proto3" json:"beautyLevel,omitempty"` + IndeviceName string `protobuf:"bytes,25,opt,name=indeviceName,proto3" json:"indeviceName,omitempty"` + FaceFeature string `protobuf:"bytes,26,opt,name=faceFeature,proto3" json:"faceFeature,omitempty"` + PersonIsHub string `protobuf:"bytes,27,opt,name=personIsHub,proto3" json:"personIsHub,omitempty"` + VideoIp string `protobuf:"bytes,28,opt,name=videoIp,proto3" json:"videoIp,omitempty"` + AckAlarm string `protobuf:"bytes,29,opt,name=ackAlarm,proto3" json:"ackAlarm,omitempty"` + ClusterId string `protobuf:"bytes,30,opt,name=clusterId,proto3" json:"clusterId,omitempty"` + TaskId string `protobuf:"bytes,31,opt,name=taskId,proto3" json:"taskId,omitempty"` + TaskName string `protobuf:"bytes,32,opt,name=taskName,proto3" json:"taskName,omitempty"` + Baseinfo []*PersonBaseInfo `protobuf:"bytes,33,rep,name=baseinfo,proto3" json:"baseinfo,omitempty"` + Collection string `protobuf:"bytes,34,opt,name=collection,proto3" json:"collection,omitempty"` + AgeDescription string `protobuf:"bytes,35,opt,name=ageDescription,proto3" json:"ageDescription,omitempty"` + TableId []string `protobuf:"bytes,36,rep,name=tableId,proto3" json:"tableId,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *Vediopersons) Reset() { *m = Vediopersons{} } +func (m *Vediopersons) String() string { return proto.CompactTextString(m) } +func (*Vediopersons) ProtoMessage() {} +func (*Vediopersons) Descriptor() ([]byte, []int) { + return fileDescriptor_32de24555f916688, []int{4} +} +func (m *Vediopersons) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *Vediopersons) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_Vediopersons.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *Vediopersons) XXX_Merge(src proto.Message) { + xxx_messageInfo_Vediopersons.Merge(m, src) +} +func (m *Vediopersons) XXX_Size() int { + return m.Size() +} +func (m *Vediopersons) XXX_DiscardUnknown() { + xxx_messageInfo_Vediopersons.DiscardUnknown(m) +} + +var xxx_messageInfo_Vediopersons proto.InternalMessageInfo + +func (m *Vediopersons) GetID() string { + if m != nil { + return m.ID + } + return "" +} + +func (m *Vediopersons) GetVideoReqNum() string { + if m != nil { + return m.VideoReqNum + } + return "" +} + +func (m *Vediopersons) GetSdkType() string { + if m != nil { + return m.SdkType + } + return "" +} + +func (m *Vediopersons) GetGender() string { + if m != nil { + return m.Gender + } + return "" +} + +func (m *Vediopersons) GetPicName() string { + if m != nil { + return m.PicName + } + return "" +} + +func (m *Vediopersons) GetContent() string { + if m != nil { + return m.Content + } + return "" +} + +func (m *Vediopersons) GetPersonPicUrl() string { + if m != nil { + return m.PersonPicUrl + } + return "" +} + +func (m *Vediopersons) GetChannlId() string { + if m != nil { + return m.ChannlId + } + return "" +} + +func (m *Vediopersons) GetLikeDate() string { + if m != nil { + return m.LikeDate + } + return "" +} + +func (m *Vediopersons) GetRace() string { + if m != nil { + return m.Race + } + return "" +} + +func (m *Vediopersons) GetPciAddress() string { + if m != nil { + return m.PciAddress + } + return "" +} + +func (m *Vediopersons) GetPicMaxUrl() string { + if m != nil { + return m.PicMaxUrl + } + return "" +} + +func (m *Vediopersons) GetAge() string { + if m != nil { + return m.Age + } + return "" +} + +func (m *Vediopersons) GetPicDate() string { + if m != nil { + return m.PicDate + } + return "" +} + +func (m *Vediopersons) GetPicLocalUrl() string { + if m != nil { + return m.PicLocalUrl + } + return "" +} + +func (m *Vediopersons) GetIsDelete() string { + if m != nil { + return m.IsDelete + } + return "" +} + +func (m *Vediopersons) GetTableName() []string { + if m != nil { + return m.TableName + } + return nil +} + +func (m *Vediopersons) GetVideoNum() string { + if m != nil { + return m.VideoNum + } + return "" +} + +func (m *Vediopersons) GetPicSmUrl() string { + if m != nil { + return m.PicSmUrl + } + return "" +} + +func (m *Vediopersons) GetSimleLevel() string { + if m != nil { + return m.SimleLevel + } + return "" +} + +func (m *Vediopersons) GetIndeviceId() string { + if m != nil { + return m.IndeviceId + } + return "" +} + +func (m *Vediopersons) GetIDcard() []string { + if m != nil { + return m.IDcard + } + return nil +} + +func (m *Vediopersons) GetPersonId() []string { + if m != nil { + return m.PersonId + } + return nil +} + +func (m *Vediopersons) GetBeautyLevel() string { + if m != nil { + return m.BeautyLevel + } + return "" +} + +func (m *Vediopersons) GetIndeviceName() string { + if m != nil { + return m.IndeviceName + } + return "" +} + +func (m *Vediopersons) GetFaceFeature() string { + if m != nil { + return m.FaceFeature + } + return "" +} + +func (m *Vediopersons) GetPersonIsHub() string { + if m != nil { + return m.PersonIsHub + } + return "" +} + +func (m *Vediopersons) GetVideoIp() string { + if m != nil { + return m.VideoIp + } + return "" +} + +func (m *Vediopersons) GetAckAlarm() string { + if m != nil { + return m.AckAlarm + } + return "" +} + +func (m *Vediopersons) GetClusterId() string { + if m != nil { + return m.ClusterId + } + return "" +} + +func (m *Vediopersons) GetTaskId() string { + if m != nil { + return m.TaskId + } + return "" +} + +func (m *Vediopersons) GetTaskName() string { + if m != nil { + return m.TaskName + } + return "" +} + +func (m *Vediopersons) GetBaseinfo() []*PersonBaseInfo { + if m != nil { + return m.Baseinfo + } + return nil +} + +func (m *Vediopersons) GetCollection() string { + if m != nil { + return m.Collection + } + return "" +} + +func (m *Vediopersons) GetAgeDescription() string { + if m != nil { + return m.AgeDescription + } + return "" +} + +func (m *Vediopersons) GetTableId() []string { + if m != nil { + return m.TableId } return nil } // Image ipc struct type Image struct { - Width int32 `protobuf:"varint,1,opt,name=width,proto3" json:"width,omitempty"` - Height int32 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` - Data []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` + Width int32 `protobuf:"varint,1,opt,name=width,proto3" json:"width,omitempty"` + Height int32 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` + Data []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *Image) Reset() { *m = Image{} } func (m *Image) String() string { return proto.CompactTextString(m) } func (*Image) ProtoMessage() {} func (*Image) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{2} + return fileDescriptor_32de24555f916688, []int{5} } func (m *Image) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -283,16 +1025,19 @@ //Area缁撴瀯浣� type Area struct { - Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` - Parentid int32 `protobuf:"varint,2,opt,name=parentid,proto3" json:"parentid,omitempty"` - Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` + Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` + Parentid int32 `protobuf:"varint,2,opt,name=parentid,proto3" json:"parentid,omitempty"` + Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *Area) Reset() { *m = Area{} } func (m *Area) String() string { return proto.CompactTextString(m) } func (*Area) ProtoMessage() {} func (*Area) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{3} + return fileDescriptor_32de24555f916688, []int{6} } func (m *Area) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -344,27 +1089,30 @@ //Camera缁撴瀯浣� type Camera struct { - Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` - Type int32 `protobuf:"varint,3,opt,name=type,proto3" json:"type,omitempty"` - Addr string `protobuf:"bytes,4,opt,name=addr,proto3" json:"addr,omitempty"` - Areaid int32 `protobuf:"varint,5,opt,name=areaid,proto3" json:"areaid,omitempty"` - Longitude float32 `protobuf:"fixed32,6,opt,name=longitude,proto3" json:"longitude,omitempty"` - Latitude float32 `protobuf:"fixed32,7,opt,name=latitude,proto3" json:"latitude,omitempty"` - Rtsp string `protobuf:"bytes,8,opt,name=rtsp,proto3" json:"rtsp,omitempty"` - Ip string `protobuf:"bytes,9,opt,name=ip,proto3" json:"ip,omitempty"` - Port int32 `protobuf:"varint,10,opt,name=port,proto3" json:"port,omitempty"` - Username string `protobuf:"bytes,11,opt,name=username,proto3" json:"username,omitempty"` - Password string `protobuf:"bytes,12,opt,name=password,proto3" json:"password,omitempty"` - Brand string `protobuf:"bytes,13,opt,name=brand,proto3" json:"brand,omitempty"` - Reserved string `protobuf:"bytes,14,opt,name=reserved,proto3" json:"reserved,omitempty"` + Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` + Type int32 `protobuf:"varint,3,opt,name=type,proto3" json:"type,omitempty"` + Addr string `protobuf:"bytes,4,opt,name=addr,proto3" json:"addr,omitempty"` + Areaid int32 `protobuf:"varint,5,opt,name=areaid,proto3" json:"areaid,omitempty"` + Longitude float32 `protobuf:"fixed32,6,opt,name=longitude,proto3" json:"longitude,omitempty"` + Latitude float32 `protobuf:"fixed32,7,opt,name=latitude,proto3" json:"latitude,omitempty"` + Rtsp string `protobuf:"bytes,8,opt,name=rtsp,proto3" json:"rtsp,omitempty"` + Ip string `protobuf:"bytes,9,opt,name=ip,proto3" json:"ip,omitempty"` + Port int32 `protobuf:"varint,10,opt,name=port,proto3" json:"port,omitempty"` + Username string `protobuf:"bytes,11,opt,name=username,proto3" json:"username,omitempty"` + Password string `protobuf:"bytes,12,opt,name=password,proto3" json:"password,omitempty"` + Brand string `protobuf:"bytes,13,opt,name=brand,proto3" json:"brand,omitempty"` + Reserved string `protobuf:"bytes,14,opt,name=reserved,proto3" json:"reserved,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *Camera) Reset() { *m = Camera{} } func (m *Camera) String() string { return proto.CompactTextString(m) } func (*Camera) ProtoMessage() {} func (*Camera) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{4} + return fileDescriptor_32de24555f916688, []int{7} } func (m *Camera) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -493,15 +1241,18 @@ //鎽勫儚鏈虹殑浠诲姟淇℃伅 type CameraAndTaskInfo struct { - Camera *Camera `protobuf:"bytes,1,opt,name=camera,proto3" json:"camera,omitempty"` - Tasks []*Task `protobuf:"bytes,2,rep,name=tasks,proto3" json:"tasks,omitempty"` + Camera *Camera `protobuf:"bytes,1,opt,name=camera,proto3" json:"camera,omitempty"` + Tasks []*Task `protobuf:"bytes,2,rep,name=tasks,proto3" json:"tasks,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *CameraAndTaskInfo) Reset() { *m = CameraAndTaskInfo{} } func (m *CameraAndTaskInfo) String() string { return proto.CompactTextString(m) } func (*CameraAndTaskInfo) ProtoMessage() {} func (*CameraAndTaskInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{5} + return fileDescriptor_32de24555f916688, []int{8} } func (m *CameraAndTaskInfo) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -546,21 +1297,24 @@ //Task缁撴瀯浣� type Task struct { - Taskid string `protobuf:"bytes,1,opt,name=taskid,proto3" json:"taskid,omitempty"` - Taskname string `protobuf:"bytes,2,opt,name=taskname,proto3" json:"taskname,omitempty"` - CreateAt string `protobuf:"bytes,3,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"` - CreateBy string `protobuf:"bytes,4,opt,name=create_by,json=createBy,proto3" json:"create_by,omitempty"` - UpdateAt string `protobuf:"bytes,5,opt,name=update_at,json=updateAt,proto3" json:"update_at,omitempty"` - Enable bool `protobuf:"varint,6,opt,name=enable,proto3" json:"enable,omitempty"` - IsAlarm bool `protobuf:"varint,7,opt,name=is_alarm,json=isAlarm,proto3" json:"is_alarm,omitempty"` - DelFlag bool `protobuf:"varint,8,opt,name=del_flag,json=delFlag,proto3" json:"del_flag,omitempty"` + Taskid string `protobuf:"bytes,1,opt,name=taskid,proto3" json:"taskid,omitempty"` + Taskname string `protobuf:"bytes,2,opt,name=taskname,proto3" json:"taskname,omitempty"` + CreateAt string `protobuf:"bytes,3,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"` + CreateBy string `protobuf:"bytes,4,opt,name=create_by,json=createBy,proto3" json:"create_by,omitempty"` + UpdateAt string `protobuf:"bytes,5,opt,name=update_at,json=updateAt,proto3" json:"update_at,omitempty"` + Enable bool `protobuf:"varint,6,opt,name=enable,proto3" json:"enable,omitempty"` + IsAlarm bool `protobuf:"varint,7,opt,name=is_alarm,json=isAlarm,proto3" json:"is_alarm,omitempty"` + DelFlag bool `protobuf:"varint,8,opt,name=del_flag,json=delFlag,proto3" json:"del_flag,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *Task) Reset() { *m = Task{} } func (m *Task) String() string { return proto.CompactTextString(m) } func (*Task) ProtoMessage() {} func (*Task) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{6} + return fileDescriptor_32de24555f916688, []int{9} } func (m *Task) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -646,15 +1400,18 @@ } type TaskSdkInfo struct { - Task *Task `protobuf:"bytes,1,opt,name=task,proto3" json:"task,omitempty"` - Sdks []*Sdk `protobuf:"bytes,2,rep,name=sdks,proto3" json:"sdks,omitempty"` + Task *Task `protobuf:"bytes,1,opt,name=task,proto3" json:"task,omitempty"` + Sdks []*Sdk `protobuf:"bytes,2,rep,name=sdks,proto3" json:"sdks,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *TaskSdkInfo) Reset() { *m = TaskSdkInfo{} } func (m *TaskSdkInfo) String() string { return proto.CompactTextString(m) } func (*TaskSdkInfo) ProtoMessage() {} func (*TaskSdkInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{7} + return fileDescriptor_32de24555f916688, []int{10} } func (m *TaskSdkInfo) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -699,25 +1456,28 @@ //鎽勫儚鏈轰换鍔� type CameraTask struct { - Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - CameraIds string `protobuf:"bytes,2,opt,name=camera_ids,json=cameraIds,proto3" json:"camera_ids,omitempty"` - TaskId string `protobuf:"bytes,3,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"` - TimeRule []*DayCtl `protobuf:"bytes,4,rep,name=time_rule,json=timeRule,proto3" json:"time_rule,omitempty"` - ReactRule string `protobuf:"bytes,5,opt,name=react_rule,json=reactRule,proto3" json:"react_rule,omitempty"` - ReactDevice string `protobuf:"bytes,6,opt,name=react_device,json=reactDevice,proto3" json:"react_device,omitempty"` - DelFlag bool `protobuf:"varint,7,opt,name=del_flag,json=delFlag,proto3" json:"del_flag,omitempty"` - UpdateFlag bool `protobuf:"varint,8,opt,name=update_flag,json=updateFlag,proto3" json:"update_flag,omitempty"` - Enable bool `protobuf:"varint,9,opt,name=enable,proto3" json:"enable,omitempty"` - Sort int32 `protobuf:"varint,10,opt,name=sort,proto3" json:"sort,omitempty"` - IsFull bool `protobuf:"varint,11,opt,name=is_full,json=isFull,proto3" json:"is_full,omitempty"` - LinkGroupId string `protobuf:"bytes,12,opt,name=link_group_id,json=linkGroupId,proto3" json:"link_group_id,omitempty"` + Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + CameraIds string `protobuf:"bytes,2,opt,name=camera_ids,json=cameraIds,proto3" json:"camera_ids,omitempty"` + TaskId string `protobuf:"bytes,3,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"` + TimeRule []*DayCtl `protobuf:"bytes,4,rep,name=time_rule,json=timeRule,proto3" json:"time_rule,omitempty"` + ReactRule string `protobuf:"bytes,5,opt,name=react_rule,json=reactRule,proto3" json:"react_rule,omitempty"` + ReactDevice string `protobuf:"bytes,6,opt,name=react_device,json=reactDevice,proto3" json:"react_device,omitempty"` + DelFlag bool `protobuf:"varint,7,opt,name=del_flag,json=delFlag,proto3" json:"del_flag,omitempty"` + UpdateFlag bool `protobuf:"varint,8,opt,name=update_flag,json=updateFlag,proto3" json:"update_flag,omitempty"` + Enable bool `protobuf:"varint,9,opt,name=enable,proto3" json:"enable,omitempty"` + Sort int32 `protobuf:"varint,10,opt,name=sort,proto3" json:"sort,omitempty"` + IsFull bool `protobuf:"varint,11,opt,name=is_full,json=isFull,proto3" json:"is_full,omitempty"` + LinkGroupId string `protobuf:"bytes,12,opt,name=link_group_id,json=linkGroupId,proto3" json:"link_group_id,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *CameraTask) Reset() { *m = CameraTask{} } func (m *CameraTask) String() string { return proto.CompactTextString(m) } func (*CameraTask) ProtoMessage() {} func (*CameraTask) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{8} + return fileDescriptor_32de24555f916688, []int{11} } func (m *CameraTask) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -832,16 +1592,19 @@ //鎽勫儚鏈哄竷闃茬殑鏃堕棿瑙勫垯锛屽彲浠ヨ缃涓�,鐢╥d鍏宠仈鍒板叿浣撶殑瑙勫垯閰嶇疆涓� type CameraTimerule struct { - Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` - TimeRule string `protobuf:"bytes,3,opt,name=time_rule,json=timeRule,proto3" json:"time_rule,omitempty"` + Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` + TimeRule string `protobuf:"bytes,3,opt,name=time_rule,json=timeRule,proto3" json:"time_rule,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *CameraTimerule) Reset() { *m = CameraTimerule{} } func (m *CameraTimerule) String() string { return proto.CompactTextString(m) } func (*CameraTimerule) ProtoMessage() {} func (*CameraTimerule) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{9} + return fileDescriptor_32de24555f916688, []int{12} } func (m *CameraTimerule) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -893,15 +1656,18 @@ //DayCtl struct 姣忓ぉ鐨勬椂闂存帶鍒惰鍒� type DayCtl struct { - Day int32 `protobuf:"varint,1,opt,name=day,proto3" json:"day,omitempty"` - TimeRange []*TimeRange `protobuf:"bytes,2,rep,name=time_range,json=timeRange,proto3" json:"time_range,omitempty"` + Day int32 `protobuf:"varint,1,opt,name=day,proto3" json:"day,omitempty"` + TimeRange []*TimeRange `protobuf:"bytes,2,rep,name=time_range,json=timeRange,proto3" json:"time_range,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *DayCtl) Reset() { *m = DayCtl{} } func (m *DayCtl) String() string { return proto.CompactTextString(m) } func (*DayCtl) ProtoMessage() {} func (*DayCtl) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{10} + return fileDescriptor_32de24555f916688, []int{13} } func (m *DayCtl) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -946,15 +1712,18 @@ //鏃堕棿璧峰鑼冨洿 type TimeRange struct { - Start string `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"` - End string `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"` + Start string `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"` + End string `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *TimeRange) Reset() { *m = TimeRange{} } func (m *TimeRange) String() string { return proto.CompactTextString(m) } func (*TimeRange) ProtoMessage() {} func (*TimeRange) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{11} + return fileDescriptor_32de24555f916688, []int{14} } func (m *TimeRange) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -999,16 +1768,19 @@ //Polygon struct type Polygon struct { - Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` - Points []*Point `protobuf:"bytes,3,rep,name=points,proto3" json:"points,omitempty"` + Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` + Points []*Point `protobuf:"bytes,3,rep,name=points,proto3" json:"points,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *Polygon) Reset() { *m = Polygon{} } func (m *Polygon) String() string { return proto.CompactTextString(m) } func (*Polygon) ProtoMessage() {} func (*Polygon) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{12} + return fileDescriptor_32de24555f916688, []int{15} } func (m *Polygon) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1059,15 +1831,18 @@ } type CameraTaskArgs struct { - CameraId string `protobuf:"bytes,1,opt,name=camera_id,json=cameraId,proto3" json:"camera_id,omitempty"` - TaskArgs []*TaskGroupArgs `protobuf:"bytes,2,rep,name=task_args,json=taskArgs,proto3" json:"task_args,omitempty"` + CameraId string `protobuf:"bytes,1,opt,name=camera_id,json=cameraId,proto3" json:"camera_id,omitempty"` + TaskArgs []*TaskGroupArgs `protobuf:"bytes,2,rep,name=task_args,json=taskArgs,proto3" json:"task_args,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *CameraTaskArgs) Reset() { *m = CameraTaskArgs{} } func (m *CameraTaskArgs) String() string { return proto.CompactTextString(m) } func (*CameraTaskArgs) ProtoMessage() {} func (*CameraTaskArgs) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{13} + return fileDescriptor_32de24555f916688, []int{16} } func (m *CameraTaskArgs) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1111,15 +1886,18 @@ } type TaskGroupArgs struct { - TaskId string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"` - GroupRules []*GroupRule `protobuf:"bytes,2,rep,name=group_rules,json=groupRules,proto3" json:"group_rules,omitempty"` + TaskId string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"` + GroupRules []*GroupRule `protobuf:"bytes,2,rep,name=group_rules,json=groupRules,proto3" json:"group_rules,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *TaskGroupArgs) Reset() { *m = TaskGroupArgs{} } func (m *TaskGroupArgs) String() string { return proto.CompactTextString(m) } func (*TaskGroupArgs) ProtoMessage() {} func (*TaskGroupArgs) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{14} + return fileDescriptor_32de24555f916688, []int{17} } func (m *TaskGroupArgs) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1163,15 +1941,18 @@ } type GroupRule struct { - GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` - Rules []*Rule `protobuf:"bytes,2,rep,name=rules,proto3" json:"rules,omitempty"` + GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` + Rules []*Rule `protobuf:"bytes,2,rep,name=rules,proto3" json:"rules,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *GroupRule) Reset() { *m = GroupRule{} } func (m *GroupRule) String() string { return proto.CompactTextString(m) } func (*GroupRule) ProtoMessage() {} func (*GroupRule) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{15} + return fileDescriptor_32de24555f916688, []int{18} } func (m *GroupRule) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1215,25 +1996,28 @@ } type Rule struct { - Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - CameraTaskId string `protobuf:"bytes,2,opt,name=camera_task_id,json=cameraTaskId,proto3" json:"camera_task_id,omitempty"` - CameraId string `protobuf:"bytes,3,opt,name=camera_id,json=cameraId,proto3" json:"camera_id,omitempty"` - PolygonId string `protobuf:"bytes,4,opt,name=polygon_id,json=polygonId,proto3" json:"polygon_id,omitempty"` - SdkId string `protobuf:"bytes,5,opt,name=sdk_id,json=sdkId,proto3" json:"sdk_id,omitempty"` - SdkArgAlias string `protobuf:"bytes,6,opt,name=sdk_arg_alias,json=sdkArgAlias,proto3" json:"sdk_arg_alias,omitempty"` - Operator string `protobuf:"bytes,7,opt,name=operator,proto3" json:"operator,omitempty"` - OperatorType string `protobuf:"bytes,8,opt,name=operator_type,json=operatorType,proto3" json:"operator_type,omitempty"` - SdkArgValue string `protobuf:"bytes,9,opt,name=sdk_arg_value,json=sdkArgValue,proto3" json:"sdk_arg_value,omitempty"` - Sort int32 `protobuf:"varint,10,opt,name=sort,proto3" json:"sort,omitempty"` - RuleWithPre string `protobuf:"bytes,11,opt,name=rule_with_pre,json=ruleWithPre,proto3" json:"rule_with_pre,omitempty"` - GroupId string `protobuf:"bytes,12,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` + Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + CameraTaskId string `protobuf:"bytes,2,opt,name=camera_task_id,json=cameraTaskId,proto3" json:"camera_task_id,omitempty"` + CameraId string `protobuf:"bytes,3,opt,name=camera_id,json=cameraId,proto3" json:"camera_id,omitempty"` + PolygonId string `protobuf:"bytes,4,opt,name=polygon_id,json=polygonId,proto3" json:"polygon_id,omitempty"` + SdkId string `protobuf:"bytes,5,opt,name=sdk_id,json=sdkId,proto3" json:"sdk_id,omitempty"` + SdkArgAlias string `protobuf:"bytes,6,opt,name=sdk_arg_alias,json=sdkArgAlias,proto3" json:"sdk_arg_alias,omitempty"` + Operator string `protobuf:"bytes,7,opt,name=operator,proto3" json:"operator,omitempty"` + OperatorType string `protobuf:"bytes,8,opt,name=operator_type,json=operatorType,proto3" json:"operator_type,omitempty"` + SdkArgValue string `protobuf:"bytes,9,opt,name=sdk_arg_value,json=sdkArgValue,proto3" json:"sdk_arg_value,omitempty"` + Sort int32 `protobuf:"varint,10,opt,name=sort,proto3" json:"sort,omitempty"` + RuleWithPre string `protobuf:"bytes,11,opt,name=rule_with_pre,json=ruleWithPre,proto3" json:"rule_with_pre,omitempty"` + GroupId string `protobuf:"bytes,12,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *Rule) Reset() { *m = Rule{} } func (m *Rule) String() string { return proto.CompactTextString(m) } func (*Rule) ProtoMessage() {} func (*Rule) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{16} + return fileDescriptor_32de24555f916688, []int{19} } func (m *Rule) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1348,24 +2132,27 @@ //Sdk struct type Sdk struct { - Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - SdkType string `protobuf:"bytes,2,opt,name=sdk_type,json=sdkType,proto3" json:"sdk_type,omitempty"` - SdkName string `protobuf:"bytes,3,opt,name=sdk_name,json=sdkName,proto3" json:"sdk_name,omitempty"` - Args []*SdkArg `protobuf:"bytes,4,rep,name=args,proto3" json:"args,omitempty"` - Icon string `protobuf:"bytes,5,opt,name=icon,proto3" json:"icon,omitempty"` - Url string `protobuf:"bytes,6,opt,name=url,proto3" json:"url,omitempty"` - CreateTime string `protobuf:"bytes,7,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` - UpdateTime string `protobuf:"bytes,8,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` - CreateBy string `protobuf:"bytes,9,opt,name=create_by,json=createBy,proto3" json:"create_by,omitempty"` - Enabled bool `protobuf:"varint,10,opt,name=enabled,proto3" json:"enabled,omitempty"` - DelFlag int32 `protobuf:"varint,11,opt,name=del_flag,json=delFlag,proto3" json:"del_flag,omitempty"` + Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + SdkType string `protobuf:"bytes,2,opt,name=sdk_type,json=sdkType,proto3" json:"sdk_type,omitempty"` + SdkName string `protobuf:"bytes,3,opt,name=sdk_name,json=sdkName,proto3" json:"sdk_name,omitempty"` + Args []*SdkArg `protobuf:"bytes,4,rep,name=args,proto3" json:"args,omitempty"` + Icon string `protobuf:"bytes,5,opt,name=icon,proto3" json:"icon,omitempty"` + Url string `protobuf:"bytes,6,opt,name=url,proto3" json:"url,omitempty"` + CreateTime string `protobuf:"bytes,7,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` + UpdateTime string `protobuf:"bytes,8,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` + CreateBy string `protobuf:"bytes,9,opt,name=create_by,json=createBy,proto3" json:"create_by,omitempty"` + Enabled bool `protobuf:"varint,10,opt,name=enabled,proto3" json:"enabled,omitempty"` + DelFlag int32 `protobuf:"varint,11,opt,name=del_flag,json=delFlag,proto3" json:"del_flag,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *Sdk) Reset() { *m = Sdk{} } func (m *Sdk) String() string { return proto.CompactTextString(m) } func (*Sdk) ProtoMessage() {} func (*Sdk) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{17} + return fileDescriptor_32de24555f916688, []int{20} } func (m *Sdk) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1473,20 +2260,23 @@ //SdkArg struct type SdkArg struct { - Alias string `protobuf:"bytes,1,opt,name=alias,proto3" json:"alias,omitempty"` - Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` - Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` - Must bool `protobuf:"varint,4,opt,name=must,proto3" json:"must,omitempty"` - Unit string `protobuf:"bytes,5,opt,name=unit,proto3" json:"unit,omitempty"` - Range string `protobuf:"bytes,6,opt,name=range,proto3" json:"range,omitempty"` - Sort int32 `protobuf:"varint,7,opt,name=sort,proto3" json:"sort,omitempty"` + Alias string `protobuf:"bytes,1,opt,name=alias,proto3" json:"alias,omitempty"` + Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` + Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` + Must bool `protobuf:"varint,4,opt,name=must,proto3" json:"must,omitempty"` + Unit string `protobuf:"bytes,5,opt,name=unit,proto3" json:"unit,omitempty"` + Range string `protobuf:"bytes,6,opt,name=range,proto3" json:"range,omitempty"` + Sort int32 `protobuf:"varint,7,opt,name=sort,proto3" json:"sort,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *SdkArg) Reset() { *m = SdkArg{} } func (m *SdkArg) String() string { return proto.CompactTextString(m) } func (*SdkArg) ProtoMessage() {} func (*SdkArg) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{18} + return fileDescriptor_32de24555f916688, []int{21} } func (m *SdkArg) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1566,15 +2356,18 @@ // struct for sdk type Point struct { - X int32 `protobuf:"varint,1,opt,name=x,proto3" json:"x,omitempty"` - Y int32 `protobuf:"varint,2,opt,name=y,proto3" json:"y,omitempty"` + X int32 `protobuf:"varint,1,opt,name=x,proto3" json:"x,omitempty"` + Y int32 `protobuf:"varint,2,opt,name=y,proto3" json:"y,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *Point) Reset() { *m = Point{} } func (m *Point) String() string { return proto.CompactTextString(m) } func (*Point) ProtoMessage() {} func (*Point) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{19} + return fileDescriptor_32de24555f916688, []int{22} } func (m *Point) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1618,17 +2411,20 @@ } type Rect struct { - Left int32 `protobuf:"varint,1,opt,name=left,proto3" json:"left,omitempty"` - Top int32 `protobuf:"varint,2,opt,name=top,proto3" json:"top,omitempty"` - Right int32 `protobuf:"varint,3,opt,name=right,proto3" json:"right,omitempty"` - Bottom int32 `protobuf:"varint,4,opt,name=bottom,proto3" json:"bottom,omitempty"` + Left int32 `protobuf:"varint,1,opt,name=left,proto3" json:"left,omitempty"` + Top int32 `protobuf:"varint,2,opt,name=top,proto3" json:"top,omitempty"` + Right int32 `protobuf:"varint,3,opt,name=right,proto3" json:"right,omitempty"` + Bottom int32 `protobuf:"varint,4,opt,name=bottom,proto3" json:"bottom,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *Rect) Reset() { *m = Rect{} } func (m *Rect) String() string { return proto.CompactTextString(m) } func (*Rect) ProtoMessage() {} func (*Rect) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{20} + return fileDescriptor_32de24555f916688, []int{23} } func (m *Rect) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1686,17 +2482,20 @@ } type FaceAngle struct { - Yaw int32 `protobuf:"varint,1,opt,name=yaw,proto3" json:"yaw,omitempty"` - Pitch int32 `protobuf:"varint,2,opt,name=pitch,proto3" json:"pitch,omitempty"` - Roll int32 `protobuf:"varint,3,opt,name=roll,proto3" json:"roll,omitempty"` - Confidence float32 `protobuf:"fixed32,4,opt,name=confidence,proto3" json:"confidence,omitempty"` + Yaw int32 `protobuf:"varint,1,opt,name=yaw,proto3" json:"yaw,omitempty"` + Pitch int32 `protobuf:"varint,2,opt,name=pitch,proto3" json:"pitch,omitempty"` + Roll int32 `protobuf:"varint,3,opt,name=roll,proto3" json:"roll,omitempty"` + Confidence float32 `protobuf:"fixed32,4,opt,name=confidence,proto3" json:"confidence,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *FaceAngle) Reset() { *m = FaceAngle{} } func (m *FaceAngle) String() string { return proto.CompactTextString(m) } func (*FaceAngle) ProtoMessage() {} func (*FaceAngle) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{21} + return fileDescriptor_32de24555f916688, []int{24} } func (m *FaceAngle) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1754,18 +2553,21 @@ } type ThftResult struct { - Gender int32 `protobuf:"varint,1,opt,name=gender,proto3" json:"gender,omitempty"` - Age int32 `protobuf:"varint,2,opt,name=age,proto3" json:"age,omitempty"` - Race int32 `protobuf:"varint,3,opt,name=race,proto3" json:"race,omitempty"` - Beauty int32 `protobuf:"varint,4,opt,name=beauty,proto3" json:"beauty,omitempty"` - Smile int32 `protobuf:"varint,5,opt,name=smile,proto3" json:"smile,omitempty"` + Gender int32 `protobuf:"varint,1,opt,name=gender,proto3" json:"gender,omitempty"` + Age int32 `protobuf:"varint,2,opt,name=age,proto3" json:"age,omitempty"` + Race int32 `protobuf:"varint,3,opt,name=race,proto3" json:"race,omitempty"` + Beauty int32 `protobuf:"varint,4,opt,name=beauty,proto3" json:"beauty,omitempty"` + Smile int32 `protobuf:"varint,5,opt,name=smile,proto3" json:"smile,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *ThftResult) Reset() { *m = ThftResult{} } func (m *ThftResult) String() string { return proto.CompactTextString(m) } func (*ThftResult) ProtoMessage() {} func (*ThftResult) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{22} + return fileDescriptor_32de24555f916688, []int{25} } func (m *ThftResult) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1830,21 +2632,24 @@ } type FacePos struct { - RcFace *Rect `protobuf:"bytes,1,opt,name=rcFace,proto3" json:"rcFace,omitempty"` - PtLeftEye *Point `protobuf:"bytes,2,opt,name=ptLeftEye,proto3" json:"ptLeftEye,omitempty"` - PtRightEye *Point `protobuf:"bytes,3,opt,name=ptRightEye,proto3" json:"ptRightEye,omitempty"` - PtMouth *Point `protobuf:"bytes,4,opt,name=ptMouth,proto3" json:"ptMouth,omitempty"` - PtNose *Point `protobuf:"bytes,5,opt,name=ptNose,proto3" json:"ptNose,omitempty"` - FAngle *FaceAngle `protobuf:"bytes,6,opt,name=fAngle,proto3" json:"fAngle,omitempty"` - Quality int32 `protobuf:"varint,7,opt,name=quality,proto3" json:"quality,omitempty"` - FacialData []byte `protobuf:"bytes,8,opt,name=facialData,proto3" json:"facialData,omitempty"` + RcFace *Rect `protobuf:"bytes,1,opt,name=rcFace,proto3" json:"rcFace,omitempty"` + PtLeftEye *Point `protobuf:"bytes,2,opt,name=ptLeftEye,proto3" json:"ptLeftEye,omitempty"` + PtRightEye *Point `protobuf:"bytes,3,opt,name=ptRightEye,proto3" json:"ptRightEye,omitempty"` + PtMouth *Point `protobuf:"bytes,4,opt,name=ptMouth,proto3" json:"ptMouth,omitempty"` + PtNose *Point `protobuf:"bytes,5,opt,name=ptNose,proto3" json:"ptNose,omitempty"` + FAngle *FaceAngle `protobuf:"bytes,6,opt,name=fAngle,proto3" json:"fAngle,omitempty"` + Quality int32 `protobuf:"varint,7,opt,name=quality,proto3" json:"quality,omitempty"` + FacialData []byte `protobuf:"bytes,8,opt,name=facialData,proto3" json:"facialData,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *FacePos) Reset() { *m = FacePos{} } func (m *FacePos) String() string { return proto.CompactTextString(m) } func (*FacePos) ProtoMessage() {} func (*FacePos) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{23} + return fileDescriptor_32de24555f916688, []int{26} } func (m *FacePos) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1930,22 +2735,25 @@ } type FaceInfo struct { - RcFace *Rect `protobuf:"bytes,1,opt,name=rcFace,proto3" json:"rcFace,omitempty"` - PtLeftEye *Point `protobuf:"bytes,2,opt,name=ptLeftEye,proto3" json:"ptLeftEye,omitempty"` - PtRightEye *Point `protobuf:"bytes,3,opt,name=ptRightEye,proto3" json:"ptRightEye,omitempty"` - PtMouth *Point `protobuf:"bytes,4,opt,name=ptMouth,proto3" json:"ptMouth,omitempty"` - PtNose *Point `protobuf:"bytes,5,opt,name=ptNose,proto3" json:"ptNose,omitempty"` - FAngle *FaceAngle `protobuf:"bytes,6,opt,name=fAngle,proto3" json:"fAngle,omitempty"` - Quality int32 `protobuf:"varint,7,opt,name=quality,proto3" json:"quality,omitempty"` - FacialData []byte `protobuf:"bytes,8,opt,name=facialData,proto3" json:"facialData,omitempty"` - FaceID int64 `protobuf:"varint,9,opt,name=faceID,proto3" json:"faceID,omitempty"` + RcFace *Rect `protobuf:"bytes,1,opt,name=rcFace,proto3" json:"rcFace,omitempty"` + PtLeftEye *Point `protobuf:"bytes,2,opt,name=ptLeftEye,proto3" json:"ptLeftEye,omitempty"` + PtRightEye *Point `protobuf:"bytes,3,opt,name=ptRightEye,proto3" json:"ptRightEye,omitempty"` + PtMouth *Point `protobuf:"bytes,4,opt,name=ptMouth,proto3" json:"ptMouth,omitempty"` + PtNose *Point `protobuf:"bytes,5,opt,name=ptNose,proto3" json:"ptNose,omitempty"` + FAngle *FaceAngle `protobuf:"bytes,6,opt,name=fAngle,proto3" json:"fAngle,omitempty"` + Quality int32 `protobuf:"varint,7,opt,name=quality,proto3" json:"quality,omitempty"` + FacialData []byte `protobuf:"bytes,8,opt,name=facialData,proto3" json:"facialData,omitempty"` + FaceID int64 `protobuf:"varint,9,opt,name=faceID,proto3" json:"faceID,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *FaceInfo) Reset() { *m = FaceInfo{} } func (m *FaceInfo) String() string { return proto.CompactTextString(m) } func (*FaceInfo) ProtoMessage() {} func (*FaceInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{24} + return fileDescriptor_32de24555f916688, []int{27} } func (m *FaceInfo) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2038,16 +2846,19 @@ } type ObjInfo struct { - RcObj *Rect `protobuf:"bytes,1,opt,name=rcObj,proto3" json:"rcObj,omitempty"` - Typ int32 `protobuf:"varint,2,opt,name=typ,proto3" json:"typ,omitempty"` - Prob float32 `protobuf:"fixed32,3,opt,name=prob,proto3" json:"prob,omitempty"` + RcObj *Rect `protobuf:"bytes,1,opt,name=rcObj,proto3" json:"rcObj,omitempty"` + Typ int32 `protobuf:"varint,2,opt,name=typ,proto3" json:"typ,omitempty"` + Prob float32 `protobuf:"fixed32,3,opt,name=prob,proto3" json:"prob,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *ObjInfo) Reset() { *m = ObjInfo{} } func (m *ObjInfo) String() string { return proto.CompactTextString(m) } func (*ObjInfo) ProtoMessage() {} func (*ObjInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{25} + return fileDescriptor_32de24555f916688, []int{28} } func (m *ObjInfo) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2099,16 +2910,19 @@ // sdk face property type ParamFacePos struct { - Pos *FacePos `protobuf:"bytes,1,opt,name=pos,proto3" json:"pos,omitempty"` - Result *ThftResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"` - Img *Image `protobuf:"bytes,3,opt,name=img,proto3" json:"img,omitempty"` + Pos *FacePos `protobuf:"bytes,1,opt,name=pos,proto3" json:"pos,omitempty"` + Result *ThftResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"` + Img *Image `protobuf:"bytes,3,opt,name=img,proto3" json:"img,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *ParamFacePos) Reset() { *m = ParamFacePos{} } func (m *ParamFacePos) String() string { return proto.CompactTextString(m) } func (*ParamFacePos) ProtoMessage() {} func (*ParamFacePos) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{26} + return fileDescriptor_32de24555f916688, []int{29} } func (m *ParamFacePos) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2160,15 +2974,18 @@ // sdk face extract type ParamFaceCompare struct { - Feat1 []byte `protobuf:"bytes,1,opt,name=feat1,proto3" json:"feat1,omitempty"` - Feat2 []byte `protobuf:"bytes,2,opt,name=feat2,proto3" json:"feat2,omitempty"` + Feat1 []byte `protobuf:"bytes,1,opt,name=feat1,proto3" json:"feat1,omitempty"` + Feat2 []byte `protobuf:"bytes,2,opt,name=feat2,proto3" json:"feat2,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *ParamFaceCompare) Reset() { *m = ParamFaceCompare{} } func (m *ParamFaceCompare) String() string { return proto.CompactTextString(m) } func (*ParamFaceCompare) ProtoMessage() {} func (*ParamFaceCompare) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{27} + return fileDescriptor_32de24555f916688, []int{30} } func (m *ParamFaceCompare) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2213,15 +3030,18 @@ // sdk yolo detect type ParamYoloObj struct { - Infos []*ObjInfo `protobuf:"bytes,1,rep,name=infos,proto3" json:"infos,omitempty"` - Img *Image `protobuf:"bytes,2,opt,name=img,proto3" json:"img,omitempty"` + Infos []*ObjInfo `protobuf:"bytes,1,rep,name=infos,proto3" json:"infos,omitempty"` + Img *Image `protobuf:"bytes,2,opt,name=img,proto3" json:"img,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *ParamYoloObj) Reset() { *m = ParamYoloObj{} } func (m *ParamYoloObj) String() string { return proto.CompactTextString(m) } func (*ParamYoloObj) ProtoMessage() {} func (*ParamYoloObj) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{28} + return fileDescriptor_32de24555f916688, []int{31} } func (m *ParamYoloObj) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2266,17 +3086,20 @@ //publish db change message type DbChangeMessage struct { - Table TableChanged `protobuf:"varint,1,opt,name=table,proto3,enum=protomsg.TableChanged" json:"table,omitempty"` - Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` - Action DbAction `protobuf:"varint,3,opt,name=action,proto3,enum=protomsg.DbAction" json:"action,omitempty"` - Info string `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty"` + Table TableChanged `protobuf:"varint,1,opt,name=table,proto3,enum=protomsg.TableChanged" json:"table,omitempty"` + Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` + Action DbAction `protobuf:"varint,3,opt,name=action,proto3,enum=protomsg.DbAction" json:"action,omitempty"` + Info string `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *DbChangeMessage) Reset() { *m = DbChangeMessage{} } func (m *DbChangeMessage) String() string { return proto.CompactTextString(m) } func (*DbChangeMessage) ProtoMessage() {} func (*DbChangeMessage) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{29} + return fileDescriptor_32de24555f916688, []int{32} } func (m *DbChangeMessage) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2334,21 +3157,24 @@ } type CameraPolygon struct { - Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - CameraId string `protobuf:"bytes,2,opt,name=camera_id,json=cameraId,proto3" json:"camera_id,omitempty"` - Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` - Polygon string `protobuf:"bytes,4,opt,name=polygon,proto3" json:"polygon,omitempty"` - TriggerLine string `protobuf:"bytes,5,opt,name=trigger_line,json=triggerLine,proto3" json:"trigger_line,omitempty"` - DirectionLine string `protobuf:"bytes,6,opt,name=direction_line,json=directionLine,proto3" json:"direction_line,omitempty"` - Type string `protobuf:"bytes,7,opt,name=type,proto3" json:"type,omitempty"` - DefenceState int32 `protobuf:"varint,8,opt,name=defence_state,json=defenceState,proto3" json:"defence_state,omitempty"` + Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + CameraId string `protobuf:"bytes,2,opt,name=camera_id,json=cameraId,proto3" json:"camera_id,omitempty"` + Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` + Polygon string `protobuf:"bytes,4,opt,name=polygon,proto3" json:"polygon,omitempty"` + TriggerLine string `protobuf:"bytes,5,opt,name=trigger_line,json=triggerLine,proto3" json:"trigger_line,omitempty"` + DirectionLine string `protobuf:"bytes,6,opt,name=direction_line,json=directionLine,proto3" json:"direction_line,omitempty"` + Type string `protobuf:"bytes,7,opt,name=type,proto3" json:"type,omitempty"` + DefenceState int32 `protobuf:"varint,8,opt,name=defence_state,json=defenceState,proto3" json:"defence_state,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *CameraPolygon) Reset() { *m = CameraPolygon{} } func (m *CameraPolygon) String() string { return proto.CompactTextString(m) } func (*CameraPolygon) ProtoMessage() {} func (*CameraPolygon) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{30} + return fileDescriptor_32de24555f916688, []int{33} } func (m *CameraPolygon) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2438,7 +3264,9 @@ proto.RegisterEnum("protomsg.DbAction", DbAction_name, DbAction_value) proto.RegisterType((*TaskLabel)(nil), "protomsg.TaskLabel") proto.RegisterType((*SdkMessage)(nil), "protomsg.SdkMessage") - proto.RegisterMapType((map[string]string)(nil), "protomsg.SdkMessage.EsinfoEntry") + proto.RegisterType((*Personaction)(nil), "protomsg.Personaction") + proto.RegisterType((*PersonBaseInfo)(nil), "protomsg.PersonBaseInfo") + proto.RegisterType((*Vediopersons)(nil), "protomsg.Vediopersons") proto.RegisterType((*Image)(nil), "protomsg.Image") proto.RegisterType((*Area)(nil), "protomsg.Area") proto.RegisterType((*Camera)(nil), "protomsg.Camera") @@ -2473,134 +3301,175 @@ func init() { proto.RegisterFile("protomsg.proto", fileDescriptor_32de24555f916688) } var fileDescriptor_32de24555f916688 = []byte{ - // 2028 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x58, 0x4f, 0x93, 0x1b, 0x47, - 0x15, 0xf7, 0x8c, 0xfe, 0xce, 0x93, 0xb4, 0x91, 0x1b, 0x93, 0x28, 0x0e, 0x59, 0xd6, 0x63, 0x43, - 0x16, 0x13, 0x4c, 0xb1, 0xc9, 0x21, 0x70, 0xa0, 0x6a, 0xe3, 0xb5, 0xa9, 0xad, 0x72, 0x9c, 0x4d, - 0xef, 0x26, 0x14, 0x39, 0xa0, 0x6a, 0x4d, 0xb7, 0x66, 0x27, 0x1a, 0xcd, 0x0c, 0x3d, 0x2d, 0xaf, - 0x75, 0xe0, 0xc6, 0x1d, 0x8e, 0x7c, 0x07, 0xbe, 0x48, 0x0e, 0x1c, 0x72, 0xa2, 0xb8, 0x41, 0xd9, - 0xc5, 0x05, 0x8a, 0xef, 0x40, 0xbd, 0xd7, 0x3d, 0xa3, 0xd1, 0xee, 0x1a, 0x52, 0xc5, 0x35, 0xb7, - 0xf7, 0x4f, 0xdd, 0xef, 0xfd, 0xde, 0xeb, 0xf7, 0xde, 0x08, 0x76, 0x0a, 0x9d, 0x9b, 0x7c, 0x59, - 0xc6, 0x0f, 0x88, 0x60, 0xfd, 0x8a, 0x0f, 0x3f, 0x81, 0xe0, 0x4c, 0x94, 0x8b, 0x27, 0x62, 0xa6, - 0x52, 0xf6, 0x3a, 0x74, 0x8d, 0x28, 0x17, 0x89, 0x9c, 0x78, 0x7b, 0xde, 0x7e, 0xc0, 0x1d, 0x87, - 0xf2, 0x52, 0x2e, 0x12, 0x59, 0x4e, 0xfc, 0xbd, 0x16, 0xca, 0x2d, 0xc7, 0x6e, 0x41, 0x27, 0xc9, - 0xa4, 0x7a, 0x3e, 0x69, 0xed, 0x79, 0xfb, 0x1d, 0x6e, 0x99, 0xf0, 0x2f, 0x1e, 0xc0, 0xa9, 0x5c, - 0x7c, 0xa4, 0xca, 0x52, 0xc4, 0x8a, 0x8d, 0xa1, 0x15, 0xd5, 0x27, 0x22, 0xc9, 0x7e, 0x04, 0x3d, - 0x3c, 0x38, 0x15, 0xb3, 0x89, 0xbf, 0xe7, 0xed, 0x0f, 0x0e, 0xbe, 0xf5, 0xa0, 0xf6, 0xaf, 0x76, - 0x86, 0x57, 0x36, 0x8c, 0x41, 0x5b, 0x0a, 0x23, 0xe8, 0x92, 0x21, 0x27, 0x9a, 0x7d, 0x00, 0x5d, - 0x55, 0x26, 0xd9, 0x3c, 0x9f, 0xb4, 0xf7, 0x5a, 0xfb, 0x83, 0x83, 0xbd, 0xcd, 0x09, 0x9b, 0xab, - 0x1f, 0x3c, 0x22, 0x93, 0x47, 0x99, 0xd1, 0x6b, 0xee, 0xec, 0x6f, 0xff, 0x14, 0x06, 0x0d, 0x31, - 0x7a, 0xb7, 0x50, 0xeb, 0xca, 0xbb, 0x85, 0x5a, 0x63, 0x50, 0xcf, 0x44, 0xba, 0x52, 0xe4, 0x5b, - 0xc0, 0x2d, 0xf3, 0x33, 0xff, 0x03, 0x2f, 0x3c, 0x86, 0xce, 0xf1, 0x12, 0x43, 0xba, 0x05, 0x9d, - 0x8b, 0x44, 0x9a, 0x73, 0xfa, 0x59, 0x87, 0x5b, 0x06, 0x51, 0x3a, 0x57, 0x49, 0x7c, 0x6e, 0xe8, - 0x97, 0x1d, 0xee, 0xb8, 0xeb, 0xfc, 0x0f, 0x1f, 0x43, 0xfb, 0x50, 0x2b, 0xc1, 0x76, 0xc0, 0x77, - 0xd8, 0x74, 0xb8, 0x9f, 0x48, 0x76, 0x1b, 0xfa, 0x85, 0xd0, 0x2a, 0x33, 0x89, 0x74, 0xa7, 0xd4, - 0x3c, 0x9e, 0x93, 0x89, 0xa5, 0xa2, 0x73, 0x02, 0x4e, 0x74, 0xf8, 0xa5, 0x0f, 0xdd, 0x87, 0x62, - 0xa9, 0x74, 0xf3, 0xa8, 0x80, 0x8e, 0xaa, 0xcc, 0xfd, 0x8d, 0x39, 0xca, 0xcc, 0xba, 0x50, 0x2e, - 0x5f, 0x44, 0xa3, 0x4c, 0x48, 0xa9, 0x27, 0x6d, 0x6b, 0x87, 0x34, 0x86, 0x22, 0xb4, 0x12, 0x89, - 0x9c, 0x74, 0x6c, 0x28, 0x96, 0x63, 0xdf, 0x81, 0x20, 0xcd, 0xb3, 0x38, 0x31, 0x2b, 0xa9, 0x26, - 0xdd, 0x3d, 0x6f, 0xdf, 0xe7, 0x1b, 0x01, 0x3a, 0x9f, 0x0a, 0x63, 0x95, 0x3d, 0x52, 0xd6, 0x3c, - 0xde, 0xa2, 0x4d, 0x59, 0x4c, 0xfa, 0xf6, 0x16, 0xa4, 0xc9, 0xe3, 0x62, 0x12, 0x38, 0x8f, 0x0b, - 0xb4, 0x29, 0x72, 0x6d, 0x26, 0x60, 0xbd, 0x43, 0x1a, 0xcf, 0x5c, 0x95, 0x4a, 0x53, 0x24, 0x03, - 0xb2, 0xac, 0x79, 0x0b, 0x56, 0x59, 0x5e, 0xe4, 0x5a, 0x4e, 0x86, 0x56, 0x57, 0xf1, 0x98, 0xa2, - 0x99, 0x16, 0x99, 0x9c, 0x8c, 0x6c, 0x16, 0x89, 0xc1, 0x5f, 0x68, 0x55, 0x2a, 0xfd, 0x4c, 0xc9, - 0xc9, 0x8e, 0xfd, 0x45, 0xc5, 0x87, 0x11, 0xdc, 0xb4, 0x48, 0x1e, 0x66, 0x12, 0xab, 0xf0, 0x38, - 0x9b, 0xe7, 0x6c, 0x1f, 0xba, 0x11, 0x09, 0x09, 0xd8, 0xc1, 0xc1, 0x78, 0x53, 0x67, 0xd6, 0x98, - 0x3b, 0x3d, 0xbb, 0x07, 0x1d, 0x2c, 0x58, 0xfb, 0x44, 0x06, 0x07, 0x3b, 0xdb, 0x25, 0xcd, 0xad, - 0x32, 0xfc, 0x9b, 0x07, 0x6d, 0xe4, 0x5f, 0xf9, 0xd4, 0x6e, 0x43, 0x1f, 0xa9, 0x46, 0xe6, 0x6a, - 0x9e, 0xbd, 0x05, 0x41, 0xa4, 0x95, 0x30, 0x6a, 0x2a, 0x8c, 0xab, 0x82, 0xbe, 0x15, 0x1c, 0x9a, - 0x86, 0x72, 0xb6, 0x76, 0xb9, 0x74, 0xca, 0x0f, 0xd7, 0xa8, 0x5c, 0x15, 0xd2, 0xfd, 0xb2, 0xe3, - 0x60, 0x24, 0xc1, 0xa1, 0x41, 0x57, 0x54, 0x26, 0x66, 0xa9, 0xcd, 0x68, 0x9f, 0x3b, 0x8e, 0xbd, - 0x09, 0xfd, 0xa4, 0x9c, 0x8a, 0x54, 0xe8, 0x25, 0xa5, 0xb3, 0xcf, 0x7b, 0x49, 0x79, 0x88, 0x2c, - 0xaa, 0xa4, 0x4a, 0xa7, 0xf3, 0x54, 0xc4, 0x94, 0xd1, 0x3e, 0xef, 0x49, 0x95, 0x3e, 0x4e, 0x45, - 0x1c, 0x9e, 0xc1, 0x00, 0x03, 0x3c, 0x95, 0x16, 0xc0, 0x10, 0xda, 0xe8, 0xbf, 0x83, 0xef, 0x32, - 0x2a, 0xa4, 0x63, 0x77, 0xa0, 0x5d, 0xca, 0x1a, 0xb9, 0xd1, 0xd6, 0x53, 0xe6, 0xa4, 0x0a, 0xff, - 0xe9, 0x03, 0x58, 0xc0, 0x09, 0xbd, 0xcb, 0xb5, 0xfe, 0x36, 0x80, 0x4d, 0xc3, 0xd4, 0x36, 0x29, - 0x94, 0x07, 0x56, 0x72, 0x2c, 0x4b, 0xf6, 0x86, 0x6d, 0x38, 0xd3, 0x44, 0x3a, 0xd8, 0x08, 0xed, - 0x63, 0xec, 0x44, 0x81, 0x49, 0x96, 0x6a, 0xaa, 0x57, 0xa9, 0x72, 0x9d, 0xa4, 0x91, 0xe1, 0x23, - 0xb1, 0x7e, 0x68, 0x52, 0xde, 0x47, 0x13, 0xbe, 0x4a, 0x15, 0x5e, 0xa3, 0x95, 0x88, 0x8c, 0xb5, - 0xb7, 0x38, 0x06, 0x24, 0x21, 0xf5, 0x1d, 0x18, 0x5a, 0xb5, 0x54, 0xcf, 0x92, 0xc8, 0xc2, 0x19, - 0xf0, 0x01, 0xc9, 0x8e, 0x48, 0xb4, 0x05, 0x5c, 0x6f, 0x0b, 0x38, 0xf6, 0x5d, 0x18, 0xb8, 0x1c, - 0x35, 0x60, 0x05, 0x2b, 0x22, 0x83, 0x4d, 0x9e, 0x82, 0xad, 0x3c, 0x31, 0x68, 0x97, 0x8d, 0x67, - 0x83, 0x34, 0x46, 0x9c, 0x94, 0xd3, 0xf9, 0x2a, 0x4d, 0xe9, 0xd5, 0xf4, 0x79, 0x37, 0x29, 0x1f, - 0xaf, 0xd2, 0x94, 0x85, 0x30, 0x4a, 0x93, 0x6c, 0x31, 0x8d, 0x75, 0xbe, 0x2a, 0x10, 0x10, 0xfb, - 0x70, 0x06, 0x28, 0xfc, 0x05, 0xca, 0x8e, 0x65, 0xf8, 0x09, 0xec, 0x38, 0xac, 0x93, 0xa5, 0xc2, - 0x50, 0xbf, 0x56, 0x6f, 0x79, 0xab, 0x89, 0xa5, 0xab, 0xce, 0x0a, 0xb9, 0xf0, 0x29, 0x74, 0x2d, - 0x9a, 0xd8, 0x70, 0xa5, 0x58, 0xbb, 0x96, 0x87, 0x24, 0x3b, 0x00, 0xb0, 0x3f, 0x14, 0x59, 0xac, - 0x5c, 0x11, 0x34, 0x27, 0x02, 0x9e, 0x81, 0x2a, 0x4e, 0xe7, 0x13, 0x19, 0xbe, 0x07, 0x41, 0x2d, - 0xc7, 0xb7, 0x5e, 0x1a, 0xa1, 0x8d, 0x73, 0xd0, 0x32, 0x78, 0x91, 0xca, 0xa4, 0x73, 0x11, 0xc9, - 0xf0, 0x33, 0xe8, 0x9d, 0xe4, 0xe9, 0x3a, 0xce, 0xb3, 0xaf, 0x15, 0xd0, 0x3b, 0xd0, 0x2d, 0xf2, - 0x24, 0x33, 0xe5, 0xa4, 0x45, 0x3e, 0xbd, 0xb6, 0xf1, 0xe9, 0x04, 0xe5, 0xdc, 0xa9, 0xc3, 0xa8, - 0xc6, 0x4b, 0x94, 0x8b, 0x43, 0x1d, 0x97, 0xf4, 0x18, 0xab, 0x7a, 0x74, 0xb7, 0xf4, 0xab, 0x72, - 0x64, 0xef, 0x43, 0x40, 0xd5, 0x28, 0x74, 0x5c, 0xd5, 0xfc, 0x1b, 0xdb, 0xef, 0x82, 0x12, 0x81, - 0x07, 0xd9, 0xc7, 0x8f, 0x54, 0xf8, 0x6b, 0x18, 0x6d, 0xa9, 0x9a, 0x45, 0xed, 0x6d, 0x15, 0xf5, - 0xfb, 0x30, 0xb0, 0xd9, 0xc5, 0x4c, 0x94, 0x57, 0x01, 0xa5, 0x23, 0x30, 0x2b, 0x1c, 0xe2, 0x8a, - 0x2c, 0xc3, 0x27, 0x10, 0xd4, 0x0a, 0x2c, 0xd3, 0xba, 0x40, 0xec, 0xe1, 0xbd, 0xd8, 0x16, 0x07, - 0xf6, 0xb9, 0xe6, 0xb9, 0x8d, 0x17, 0x4d, 0x47, 0x5a, 0x65, 0xf8, 0x2f, 0x1f, 0xda, 0xfc, 0xba, - 0xca, 0xb9, 0x07, 0x3b, 0x0e, 0x99, 0xca, 0x79, 0x0b, 0xf9, 0x30, 0xaa, 0x11, 0x3c, 0x96, 0xdb, - 0xf8, 0xb5, 0x2e, 0xe1, 0xf7, 0x36, 0x40, 0x61, 0xd3, 0x88, 0x5a, 0xdb, 0xea, 0x02, 0x27, 0x39, - 0x96, 0xec, 0xdb, 0xb4, 0xac, 0x4c, 0xdd, 0xec, 0xc2, 0x72, 0x90, 0x78, 0x64, 0x08, 0x23, 0x14, - 0x0b, 0x1d, 0x4f, 0x45, 0x9a, 0x88, 0xb2, 0x7a, 0x9d, 0xa5, 0x44, 0x7c, 0x0f, 0x51, 0x84, 0xcd, - 0x37, 0x2f, 0x94, 0x16, 0x26, 0xd7, 0xf4, 0x3a, 0x03, 0x5e, 0xf3, 0xec, 0x2e, 0x8c, 0x2a, 0x7a, - 0x4a, 0x33, 0xd4, 0x4e, 0xb2, 0x61, 0x25, 0x3c, 0xc3, 0x59, 0xda, 0xb8, 0xc4, 0xee, 0x10, 0x41, - 0xf3, 0x92, 0xcf, 0x50, 0x74, 0xed, 0x73, 0x0d, 0x61, 0x84, 0xb8, 0x4d, 0x2f, 0x12, 0x73, 0x3e, - 0x2d, 0x74, 0x35, 0xea, 0x06, 0x28, 0xfc, 0x65, 0x62, 0xce, 0x4f, 0xf4, 0x76, 0x4e, 0x86, 0x5b, - 0x39, 0x09, 0xff, 0xe4, 0x43, 0xeb, 0x54, 0x5e, 0x6d, 0x8b, 0x6f, 0x42, 0x1f, 0xdd, 0x21, 0x77, - 0x2d, 0xcc, 0xbd, 0x52, 0x2e, 0xc8, 0x53, 0xa7, 0x6a, 0x2c, 0x14, 0xa8, 0x7a, 0x8a, 0x75, 0x7f, - 0x0f, 0xda, 0x54, 0x9a, 0x57, 0xfa, 0xe1, 0x29, 0x45, 0xc1, 0x49, 0x8b, 0x61, 0x24, 0x51, 0x9e, - 0x39, 0x90, 0x89, 0xc6, 0x27, 0xb7, 0xd2, 0xa9, 0x43, 0x16, 0x49, 0x6c, 0x6a, 0x6e, 0x2a, 0xe1, - 0xdb, 0x75, 0xa0, 0x82, 0x15, 0xe1, 0x03, 0x6e, 0x74, 0x3d, 0x32, 0xb0, 0xa0, 0xba, 0xae, 0x47, - 0x06, 0x5b, 0x73, 0x2d, 0xb8, 0x34, 0xd7, 0x26, 0xd0, 0xb3, 0x4d, 0x50, 0x12, 0x9c, 0x7d, 0x5e, - 0xb1, 0x5b, 0x8d, 0x76, 0x40, 0x48, 0xd7, 0x13, 0xea, 0x8f, 0x1e, 0x74, 0x6d, 0x28, 0xd8, 0x39, - 0x6c, 0x31, 0xb8, 0xce, 0x41, 0xcc, 0xff, 0xdc, 0x9c, 0x82, 0xcd, 0xe6, 0xb4, 0x5c, 0x95, 0x86, - 0x4a, 0xb0, 0xcf, 0x89, 0x46, 0xd9, 0x2a, 0x4b, 0xaa, 0x21, 0x4b, 0x34, 0xde, 0x62, 0x7b, 0x9b, - 0x05, 0xc6, 0x32, 0x75, 0x1d, 0xf4, 0x36, 0x75, 0x10, 0xde, 0x85, 0x0e, 0xb5, 0x16, 0x36, 0x04, - 0xef, 0xb9, 0xeb, 0x91, 0xde, 0x73, 0xe4, 0xd6, 0x6e, 0x1d, 0xf4, 0xd6, 0xe1, 0xe7, 0xd0, 0xe6, - 0x2a, 0xa2, 0xab, 0x52, 0x35, 0x37, 0xce, 0x8c, 0x68, 0xcc, 0x80, 0xc9, 0x0b, 0x67, 0x8b, 0x24, - 0x5d, 0x4e, 0x4b, 0xa9, 0xdb, 0xd1, 0x89, 0xc1, 0x59, 0x32, 0xcb, 0x8d, 0xc9, 0x97, 0xe4, 0x7c, - 0x87, 0x3b, 0x2e, 0x8c, 0x21, 0x78, 0x2c, 0x22, 0x75, 0x98, 0xc5, 0x29, 0x6d, 0xee, 0x6b, 0x71, - 0x51, 0xb5, 0xea, 0xb5, 0xb8, 0xc0, 0xc3, 0x8a, 0xc4, 0x44, 0xe7, 0xee, 0x02, 0xcb, 0xd0, 0x6e, - 0x97, 0xa7, 0x69, 0xb5, 0x55, 0x22, 0xcd, 0x76, 0x01, 0xa2, 0x3c, 0x9b, 0x27, 0x52, 0x65, 0x91, - 0xa2, 0x4b, 0x7c, 0xde, 0x90, 0x84, 0xcf, 0x01, 0xce, 0xce, 0xe7, 0x86, 0xab, 0x72, 0x95, 0x92, - 0x3b, 0xb1, 0xca, 0xa4, 0xd2, 0xee, 0x32, 0xc7, 0xa1, 0x07, 0x22, 0x56, 0x55, 0x38, 0xc2, 0xa2, - 0xa6, 0x45, 0x54, 0x6f, 0xb0, 0x48, 0x53, 0x30, 0x4a, 0xac, 0xcc, 0xba, 0x0e, 0x86, 0x38, 0x9a, - 0x0b, 0xcb, 0xc4, 0x4d, 0xea, 0x0e, 0xb7, 0x4c, 0xf8, 0x67, 0x1f, 0x7a, 0x18, 0xe3, 0x49, 0x5e, - 0xb2, 0xef, 0x43, 0x57, 0x47, 0xc8, 0x5c, 0xdd, 0x4f, 0x10, 0x62, 0xee, 0xb4, 0xb8, 0x27, 0x14, - 0xe6, 0x89, 0x9a, 0x9b, 0x47, 0x6b, 0xe5, 0xbe, 0x59, 0xae, 0x4c, 0x83, 0x8d, 0x05, 0xfb, 0x31, - 0x40, 0x61, 0x38, 0x02, 0x8d, 0xf6, 0xad, 0xeb, 0xed, 0x1b, 0x26, 0xec, 0x07, 0xd0, 0x2b, 0xcc, - 0x47, 0xf9, 0xca, 0x9c, 0x53, 0x08, 0xd7, 0x58, 0x57, 0x7a, 0x9a, 0x4a, 0xe6, 0x69, 0x5e, 0xda, - 0xa8, 0xae, 0x9d, 0x4a, 0xa4, 0x66, 0x3f, 0x84, 0xee, 0x9c, 0xf2, 0x48, 0x65, 0xb7, 0x35, 0x01, - 0xea, 0x14, 0x73, 0x67, 0x82, 0x0f, 0xe9, 0x37, 0x2b, 0x91, 0x26, 0x66, 0xed, 0xea, 0xb1, 0x62, - 0x31, 0x91, 0x73, 0x11, 0x25, 0x22, 0x3d, 0xc2, 0x6f, 0x98, 0x3e, 0x7d, 0xc3, 0x34, 0x24, 0xe1, - 0x3f, 0x7c, 0xe8, 0xe3, 0x79, 0xb4, 0xed, 0x7d, 0x83, 0xe7, 0xff, 0x8b, 0x27, 0x16, 0xf3, 0x1c, - 0xe1, 0x3c, 0xa2, 0x66, 0xd7, 0xe2, 0x8e, 0x0b, 0x3f, 0x85, 0xde, 0xc7, 0xb3, 0x2f, 0x08, 0x65, - 0x1c, 0xc1, 0xd1, 0xc7, 0xb3, 0x2f, 0x5e, 0x01, 0xb2, 0x55, 0x52, 0x2b, 0x58, 0x6f, 0x5a, 0xc1, - 0xda, 0x7e, 0x5f, 0xe9, 0x7c, 0x46, 0x00, 0xfa, 0x9c, 0xe8, 0xf0, 0x77, 0x1e, 0x0c, 0x4f, 0x84, - 0x16, 0xcb, 0xea, 0x49, 0xdc, 0x85, 0x56, 0x91, 0x97, 0xee, 0xe8, 0x9b, 0xdb, 0x31, 0x9e, 0xe4, - 0x25, 0x47, 0x2d, 0x7b, 0x17, 0xba, 0x9a, 0x5e, 0xae, 0x4b, 0xde, 0xad, 0xc6, 0xfe, 0x52, 0xbf, - 0x6a, 0xee, 0x6c, 0xd8, 0x1d, 0x68, 0x25, 0xcb, 0xf8, 0x6a, 0xde, 0xe8, 0x63, 0x9a, 0xa3, 0x2e, - 0xfc, 0x39, 0x8c, 0x6b, 0x2f, 0x1e, 0xe6, 0x4b, 0xfc, 0xe6, 0xc5, 0xe7, 0x3b, 0x57, 0xc2, 0xfc, - 0x84, 0x7c, 0x19, 0x72, 0xcb, 0x54, 0xd2, 0x03, 0xba, 0xd9, 0x49, 0x0f, 0xc2, 0xcf, 0x5d, 0x14, - 0xbf, 0xca, 0xd3, 0x1c, 0x83, 0x7f, 0x07, 0x3a, 0xf8, 0x8d, 0x8f, 0x71, 0xb4, 0xb6, 0xe3, 0x70, - 0x20, 0x72, 0xab, 0xaf, 0x7c, 0xf3, 0xff, 0x8b, 0x6f, 0xbf, 0xf7, 0xe0, 0xb5, 0xa3, 0xd9, 0xc3, - 0x73, 0xec, 0xda, 0xd5, 0x9f, 0x1a, 0xef, 0xe2, 0xd7, 0x1e, 0xae, 0xe2, 0xe8, 0xdb, 0xce, 0xc1, - 0xeb, 0xcd, 0xfd, 0x6d, 0x96, 0x2a, 0x6b, 0x2c, 0xb9, 0x35, 0x72, 0x73, 0xd9, 0xaf, 0xe7, 0xf2, - 0x7d, 0xe8, 0x8a, 0xc8, 0x24, 0x79, 0x46, 0x98, 0xec, 0x1c, 0xb0, 0xc6, 0x37, 0xc7, 0xec, 0x90, - 0x34, 0xdc, 0x59, 0xd0, 0x9c, 0xb5, 0xff, 0x73, 0xd8, 0x39, 0x9b, 0xcd, 0xf3, 0xf0, 0xdf, 0x1e, - 0x8c, 0xec, 0xc6, 0xf9, 0xaa, 0x7d, 0x76, 0x6b, 0x81, 0xf2, 0x2f, 0x2d, 0x50, 0xd7, 0xfc, 0x91, - 0x80, 0x05, 0xeb, 0x56, 0x28, 0x77, 0x53, 0xc5, 0xe2, 0x57, 0x8d, 0xd1, 0x49, 0x1c, 0x2b, 0x3d, - 0x4d, 0x93, 0xac, 0xfa, 0xec, 0x19, 0x38, 0xd9, 0x93, 0x24, 0x53, 0xec, 0x7b, 0xb0, 0x23, 0x13, - 0xad, 0xc8, 0x61, 0x6b, 0x64, 0x27, 0xdd, 0xa8, 0x96, 0x92, 0x59, 0x35, 0x43, 0x7b, 0x8d, 0x19, - 0x7a, 0x17, 0x46, 0x52, 0xcd, 0x71, 0x24, 0x4c, 0x4b, 0x23, 0x8c, 0xdd, 0x00, 0x3a, 0x7c, 0xe8, - 0x84, 0xa7, 0x28, 0xbb, 0xff, 0x5b, 0x18, 0x36, 0x61, 0x65, 0x43, 0xe8, 0x9f, 0x4d, 0x2d, 0x00, - 0xe3, 0x1b, 0x6c, 0x0c, 0xc3, 0x8a, 0xc3, 0xf5, 0x71, 0xec, 0xb1, 0x5b, 0x30, 0x6e, 0x4a, 0x70, - 0x5d, 0x1e, 0xfb, 0x0c, 0xa0, 0x7b, 0x36, 0x25, 0x8b, 0x16, 0x1b, 0x41, 0x60, 0xe9, 0x53, 0xb9, - 0x18, 0xb7, 0xd9, 0x4d, 0x18, 0xd5, 0x2c, 0xae, 0xad, 0xe3, 0x0e, 0x0b, 0xa0, 0x73, 0x36, 0x45, - 0x6d, 0xf7, 0xfe, 0x03, 0xe8, 0x57, 0x69, 0xc1, 0x43, 0x8e, 0xb3, 0x52, 0x69, 0x33, 0xbe, 0x81, - 0xf4, 0xa7, 0xb4, 0xa8, 0x8c, 0x3d, 0xa4, 0x8f, 0x54, 0xaa, 0x8c, 0x1a, 0xfb, 0x1f, 0x4e, 0xbe, - 0x7c, 0xb1, 0xeb, 0x7d, 0xf5, 0x62, 0xd7, 0xfb, 0xfb, 0x8b, 0x5d, 0xef, 0x0f, 0x2f, 0x77, 0x6f, - 0x7c, 0xf5, 0x72, 0xf7, 0xc6, 0x5f, 0x5f, 0xee, 0xde, 0x98, 0x75, 0x29, 0xcf, 0xef, 0xfd, 0x27, - 0x00, 0x00, 0xff, 0xff, 0x71, 0x02, 0x5d, 0x37, 0x90, 0x13, 0x00, 0x00, + // 2688 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x59, 0xcd, 0x93, 0x1b, 0xc5, + 0x15, 0x47, 0xdf, 0xd2, 0x93, 0xb4, 0x96, 0x07, 0x63, 0xc6, 0x60, 0xcc, 0x7a, 0xec, 0x80, 0x43, + 0x80, 0x54, 0x16, 0x0e, 0xa9, 0x1c, 0x52, 0xb5, 0x78, 0xe3, 0x44, 0x15, 0xb3, 0x2c, 0xbd, 0x0b, + 0xa9, 0x70, 0x88, 0xaa, 0x35, 0xdd, 0xd2, 0x36, 0x1a, 0xcd, 0x0c, 0x33, 0xad, 0xb5, 0x75, 0xc8, + 0x2d, 0xf7, 0x5c, 0xf9, 0x1f, 0x72, 0xcb, 0x5f, 0xc1, 0x21, 0x95, 0xe2, 0x96, 0x63, 0x52, 0xa4, + 0x72, 0x49, 0x2a, 0xff, 0x43, 0xea, 0xbd, 0xee, 0x9e, 0x0f, 0xed, 0x1a, 0xa8, 0xa2, 0xb8, 0xe5, + 0xd6, 0xef, 0x43, 0xfd, 0xf1, 0x7b, 0xaf, 0x7f, 0xef, 0xf5, 0x08, 0xf6, 0xd2, 0x2c, 0xd1, 0xc9, + 0x3a, 0x5f, 0xbe, 0x4d, 0x03, 0xaf, 0xef, 0xe4, 0xe0, 0x43, 0x18, 0x9c, 0xf1, 0x7c, 0xf5, 0x98, + 0xcf, 0x65, 0xe4, 0xdd, 0x84, 0xae, 0xe6, 0xf9, 0x4a, 0x09, 0xbf, 0xb1, 0xdf, 0x78, 0x30, 0x60, + 0x56, 0x42, 0x7d, 0x2e, 0x56, 0x4a, 0xe4, 0x7e, 0x73, 0xbf, 0x85, 0x7a, 0x23, 0x79, 0x37, 0xa0, + 0xa3, 0x62, 0x21, 0x9f, 0xfa, 0xad, 0xfd, 0xc6, 0x83, 0x0e, 0x33, 0x42, 0xf0, 0xb7, 0x06, 0xc0, + 0xa9, 0x58, 0xbd, 0x2f, 0xf3, 0x9c, 0x2f, 0xa5, 0x37, 0x81, 0x56, 0x58, 0xcc, 0x88, 0x43, 0xef, + 0x2d, 0xe8, 0xe1, 0xc4, 0x11, 0x9f, 0xfb, 0xcd, 0xfd, 0xc6, 0x83, 0xe1, 0xc1, 0xf3, 0x6f, 0x17, + 0xfb, 0x2b, 0x36, 0xc3, 0x9c, 0x8f, 0xe7, 0x41, 0x5b, 0x70, 0xcd, 0x69, 0x91, 0x11, 0xa3, 0xb1, + 0xf7, 0x33, 0x18, 0xa5, 0x32, 0xcb, 0x93, 0x98, 0x87, 0x5a, 0x25, 0xb1, 0xdf, 0xa6, 0x79, 0x6e, + 0x96, 0xf3, 0x9c, 0x54, 0xac, 0xac, 0xe6, 0xeb, 0xfd, 0x14, 0x86, 0x17, 0x52, 0xa8, 0xc4, 0x28, + 0xfd, 0xce, 0xee, 0x4f, 0x3f, 0x2e, 0x8d, 0x39, 0xab, 0xba, 0x06, 0x5f, 0x76, 0x61, 0x54, 0x9d, + 0x18, 0x81, 0x51, 0xeb, 0xe5, 0xaf, 0xe5, 0xd6, 0x01, 0x66, 0x24, 0x6f, 0x1f, 0x86, 0x17, 0x4a, + 0xc8, 0x84, 0xc9, 0xcf, 0x8e, 0x37, 0x6b, 0x3a, 0xe5, 0x80, 0x55, 0x55, 0x9e, 0x0f, 0xbd, 0x5c, + 0xac, 0xce, 0xb6, 0xa9, 0xa4, 0x73, 0x0d, 0x98, 0x13, 0xd1, 0x92, 0xaa, 0xf0, 0x98, 0xaf, 0x25, + 0x9d, 0x6a, 0xc0, 0x9c, 0x88, 0x96, 0x30, 0x89, 0xb5, 0x8c, 0x35, 0x6d, 0x7a, 0xc0, 0x9c, 0xe8, + 0xbd, 0x02, 0x10, 0x46, 0x9b, 0x5c, 0xcb, 0x6c, 0xa6, 0x84, 0xdf, 0x25, 0xe3, 0xc0, 0x6a, 0xa6, + 0xc2, 0x0b, 0x1c, 0x5a, 0x27, 0x2a, 0xfc, 0x28, 0x8b, 0xfc, 0x1e, 0x39, 0xd4, 0x74, 0xde, 0x4b, + 0xd0, 0x0f, 0xcf, 0x79, 0x1c, 0x47, 0x53, 0xe1, 0xf7, 0xc9, 0x5e, 0xc8, 0x68, 0x8b, 0xd4, 0x4a, + 0x1e, 0x71, 0x2d, 0xfd, 0x81, 0xb1, 0x39, 0xd9, 0xbb, 0x03, 0x90, 0xaa, 0xf0, 0x50, 0x88, 0x4c, + 0xe6, 0xb9, 0x0f, 0x64, 0xad, 0x68, 0xbc, 0xdb, 0x30, 0x48, 0x55, 0xf8, 0x3e, 0x7f, 0x8a, 0x0b, + 0x0f, 0xcd, 0xce, 0x0a, 0x85, 0x3d, 0x2c, 0x4d, 0x3c, 0x2a, 0x0e, 0x4b, 0xf3, 0xee, 0xc3, 0x30, + 0x55, 0xe1, 0xe3, 0x24, 0xe4, 0x11, 0xfe, 0x72, 0x6c, 0x20, 0xac, 0xa8, 0x70, 0x57, 0x2a, 0x3f, + 0x92, 0x91, 0xd4, 0xd2, 0xdf, 0x33, 0xbb, 0x72, 0x32, 0xce, 0x8b, 0x3b, 0x3c, 0x91, 0x99, 0x7f, + 0xcd, 0xcc, 0x6b, 0x45, 0xfc, 0xd5, 0x9c, 0xe7, 0x92, 0xf0, 0x9d, 0x98, 0x5f, 0x39, 0x19, 0x6d, + 0x14, 0x23, 0x8c, 0xd9, 0x75, 0x63, 0x73, 0x32, 0x9e, 0x33, 0x4c, 0xa2, 0x48, 0x9a, 0x7c, 0xf3, + 0xcc, 0x39, 0x4b, 0x0d, 0xfe, 0x36, 0x55, 0xe1, 0xe9, 0x1a, 0x37, 0xfb, 0xbc, 0xf9, 0xad, 0x93, + 0xf1, 0xb7, 0x78, 0x35, 0x2e, 0x54, 0x28, 0x95, 0xf0, 0x6f, 0x98, 0xdf, 0x96, 0x1a, 0x4a, 0x23, + 0x11, 0xf2, 0x4c, 0xf8, 0x2f, 0xd8, 0x34, 0x22, 0xc9, 0x7b, 0x19, 0x06, 0x3c, 0x5c, 0xcd, 0x78, + 0xc4, 0xb3, 0xb5, 0x7f, 0xd3, 0x4c, 0xca, 0xc3, 0xd5, 0x21, 0xca, 0xb4, 0x20, 0x05, 0x70, 0x2a, + 0xfc, 0x17, 0xed, 0x82, 0x56, 0xf6, 0xf6, 0xa0, 0xa9, 0x84, 0xef, 0x93, 0xb6, 0xa9, 0x28, 0x01, + 0xdc, 0x72, 0x31, 0x1e, 0xfc, 0x96, 0x49, 0x80, 0xaa, 0x0e, 0x01, 0x5f, 0xf0, 0x50, 0x3e, 0x92, + 0x5c, 0x6f, 0x32, 0xe9, 0xbf, 0x64, 0x00, 0xaf, 0xa8, 0x28, 0x24, 0x66, 0x85, 0xfc, 0x57, 0x9b, + 0xb9, 0xff, 0xb2, 0x0d, 0x49, 0xa9, 0x42, 0xd8, 0x09, 0xb0, 0x69, 0xea, 0xdf, 0x36, 0xb0, 0x5b, + 0xd1, 0x51, 0xcb, 0x54, 0xf8, 0xaf, 0x94, 0xd4, 0x32, 0x15, 0xc1, 0x5f, 0x9b, 0xb0, 0x67, 0xae, + 0xd4, 0x7b, 0x3c, 0x97, 0xd3, 0x78, 0x91, 0x94, 0xcb, 0x1c, 0xf3, 0x35, 0x97, 0xf6, 0x66, 0x55, + 0x55, 0x84, 0xd7, 0xd1, 0x43, 0xc4, 0xab, 0x69, 0xf1, 0x22, 0x09, 0xf5, 0x4b, 0x19, 0x0b, 0x99, + 0xd9, 0x3b, 0x65, 0xa5, 0x4b, 0xf9, 0xdf, 0xbe, 0x22, 0xff, 0x2b, 0x19, 0xd3, 0xa9, 0x67, 0x8c, + 0x8f, 0x74, 0x35, 0x8f, 0xe4, 0xd4, 0xdd, 0x2c, 0x27, 0xe2, 0xbc, 0xeb, 0x24, 0x56, 0x3a, 0xc9, + 0x1e, 0xcb, 0x0b, 0x59, 0xdc, 0xab, 0xaa, 0xae, 0x16, 0xa6, 0xfe, 0x4e, 0x98, 0xd0, 0x76, 0x9e, + 0xc4, 0x12, 0xf3, 0xcd, 0xde, 0x2b, 0x27, 0x57, 0x2f, 0x3b, 0xd4, 0x2f, 0xfb, 0x6d, 0x18, 0xd0, + 0x06, 0x28, 0x85, 0xed, 0x8d, 0x2a, 0x14, 0xc1, 0x9f, 0xfb, 0x30, 0xaa, 0x32, 0x18, 0xe5, 0xc2, + 0x91, 0x45, 0xb1, 0xa9, 0x8e, 0xbe, 0x13, 0x37, 0x95, 0x00, 0xb7, 0x6b, 0x00, 0x57, 0x38, 0xab, + 0xf3, 0x4c, 0xce, 0xea, 0xd6, 0x8f, 0xf1, 0x7d, 0x92, 0x92, 0x07, 0xed, 0x8c, 0x87, 0xd2, 0x22, + 0x47, 0x63, 0x22, 0xaa, 0x50, 0x39, 0xa2, 0x1a, 0x5a, 0xa2, 0x2a, 0x34, 0x75, 0xa2, 0x1a, 0xed, + 0x12, 0xd5, 0x04, 0x5a, 0x7c, 0x29, 0x2d, 0x0d, 0xe1, 0xb0, 0x4a, 0x5d, 0x7b, 0x5f, 0x4b, 0x5d, + 0xd7, 0xbe, 0x9e, 0xba, 0x26, 0x3b, 0xd4, 0x55, 0x0b, 0xef, 0x75, 0xaa, 0xb7, 0xa5, 0xa2, 0x46, + 0x51, 0xde, 0x0e, 0x45, 0x7d, 0x03, 0x05, 0xe5, 0x6a, 0x1d, 0x49, 0x93, 0xa8, 0x96, 0x82, 0x4a, + 0x4d, 0x95, 0xa2, 0xa6, 0x8e, 0x86, 0x2a, 0x1a, 0x73, 0xe5, 0x88, 0xa2, 0x6e, 0x9a, 0x16, 0xc0, + 0x48, 0x3b, 0x2c, 0xd4, 0xaa, 0xa5, 0xf7, 0x3e, 0x0c, 0xe7, 0x92, 0x6f, 0xf4, 0xd6, 0x2c, 0x6a, + 0xe8, 0xa8, 0xaa, 0xaa, 0xf2, 0xd2, 0xf1, 0x15, 0xbc, 0x74, 0xfc, 0xfd, 0xf3, 0xd2, 0x4b, 0x50, + 0x30, 0xaa, 0x65, 0xa6, 0x92, 0x61, 0x6f, 0x43, 0x59, 0x43, 0xfd, 0x3b, 0xbb, 0x45, 0xb5, 0x64, + 0xb4, 0x57, 0xab, 0x8c, 0x86, 0x33, 0xe2, 0x88, 0xce, 0xb3, 0x6f, 0x66, 0x74, 0xb2, 0xf7, 0xae, + 0x29, 0x3e, 0x2a, 0x5e, 0x24, 0xfe, 0xdd, 0xfd, 0xd6, 0x83, 0xe1, 0x81, 0xbf, 0xdb, 0xb2, 0x38, + 0x1a, 0x64, 0x85, 0xe7, 0x4e, 0xe9, 0x09, 0x2e, 0x95, 0x9e, 0xd7, 0x60, 0x8f, 0x2f, 0xe5, 0x91, + 0xcc, 0xc3, 0x4c, 0xa5, 0xe4, 0x73, 0x8f, 0x7c, 0x76, 0xb4, 0x55, 0x22, 0xbb, 0x4f, 0xa1, 0x72, + 0x62, 0x30, 0x85, 0xce, 0x74, 0x8d, 0x49, 0x7d, 0x03, 0x3a, 0x4f, 0x94, 0xd0, 0xe7, 0xc4, 0x17, + 0x1d, 0x66, 0x04, 0x3c, 0xea, 0xb9, 0x54, 0xcb, 0x73, 0x4d, 0x6c, 0xd1, 0x61, 0x56, 0xba, 0xaa, + 0x33, 0x0b, 0x1e, 0x41, 0xfb, 0x30, 0x93, 0xdc, 0x96, 0x20, 0x33, 0x0d, 0x96, 0x20, 0x4c, 0x14, + 0x9e, 0xc9, 0x58, 0x2b, 0x61, 0x67, 0x29, 0x64, 0x9c, 0x87, 0xca, 0x92, 0x61, 0x1b, 0x1a, 0x07, + 0x5f, 0x34, 0xa1, 0xfb, 0x90, 0xaf, 0x65, 0x56, 0x9d, 0xca, 0x54, 0x33, 0xe7, 0xde, 0x2c, 0xdd, + 0x51, 0xa7, 0x1d, 0x61, 0x75, 0x18, 0x8d, 0x51, 0xc7, 0x85, 0x70, 0x5c, 0x45, 0x63, 0x3c, 0x0a, + 0xcf, 0x24, 0x57, 0x82, 0x88, 0xaa, 0xc3, 0xac, 0x84, 0xb1, 0x8e, 0x92, 0x78, 0xa9, 0xf4, 0x46, + 0x48, 0x62, 0xaa, 0x26, 0x2b, 0x15, 0xc4, 0x35, 0x5c, 0x1b, 0x63, 0x8f, 0x8c, 0x85, 0x4c, 0x5c, + 0xa3, 0xf3, 0xd4, 0xf2, 0x13, 0x8d, 0x69, 0xc7, 0xa9, 0x65, 0xa5, 0xa6, 0x4a, 0xd1, 0x27, 0x4d, + 0x32, 0xc3, 0xe4, 0x1d, 0x46, 0x63, 0x9c, 0x73, 0x93, 0xcb, 0x2c, 0x2e, 0x59, 0xbc, 0x90, 0x0d, + 0x58, 0x79, 0xfe, 0x24, 0xc9, 0x84, 0xa5, 0xa2, 0x42, 0xc6, 0x10, 0xcd, 0x33, 0x1e, 0x0b, 0xcb, + 0x45, 0x46, 0xc0, 0x5f, 0x64, 0x32, 0x97, 0xd9, 0x85, 0x14, 0xae, 0x19, 0x72, 0x72, 0x10, 0xc2, + 0x75, 0x83, 0xe4, 0x61, 0x2c, 0xb0, 0xbf, 0xa6, 0x2a, 0xfb, 0x00, 0xba, 0x21, 0x29, 0x09, 0xd8, + 0xe1, 0xc1, 0xa4, 0x4c, 0x44, 0xe3, 0xcc, 0xac, 0xdd, 0xbb, 0x0f, 0x1d, 0x4c, 0x60, 0xd3, 0xfc, + 0x0f, 0x0f, 0xf6, 0xea, 0xcd, 0x3a, 0x33, 0xc6, 0xe0, 0xef, 0x0d, 0x68, 0xa3, 0xfc, 0xcc, 0x47, + 0x84, 0xbd, 0x17, 0x95, 0xc8, 0x15, 0x32, 0x36, 0x3a, 0x61, 0x26, 0xb9, 0x96, 0x33, 0xae, 0x6d, + 0x16, 0xf4, 0x8d, 0xe2, 0x50, 0x57, 0x8c, 0xf3, 0xad, 0x8d, 0xa5, 0x35, 0xbe, 0xb7, 0x45, 0xe3, + 0x26, 0x15, 0xf6, 0x97, 0x1d, 0x0b, 0x23, 0x29, 0x0e, 0x35, 0x6e, 0x45, 0xc6, 0x98, 0xe2, 0x14, + 0xd1, 0x3e, 0xb3, 0x92, 0x77, 0x0b, 0xe9, 0xd7, 0xb6, 0x55, 0x3d, 0xb2, 0xf4, 0x54, 0x6e, 0xee, + 0xfc, 0x2d, 0xe8, 0x0b, 0x19, 0xcd, 0x16, 0x11, 0x5f, 0x52, 0x44, 0xfb, 0xac, 0x27, 0x64, 0xf4, + 0x28, 0xe2, 0xcb, 0xe0, 0x0c, 0x86, 0x78, 0xc0, 0x53, 0x61, 0x00, 0x0c, 0xa0, 0x8d, 0xfb, 0xb7, + 0xf0, 0xed, 0xa2, 0x42, 0x36, 0xef, 0x2e, 0xb4, 0x73, 0x51, 0x20, 0x37, 0x2e, 0x7d, 0x4e, 0xc5, + 0x8a, 0x91, 0x29, 0xf8, 0x77, 0x13, 0xc0, 0x00, 0x4e, 0xe8, 0xed, 0xe6, 0x3a, 0x76, 0xf6, 0x64, + 0x9d, 0x99, 0xe7, 0x97, 0x21, 0x21, 0xd2, 0x4c, 0x45, 0xee, 0xbd, 0x68, 0x9e, 0x52, 0xd8, 0xf5, + 0xb7, 0x6a, 0x2c, 0xf4, 0x16, 0x0c, 0xb4, 0x5a, 0xcb, 0x59, 0xb6, 0x89, 0xf0, 0x1d, 0xd1, 0xaa, + 0x47, 0xf8, 0x88, 0x6f, 0x1f, 0xea, 0x88, 0xf5, 0xd1, 0x85, 0x6d, 0x22, 0x89, 0xcb, 0x64, 0x92, + 0x87, 0xda, 0xf8, 0x1b, 0x1c, 0x07, 0xa4, 0x21, 0xf3, 0x5d, 0x18, 0x19, 0xb3, 0xe1, 0x65, 0x5b, + 0xca, 0x87, 0xa4, 0x3b, 0x22, 0x55, 0x0d, 0xb8, 0x5e, 0x0d, 0x38, 0xef, 0x55, 0x18, 0xda, 0x18, + 0x55, 0x60, 0x05, 0xa3, 0x22, 0x87, 0x32, 0x4e, 0x83, 0x5a, 0x9c, 0x3c, 0x68, 0xe7, 0x95, 0x6b, + 0x83, 0x63, 0x3c, 0xb1, 0xca, 0x67, 0x8b, 0x4d, 0x64, 0x5e, 0x13, 0x7d, 0xd6, 0x55, 0xf9, 0xa3, + 0x4d, 0x84, 0xb5, 0x64, 0x1c, 0xa9, 0x78, 0x35, 0x5b, 0x66, 0xc9, 0x26, 0x45, 0x40, 0xcc, 0xc5, + 0x19, 0xa2, 0xf2, 0x97, 0xa8, 0x9b, 0x8a, 0xe0, 0x43, 0xd8, 0xb3, 0x58, 0xab, 0xb5, 0xc4, 0xa3, + 0x7e, 0x2b, 0x6e, 0x79, 0xb9, 0x8a, 0xa5, 0xcd, 0x4e, 0x87, 0x5c, 0x70, 0x0c, 0x5d, 0x83, 0x26, + 0xb6, 0x08, 0x82, 0x6f, 0x2d, 0xe5, 0xe1, 0xd0, 0x3b, 0x00, 0x30, 0x3f, 0xe4, 0xf1, 0x52, 0xda, + 0x24, 0xa8, 0xbe, 0x75, 0x71, 0x0e, 0x34, 0x31, 0x9a, 0x9f, 0x86, 0xc1, 0x3b, 0x30, 0x28, 0xf4, + 0x78, 0xd7, 0x73, 0xcd, 0x33, 0x6d, 0x37, 0x68, 0x04, 0x5c, 0x48, 0xc6, 0xae, 0xf7, 0xc5, 0x61, + 0xf0, 0x31, 0xf4, 0x4e, 0x92, 0x68, 0xbb, 0x4c, 0xe2, 0x6f, 0x75, 0xa0, 0xd7, 0xa1, 0x9b, 0x26, + 0x2a, 0xd6, 0xb9, 0xdf, 0xa2, 0x3d, 0x5d, 0xab, 0x14, 0x21, 0xd4, 0x33, 0x6b, 0x0e, 0xc2, 0x02, + 0x2f, 0x9e, 0xaf, 0x0e, 0xb3, 0x65, 0x4e, 0x97, 0xd1, 0xe5, 0xa3, 0x5d, 0xa5, 0xef, 0xd2, 0xd1, + 0x7b, 0x17, 0x5b, 0x97, 0x7c, 0x35, 0xe3, 0xd9, 0xd2, 0xe5, 0xfc, 0x8b, 0xf5, 0x7b, 0x41, 0x81, + 0xc0, 0x89, 0xcc, 0xe5, 0xc7, 0x51, 0xf0, 0x3b, 0x18, 0xd7, 0x4c, 0xd5, 0xa4, 0x6e, 0xd4, 0x92, + 0xfa, 0x5d, 0x18, 0x9a, 0xe8, 0x62, 0x24, 0xf2, 0xcb, 0x80, 0xd2, 0x14, 0x18, 0x15, 0x06, 0x4b, + 0x37, 0xcc, 0x83, 0xc7, 0x30, 0x28, 0x0c, 0x98, 0xa6, 0x45, 0x82, 0x98, 0xc9, 0x7b, 0x4b, 0x93, + 0x1c, 0xc8, 0x73, 0xd5, 0x79, 0x2b, 0x37, 0x9a, 0xa6, 0x34, 0xc6, 0xe0, 0x3f, 0x4d, 0x68, 0xb3, + 0xab, 0x32, 0xe7, 0x3e, 0xec, 0x59, 0x64, 0xdc, 0xe6, 0x0d, 0xe4, 0xa3, 0xb0, 0x40, 0x70, 0x2a, + 0xea, 0xf8, 0xb5, 0x76, 0xf0, 0x7b, 0x05, 0x20, 0x35, 0x61, 0x44, 0x6b, 0xdb, 0xf6, 0xa0, 0x46, + 0x33, 0x15, 0xde, 0x0b, 0xf4, 0x19, 0x66, 0x66, 0x6b, 0x17, 0xa6, 0x83, 0x58, 0xd1, 0x2b, 0x64, + 0x8c, 0x6a, 0x9e, 0x2d, 0x67, 0x3c, 0x52, 0x3c, 0x77, 0xb7, 0x33, 0x17, 0x88, 0xef, 0x21, 0xaa, + 0x90, 0x7c, 0xf1, 0x41, 0xc0, 0x75, 0x92, 0xd9, 0x46, 0xbb, 0x90, 0xbd, 0x7b, 0x30, 0x76, 0xe3, + 0x19, 0xd5, 0x50, 0x53, 0xc9, 0x46, 0x4e, 0x49, 0x9d, 0x7f, 0x65, 0x91, 0x0b, 0x1e, 0x6d, 0x5c, + 0xcb, 0x6d, 0x17, 0xf9, 0x18, 0x55, 0x57, 0x5e, 0xd7, 0x00, 0xc6, 0x88, 0xdb, 0xec, 0x89, 0xd2, + 0xe7, 0xb3, 0x34, 0x73, 0xa5, 0x6e, 0x88, 0xca, 0xdf, 0x28, 0x7d, 0x7e, 0x92, 0xd5, 0x63, 0x32, + 0xaa, 0xc5, 0x24, 0xf8, 0x53, 0x13, 0x5a, 0xa7, 0xe2, 0x32, 0x2d, 0xde, 0x82, 0x3e, 0x6e, 0x87, + 0xb6, 0xdb, 0xac, 0xbf, 0x51, 0xac, 0xa9, 0xd2, 0x50, 0xa0, 0x89, 0xda, 0xaf, 0xfb, 0xd0, 0xa6, + 0xd4, 0xbc, 0xc4, 0x87, 0xa7, 0x74, 0x0a, 0x46, 0x56, 0x3c, 0x86, 0x0a, 0xed, 0x87, 0xa1, 0x01, + 0xa3, 0x31, 0x5e, 0xb9, 0x4d, 0x16, 0x59, 0x64, 0x71, 0x88, 0xa4, 0x66, 0xab, 0x12, 0xde, 0x5d, + 0x0b, 0x2a, 0x18, 0x15, 0x5e, 0xe0, 0x0a, 0xeb, 0x91, 0x83, 0x01, 0xd5, 0xb2, 0x1e, 0x39, 0xd4, + 0xea, 0xda, 0x60, 0xa7, 0xae, 0xf9, 0xd0, 0x33, 0x24, 0x28, 0x08, 0xce, 0x3e, 0x73, 0x62, 0x8d, + 0x68, 0x87, 0x84, 0x74, 0x51, 0xa1, 0x3e, 0x6f, 0x40, 0xd7, 0x1c, 0x05, 0x99, 0xc3, 0x24, 0x83, + 0x65, 0x0e, 0x12, 0xbe, 0xb1, 0x73, 0x1a, 0x94, 0x9d, 0xd3, 0x7a, 0x93, 0x6b, 0x4a, 0xc1, 0x3e, + 0xa3, 0x31, 0xea, 0x36, 0xb1, 0x72, 0x45, 0x96, 0xc6, 0xb8, 0x8a, 0xe1, 0x36, 0x03, 0x8c, 0x11, + 0x8a, 0x3c, 0xe8, 0x95, 0x79, 0x10, 0xdc, 0x83, 0x0e, 0x51, 0x8b, 0x37, 0x82, 0xc6, 0x53, 0xcb, + 0x91, 0x8d, 0xa7, 0x28, 0x6d, 0x6d, 0x3b, 0xd8, 0xd8, 0x06, 0x9f, 0x40, 0x9b, 0xc9, 0x90, 0x96, + 0x8a, 0xe4, 0x42, 0x5b, 0x37, 0x1a, 0x63, 0x04, 0x74, 0x92, 0x5a, 0x5f, 0x1c, 0xd2, 0xe2, 0xd4, + 0x94, 0xda, 0xaf, 0x8f, 0x24, 0x60, 0x2d, 0x99, 0x27, 0x5a, 0x27, 0x6b, 0xda, 0x7c, 0x87, 0x59, + 0x29, 0x58, 0xc2, 0xe0, 0x11, 0x0f, 0xe5, 0x61, 0xbc, 0x8c, 0xe8, 0x9b, 0xe4, 0x96, 0x3f, 0x71, + 0x54, 0xbd, 0xe5, 0x4f, 0x70, 0xb2, 0x54, 0xe9, 0xf0, 0xdc, 0x2e, 0x60, 0x04, 0xea, 0xed, 0x92, + 0x28, 0x72, 0x5d, 0x25, 0x8e, 0x4d, 0x37, 0x1e, 0x2f, 0x94, 0x90, 0x71, 0x68, 0x3e, 0xd1, 0x35, + 0x59, 0x45, 0x13, 0x3c, 0x05, 0x38, 0x3b, 0x5f, 0x68, 0x26, 0xf3, 0x4d, 0xa4, 0x2b, 0x2f, 0x66, + 0xb3, 0x98, 0x7b, 0x31, 0xdb, 0xf7, 0xa4, 0x3d, 0x0e, 0x5f, 0x96, 0x6f, 0x56, 0xb7, 0x16, 0xbe, + 0x59, 0xf1, 0x30, 0xf4, 0x5c, 0x2a, 0x0e, 0x43, 0x12, 0xd5, 0x85, 0xb5, 0xb2, 0x95, 0xba, 0xc3, + 0x8c, 0x10, 0xfc, 0xa5, 0x09, 0x3d, 0x3c, 0xe3, 0x49, 0x92, 0x7b, 0xaf, 0x41, 0x37, 0x0b, 0x51, + 0xb8, 0xdc, 0x9f, 0x20, 0xc4, 0xcc, 0x5a, 0xb1, 0x4f, 0x48, 0xf5, 0x63, 0xb9, 0xd0, 0xbf, 0xd8, + 0x4a, 0xfb, 0x35, 0xf6, 0x52, 0x35, 0x28, 0x3d, 0xbc, 0x1f, 0x03, 0xa4, 0x9a, 0x21, 0xd0, 0xe8, + 0xdf, 0xba, 0xda, 0xbf, 0xe2, 0xe2, 0xfd, 0x10, 0x7a, 0xa9, 0x7e, 0x3f, 0xd9, 0xe8, 0x73, 0xfb, + 0x8d, 0xf6, 0x92, 0xb7, 0xb3, 0x53, 0x55, 0xd2, 0xc7, 0x49, 0x2e, 0xed, 0x27, 0xd9, 0x2b, 0xaa, + 0x12, 0x99, 0xbd, 0x1f, 0x41, 0x77, 0x41, 0x71, 0xa4, 0xb4, 0xab, 0x55, 0x80, 0x22, 0xc4, 0xcc, + 0xba, 0xe0, 0x45, 0xfa, 0x6c, 0xc3, 0x23, 0xa5, 0xb7, 0x36, 0x1f, 0x9d, 0x88, 0x81, 0x5c, 0xf0, + 0x50, 0xf1, 0xe8, 0x08, 0xdf, 0x30, 0x7d, 0x7a, 0xc3, 0x54, 0x34, 0xc1, 0xbf, 0x9a, 0xd0, 0xc7, + 0xf9, 0xa8, 0xdb, 0xfb, 0x3f, 0x9e, 0xdf, 0x15, 0x4f, 0x4c, 0x66, 0x7c, 0xb5, 0x4f, 0x8f, 0x88, + 0xec, 0x5a, 0xcc, 0x4a, 0xc1, 0x47, 0xd0, 0xfb, 0x60, 0xfe, 0x29, 0xa1, 0x8c, 0x25, 0x38, 0xfc, + 0x60, 0xfe, 0xe9, 0x33, 0x40, 0x36, 0x46, 0xa2, 0x82, 0x6d, 0x49, 0x05, 0x5b, 0xf3, 0xbe, 0xca, + 0x92, 0x39, 0x01, 0xd8, 0x64, 0x34, 0x0e, 0xfe, 0xd0, 0x80, 0xd1, 0x09, 0xcf, 0xf8, 0xda, 0x5d, + 0x89, 0x7b, 0xd0, 0x4a, 0x93, 0xdc, 0x4e, 0x7d, 0xbd, 0x7e, 0xc6, 0x93, 0x24, 0x67, 0x68, 0xf5, + 0xde, 0x84, 0x6e, 0x46, 0x37, 0xd7, 0x06, 0xef, 0x46, 0xa5, 0x7f, 0x29, 0x6e, 0x35, 0xb3, 0x3e, + 0xde, 0x5d, 0x68, 0xa9, 0xf5, 0xf2, 0x72, 0xdc, 0xe8, 0x31, 0xcd, 0xd0, 0x16, 0xfc, 0x1c, 0x26, + 0xc5, 0x2e, 0x1e, 0x26, 0x6b, 0x7c, 0xf3, 0xe2, 0xf5, 0x5d, 0x48, 0xae, 0x7f, 0x42, 0x7b, 0x19, + 0x31, 0x23, 0x38, 0xed, 0x01, 0xad, 0x6c, 0xb5, 0x07, 0xc1, 0x27, 0xf6, 0x14, 0xbf, 0x4d, 0xa2, + 0x04, 0x0f, 0xff, 0x3a, 0x74, 0x54, 0xbc, 0xa0, 0x73, 0xb4, 0xea, 0xe7, 0xb0, 0x20, 0x32, 0x63, + 0x77, 0x7b, 0x6b, 0x7e, 0xcd, 0xde, 0xfe, 0xd8, 0x80, 0x6b, 0x47, 0xf3, 0x87, 0xe7, 0xc8, 0xda, + 0xee, 0xef, 0x9a, 0x37, 0xf1, 0xb5, 0x87, 0xad, 0x38, 0xee, 0x6d, 0xaf, 0xfa, 0xbf, 0xc8, 0x19, + 0xaa, 0x8d, 0xb3, 0x60, 0xc6, 0xc9, 0xd6, 0xe5, 0x66, 0x51, 0x97, 0xdf, 0x80, 0xae, 0xfd, 0x47, + 0xa6, 0x45, 0x3f, 0xf7, 0x2a, 0x6f, 0x8e, 0xf9, 0xa1, 0xf9, 0x37, 0xc6, 0x7a, 0x50, 0x9d, 0x8d, + 0x17, 0x89, 0x7b, 0x9e, 0xe3, 0x38, 0xf8, 0x6f, 0x03, 0xc6, 0xa6, 0xe3, 0x7c, 0x56, 0x3f, 0x5b, + 0x6b, 0xa0, 0x9a, 0x3b, 0x0d, 0xd4, 0x15, 0x1f, 0x12, 0xe8, 0x3b, 0x9d, 0x99, 0xab, 0xf8, 0x3f, + 0xc5, 0x4e, 0x7d, 0x17, 0x46, 0x3a, 0x53, 0xcb, 0xa5, 0xcc, 0x66, 0x91, 0x8a, 0xdd, 0xb3, 0x67, + 0x68, 0x75, 0x8f, 0x55, 0x2c, 0xbd, 0x1f, 0xc0, 0x9e, 0x50, 0x99, 0xf9, 0xce, 0x62, 0x9c, 0x4c, + 0xa5, 0x1b, 0x17, 0x5a, 0x72, 0x73, 0x35, 0xb4, 0x57, 0xa9, 0xa1, 0xf7, 0x60, 0x2c, 0xe4, 0x02, + 0x4b, 0xc2, 0x2c, 0xd7, 0x5c, 0x9b, 0x0e, 0xa0, 0xc3, 0x46, 0x56, 0x79, 0x8a, 0xba, 0x37, 0x7e, + 0x0f, 0xa3, 0x2a, 0xac, 0xde, 0x08, 0xfa, 0x67, 0x33, 0x03, 0xc0, 0xe4, 0x39, 0x6f, 0x02, 0x23, + 0x27, 0x61, 0xfb, 0x38, 0x69, 0x78, 0x37, 0x60, 0x52, 0xd5, 0x60, 0xbb, 0x3c, 0x69, 0x7a, 0x00, + 0xdd, 0xb3, 0x19, 0x79, 0xb4, 0xbc, 0x31, 0x0c, 0xcc, 0xf8, 0x54, 0xac, 0x26, 0x6d, 0xef, 0x3a, + 0x8c, 0x0b, 0x11, 0xdb, 0xd6, 0x49, 0xc7, 0x1b, 0x40, 0xe7, 0x6c, 0x86, 0xd6, 0xee, 0x1b, 0x6f, + 0x43, 0xdf, 0x85, 0x05, 0x27, 0x99, 0xc6, 0xb9, 0xcc, 0xf4, 0xe4, 0x39, 0x1c, 0x7f, 0x44, 0x8d, + 0xca, 0xa4, 0x81, 0x63, 0xf3, 0x65, 0x72, 0xd2, 0x7c, 0x6f, 0xf2, 0xc5, 0x57, 0x77, 0x1a, 0x5f, + 0x7e, 0x75, 0xa7, 0xf1, 0x8f, 0xaf, 0xee, 0x34, 0x3e, 0xff, 0xe7, 0x9d, 0xe7, 0xe6, 0x5d, 0x8a, + 0xef, 0x3b, 0xff, 0x0b, 0x00, 0x00, 0xff, 0xff, 0x13, 0x60, 0x69, 0x9a, 0x62, 0x1c, 0x00, 0x00, } func (m *TaskLabel) Marshal() (dAtA []byte, err error) { @@ -2644,6 +3513,9 @@ i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.Index)) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -2684,22 +3556,659 @@ i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Data))) i += copy(dAtA[i:], m.Data) } - if len(m.Esinfo) > 0 { - for k, _ := range m.Esinfo { - dAtA[i] = 0x22 - i++ - v := m.Esinfo[k] - mapSize := 1 + len(k) + sovProtomsg(uint64(len(k))) + 1 + len(v) + sovProtomsg(uint64(len(v))) - i = encodeVarintProtomsg(dAtA, i, uint64(mapSize)) - dAtA[i] = 0xa - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(k))) - i += copy(dAtA[i:], k) - dAtA[i] = 0x12 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(v))) - i += copy(dAtA[i:], v) + if m.Personaction != nil { + dAtA[i] = 0x22 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(m.Personaction.Size())) + n2, err2 := m.Personaction.MarshalTo(dAtA[i:]) + if err2 != nil { + return 0, err2 } + i += n2 + } + if m.Vedioperson != nil { + dAtA[i] = 0x2a + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(m.Vedioperson.Size())) + n3, err3 := m.Vedioperson.MarshalTo(dAtA[i:]) + if err3 != nil { + return 0, err3 + } + i += n3 + } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } + return i, nil +} + +func (m *Personaction) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalTo(dAtA) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *Personaction) MarshalTo(dAtA []byte) (int, error) { + var i int + _ = i + var l int + _ = l + if len(m.ImgKey) > 0 { + dAtA[i] = 0xa + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.ImgKey))) + i += copy(dAtA[i:], m.ImgKey) + } + if len(m.VideoReqNum) > 0 { + dAtA[i] = 0x12 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.VideoReqNum))) + i += copy(dAtA[i:], m.VideoReqNum) + } + if len(m.SdkType) > 0 { + dAtA[i] = 0x1a + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.SdkType))) + i += copy(dAtA[i:], m.SdkType) + } + if len(m.PicName) > 0 { + dAtA[i] = 0x22 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PicName))) + i += copy(dAtA[i:], m.PicName) + } + if len(m.Content) > 0 { + dAtA[i] = 0x2a + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Content))) + i += copy(dAtA[i:], m.Content) + } + if len(m.ClusterId) > 0 { + dAtA[i] = 0x32 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.ClusterId))) + i += copy(dAtA[i:], m.ClusterId) + } + if len(m.PersonPicUrl) > 0 { + dAtA[i] = 0x3a + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PersonPicUrl))) + i += copy(dAtA[i:], m.PersonPicUrl) + } + if len(m.ChannlId) > 0 { + dAtA[i] = 0x42 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.ChannlId))) + i += copy(dAtA[i:], m.ChannlId) + } + if len(m.LikeDate) > 0 { + dAtA[i] = 0x4a + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.LikeDate))) + i += copy(dAtA[i:], m.LikeDate) + } + if len(m.PicAddress) > 0 { + dAtA[i] = 0x52 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PicAddress))) + i += copy(dAtA[i:], m.PicAddress) + } + if len(m.PicMaxUrl) > 0 { + dAtA[i] = 0x5a + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PicMaxUrl))) + i += copy(dAtA[i:], m.PicMaxUrl) + } + if len(m.PicDate) > 0 { + dAtA[i] = 0x62 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PicDate))) + i += copy(dAtA[i:], m.PicDate) + } + if len(m.PicLocalUrl) > 0 { + dAtA[i] = 0x6a + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PicLocalUrl))) + i += copy(dAtA[i:], m.PicLocalUrl) + } + if len(m.IsDelete) > 0 { + dAtA[i] = 0x72 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.IsDelete))) + i += copy(dAtA[i:], m.IsDelete) + } + if len(m.LikePer) > 0 { + dAtA[i] = 0x7a + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.LikePer))) + i += copy(dAtA[i:], m.LikePer) + } + if len(m.BaseName) > 0 { + dAtA[i] = 0x82 + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.BaseName))) + i += copy(dAtA[i:], m.BaseName) + } + if len(m.VideoNum) > 0 { + dAtA[i] = 0x8a + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.VideoNum))) + i += copy(dAtA[i:], m.VideoNum) + } + if len(m.Collection) > 0 { + dAtA[i] = 0x92 + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Collection))) + i += copy(dAtA[i:], m.Collection) + } + if len(m.PicSmUrl) > 0 { + dAtA[i] = 0x9a + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PicSmUrl))) + i += copy(dAtA[i:], m.PicSmUrl) + } + if len(m.Indeviceid) > 0 { + dAtA[i] = 0xa2 + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Indeviceid))) + i += copy(dAtA[i:], m.Indeviceid) + } + if len(m.Idcard) > 0 { + dAtA[i] = 0xaa + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Idcard))) + i += copy(dAtA[i:], m.Idcard) + } + if len(m.AckAlarm) > 0 { + dAtA[i] = 0xb2 + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.AckAlarm))) + i += copy(dAtA[i:], m.AckAlarm) + } + if len(m.PersonId) > 0 { + dAtA[i] = 0xba + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PersonId))) + i += copy(dAtA[i:], m.PersonId) + } + if len(m.Id) > 0 { + dAtA[i] = 0xc2 + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Id))) + i += copy(dAtA[i:], m.Id) + } + if len(m.Indevicename) > 0 { + dAtA[i] = 0xca + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Indevicename))) + i += copy(dAtA[i:], m.Indevicename) + } + if len(m.FaceFeature) > 0 { + dAtA[i] = 0xd2 + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.FaceFeature))) + i += copy(dAtA[i:], m.FaceFeature) + } + if len(m.PersonIsHub) > 0 { + dAtA[i] = 0xda + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PersonIsHub))) + i += copy(dAtA[i:], m.PersonIsHub) + } + if len(m.VideoIp) > 0 { + dAtA[i] = 0xe2 + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.VideoIp))) + i += copy(dAtA[i:], m.VideoIp) + } + if len(m.TaskId) > 0 { + dAtA[i] = 0xea + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.TaskId))) + i += copy(dAtA[i:], m.TaskId) + } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } + return i, nil +} + +func (m *PersonBaseInfo) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalTo(dAtA) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *PersonBaseInfo) MarshalTo(dAtA []byte) (int, error) { + var i int + _ = i + var l int + _ = l + if len(m.PersonNamae) > 0 { + dAtA[i] = 0xa + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PersonNamae))) + i += copy(dAtA[i:], m.PersonNamae) + } + if len(m.IDCard) > 0 { + dAtA[i] = 0x12 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.IDCard))) + i += copy(dAtA[i:], m.IDCard) + } + if len(m.Gender) > 0 { + dAtA[i] = 0x1a + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Gender))) + i += copy(dAtA[i:], m.Gender) + } + if len(m.PersonPicUrl) > 0 { + dAtA[i] = 0x22 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PersonPicUrl))) + i += copy(dAtA[i:], m.PersonPicUrl) + } + if len(m.LikePer) > 0 { + dAtA[i] = 0x2a + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.LikePer))) + i += copy(dAtA[i:], m.LikePer) + } + if len(m.TableId) > 0 { + dAtA[i] = 0x32 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.TableId))) + i += copy(dAtA[i:], m.TableId) + } + if len(m.MonitorLevel) > 0 { + dAtA[i] = 0x3a + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.MonitorLevel))) + i += copy(dAtA[i:], m.MonitorLevel) + } + if len(m.PersonId) > 0 { + dAtA[i] = 0x42 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PersonId))) + i += copy(dAtA[i:], m.PersonId) + } + if len(m.PhoneNum) > 0 { + dAtA[i] = 0x4a + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PhoneNum))) + i += copy(dAtA[i:], m.PhoneNum) + } + if len(m.Content) > 0 { + dAtA[i] = 0x52 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Content))) + i += copy(dAtA[i:], m.Content) + } + if len(m.TableName) > 0 { + dAtA[i] = 0x5a + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.TableName))) + i += copy(dAtA[i:], m.TableName) + } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } + return i, nil +} + +func (m *Vediopersons) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalTo(dAtA) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *Vediopersons) MarshalTo(dAtA []byte) (int, error) { + var i int + _ = i + var l int + _ = l + if len(m.ID) > 0 { + dAtA[i] = 0xa + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.ID))) + i += copy(dAtA[i:], m.ID) + } + if len(m.VideoReqNum) > 0 { + dAtA[i] = 0x12 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.VideoReqNum))) + i += copy(dAtA[i:], m.VideoReqNum) + } + if len(m.SdkType) > 0 { + dAtA[i] = 0x1a + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.SdkType))) + i += copy(dAtA[i:], m.SdkType) + } + if len(m.Gender) > 0 { + dAtA[i] = 0x22 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Gender))) + i += copy(dAtA[i:], m.Gender) + } + if len(m.PicName) > 0 { + dAtA[i] = 0x2a + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PicName))) + i += copy(dAtA[i:], m.PicName) + } + if len(m.Content) > 0 { + dAtA[i] = 0x32 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Content))) + i += copy(dAtA[i:], m.Content) + } + if len(m.PersonPicUrl) > 0 { + dAtA[i] = 0x3a + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PersonPicUrl))) + i += copy(dAtA[i:], m.PersonPicUrl) + } + if len(m.ChannlId) > 0 { + dAtA[i] = 0x42 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.ChannlId))) + i += copy(dAtA[i:], m.ChannlId) + } + if len(m.LikeDate) > 0 { + dAtA[i] = 0x4a + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.LikeDate))) + i += copy(dAtA[i:], m.LikeDate) + } + if len(m.Race) > 0 { + dAtA[i] = 0x52 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Race))) + i += copy(dAtA[i:], m.Race) + } + if len(m.PciAddress) > 0 { + dAtA[i] = 0x5a + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PciAddress))) + i += copy(dAtA[i:], m.PciAddress) + } + if len(m.PicMaxUrl) > 0 { + dAtA[i] = 0x62 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PicMaxUrl))) + i += copy(dAtA[i:], m.PicMaxUrl) + } + if len(m.Age) > 0 { + dAtA[i] = 0x6a + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Age))) + i += copy(dAtA[i:], m.Age) + } + if len(m.PicDate) > 0 { + dAtA[i] = 0x72 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PicDate))) + i += copy(dAtA[i:], m.PicDate) + } + if len(m.PicLocalUrl) > 0 { + dAtA[i] = 0x7a + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PicLocalUrl))) + i += copy(dAtA[i:], m.PicLocalUrl) + } + if len(m.IsDelete) > 0 { + dAtA[i] = 0x82 + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.IsDelete))) + i += copy(dAtA[i:], m.IsDelete) + } + if len(m.TableName) > 0 { + for _, s := range m.TableName { + dAtA[i] = 0x8a + i++ + dAtA[i] = 0x1 + i++ + l = len(s) + for l >= 1<<7 { + dAtA[i] = uint8(uint64(l)&0x7f | 0x80) + l >>= 7 + i++ + } + dAtA[i] = uint8(l) + i++ + i += copy(dAtA[i:], s) + } + } + if len(m.VideoNum) > 0 { + dAtA[i] = 0x92 + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.VideoNum))) + i += copy(dAtA[i:], m.VideoNum) + } + if len(m.PicSmUrl) > 0 { + dAtA[i] = 0x9a + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PicSmUrl))) + i += copy(dAtA[i:], m.PicSmUrl) + } + if len(m.SimleLevel) > 0 { + dAtA[i] = 0xa2 + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.SimleLevel))) + i += copy(dAtA[i:], m.SimleLevel) + } + if len(m.IndeviceId) > 0 { + dAtA[i] = 0xaa + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.IndeviceId))) + i += copy(dAtA[i:], m.IndeviceId) + } + if len(m.IDcard) > 0 { + for _, s := range m.IDcard { + dAtA[i] = 0xb2 + i++ + dAtA[i] = 0x1 + i++ + l = len(s) + for l >= 1<<7 { + dAtA[i] = uint8(uint64(l)&0x7f | 0x80) + l >>= 7 + i++ + } + dAtA[i] = uint8(l) + i++ + i += copy(dAtA[i:], s) + } + } + if len(m.PersonId) > 0 { + for _, s := range m.PersonId { + dAtA[i] = 0xba + i++ + dAtA[i] = 0x1 + i++ + l = len(s) + for l >= 1<<7 { + dAtA[i] = uint8(uint64(l)&0x7f | 0x80) + l >>= 7 + i++ + } + dAtA[i] = uint8(l) + i++ + i += copy(dAtA[i:], s) + } + } + if len(m.BeautyLevel) > 0 { + dAtA[i] = 0xc2 + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.BeautyLevel))) + i += copy(dAtA[i:], m.BeautyLevel) + } + if len(m.IndeviceName) > 0 { + dAtA[i] = 0xca + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.IndeviceName))) + i += copy(dAtA[i:], m.IndeviceName) + } + if len(m.FaceFeature) > 0 { + dAtA[i] = 0xd2 + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.FaceFeature))) + i += copy(dAtA[i:], m.FaceFeature) + } + if len(m.PersonIsHub) > 0 { + dAtA[i] = 0xda + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PersonIsHub))) + i += copy(dAtA[i:], m.PersonIsHub) + } + if len(m.VideoIp) > 0 { + dAtA[i] = 0xe2 + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.VideoIp))) + i += copy(dAtA[i:], m.VideoIp) + } + if len(m.AckAlarm) > 0 { + dAtA[i] = 0xea + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.AckAlarm))) + i += copy(dAtA[i:], m.AckAlarm) + } + if len(m.ClusterId) > 0 { + dAtA[i] = 0xf2 + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.ClusterId))) + i += copy(dAtA[i:], m.ClusterId) + } + if len(m.TaskId) > 0 { + dAtA[i] = 0xfa + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.TaskId))) + i += copy(dAtA[i:], m.TaskId) + } + if len(m.TaskName) > 0 { + dAtA[i] = 0x82 + i++ + dAtA[i] = 0x2 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.TaskName))) + i += copy(dAtA[i:], m.TaskName) + } + if len(m.Baseinfo) > 0 { + for _, msg := range m.Baseinfo { + dAtA[i] = 0x8a + i++ + dAtA[i] = 0x2 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(msg.Size())) + n, err := msg.MarshalTo(dAtA[i:]) + if err != nil { + return 0, err + } + i += n + } + } + if len(m.Collection) > 0 { + dAtA[i] = 0x92 + i++ + dAtA[i] = 0x2 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Collection))) + i += copy(dAtA[i:], m.Collection) + } + if len(m.AgeDescription) > 0 { + dAtA[i] = 0x9a + i++ + dAtA[i] = 0x2 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(len(m.AgeDescription))) + i += copy(dAtA[i:], m.AgeDescription) + } + if len(m.TableId) > 0 { + for _, s := range m.TableId { + dAtA[i] = 0xa2 + i++ + dAtA[i] = 0x2 + i++ + l = len(s) + for l >= 1<<7 { + dAtA[i] = uint8(uint64(l)&0x7f | 0x80) + l >>= 7 + i++ + } + dAtA[i] = uint8(l) + i++ + i += copy(dAtA[i:], s) + } + } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) } return i, nil } @@ -2735,6 +4244,9 @@ i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Data))) i += copy(dAtA[i:], m.Data) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -2768,6 +4280,9 @@ i++ i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Name))) i += copy(dAtA[i:], m.Name) + } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) } return i, nil } @@ -2868,6 +4383,9 @@ i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Reserved))) i += copy(dAtA[i:], m.Reserved) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -2890,11 +4408,11 @@ dAtA[i] = 0xa i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.Camera.Size())) - n2, err2 := m.Camera.MarshalTo(dAtA[i:]) - if err2 != nil { - return 0, err2 + n4, err4 := m.Camera.MarshalTo(dAtA[i:]) + if err4 != nil { + return 0, err4 } - i += n2 + i += n4 } if len(m.Tasks) > 0 { for _, msg := range m.Tasks { @@ -2907,6 +4425,9 @@ } i += n } + } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) } return i, nil } @@ -2986,6 +4507,9 @@ } i++ } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -3008,11 +4532,11 @@ dAtA[i] = 0xa i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.Task.Size())) - n3, err3 := m.Task.MarshalTo(dAtA[i:]) - if err3 != nil { - return 0, err3 + n5, err5 := m.Task.MarshalTo(dAtA[i:]) + if err5 != nil { + return 0, err5 } - i += n3 + i += n5 } if len(m.Sdks) > 0 { for _, msg := range m.Sdks { @@ -3025,6 +4549,9 @@ } i += n } + } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) } return i, nil } @@ -3137,6 +4664,9 @@ i = encodeVarintProtomsg(dAtA, i, uint64(len(m.LinkGroupId))) i += copy(dAtA[i:], m.LinkGroupId) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -3173,6 +4703,9 @@ i = encodeVarintProtomsg(dAtA, i, uint64(len(m.TimeRule))) i += copy(dAtA[i:], m.TimeRule) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -3208,6 +4741,9 @@ i += n } } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -3237,6 +4773,9 @@ i++ i = encodeVarintProtomsg(dAtA, i, uint64(len(m.End))) i += copy(dAtA[i:], m.End) + } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) } return i, nil } @@ -3280,6 +4819,9 @@ i += n } } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -3315,6 +4857,9 @@ } i += n } + } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) } return i, nil } @@ -3352,6 +4897,9 @@ i += n } } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -3387,6 +4935,9 @@ } i += n } + } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) } return i, nil } @@ -3476,6 +5027,9 @@ i++ i = encodeVarintProtomsg(dAtA, i, uint64(len(m.GroupId))) i += copy(dAtA[i:], m.GroupId) + } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) } return i, nil } @@ -3570,6 +5124,9 @@ i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.DelFlag)) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -3633,6 +5190,9 @@ i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.Sort)) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -3660,6 +5220,9 @@ dAtA[i] = 0x10 i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.Y)) + } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) } return i, nil } @@ -3699,6 +5262,9 @@ i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.Bottom)) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -3737,6 +5303,9 @@ i++ encoding_binary.LittleEndian.PutUint32(dAtA[i:], uint32(math.Float32bits(float32(m.Confidence)))) i += 4 + } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) } return i, nil } @@ -3781,6 +5350,9 @@ i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.Smile)) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -3803,61 +5375,61 @@ dAtA[i] = 0xa i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.RcFace.Size())) - n4, err4 := m.RcFace.MarshalTo(dAtA[i:]) - if err4 != nil { - return 0, err4 - } - i += n4 - } - if m.PtLeftEye != nil { - dAtA[i] = 0x12 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(m.PtLeftEye.Size())) - n5, err5 := m.PtLeftEye.MarshalTo(dAtA[i:]) - if err5 != nil { - return 0, err5 - } - i += n5 - } - if m.PtRightEye != nil { - dAtA[i] = 0x1a - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(m.PtRightEye.Size())) - n6, err6 := m.PtRightEye.MarshalTo(dAtA[i:]) + n6, err6 := m.RcFace.MarshalTo(dAtA[i:]) if err6 != nil { return 0, err6 } i += n6 } - if m.PtMouth != nil { - dAtA[i] = 0x22 + if m.PtLeftEye != nil { + dAtA[i] = 0x12 i++ - i = encodeVarintProtomsg(dAtA, i, uint64(m.PtMouth.Size())) - n7, err7 := m.PtMouth.MarshalTo(dAtA[i:]) + i = encodeVarintProtomsg(dAtA, i, uint64(m.PtLeftEye.Size())) + n7, err7 := m.PtLeftEye.MarshalTo(dAtA[i:]) if err7 != nil { return 0, err7 } i += n7 } - if m.PtNose != nil { - dAtA[i] = 0x2a + if m.PtRightEye != nil { + dAtA[i] = 0x1a i++ - i = encodeVarintProtomsg(dAtA, i, uint64(m.PtNose.Size())) - n8, err8 := m.PtNose.MarshalTo(dAtA[i:]) + i = encodeVarintProtomsg(dAtA, i, uint64(m.PtRightEye.Size())) + n8, err8 := m.PtRightEye.MarshalTo(dAtA[i:]) if err8 != nil { return 0, err8 } i += n8 } - if m.FAngle != nil { - dAtA[i] = 0x32 + if m.PtMouth != nil { + dAtA[i] = 0x22 i++ - i = encodeVarintProtomsg(dAtA, i, uint64(m.FAngle.Size())) - n9, err9 := m.FAngle.MarshalTo(dAtA[i:]) + i = encodeVarintProtomsg(dAtA, i, uint64(m.PtMouth.Size())) + n9, err9 := m.PtMouth.MarshalTo(dAtA[i:]) if err9 != nil { return 0, err9 } i += n9 + } + if m.PtNose != nil { + dAtA[i] = 0x2a + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(m.PtNose.Size())) + n10, err10 := m.PtNose.MarshalTo(dAtA[i:]) + if err10 != nil { + return 0, err10 + } + i += n10 + } + if m.FAngle != nil { + dAtA[i] = 0x32 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(m.FAngle.Size())) + n11, err11 := m.FAngle.MarshalTo(dAtA[i:]) + if err11 != nil { + return 0, err11 + } + i += n11 } if m.Quality != 0 { dAtA[i] = 0x38 @@ -3869,6 +5441,9 @@ i++ i = encodeVarintProtomsg(dAtA, i, uint64(len(m.FacialData))) i += copy(dAtA[i:], m.FacialData) + } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) } return i, nil } @@ -3892,61 +5467,61 @@ dAtA[i] = 0xa i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.RcFace.Size())) - n10, err10 := m.RcFace.MarshalTo(dAtA[i:]) - if err10 != nil { - return 0, err10 - } - i += n10 - } - if m.PtLeftEye != nil { - dAtA[i] = 0x12 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(m.PtLeftEye.Size())) - n11, err11 := m.PtLeftEye.MarshalTo(dAtA[i:]) - if err11 != nil { - return 0, err11 - } - i += n11 - } - if m.PtRightEye != nil { - dAtA[i] = 0x1a - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(m.PtRightEye.Size())) - n12, err12 := m.PtRightEye.MarshalTo(dAtA[i:]) + n12, err12 := m.RcFace.MarshalTo(dAtA[i:]) if err12 != nil { return 0, err12 } i += n12 } - if m.PtMouth != nil { - dAtA[i] = 0x22 + if m.PtLeftEye != nil { + dAtA[i] = 0x12 i++ - i = encodeVarintProtomsg(dAtA, i, uint64(m.PtMouth.Size())) - n13, err13 := m.PtMouth.MarshalTo(dAtA[i:]) + i = encodeVarintProtomsg(dAtA, i, uint64(m.PtLeftEye.Size())) + n13, err13 := m.PtLeftEye.MarshalTo(dAtA[i:]) if err13 != nil { return 0, err13 } i += n13 } - if m.PtNose != nil { - dAtA[i] = 0x2a + if m.PtRightEye != nil { + dAtA[i] = 0x1a i++ - i = encodeVarintProtomsg(dAtA, i, uint64(m.PtNose.Size())) - n14, err14 := m.PtNose.MarshalTo(dAtA[i:]) + i = encodeVarintProtomsg(dAtA, i, uint64(m.PtRightEye.Size())) + n14, err14 := m.PtRightEye.MarshalTo(dAtA[i:]) if err14 != nil { return 0, err14 } i += n14 } - if m.FAngle != nil { - dAtA[i] = 0x32 + if m.PtMouth != nil { + dAtA[i] = 0x22 i++ - i = encodeVarintProtomsg(dAtA, i, uint64(m.FAngle.Size())) - n15, err15 := m.FAngle.MarshalTo(dAtA[i:]) + i = encodeVarintProtomsg(dAtA, i, uint64(m.PtMouth.Size())) + n15, err15 := m.PtMouth.MarshalTo(dAtA[i:]) if err15 != nil { return 0, err15 } i += n15 + } + if m.PtNose != nil { + dAtA[i] = 0x2a + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(m.PtNose.Size())) + n16, err16 := m.PtNose.MarshalTo(dAtA[i:]) + if err16 != nil { + return 0, err16 + } + i += n16 + } + if m.FAngle != nil { + dAtA[i] = 0x32 + i++ + i = encodeVarintProtomsg(dAtA, i, uint64(m.FAngle.Size())) + n17, err17 := m.FAngle.MarshalTo(dAtA[i:]) + if err17 != nil { + return 0, err17 + } + i += n17 } if m.Quality != 0 { dAtA[i] = 0x38 @@ -3963,6 +5538,9 @@ dAtA[i] = 0x48 i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.FaceID)) + } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) } return i, nil } @@ -3986,11 +5564,11 @@ dAtA[i] = 0xa i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.RcObj.Size())) - n16, err16 := m.RcObj.MarshalTo(dAtA[i:]) - if err16 != nil { - return 0, err16 + n18, err18 := m.RcObj.MarshalTo(dAtA[i:]) + if err18 != nil { + return 0, err18 } - i += n16 + i += n18 } if m.Typ != 0 { dAtA[i] = 0x10 @@ -4002,6 +5580,9 @@ i++ encoding_binary.LittleEndian.PutUint32(dAtA[i:], uint32(math.Float32bits(float32(m.Prob)))) i += 4 + } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) } return i, nil } @@ -4025,31 +5606,34 @@ dAtA[i] = 0xa i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.Pos.Size())) - n17, err17 := m.Pos.MarshalTo(dAtA[i:]) - if err17 != nil { - return 0, err17 + n19, err19 := m.Pos.MarshalTo(dAtA[i:]) + if err19 != nil { + return 0, err19 } - i += n17 + i += n19 } if m.Result != nil { dAtA[i] = 0x12 i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.Result.Size())) - n18, err18 := m.Result.MarshalTo(dAtA[i:]) - if err18 != nil { - return 0, err18 + n20, err20 := m.Result.MarshalTo(dAtA[i:]) + if err20 != nil { + return 0, err20 } - i += n18 + i += n20 } if m.Img != nil { dAtA[i] = 0x1a i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.Img.Size())) - n19, err19 := m.Img.MarshalTo(dAtA[i:]) - if err19 != nil { - return 0, err19 + n21, err21 := m.Img.MarshalTo(dAtA[i:]) + if err21 != nil { + return 0, err21 } - i += n19 + i += n21 + } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) } return i, nil } @@ -4080,6 +5664,9 @@ i++ i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Feat2))) i += copy(dAtA[i:], m.Feat2) + } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) } return i, nil } @@ -4115,11 +5702,14 @@ dAtA[i] = 0x12 i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.Img.Size())) - n20, err20 := m.Img.MarshalTo(dAtA[i:]) - if err20 != nil { - return 0, err20 + n22, err22 := m.Img.MarshalTo(dAtA[i:]) + if err22 != nil { + return 0, err22 } - i += n20 + i += n22 + } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) } return i, nil } @@ -4160,6 +5750,9 @@ i++ i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Info))) i += copy(dAtA[i:], m.Info) + } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) } return i, nil } @@ -4226,6 +5819,9 @@ i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.DefenceState)) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -4257,6 +5853,9 @@ if m.Index != 0 { n += 1 + sovProtomsg(uint64(m.Index)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } @@ -4278,13 +5877,366 @@ if l > 0 { n += 1 + l + sovProtomsg(uint64(l)) } - if len(m.Esinfo) > 0 { - for k, v := range m.Esinfo { - _ = k - _ = v - mapEntrySize := 1 + len(k) + sovProtomsg(uint64(len(k))) + 1 + len(v) + sovProtomsg(uint64(len(v))) - n += mapEntrySize + 1 + sovProtomsg(uint64(mapEntrySize)) + if m.Personaction != nil { + l = m.Personaction.Size() + n += 1 + l + sovProtomsg(uint64(l)) + } + if m.Vedioperson != nil { + l = m.Vedioperson.Size() + n += 1 + l + sovProtomsg(uint64(l)) + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + +func (m *Personaction) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = len(m.ImgKey) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.VideoReqNum) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.SdkType) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.PicName) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.Content) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.ClusterId) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.PersonPicUrl) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.ChannlId) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.LikeDate) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.PicAddress) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.PicMaxUrl) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.PicDate) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.PicLocalUrl) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.IsDelete) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.LikePer) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.BaseName) + if l > 0 { + n += 2 + l + sovProtomsg(uint64(l)) + } + l = len(m.VideoNum) + if l > 0 { + n += 2 + l + sovProtomsg(uint64(l)) + } + l = len(m.Collection) + if l > 0 { + n += 2 + l + sovProtomsg(uint64(l)) + } + l = len(m.PicSmUrl) + if l > 0 { + n += 2 + l + sovProtomsg(uint64(l)) + } + l = len(m.Indeviceid) + if l > 0 { + n += 2 + l + sovProtomsg(uint64(l)) + } + l = len(m.Idcard) + if l > 0 { + n += 2 + l + sovProtomsg(uint64(l)) + } + l = len(m.AckAlarm) + if l > 0 { + n += 2 + l + sovProtomsg(uint64(l)) + } + l = len(m.PersonId) + if l > 0 { + n += 2 + l + sovProtomsg(uint64(l)) + } + l = len(m.Id) + if l > 0 { + n += 2 + l + sovProtomsg(uint64(l)) + } + l = len(m.Indevicename) + if l > 0 { + n += 2 + l + sovProtomsg(uint64(l)) + } + l = len(m.FaceFeature) + if l > 0 { + n += 2 + l + sovProtomsg(uint64(l)) + } + l = len(m.PersonIsHub) + if l > 0 { + n += 2 + l + sovProtomsg(uint64(l)) + } + l = len(m.VideoIp) + if l > 0 { + n += 2 + l + sovProtomsg(uint64(l)) + } + l = len(m.TaskId) + if l > 0 { + n += 2 + l + sovProtomsg(uint64(l)) + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + +func (m *PersonBaseInfo) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = len(m.PersonNamae) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.IDCard) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.Gender) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.PersonPicUrl) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.LikePer) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.TableId) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.MonitorLevel) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.PersonId) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.PhoneNum) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.Content) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.TableName) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + +func (m *Vediopersons) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = len(m.ID) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.VideoReqNum) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.SdkType) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.Gender) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.PicName) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.Content) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.PersonPicUrl) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.ChannlId) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.LikeDate) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.Race) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.PciAddress) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.PicMaxUrl) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.Age) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.PicDate) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.PicLocalUrl) + if l > 0 { + n += 1 + l + sovProtomsg(uint64(l)) + } + l = len(m.IsDelete) + if l > 0 { + n += 2 + l + sovProtomsg(uint64(l)) + } + if len(m.TableName) > 0 { + for _, s := range m.TableName { + l = len(s) + n += 2 + l + sovProtomsg(uint64(l)) } + } + l = len(m.VideoNum) + if l > 0 { + n += 2 + l + sovProtomsg(uint64(l)) + } + l = len(m.PicSmUrl) + if l > 0 { + n += 2 + l + sovProtomsg(uint64(l)) + } + l = len(m.SimleLevel) + if l > 0 { + n += 2 + l + sovProtomsg(uint64(l)) + } + l = len(m.IndeviceId) + if l > 0 { + n += 2 + l + sovProtomsg(uint64(l)) + } + if len(m.IDcard) > 0 { + for _, s := range m.IDcard { + l = len(s) + n += 2 + l + sovProtomsg(uint64(l)) + } + } + if len(m.PersonId) > 0 { + for _, s := range m.PersonId { + l = len(s) + n += 2 + l + sovProtomsg(uint64(l)) + } + } + l = len(m.BeautyLevel) + if l > 0 { + n += 2 + l + sovProtomsg(uint64(l)) + } + l = len(m.IndeviceName) + if l > 0 { + n += 2 + l + sovProtomsg(uint64(l)) + } + l = len(m.FaceFeature) + if l > 0 { + n += 2 + l + sovProtomsg(uint64(l)) + } + l = len(m.PersonIsHub) + if l > 0 { + n += 2 + l + sovProtomsg(uint64(l)) + } + l = len(m.VideoIp) + if l > 0 { + n += 2 + l + sovProtomsg(uint64(l)) + } + l = len(m.AckAlarm) + if l > 0 { + n += 2 + l + sovProtomsg(uint64(l)) + } + l = len(m.ClusterId) + if l > 0 { + n += 2 + l + sovProtomsg(uint64(l)) + } + l = len(m.TaskId) + if l > 0 { + n += 2 + l + sovProtomsg(uint64(l)) + } + l = len(m.TaskName) + if l > 0 { + n += 2 + l + sovProtomsg(uint64(l)) + } + if len(m.Baseinfo) > 0 { + for _, e := range m.Baseinfo { + l = e.Size() + n += 2 + l + sovProtomsg(uint64(l)) + } + } + l = len(m.Collection) + if l > 0 { + n += 2 + l + sovProtomsg(uint64(l)) + } + l = len(m.AgeDescription) + if l > 0 { + n += 2 + l + sovProtomsg(uint64(l)) + } + if len(m.TableId) > 0 { + for _, s := range m.TableId { + l = len(s) + n += 2 + l + sovProtomsg(uint64(l)) + } + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) } return n } @@ -4305,6 +6257,9 @@ if l > 0 { n += 1 + l + sovProtomsg(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } @@ -4323,6 +6278,9 @@ l = len(m.Name) if l > 0 { n += 1 + l + sovProtomsg(uint64(l)) + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) } return n } @@ -4384,6 +6342,9 @@ if l > 0 { n += 1 + l + sovProtomsg(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } @@ -4402,6 +6363,9 @@ l = e.Size() n += 1 + l + sovProtomsg(uint64(l)) } + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) } return n } @@ -4441,6 +6405,9 @@ if m.DelFlag { n += 2 } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } @@ -4459,6 +6426,9 @@ l = e.Size() n += 1 + l + sovProtomsg(uint64(l)) } + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) } return n } @@ -4514,6 +6484,9 @@ if l > 0 { n += 1 + l + sovProtomsg(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } @@ -4535,6 +6508,9 @@ if l > 0 { n += 1 + l + sovProtomsg(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } @@ -4553,6 +6529,9 @@ n += 1 + l + sovProtomsg(uint64(l)) } } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } @@ -4569,6 +6548,9 @@ l = len(m.End) if l > 0 { n += 1 + l + sovProtomsg(uint64(l)) + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) } return n } @@ -4593,6 +6575,9 @@ n += 1 + l + sovProtomsg(uint64(l)) } } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } @@ -4611,6 +6596,9 @@ l = e.Size() n += 1 + l + sovProtomsg(uint64(l)) } + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) } return n } @@ -4631,6 +6619,9 @@ n += 1 + l + sovProtomsg(uint64(l)) } } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } @@ -4649,6 +6640,9 @@ l = e.Size() n += 1 + l + sovProtomsg(uint64(l)) } + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) } return n } @@ -4706,6 +6700,9 @@ if l > 0 { n += 1 + l + sovProtomsg(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } @@ -4759,6 +6756,9 @@ if m.DelFlag != 0 { n += 1 + sovProtomsg(uint64(m.DelFlag)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } @@ -4794,6 +6794,9 @@ if m.Sort != 0 { n += 1 + sovProtomsg(uint64(m.Sort)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } @@ -4808,6 +6811,9 @@ } if m.Y != 0 { n += 1 + sovProtomsg(uint64(m.Y)) + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) } return n } @@ -4830,6 +6836,9 @@ if m.Bottom != 0 { n += 1 + sovProtomsg(uint64(m.Bottom)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } @@ -4850,6 +6859,9 @@ } if m.Confidence != 0 { n += 5 + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) } return n } @@ -4874,6 +6886,9 @@ } if m.Smile != 0 { n += 1 + sovProtomsg(uint64(m.Smile)) + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) } return n } @@ -4914,6 +6929,9 @@ l = len(m.FacialData) if l > 0 { n += 1 + l + sovProtomsg(uint64(l)) + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) } return n } @@ -4958,6 +6976,9 @@ if m.FaceID != 0 { n += 1 + sovProtomsg(uint64(m.FaceID)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } @@ -4976,6 +6997,9 @@ } if m.Prob != 0 { n += 5 + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) } return n } @@ -4998,6 +7022,9 @@ l = m.Img.Size() n += 1 + l + sovProtomsg(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } @@ -5014,6 +7041,9 @@ l = len(m.Feat2) if l > 0 { n += 1 + l + sovProtomsg(uint64(l)) + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) } return n } @@ -5033,6 +7063,9 @@ if m.Img != nil { l = m.Img.Size() n += 1 + l + sovProtomsg(uint64(l)) + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) } return n } @@ -5056,6 +7089,9 @@ l = len(m.Info) if l > 0 { n += 1 + l + sovProtomsg(uint64(l)) + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) } return n } @@ -5096,6 +7132,9 @@ } if m.DefenceState != 0 { n += 1 + sovProtomsg(uint64(m.DefenceState)) + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) } return n } @@ -5240,6 +7279,7 @@ if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -5382,7 +7422,7 @@ iNdEx = postIndex case 4: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Esinfo", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field Personaction", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -5409,103 +7449,48 @@ if postIndex > l { return io.ErrUnexpectedEOF } - if m.Esinfo == nil { - m.Esinfo = make(map[string]string) + if m.Personaction == nil { + m.Personaction = &Personaction{} } - var mapkey string - var mapvalue string - for iNdEx < postIndex { - entryPreIndex := iNdEx - var wire uint64 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowProtomsg - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - wire |= uint64(b&0x7F) << shift - if b < 0x80 { - break - } + if err := m.Personaction.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 5: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Vedioperson", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg } - fieldNum := int32(wire >> 3) - if fieldNum == 1 { - var stringLenmapkey uint64 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowProtomsg - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - stringLenmapkey |= uint64(b&0x7F) << shift - if b < 0x80 { - break - } - } - intStringLenmapkey := int(stringLenmapkey) - if intStringLenmapkey < 0 { - return ErrInvalidLengthProtomsg - } - postStringIndexmapkey := iNdEx + intStringLenmapkey - if postStringIndexmapkey < 0 { - return ErrInvalidLengthProtomsg - } - if postStringIndexmapkey > l { - return io.ErrUnexpectedEOF - } - mapkey = string(dAtA[iNdEx:postStringIndexmapkey]) - iNdEx = postStringIndexmapkey - } else if fieldNum == 2 { - var stringLenmapvalue uint64 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowProtomsg - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - stringLenmapvalue |= uint64(b&0x7F) << shift - if b < 0x80 { - break - } - } - intStringLenmapvalue := int(stringLenmapvalue) - if intStringLenmapvalue < 0 { - return ErrInvalidLengthProtomsg - } - postStringIndexmapvalue := iNdEx + intStringLenmapvalue - if postStringIndexmapvalue < 0 { - return ErrInvalidLengthProtomsg - } - if postStringIndexmapvalue > l { - return io.ErrUnexpectedEOF - } - mapvalue = string(dAtA[iNdEx:postStringIndexmapvalue]) - iNdEx = postStringIndexmapvalue - } else { - iNdEx = entryPreIndex - skippy, err := skipProtomsg(dAtA[iNdEx:]) - if err != nil { - return err - } - if skippy < 0 { - return ErrInvalidLengthProtomsg - } - if (iNdEx + skippy) > postIndex { - return io.ErrUnexpectedEOF - } - iNdEx += skippy + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break } } - m.Esinfo[mapkey] = mapvalue + if msglen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.Vedioperson == nil { + m.Vedioperson = &Vediopersons{} + } + if err := m.Vedioperson.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } iNdEx = postIndex default: iNdEx = preIndex @@ -5522,6 +7507,2603 @@ if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *Personaction) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: Personaction: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: Personaction: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field ImgKey", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.ImgKey = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field VideoReqNum", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.VideoReqNum = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 3: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field SdkType", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.SdkType = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 4: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PicName", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.PicName = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 5: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Content", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Content = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 6: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field ClusterId", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.ClusterId = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 7: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PersonPicUrl", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.PersonPicUrl = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 8: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field ChannlId", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.ChannlId = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 9: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field LikeDate", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.LikeDate = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 10: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PicAddress", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.PicAddress = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 11: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PicMaxUrl", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.PicMaxUrl = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 12: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PicDate", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.PicDate = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 13: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PicLocalUrl", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.PicLocalUrl = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 14: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field IsDelete", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.IsDelete = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 15: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field LikePer", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.LikePer = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 16: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field BaseName", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.BaseName = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 17: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field VideoNum", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.VideoNum = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 18: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Collection", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Collection = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 19: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PicSmUrl", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.PicSmUrl = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 20: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Indeviceid", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Indeviceid = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 21: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Idcard", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Idcard = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 22: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field AckAlarm", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.AckAlarm = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 23: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PersonId", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.PersonId = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 24: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Id", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Id = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 25: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Indevicename", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Indevicename = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 26: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field FaceFeature", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.FaceFeature = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 27: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PersonIsHub", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.PersonIsHub = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 28: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field VideoIp", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.VideoIp = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 29: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field TaskId", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.TaskId = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipProtomsg(dAtA[iNdEx:]) + if err != nil { + return err + } + if skippy < 0 { + return ErrInvalidLengthProtomsg + } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthProtomsg + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *PersonBaseInfo) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: PersonBaseInfo: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: PersonBaseInfo: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PersonNamae", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.PersonNamae = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field IDCard", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.IDCard = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 3: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Gender", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Gender = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 4: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PersonPicUrl", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.PersonPicUrl = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 5: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field LikePer", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.LikePer = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 6: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field TableId", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.TableId = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 7: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field MonitorLevel", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.MonitorLevel = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 8: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PersonId", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.PersonId = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 9: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PhoneNum", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.PhoneNum = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 10: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Content", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Content = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 11: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field TableName", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.TableName = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipProtomsg(dAtA[iNdEx:]) + if err != nil { + return err + } + if skippy < 0 { + return ErrInvalidLengthProtomsg + } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthProtomsg + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *Vediopersons) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: Vediopersons: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: Vediopersons: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field ID", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.ID = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field VideoReqNum", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.VideoReqNum = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 3: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field SdkType", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.SdkType = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 4: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Gender", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Gender = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 5: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PicName", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.PicName = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 6: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Content", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Content = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 7: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PersonPicUrl", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.PersonPicUrl = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 8: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field ChannlId", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.ChannlId = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 9: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field LikeDate", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.LikeDate = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 10: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Race", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Race = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 11: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PciAddress", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.PciAddress = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 12: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PicMaxUrl", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.PicMaxUrl = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 13: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Age", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Age = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 14: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PicDate", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.PicDate = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 15: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PicLocalUrl", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.PicLocalUrl = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 16: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field IsDelete", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.IsDelete = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 17: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field TableName", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.TableName = append(m.TableName, string(dAtA[iNdEx:postIndex])) + iNdEx = postIndex + case 18: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field VideoNum", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.VideoNum = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 19: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PicSmUrl", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.PicSmUrl = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 20: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field SimleLevel", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.SimleLevel = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 21: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field IndeviceId", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.IndeviceId = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 22: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field IDcard", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.IDcard = append(m.IDcard, string(dAtA[iNdEx:postIndex])) + iNdEx = postIndex + case 23: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PersonId", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.PersonId = append(m.PersonId, string(dAtA[iNdEx:postIndex])) + iNdEx = postIndex + case 24: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field BeautyLevel", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.BeautyLevel = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 25: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field IndeviceName", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.IndeviceName = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 26: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field FaceFeature", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.FaceFeature = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 27: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PersonIsHub", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.PersonIsHub = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 28: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field VideoIp", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.VideoIp = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 29: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field AckAlarm", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.AckAlarm = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 30: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field ClusterId", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.ClusterId = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 31: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field TaskId", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.TaskId = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 32: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field TaskName", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.TaskName = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 33: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Baseinfo", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Baseinfo = append(m.Baseinfo, &PersonBaseInfo{}) + if err := m.Baseinfo[len(m.Baseinfo)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 34: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Collection", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Collection = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 35: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field AgeDescription", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.AgeDescription = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 36: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field TableId", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowProtomsg + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthProtomsg + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthProtomsg + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.TableId = append(m.TableId, string(dAtA[iNdEx:postIndex])) + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipProtomsg(dAtA[iNdEx:]) + if err != nil { + return err + } + if skippy < 0 { + return ErrInvalidLengthProtomsg + } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthProtomsg + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -5647,6 +10229,7 @@ if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -5770,6 +10353,7 @@ if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -6190,6 +10774,7 @@ if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -6313,6 +10898,7 @@ if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -6586,6 +11172,7 @@ if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -6709,6 +11296,7 @@ if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -7087,6 +11675,7 @@ if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -7236,6 +11825,7 @@ if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -7342,6 +11932,7 @@ if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -7459,6 +12050,7 @@ if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -7610,6 +12202,7 @@ if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -7729,6 +12322,7 @@ if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -7848,6 +12442,7 @@ if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -7967,6 +12562,7 @@ if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -8391,6 +12987,7 @@ if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -8773,6 +13370,7 @@ if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -9025,6 +13623,7 @@ if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -9116,6 +13715,7 @@ if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -9245,6 +13845,7 @@ if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -9366,6 +13967,7 @@ if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -9514,6 +14116,7 @@ if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -9836,6 +14439,7 @@ if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -10177,6 +14781,7 @@ if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -10296,6 +14901,7 @@ if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -10457,6 +15063,7 @@ if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -10578,6 +15185,7 @@ if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -10701,6 +15309,7 @@ if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -10856,6 +15465,7 @@ if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -11152,6 +15762,7 @@ if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } diff --git a/protomsg.proto b/protomsg.proto index 1d78f51..365b4db 100644 --- a/protomsg.proto +++ b/protomsg.proto @@ -66,46 +66,42 @@ } message Vediopersons { - string iD - string videoReqNum - string sdkType - string gender - string picName - string content - string personPicUrl - string channlId - string likeDate - string race - string pciAddress - string picMaxUrl - string age - - string picDate - string picLocalUrl - string isDelete - - repeated string tableName - repeated string tableId - - string videoNum - string picSmUrl - string simleLevel - string indeviceId - repeated string iDcard - repeated string personId - - string beautyLevel - string indeviceName - string faceFeature - string personIsHub - string videoIp - string ackAlarm - string clusterId - string taskId - string taskName - repeated PersonBaseInfo baseinfo - string collection - string ageDescription + string iD = 1; + string videoReqNum = 2; + string sdkType=3; + string gender=4; + string picName=5; + string content=6; + string personPicUrl=7; + string channlId=8; + string likeDate=9; + string race=10; + string pciAddress=11; + string picMaxUrl=12; + string age=13; + string picDate=14; + string picLocalUrl=15; + string isDelete=16; + repeated string tableName=17; + string videoNum=18; + string picSmUrl=19; + string simleLevel=20; + string indeviceId=21; + repeated string iDcard=22; + repeated string personId=23; + string beautyLevel=24; + string indeviceName=25; + string faceFeature=26; + string personIsHub=27; + string videoIp=28; + string ackAlarm=29; + string clusterId=30; + string taskId=31; + string taskName=32; + repeated PersonBaseInfo baseinfo =33; + string collection=34; + string ageDescription=35; + repeated string tableId=36; } -- Gitblit v1.8.0