From a113a06ab5aa29570249ff134b1c332417db102d Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期二, 18 六月 2019 14:06:45 +0800
Subject: [PATCH] update
---
protomsg.pb.go | 619 ++++++++++++++++++-------------------------------------
1 files changed, 205 insertions(+), 414 deletions(-)
diff --git a/protomsg.pb.go b/protomsg.pb.go
index 9d1d297..2f04672 100644
--- a/protomsg.pb.go
+++ b/protomsg.pb.go
@@ -6,7 +6,7 @@
import (
encoding_binary "encoding/binary"
fmt "fmt"
- proto "github.com/golang/protobuf/proto"
+ proto "github.com/gogo/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.ProtoPackageIsVersion2 // please upgrade the proto package
+const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
//TableChanged enum
type TableChanged int32
@@ -92,12 +92,9 @@
}
type SdkmsgWithTask struct {
- Sdkid string `protobuf:"bytes,1,opt,name=sdkid,proto3" json:"sdkid,omitempty"`
- Sdktype string `protobuf:"bytes,2,opt,name=sdktype,proto3" json:"sdktype,omitempty"`
- Sdkdata []byte `protobuf:"bytes,3,opt,name=sdkdata,proto3" json:"sdkdata,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
+ Sdkid string `protobuf:"bytes,1,opt,name=sdkid,proto3" json:"sdkid,omitempty"`
+ Sdktype string `protobuf:"bytes,2,opt,name=sdktype,proto3" json:"sdktype,omitempty"`
+ Sdkdata []byte `protobuf:"bytes,3,opt,name=sdkdata,proto3" json:"sdkdata,omitempty"`
}
func (m *SdkmsgWithTask) Reset() { *m = SdkmsgWithTask{} }
@@ -155,12 +152,9 @@
}
type TaskLabel struct {
- Taskid string `protobuf:"bytes,1,opt,name=taskid,proto3" json:"taskid,omitempty"`
- Sdkinfos []*SdkmsgWithTask `protobuf:"bytes,2,rep,name=sdkinfos,proto3" json:"sdkinfos,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:"-"`
+ Taskid string `protobuf:"bytes,1,opt,name=taskid,proto3" json:"taskid,omitempty"`
+ Sdkinfos []*SdkmsgWithTask `protobuf:"bytes,2,rep,name=sdkinfos,proto3" json:"sdkinfos,omitempty"`
+ Index int32 `protobuf:"varint,3,opt,name=index,proto3" json:"index,omitempty"`
}
func (m *TaskLabel) Reset() { *m = TaskLabel{} }
@@ -219,12 +213,9 @@
//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"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
+ 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"`
}
func (m *SdkMessage) Reset() { *m = SdkMessage{} }
@@ -283,12 +274,9 @@
//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"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
+ 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"`
}
func (m *Area) Reset() { *m = Area{} }
@@ -347,23 +335,20 @@
//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"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
+ 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"`
}
func (m *Camera) Reset() { *m = Camera{} }
@@ -499,11 +484,8 @@
//鎽勫儚鏈虹殑浠诲姟淇℃伅
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"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
+ Camera *Camera `protobuf:"bytes,1,opt,name=camera,proto3" json:"camera,omitempty"`
+ Tasks []*Task `protobuf:"bytes,2,rep,name=tasks,proto3" json:"tasks,omitempty"`
}
func (m *CameraAndTaskInfo) Reset() { *m = CameraAndTaskInfo{} }
@@ -555,17 +537,14 @@
//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"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
+ 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"`
}
func (m *Task) Reset() { *m = Task{} }
@@ -658,11 +637,8 @@
}
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"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
+ Task *Task `protobuf:"bytes,1,opt,name=task,proto3" json:"task,omitempty"`
+ Sdks []*Sdk `protobuf:"bytes,2,rep,name=sdks,proto3" json:"sdks,omitempty"`
}
func (m *TaskSdkInfo) Reset() { *m = TaskSdkInfo{} }
@@ -714,21 +690,18 @@
//鎽勫儚鏈轰换鍔�
type CameraTask 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"`
- 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"`
- LinkTaskId string `protobuf:"bytes,12,opt,name=link_task_id,json=linkTaskId,proto3" json:"link_task_id,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
+ 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"`
+ 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"`
+ LinkTaskId string `protobuf:"bytes,12,opt,name=link_task_id,json=linkTaskId,proto3" json:"link_task_id,omitempty"`
}
func (m *CameraTask) Reset() { *m = CameraTask{} }
@@ -850,12 +823,9 @@
//鎽勫儚鏈哄竷闃茬殑鏃堕棿瑙勫垯锛屽彲浠ヨ缃涓�,鐢╥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"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
+ 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"`
}
func (m *CameraTimerule) Reset() { *m = CameraTimerule{} }
@@ -914,11 +884,8 @@
//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"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
+ 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"`
}
func (m *DayCtl) Reset() { *m = DayCtl{} }
@@ -970,11 +937,8 @@
//鏃堕棿璧峰鑼冨洿
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"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
+ Start string `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
+ End string `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
}
func (m *TimeRange) Reset() { *m = TimeRange{} }
@@ -1026,12 +990,9 @@
//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"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
+ 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"`
}
func (m *Polygon) Reset() { *m = Polygon{} }
@@ -1089,11 +1050,8 @@
}
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"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
+ 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"`
}
func (m *CameraTaskArgs) Reset() { *m = CameraTaskArgs{} }
@@ -1144,11 +1102,8 @@
}
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"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
+ 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"`
}
func (m *TaskGroupArgs) Reset() { *m = TaskGroupArgs{} }
@@ -1199,11 +1154,8 @@
}
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"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
+ 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"`
}
func (m *GroupRule) Reset() { *m = GroupRule{} }
@@ -1254,21 +1206,18 @@
}
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"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
+ 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"`
}
func (m *Rule) Reset() { *m = Rule{} }
@@ -1390,20 +1339,17 @@
//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"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
+ 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"`
}
func (m *Sdk) Reset() { *m = Sdk{} }
@@ -1518,16 +1464,13 @@
//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"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
+ 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"`
}
func (m *SdkArg) Reset() { *m = SdkArg{} }
@@ -1614,13 +1557,10 @@
//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"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
+ 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"`
}
func (m *DbChangeMessage) Reset() { *m = DbChangeMessage{} }
@@ -1685,17 +1625,14 @@
}
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"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
+ 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"`
}
func (m *CameraPolygon) Reset() { *m = CameraPolygon{} }
@@ -1816,100 +1753,101 @@
func init() { proto.RegisterFile("protomsg.proto", fileDescriptor_32de24555f916688) }
var fileDescriptor_32de24555f916688 = []byte{
- // 1484 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x56, 0xcd, 0x8e, 0xd4, 0xc6,
- 0x13, 0xc7, 0xf3, 0x69, 0xd7, 0x7c, 0x30, 0xf4, 0x9f, 0x3f, 0x18, 0x08, 0x9b, 0xc5, 0x10, 0x65,
- 0x85, 0x12, 0x0e, 0x0b, 0x2f, 0x30, 0xb0, 0x22, 0x1a, 0x89, 0x20, 0xd2, 0xbb, 0x21, 0x52, 0x0e,
- 0xb1, 0x7a, 0xa6, 0x7b, 0x8d, 0x35, 0x1e, 0x7b, 0xd4, 0xed, 0x81, 0xec, 0x21, 0xcf, 0x90, 0x2b,
- 0xef, 0x90, 0x17, 0xe1, 0x98, 0x37, 0x48, 0x44, 0xa4, 0x5c, 0xa2, 0xbc, 0x43, 0x54, 0xd5, 0x6d,
- 0x8f, 0x67, 0x81, 0x84, 0x5b, 0x7d, 0x75, 0x75, 0xf5, 0xaf, 0xbe, 0x1a, 0xc6, 0x6b, 0x5d, 0x94,
- 0xc5, 0xca, 0x24, 0xf7, 0x88, 0x60, 0x7e, 0xc5, 0x5f, 0x87, 0xb9, 0x30, 0xca, 0x4a, 0xa3, 0xef,
- 0x61, 0x7c, 0x2c, 0x97, 0x2b, 0x93, 0x7c, 0x97, 0x96, 0x2f, 0x4e, 0x84, 0x59, 0xb2, 0xcb, 0xd0,
- 0x35, 0x72, 0x99, 0xca, 0xd0, 0xdb, 0xf7, 0x0e, 0x02, 0x6e, 0x19, 0x16, 0x42, 0xdf, 0xc8, 0x65,
- 0x79, 0xb6, 0x56, 0x61, 0x8b, 0xe4, 0x15, 0xeb, 0x34, 0x52, 0x94, 0x22, 0x6c, 0xef, 0x7b, 0x07,
- 0x43, 0x5e, 0xb1, 0x51, 0x01, 0x01, 0x7a, 0x7c, 0x22, 0xe6, 0x2a, 0x63, 0x57, 0xa0, 0x57, 0x0a,
- 0xb3, 0xf5, 0xeb, 0x38, 0xf6, 0x00, 0x7c, 0xbc, 0x21, 0x3f, 0x2d, 0x4c, 0xd8, 0xda, 0x6f, 0x1f,
- 0x0c, 0x0e, 0xc3, 0x7b, 0x75, 0xe4, 0xbb, 0xa1, 0xf1, 0xda, 0x12, 0x83, 0x4c, 0x73, 0xa9, 0x7e,
- 0xa4, 0x2b, 0xbb, 0xdc, 0x32, 0x91, 0x00, 0x38, 0x96, 0xcb, 0xaf, 0x95, 0x31, 0x22, 0x51, 0x6c,
- 0x02, 0xed, 0x45, 0x7d, 0x1d, 0x92, 0xec, 0x4b, 0xe8, 0xe3, 0xad, 0x99, 0x98, 0xd3, 0x23, 0x06,
- 0x87, 0xff, 0xdb, 0x5e, 0x55, 0x47, 0xca, 0x2b, 0x1b, 0xc6, 0xa0, 0xd3, 0x78, 0x16, 0xd1, 0xd1,
- 0x63, 0xe8, 0x4c, 0xb5, 0x12, 0x6c, 0x0c, 0x2d, 0xe7, 0xbb, 0xcb, 0x5b, 0xa9, 0x64, 0xd7, 0xc1,
- 0x5f, 0x0b, 0xad, 0xf2, 0x32, 0x95, 0xe4, 0xbb, 0xcb, 0x6b, 0x1e, 0xfd, 0xe4, 0x62, 0xa5, 0xc8,
- 0x4f, 0xc0, 0x89, 0x8e, 0xde, 0xb4, 0xa0, 0xf7, 0x48, 0xac, 0x94, 0x6e, 0xba, 0x0a, 0xc8, 0x55,
- 0x65, 0xde, 0xda, 0x9a, 0xa3, 0x8c, 0xb0, 0xb7, 0xcf, 0x25, 0x1a, 0x65, 0x42, 0x4a, 0x1d, 0x76,
- 0xac, 0x1d, 0xd2, 0x88, 0xb2, 0xd0, 0x4a, 0xa4, 0x32, 0xec, 0x92, 0xa5, 0xe3, 0xd8, 0x27, 0x10,
- 0x64, 0x45, 0x9e, 0xa4, 0xe5, 0x46, 0xaa, 0xb0, 0xb7, 0xef, 0x1d, 0xb4, 0xf8, 0x56, 0x80, 0xc1,
- 0x67, 0xa2, 0xb4, 0xca, 0x3e, 0x29, 0x6b, 0x1e, 0x6f, 0xd1, 0xa5, 0x59, 0x87, 0xbe, 0xbd, 0x05,
- 0x69, 0x8a, 0x78, 0x1d, 0x06, 0x2e, 0xe2, 0x35, 0xda, 0xac, 0x0b, 0x5d, 0x86, 0x60, 0xa3, 0x43,
- 0x1a, 0x7d, 0x6e, 0x8c, 0xd2, 0xf4, 0x92, 0x01, 0x59, 0xd6, 0xbc, 0x05, 0xcb, 0x98, 0x57, 0x85,
- 0x96, 0xe1, 0xd0, 0xea, 0x2a, 0x1e, 0x33, 0x3b, 0xd7, 0x22, 0x97, 0xe1, 0xc8, 0x96, 0x1f, 0x31,
- 0x78, 0x42, 0x2b, 0xa3, 0xf4, 0x4b, 0x25, 0xc3, 0xb1, 0x3d, 0x51, 0xf1, 0xd1, 0x02, 0x2e, 0x59,
- 0x24, 0xa7, 0xb9, 0xc4, 0x2c, 0xce, 0xf2, 0xd3, 0x82, 0x1d, 0x40, 0x6f, 0x41, 0x42, 0x02, 0x76,
- 0x70, 0x38, 0xd9, 0x66, 0xda, 0x1a, 0x73, 0xa7, 0x67, 0x77, 0xa0, 0x8b, 0x09, 0xaf, 0xaa, 0x6f,
- 0xbc, 0x5b, 0x12, 0xdc, 0x2a, 0xa3, 0xdf, 0x3c, 0xe8, 0x50, 0x7b, 0x7c, 0xa8, 0x8e, 0xaf, 0x83,
- 0x8f, 0x54, 0x23, 0x73, 0x35, 0xcf, 0x6e, 0x40, 0xb0, 0xd0, 0x4a, 0x94, 0x2a, 0x16, 0xa5, 0xab,
- 0x02, 0xdf, 0x0a, 0xa6, 0x65, 0x43, 0x39, 0x3f, 0x73, 0xb9, 0x74, 0xca, 0x87, 0x67, 0xa8, 0xdc,
- 0xac, 0xa5, 0x3b, 0xd9, 0x75, 0x30, 0x92, 0x60, 0x5a, 0x62, 0x28, 0x2a, 0x17, 0xf3, 0xcc, 0x66,
- 0xd4, 0xe7, 0x8e, 0x63, 0xd7, 0xc0, 0x4f, 0x4d, 0x2c, 0x32, 0xa1, 0x57, 0x94, 0x4e, 0x9f, 0xf7,
- 0x53, 0x33, 0x45, 0x16, 0x55, 0x52, 0x65, 0xf1, 0x69, 0x26, 0x12, 0xca, 0xa8, 0xcf, 0xfb, 0x52,
- 0x65, 0x8f, 0x33, 0x91, 0x44, 0x27, 0x30, 0xc0, 0x07, 0x1e, 0x4b, 0x0b, 0x60, 0x04, 0x1d, 0x8c,
- 0xdf, 0xc1, 0x77, 0x1e, 0x15, 0xd2, 0xb1, 0x5b, 0xd0, 0x31, 0xb2, 0x46, 0x6e, 0xb4, 0xd3, 0xb7,
- 0x9c, 0x54, 0xd1, 0x9f, 0x2d, 0x00, 0x0b, 0x38, 0xa1, 0x77, 0xbe, 0xd6, 0xf1, 0xf1, 0xa4, 0x8d,
- 0x5d, 0xdf, 0xe0, 0xe3, 0x49, 0x30, 0x93, 0xec, 0xaa, 0x6d, 0x57, 0x54, 0xb5, 0xb7, 0x58, 0xcf,
- 0xb0, 0x8f, 0x83, 0x32, 0x5d, 0xa9, 0x58, 0x6f, 0x32, 0x15, 0x76, 0xe8, 0xf2, 0x46, 0x7e, 0x8f,
- 0xc4, 0xd9, 0xa3, 0x32, 0xe3, 0x3e, 0x9a, 0xf0, 0x4d, 0xa6, 0xd8, 0x4d, 0x00, 0xad, 0xc4, 0xa2,
- 0xb4, 0xf6, 0x16, 0xc5, 0x80, 0x24, 0xa4, 0xbe, 0x05, 0x43, 0xab, 0x96, 0xea, 0x65, 0xba, 0xb0,
- 0x60, 0x06, 0x7c, 0x40, 0xb2, 0x23, 0x12, 0xed, 0xc0, 0xd6, 0xdf, 0x81, 0x8d, 0x7d, 0x0a, 0x03,
- 0x97, 0xa1, 0x06, 0xa8, 0x60, 0x45, 0x64, 0xb0, 0xcd, 0x52, 0xb0, 0x93, 0x25, 0x06, 0x1d, 0xd3,
- 0x68, 0x1a, 0xa4, 0xf1, 0xc5, 0xa9, 0x89, 0x4f, 0x37, 0x59, 0x46, 0x3d, 0xe3, 0xf3, 0x5e, 0x6a,
- 0x1e, 0x6f, 0xb2, 0x8c, 0xed, 0xc3, 0x30, 0x4b, 0xf3, 0x65, 0x5c, 0xe1, 0x61, 0xbb, 0x06, 0x50,
- 0x46, 0x25, 0x2f, 0xa3, 0x6f, 0x60, 0xec, 0x70, 0x4e, 0x57, 0x0a, 0x1f, 0xfa, 0x51, 0x73, 0xe5,
- 0x46, 0x13, 0x49, 0x57, 0x99, 0x15, 0x6e, 0xd1, 0x53, 0xe8, 0x59, 0x2c, 0x71, 0x94, 0x4a, 0x71,
- 0xe6, 0xc6, 0x1d, 0x92, 0xec, 0x10, 0xc0, 0x1e, 0x14, 0x79, 0xa2, 0x5c, 0x01, 0x34, 0xa7, 0x29,
- 0xfa, 0x40, 0x15, 0x27, 0xff, 0x44, 0x46, 0xf7, 0x21, 0xa8, 0xe5, 0xb4, 0x66, 0x4a, 0xa1, 0xcb,
- 0x7a, 0xcd, 0x20, 0x83, 0x17, 0xa9, 0xbc, 0xaa, 0x04, 0x24, 0xa3, 0xe7, 0xd0, 0x7f, 0x56, 0x64,
- 0x67, 0x49, 0x91, 0x7f, 0xd4, 0x83, 0x3e, 0x87, 0xde, 0xba, 0x48, 0xf3, 0xd2, 0x84, 0x6d, 0x8a,
- 0xe9, 0xe2, 0x36, 0xa6, 0x67, 0x28, 0xe7, 0x4e, 0x1d, 0x2d, 0x6a, 0xbc, 0x84, 0x59, 0x4e, 0x75,
- 0x62, 0x76, 0x6b, 0xd1, 0x3b, 0x57, 0x8b, 0x0f, 0x20, 0x20, 0xec, 0x85, 0x4e, 0xaa, 0x7a, 0xbf,
- 0xba, 0xdb, 0x13, 0x5f, 0xe9, 0x62, 0xb3, 0x46, 0x47, 0xb6, 0xf1, 0x91, 0x8a, 0x7e, 0x80, 0xd1,
- 0x8e, 0xaa, 0x59, 0xd2, 0xde, 0x4e, 0x49, 0x3f, 0x80, 0x41, 0x82, 0x56, 0x94, 0x09, 0xf3, 0x2e,
- 0xa0, 0xe4, 0x02, 0xb3, 0xc2, 0x21, 0xa9, 0x48, 0x13, 0x3d, 0x81, 0xa0, 0x56, 0x60, 0x91, 0x5a,
- 0x17, 0xb5, 0xf3, 0x3e, 0xf1, 0x33, 0x89, 0x33, 0xae, 0xe9, 0xb7, 0xd1, 0xcd, 0xe4, 0xd2, 0x2a,
- 0xa3, 0xbf, 0x5a, 0xd0, 0xe1, 0xef, 0xab, 0x9c, 0x3b, 0x30, 0x76, 0xc8, 0x54, 0xc1, 0x5b, 0xc8,
- 0x87, 0x8b, 0x1a, 0xc1, 0xd9, 0xb9, 0x5e, 0x6e, 0x9f, 0xc3, 0xef, 0x26, 0xc0, 0xda, 0xa6, 0x11,
- 0xb5, 0x76, 0xcc, 0x05, 0x4e, 0x32, 0x93, 0xec, 0xff, 0xd0, 0x33, 0x92, 0x3c, 0x77, 0xeb, 0x5f,
- 0xc7, 0x4c, 0xb2, 0x08, 0x46, 0x28, 0x16, 0x3a, 0x89, 0x45, 0x96, 0x0a, 0x53, 0xf5, 0xa6, 0x91,
- 0x88, 0xef, 0x14, 0x45, 0x38, 0x78, 0x8b, 0xb5, 0xd2, 0xa2, 0x2c, 0x34, 0xf5, 0x66, 0xc0, 0x6b,
- 0x9e, 0xdd, 0x86, 0x51, 0x45, 0xc7, 0xb4, 0x3f, 0xed, 0x16, 0x1b, 0x56, 0xc2, 0x13, 0xdc, 0xa3,
- 0x8d, 0x4b, 0x5e, 0x8a, 0x6c, 0xa3, 0xdc, 0x62, 0x73, 0x97, 0x3c, 0x47, 0xd1, 0x7b, 0x9b, 0x35,
- 0x82, 0x11, 0xe2, 0x16, 0xbf, 0x4a, 0xcb, 0x17, 0xf1, 0x5a, 0x57, 0x6b, 0x6e, 0x80, 0x42, 0xfc,
- 0xb2, 0x3c, 0xd3, 0xbb, 0x39, 0x19, 0xee, 0xe4, 0x24, 0xfa, 0xa5, 0x05, 0xed, 0x63, 0xf9, 0xee,
- 0x48, 0xbc, 0x46, 0x1f, 0xa2, 0xf8, 0xdc, 0x57, 0x8b, 0x22, 0x75, 0xaa, 0xc6, 0x67, 0x02, 0x55,
- 0x4f, 0xb1, 0xee, 0xef, 0x40, 0x87, 0x4a, 0xf3, 0x9d, 0x69, 0x78, 0x4c, 0xaf, 0xe0, 0xa4, 0xc5,
- 0x67, 0xa4, 0x8b, 0x22, 0x77, 0x20, 0x13, 0x8d, 0x2d, 0xb7, 0xd1, 0x99, 0x43, 0x16, 0x49, 0x1c,
- 0x69, 0x6e, 0x23, 0x61, 0xef, 0x3a, 0x50, 0xc1, 0x8a, 0xb0, 0x81, 0x1b, 0x33, 0x8f, 0x0c, 0x2c,
- 0xa8, 0x6e, 0xe6, 0x91, 0xc1, 0xce, 0x4e, 0x0b, 0xce, 0xed, 0xb4, 0x10, 0xfa, 0x76, 0x04, 0x4a,
- 0x82, 0xd3, 0xe7, 0x15, 0xbb, 0x33, 0x66, 0x07, 0x84, 0x74, 0xbd, 0x9d, 0x5e, 0x7b, 0xd0, 0xb3,
- 0x4f, 0xc1, 0xc9, 0x61, 0x8b, 0xc1, 0x4d, 0x0e, 0x62, 0xfe, 0xf3, 0xd7, 0x14, 0x6c, 0x7f, 0x4d,
- 0xab, 0x8d, 0x29, 0xa9, 0x04, 0x7d, 0x4e, 0x34, 0xca, 0x36, 0x79, 0x5a, 0x2d, 0x58, 0xa2, 0xf1,
- 0x16, 0x3b, 0xdb, 0x2c, 0x30, 0x96, 0xa9, 0xeb, 0xa0, 0xbf, 0xad, 0x83, 0xe8, 0x67, 0x0f, 0x2e,
- 0x1e, 0xcd, 0x1f, 0xbd, 0x40, 0x83, 0xea, 0xef, 0xf9, 0x05, 0x7e, 0x2a, 0x70, 0xe6, 0x63, 0x8c,
- 0xe3, 0xc3, 0x2b, 0xcd, 0x51, 0x31, 0xcf, 0x94, 0x35, 0x96, 0xdc, 0x1a, 0xb9, 0x12, 0x68, 0xd5,
- 0x25, 0x70, 0x17, 0x7a, 0x62, 0x51, 0xa6, 0x45, 0x4e, 0x91, 0x8f, 0x0f, 0x59, 0x63, 0xb9, 0xcd,
- 0xa7, 0xa4, 0xe1, 0xce, 0x82, 0x52, 0x9a, 0x9f, 0x16, 0xd5, 0x2f, 0x10, 0xe9, 0xe8, 0x6f, 0x0f,
- 0x46, 0x76, 0xb8, 0x7d, 0x68, 0x74, 0xfe, 0xeb, 0xde, 0x7d, 0xcf, 0x7f, 0x15, 0x93, 0xe6, 0xba,
- 0xd5, 0xdd, 0x54, 0xb1, 0xb8, 0x3e, 0x4b, 0x9d, 0x26, 0x89, 0xd2, 0x71, 0x96, 0xe6, 0xd5, 0x7e,
- 0x1d, 0x38, 0xd9, 0x93, 0x34, 0x57, 0xec, 0x33, 0x18, 0xcb, 0x54, 0x2b, 0x0a, 0xd8, 0x1a, 0x59,
- 0x50, 0x47, 0xb5, 0x94, 0xcc, 0xaa, 0x74, 0xf5, 0x1b, 0xe9, 0xba, 0x0d, 0x23, 0xa9, 0x4e, 0x55,
- 0xbe, 0x50, 0xb1, 0x29, 0x45, 0x69, 0x8b, 0xad, 0xcb, 0x87, 0x4e, 0x78, 0x8c, 0xb2, 0xbb, 0x3f,
- 0xc1, 0xb0, 0x09, 0x2b, 0x1b, 0x82, 0x7f, 0x12, 0x5b, 0x00, 0x26, 0x17, 0xd8, 0x04, 0x86, 0x15,
- 0x87, 0x93, 0x6a, 0xe2, 0xb1, 0xcb, 0x30, 0x69, 0x4a, 0x70, 0x32, 0x4f, 0x5a, 0x0c, 0xa0, 0x77,
- 0x12, 0x93, 0x45, 0x9b, 0x8d, 0x20, 0xb0, 0xf4, 0xb1, 0x5c, 0x4e, 0x3a, 0xec, 0x12, 0x8c, 0x6a,
- 0x16, 0x27, 0xe4, 0xa4, 0xcb, 0x02, 0xe8, 0x9e, 0xc4, 0xa8, 0xed, 0xdd, 0xbd, 0x07, 0x7e, 0x95,
- 0x16, 0x74, 0x32, 0xcb, 0x8d, 0xd2, 0xe5, 0xe4, 0x02, 0xd2, 0xdf, 0x52, 0x4f, 0x4c, 0x3c, 0xa4,
- 0x8f, 0x54, 0xa6, 0x4a, 0x35, 0x69, 0x3d, 0x9c, 0xbc, 0x79, 0xbb, 0xe7, 0xfd, 0xfa, 0x76, 0xcf,
- 0xfb, 0xfd, 0xed, 0x9e, 0xf7, 0xfa, 0x8f, 0xbd, 0x0b, 0xf3, 0x1e, 0xe5, 0xf7, 0xfe, 0x3f, 0x01,
- 0x00, 0x00, 0xff, 0xff, 0xff, 0xa7, 0xc9, 0xd5, 0xb4, 0x0d, 0x00, 0x00,
+ // 1497 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x56, 0xcd, 0x8e, 0x14, 0x47,
+ 0x12, 0x9e, 0xea, 0xdf, 0xaa, 0xe8, 0x1f, 0x9a, 0x5c, 0x16, 0x0a, 0x58, 0x66, 0x87, 0x82, 0xd5,
+ 0x8e, 0xd0, 0x2e, 0x87, 0x81, 0x17, 0x68, 0x18, 0xb1, 0x6a, 0x89, 0x45, 0x6c, 0xce, 0x2c, 0x96,
+ 0x7c, 0x70, 0x29, 0xbb, 0x33, 0xa7, 0x28, 0x75, 0x75, 0x55, 0x2b, 0xb3, 0x1a, 0x3c, 0x07, 0x3f,
+ 0x83, 0x7d, 0xf4, 0x3b, 0xf8, 0x45, 0x38, 0x72, 0xf4, 0xcd, 0x16, 0x48, 0xbe, 0x58, 0x7e, 0x07,
+ 0x2b, 0x22, 0xb3, 0xaa, 0xab, 0x07, 0xb0, 0xb9, 0xc5, 0x5f, 0x46, 0x46, 0x7e, 0xf1, 0x97, 0x30,
+ 0x5e, 0xeb, 0xa2, 0x2c, 0x56, 0x26, 0xb9, 0x4f, 0x04, 0xf3, 0x2b, 0xfe, 0x06, 0xcc, 0x85, 0x51,
+ 0x56, 0x1a, 0x7d, 0x09, 0xe3, 0x13, 0xb9, 0x5c, 0x99, 0xe4, 0x8b, 0xb4, 0x7c, 0x79, 0x2a, 0xcc,
+ 0x92, 0x5d, 0x81, 0xae, 0x91, 0xcb, 0x54, 0x86, 0xde, 0x81, 0x77, 0x18, 0x70, 0xcb, 0xb0, 0x10,
+ 0xfa, 0x46, 0x2e, 0xcb, 0xf3, 0xb5, 0x0a, 0x5b, 0x24, 0xaf, 0x58, 0xa7, 0x91, 0xa2, 0x14, 0x61,
+ 0xfb, 0xc0, 0x3b, 0x1c, 0xf2, 0x8a, 0x8d, 0x0a, 0x08, 0xd0, 0xe3, 0x53, 0x31, 0x57, 0x19, 0xbb,
+ 0x0a, 0xbd, 0x52, 0x98, 0xad, 0x5f, 0xc7, 0xb1, 0x87, 0xe0, 0xe3, 0x0d, 0xf9, 0x59, 0x61, 0xc2,
+ 0xd6, 0x41, 0xfb, 0x70, 0x70, 0x14, 0xde, 0xaf, 0x23, 0xdf, 0x0d, 0x8d, 0xd7, 0x96, 0x18, 0x64,
+ 0x9a, 0x4b, 0xf5, 0x35, 0x5d, 0xd9, 0xe5, 0x96, 0x89, 0x04, 0xc0, 0x89, 0x5c, 0xfe, 0x57, 0x19,
+ 0x23, 0x12, 0xc5, 0x26, 0xd0, 0x5e, 0xd4, 0xd7, 0x21, 0xc9, 0xfe, 0x0d, 0x7d, 0xbc, 0x35, 0x13,
+ 0x73, 0x7a, 0xc4, 0xe0, 0xe8, 0x2f, 0xdb, 0xab, 0xea, 0x48, 0x79, 0x65, 0xc3, 0x18, 0x74, 0x1a,
+ 0xcf, 0x22, 0x3a, 0x7a, 0x02, 0x9d, 0xa9, 0x56, 0x82, 0x8d, 0xa1, 0xe5, 0x7c, 0x77, 0x79, 0x2b,
+ 0x95, 0xec, 0x06, 0xf8, 0x6b, 0xa1, 0x55, 0x5e, 0xa6, 0x92, 0x7c, 0x77, 0x79, 0xcd, 0xa3, 0x9f,
+ 0x5c, 0xac, 0x14, 0xf9, 0x09, 0x38, 0xd1, 0xd1, 0x9b, 0x16, 0xf4, 0x1e, 0x8b, 0x95, 0xd2, 0x4d,
+ 0x57, 0x01, 0xb9, 0xaa, 0xcc, 0x5b, 0x5b, 0x73, 0x94, 0x11, 0xf6, 0xf6, 0xb9, 0x44, 0xa3, 0x4c,
+ 0x48, 0xa9, 0xc3, 0x8e, 0xb5, 0x43, 0x1a, 0x51, 0x16, 0x5a, 0x89, 0x54, 0x86, 0x5d, 0xb2, 0x74,
+ 0x1c, 0xfb, 0x1b, 0x04, 0x59, 0x91, 0x27, 0x69, 0xb9, 0x91, 0x2a, 0xec, 0x1d, 0x78, 0x87, 0x2d,
+ 0xbe, 0x15, 0x60, 0xf0, 0x99, 0x28, 0xad, 0xb2, 0x4f, 0xca, 0x9a, 0xc7, 0x5b, 0x74, 0x69, 0xd6,
+ 0xa1, 0x6f, 0x6f, 0x41, 0x9a, 0x22, 0x5e, 0x87, 0x81, 0x8b, 0x78, 0x8d, 0x36, 0xeb, 0x42, 0x97,
+ 0x21, 0xd8, 0xe8, 0x90, 0x46, 0x9f, 0x1b, 0xa3, 0x34, 0xbd, 0x64, 0x40, 0x96, 0x35, 0x6f, 0xc1,
+ 0x32, 0xe6, 0x75, 0xa1, 0x65, 0x38, 0xb4, 0xba, 0x8a, 0xc7, 0xcc, 0xce, 0xb5, 0xc8, 0x65, 0x38,
+ 0xb2, 0xe5, 0x47, 0x0c, 0x9e, 0xd0, 0xca, 0x28, 0xfd, 0x4a, 0xc9, 0x70, 0x6c, 0x4f, 0x54, 0x7c,
+ 0xb4, 0x80, 0xcb, 0x16, 0xc9, 0x69, 0x2e, 0x31, 0x8b, 0xb3, 0xfc, 0xac, 0x60, 0x87, 0xd0, 0x5b,
+ 0x90, 0x90, 0x80, 0x1d, 0x1c, 0x4d, 0xb6, 0x99, 0xb6, 0xc6, 0xdc, 0xe9, 0xd9, 0x5d, 0xe8, 0x62,
+ 0xc2, 0xab, 0xea, 0x1b, 0xef, 0x96, 0x04, 0xb7, 0xca, 0xe8, 0x27, 0x0f, 0x3a, 0xd4, 0x1e, 0x9f,
+ 0xaa, 0xe3, 0x1b, 0xe0, 0x23, 0xd5, 0xc8, 0x5c, 0xcd, 0xb3, 0x9b, 0x10, 0x2c, 0xb4, 0x12, 0xa5,
+ 0x8a, 0x45, 0xe9, 0xaa, 0xc0, 0xb7, 0x82, 0x69, 0xd9, 0x50, 0xce, 0xcf, 0x5d, 0x2e, 0x9d, 0xf2,
+ 0xd1, 0x39, 0x2a, 0x37, 0x6b, 0xe9, 0x4e, 0x76, 0x1d, 0x8c, 0x24, 0x98, 0x96, 0x18, 0x8a, 0xca,
+ 0xc5, 0x3c, 0xb3, 0x19, 0xf5, 0xb9, 0xe3, 0xd8, 0x75, 0xf0, 0x53, 0x13, 0x8b, 0x4c, 0xe8, 0x15,
+ 0xa5, 0xd3, 0xe7, 0xfd, 0xd4, 0x4c, 0x91, 0x45, 0x95, 0x54, 0x59, 0x7c, 0x96, 0x89, 0x84, 0x32,
+ 0xea, 0xf3, 0xbe, 0x54, 0xd9, 0x93, 0x4c, 0x24, 0xd1, 0x29, 0x0c, 0xf0, 0x81, 0x27, 0xd2, 0x02,
+ 0x18, 0x41, 0x07, 0xe3, 0x77, 0xf0, 0x5d, 0x44, 0x85, 0x74, 0xec, 0x36, 0x74, 0x8c, 0xac, 0x91,
+ 0x1b, 0xed, 0xf4, 0x2d, 0x27, 0x55, 0xf4, 0x4b, 0x0b, 0xc0, 0x02, 0x4e, 0xe8, 0x5d, 0xac, 0x75,
+ 0x7c, 0x3c, 0x69, 0x63, 0xd7, 0x37, 0xf8, 0x78, 0x12, 0xcc, 0x24, 0xbb, 0x66, 0xdb, 0x15, 0x55,
+ 0xed, 0x2d, 0xd6, 0x33, 0xec, 0xe3, 0xa0, 0x4c, 0x57, 0x2a, 0xd6, 0x9b, 0x4c, 0x85, 0x1d, 0xba,
+ 0xbc, 0x91, 0xdf, 0x63, 0x71, 0xfe, 0xb8, 0xcc, 0xb8, 0x8f, 0x26, 0x7c, 0x93, 0x29, 0x76, 0x0b,
+ 0x40, 0x2b, 0xb1, 0x28, 0xad, 0xbd, 0x45, 0x31, 0x20, 0x09, 0xa9, 0x6f, 0xc3, 0xd0, 0xaa, 0xa5,
+ 0x7a, 0x95, 0x2e, 0x2c, 0x98, 0x01, 0x1f, 0x90, 0xec, 0x98, 0x44, 0x3b, 0xb0, 0xf5, 0x77, 0x60,
+ 0x63, 0x7f, 0x87, 0x81, 0xcb, 0x50, 0x03, 0x54, 0xb0, 0x22, 0x32, 0xd8, 0x66, 0x29, 0xd8, 0xc9,
+ 0x12, 0x83, 0x8e, 0x69, 0x34, 0x0d, 0xd2, 0xf8, 0xe2, 0xd4, 0xc4, 0x67, 0x9b, 0x2c, 0xa3, 0x9e,
+ 0xf1, 0x79, 0x2f, 0x35, 0x4f, 0x36, 0x59, 0xc6, 0x0e, 0x60, 0x98, 0xa5, 0xf9, 0x32, 0xae, 0xf0,
+ 0xb0, 0x5d, 0x03, 0x28, 0xa3, 0x92, 0x97, 0xd1, 0xff, 0x60, 0xec, 0x70, 0x4e, 0x57, 0x0a, 0x1f,
+ 0xfa, 0x59, 0x73, 0xe5, 0x66, 0x13, 0x49, 0x57, 0x99, 0x15, 0x6e, 0xd1, 0x33, 0xe8, 0x59, 0x2c,
+ 0x71, 0x94, 0x4a, 0x71, 0xee, 0xc6, 0x1d, 0x92, 0xec, 0x08, 0xc0, 0x1e, 0x14, 0x79, 0xa2, 0x5c,
+ 0x01, 0x34, 0xa7, 0x29, 0xfa, 0x40, 0x15, 0x27, 0xff, 0x44, 0x46, 0x0f, 0x20, 0xa8, 0xe5, 0xb4,
+ 0x66, 0x4a, 0xa1, 0xcb, 0x7a, 0xcd, 0x20, 0x83, 0x17, 0xa9, 0xbc, 0xaa, 0x04, 0x24, 0xa3, 0x17,
+ 0xd0, 0x7f, 0x5e, 0x64, 0xe7, 0x49, 0x91, 0x7f, 0xd6, 0x83, 0xfe, 0x09, 0xbd, 0x75, 0x91, 0xe6,
+ 0xa5, 0x09, 0xdb, 0x14, 0xd3, 0xa5, 0x6d, 0x4c, 0xcf, 0x51, 0xce, 0x9d, 0x3a, 0x5a, 0xd4, 0x78,
+ 0x09, 0xb3, 0x9c, 0xea, 0xc4, 0xec, 0xd6, 0xa2, 0x77, 0xa1, 0x16, 0x1f, 0x42, 0x40, 0xd8, 0x0b,
+ 0x9d, 0x54, 0xf5, 0x7e, 0x6d, 0xb7, 0x27, 0xfe, 0xa3, 0x8b, 0xcd, 0x1a, 0x1d, 0xd9, 0xc6, 0x47,
+ 0x2a, 0xfa, 0x0a, 0x46, 0x3b, 0xaa, 0x66, 0x49, 0x7b, 0x3b, 0x25, 0xfd, 0x10, 0x06, 0x09, 0x5a,
+ 0x51, 0x26, 0xcc, 0x87, 0x80, 0x92, 0x0b, 0xcc, 0x0a, 0x87, 0xa4, 0x22, 0x4d, 0xf4, 0x14, 0x82,
+ 0x5a, 0x81, 0x45, 0x6a, 0x5d, 0xd4, 0xce, 0xfb, 0xc4, 0xcf, 0x24, 0xce, 0xb8, 0xa6, 0xdf, 0x46,
+ 0x37, 0x93, 0x4b, 0xab, 0x8c, 0x7e, 0x6d, 0x41, 0x87, 0x7f, 0xac, 0x72, 0xee, 0xc2, 0xd8, 0x21,
+ 0x53, 0x05, 0x6f, 0x21, 0x1f, 0x2e, 0x6a, 0x04, 0x67, 0x17, 0x7a, 0xb9, 0x7d, 0x01, 0xbf, 0x5b,
+ 0x00, 0x6b, 0x9b, 0x46, 0xd4, 0xda, 0x31, 0x17, 0x38, 0xc9, 0x4c, 0xb2, 0xbf, 0x42, 0xcf, 0x48,
+ 0xf2, 0xdc, 0xad, 0x7f, 0x1d, 0x33, 0xc9, 0x22, 0x18, 0xa1, 0x58, 0xe8, 0x24, 0x16, 0x59, 0x2a,
+ 0x4c, 0xd5, 0x9b, 0x46, 0x22, 0xbe, 0x53, 0x14, 0xe1, 0xe0, 0x2d, 0xd6, 0x4a, 0x8b, 0xb2, 0xd0,
+ 0xd4, 0x9b, 0x01, 0xaf, 0x79, 0x76, 0x07, 0x46, 0x15, 0x1d, 0xd3, 0xfe, 0xb4, 0x5b, 0x6c, 0x58,
+ 0x09, 0x4f, 0x71, 0x8f, 0x36, 0x2e, 0x79, 0x25, 0xb2, 0x8d, 0x72, 0x8b, 0xcd, 0x5d, 0xf2, 0x02,
+ 0x45, 0x1f, 0x6d, 0xd6, 0x08, 0x46, 0x88, 0x5b, 0xfc, 0x3a, 0x2d, 0x5f, 0xc6, 0x6b, 0x5d, 0xad,
+ 0xb9, 0x01, 0x0a, 0xf1, 0xcb, 0xf2, 0x5c, 0xef, 0xe6, 0x64, 0xb8, 0x93, 0x93, 0xe8, 0x87, 0x16,
+ 0xb4, 0x4f, 0xe4, 0x87, 0x23, 0xf1, 0x3a, 0x7d, 0x88, 0xe2, 0x0b, 0x5f, 0x2d, 0x8a, 0xd4, 0xa9,
+ 0x1a, 0x9f, 0x09, 0x54, 0x3d, 0xc3, 0xba, 0xbf, 0x0b, 0x1d, 0x2a, 0xcd, 0x0f, 0xa6, 0xe1, 0x09,
+ 0xbd, 0x82, 0x93, 0x16, 0x9f, 0x91, 0x2e, 0x8a, 0xdc, 0x81, 0x4c, 0x34, 0xb6, 0xdc, 0x46, 0x67,
+ 0x0e, 0x59, 0x24, 0x71, 0xa4, 0xb9, 0x8d, 0x84, 0xbd, 0xeb, 0x40, 0x05, 0x2b, 0xc2, 0x06, 0x6e,
+ 0xcc, 0x3c, 0x32, 0xb0, 0xa0, 0xba, 0x99, 0x47, 0x06, 0x3b, 0x3b, 0x2d, 0xb8, 0xb0, 0xd3, 0x42,
+ 0xe8, 0xdb, 0x11, 0x28, 0x09, 0x4e, 0x9f, 0x57, 0xec, 0xce, 0x98, 0x1d, 0x10, 0xd2, 0xf5, 0x76,
+ 0xfa, 0xde, 0x83, 0x9e, 0x7d, 0x0a, 0x4e, 0x0e, 0x5b, 0x0c, 0x6e, 0x72, 0x10, 0xf3, 0xa7, 0xbf,
+ 0xa6, 0x60, 0xfb, 0x6b, 0x5a, 0x6d, 0x4c, 0x49, 0x25, 0xe8, 0x73, 0xa2, 0x51, 0xb6, 0xc9, 0xd3,
+ 0x6a, 0xc1, 0x12, 0x8d, 0xb7, 0xd8, 0xd9, 0x66, 0x81, 0xb1, 0x4c, 0x5d, 0x07, 0xfd, 0x6d, 0x1d,
+ 0x44, 0xdf, 0x7a, 0x70, 0xe9, 0x78, 0xfe, 0xf8, 0x25, 0x1a, 0x54, 0x7f, 0xcf, 0x7f, 0xe1, 0xa7,
+ 0x02, 0x67, 0x3e, 0xc6, 0x38, 0x3e, 0xba, 0xda, 0x1c, 0x15, 0xf3, 0x4c, 0x59, 0x63, 0xc9, 0xad,
+ 0x91, 0x2b, 0x81, 0x56, 0x5d, 0x02, 0xf7, 0xa0, 0x27, 0x16, 0x65, 0x5a, 0xe4, 0x14, 0xf9, 0xf8,
+ 0x88, 0x35, 0x96, 0xdb, 0x7c, 0x4a, 0x1a, 0xee, 0x2c, 0x28, 0xa5, 0xf9, 0x59, 0x51, 0xfd, 0x02,
+ 0x91, 0x8e, 0x7e, 0xf3, 0x60, 0x64, 0x87, 0xdb, 0xa7, 0x46, 0xe7, 0x1f, 0xee, 0xdd, 0x8f, 0xfc,
+ 0x57, 0x31, 0x69, 0xae, 0x5b, 0xdd, 0x4d, 0x15, 0x8b, 0xeb, 0xb3, 0xd4, 0x69, 0x92, 0x28, 0x1d,
+ 0x67, 0x69, 0x5e, 0xed, 0xd7, 0x81, 0x93, 0x3d, 0x4d, 0x73, 0xc5, 0xfe, 0x01, 0x63, 0x99, 0x6a,
+ 0x45, 0x01, 0x5b, 0x23, 0x0b, 0xea, 0xa8, 0x96, 0x92, 0x59, 0x95, 0xae, 0x7e, 0x23, 0x5d, 0x77,
+ 0x60, 0x24, 0xd5, 0x99, 0xca, 0x17, 0x2a, 0x36, 0xa5, 0x28, 0x6d, 0xb1, 0x75, 0xf9, 0xd0, 0x09,
+ 0x4f, 0x50, 0x76, 0xef, 0x1b, 0x18, 0x36, 0x61, 0x65, 0x43, 0xf0, 0x4f, 0x63, 0x0b, 0xc0, 0x64,
+ 0x8f, 0x4d, 0x60, 0x58, 0x71, 0x38, 0xa9, 0x26, 0x1e, 0xbb, 0x02, 0x93, 0xa6, 0x04, 0x27, 0xf3,
+ 0xa4, 0xc5, 0x00, 0x7a, 0xa7, 0x31, 0x59, 0xb4, 0xd9, 0x08, 0x02, 0x4b, 0x9f, 0xc8, 0xe5, 0xa4,
+ 0xc3, 0x2e, 0xc3, 0xa8, 0x66, 0x71, 0x42, 0x4e, 0xba, 0x2c, 0x80, 0xee, 0x69, 0x8c, 0xda, 0xde,
+ 0xbd, 0xfb, 0xe0, 0x57, 0x69, 0x41, 0x27, 0xb3, 0xdc, 0x28, 0x5d, 0x4e, 0xf6, 0x90, 0xfe, 0x3f,
+ 0xf5, 0xc4, 0xc4, 0x43, 0xfa, 0x58, 0x65, 0xaa, 0x54, 0x93, 0xd6, 0xa3, 0xf0, 0xcd, 0xbb, 0x7d,
+ 0xef, 0xed, 0xbb, 0x7d, 0xef, 0xe7, 0x77, 0xfb, 0xde, 0x77, 0xef, 0xf7, 0xf7, 0xde, 0xbe, 0xdf,
+ 0xdf, 0xfb, 0xf1, 0xfd, 0xfe, 0xde, 0xbc, 0x47, 0x79, 0x7e, 0xf0, 0x7b, 0x00, 0x00, 0x00, 0xff,
+ 0xff, 0xa8, 0x12, 0x77, 0x25, 0xbc, 0x0d, 0x00, 0x00,
}
func (m *SdkmsgWithTask) Marshal() (dAtA []byte, err error) {
@@ -1944,9 +1882,6 @@
i++
i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Sdkdata)))
i += copy(dAtA[i:], m.Sdkdata)
- }
- if m.XXX_unrecognized != nil {
- i += copy(dAtA[i:], m.XXX_unrecognized)
}
return i, nil
}
@@ -1989,9 +1924,6 @@
i++
i = encodeVarintProtomsg(dAtA, i, uint64(m.Index))
}
- if m.XXX_unrecognized != nil {
- i += copy(dAtA[i:], m.XXX_unrecognized)
- }
return i, nil
}
@@ -2032,9 +1964,6 @@
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
}
@@ -2068,9 +1997,6 @@
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
}
@@ -2171,9 +2097,6 @@
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
}
@@ -2213,9 +2136,6 @@
}
i += n
}
- }
- if m.XXX_unrecognized != nil {
- i += copy(dAtA[i:], m.XXX_unrecognized)
}
return i, nil
}
@@ -2295,9 +2215,6 @@
}
i++
}
- if m.XXX_unrecognized != nil {
- i += copy(dAtA[i:], m.XXX_unrecognized)
- }
return i, nil
}
@@ -2337,9 +2254,6 @@
}
i += n
}
- }
- if m.XXX_unrecognized != nil {
- i += copy(dAtA[i:], m.XXX_unrecognized)
}
return i, nil
}
@@ -2452,9 +2366,6 @@
i = encodeVarintProtomsg(dAtA, i, uint64(len(m.LinkTaskId)))
i += copy(dAtA[i:], m.LinkTaskId)
}
- if m.XXX_unrecognized != nil {
- i += copy(dAtA[i:], m.XXX_unrecognized)
- }
return i, nil
}
@@ -2491,9 +2402,6 @@
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
}
@@ -2529,9 +2437,6 @@
i += n
}
}
- if m.XXX_unrecognized != nil {
- i += copy(dAtA[i:], m.XXX_unrecognized)
- }
return i, nil
}
@@ -2561,9 +2466,6 @@
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
}
@@ -2607,9 +2509,6 @@
i += n
}
}
- if m.XXX_unrecognized != nil {
- i += copy(dAtA[i:], m.XXX_unrecognized)
- }
return i, nil
}
@@ -2645,9 +2544,6 @@
}
i += n
}
- }
- if m.XXX_unrecognized != nil {
- i += copy(dAtA[i:], m.XXX_unrecognized)
}
return i, nil
}
@@ -2685,9 +2581,6 @@
i += n
}
}
- if m.XXX_unrecognized != nil {
- i += copy(dAtA[i:], m.XXX_unrecognized)
- }
return i, nil
}
@@ -2723,9 +2616,6 @@
}
i += n
}
- }
- if m.XXX_unrecognized != nil {
- i += copy(dAtA[i:], m.XXX_unrecognized)
}
return i, nil
}
@@ -2815,9 +2705,6 @@
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
}
@@ -2912,9 +2799,6 @@
i++
i = encodeVarintProtomsg(dAtA, i, uint64(m.DelFlag))
}
- if m.XXX_unrecognized != nil {
- i += copy(dAtA[i:], m.XXX_unrecognized)
- }
return i, nil
}
@@ -2978,9 +2862,6 @@
i++
i = encodeVarintProtomsg(dAtA, i, uint64(m.Sort))
}
- if m.XXX_unrecognized != nil {
- i += copy(dAtA[i:], m.XXX_unrecognized)
- }
return i, nil
}
@@ -3020,9 +2901,6 @@
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
}
@@ -3089,9 +2967,6 @@
i++
i = encodeVarintProtomsg(dAtA, i, uint64(m.DefenceState))
}
- if m.XXX_unrecognized != nil {
- i += copy(dAtA[i:], m.XXX_unrecognized)
- }
return i, nil
}
@@ -3122,9 +2997,6 @@
if l > 0 {
n += 1 + l + sovProtomsg(uint64(l))
}
- if m.XXX_unrecognized != nil {
- n += len(m.XXX_unrecognized)
- }
return n
}
@@ -3147,9 +3019,6 @@
if m.Index != 0 {
n += 1 + sovProtomsg(uint64(m.Index))
}
- if m.XXX_unrecognized != nil {
- n += len(m.XXX_unrecognized)
- }
return n
}
@@ -3171,9 +3040,6 @@
if l > 0 {
n += 1 + l + sovProtomsg(uint64(l))
}
- if m.XXX_unrecognized != nil {
- n += len(m.XXX_unrecognized)
- }
return n
}
@@ -3192,9 +3058,6 @@
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
}
@@ -3256,9 +3119,6 @@
if l > 0 {
n += 1 + l + sovProtomsg(uint64(l))
}
- if m.XXX_unrecognized != nil {
- n += len(m.XXX_unrecognized)
- }
return n
}
@@ -3277,9 +3137,6 @@
l = e.Size()
n += 1 + l + sovProtomsg(uint64(l))
}
- }
- if m.XXX_unrecognized != nil {
- n += len(m.XXX_unrecognized)
}
return n
}
@@ -3319,9 +3176,6 @@
if m.DelFlag {
n += 2
}
- if m.XXX_unrecognized != nil {
- n += len(m.XXX_unrecognized)
- }
return n
}
@@ -3340,9 +3194,6 @@
l = e.Size()
n += 1 + l + sovProtomsg(uint64(l))
}
- }
- if m.XXX_unrecognized != nil {
- n += len(m.XXX_unrecognized)
}
return n
}
@@ -3398,9 +3249,6 @@
if l > 0 {
n += 1 + l + sovProtomsg(uint64(l))
}
- if m.XXX_unrecognized != nil {
- n += len(m.XXX_unrecognized)
- }
return n
}
@@ -3422,9 +3270,6 @@
if l > 0 {
n += 1 + l + sovProtomsg(uint64(l))
}
- if m.XXX_unrecognized != nil {
- n += len(m.XXX_unrecognized)
- }
return n
}
@@ -3443,9 +3288,6 @@
n += 1 + l + sovProtomsg(uint64(l))
}
}
- if m.XXX_unrecognized != nil {
- n += len(m.XXX_unrecognized)
- }
return n
}
@@ -3462,9 +3304,6 @@
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
}
@@ -3489,9 +3328,6 @@
n += 1 + l + sovProtomsg(uint64(l))
}
}
- if m.XXX_unrecognized != nil {
- n += len(m.XXX_unrecognized)
- }
return n
}
@@ -3510,9 +3346,6 @@
l = e.Size()
n += 1 + l + sovProtomsg(uint64(l))
}
- }
- if m.XXX_unrecognized != nil {
- n += len(m.XXX_unrecognized)
}
return n
}
@@ -3533,9 +3366,6 @@
n += 1 + l + sovProtomsg(uint64(l))
}
}
- if m.XXX_unrecognized != nil {
- n += len(m.XXX_unrecognized)
- }
return n
}
@@ -3554,9 +3384,6 @@
l = e.Size()
n += 1 + l + sovProtomsg(uint64(l))
}
- }
- if m.XXX_unrecognized != nil {
- n += len(m.XXX_unrecognized)
}
return n
}
@@ -3614,9 +3441,6 @@
if l > 0 {
n += 1 + l + sovProtomsg(uint64(l))
}
- if m.XXX_unrecognized != nil {
- n += len(m.XXX_unrecognized)
- }
return n
}
@@ -3670,9 +3494,6 @@
if m.DelFlag != 0 {
n += 1 + sovProtomsg(uint64(m.DelFlag))
}
- if m.XXX_unrecognized != nil {
- n += len(m.XXX_unrecognized)
- }
return n
}
@@ -3708,9 +3529,6 @@
if m.Sort != 0 {
n += 1 + sovProtomsg(uint64(m.Sort))
}
- if m.XXX_unrecognized != nil {
- n += len(m.XXX_unrecognized)
- }
return n
}
@@ -3733,9 +3551,6 @@
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
}
@@ -3776,9 +3591,6 @@
}
if m.DefenceState != 0 {
n += 1 + sovProtomsg(uint64(m.DefenceState))
- }
- if m.XXX_unrecognized != nil {
- n += len(m.XXX_unrecognized)
}
return n
}
@@ -3938,7 +3750,6 @@
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
- m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
@@ -4077,7 +3888,6 @@
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
- m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
@@ -4233,7 +4043,6 @@
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
- m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
@@ -4357,7 +4166,6 @@
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
- m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
@@ -4778,7 +4586,6 @@
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
- m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
@@ -4902,7 +4709,6 @@
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
- m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
@@ -5176,7 +4982,6 @@
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
- m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
@@ -5300,7 +5105,6 @@
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
- m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
@@ -5679,7 +5483,6 @@
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
- m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
@@ -5829,7 +5632,6 @@
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
- m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
@@ -5936,7 +5738,6 @@
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
- m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
@@ -6054,7 +5855,6 @@
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
- m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
@@ -6206,7 +6006,6 @@
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
- m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
@@ -6326,7 +6125,6 @@
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
- m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
@@ -6446,7 +6244,6 @@
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
- m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
@@ -6566,7 +6363,6 @@
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
- m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
@@ -6991,7 +6787,6 @@
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
- m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
@@ -7374,7 +7169,6 @@
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
- m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
@@ -7627,7 +7421,6 @@
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
- m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
@@ -7783,7 +7576,6 @@
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
- m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
@@ -8080,7 +7872,6 @@
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
- m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
--
Gitblit v1.8.0