From ed0e29aa5f786d43f36d89e8cd8a4a5ca4c7fade Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期四, 25 七月 2019 20:44:44 +0800
Subject: [PATCH] extend CompareArgs
---
protomsg.proto | 13
protomsg.pb.go | 753 ++++++++++++++++++++++++++++++++++++++++++++++-----------
2 files changed, 613 insertions(+), 153 deletions(-)
diff --git a/protomsg.pb.go b/protomsg.pb.go
index fd826df..41387aa 100644
--- a/protomsg.pb.go
+++ b/protomsg.pb.go
@@ -1834,8 +1834,16 @@
type CompareArgs struct {
TableIds []string `protobuf:"bytes,1,rep,name=tableIds,proto3" json:"tableIds,omitempty"`
- FaceFeature []byte `protobuf:"bytes,2,opt,name=faceFeature,proto3" json:"faceFeature,omitempty"`
- CompareThreshold float32 `protobuf:"fixed32,3,opt,name=compareThreshold,proto3" json:"compareThreshold,omitempty"`
+ CompareThreshold float32 `protobuf:"fixed32,2,opt,name=compareThreshold,proto3" json:"compareThreshold,omitempty"`
+ FaceFeature []byte `protobuf:"bytes,3,opt,name=faceFeature,proto3" json:"faceFeature,omitempty"`
+ Tasks []string `protobuf:"bytes,4,rep,name=tasks,proto3" json:"tasks,omitempty"`
+ TreeNodes []string `protobuf:"bytes,5,rep,name=treeNodes,proto3" json:"treeNodes,omitempty"`
+ Tabs []string `protobuf:"bytes,6,rep,name=tabs,proto3" json:"tabs,omitempty"`
+ AlarmLevel []string `protobuf:"bytes,7,rep,name=alarmLevel,proto3" json:"alarmLevel,omitempty"`
+ SearchTime []string `protobuf:"bytes,8,rep,name=searchTime,proto3" json:"searchTime,omitempty"`
+ InputValue string `protobuf:"bytes,9,opt,name=inputValue,proto3" json:"inputValue,omitempty"`
+ Collection string `protobuf:"bytes,10,opt,name=collection,proto3" json:"collection,omitempty"`
+ Source bool `protobuf:"varint,11,opt,name=source,proto3" json:"source,omitempty"`
}
func (m *CompareArgs) Reset() { *m = CompareArgs{} }
@@ -1878,6 +1886,13 @@
return nil
}
+func (m *CompareArgs) GetCompareThreshold() float32 {
+ if m != nil {
+ return m.CompareThreshold
+ }
+ return 0
+}
+
func (m *CompareArgs) GetFaceFeature() []byte {
if m != nil {
return m.FaceFeature
@@ -1885,11 +1900,60 @@
return nil
}
-func (m *CompareArgs) GetCompareThreshold() float32 {
+func (m *CompareArgs) GetTasks() []string {
if m != nil {
- return m.CompareThreshold
+ return m.Tasks
}
- return 0
+ return nil
+}
+
+func (m *CompareArgs) GetTreeNodes() []string {
+ if m != nil {
+ return m.TreeNodes
+ }
+ return nil
+}
+
+func (m *CompareArgs) GetTabs() []string {
+ if m != nil {
+ return m.Tabs
+ }
+ return nil
+}
+
+func (m *CompareArgs) GetAlarmLevel() []string {
+ if m != nil {
+ return m.AlarmLevel
+ }
+ return nil
+}
+
+func (m *CompareArgs) GetSearchTime() []string {
+ if m != nil {
+ return m.SearchTime
+ }
+ return nil
+}
+
+func (m *CompareArgs) GetInputValue() string {
+ if m != nil {
+ return m.InputValue
+ }
+ return ""
+}
+
+func (m *CompareArgs) GetCollection() string {
+ if m != nil {
+ return m.Collection
+ }
+ return ""
+}
+
+func (m *CompareArgs) GetSource() bool {
+ if m != nil {
+ return m.Source
+ }
+ return false
}
type EventPush struct {
@@ -2331,137 +2395,142 @@
func init() { proto.RegisterFile("protomsg.proto", fileDescriptor_32de24555f916688) }
var fileDescriptor_32de24555f916688 = []byte{
- // 2074 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x58, 0xcd, 0x6e, 0xdc, 0xc8,
- 0x11, 0x36, 0xe7, 0x97, 0xac, 0x99, 0x91, 0xc7, 0x6d, 0x67, 0x97, 0x6b, 0xc7, 0x5a, 0x99, 0xf1,
- 0x22, 0x82, 0x91, 0x75, 0x00, 0x7b, 0x4f, 0xb9, 0xcd, 0xca, 0x76, 0x30, 0xc0, 0x66, 0xa1, 0x50,
- 0xb2, 0x73, 0x24, 0x5a, 0xc3, 0x16, 0x45, 0xa8, 0x45, 0x12, 0xdd, 0x4d, 0x79, 0xf5, 0x08, 0x39,
- 0x04, 0x09, 0x90, 0x4b, 0x1e, 0x27, 0xc8, 0x29, 0x87, 0x1c, 0xf6, 0x98, 0x5b, 0x02, 0x1b, 0xc8,
- 0x25, 0xc8, 0x2b, 0x04, 0x41, 0x55, 0x37, 0x39, 0x9c, 0x91, 0x9c, 0xf5, 0x69, 0xea, 0x8f, 0xdd,
- 0xd5, 0x55, 0xd5, 0x5f, 0x55, 0x0f, 0xec, 0x54, 0xaa, 0x34, 0xe5, 0x85, 0xce, 0x9e, 0x12, 0xc1,
- 0xfc, 0x86, 0xbf, 0x0f, 0x27, 0x5c, 0x0b, 0x2b, 0x8d, 0x5e, 0xc1, 0x60, 0xa1, 0x04, 0x67, 0x3b,
- 0xd0, 0xcb, 0xd3, 0xd0, 0xdb, 0xf3, 0xf6, 0x87, 0x71, 0x2f, 0x4f, 0xd9, 0x7d, 0xf0, 0x2b, 0xae,
- 0x44, 0x61, 0xf2, 0x34, 0xec, 0x91, 0xb4, 0xe5, 0x19, 0x83, 0x41, 0xc1, 0x2f, 0x44, 0xd8, 0xdf,
- 0xf3, 0xf6, 0x83, 0x98, 0xe8, 0xe8, 0xbf, 0x7d, 0x18, 0x1d, 0xf0, 0x0b, 0xa1, 0xba, 0x4b, 0x05,
- 0xb4, 0x54, 0x63, 0xde, 0x5b, 0x9b, 0xb3, 0x7b, 0x30, 0xe4, 0x32, 0xe7, 0xda, 0xad, 0x61, 0x19,
- 0xf6, 0x08, 0xa6, 0xba, 0xe0, 0x95, 0x3e, 0x2b, 0x4d, 0x52, 0x2b, 0x19, 0x0e, 0x48, 0x39, 0x69,
- 0x64, 0xaf, 0x95, 0xc4, 0xc5, 0xcc, 0x55, 0x25, 0xc2, 0x21, 0xf9, 0x44, 0x34, 0xca, 0x78, 0x9a,
- 0xaa, 0x70, 0x64, 0x37, 0x40, 0x9a, 0x7d, 0x02, 0x23, 0xae, 0x04, 0xcf, 0xd3, 0x70, 0x4c, 0x96,
- 0x8e, 0x63, 0x3f, 0x86, 0x40, 0x96, 0x45, 0x96, 0x9b, 0x3a, 0x15, 0xa1, 0xbf, 0xe7, 0xed, 0xf7,
- 0xe2, 0xb5, 0x00, 0x4f, 0x2d, 0xb9, 0xb1, 0xca, 0x80, 0x94, 0x2d, 0x8f, 0xbb, 0x28, 0xa3, 0xab,
- 0x10, 0xec, 0x2e, 0x48, 0xd3, 0x51, 0xab, 0x70, 0xe2, 0x8e, 0x5a, 0xa1, 0x4d, 0x55, 0x2a, 0x13,
- 0x4e, 0xad, 0x77, 0x48, 0xe3, 0x9a, 0xb5, 0x16, 0x8a, 0x42, 0x30, 0x23, 0xcb, 0x96, 0xb7, 0x51,
- 0xd6, 0xfa, 0x6d, 0xa9, 0xd2, 0x70, 0xc7, 0xea, 0x1a, 0x1e, 0x43, 0x74, 0xa2, 0x78, 0x91, 0x86,
- 0xb7, 0x6d, 0x88, 0x88, 0xc1, 0x2f, 0x94, 0xd0, 0x42, 0x5d, 0x8a, 0x34, 0x9c, 0xdb, 0x2f, 0x1a,
- 0x9e, 0x3d, 0x04, 0xc8, 0x75, 0xa2, 0xea, 0xa2, 0xc8, 0x8b, 0x2c, 0xbc, 0xb3, 0xe7, 0xed, 0xfb,
- 0x71, 0x90, 0xeb, 0xd8, 0x0a, 0x50, 0xad, 0xea, 0x22, 0x11, 0x05, 0x3f, 0x91, 0x22, 0x64, 0x56,
- 0xad, 0xea, 0xe2, 0x25, 0x09, 0xd8, 0x67, 0xe0, 0xa3, 0x9a, 0xa2, 0x7b, 0x97, 0xfc, 0x1f, 0xab,
- 0xba, 0x38, 0xc6, 0x00, 0x47, 0x30, 0x43, 0x15, 0x6d, 0xa3, 0x92, 0x3c, 0x0d, 0xef, 0xd9, 0xc4,
- 0xa8, 0xba, 0x38, 0x22, 0xd9, 0x32, 0x8d, 0x56, 0x70, 0xc7, 0xe6, 0x7f, 0x51, 0xa4, 0xc7, 0x5c,
- 0x9f, 0x2f, 0x8b, 0xd3, 0x92, 0xed, 0xc3, 0x68, 0x45, 0x42, 0x2a, 0x87, 0xc9, 0xb3, 0xf9, 0xd3,
- 0xb6, 0x28, 0xad, 0x71, 0xec, 0xf4, 0xec, 0x31, 0x0c, 0x0d, 0xd7, 0xe7, 0x3a, 0xec, 0xed, 0xf5,
- 0xf7, 0x27, 0xcf, 0x76, 0xd6, 0x86, 0xb8, 0x58, 0x6c, 0x95, 0xd1, 0x3f, 0x3c, 0x18, 0x20, 0x8f,
- 0xe9, 0x45, 0x49, 0x5b, 0x67, 0x8e, 0xc3, 0xf0, 0x20, 0xd5, 0xa9, 0xb7, 0x96, 0x67, 0x0f, 0x20,
- 0x58, 0x29, 0xc1, 0x8d, 0x48, 0xb8, 0x71, 0x75, 0xe7, 0x5b, 0xc1, 0xc2, 0x74, 0x94, 0x27, 0x57,
- 0xae, 0xee, 0x9c, 0xf2, 0xeb, 0x2b, 0x54, 0xd6, 0x55, 0xea, 0xbe, 0x1c, 0xba, 0x1c, 0x92, 0x60,
- 0x61, 0xd0, 0x15, 0x17, 0xd2, 0x11, 0x85, 0xd4, 0x71, 0x18, 0xcf, 0x5c, 0x27, 0x5c, 0x72, 0x75,
- 0x41, 0x35, 0xe8, 0xc7, 0xe3, 0x5c, 0x2f, 0x90, 0x45, 0x55, 0x2a, 0x64, 0x72, 0x2a, 0x79, 0x46,
- 0x35, 0xe8, 0xc7, 0xe3, 0x54, 0xc8, 0x57, 0x92, 0x67, 0xd1, 0x31, 0x4c, 0xf0, 0x80, 0x47, 0xa9,
- 0x0d, 0x60, 0x04, 0x03, 0xf4, 0xdf, 0x85, 0x6f, 0x3b, 0x2a, 0xa4, 0x63, 0x8f, 0x60, 0xa0, 0xd3,
- 0x36, 0x72, 0xb3, 0xb5, 0xcd, 0x51, 0x7a, 0x1e, 0x93, 0x2a, 0xfa, 0x05, 0x8c, 0x90, 0xa9, 0x0b,
- 0xf6, 0x23, 0x18, 0xe5, 0xd5, 0x2a, 0x69, 0x03, 0x37, 0xcc, 0xab, 0xd5, 0x32, 0x45, 0x8f, 0x74,
- 0x7a, 0x6e, 0x93, 0x6f, 0xe3, 0x36, 0xd6, 0xe9, 0x39, 0x26, 0x3f, 0x7a, 0x03, 0xe0, 0x3c, 0xc2,
- 0xef, 0x3f, 0xc6, 0xa1, 0xc7, 0x1b, 0x0e, 0xcd, 0x37, 0x1d, 0xaa, 0x0b, 0xe7, 0xd3, 0xbf, 0x7a,
- 0x00, 0xb6, 0x08, 0x28, 0xa3, 0xdb, 0xa8, 0x81, 0x09, 0x21, 0x6d, 0xe2, 0x10, 0x08, 0x13, 0x42,
- 0x82, 0x65, 0xca, 0x3e, 0x85, 0x31, 0xee, 0x84, 0xaa, 0xfe, 0x3a, 0xff, 0xcb, 0x94, 0x7d, 0x09,
- 0x81, 0xc9, 0x2f, 0x44, 0xa2, 0x6a, 0x29, 0xc2, 0xc1, 0xf6, 0xfe, 0x2f, 0xf8, 0xd5, 0x81, 0x91,
- 0xb1, 0x8f, 0x26, 0x71, 0x2d, 0x05, 0x5d, 0x09, 0xc1, 0x57, 0xc6, 0xda, 0xdb, 0xcc, 0x06, 0x24,
- 0x21, 0xf5, 0x23, 0x98, 0x5a, 0x75, 0x2a, 0x2e, 0xf3, 0x95, 0x70, 0x00, 0x33, 0x21, 0xd9, 0x0b,
- 0x12, 0x6d, 0xa4, 0x72, 0xbc, 0x91, 0x4a, 0xf6, 0x39, 0x4c, 0x5c, 0xd5, 0x74, 0x12, 0x0d, 0x56,
- 0x44, 0x06, 0xeb, 0xca, 0x09, 0x36, 0x2a, 0x87, 0xc1, 0x40, 0x23, 0x8a, 0x80, 0x45, 0x11, 0xa4,
- 0xf1, 0xc4, 0xb9, 0x4e, 0x4e, 0x6b, 0x29, 0x09, 0x6e, 0xfc, 0x78, 0x94, 0xeb, 0x57, 0xb5, 0x94,
- 0x6c, 0x0f, 0xa6, 0x32, 0x2f, 0xce, 0x93, 0x26, 0x1e, 0x53, 0xf2, 0x11, 0x50, 0x46, 0xd7, 0x30,
- 0x8d, 0x7e, 0x0d, 0x3b, 0x2e, 0xce, 0xf9, 0x85, 0xc0, 0x83, 0x7e, 0x14, 0x42, 0x3f, 0xe8, 0x46,
- 0xd2, 0xdd, 0x96, 0x26, 0x6e, 0xd1, 0xb7, 0x30, 0xb2, 0xb1, 0x64, 0x73, 0xe8, 0xa7, 0xfc, 0xca,
- 0x35, 0x0e, 0x24, 0xd9, 0x33, 0x00, 0xfb, 0x21, 0x2f, 0x32, 0xe1, 0x6a, 0xe0, 0x6e, 0xa7, 0x4e,
- 0x70, 0x0d, 0x54, 0xc5, 0xb4, 0x3e, 0x91, 0xd1, 0x73, 0x08, 0x5a, 0x39, 0x02, 0x9f, 0x36, 0x5c,
- 0x99, 0xa6, 0x42, 0x89, 0xc1, 0x8d, 0x44, 0xd1, 0x54, 0x02, 0x92, 0xd1, 0x1b, 0x18, 0x1f, 0x96,
- 0xf2, 0x2a, 0x2b, 0x8b, 0x8f, 0x3a, 0xd0, 0x4f, 0x61, 0x54, 0x95, 0x79, 0x61, 0xb0, 0xe7, 0xa0,
- 0x4f, 0xb7, 0xd7, 0x3e, 0x1d, 0xa2, 0x3c, 0x76, 0xea, 0x68, 0xd5, 0xc6, 0x8b, 0xeb, 0xf3, 0x85,
- 0xca, 0xf4, 0x66, 0x2d, 0x7a, 0x5b, 0xb5, 0xf8, 0x15, 0x04, 0x14, 0x7b, 0xae, 0xb2, 0xa6, 0xe4,
- 0x3f, 0xdd, 0xbc, 0x16, 0xbf, 0x54, 0x65, 0x5d, 0xe1, 0x42, 0x16, 0x8c, 0x90, 0x8a, 0x2e, 0x61,
- 0xb6, 0xa1, 0xea, 0x96, 0xb4, 0xb7, 0x51, 0xd2, 0x5f, 0xc1, 0x24, 0x43, 0x2b, 0xca, 0x84, 0xbe,
- 0x1e, 0x50, 0x5a, 0x02, 0xb3, 0x12, 0x43, 0xd6, 0x90, 0xba, 0x53, 0x5b, 0xfd, 0x6e, 0x6d, 0x45,
- 0x7f, 0xf3, 0x20, 0x68, 0xbf, 0xc0, 0xea, 0xb5, 0x6b, 0xb7, 0xbb, 0x8e, 0x89, 0x5f, 0x52, 0x33,
- 0xb1, 0x2a, 0x23, 0xbe, 0x33, 0x2e, 0x90, 0x01, 0x49, 0x8e, 0xc5, 0x77, 0x06, 0x8b, 0x9b, 0xa0,
- 0x2d, 0x91, 0xe2, 0x52, 0x48, 0xda, 0x64, 0x18, 0x03, 0x89, 0xbe, 0x41, 0x09, 0x02, 0xba, 0x75,
- 0x78, 0xb0, 0x0d, 0xe8, 0xe4, 0xab, 0x55, 0x12, 0xee, 0x08, 0x93, 0xb4, 0x2d, 0x1d, 0x71, 0x47,
- 0x18, 0x6a, 0x3a, 0x3f, 0x81, 0x59, 0x2a, 0x4e, 0x45, 0xb1, 0x12, 0x89, 0x36, 0xdc, 0x34, 0xf0,
- 0x3a, 0x75, 0xc2, 0x23, 0x94, 0x45, 0xff, 0xee, 0xc1, 0x20, 0xbe, 0xa9, 0xa4, 0x1f, 0xc3, 0x8e,
- 0x4b, 0x59, 0x13, 0x55, 0x7b, 0x84, 0xe9, 0xaa, 0x4d, 0xed, 0x72, 0x0b, 0x64, 0xfa, 0x5b, 0x89,
- 0x7d, 0x08, 0x50, 0xd9, 0xfa, 0x42, 0xad, 0xed, 0x09, 0x81, 0x93, 0x2c, 0x53, 0x44, 0x52, 0x84,
- 0xcc, 0x3c, 0x75, 0x8e, 0x0f, 0x75, 0x8a, 0x4b, 0x46, 0x30, 0x43, 0x31, 0x57, 0x59, 0x62, 0x27,
- 0x1c, 0x07, 0x1a, 0x3a, 0xc5, 0xc4, 0x2f, 0x68, 0xce, 0xb9, 0x0f, 0x7e, 0x59, 0x09, 0xc5, 0x4d,
- 0xa9, 0x08, 0x34, 0x82, 0xb8, 0xe5, 0xf1, 0xd8, 0x0d, 0x6d, 0xc3, 0xe2, 0x5b, 0xbf, 0x1b, 0x61,
- 0xd3, 0x90, 0x9b, 0x4d, 0x2e, 0xb9, 0xac, 0x2d, 0x80, 0xb4, 0x9b, 0xbc, 0x41, 0xd1, 0x8d, 0x28,
- 0x42, 0x8d, 0x5c, 0x8a, 0xe4, 0x6d, 0x6e, 0xce, 0x92, 0x4a, 0x09, 0x37, 0xba, 0x4c, 0x50, 0xf8,
- 0x9b, 0xdc, 0x9c, 0x1d, 0xaa, 0xcd, 0x9a, 0x98, 0x6e, 0xd4, 0x44, 0xf4, 0xe7, 0x1e, 0xf4, 0x8f,
- 0xd2, 0xeb, 0x58, 0xbd, 0x6e, 0x2a, 0xbd, 0x0f, 0x35, 0x95, 0xfe, 0x46, 0x53, 0x69, 0x54, 0x74,
- 0x49, 0x07, 0xad, 0xea, 0x5b, 0xbc, 0xa7, 0x8f, 0x61, 0x40, 0x57, 0x69, 0x78, 0x43, 0xf7, 0x58,
- 0xa8, 0x2c, 0x26, 0x2d, 0x9e, 0x2e, 0x5f, 0x95, 0x45, 0x33, 0xf3, 0x21, 0x8d, 0x10, 0x81, 0x53,
- 0xa3, 0x8d, 0x28, 0x92, 0x58, 0xa5, 0xae, 0xab, 0x23, 0xd6, 0xb8, 0x50, 0x82, 0x15, 0x21, 0xe0,
- 0x74, 0x30, 0x9a, 0x0c, 0x6c, 0x18, 0x1d, 0x46, 0x93, 0xc1, 0xc6, 0x5c, 0x00, 0x5b, 0x73, 0xc1,
- 0xfa, 0x92, 0x4d, 0xb6, 0x5b, 0x7f, 0xdb, 0x14, 0xec, 0x28, 0xd8, 0xf6, 0xf7, 0x3f, 0x79, 0xd4,
- 0x8a, 0x17, 0x2a, 0x5b, 0xcf, 0xc0, 0x5e, 0x77, 0x06, 0xbe, 0x09, 0xba, 0x9a, 0xa1, 0xd7, 0x0d,
- 0xdc, 0xcd, 0xd0, 0x7b, 0x51, 0x6b, 0x43, 0xd1, 0xf3, 0x63, 0xa2, 0x51, 0x56, 0x17, 0x79, 0x33,
- 0xa2, 0x10, 0x8d, 0xbb, 0x58, 0x24, 0xb6, 0x91, 0xb2, 0x4c, 0x5b, 0x1c, 0xe3, 0x75, 0x71, 0x44,
- 0xbf, 0xf7, 0xe0, 0xf6, 0x8b, 0x93, 0x83, 0x33, 0x34, 0xf8, 0x95, 0xd0, 0x9a, 0x67, 0x82, 0xfd,
- 0x0c, 0xc7, 0x32, 0x3c, 0x20, 0xfa, 0xb8, 0xf3, 0xec, 0x93, 0x2e, 0xb0, 0x9d, 0x48, 0x61, 0x8d,
- 0xd3, 0xd8, 0x1a, 0xb9, 0xba, 0xe8, 0xb5, 0x75, 0xf1, 0x04, 0x46, 0x7c, 0x65, 0xf2, 0xb2, 0x20,
- 0xcf, 0x77, 0x9e, 0xb1, 0x4e, 0x2b, 0x3e, 0x59, 0x90, 0x26, 0x76, 0x16, 0x94, 0xd0, 0xe2, 0xb4,
- 0x74, 0xd5, 0x40, 0x74, 0xf4, 0x1f, 0x0f, 0x66, 0x16, 0x8a, 0x3f, 0x04, 0xf4, 0xff, 0x77, 0x4a,
- 0xb8, 0xe1, 0x9d, 0xc2, 0x42, 0x18, 0xbb, 0x2b, 0xdc, 0xd4, 0x9d, 0x63, 0xb1, 0xd9, 0x1b, 0x95,
- 0x67, 0x99, 0x50, 0x89, 0xcc, 0x8b, 0x06, 0x8e, 0x26, 0x4e, 0xf6, 0x4d, 0x5e, 0x08, 0xf6, 0x05,
- 0xec, 0xa4, 0xb9, 0x12, 0xe4, 0xb0, 0x35, 0xb2, 0x41, 0x9d, 0xb5, 0x52, 0x32, 0x6b, 0xd2, 0x35,
- 0xee, 0xa4, 0xeb, 0x1a, 0x9a, 0xf9, 0x14, 0xf9, 0x4d, 0x34, 0xfb, 0x9d, 0x07, 0xb3, 0x37, 0x79,
- 0x2a, 0x4a, 0xc3, 0x2b, 0x41, 0xf3, 0xdf, 0x7d, 0xf0, 0x85, 0x7e, 0xc1, 0x0d, 0x5f, 0xb6, 0x8d,
- 0xa7, 0xe1, 0x51, 0xd7, 0x1c, 0xf5, 0xda, 0xd1, 0xdd, 0x7c, 0xbc, 0xdc, 0x9e, 0x8f, 0xee, 0xc1,
- 0x30, 0xbf, 0xc8, 0x96, 0x16, 0xce, 0xfa, 0xb1, 0x65, 0xd0, 0x9a, 0xc0, 0xcb, 0x5e, 0xba, 0x20,
- 0x76, 0x5c, 0xf4, 0x16, 0x26, 0x07, 0xe5, 0x05, 0xbe, 0xfb, 0xa8, 0x45, 0xd1, 0x70, 0x7d, 0x22,
- 0x05, 0x1a, 0x7a, 0x64, 0xd8, 0xf2, 0x6c, 0x0f, 0x26, 0xa7, 0x7c, 0x25, 0x5e, 0x09, 0x6e, 0x6a,
- 0x65, 0xab, 0x77, 0x1a, 0x77, 0x45, 0xec, 0x09, 0xcc, 0x57, 0x76, 0xb1, 0xe3, 0x33, 0x25, 0xf4,
- 0x59, 0x29, 0xad, 0x73, 0xbd, 0xf8, 0x9a, 0x3c, 0xfa, 0x6d, 0x1f, 0x82, 0x97, 0x97, 0xa2, 0x30,
- 0x87, 0xb5, 0x3e, 0xfb, 0xa8, 0xee, 0xfe, 0xd0, 0x4d, 0x1d, 0x76, 0x72, 0xb0, 0x87, 0xa6, 0x01,
- 0xe3, 0x88, 0xa6, 0x87, 0xcf, 0x80, 0x86, 0x97, 0x04, 0x47, 0x08, 0x97, 0x77, 0xe4, 0x5f, 0x16,
- 0xd4, 0x29, 0x72, 0x9d, 0x68, 0x6e, 0x72, 0x7d, 0x7a, 0x95, 0x70, 0x29, 0x29, 0xf3, 0x7e, 0x3c,
- 0xcd, 0xf5, 0x91, 0x15, 0x2e, 0xa4, 0xc4, 0x42, 0x23, 0xe4, 0xa4, 0x6e, 0x38, 0x72, 0x0f, 0xaf,
- 0x5a, 0x0a, 0x6a, 0x86, 0x6b, 0x1c, 0x18, 0x6f, 0xe0, 0xc0, 0x03, 0x08, 0xec, 0x6c, 0xb6, 0xc6,
- 0x71, 0x9f, 0x06, 0x33, 0xac, 0x88, 0xcf, 0x61, 0x42, 0x4a, 0x37, 0x5b, 0x06, 0xeb, 0xb9, 0xcd,
- 0x8d, 0x96, 0x3f, 0x07, 0x3f, 0xaf, 0x12, 0x7c, 0x43, 0xea, 0x10, 0x08, 0x0c, 0xef, 0x75, 0x46,
- 0x96, 0x5a, 0x9f, 0x2d, 0xab, 0xc3, 0x52, 0x99, 0x78, 0x9c, 0xd3, 0xaf, 0x66, 0x5f, 0xc0, 0xa0,
- 0x56, 0x52, 0x87, 0x13, 0x32, 0xbe, 0xb3, 0x69, 0xfc, 0x5a, 0xc9, 0x98, 0xd4, 0xec, 0xcb, 0xa6,
- 0x33, 0x4f, 0xb7, 0x87, 0x95, 0x36, 0xe4, 0x9d, 0x16, 0x8d, 0x6f, 0xae, 0xd9, 0x86, 0xe2, 0x5a,
- 0x3e, 0x30, 0xf6, 0x65, 0x95, 0xaf, 0xba, 0xcf, 0x87, 0x80, 0x24, 0x74, 0x50, 0x9c, 0x24, 0x49,
- 0xcd, 0x55, 0xd6, 0x4e, 0x92, 0x28, 0x40, 0x10, 0xec, 0xb6, 0xc2, 0xc1, 0x0f, 0xb5, 0xc2, 0xe1,
- 0x0d, 0xad, 0x90, 0x5e, 0xb5, 0x52, 0xb8, 0x3e, 0x38, 0x72, 0x23, 0x7c, 0x2d, 0x85, 0xed, 0x82,
- 0x11, 0xcc, 0x04, 0x3a, 0x9f, 0x54, 0xb5, 0x3e, 0x4b, 0xdc, 0xdf, 0x01, 0x41, 0x3c, 0x11, 0xcd,
- 0x89, 0x96, 0x69, 0xf4, 0x1a, 0x60, 0x1d, 0x4e, 0x74, 0xb7, 0x79, 0xe8, 0x56, 0xcd, 0x9d, 0xb3,
- 0x82, 0xe5, 0xfa, 0x81, 0xdf, 0xeb, 0x3c, 0xf0, 0x3f, 0x34, 0x6a, 0x3d, 0x87, 0xb1, 0x0b, 0x7c,
- 0xd3, 0x99, 0xbc, 0x75, 0x67, 0x5a, 0x7f, 0xd4, 0xdb, 0xf8, 0xe8, 0x8f, 0x1e, 0xdc, 0x7d, 0xa9,
- 0x0f, 0x85, 0xd2, 0x65, 0x71, 0xc0, 0x57, 0x67, 0x0e, 0x62, 0xa9, 0x80, 0xd1, 0xa0, 0x33, 0xa9,
- 0xb9, 0xbb, 0x87, 0x0e, 0x57, 0x64, 0xdf, 0xc1, 0x40, 0x2b, 0x58, 0xa6, 0x88, 0x77, 0xa7, 0xee,
- 0x4e, 0xf6, 0xe9, 0x4e, 0x36, 0x6c, 0x07, 0x9c, 0x07, 0x3f, 0x04, 0xce, 0x4f, 0xfe, 0xe2, 0xc1,
- 0xb4, 0x0b, 0xf8, 0x6c, 0x0a, 0xfe, 0x71, 0x62, 0xa1, 0x79, 0x7e, 0x8b, 0xcd, 0x61, 0xda, 0x70,
- 0x38, 0x58, 0xcd, 0x3d, 0x76, 0x0f, 0xe6, 0x5d, 0x09, 0xc2, 0xc7, 0xbc, 0xc7, 0x00, 0x46, 0xc7,
- 0x09, 0x59, 0xf4, 0xd9, 0x0c, 0x02, 0x4b, 0x1f, 0xa5, 0xe7, 0xf3, 0x01, 0xbb, 0x03, 0xb3, 0x96,
- 0xc5, 0x22, 0x9b, 0x0f, 0x59, 0x00, 0xc3, 0xe3, 0x04, 0xb5, 0x23, 0x76, 0x17, 0x6e, 0x37, 0xcb,
- 0xb9, 0x4e, 0x30, 0x1f, 0xb3, 0x1d, 0x80, 0xe3, 0xe4, 0xd8, 0x3d, 0x49, 0xe6, 0xbe, 0xf5, 0xc9,
- 0xfe, 0x1f, 0x31, 0x0f, 0xac, 0x4f, 0x87, 0xa5, 0x94, 0x07, 0x65, 0x71, 0x9a, 0x67, 0x73, 0x78,
- 0xf2, 0x14, 0xfc, 0xe6, 0x60, 0xe8, 0xc9, 0xb2, 0xd0, 0x42, 0x99, 0xf9, 0x2d, 0xa4, 0x5f, 0x53,
- 0xc3, 0x9f, 0x7b, 0x48, 0xbf, 0x10, 0x52, 0x18, 0x31, 0xef, 0x7d, 0x1d, 0xfe, 0xf5, 0xdd, 0xae,
- 0xf7, 0xfd, 0xbb, 0x5d, 0xef, 0x9f, 0xef, 0x76, 0xbd, 0x3f, 0xbc, 0xdf, 0xbd, 0xf5, 0xfd, 0xfb,
- 0xdd, 0x5b, 0x7f, 0x7f, 0xbf, 0x7b, 0xeb, 0x64, 0x44, 0x91, 0x7a, 0xfe, 0xbf, 0x00, 0x00, 0x00,
- 0xff, 0xff, 0xf4, 0xff, 0xc9, 0xa2, 0x63, 0x13, 0x00, 0x00,
+ // 2159 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x58, 0xcf, 0x8e, 0xdb, 0xc8,
+ 0xd1, 0x37, 0xf5, 0x97, 0x2c, 0x49, 0x63, 0xb9, 0xed, 0x6f, 0x97, 0x6b, 0x7f, 0x9e, 0x1d, 0x33,
+ 0x5e, 0x64, 0x60, 0x64, 0x1d, 0xc0, 0xde, 0x53, 0x6e, 0xb3, 0x63, 0x3b, 0x10, 0xb0, 0x31, 0x26,
+ 0x1c, 0xd9, 0x39, 0x12, 0x2d, 0xb1, 0x47, 0x22, 0xa6, 0x87, 0x24, 0xba, 0x9b, 0xb3, 0x3b, 0x8f,
+ 0x90, 0x43, 0x90, 0x00, 0xb9, 0xe4, 0x71, 0x82, 0x9c, 0x72, 0xc8, 0x61, 0x6f, 0xc9, 0x2d, 0x81,
+ 0x0d, 0xe4, 0x12, 0xe4, 0x15, 0x82, 0xa0, 0xaa, 0x9b, 0x14, 0xa5, 0x19, 0x67, 0x7d, 0x52, 0xd7,
+ 0xaf, 0x8a, 0xdd, 0xd5, 0x55, 0xc5, 0x5f, 0x15, 0x05, 0x7b, 0xa5, 0x2a, 0x4c, 0x71, 0xa1, 0x57,
+ 0x4f, 0x69, 0xc1, 0xfc, 0x5a, 0xbe, 0x0f, 0x0b, 0xae, 0x85, 0x45, 0xa3, 0x57, 0xd0, 0x3b, 0x52,
+ 0x82, 0xb3, 0x3d, 0xe8, 0x64, 0x69, 0xe8, 0x1d, 0x78, 0x87, 0xfd, 0xb8, 0x93, 0xa5, 0xec, 0x3e,
+ 0xf8, 0x25, 0x57, 0x22, 0x37, 0x59, 0x1a, 0x76, 0x08, 0x6d, 0x64, 0xc6, 0xa0, 0x97, 0xf3, 0x0b,
+ 0x11, 0x76, 0x0f, 0xbc, 0xc3, 0x20, 0xa6, 0x75, 0xf4, 0x9f, 0x2e, 0x0c, 0x8e, 0xf9, 0x85, 0x50,
+ 0xed, 0xad, 0x02, 0xda, 0xaa, 0x36, 0xef, 0x6c, 0xcc, 0xd9, 0x3d, 0xe8, 0x73, 0x99, 0x71, 0xed,
+ 0xf6, 0xb0, 0x02, 0x7b, 0x04, 0x63, 0x9d, 0xf3, 0x52, 0xaf, 0x0b, 0x93, 0x54, 0x4a, 0x86, 0x3d,
+ 0x52, 0x8e, 0x6a, 0xec, 0x8d, 0x92, 0xb8, 0x99, 0xb9, 0x2a, 0x45, 0xd8, 0x27, 0x9f, 0x68, 0x8d,
+ 0x18, 0x4f, 0x53, 0x15, 0x0e, 0xec, 0x01, 0xb8, 0x66, 0x9f, 0xc0, 0x80, 0x2b, 0xc1, 0xb3, 0x34,
+ 0x1c, 0x92, 0xa5, 0x93, 0xd8, 0xff, 0x43, 0x20, 0x8b, 0x7c, 0x95, 0x99, 0x2a, 0x15, 0xa1, 0x7f,
+ 0xe0, 0x1d, 0x76, 0xe2, 0x0d, 0x80, 0xb7, 0x96, 0xdc, 0x58, 0x65, 0x40, 0xca, 0x46, 0xc6, 0x53,
+ 0x94, 0xd1, 0x65, 0x08, 0xf6, 0x14, 0x5c, 0xd3, 0x55, 0xcb, 0x70, 0xe4, 0xae, 0x5a, 0xa2, 0x4d,
+ 0x59, 0x28, 0x13, 0x8e, 0xad, 0x77, 0xb8, 0xc6, 0x3d, 0x2b, 0x2d, 0x14, 0x85, 0x60, 0x42, 0x96,
+ 0x8d, 0x6c, 0xa3, 0xac, 0xf5, 0xb7, 0x85, 0x4a, 0xc3, 0x3d, 0xab, 0xab, 0x65, 0x0c, 0xd1, 0x42,
+ 0xf1, 0x3c, 0x0d, 0x6f, 0xdb, 0x10, 0x91, 0x80, 0x4f, 0x28, 0xa1, 0x85, 0xba, 0x14, 0x69, 0x38,
+ 0xb5, 0x4f, 0xd4, 0x32, 0x7b, 0x08, 0x90, 0xe9, 0x44, 0x55, 0x79, 0x9e, 0xe5, 0xab, 0xf0, 0xce,
+ 0x81, 0x77, 0xe8, 0xc7, 0x41, 0xa6, 0x63, 0x0b, 0xa0, 0x5a, 0x55, 0x79, 0x22, 0x72, 0xbe, 0x90,
+ 0x22, 0x64, 0x56, 0xad, 0xaa, 0xfc, 0x25, 0x01, 0xec, 0x33, 0xf0, 0x51, 0x4d, 0xd1, 0xbd, 0x4b,
+ 0xfe, 0x0f, 0x55, 0x95, 0xcf, 0x31, 0xc0, 0x11, 0x4c, 0x50, 0x45, 0xc7, 0xa8, 0x24, 0x4b, 0xc3,
+ 0x7b, 0x36, 0x31, 0xaa, 0xca, 0x4f, 0x09, 0x9b, 0xa5, 0xd1, 0x12, 0xee, 0xd8, 0xfc, 0x1f, 0xe5,
+ 0xe9, 0x9c, 0xeb, 0xf3, 0x59, 0x7e, 0x56, 0xb0, 0x43, 0x18, 0x2c, 0x09, 0xa4, 0x72, 0x18, 0x3d,
+ 0x9b, 0x3e, 0x6d, 0x8a, 0xd2, 0x1a, 0xc7, 0x4e, 0xcf, 0x1e, 0x43, 0xdf, 0x70, 0x7d, 0xae, 0xc3,
+ 0xce, 0x41, 0xf7, 0x70, 0xf4, 0x6c, 0x6f, 0x63, 0x88, 0x9b, 0xc5, 0x56, 0x19, 0xfd, 0xdd, 0x83,
+ 0x1e, 0xca, 0x98, 0x5e, 0x44, 0x9a, 0x3a, 0x73, 0x12, 0x86, 0x07, 0x57, 0xad, 0x7a, 0x6b, 0x64,
+ 0xf6, 0x00, 0x82, 0xa5, 0x12, 0xdc, 0x88, 0x84, 0x1b, 0x57, 0x77, 0xbe, 0x05, 0x8e, 0x4c, 0x4b,
+ 0xb9, 0xb8, 0x72, 0x75, 0xe7, 0x94, 0x5f, 0x5f, 0xa1, 0xb2, 0x2a, 0x53, 0xf7, 0x64, 0xdf, 0xe5,
+ 0x90, 0x80, 0x23, 0x83, 0xae, 0xb8, 0x90, 0x0e, 0x28, 0xa4, 0x4e, 0xc2, 0x78, 0x66, 0x3a, 0xe1,
+ 0x92, 0xab, 0x0b, 0xaa, 0x41, 0x3f, 0x1e, 0x66, 0xfa, 0x08, 0x45, 0x54, 0xa5, 0x42, 0x26, 0x67,
+ 0x92, 0xaf, 0xa8, 0x06, 0xfd, 0x78, 0x98, 0x0a, 0xf9, 0x4a, 0xf2, 0x55, 0x34, 0x87, 0x11, 0x5e,
+ 0xf0, 0x34, 0xb5, 0x01, 0x8c, 0xa0, 0x87, 0xfe, 0xbb, 0xf0, 0xed, 0x46, 0x85, 0x74, 0xec, 0x11,
+ 0xf4, 0x74, 0xda, 0x44, 0x6e, 0xb2, 0xb1, 0x39, 0x4d, 0xcf, 0x63, 0x52, 0x45, 0x3f, 0x83, 0x01,
+ 0x0a, 0x55, 0xce, 0xfe, 0x0f, 0x06, 0x59, 0xb9, 0x4c, 0x9a, 0xc0, 0xf5, 0xb3, 0x72, 0x39, 0x4b,
+ 0xd1, 0x23, 0x9d, 0x9e, 0xdb, 0xe4, 0xdb, 0xb8, 0x0d, 0x75, 0x7a, 0x8e, 0xc9, 0x8f, 0xde, 0x02,
+ 0x38, 0x8f, 0xf0, 0xf9, 0x8f, 0x71, 0xe8, 0xf1, 0x96, 0x43, 0xd3, 0x6d, 0x87, 0xaa, 0xdc, 0xf9,
+ 0xf4, 0xcf, 0x0e, 0x80, 0x2d, 0x02, 0xca, 0xe8, 0x2e, 0x6b, 0x60, 0x42, 0x48, 0x9b, 0x38, 0x06,
+ 0xc2, 0x84, 0x10, 0x30, 0x4b, 0xd9, 0xa7, 0x30, 0xc4, 0x93, 0x50, 0xd5, 0xdd, 0xe4, 0x7f, 0x96,
+ 0xb2, 0x2f, 0x21, 0x30, 0xd9, 0x85, 0x48, 0x54, 0x25, 0x45, 0xd8, 0xdb, 0x3d, 0xff, 0x05, 0xbf,
+ 0x3a, 0x36, 0x32, 0xf6, 0xd1, 0x24, 0xae, 0xa4, 0xa0, 0x57, 0x42, 0xf0, 0xa5, 0xb1, 0xf6, 0x36,
+ 0xb3, 0x01, 0x21, 0xa4, 0x7e, 0x04, 0x63, 0xab, 0x4e, 0xc5, 0x65, 0xb6, 0x14, 0x8e, 0x60, 0x46,
+ 0x84, 0xbd, 0x20, 0x68, 0x2b, 0x95, 0xc3, 0xad, 0x54, 0xb2, 0xcf, 0x61, 0xe4, 0xaa, 0xa6, 0x95,
+ 0x68, 0xb0, 0x10, 0x19, 0x6c, 0x2a, 0x27, 0xd8, 0xaa, 0x1c, 0x06, 0x3d, 0x8d, 0x2c, 0x02, 0x96,
+ 0x45, 0x70, 0x8d, 0x37, 0xce, 0x74, 0x72, 0x56, 0x49, 0x49, 0x74, 0xe3, 0xc7, 0x83, 0x4c, 0xbf,
+ 0xaa, 0xa4, 0x64, 0x07, 0x30, 0x96, 0x59, 0x7e, 0x9e, 0xd4, 0xf1, 0x18, 0x93, 0x8f, 0x80, 0x18,
+ 0xbd, 0x86, 0x69, 0xf4, 0x4b, 0xd8, 0x73, 0x71, 0xce, 0x2e, 0x04, 0x5e, 0xf4, 0xa3, 0x18, 0xfa,
+ 0x41, 0x3b, 0x92, 0xee, 0x6d, 0xa9, 0xe3, 0x16, 0xbd, 0x86, 0x81, 0x8d, 0x25, 0x9b, 0x42, 0x37,
+ 0xe5, 0x57, 0xae, 0x71, 0xe0, 0x92, 0x3d, 0x03, 0xb0, 0x0f, 0xf2, 0x7c, 0x25, 0x5c, 0x0d, 0xdc,
+ 0x6d, 0xd5, 0x09, 0xee, 0x81, 0xaa, 0x98, 0xf6, 0xa7, 0x65, 0xf4, 0x1c, 0x82, 0x06, 0x47, 0xe2,
+ 0xd3, 0x86, 0x2b, 0x53, 0x57, 0x28, 0x09, 0x78, 0x90, 0xc8, 0xeb, 0x4a, 0xc0, 0x65, 0xf4, 0x16,
+ 0x86, 0x27, 0x85, 0xbc, 0x5a, 0x15, 0xf9, 0x47, 0x5d, 0xe8, 0xc7, 0x30, 0x28, 0x8b, 0x2c, 0x37,
+ 0xd8, 0x73, 0xd0, 0xa7, 0xdb, 0x1b, 0x9f, 0x4e, 0x10, 0x8f, 0x9d, 0x3a, 0x5a, 0x36, 0xf1, 0xe2,
+ 0xfa, 0xfc, 0x48, 0xad, 0xf4, 0x76, 0x2d, 0x7a, 0x3b, 0xb5, 0xf8, 0x15, 0x04, 0x14, 0x7b, 0xae,
+ 0x56, 0x75, 0xc9, 0x7f, 0xba, 0xfd, 0x5a, 0xfc, 0x5c, 0x15, 0x55, 0x89, 0x1b, 0x59, 0x32, 0xc2,
+ 0x55, 0x74, 0x09, 0x93, 0x2d, 0x55, 0xbb, 0xa4, 0xbd, 0xad, 0x92, 0xfe, 0x0a, 0x46, 0x2b, 0xb4,
+ 0xa2, 0x4c, 0xe8, 0xeb, 0x01, 0xa5, 0x2d, 0x30, 0x2b, 0x31, 0xac, 0xea, 0xa5, 0x6e, 0xd5, 0x56,
+ 0xb7, 0x5d, 0x5b, 0xd1, 0x5f, 0x3c, 0x08, 0x9a, 0x27, 0xb0, 0x7a, 0xed, 0xde, 0xcd, 0xa9, 0x43,
+ 0x92, 0x67, 0xd4, 0x4c, 0xac, 0xca, 0x88, 0xef, 0x8c, 0x0b, 0x64, 0x40, 0xc8, 0x5c, 0x7c, 0x67,
+ 0xb0, 0xb8, 0x89, 0xda, 0x12, 0x29, 0x2e, 0x85, 0xa4, 0x43, 0xfa, 0x31, 0x10, 0xf4, 0x0d, 0x22,
+ 0x48, 0xe8, 0xd6, 0xe1, 0xde, 0x2e, 0xa1, 0x93, 0xaf, 0x56, 0x49, 0xbc, 0x23, 0x4c, 0xd2, 0xb4,
+ 0x74, 0xe4, 0x1d, 0x61, 0xa8, 0xe9, 0xfc, 0x08, 0x26, 0xa9, 0x38, 0x13, 0xf9, 0x52, 0x24, 0xda,
+ 0x70, 0x53, 0xd3, 0xeb, 0xd8, 0x81, 0xa7, 0x88, 0x45, 0xff, 0xea, 0x40, 0x2f, 0xbe, 0xa9, 0xa4,
+ 0x1f, 0xc3, 0x9e, 0x4b, 0x59, 0x1d, 0x55, 0x7b, 0x85, 0xf1, 0xb2, 0x49, 0xed, 0x6c, 0x87, 0x64,
+ 0xba, 0x3b, 0x89, 0x7d, 0x08, 0x50, 0xda, 0xfa, 0x42, 0xad, 0xed, 0x09, 0x81, 0x43, 0x66, 0x29,
+ 0x32, 0x29, 0x52, 0x66, 0x96, 0x3a, 0xc7, 0xfb, 0x3a, 0xc5, 0x2d, 0x23, 0x98, 0x20, 0xcc, 0xd5,
+ 0x2a, 0xb1, 0x13, 0x8e, 0x23, 0x0d, 0x9d, 0x62, 0xe2, 0x8f, 0x68, 0xce, 0xb9, 0x0f, 0x7e, 0x51,
+ 0x0a, 0xc5, 0x4d, 0xa1, 0x88, 0x34, 0x82, 0xb8, 0x91, 0xf1, 0xda, 0xf5, 0xda, 0x86, 0xc5, 0xb7,
+ 0x7e, 0xd7, 0x60, 0xdd, 0x90, 0xeb, 0x43, 0x2e, 0xb9, 0xac, 0x2c, 0x81, 0x34, 0x87, 0xbc, 0x45,
+ 0xe8, 0x46, 0x16, 0xa1, 0x46, 0x2e, 0x45, 0xf2, 0x6d, 0x66, 0xd6, 0x49, 0xa9, 0x84, 0x1b, 0x5d,
+ 0x46, 0x08, 0xfe, 0x2a, 0x33, 0xeb, 0x13, 0xb5, 0x5d, 0x13, 0xe3, 0xad, 0x9a, 0x88, 0xfe, 0xd8,
+ 0x81, 0xee, 0x69, 0x7a, 0x9d, 0xab, 0x37, 0x4d, 0xa5, 0xf3, 0xa1, 0xa6, 0xd2, 0xdd, 0x6a, 0x2a,
+ 0xb5, 0x8a, 0x5e, 0xd2, 0x5e, 0xa3, 0x7a, 0x8d, 0xef, 0xe9, 0x63, 0xe8, 0xd1, 0xab, 0xd4, 0xbf,
+ 0xa1, 0x7b, 0x1c, 0xa9, 0x55, 0x4c, 0x5a, 0xbc, 0x5d, 0xb6, 0x2c, 0xf2, 0x7a, 0xe6, 0xc3, 0x35,
+ 0x52, 0x04, 0x4e, 0x8d, 0x36, 0xa2, 0xb8, 0xc4, 0x2a, 0x75, 0x5d, 0x1d, 0xb9, 0xc6, 0x85, 0x12,
+ 0x2c, 0x84, 0x84, 0xd3, 0xe2, 0x68, 0x32, 0xb0, 0x61, 0x74, 0x1c, 0x4d, 0x06, 0x5b, 0x73, 0x01,
+ 0xec, 0xcc, 0x05, 0x9b, 0x97, 0x6c, 0xb4, 0xdb, 0xfa, 0x9b, 0xa6, 0x60, 0x47, 0xc1, 0xa6, 0xbf,
+ 0xff, 0xc1, 0xa3, 0x56, 0x7c, 0xa4, 0x56, 0x9b, 0x19, 0xd8, 0x6b, 0xcf, 0xc0, 0x37, 0x51, 0x57,
+ 0x3d, 0xf4, 0xba, 0x81, 0xbb, 0x1e, 0x7a, 0x2f, 0x2a, 0x6d, 0x28, 0x7a, 0x7e, 0x4c, 0x6b, 0xc4,
+ 0xaa, 0x3c, 0xab, 0x47, 0x14, 0x5a, 0xe3, 0x29, 0x96, 0x89, 0x6d, 0xa4, 0xac, 0xd0, 0x14, 0xc7,
+ 0x70, 0x53, 0x1c, 0xd1, 0x6f, 0x3d, 0xb8, 0xfd, 0x62, 0x71, 0xbc, 0x46, 0x83, 0x5f, 0x08, 0xad,
+ 0xf9, 0x4a, 0xb0, 0x9f, 0xe0, 0x58, 0x86, 0x17, 0x44, 0x1f, 0xf7, 0x9e, 0x7d, 0xd2, 0x26, 0xb6,
+ 0x85, 0x14, 0xd6, 0x38, 0x8d, 0xad, 0x91, 0xab, 0x8b, 0x4e, 0x53, 0x17, 0x4f, 0x60, 0xc0, 0x97,
+ 0x26, 0x2b, 0x72, 0xf2, 0x7c, 0xef, 0x19, 0x6b, 0xb5, 0xe2, 0xc5, 0x11, 0x69, 0x62, 0x67, 0x41,
+ 0x09, 0xcd, 0xcf, 0x0a, 0x57, 0x0d, 0xb4, 0x8e, 0xfe, 0xed, 0xc1, 0xc4, 0x52, 0xf1, 0x87, 0x88,
+ 0xfe, 0x7f, 0x4e, 0x09, 0x37, 0x7c, 0xa7, 0xb0, 0x10, 0x86, 0xee, 0x15, 0xae, 0xeb, 0xce, 0x89,
+ 0xd8, 0xec, 0x8d, 0xca, 0x56, 0x2b, 0xa1, 0x12, 0x99, 0xe5, 0x35, 0x1d, 0x8d, 0x1c, 0xf6, 0x4d,
+ 0x96, 0x0b, 0xf6, 0x05, 0xec, 0xa5, 0x99, 0x12, 0xe4, 0xb0, 0x35, 0xb2, 0x41, 0x9d, 0x34, 0x28,
+ 0x99, 0xd5, 0xe9, 0x1a, 0xb6, 0xd2, 0x75, 0x8d, 0xcd, 0x7c, 0x8a, 0xfc, 0x36, 0x9b, 0xfd, 0xc6,
+ 0x83, 0xc9, 0xdb, 0x2c, 0x15, 0x85, 0xe1, 0xa5, 0xa0, 0xf9, 0xef, 0x3e, 0xf8, 0x42, 0xbf, 0xe0,
+ 0x86, 0xcf, 0x9a, 0xc6, 0x53, 0xcb, 0xa8, 0xab, 0xaf, 0x7a, 0xed, 0xea, 0x6e, 0x3e, 0x9e, 0xed,
+ 0xce, 0x47, 0xf7, 0xa0, 0x9f, 0x5d, 0xac, 0x66, 0x96, 0xce, 0xba, 0xb1, 0x15, 0xd0, 0x9a, 0xc8,
+ 0xcb, 0xbe, 0x74, 0x41, 0xec, 0xa4, 0xe8, 0xaf, 0x1d, 0x18, 0x1d, 0x17, 0x17, 0xf8, 0xe1, 0x47,
+ 0x3d, 0x8a, 0xa6, 0xeb, 0x85, 0x14, 0x68, 0xe9, 0x91, 0x65, 0x23, 0xb3, 0x27, 0x30, 0x5d, 0x5a,
+ 0xd3, 0xf9, 0x5a, 0x09, 0xbd, 0x2e, 0xa4, 0xf5, 0xaa, 0x13, 0x5f, 0xc3, 0xd9, 0x01, 0x8c, 0xce,
+ 0xf8, 0x52, 0xbc, 0x12, 0xdc, 0x54, 0xca, 0xe6, 0x67, 0x1c, 0xb7, 0x21, 0xf4, 0xd3, 0x7e, 0x0e,
+ 0xf4, 0xe8, 0x18, 0x2b, 0xe0, 0xc7, 0x9b, 0x51, 0x42, 0xbc, 0x2e, 0x52, 0x51, 0xbb, 0xba, 0x01,
+ 0x28, 0xec, 0x7c, 0x81, 0x84, 0xdb, 0xa5, 0xb0, 0xf3, 0x85, 0x66, 0xfb, 0xd0, 0xea, 0x49, 0xe1,
+ 0x90, 0x34, 0xed, 0x2e, 0xb5, 0x0f, 0xa0, 0x05, 0x57, 0xcb, 0xf5, 0xdc, 0xf2, 0x03, 0xe9, 0x37,
+ 0x08, 0xea, 0xb3, 0xbc, 0xac, 0xcc, 0xdb, 0x16, 0xcb, 0xb6, 0x10, 0xd4, 0x2f, 0x0b, 0x29, 0x6d,
+ 0xf2, 0x1d, 0x3f, 0xb4, 0x10, 0x8a, 0x6c, 0x51, 0xa9, 0x65, 0xc3, 0x10, 0x56, 0x8a, 0x7e, 0xdd,
+ 0x85, 0xe0, 0xe5, 0xa5, 0xc8, 0xcd, 0x49, 0xa5, 0xd7, 0x1f, 0x35, 0xbe, 0x3c, 0x74, 0x63, 0x95,
+ 0x1d, 0x8d, 0x6c, 0x56, 0x69, 0x82, 0x3a, 0xa5, 0xf1, 0xe8, 0x33, 0xa0, 0xe9, 0x2c, 0xc1, 0x19,
+ 0xc9, 0x15, 0x36, 0xca, 0x2f, 0x73, 0x6a, 0x85, 0x99, 0x4e, 0x34, 0x37, 0x99, 0x3e, 0xbb, 0x4a,
+ 0xb8, 0x94, 0x54, 0xda, 0x7e, 0x3c, 0xce, 0xf4, 0xa9, 0x05, 0x8f, 0xa4, 0xc4, 0x37, 0x89, 0x5a,
+ 0x03, 0xb5, 0xfb, 0x81, 0xfb, 0xb2, 0xac, 0xa4, 0xa0, 0x6e, 0xbf, 0x21, 0xba, 0xe1, 0x16, 0xd1,
+ 0x3d, 0x80, 0xc0, 0x0e, 0x9f, 0x9b, 0x46, 0xe5, 0xd3, 0xe4, 0x89, 0x25, 0xff, 0x39, 0x8c, 0x48,
+ 0xe9, 0x86, 0xe7, 0x60, 0x33, 0x98, 0xba, 0xd9, 0xf9, 0xa7, 0xe0, 0x67, 0x65, 0x82, 0x1f, 0xc9,
+ 0x3a, 0x04, 0x62, 0xfb, 0x7b, 0xad, 0x99, 0xac, 0xd2, 0xeb, 0x59, 0x79, 0x52, 0x28, 0x13, 0x0f,
+ 0x33, 0xfa, 0xd5, 0xec, 0x0b, 0xe8, 0x55, 0x4a, 0xea, 0x70, 0x44, 0xc6, 0x77, 0xb6, 0x8d, 0xdf,
+ 0x28, 0x19, 0x93, 0x9a, 0x7d, 0x59, 0x8f, 0x1e, 0xe3, 0xdd, 0x69, 0xac, 0x09, 0x79, 0x6b, 0x06,
+ 0xc1, 0x8f, 0xca, 0xc9, 0x96, 0xe2, 0x5a, 0x3e, 0x30, 0xf6, 0x45, 0x99, 0x2d, 0xdb, 0xdf, 0x47,
+ 0x01, 0x21, 0x74, 0x51, 0x1c, 0x95, 0x49, 0xcd, 0xd5, 0xaa, 0x19, 0x95, 0x11, 0x40, 0x96, 0x6f,
+ 0xf7, 0xfa, 0xde, 0x0f, 0xf5, 0xfa, 0xfe, 0x0d, 0xbd, 0x9e, 0x3e, 0xdb, 0xa5, 0x70, 0x8d, 0x7e,
+ 0xe0, 0xbe, 0x51, 0x2a, 0x29, 0x6c, 0x05, 0x46, 0x30, 0x11, 0xe8, 0x7c, 0x52, 0x56, 0x7a, 0x9d,
+ 0xb8, 0xff, 0x3b, 0x82, 0x78, 0x24, 0xea, 0x1b, 0xcd, 0xd2, 0xe8, 0x0d, 0xc0, 0x26, 0x9c, 0xe8,
+ 0x6e, 0xfd, 0x25, 0x5f, 0xd6, 0xa4, 0x62, 0x81, 0xd9, 0xe6, 0x1f, 0x8c, 0x4e, 0xeb, 0x1f, 0x8c,
+ 0x0f, 0xcd, 0x92, 0xcf, 0x61, 0xe8, 0x02, 0x5f, 0xb7, 0x5e, 0x6f, 0xd3, 0x7a, 0x37, 0x0f, 0x75,
+ 0xb6, 0x1e, 0xfa, 0xbd, 0x07, 0x77, 0x5f, 0xea, 0x13, 0xa1, 0x74, 0x91, 0x1f, 0xf3, 0xe5, 0xda,
+ 0xf5, 0x10, 0x2a, 0x60, 0x34, 0x68, 0x8d, 0xa2, 0x8e, 0x5b, 0xd0, 0xe1, 0x92, 0xec, 0x5b, 0x24,
+ 0x6f, 0x81, 0x59, 0x8a, 0x84, 0x7e, 0xb6, 0xc5, 0x23, 0xb5, 0xd8, 0xea, 0x3e, 0xbd, 0x1f, 0xea,
+ 0x3e, 0x4f, 0xfe, 0xe4, 0xc1, 0xb8, 0xdd, 0xd1, 0xd8, 0x18, 0xfc, 0x79, 0x62, 0x7b, 0xcf, 0xf4,
+ 0x16, 0x9b, 0xc2, 0xb8, 0x96, 0x70, 0x72, 0x9c, 0x7a, 0xec, 0x1e, 0x4c, 0xdb, 0x08, 0xd2, 0xe3,
+ 0xb4, 0xc3, 0x00, 0x06, 0xf3, 0x84, 0x2c, 0xba, 0x6c, 0x02, 0x81, 0x5d, 0x9f, 0xa6, 0xe7, 0xd3,
+ 0x1e, 0xbb, 0x03, 0x93, 0x46, 0xc4, 0x22, 0x9b, 0xf6, 0x59, 0x00, 0xfd, 0x79, 0x82, 0xda, 0x01,
+ 0xbb, 0x0b, 0xb7, 0xeb, 0xed, 0x5c, 0xab, 0x9b, 0x0e, 0xd9, 0x1e, 0xc0, 0x3c, 0x99, 0xbb, 0x6f,
+ 0xae, 0xa9, 0x6f, 0x7d, 0xb2, 0x7f, 0xb8, 0x4c, 0x03, 0xeb, 0xd3, 0x49, 0x21, 0xe5, 0x71, 0x91,
+ 0x9f, 0x65, 0xab, 0x29, 0x3c, 0x79, 0x0a, 0x7e, 0x7d, 0x31, 0xf4, 0x64, 0x96, 0x6b, 0xa1, 0xcc,
+ 0xf4, 0x16, 0xae, 0xdf, 0xd0, 0x44, 0x33, 0xf5, 0x70, 0xfd, 0x42, 0x48, 0x61, 0xc4, 0xb4, 0xf3,
+ 0x75, 0xf8, 0xe7, 0x77, 0xfb, 0xde, 0xf7, 0xef, 0xf6, 0xbd, 0x7f, 0xbc, 0xdb, 0xf7, 0x7e, 0xf7,
+ 0x7e, 0xff, 0xd6, 0xf7, 0xef, 0xf7, 0x6f, 0xfd, 0xed, 0xfd, 0xfe, 0xad, 0xc5, 0x80, 0x22, 0xf5,
+ 0xfc, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x0b, 0xc6, 0x81, 0x56, 0x44, 0x14, 0x00, 0x00,
}
func (m *Area) Marshal() (dAtA []byte, err error) {
@@ -3719,17 +3788,114 @@
i += copy(dAtA[i:], s)
}
}
+ if m.CompareThreshold != 0 {
+ dAtA[i] = 0x15
+ i++
+ encoding_binary.LittleEndian.PutUint32(dAtA[i:], uint32(math.Float32bits(float32(m.CompareThreshold))))
+ i += 4
+ }
if len(m.FaceFeature) > 0 {
- dAtA[i] = 0x12
+ dAtA[i] = 0x1a
i++
i = encodeVarintProtomsg(dAtA, i, uint64(len(m.FaceFeature)))
i += copy(dAtA[i:], m.FaceFeature)
}
- if m.CompareThreshold != 0 {
- dAtA[i] = 0x1d
+ if len(m.Tasks) > 0 {
+ for _, s := range m.Tasks {
+ dAtA[i] = 0x22
+ 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.TreeNodes) > 0 {
+ for _, s := range m.TreeNodes {
+ dAtA[i] = 0x2a
+ 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.Tabs) > 0 {
+ for _, s := range m.Tabs {
+ dAtA[i] = 0x32
+ 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.AlarmLevel) > 0 {
+ for _, s := range m.AlarmLevel {
+ dAtA[i] = 0x3a
+ 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.SearchTime) > 0 {
+ for _, s := range m.SearchTime {
+ dAtA[i] = 0x42
+ 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.InputValue) > 0 {
+ dAtA[i] = 0x4a
i++
- encoding_binary.LittleEndian.PutUint32(dAtA[i:], uint32(math.Float32bits(float32(m.CompareThreshold))))
- i += 4
+ i = encodeVarintProtomsg(dAtA, i, uint64(len(m.InputValue)))
+ i += copy(dAtA[i:], m.InputValue)
+ }
+ if len(m.Collection) > 0 {
+ dAtA[i] = 0x52
+ i++
+ i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Collection)))
+ i += copy(dAtA[i:], m.Collection)
+ }
+ if m.Source {
+ dAtA[i] = 0x58
+ i++
+ if m.Source {
+ dAtA[i] = 1
+ } else {
+ dAtA[i] = 0
+ }
+ i++
}
return i, nil
}
@@ -4705,12 +4871,53 @@
n += 1 + l + sovProtomsg(uint64(l))
}
}
+ if m.CompareThreshold != 0 {
+ n += 5
+ }
l = len(m.FaceFeature)
if l > 0 {
n += 1 + l + sovProtomsg(uint64(l))
}
- if m.CompareThreshold != 0 {
- n += 5
+ if len(m.Tasks) > 0 {
+ for _, s := range m.Tasks {
+ l = len(s)
+ n += 1 + l + sovProtomsg(uint64(l))
+ }
+ }
+ if len(m.TreeNodes) > 0 {
+ for _, s := range m.TreeNodes {
+ l = len(s)
+ n += 1 + l + sovProtomsg(uint64(l))
+ }
+ }
+ if len(m.Tabs) > 0 {
+ for _, s := range m.Tabs {
+ l = len(s)
+ n += 1 + l + sovProtomsg(uint64(l))
+ }
+ }
+ if len(m.AlarmLevel) > 0 {
+ for _, s := range m.AlarmLevel {
+ l = len(s)
+ n += 1 + l + sovProtomsg(uint64(l))
+ }
+ }
+ if len(m.SearchTime) > 0 {
+ for _, s := range m.SearchTime {
+ l = len(s)
+ n += 1 + l + sovProtomsg(uint64(l))
+ }
+ }
+ l = len(m.InputValue)
+ if l > 0 {
+ n += 1 + l + sovProtomsg(uint64(l))
+ }
+ l = len(m.Collection)
+ if l > 0 {
+ n += 1 + l + sovProtomsg(uint64(l))
+ }
+ if m.Source {
+ n += 2
}
return n
}
@@ -9519,6 +9726,17 @@
m.TableIds = append(m.TableIds, string(dAtA[iNdEx:postIndex]))
iNdEx = postIndex
case 2:
+ if wireType != 5 {
+ return fmt.Errorf("proto: wrong wireType = %d for field CompareThreshold", wireType)
+ }
+ var v uint32
+ if (iNdEx + 4) > l {
+ return io.ErrUnexpectedEOF
+ }
+ v = uint32(encoding_binary.LittleEndian.Uint32(dAtA[iNdEx:]))
+ iNdEx += 4
+ m.CompareThreshold = float32(math.Float32frombits(v))
+ case 3:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field FaceFeature", wireType)
}
@@ -9552,17 +9770,250 @@
m.FaceFeature = []byte{}
}
iNdEx = postIndex
- case 3:
- if wireType != 5 {
- return fmt.Errorf("proto: wrong wireType = %d for field CompareThreshold", wireType)
+ case 4:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Tasks", wireType)
}
- var v uint32
- if (iNdEx + 4) > l {
+ 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
}
- v = uint32(encoding_binary.LittleEndian.Uint32(dAtA[iNdEx:]))
- iNdEx += 4
- m.CompareThreshold = float32(math.Float32frombits(v))
+ m.Tasks = append(m.Tasks, string(dAtA[iNdEx:postIndex]))
+ iNdEx = postIndex
+ case 5:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field TreeNodes", 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.TreeNodes = append(m.TreeNodes, string(dAtA[iNdEx:postIndex]))
+ iNdEx = postIndex
+ case 6:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Tabs", 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.Tabs = append(m.Tabs, string(dAtA[iNdEx:postIndex]))
+ iNdEx = postIndex
+ case 7:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field AlarmLevel", 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.AlarmLevel = append(m.AlarmLevel, string(dAtA[iNdEx:postIndex]))
+ iNdEx = postIndex
+ case 8:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field SearchTime", 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.SearchTime = append(m.SearchTime, string(dAtA[iNdEx:postIndex]))
+ iNdEx = postIndex
+ case 9:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field InputValue", 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.InputValue = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 10:
+ 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 11:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Source", wireType)
+ }
+ var v int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowProtomsg
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ v |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ m.Source = bool(v != 0)
default:
iNdEx = preIndex
skippy, err := skipProtomsg(dAtA[iNdEx:])
diff --git a/protomsg.proto b/protomsg.proto
index 71d93be..3bf9aa1 100644
--- a/protomsg.proto
+++ b/protomsg.proto
@@ -225,8 +225,17 @@
message CompareArgs {
repeated string tableIds = 1;
- bytes faceFeature = 2;
- float compareThreshold = 3;
+ float compareThreshold = 2;
+ bytes faceFeature = 3;
+
+ repeated string tasks = 4;
+ repeated string treeNodes = 5;
+ repeated string tabs = 6;
+ repeated string alarmLevel = 7;
+ repeated string searchTime = 8;
+ string inputValue = 9;
+ string collection = 10;
+ bool source = 11;
}
message EventPush {
--
Gitblit v1.8.0