From 1020db1ea0d2359bcc41bbca4a9fc07e6fe508b0 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期四, 13 六月 2019 16:49:44 +0800
Subject: [PATCH] add CameraPolygon,CameraTaskArg,CameraTimeRule
---
protomsg.proto | 33 +++
protomsg.pb.go | 520 ++++++++++++++++++++++++++++++++++++++++-----------
2 files changed, 441 insertions(+), 112 deletions(-)
diff --git a/protomsg.pb.go b/protomsg.pb.go
index 721f27b..2f2aba2 100644
--- a/protomsg.pb.go
+++ b/protomsg.pb.go
@@ -2072,6 +2072,291 @@
return ""
}
+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:"-"`
+}
+
+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{28}
+}
+
+func (m *CameraPolygon) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CameraPolygon.Unmarshal(m, b)
+}
+func (m *CameraPolygon) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CameraPolygon.Marshal(b, m, deterministic)
+}
+func (m *CameraPolygon) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CameraPolygon.Merge(m, src)
+}
+func (m *CameraPolygon) XXX_Size() int {
+ return xxx_messageInfo_CameraPolygon.Size(m)
+}
+func (m *CameraPolygon) XXX_DiscardUnknown() {
+ xxx_messageInfo_CameraPolygon.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CameraPolygon proto.InternalMessageInfo
+
+func (m *CameraPolygon) GetId() string {
+ if m != nil {
+ return m.Id
+ }
+ return ""
+}
+
+func (m *CameraPolygon) GetCameraId() string {
+ if m != nil {
+ return m.CameraId
+ }
+ return ""
+}
+
+func (m *CameraPolygon) GetName() string {
+ if m != nil {
+ return m.Name
+ }
+ return ""
+}
+
+func (m *CameraPolygon) GetPolygon() string {
+ if m != nil {
+ return m.Polygon
+ }
+ return ""
+}
+
+func (m *CameraPolygon) GetTriggerLine() string {
+ if m != nil {
+ return m.TriggerLine
+ }
+ return ""
+}
+
+func (m *CameraPolygon) GetDirectionLine() string {
+ if m != nil {
+ return m.DirectionLine
+ }
+ return ""
+}
+
+func (m *CameraPolygon) GetType() string {
+ if m != nil {
+ return m.Type
+ }
+ return ""
+}
+
+func (m *CameraPolygon) GetDefenceState() int32 {
+ if m != nil {
+ return m.DefenceState
+ }
+ return 0
+}
+
+type CameraTaskArg 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:"-"`
+}
+
+func (m *CameraTaskArg) Reset() { *m = CameraTaskArg{} }
+func (m *CameraTaskArg) String() string { return proto.CompactTextString(m) }
+func (*CameraTaskArg) ProtoMessage() {}
+func (*CameraTaskArg) Descriptor() ([]byte, []int) {
+ return fileDescriptor_32de24555f916688, []int{29}
+}
+
+func (m *CameraTaskArg) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CameraTaskArg.Unmarshal(m, b)
+}
+func (m *CameraTaskArg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CameraTaskArg.Marshal(b, m, deterministic)
+}
+func (m *CameraTaskArg) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CameraTaskArg.Merge(m, src)
+}
+func (m *CameraTaskArg) XXX_Size() int {
+ return xxx_messageInfo_CameraTaskArg.Size(m)
+}
+func (m *CameraTaskArg) XXX_DiscardUnknown() {
+ xxx_messageInfo_CameraTaskArg.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CameraTaskArg proto.InternalMessageInfo
+
+func (m *CameraTaskArg) GetId() string {
+ if m != nil {
+ return m.Id
+ }
+ return ""
+}
+
+func (m *CameraTaskArg) GetCameraTaskId() string {
+ if m != nil {
+ return m.CameraTaskId
+ }
+ return ""
+}
+
+func (m *CameraTaskArg) GetCameraId() string {
+ if m != nil {
+ return m.CameraId
+ }
+ return ""
+}
+
+func (m *CameraTaskArg) GetPolygonId() string {
+ if m != nil {
+ return m.PolygonId
+ }
+ return ""
+}
+
+func (m *CameraTaskArg) GetSdkId() string {
+ if m != nil {
+ return m.SdkId
+ }
+ return ""
+}
+
+func (m *CameraTaskArg) GetSdkArgAlias() string {
+ if m != nil {
+ return m.SdkArgAlias
+ }
+ return ""
+}
+
+func (m *CameraTaskArg) GetOperator() string {
+ if m != nil {
+ return m.Operator
+ }
+ return ""
+}
+
+func (m *CameraTaskArg) GetOperatorType() string {
+ if m != nil {
+ return m.OperatorType
+ }
+ return ""
+}
+
+func (m *CameraTaskArg) GetSdkArgValue() string {
+ if m != nil {
+ return m.SdkArgValue
+ }
+ return ""
+}
+
+func (m *CameraTaskArg) GetSort() int32 {
+ if m != nil {
+ return m.Sort
+ }
+ return 0
+}
+
+func (m *CameraTaskArg) GetRuleWithPre() string {
+ if m != nil {
+ return m.RuleWithPre
+ }
+ return ""
+}
+
+func (m *CameraTaskArg) GetGroupId() string {
+ if m != nil {
+ return m.GroupId
+ }
+ return ""
+}
+
+type CameraTimeRule 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"`
+ TimeRule string `protobuf:"bytes,4,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{30}
+}
+
+func (m *CameraTimeRule) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CameraTimeRule.Unmarshal(m, b)
+}
+func (m *CameraTimeRule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CameraTimeRule.Marshal(b, m, deterministic)
+}
+func (m *CameraTimeRule) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CameraTimeRule.Merge(m, src)
+}
+func (m *CameraTimeRule) XXX_Size() int {
+ return xxx_messageInfo_CameraTimeRule.Size(m)
+}
+func (m *CameraTimeRule) XXX_DiscardUnknown() {
+ xxx_messageInfo_CameraTimeRule.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CameraTimeRule proto.InternalMessageInfo
+
+func (m *CameraTimeRule) GetId() string {
+ if m != nil {
+ return m.Id
+ }
+ return ""
+}
+
+func (m *CameraTimeRule) GetCameraId() string {
+ if m != nil {
+ return m.CameraId
+ }
+ return ""
+}
+
+func (m *CameraTimeRule) GetName() string {
+ if m != nil {
+ return m.Name
+ }
+ return ""
+}
+
+func (m *CameraTimeRule) GetTimeRule() string {
+ if m != nil {
+ return m.TimeRule
+ }
+ return ""
+}
+
func init() {
proto.RegisterEnum("protomsg.TableChanged", TableChanged_name, TableChanged_value)
proto.RegisterEnum("protomsg.DbAction", DbAction_name, DbAction_value)
@@ -2103,121 +2388,132 @@
proto.RegisterType((*ParamFaceProperty)(nil), "protomsg.ParamFaceProperty")
proto.RegisterType((*ParamYoloObj)(nil), "protomsg.ParamYoloObj")
proto.RegisterType((*DbChangeMessage)(nil), "protomsg.DbChangeMessage")
+ proto.RegisterType((*CameraPolygon)(nil), "protomsg.CameraPolygon")
+ proto.RegisterType((*CameraTaskArg)(nil), "protomsg.CameraTaskArg")
+ proto.RegisterType((*CameraTimeRule)(nil), "protomsg.CameraTimeRule")
}
func init() { proto.RegisterFile("protomsg.proto", fileDescriptor_32de24555f916688) }
var fileDescriptor_32de24555f916688 = []byte{
- // 1763 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x57, 0xcd, 0x92, 0x23, 0x47,
- 0x11, 0xb6, 0xfe, 0xbb, 0x73, 0x34, 0xb2, 0xb6, 0x58, 0x8c, 0x6c, 0x30, 0xcc, 0xf6, 0x4e, 0xe0,
- 0x61, 0x31, 0x4b, 0x30, 0xbe, 0x13, 0x21, 0x76, 0x58, 0x42, 0x11, 0xf6, 0x7a, 0xa8, 0x19, 0x2f,
- 0x81, 0x2f, 0x8a, 0x52, 0x57, 0xa9, 0xd5, 0x56, 0xab, 0xbb, 0xa9, 0x2a, 0xed, 0x8c, 0x0e, 0x44,
- 0x70, 0xe0, 0xce, 0x83, 0xf0, 0x22, 0x1c, 0x78, 0x07, 0x4e, 0x5c, 0x78, 0x01, 0xae, 0x44, 0x66,
- 0x55, 0xb7, 0x5a, 0x3b, 0xb3, 0xc4, 0x10, 0x5c, 0x7d, 0xcb, 0xbf, 0xce, 0xca, 0xfc, 0x32, 0x2b,
- 0x2b, 0x1b, 0x46, 0xa5, 0x2e, 0x6c, 0xb1, 0x31, 0xc9, 0x73, 0x22, 0x58, 0x50, 0xf1, 0xd1, 0x6f,
- 0x21, 0xbc, 0x16, 0x66, 0xfd, 0xb9, 0x58, 0xa8, 0x8c, 0x7d, 0x00, 0x7d, 0x2b, 0xcc, 0x3a, 0x95,
- 0x93, 0xd6, 0x49, 0xeb, 0x2c, 0xe4, 0x9e, 0x43, 0xb9, 0x91, 0xeb, 0x54, 0x9a, 0x49, 0xfb, 0xa4,
- 0x83, 0x72, 0xc7, 0xb1, 0xc7, 0xd0, 0x4b, 0x73, 0xa9, 0x6e, 0x27, 0x9d, 0x93, 0xd6, 0x59, 0x8f,
- 0x3b, 0x26, 0x12, 0x00, 0x57, 0x72, 0xfd, 0x85, 0x32, 0x46, 0x24, 0x8a, 0x8d, 0xa1, 0x13, 0xd7,
- 0x0e, 0x91, 0x64, 0x3f, 0x83, 0x01, 0xfa, 0xcd, 0xc4, 0x62, 0xd2, 0x3e, 0x69, 0x9d, 0x1d, 0x9d,
- 0x7f, 0xe7, 0x79, 0x1d, 0x5e, 0x1d, 0x0b, 0xaf, 0x6c, 0x18, 0x83, 0xae, 0x14, 0x56, 0xd0, 0x19,
- 0x43, 0x4e, 0x74, 0x34, 0x83, 0xde, 0x6c, 0x83, 0xde, 0x1f, 0x43, 0xef, 0x26, 0x95, 0x76, 0x45,
- 0xfe, 0x7b, 0xdc, 0x31, 0x18, 0xef, 0x4a, 0xa5, 0xc9, 0xca, 0xd2, 0x01, 0x3d, 0xee, 0xb9, 0x7b,
- 0x5d, 0xbd, 0x84, 0xee, 0x54, 0x2b, 0xc1, 0x46, 0xd0, 0xf6, 0x61, 0xf6, 0x78, 0x3b, 0x95, 0xec,
- 0x23, 0x08, 0x4a, 0xa1, 0x55, 0x6e, 0x53, 0xe9, 0xbd, 0xd4, 0x3c, 0xfa, 0xc9, 0xc5, 0x46, 0x91,
- 0x9f, 0x90, 0x13, 0x1d, 0xfd, 0xad, 0x0d, 0xfd, 0x17, 0x62, 0xa3, 0x74, 0xd3, 0x55, 0x48, 0xae,
- 0x2a, 0xf3, 0xf6, 0xde, 0x1c, 0x65, 0x76, 0x57, 0x2a, 0x8f, 0x1c, 0xd1, 0x28, 0x13, 0x52, 0xea,
- 0x49, 0xd7, 0xd9, 0x21, 0x8d, 0xa9, 0x08, 0xad, 0x44, 0x2a, 0x27, 0x3d, 0x97, 0x8a, 0xe3, 0xd8,
- 0x0f, 0x20, 0xcc, 0x8a, 0x3c, 0x49, 0xed, 0x56, 0xaa, 0x49, 0xff, 0xa4, 0x75, 0xd6, 0xe6, 0x7b,
- 0x01, 0x06, 0x9f, 0x09, 0xeb, 0x94, 0x03, 0x52, 0xd6, 0x3c, 0x9e, 0xa2, 0xad, 0x29, 0x27, 0x81,
- 0x3b, 0x05, 0x69, 0x8a, 0xb8, 0x9c, 0x84, 0x3e, 0xe2, 0x12, 0x6d, 0xca, 0x42, 0xdb, 0x09, 0xb8,
- 0xe8, 0x90, 0x46, 0x9f, 0x5b, 0xa3, 0x34, 0x65, 0x72, 0x44, 0x96, 0x35, 0xef, 0xc0, 0x32, 0xe6,
- 0xa6, 0xd0, 0x72, 0x32, 0x74, 0xba, 0x8a, 0xc7, 0x12, 0x2d, 0xb4, 0xc8, 0xe5, 0xe4, 0x98, 0x14,
- 0x8e, 0xc1, 0x2f, 0xb4, 0x32, 0x4a, 0xbf, 0x51, 0x72, 0x32, 0x72, 0x5f, 0x54, 0x7c, 0x14, 0xc3,
- 0x23, 0x87, 0xe4, 0x34, 0x97, 0xd8, 0x10, 0xb3, 0x7c, 0x59, 0xb0, 0x33, 0xe8, 0xc7, 0x24, 0x24,
- 0x60, 0x8f, 0xce, 0xc7, 0xfb, 0xa6, 0x71, 0xc6, 0xdc, 0xeb, 0xd9, 0x29, 0xf4, 0xb0, 0x77, 0x5c,
- 0xb3, 0x1e, 0x9d, 0x8f, 0x0e, 0xbb, 0x8b, 0x3b, 0x65, 0xf4, 0x8f, 0x16, 0x74, 0x91, 0x7f, 0x67,
- 0xd3, 0x7f, 0x04, 0x01, 0x52, 0x8d, 0xca, 0xd5, 0x3c, 0xfb, 0x3e, 0x84, 0xb1, 0x56, 0xc2, 0xaa,
- 0xb9, 0xb0, 0xbe, 0x0b, 0x02, 0x27, 0x98, 0xda, 0x86, 0x72, 0xb1, 0xf3, 0xb5, 0xf4, 0xca, 0x5f,
- 0xed, 0x50, 0xb9, 0x2d, 0xa5, 0xff, 0xb2, 0xe7, 0x61, 0x24, 0xc1, 0xd4, 0x62, 0x28, 0x2a, 0x17,
- 0x8b, 0xcc, 0x55, 0x34, 0xe0, 0x9e, 0x63, 0x1f, 0x42, 0x90, 0x9a, 0xb9, 0xc8, 0x84, 0xde, 0x50,
- 0x39, 0x03, 0x3e, 0x48, 0xcd, 0x14, 0x59, 0x54, 0x49, 0x95, 0xcd, 0x97, 0x99, 0x48, 0xa8, 0xa2,
- 0x01, 0x1f, 0x48, 0x95, 0xbd, 0xcc, 0x44, 0x12, 0x5d, 0xc3, 0x11, 0x26, 0x78, 0x25, 0x1d, 0x80,
- 0x11, 0x74, 0x31, 0x7e, 0x0f, 0xdf, 0xdb, 0xa8, 0x90, 0x8e, 0x3d, 0x81, 0xae, 0x91, 0x35, 0x72,
- 0xc7, 0x7b, 0x9b, 0x2b, 0xb9, 0xe6, 0xa4, 0x8a, 0xfe, 0xd5, 0x06, 0x70, 0x80, 0x13, 0x7a, 0x6f,
- 0xf7, 0xfa, 0xc7, 0x00, 0xae, 0x0c, 0x73, 0x37, 0x2e, 0x50, 0x1e, 0x3a, 0xc9, 0x4c, 0x1a, 0xf6,
- 0x3d, 0x77, 0xf7, 0xe7, 0xa9, 0xf4, 0xb0, 0x11, 0xda, 0x33, 0x1c, 0x0a, 0xa1, 0x4d, 0x37, 0x6a,
- 0xae, 0xb7, 0x99, 0x9a, 0x74, 0xe9, 0xf8, 0x46, 0x85, 0x2f, 0xc4, 0xee, 0x85, 0xcd, 0x78, 0x80,
- 0x26, 0x7c, 0x9b, 0x29, 0x3c, 0x46, 0x2b, 0x11, 0x5b, 0x67, 0xef, 0x70, 0x0c, 0x49, 0x42, 0xea,
- 0x27, 0x30, 0x74, 0x6a, 0xa9, 0xde, 0xa4, 0xb1, 0x83, 0x33, 0xe4, 0x47, 0x24, 0xbb, 0x20, 0xd1,
- 0x01, 0x70, 0x83, 0x03, 0xe0, 0xd8, 0x8f, 0xe0, 0xc8, 0xd7, 0xa8, 0x01, 0x2b, 0x38, 0x11, 0x19,
- 0xec, 0xeb, 0x14, 0x1e, 0xd4, 0x89, 0x41, 0xd7, 0x34, 0xae, 0x0d, 0xd2, 0x98, 0x71, 0x6a, 0xe6,
- 0xcb, 0x6d, 0x96, 0xd1, 0xad, 0x09, 0x78, 0x3f, 0x35, 0x2f, 0xb7, 0x59, 0xc6, 0x22, 0x38, 0xce,
- 0xd2, 0x7c, 0x3d, 0x4f, 0x74, 0xb1, 0x2d, 0x11, 0x10, 0x77, 0x71, 0x8e, 0x50, 0xf8, 0x1b, 0x94,
- 0xcd, 0x64, 0xf4, 0xa7, 0x16, 0x8c, 0x3c, 0xd8, 0xe9, 0x46, 0x61, 0xae, 0x0f, 0x1a, 0x2e, 0xd8,
- 0x81, 0x55, 0x11, 0xea, 0xf6, 0xf4, 0x35, 0xf8, 0x1f, 0x91, 0x8e, 0x5e, 0x41, 0xdf, 0xc9, 0x70,
- 0x92, 0x4b, 0xb1, 0xf3, 0x23, 0x12, 0x49, 0x76, 0x0e, 0xe0, 0x5c, 0x89, 0x3c, 0x51, 0xbe, 0x69,
- 0x9a, 0xc3, 0x1c, 0x7d, 0xa0, 0x8a, 0xd3, 0x89, 0x44, 0x46, 0x9f, 0x41, 0x58, 0xcb, 0x71, 0x36,
- 0x18, 0x2b, 0xb4, 0xf5, 0xf9, 0x38, 0x06, 0x0f, 0x52, 0xb9, 0xf4, 0x19, 0x21, 0x19, 0xbd, 0x86,
- 0xc1, 0x65, 0x91, 0xed, 0x92, 0x22, 0x7f, 0x50, 0xfe, 0x9f, 0x40, 0xbf, 0x2c, 0xd2, 0xdc, 0x1a,
- 0x9f, 0xdf, 0xfb, 0xfb, 0x98, 0x2e, 0x51, 0xce, 0xbd, 0x3a, 0xfa, 0x77, 0xbb, 0xc6, 0x57, 0x98,
- 0xf5, 0x54, 0x27, 0xe6, 0x8e, 0xff, 0x53, 0x18, 0x79, 0x2c, 0xab, 0xc6, 0x75, 0x27, 0x0d, 0xe3,
- 0xfa, 0xbb, 0x99, 0xfc, 0xef, 0x88, 0x7f, 0x0c, 0x50, 0xba, 0xe8, 0x51, 0xeb, 0x26, 0x42, 0xe8,
- 0x25, 0x33, 0xc9, 0xbe, 0x4b, 0xaf, 0xeb, 0xdc, 0x8f, 0x78, 0x44, 0x41, 0xa2, 0xcb, 0x08, 0x8e,
- 0x51, 0x2c, 0x74, 0x32, 0x17, 0x59, 0x2a, 0x4c, 0xd5, 0xc4, 0x46, 0x62, 0xa0, 0x53, 0x14, 0xe1,
- 0x8c, 0x2a, 0x4a, 0xa5, 0x85, 0x2d, 0x34, 0x35, 0x71, 0xc8, 0x6b, 0x9e, 0x3d, 0x85, 0xe3, 0x8a,
- 0x9e, 0xd3, 0x53, 0xe3, 0x06, 0xfe, 0xb0, 0x12, 0x5e, 0xe3, 0x93, 0xd3, 0x38, 0xe4, 0x8d, 0xc8,
- 0xb6, 0xca, 0xbf, 0x01, 0xfe, 0x90, 0xd7, 0x28, 0xba, 0xb7, 0xab, 0x4f, 0x61, 0x84, 0xfd, 0x33,
- 0xbf, 0x49, 0xed, 0x6a, 0x9e, 0xab, 0x5b, 0xeb, 0x9f, 0x84, 0x21, 0x4a, 0x7f, 0x97, 0xda, 0xd5,
- 0x2b, 0x75, 0x6b, 0xf1, 0x8e, 0xbd, 0xd5, 0xdd, 0x83, 0xc4, 0x77, 0xf6, 0x5f, 0xdb, 0xd0, 0xb9,
- 0x92, 0x77, 0xe7, 0xc7, 0x87, 0x10, 0x60, 0x40, 0x14, 0xb0, 0x03, 0x7a, 0x60, 0xe4, 0x9a, 0x62,
- 0xf5, 0xaa, 0xc6, 0xcb, 0x8b, 0xaa, 0x57, 0x58, 0xf0, 0x53, 0xe8, 0x0a, 0x9d, 0x98, 0xbb, 0xed,
- 0x7c, 0x45, 0x79, 0x70, 0xd2, 0x62, 0x22, 0x69, 0x5c, 0xe4, 0x1e, 0x66, 0xa2, 0xb1, 0xd7, 0xb6,
- 0x3a, 0xf3, 0xd8, 0x22, 0x89, 0xb7, 0xdf, 0x8f, 0x6f, 0x6c, 0x5a, 0x0f, 0x2b, 0x38, 0x11, 0x76,
- 0x6e, 0x63, 0x3c, 0x90, 0x81, 0x83, 0xd5, 0x8f, 0x07, 0x32, 0x38, 0x78, 0x00, 0xc2, 0xb7, 0x1e,
- 0x80, 0x09, 0x0c, 0xdc, 0xb4, 0x90, 0x04, 0x68, 0xc8, 0x2b, 0xf6, 0x60, 0x22, 0x39, 0x34, 0xeb,
- 0x51, 0xfe, 0xe7, 0x16, 0xf4, 0x5d, 0x2a, 0x78, 0x65, 0x5c, 0x3b, 0x38, 0x74, 0x1c, 0x73, 0xdf,
- 0x46, 0x52, 0xaf, 0x18, 0x7e, 0x9d, 0xa8, 0x56, 0x8c, 0xcd, 0xd6, 0xb8, 0x97, 0x27, 0xe0, 0x44,
- 0xa3, 0x47, 0x77, 0x81, 0x1d, 0x08, 0x8e, 0xa9, 0xab, 0x3e, 0xd8, 0x57, 0x3d, 0x7a, 0x0a, 0x3d,
- 0xba, 0x3f, 0x6c, 0x08, 0xad, 0x5b, 0x3f, 0x08, 0x5a, 0xb7, 0xc8, 0xed, 0xfc, 0x8e, 0xd4, 0xda,
- 0x45, 0x5f, 0x43, 0x97, 0xab, 0x98, 0x96, 0xad, 0x4c, 0x2d, 0xad, 0x37, 0x23, 0x1a, 0xd1, 0xb6,
- 0x45, 0xe9, 0x6d, 0x91, 0xa4, 0xc3, 0x69, 0x53, 0xf3, 0x2b, 0x24, 0x31, 0x38, 0x60, 0x17, 0x85,
- 0xb5, 0xc5, 0x86, 0x82, 0xef, 0x71, 0xcf, 0x45, 0x09, 0x84, 0x2f, 0x45, 0xac, 0xa6, 0x79, 0x92,
- 0xd1, 0x66, 0xb9, 0x13, 0x37, 0xd5, 0x3c, 0xda, 0x89, 0x1b, 0x74, 0x56, 0xa6, 0x36, 0x5e, 0xf9,
- 0x03, 0x1c, 0x43, 0x0b, 0x4f, 0x91, 0x65, 0xd5, 0xaa, 0x85, 0x34, 0xfb, 0x21, 0x40, 0x5c, 0xe4,
- 0xcb, 0x54, 0xaa, 0x3c, 0x76, 0x08, 0xb5, 0x79, 0x43, 0x12, 0xdd, 0x02, 0x5c, 0xaf, 0x96, 0x96,
- 0x2b, 0xb3, 0xcd, 0x28, 0x9c, 0x44, 0xe5, 0x52, 0x69, 0x7f, 0x98, 0xe7, 0x30, 0x02, 0x91, 0xa8,
- 0x2a, 0x1d, 0xe1, 0x50, 0xd3, 0x22, 0xae, 0xd7, 0x3a, 0xa4, 0x29, 0x19, 0x25, 0xb6, 0x76, 0x57,
- 0x27, 0x43, 0x1c, 0x0d, 0xbf, 0x4d, 0xea, 0x9f, 0xaf, 0x1e, 0x77, 0x4c, 0xf4, 0xf7, 0x36, 0x0c,
- 0x30, 0xc7, 0xcb, 0xc2, 0xb0, 0x1f, 0x43, 0x5f, 0xc7, 0xc8, 0xdc, 0x7d, 0xb4, 0x11, 0x62, 0xee,
- 0xb5, 0x38, 0xd2, 0x4b, 0xfb, 0xb9, 0x5a, 0xda, 0x5f, 0xef, 0x94, 0xdf, 0xa9, 0xef, 0x8c, 0xbc,
- 0xbd, 0x05, 0xfb, 0x39, 0x40, 0x69, 0x39, 0x02, 0x8d, 0xf6, 0x9d, 0xfb, 0xed, 0x1b, 0x26, 0xec,
- 0x27, 0x30, 0x28, 0xed, 0x17, 0xc5, 0xd6, 0xae, 0x28, 0x85, 0x7b, 0xac, 0x2b, 0x3d, 0x8d, 0x5e,
- 0xfb, 0xaa, 0x30, 0x2e, 0xab, 0x7b, 0x47, 0x2f, 0xa9, 0xd9, 0x4f, 0xa1, 0xbf, 0xa4, 0x3a, 0x52,
- 0xdb, 0x1d, 0xbc, 0x1b, 0x75, 0x89, 0xb9, 0x37, 0xc1, 0x4b, 0xf3, 0x87, 0xad, 0xc8, 0x52, 0xbb,
- 0xf3, 0xfd, 0x58, 0xb1, 0x58, 0xc8, 0xa5, 0x88, 0x53, 0x91, 0x5d, 0xe0, 0x62, 0x1f, 0xd0, 0x62,
- 0xdf, 0x90, 0x44, 0xff, 0x6c, 0x43, 0x80, 0xfe, 0x68, 0x05, 0xfa, 0x16, 0xcf, 0xff, 0x17, 0x4f,
- 0x6c, 0xe6, 0x25, 0xc2, 0x79, 0x41, 0x83, 0xad, 0xc3, 0x3d, 0x17, 0x7d, 0x05, 0x83, 0x2f, 0x17,
- 0xdf, 0x10, 0xca, 0xa7, 0xd0, 0xd3, 0xf1, 0x97, 0x8b, 0x6f, 0xde, 0x01, 0xb2, 0x53, 0xd2, 0x28,
- 0xd8, 0xed, 0x47, 0xc1, 0xce, 0xfd, 0x74, 0xe8, 0x62, 0x41, 0x00, 0xb6, 0x39, 0xd1, 0xd1, 0x6b,
- 0x18, 0x5e, 0x0a, 0x2d, 0x36, 0xd5, 0x8d, 0x78, 0x0a, 0x9d, 0xb2, 0x30, 0xde, 0xf3, 0xa3, 0xc3,
- 0x14, 0x2f, 0x0b, 0xc3, 0x51, 0xcb, 0x9e, 0x40, 0x27, 0xdd, 0x24, 0x77, 0x0b, 0x47, 0xbf, 0x8c,
- 0x1c, 0x75, 0xd1, 0x2f, 0x61, 0x5c, 0xfb, 0x7d, 0x51, 0x6c, 0xf0, 0xcf, 0x0e, 0xef, 0xe3, 0x52,
- 0x09, 0xfb, 0x0b, 0xf2, 0x3e, 0xe4, 0x8e, 0xa9, 0xa4, 0xe7, 0xe4, 0xce, 0x4b, 0xcf, 0x23, 0x09,
- 0x8f, 0xf6, 0x71, 0x69, 0x7c, 0x52, 0xed, 0x8e, 0x7d, 0x0a, 0x7d, 0x4d, 0x03, 0xc3, 0xc7, 0xf7,
- 0xb8, 0xb1, 0x0a, 0xd5, 0xc3, 0x84, 0x7b, 0x9b, 0x87, 0x44, 0xf9, 0xb5, 0xcf, 0xfe, 0xf7, 0x45,
- 0x56, 0x20, 0x66, 0x9f, 0xe0, 0xff, 0xf6, 0x92, 0xf2, 0xef, 0x1c, 0xe6, 0xef, 0xb1, 0xe7, 0x4e,
- 0xff, 0x10, 0xdf, 0x7f, 0x69, 0xc1, 0xfb, 0x17, 0x8b, 0x17, 0x2b, 0x1c, 0xf6, 0xd5, 0xbf, 0xfa,
- 0xa7, 0xf8, 0xe7, 0x84, 0x6b, 0x2d, 0xc6, 0x3f, 0x3a, 0xff, 0xa0, 0xf9, 0x8f, 0xb0, 0xc8, 0x94,
- 0x33, 0x96, 0xdc, 0x19, 0xf9, 0xa7, 0xbb, 0x5d, 0x3f, 0xdd, 0xcf, 0xa0, 0x2f, 0x62, 0x9b, 0x16,
- 0x39, 0x55, 0x70, 0x74, 0xce, 0x1a, 0x5b, 0xe5, 0x62, 0x4a, 0x1a, 0xee, 0x2d, 0xe8, 0x29, 0xce,
- 0x97, 0x45, 0xf5, 0x36, 0x21, 0xfd, 0xec, 0x8f, 0x30, 0x6c, 0x1e, 0xc3, 0x86, 0x10, 0x5c, 0xcf,
- 0xdd, 0x76, 0x36, 0x7e, 0x8f, 0x8d, 0x61, 0x58, 0x71, 0xb8, 0x73, 0x8d, 0x5b, 0xec, 0x31, 0x8c,
- 0x9b, 0x12, 0xdc, 0xde, 0xc6, 0x6d, 0x06, 0xd0, 0xbf, 0x9e, 0x93, 0x45, 0x87, 0x1d, 0x43, 0xe8,
- 0xe8, 0x2b, 0xb9, 0x1e, 0x77, 0xd9, 0x23, 0x38, 0xae, 0x59, 0xdc, 0x6d, 0xc7, 0x3d, 0x16, 0x42,
- 0xef, 0x7a, 0x8e, 0xda, 0xfe, 0xb3, 0xe7, 0x10, 0x54, 0x61, 0xa2, 0x93, 0x59, 0x6e, 0x94, 0xb6,
- 0xe3, 0xf7, 0x90, 0xfe, 0x8a, 0xde, 0xf6, 0x71, 0x0b, 0xe9, 0x0b, 0x95, 0x29, 0xab, 0xc6, 0xed,
- 0x45, 0x9f, 0xb2, 0xfb, 0xec, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x1e, 0x33, 0xab, 0x0b, 0x5c,
- 0x11, 0x00, 0x00,
+ // 1904 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x58, 0xcd, 0x92, 0x23, 0x47,
+ 0x11, 0xb6, 0x5a, 0xbf, 0x9d, 0xfa, 0xb1, 0xb6, 0x58, 0x8c, 0x6c, 0x63, 0xd8, 0xed, 0x1d, 0xf0,
+ 0xb0, 0x98, 0x25, 0x18, 0xdf, 0x89, 0x18, 0x76, 0x58, 0x42, 0x11, 0xeb, 0xf5, 0x50, 0x33, 0x5e,
+ 0x02, 0x5f, 0x3a, 0x4a, 0x5d, 0xa5, 0x56, 0x5b, 0xad, 0xee, 0xa6, 0xba, 0xb4, 0x33, 0x3a, 0x10,
+ 0xc1, 0x81, 0x3b, 0x0f, 0xc2, 0x8b, 0x70, 0xe0, 0x1d, 0x38, 0x71, 0x21, 0x82, 0x1b, 0x11, 0x5c,
+ 0x89, 0xcc, 0xaa, 0x6e, 0xb5, 0x66, 0x66, 0x1d, 0xe3, 0xe0, 0xea, 0x5b, 0xfe, 0x29, 0x2b, 0xf3,
+ 0xab, 0xac, 0xcc, 0x6c, 0xc1, 0xa4, 0xd0, 0xb9, 0xc9, 0x37, 0x65, 0xfc, 0x8c, 0x08, 0x36, 0xa8,
+ 0xf8, 0xe0, 0xb7, 0xe0, 0x5f, 0x8a, 0x72, 0xfd, 0x52, 0x2c, 0x54, 0xca, 0xde, 0x83, 0x9e, 0x11,
+ 0xe5, 0x3a, 0x91, 0xb3, 0xd6, 0xa3, 0xd6, 0xb1, 0xcf, 0x1d, 0x87, 0xf2, 0x52, 0xae, 0x13, 0x59,
+ 0xce, 0xbc, 0x47, 0x6d, 0x94, 0x5b, 0x8e, 0x3d, 0x84, 0x6e, 0x92, 0x49, 0x75, 0x3d, 0x6b, 0x3f,
+ 0x6a, 0x1d, 0x77, 0xb9, 0x65, 0x02, 0x01, 0x70, 0x21, 0xd7, 0x9f, 0xa9, 0xb2, 0x14, 0xb1, 0x62,
+ 0x53, 0x68, 0x47, 0xb5, 0x43, 0x24, 0xd9, 0xcf, 0xa0, 0x8f, 0x7e, 0x53, 0xb1, 0x98, 0x79, 0x8f,
+ 0x5a, 0xc7, 0xc3, 0x93, 0xef, 0x3c, 0xab, 0xc3, 0xab, 0x63, 0xe1, 0x95, 0x0d, 0x63, 0xd0, 0x91,
+ 0xc2, 0x08, 0x3a, 0x63, 0xc4, 0x89, 0x0e, 0xe6, 0xd0, 0x9d, 0x6f, 0xd0, 0xfb, 0x43, 0xe8, 0x5e,
+ 0x25, 0xd2, 0xac, 0xc8, 0x7f, 0x97, 0x5b, 0x06, 0xe3, 0x5d, 0xa9, 0x24, 0x5e, 0x19, 0x3a, 0xa0,
+ 0xcb, 0x1d, 0x77, 0xa7, 0xab, 0x17, 0xd0, 0x39, 0xd5, 0x4a, 0xb0, 0x09, 0x78, 0x2e, 0xcc, 0x2e,
+ 0xf7, 0x12, 0xc9, 0x3e, 0x80, 0x41, 0x21, 0xb4, 0xca, 0x4c, 0x22, 0x9d, 0x97, 0x9a, 0x47, 0x3f,
+ 0x99, 0xd8, 0x28, 0xf2, 0xe3, 0x73, 0xa2, 0x83, 0xbf, 0x79, 0xd0, 0x7b, 0x2e, 0x36, 0x4a, 0x37,
+ 0x5d, 0xf9, 0xe4, 0xaa, 0x32, 0xf7, 0xf6, 0xe6, 0x28, 0x33, 0xbb, 0x42, 0x39, 0xe4, 0x88, 0x46,
+ 0x99, 0x90, 0x52, 0xcf, 0x3a, 0xd6, 0x0e, 0x69, 0x4c, 0x45, 0x68, 0x25, 0x12, 0x39, 0xeb, 0xda,
+ 0x54, 0x2c, 0xc7, 0xbe, 0x0f, 0x7e, 0x9a, 0x67, 0x71, 0x62, 0xb6, 0x52, 0xcd, 0x7a, 0x8f, 0x5a,
+ 0xc7, 0x1e, 0xdf, 0x0b, 0x30, 0xf8, 0x54, 0x18, 0xab, 0xec, 0x93, 0xb2, 0xe6, 0xf1, 0x14, 0x6d,
+ 0xca, 0x62, 0x36, 0xb0, 0xa7, 0x20, 0x4d, 0x11, 0x17, 0x33, 0xdf, 0x45, 0x5c, 0xa0, 0x4d, 0x91,
+ 0x6b, 0x33, 0x03, 0x1b, 0x1d, 0xd2, 0xe8, 0x73, 0x5b, 0x2a, 0x4d, 0x99, 0x0c, 0xc9, 0xb2, 0xe6,
+ 0x2d, 0x58, 0x65, 0x79, 0x95, 0x6b, 0x39, 0x1b, 0x59, 0x5d, 0xc5, 0xe3, 0x15, 0x2d, 0xb4, 0xc8,
+ 0xe4, 0x6c, 0x4c, 0x0a, 0xcb, 0xe0, 0x2f, 0xb4, 0x2a, 0x95, 0x7e, 0xa3, 0xe4, 0x6c, 0x62, 0x7f,
+ 0x51, 0xf1, 0x41, 0x04, 0x0f, 0x2c, 0x92, 0xa7, 0x99, 0xc4, 0x82, 0x98, 0x67, 0xcb, 0x9c, 0x1d,
+ 0x43, 0x2f, 0x22, 0x21, 0x01, 0x3b, 0x3c, 0x99, 0xee, 0x8b, 0xc6, 0x1a, 0x73, 0xa7, 0x67, 0x47,
+ 0xd0, 0xc5, 0xda, 0xb1, 0xc5, 0x3a, 0x3c, 0x99, 0x1c, 0x56, 0x17, 0xb7, 0xca, 0xe0, 0x1f, 0x2d,
+ 0xe8, 0x20, 0xff, 0xd6, 0xa2, 0xff, 0x00, 0x06, 0x48, 0x35, 0x6e, 0xae, 0xe6, 0xd9, 0x87, 0xe0,
+ 0x47, 0x5a, 0x09, 0xa3, 0x42, 0x61, 0x5c, 0x15, 0x0c, 0xac, 0xe0, 0xd4, 0x34, 0x94, 0x8b, 0x9d,
+ 0xbb, 0x4b, 0xa7, 0xfc, 0xd5, 0x0e, 0x95, 0xdb, 0x42, 0xba, 0x5f, 0x76, 0x1d, 0x8c, 0x24, 0x38,
+ 0x35, 0x18, 0x8a, 0xca, 0xc4, 0x22, 0xb5, 0x37, 0x3a, 0xe0, 0x8e, 0x63, 0xef, 0xc3, 0x20, 0x29,
+ 0x43, 0x91, 0x0a, 0xbd, 0xa1, 0xeb, 0x1c, 0xf0, 0x7e, 0x52, 0x9e, 0x22, 0x8b, 0x2a, 0xa9, 0xd2,
+ 0x70, 0x99, 0x8a, 0x98, 0x6e, 0x74, 0xc0, 0xfb, 0x52, 0xa5, 0x2f, 0x52, 0x11, 0x07, 0x97, 0x30,
+ 0xc4, 0x04, 0x2f, 0xa4, 0x05, 0x30, 0x80, 0x0e, 0xc6, 0xef, 0xe0, 0xbb, 0x89, 0x0a, 0xe9, 0xd8,
+ 0x63, 0xe8, 0x94, 0xb2, 0x46, 0x6e, 0xbc, 0xb7, 0xb9, 0x90, 0x6b, 0x4e, 0xaa, 0xe0, 0x5f, 0x1e,
+ 0x80, 0x05, 0x9c, 0xd0, 0xbb, 0x59, 0xeb, 0x1f, 0x01, 0xd8, 0x6b, 0x08, 0x6d, 0xbb, 0x40, 0xb9,
+ 0x6f, 0x25, 0x73, 0x59, 0xb2, 0xef, 0xd9, 0xb7, 0x1f, 0x26, 0xd2, 0xc1, 0x46, 0x68, 0xcf, 0xb1,
+ 0x29, 0xf8, 0x26, 0xd9, 0xa8, 0x50, 0x6f, 0x53, 0x35, 0xeb, 0xd0, 0xf1, 0x8d, 0x1b, 0x3e, 0x13,
+ 0xbb, 0xe7, 0x26, 0xe5, 0x03, 0x34, 0xe1, 0xdb, 0x54, 0xe1, 0x31, 0x5a, 0x89, 0xc8, 0x58, 0x7b,
+ 0x8b, 0xa3, 0x4f, 0x12, 0x52, 0x3f, 0x86, 0x91, 0x55, 0x4b, 0xf5, 0x26, 0x89, 0x2c, 0x9c, 0x3e,
+ 0x1f, 0x92, 0xec, 0x8c, 0x44, 0x07, 0xc0, 0xf5, 0x0f, 0x80, 0x63, 0x3f, 0x84, 0xa1, 0xbb, 0xa3,
+ 0x06, 0xac, 0x60, 0x45, 0x64, 0xb0, 0xbf, 0x27, 0xff, 0xe0, 0x9e, 0x18, 0x74, 0xca, 0xc6, 0xb3,
+ 0x41, 0x1a, 0x33, 0x4e, 0xca, 0x70, 0xb9, 0x4d, 0x53, 0x7a, 0x35, 0x03, 0xde, 0x4b, 0xca, 0x17,
+ 0xdb, 0x34, 0x65, 0x01, 0x8c, 0xd3, 0x24, 0x5b, 0x87, 0xb1, 0xce, 0xb7, 0x05, 0x02, 0x62, 0x1f,
+ 0xce, 0x10, 0x85, 0xbf, 0x41, 0xd9, 0x5c, 0x06, 0x7f, 0x6a, 0xc1, 0xc4, 0x81, 0x9d, 0x6c, 0x14,
+ 0xe6, 0x7a, 0xaf, 0xe6, 0x82, 0x15, 0x58, 0x5d, 0x42, 0x5d, 0x9e, 0xee, 0x0e, 0xbe, 0x21, 0xd2,
+ 0xc1, 0x2b, 0xe8, 0x59, 0x19, 0x76, 0x72, 0x29, 0x76, 0xae, 0x45, 0x22, 0xc9, 0x4e, 0x00, 0xac,
+ 0x2b, 0x91, 0xc5, 0xca, 0x15, 0x4d, 0xb3, 0x99, 0xa3, 0x0f, 0x54, 0x71, 0x3a, 0x91, 0xc8, 0xe0,
+ 0x53, 0xf0, 0x6b, 0x39, 0xf6, 0x86, 0xd2, 0x08, 0x6d, 0x5c, 0x3e, 0x96, 0xc1, 0x83, 0x54, 0x26,
+ 0x5d, 0x46, 0x48, 0x06, 0xaf, 0xa1, 0x7f, 0x9e, 0xa7, 0xbb, 0x38, 0xcf, 0xee, 0x95, 0xff, 0xc7,
+ 0xd0, 0x2b, 0xf2, 0x24, 0x33, 0xa5, 0xcb, 0xef, 0xdd, 0x7d, 0x4c, 0xe7, 0x28, 0xe7, 0x4e, 0x1d,
+ 0xfc, 0xd7, 0xab, 0xf1, 0x15, 0xe5, 0xfa, 0x54, 0xc7, 0xe5, 0x2d, 0xff, 0x47, 0x30, 0x71, 0x58,
+ 0x56, 0x85, 0x6b, 0x4f, 0x1a, 0x45, 0xf5, 0xef, 0xe6, 0xf2, 0xeb, 0x11, 0xff, 0x08, 0xa0, 0xb0,
+ 0xd1, 0xa3, 0xd6, 0x76, 0x04, 0xdf, 0x49, 0xe6, 0x92, 0x7d, 0x97, 0xa6, 0x6b, 0xe8, 0x5a, 0x3c,
+ 0xa2, 0x20, 0xd1, 0x65, 0x00, 0x63, 0x14, 0x0b, 0x1d, 0x87, 0x22, 0x4d, 0x44, 0x59, 0x15, 0x71,
+ 0x29, 0x31, 0xd0, 0x53, 0x14, 0x61, 0x8f, 0xca, 0x0b, 0xa5, 0x85, 0xc9, 0x35, 0x15, 0xb1, 0xcf,
+ 0x6b, 0x9e, 0x3d, 0x81, 0x71, 0x45, 0x87, 0x34, 0x6a, 0x6c, 0xc3, 0x1f, 0x55, 0xc2, 0x4b, 0x1c,
+ 0x39, 0x8d, 0x43, 0xde, 0x88, 0x74, 0xab, 0xdc, 0x0c, 0x70, 0x87, 0xbc, 0x46, 0xd1, 0x9d, 0x55,
+ 0x7d, 0x04, 0x13, 0xac, 0x9f, 0xf0, 0x2a, 0x31, 0xab, 0x30, 0x53, 0xd7, 0xc6, 0x8d, 0x84, 0x11,
+ 0x4a, 0x7f, 0x97, 0x98, 0xd5, 0x2b, 0x75, 0x6d, 0xf0, 0x8d, 0xdd, 0xa8, 0xee, 0x7e, 0xec, 0x2a,
+ 0xfb, 0xaf, 0x1e, 0xb4, 0x2f, 0xe4, 0xed, 0xfe, 0xf1, 0x3e, 0x0c, 0x30, 0x20, 0x0a, 0xd8, 0x02,
+ 0xdd, 0x2f, 0xe5, 0x9a, 0x62, 0x75, 0xaa, 0xc6, 0xe4, 0x45, 0xd5, 0x2b, 0xbc, 0xf0, 0x23, 0xe8,
+ 0x08, 0x1d, 0x97, 0xb7, 0xcb, 0xf9, 0x82, 0xf2, 0xe0, 0xa4, 0xc5, 0x44, 0x92, 0x28, 0xcf, 0x1c,
+ 0xcc, 0x44, 0x63, 0xad, 0x6d, 0x75, 0xea, 0xb0, 0x45, 0x12, 0x5f, 0xbf, 0x6b, 0xdf, 0x58, 0xb4,
+ 0x0e, 0x56, 0xb0, 0x22, 0xac, 0xdc, 0x46, 0x7b, 0x20, 0x03, 0x0b, 0xab, 0x6b, 0x0f, 0x64, 0x70,
+ 0x30, 0x00, 0xfc, 0x1b, 0x03, 0x60, 0x06, 0x7d, 0xdb, 0x2d, 0x24, 0x01, 0xea, 0xf3, 0x8a, 0x3d,
+ 0xe8, 0x48, 0x16, 0xcd, 0xba, 0x95, 0xff, 0xb9, 0x05, 0x3d, 0x9b, 0x0a, 0x3e, 0x19, 0x5b, 0x0e,
+ 0x16, 0x1d, 0xcb, 0xdc, 0xb5, 0x91, 0xd4, 0x2b, 0x86, 0x5b, 0x27, 0xaa, 0x15, 0x63, 0xb3, 0x2d,
+ 0xed, 0xe4, 0x19, 0x70, 0xa2, 0xd1, 0xa3, 0x7d, 0xc0, 0x16, 0x04, 0xcb, 0xd4, 0xb7, 0xde, 0xdf,
+ 0xdf, 0x7a, 0xf0, 0x04, 0xba, 0xf4, 0x7e, 0xd8, 0x08, 0x5a, 0xd7, 0xae, 0x11, 0xb4, 0xae, 0x91,
+ 0xdb, 0xb9, 0x1d, 0xa9, 0xb5, 0x0b, 0xbe, 0x84, 0x0e, 0x57, 0x11, 0x2d, 0x5b, 0xa9, 0x5a, 0x1a,
+ 0x67, 0x46, 0x34, 0xa2, 0x6d, 0xf2, 0xc2, 0xd9, 0x22, 0x49, 0x87, 0xd3, 0xa6, 0xe6, 0x56, 0x48,
+ 0x62, 0xb0, 0xc1, 0x2e, 0x72, 0x63, 0xf2, 0x0d, 0x05, 0xdf, 0xe5, 0x8e, 0x0b, 0x62, 0xf0, 0x5f,
+ 0x88, 0x48, 0x9d, 0x66, 0x71, 0x4a, 0x9b, 0xe5, 0x4e, 0x5c, 0x55, 0xfd, 0x68, 0x27, 0xae, 0xd0,
+ 0x59, 0x91, 0x98, 0x68, 0xe5, 0x0e, 0xb0, 0x0c, 0x2d, 0x3c, 0x79, 0x9a, 0x56, 0xab, 0x16, 0xd2,
+ 0xec, 0x07, 0x00, 0x51, 0x9e, 0x2d, 0x13, 0xa9, 0xb2, 0xc8, 0x22, 0xe4, 0xf1, 0x86, 0x24, 0xb8,
+ 0x06, 0xb8, 0x5c, 0x2d, 0x0d, 0x57, 0xe5, 0x36, 0xa5, 0x70, 0x62, 0x95, 0x49, 0xa5, 0xdd, 0x61,
+ 0x8e, 0xc3, 0x08, 0x44, 0xac, 0xaa, 0x74, 0x84, 0x45, 0x4d, 0x8b, 0xa8, 0x5e, 0xeb, 0x90, 0xa6,
+ 0x64, 0x94, 0xd8, 0x9a, 0x5d, 0x9d, 0x0c, 0x71, 0xd4, 0xfc, 0x36, 0x89, 0x1b, 0x5f, 0x5d, 0x6e,
+ 0x99, 0xe0, 0xef, 0x1e, 0xf4, 0x31, 0xc7, 0xf3, 0xbc, 0x64, 0x3f, 0x86, 0x9e, 0x8e, 0x90, 0xb9,
+ 0x3d, 0xb4, 0x11, 0x62, 0xee, 0xb4, 0xd8, 0xd2, 0x0b, 0xf3, 0x52, 0x2d, 0xcd, 0xaf, 0x77, 0xca,
+ 0xed, 0xd4, 0xb7, 0x5a, 0xde, 0xde, 0x82, 0xfd, 0x1c, 0xa0, 0x30, 0x1c, 0x81, 0x46, 0xfb, 0xf6,
+ 0xdd, 0xf6, 0x0d, 0x13, 0xf6, 0x13, 0xe8, 0x17, 0xe6, 0xb3, 0x7c, 0x6b, 0x56, 0x94, 0xc2, 0x1d,
+ 0xd6, 0x95, 0x9e, 0x5a, 0xaf, 0x79, 0x95, 0x97, 0x36, 0xab, 0x3b, 0x5b, 0x2f, 0xa9, 0xd9, 0x4f,
+ 0xa1, 0xb7, 0xa4, 0x7b, 0xa4, 0xb2, 0x3b, 0x98, 0x1b, 0xf5, 0x15, 0x73, 0x67, 0x82, 0x8f, 0xe6,
+ 0x0f, 0x5b, 0x91, 0x26, 0x66, 0xe7, 0xea, 0xb1, 0x62, 0xf1, 0x22, 0x97, 0x22, 0x4a, 0x44, 0x7a,
+ 0x86, 0x8b, 0xfd, 0x80, 0x16, 0xfb, 0x86, 0x24, 0xf8, 0xa7, 0x07, 0x03, 0xf4, 0x47, 0x2b, 0xd0,
+ 0xb7, 0x78, 0xfe, 0xbf, 0x78, 0x62, 0x31, 0x2f, 0x11, 0xce, 0x33, 0x6a, 0x6c, 0x6d, 0xee, 0xb8,
+ 0xe0, 0x0b, 0xe8, 0x7f, 0xbe, 0xf8, 0x8a, 0x50, 0x3e, 0x82, 0xae, 0x8e, 0x3e, 0x5f, 0x7c, 0xf5,
+ 0x16, 0x90, 0xad, 0x92, 0x5a, 0xc1, 0x6e, 0xdf, 0x0a, 0x76, 0xf6, 0xa3, 0x43, 0xe7, 0x0b, 0x02,
+ 0xd0, 0xe3, 0x44, 0x07, 0xaf, 0x61, 0x74, 0x2e, 0xb4, 0xd8, 0x54, 0x2f, 0xe2, 0x09, 0xb4, 0x8b,
+ 0xbc, 0x74, 0x9e, 0x1f, 0x1c, 0xa6, 0x78, 0x9e, 0x97, 0x1c, 0xb5, 0xec, 0x31, 0xb4, 0x93, 0x4d,
+ 0x7c, 0xfb, 0xe2, 0xe8, 0x93, 0x91, 0xa3, 0x2e, 0xf8, 0x25, 0x4c, 0x6b, 0xbf, 0xcf, 0xf3, 0x0d,
+ 0x7e, 0xd9, 0xe1, 0x7b, 0x5c, 0x2a, 0x61, 0x7e, 0x41, 0xde, 0x47, 0xdc, 0x32, 0x95, 0xf4, 0x84,
+ 0xdc, 0x39, 0xe9, 0x49, 0x20, 0xe1, 0xc1, 0x3e, 0x2e, 0x8d, 0x23, 0xd5, 0xec, 0xd8, 0x27, 0xd0,
+ 0xd3, 0xd4, 0x30, 0x5c, 0x7c, 0x0f, 0x1b, 0xab, 0x50, 0xdd, 0x4c, 0xb8, 0xb3, 0xb9, 0x4f, 0x94,
+ 0x5f, 0xba, 0xec, 0x7f, 0x9f, 0xa7, 0x39, 0x62, 0xf6, 0x31, 0x7e, 0x6f, 0x2f, 0x29, 0xff, 0xf6,
+ 0x61, 0xfe, 0x0e, 0x7b, 0x6e, 0xf5, 0xf7, 0xf1, 0xfd, 0x97, 0x16, 0xbc, 0x7b, 0xb6, 0x78, 0xbe,
+ 0xc2, 0x66, 0x5f, 0x7d, 0xab, 0x7f, 0x82, 0x5f, 0x4e, 0xb8, 0xd6, 0x62, 0xfc, 0x93, 0x93, 0xf7,
+ 0x9a, 0xdf, 0x08, 0x8b, 0x54, 0x59, 0x63, 0xc9, 0xad, 0x91, 0x1b, 0xdd, 0x5e, 0x3d, 0xba, 0x9f,
+ 0x42, 0x4f, 0x44, 0x26, 0xc9, 0x33, 0xba, 0xc1, 0xc9, 0x09, 0x6b, 0x6c, 0x95, 0x8b, 0x53, 0xd2,
+ 0x70, 0x67, 0x41, 0xa3, 0x38, 0x5b, 0xe6, 0xd5, 0x6c, 0x42, 0x3a, 0xf8, 0x77, 0x0b, 0xc6, 0x76,
+ 0x19, 0x7b, 0xdb, 0xae, 0x77, 0xb0, 0x65, 0x79, 0x37, 0xb6, 0xac, 0xbb, 0x46, 0xe0, 0x0c, 0xfa,
+ 0x6e, 0xcf, 0x72, 0x27, 0x55, 0x2c, 0x7e, 0x21, 0x18, 0x9d, 0xc4, 0xb1, 0xd2, 0x61, 0x9a, 0x64,
+ 0xd5, 0x27, 0xc4, 0xd0, 0xc9, 0x5e, 0x26, 0x99, 0x62, 0x3f, 0x82, 0x89, 0x4c, 0xb4, 0xa2, 0x80,
+ 0xad, 0x91, 0x1d, 0x90, 0xe3, 0x5a, 0x4a, 0x66, 0xd5, 0x98, 0xed, 0x37, 0xc6, 0xec, 0x13, 0x18,
+ 0x4b, 0xb5, 0xc4, 0x49, 0x12, 0x96, 0x46, 0x18, 0xbb, 0x24, 0x74, 0xf9, 0xc8, 0x09, 0x2f, 0x50,
+ 0x16, 0xfc, 0xc7, 0xab, 0xf2, 0x75, 0xcb, 0xe7, 0xb7, 0xbb, 0xe7, 0xbd, 0x76, 0xcf, 0x00, 0xc6,
+ 0xfb, 0xdd, 0xb3, 0xd0, 0xd5, 0xbf, 0x11, 0xc3, 0x6a, 0xf5, 0x3c, 0xd7, 0xea, 0xeb, 0x36, 0xcf,
+ 0xac, 0xf9, 0x49, 0xc5, 0xef, 0xfa, 0xa4, 0xfa, 0xc6, 0x65, 0xf6, 0xe1, 0xe1, 0x27, 0x95, 0xfd,
+ 0xaf, 0xc0, 0x79, 0x7f, 0xfa, 0x47, 0x18, 0x35, 0x5f, 0x0f, 0x1b, 0xc1, 0xe0, 0x32, 0xb4, 0x11,
+ 0x4c, 0xdf, 0x61, 0x53, 0x18, 0x55, 0x1c, 0x5e, 0xe7, 0xb4, 0xc5, 0x1e, 0xc2, 0xb4, 0x29, 0xc1,
+ 0x8f, 0x92, 0xa9, 0xc7, 0x00, 0x7a, 0x97, 0x21, 0x59, 0xb4, 0xd9, 0x18, 0x7c, 0x4b, 0x5f, 0xc8,
+ 0xf5, 0xb4, 0xc3, 0x1e, 0xc0, 0xb8, 0x66, 0xf1, 0xc4, 0x69, 0x97, 0xf9, 0xd0, 0xbd, 0x0c, 0x51,
+ 0xdb, 0x7b, 0xfa, 0x0c, 0x06, 0xd5, 0xeb, 0x43, 0x27, 0xf3, 0xac, 0x54, 0xda, 0x4c, 0xdf, 0x41,
+ 0xfa, 0x0b, 0x5a, 0x59, 0xa7, 0x2d, 0xa4, 0xcf, 0x54, 0xaa, 0x8c, 0x9a, 0x7a, 0x8b, 0x1e, 0x3d,
+ 0xda, 0x4f, 0xff, 0x17, 0x00, 0x00, 0xff, 0xff, 0x19, 0x0d, 0x0b, 0x20, 0x33, 0x14, 0x00, 0x00,
}
diff --git a/protomsg.proto b/protomsg.proto
index dbb35ec..2e1376b 100644
--- a/protomsg.proto
+++ b/protomsg.proto
@@ -248,4 +248,37 @@
string id = 2;//鍙樺寲鏁版嵁id
DbAction action = 3;//action
string info = 4;//鍙樺寲鍐呭
+}
+
+message CameraPolygon {
+ string id = 1;
+ string camera_id = 2;//鎽勫儚鏈篿d
+ string name = 3;//鍚嶇О
+ string polygon = 4;//鍧愭爣鐐归泦鍚�
+ string trigger_line = 5;
+ string direction_line = 6;
+ string type = 7;
+ int32 defence_state = 8;
+}
+
+message CameraTaskArg {
+ string id = 1;
+ string camera_task_id = 2;
+ string camera_id = 3;
+ string polygon_id = 4;
+ string sdk_id = 5;
+ string sdk_arg_alias = 6;
+ string operator = 7;
+ string operator_type = 8;
+ string sdk_arg_value = 9;
+ int32 sort = 10;
+ string rule_with_pre = 11;
+ string group_id = 12;
+}
+
+message CameraTimeRule {
+ string id = 1;
+ string camera_id = 2;
+ string name = 3;
+ string time_rule = 4;
}
\ No newline at end of file
--
Gitblit v1.8.0