liuxiaolong
2020-12-15 49a34234359fcbd48223cd44c10ed77e285f563d
protomsg.pb.go
@@ -27,21 +27,22 @@
type TableChanged int32
const (
   TableChanged_T_Camera           TableChanged = 0
   TableChanged_T_CameraRule       TableChanged = 1
   TableChanged_T_Sdk              TableChanged = 2
   TableChanged_T_CameraPolygon    TableChanged = 3
   TableChanged_T_TimeRule         TableChanged = 4
   TableChanged_T_Server           TableChanged = 5
   TableChanged_T_PollConfig       TableChanged = 6
   TableChanged_T_File             TableChanged = 7
   TableChanged_T_FileSetting      TableChanged = 8
   TableChanged_T_SdkChanSet       TableChanged = 9
   TableChanged_T_FileStack        TableChanged = 10
   TableChanged_T_ResourceConfig   TableChanged = 11
   TableChanged_T_CalculationPower TableChanged = 12
   TableChanged_T_EventPush        TableChanged = 13
   TableChanged_T_Cluster          TableChanged = 14
   TableChanged_T_Camera                TableChanged = 0
   TableChanged_T_CameraRule            TableChanged = 1
   TableChanged_T_Sdk                   TableChanged = 2
   TableChanged_T_CameraPolygon         TableChanged = 3
   TableChanged_T_TimeRule              TableChanged = 4
   TableChanged_T_Server                TableChanged = 5
   TableChanged_T_PollConfig            TableChanged = 6
   TableChanged_T_File                  TableChanged = 7
   TableChanged_T_FileSetting           TableChanged = 8
   TableChanged_T_SdkChanSet            TableChanged = 9
   TableChanged_T_FileStack             TableChanged = 10
   TableChanged_T_ResourceConfig        TableChanged = 11
   TableChanged_T_CalculationPower      TableChanged = 12
   TableChanged_T_EventPush             TableChanged = 13
   TableChanged_T_Cluster               TableChanged = 14
   TableChanged_T_CameraPolygonRelation TableChanged = 15
)
var TableChanged_name = map[int32]string{
@@ -60,24 +61,26 @@
   12: "T_CalculationPower",
   13: "T_EventPush",
   14: "T_Cluster",
   15: "T_CameraPolygonRelation",
}
var TableChanged_value = map[string]int32{
   "T_Camera":           0,
   "T_CameraRule":       1,
   "T_Sdk":              2,
   "T_CameraPolygon":    3,
   "T_TimeRule":         4,
   "T_Server":           5,
   "T_PollConfig":       6,
   "T_File":             7,
   "T_FileSetting":      8,
   "T_SdkChanSet":       9,
   "T_FileStack":        10,
   "T_ResourceConfig":   11,
   "T_CalculationPower": 12,
   "T_EventPush":        13,
   "T_Cluster":          14,
   "T_Camera":                0,
   "T_CameraRule":            1,
   "T_Sdk":                   2,
   "T_CameraPolygon":         3,
   "T_TimeRule":              4,
   "T_Server":                5,
   "T_PollConfig":            6,
   "T_File":                  7,
   "T_FileSetting":           8,
   "T_SdkChanSet":            9,
   "T_FileStack":             10,
   "T_ResourceConfig":        11,
   "T_CalculationPower":      12,
   "T_EventPush":             13,
   "T_Cluster":               14,
   "T_CameraPolygonRelation": 15,
}
func (x TableChanged) String() string {
@@ -2191,6 +2194,82 @@
   return ""
}
type CameraPolygonRelation struct {
   Id              string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
   SourceCameraId  string `protobuf:"bytes,2,opt,name=source_camera_id,json=sourceCameraId,proto3" json:"source_camera_id,omitempty"`
   SourcePolygonId string `protobuf:"bytes,3,opt,name=source_polygon_id,json=sourcePolygonId,proto3" json:"source_polygon_id,omitempty"`
   TargetCameraId  string `protobuf:"bytes,4,opt,name=target_camera_id,json=targetCameraId,proto3" json:"target_camera_id,omitempty"`
   TargetPolygonId string `protobuf:"bytes,5,opt,name=target_polygon_id,json=targetPolygonId,proto3" json:"target_polygon_id,omitempty"`
}
func (m *CameraPolygonRelation) Reset()         { *m = CameraPolygonRelation{} }
func (m *CameraPolygonRelation) String() string { return proto.CompactTextString(m) }
func (*CameraPolygonRelation) ProtoMessage()    {}
func (*CameraPolygonRelation) Descriptor() ([]byte, []int) {
   return fileDescriptor_32de24555f916688, []int{23}
}
func (m *CameraPolygonRelation) XXX_Unmarshal(b []byte) error {
   return m.Unmarshal(b)
}
func (m *CameraPolygonRelation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
   if deterministic {
      return xxx_messageInfo_CameraPolygonRelation.Marshal(b, m, deterministic)
   } else {
      b = b[:cap(b)]
      n, err := m.MarshalTo(b)
      if err != nil {
         return nil, err
      }
      return b[:n], nil
   }
}
func (m *CameraPolygonRelation) XXX_Merge(src proto.Message) {
   xxx_messageInfo_CameraPolygonRelation.Merge(m, src)
}
func (m *CameraPolygonRelation) XXX_Size() int {
   return m.Size()
}
func (m *CameraPolygonRelation) XXX_DiscardUnknown() {
   xxx_messageInfo_CameraPolygonRelation.DiscardUnknown(m)
}
var xxx_messageInfo_CameraPolygonRelation proto.InternalMessageInfo
func (m *CameraPolygonRelation) GetId() string {
   if m != nil {
      return m.Id
   }
   return ""
}
func (m *CameraPolygonRelation) GetSourceCameraId() string {
   if m != nil {
      return m.SourceCameraId
   }
   return ""
}
func (m *CameraPolygonRelation) GetSourcePolygonId() string {
   if m != nil {
      return m.SourcePolygonId
   }
   return ""
}
func (m *CameraPolygonRelation) GetTargetCameraId() string {
   if m != nil {
      return m.TargetCameraId
   }
   return ""
}
func (m *CameraPolygonRelation) GetTargetPolygonId() string {
   if m != nil {
      return m.TargetPolygonId
   }
   return ""
}
type VideotapeInfo struct {
   EsDataId string   `protobuf:"bytes,1,opt,name=esDataId,proto3" json:"esDataId,omitempty"`
   CameraId string   `protobuf:"bytes,2,opt,name=cameraId,proto3" json:"cameraId,omitempty"`
@@ -2205,7 +2284,7 @@
func (m *VideotapeInfo) String() string { return proto.CompactTextString(m) }
func (*VideotapeInfo) ProtoMessage()    {}
func (*VideotapeInfo) Descriptor() ([]byte, []int) {
   return fileDescriptor_32de24555f916688, []int{23}
   return fileDescriptor_32de24555f916688, []int{24}
}
func (m *VideotapeInfo) XXX_Unmarshal(b []byte) error {
   return m.Unmarshal(b)
@@ -2293,7 +2372,7 @@
func (m *Voice) String() string { return proto.CompactTextString(m) }
func (*Voice) ProtoMessage()    {}
func (*Voice) Descriptor() ([]byte, []int) {
   return fileDescriptor_32de24555f916688, []int{24}
   return fileDescriptor_32de24555f916688, []int{25}
}
func (m *Voice) XXX_Unmarshal(b []byte) error {
   return m.Unmarshal(b)
@@ -2351,7 +2430,7 @@
func (m *VoiceList) String() string { return proto.CompactTextString(m) }
func (*VoiceList) ProtoMessage()    {}
func (*VoiceList) Descriptor() ([]byte, []int) {
   return fileDescriptor_32de24555f916688, []int{25}
   return fileDescriptor_32de24555f916688, []int{26}
}
func (m *VoiceList) XXX_Unmarshal(b []byte) error {
   return m.Unmarshal(b)
@@ -2408,7 +2487,7 @@
func (m *CompareArgs) String() string { return proto.CompactTextString(m) }
func (*CompareArgs) ProtoMessage()    {}
func (*CompareArgs) Descriptor() ([]byte, []int) {
   return fileDescriptor_32de24555f916688, []int{26}
   return fileDescriptor_32de24555f916688, []int{27}
}
func (m *CompareArgs) XXX_Unmarshal(b []byte) error {
   return m.Unmarshal(b)
@@ -2544,7 +2623,7 @@
func (m *CompareEvent) String() string { return proto.CompactTextString(m) }
func (*CompareEvent) ProtoMessage()    {}
func (*CompareEvent) Descriptor() ([]byte, []int) {
   return fileDescriptor_32de24555f916688, []int{27}
   return fileDescriptor_32de24555f916688, []int{28}
}
func (m *CompareEvent) XXX_Unmarshal(b []byte) error {
   return m.Unmarshal(b)
@@ -2597,7 +2676,7 @@
func (m *SdkCompareEach) String() string { return proto.CompactTextString(m) }
func (*SdkCompareEach) ProtoMessage()    {}
func (*SdkCompareEach) Descriptor() ([]byte, []int) {
   return fileDescriptor_32de24555f916688, []int{28}
   return fileDescriptor_32de24555f916688, []int{29}
}
func (m *SdkCompareEach) XXX_Unmarshal(b []byte) error {
   return m.Unmarshal(b)
@@ -2655,7 +2734,7 @@
func (m *SdkCompareResult) String() string { return proto.CompactTextString(m) }
func (*SdkCompareResult) ProtoMessage()    {}
func (*SdkCompareResult) Descriptor() ([]byte, []int) {
   return fileDescriptor_32de24555f916688, []int{29}
   return fileDescriptor_32de24555f916688, []int{30}
}
func (m *SdkCompareResult) XXX_Unmarshal(b []byte) error {
   return m.Unmarshal(b)
@@ -2710,7 +2789,7 @@
func (m *EventPush) String() string { return proto.CompactTextString(m) }
func (*EventPush) ProtoMessage()    {}
func (*EventPush) Descriptor() ([]byte, []int) {
   return fileDescriptor_32de24555f916688, []int{30}
   return fileDescriptor_32de24555f916688, []int{31}
}
func (m *EventPush) XXX_Unmarshal(b []byte) error {
   return m.Unmarshal(b)
@@ -2837,7 +2916,7 @@
func (m *EventPushRule) String() string { return proto.CompactTextString(m) }
func (*EventPushRule) ProtoMessage()    {}
func (*EventPushRule) Descriptor() ([]byte, []int) {
   return fileDescriptor_32de24555f916688, []int{31}
   return fileDescriptor_32de24555f916688, []int{32}
}
func (m *EventPushRule) XXX_Unmarshal(b []byte) error {
   return m.Unmarshal(b)
@@ -2925,7 +3004,7 @@
func (m *PushIpPort) String() string { return proto.CompactTextString(m) }
func (*PushIpPort) ProtoMessage()    {}
func (*PushIpPort) Descriptor() ([]byte, []int) {
   return fileDescriptor_32de24555f916688, []int{32}
   return fileDescriptor_32de24555f916688, []int{33}
}
func (m *PushIpPort) XXX_Unmarshal(b []byte) error {
   return m.Unmarshal(b)
@@ -2984,7 +3063,7 @@
func (m *PushUrl) String() string { return proto.CompactTextString(m) }
func (*PushUrl) ProtoMessage()    {}
func (*PushUrl) Descriptor() ([]byte, []int) {
   return fileDescriptor_32de24555f916688, []int{33}
   return fileDescriptor_32de24555f916688, []int{34}
}
func (m *PushUrl) XXX_Unmarshal(b []byte) error {
   return m.Unmarshal(b)
@@ -3040,7 +3119,7 @@
func (m *PushAttach) String() string { return proto.CompactTextString(m) }
func (*PushAttach) ProtoMessage()    {}
func (*PushAttach) Descriptor() ([]byte, []int) {
   return fileDescriptor_32de24555f916688, []int{34}
   return fileDescriptor_32de24555f916688, []int{35}
}
func (m *PushAttach) XXX_Unmarshal(b []byte) error {
   return m.Unmarshal(b)
@@ -3125,7 +3204,7 @@
func (m *EsPersonCacheChange) String() string { return proto.CompactTextString(m) }
func (*EsPersonCacheChange) ProtoMessage()    {}
func (*EsPersonCacheChange) Descriptor() ([]byte, []int) {
   return fileDescriptor_32de24555f916688, []int{35}
   return fileDescriptor_32de24555f916688, []int{36}
}
func (m *EsPersonCacheChange) XXX_Unmarshal(b []byte) error {
   return m.Unmarshal(b)
@@ -3214,7 +3293,7 @@
func (m *ClusterAndNodes) String() string { return proto.CompactTextString(m) }
func (*ClusterAndNodes) ProtoMessage()    {}
func (*ClusterAndNodes) Descriptor() ([]byte, []int) {
   return fileDescriptor_32de24555f916688, []int{36}
   return fileDescriptor_32de24555f916688, []int{37}
}
func (m *ClusterAndNodes) XXX_Unmarshal(b []byte) error {
   return m.Unmarshal(b)
@@ -3287,7 +3366,7 @@
func (m *Node) String() string { return proto.CompactTextString(m) }
func (*Node) ProtoMessage()    {}
func (*Node) Descriptor() ([]byte, []int) {
   return fileDescriptor_32de24555f916688, []int{37}
   return fileDescriptor_32de24555f916688, []int{38}
}
func (m *Node) XXX_Unmarshal(b []byte) error {
   return m.Unmarshal(b)
@@ -3407,6 +3486,7 @@
   proto.RegisterType((*SdkChanSet)(nil), "protomsg.SdkChanSet")
   proto.RegisterType((*DbChangeMessage)(nil), "protomsg.DbChangeMessage")
   proto.RegisterType((*CameraPolygon)(nil), "protomsg.CameraPolygon")
   proto.RegisterType((*CameraPolygonRelation)(nil), "protomsg.CameraPolygonRelation")
   proto.RegisterType((*VideotapeInfo)(nil), "protomsg.VideotapeInfo")
   proto.RegisterType((*Voice)(nil), "protomsg.Voice")
   proto.RegisterType((*VoiceList)(nil), "protomsg.VoiceList")
@@ -3427,199 +3507,204 @@
func init() { proto.RegisterFile("protomsg.proto", fileDescriptor_32de24555f916688) }
var fileDescriptor_32de24555f916688 = []byte{
   // 3062 bytes of a gzipped FileDescriptorProto
   0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x59, 0x4f, 0x73, 0x1c, 0x47,
   0x15, 0xf7, 0xfe, 0xdf, 0x7d, 0xbb, 0x92, 0xc6, 0x6d, 0xc7, 0x1e, 0xdb, 0x89, 0xa2, 0x4c, 0x1c,
   0x70, 0x94, 0xc4, 0x50, 0x4e, 0x0e, 0x9c, 0x42, 0xc9, 0x96, 0x0d, 0x5b, 0xe5, 0x18, 0x31, 0x5a,
   0x3b, 0x37, 0xa6, 0x5a, 0x3b, 0xad, 0xdd, 0x29, 0x8d, 0x66, 0x26, 0xdd, 0x3d, 0xb2, 0x55, 0xc5,
   0x8d, 0xa2, 0x80, 0x4b, 0x80, 0x03, 0x1f, 0x82, 0x0f, 0x01, 0xe4, 0x06, 0x27, 0x2a, 0x47, 0x6e,
   0x50, 0xc9, 0x85, 0x1b, 0x37, 0xce, 0xd4, 0x7b, 0xdd, 0x3d, 0x33, 0x2b, 0xc9, 0x89, 0x39, 0x6d,
   0xbf, 0x5f, 0xf7, 0x74, 0xbf, 0x7e, 0xfd, 0x7b, 0xaf, 0xdf, 0xeb, 0x85, 0xf5, 0x42, 0xe6, 0x3a,
   0x3f, 0x56, 0x8b, 0xbb, 0xd4, 0x60, 0x43, 0x27, 0xdf, 0x84, 0x03, 0xae, 0x84, 0x41, 0x83, 0x47,
   0xd0, 0xdd, 0x91, 0x82, 0xb3, 0x75, 0x68, 0x27, 0xb1, 0xdf, 0xda, 0x6a, 0xdd, 0xe9, 0x85, 0xed,
   0x24, 0x66, 0x37, 0x61, 0x58, 0x70, 0x29, 0x32, 0x9d, 0xc4, 0x7e, 0x9b, 0xd0, 0x4a, 0x66, 0x0c,
   0xba, 0x19, 0x3f, 0x16, 0x7e, 0x67, 0xab, 0x75, 0x67, 0x14, 0x52, 0x3b, 0xf8, 0x6f, 0x0f, 0xfa,
   0x0f, 0xf8, 0xb1, 0x90, 0xcd, 0xa9, 0x46, 0x34, 0x95, 0x1b, 0xde, 0xae, 0x87, 0xb3, 0xab, 0xd0,
   0xe3, 0x69, 0xc2, 0x95, 0x9d, 0xc3, 0x08, 0xec, 0x2d, 0x98, 0xa8, 0x8c, 0x17, 0x6a, 0x99, 0xeb,
   0xa8, 0x94, 0xa9, 0xdf, 0xa5, 0xce, 0xb1, 0xc3, 0x9e, 0xca, 0x14, 0x27, 0xd3, 0xa7, 0x85, 0xf0,
   0x7b, 0xa4, 0x13, 0xb5, 0x11, 0xe3, 0x71, 0x2c, 0xfd, 0xbe, 0x59, 0x00, 0xdb, 0xec, 0x75, 0x18,
   0xa5, 0x79, 0xb6, 0x48, 0x74, 0x19, 0x0b, 0x7f, 0xb0, 0xd5, 0xba, 0xd3, 0x0e, 0x6b, 0x00, 0x77,
   0x97, 0x72, 0x6d, 0x3a, 0x87, 0xd4, 0x59, 0xc9, 0xa8, 0xda, 0x61, 0x9a, 0xe7, 0xd2, 0x1f, 0xd1,
   0x12, 0x46, 0xc0, 0x35, 0xa4, 0x56, 0x85, 0x0f, 0x66, 0x0d, 0x6c, 0xd3, 0x46, 0x0b, 0x7f, 0x6c,
   0x37, 0x5a, 0xe0, 0x98, 0x22, 0x97, 0xda, 0x9f, 0x18, 0xdd, 0xb0, 0x8d, 0x2b, 0x95, 0x4a, 0x48,
   0x32, 0xc0, 0x1a, 0x8d, 0xac, 0x64, 0x63, 0x63, 0xa5, 0x9e, 0xe7, 0x32, 0xf6, 0xd7, 0x4d, 0x9f,
   0x93, 0x51, 0x8b, 0x03, 0xc9, 0xb3, 0xd8, 0xdf, 0x30, 0x06, 0x22, 0x01, 0xbf, 0x90, 0x42, 0x09,
   0x79, 0x22, 0x62, 0xdf, 0x33, 0x5f, 0x38, 0x99, 0xbd, 0x01, 0x90, 0xa8, 0x48, 0x96, 0x59, 0x96,
   0x64, 0x0b, 0xff, 0xf2, 0x56, 0xeb, 0xce, 0x30, 0x1c, 0x25, 0x2a, 0x34, 0x00, 0x76, 0xcb, 0x32,
   0x8b, 0x44, 0xc6, 0x0f, 0x52, 0xe1, 0x33, 0xd3, 0x2d, 0xcb, 0xec, 0x21, 0x01, 0xec, 0x06, 0x0c,
   0xb1, 0x9b, 0x6c, 0x7b, 0x85, 0xf4, 0x1f, 0xc8, 0x32, 0x9b, 0xa1, 0x79, 0x03, 0x58, 0xc3, 0x2e,
   0x5a, 0x46, 0x46, 0x49, 0xec, 0x5f, 0x35, 0xc7, 0x22, 0xcb, 0x6c, 0x9f, 0xb0, 0x69, 0xcc, 0xde,
   0x05, 0x4f, 0x0a, 0x95, 0xa7, 0xa5, 0x4e, 0xf2, 0x2c, 0x7a, 0x9e, 0xc4, 0x7a, 0xe9, 0xbf, 0x46,
   0xd3, 0x6c, 0xd4, 0xf8, 0xa7, 0x08, 0xb3, 0xf7, 0xe0, 0x72, 0x63, 0xe8, 0x52, 0x24, 0x8b, 0xa5,
   0xf6, 0xaf, 0xd1, 0xd8, 0xc6, 0x1c, 0x3f, 0x26, 0x9c, 0x79, 0xd0, 0x39, 0x2c, 0x94, 0x7f, 0x9d,
   0xba, 0xb1, 0xc9, 0xb6, 0x61, 0xa0, 0x44, 0xa6, 0x72, 0xa9, 0x7c, 0x7f, 0xab, 0x73, 0x67, 0x7c,
   0xcf, 0xbb, 0x5b, 0x11, 0x7d, 0x9f, 0x3a, 0x42, 0x37, 0x80, 0x6d, 0xc1, 0xf8, 0x24, 0x4f, 0xe6,
   0xc2, 0xec, 0xd1, 0xbf, 0x41, 0x9b, 0x6e, 0x42, 0xcc, 0x87, 0x01, 0x89, 0xd3, 0xd8, 0xbf, 0x49,
   0xbb, 0x72, 0x22, 0xfb, 0x0e, 0xac, 0xcf, 0xf3, 0x5c, 0xc6, 0x33, 0xc9, 0x33, 0x75, 0x98, 0xcb,
   0x63, 0xff, 0x16, 0x0d, 0x38, 0x83, 0x06, 0x7f, 0x6e, 0x41, 0xdf, 0xac, 0x7b, 0x11, 0xf1, 0xc9,
   0x9e, 0x96, 0xf8, 0xc4, 0x55, 0xc3, 0x99, 0xce, 0x39, 0xce, 0x74, 0x5f, 0xc2, 0x99, 0xde, 0x37,
   0x70, 0xa6, 0x7f, 0x86, 0x33, 0xaf, 0xc3, 0x48, 0x2f, 0xa5, 0x50, 0xcb, 0x3c, 0x8d, 0x89, 0xf3,
   0xbd, 0xb0, 0x06, 0xd8, 0x35, 0xe8, 0xdb, 0xc3, 0x1f, 0x92, 0x1d, 0xac, 0x14, 0x7c, 0x02, 0x60,
   0x1c, 0xf7, 0x71, 0x92, 0x1d, 0x21, 0x4d, 0xe6, 0x24, 0x45, 0x49, 0xac, 0xec, 0x5e, 0x46, 0x06,
   0x99, 0xc6, 0x68, 0xd1, 0x49, 0x9a, 0x64, 0x47, 0x91, 0xe6, 0xea, 0x28, 0xb2, 0xa1, 0x61, 0x14,
   0x02, 0x62, 0x33, 0xae, 0x8e, 0xa6, 0x71, 0xf0, 0x77, 0xb4, 0x47, 0x7c, 0x14, 0x96, 0x19, 0x7b,
   0x0d, 0xfa, 0x49, 0x31, 0x8f, 0x2a, 0x9b, 0xf4, 0x92, 0x62, 0x3e, 0x8d, 0x91, 0x6a, 0x2a, 0x3e,
   0x8a, 0x1a, 0xa6, 0x19, 0xa8, 0xf8, 0x88, 0xa8, 0xf6, 0x3e, 0x5c, 0x4e, 0xd4, 0x4c, 0x26, 0x8b,
   0x85, 0x90, 0xf7, 0x4f, 0xf7, 0xa4, 0xd8, 0x8f, 0x8f, 0xc8, 0x58, 0xbd, 0xf0, 0x7c, 0x07, 0xdb,
   0x04, 0x98, 0xe7, 0xd9, 0x61, 0x12, 0x8b, 0x6c, 0x2e, 0xac, 0x05, 0x1b, 0x08, 0xf9, 0x50, 0x28,
   0x92, 0x98, 0x8c, 0x38, 0x0c, 0x8d, 0xc0, 0xee, 0x02, 0xd3, 0x66, 0xa2, 0x27, 0xe2, 0x85, 0xde,
   0x37, 0x2b, 0x93, 0x2d, 0x7b, 0xe1, 0x05, 0x3d, 0xc1, 0x4f, 0x61, 0xdd, 0xd8, 0x67, 0x96, 0x1c,
   0x0b, 0x59, 0xa6, 0xe2, 0x95, 0x02, 0xdc, 0x2d, 0x18, 0xe9, 0xe4, 0x58, 0x44, 0xf8, 0x81, 0x3d,
   0xee, 0x21, 0x02, 0x61, 0x99, 0x8a, 0xe0, 0x09, 0xf4, 0x77, 0xf9, 0xe9, 0x03, 0x9d, 0x22, 0xbf,
   0x63, 0x7e, 0x6a, 0xe3, 0x2e, 0x36, 0xd9, 0x3d, 0x00, 0xf3, 0x21, 0xcf, 0x16, 0x38, 0x25, 0x52,
   0xfc, 0x4a, 0x4d, 0x71, 0x54, 0x22, 0xc4, 0xae, 0x90, 0xe6, 0xa7, 0x66, 0xf0, 0x21, 0x8c, 0x2a,
   0x1c, 0x77, 0xad, 0x34, 0x97, 0xda, 0x19, 0x9d, 0x04, 0x5c, 0x48, 0x64, 0xee, 0xbc, 0xb0, 0x19,
   0x3c, 0x83, 0xc1, 0x5e, 0x9e, 0x9e, 0x2e, 0xf2, 0xec, 0x95, 0x36, 0xf4, 0x5d, 0xe8, 0x17, 0x79,
   0x92, 0x69, 0x0c, 0xd9, 0xa8, 0xd3, 0x46, 0xad, 0xd3, 0x1e, 0xe2, 0xa1, 0xed, 0x0e, 0x3e, 0x73,
   0x7c, 0x9a, 0x66, 0x87, 0x39, 0xbb, 0x4d, 0xc1, 0xc3, 0xc4, 0x89, 0x27, 0x38, 0xa7, 0x59, 0x65,
   0x15, 0xb4, 0x0a, 0xb4, 0xcf, 0x29, 0xd0, 0xb8, 0x61, 0x56, 0x22, 0x54, 0x77, 0x25, 0x42, 0x05,
   0x9f, 0xb9, 0x23, 0xda, 0xc9, 0x62, 0x34, 0xb0, 0x62, 0x1f, 0x39, 0x1a, 0xa3, 0x12, 0xb4, 0xe6,
   0xf8, 0xde, 0xd5, 0x5a, 0xe3, 0x5a, 0xc1, 0xb0, 0x31, 0x8e, 0xbd, 0x0b, 0x3d, 0x3c, 0x2f, 0x75,
   0xde, 0xec, 0x3f, 0x92, 0x79, 0x59, 0xe0, 0xd4, 0xa1, 0x19, 0x11, 0xfc, 0xaa, 0x03, 0xa3, 0x0a,
   0x44, 0xcf, 0xab, 0x7c, 0xc4, 0x6f, 0x6d, 0x75, 0x56, 0x9d, 0xe6, 0xec, 0xee, 0xde, 0x00, 0x58,
   0xe0, 0xa7, 0x91, 0x16, 0x2f, 0xb4, 0xdd, 0xe3, 0x88, 0x90, 0x99, 0x78, 0xa1, 0xd9, 0x9b, 0x30,
   0xe6, 0x29, 0x97, 0xc7, 0x51, 0x2a, 0x4e, 0x44, 0xea, 0x78, 0x4d, 0xd0, 0x63, 0x44, 0xd8, 0x6d,
   0xa7, 0x66, 0x8f, 0xd4, 0x5c, 0xaf, 0xd5, 0x6c, 0x68, 0x48, 0x6e, 0x26, 0xb4, 0xb1, 0x57, 0xdf,
   0xba, 0x99, 0xd0, 0xe4, 0x66, 0x6f, 0xc2, 0x58, 0x8b, 0xe3, 0x22, 0xe5, 0x5a, 0xa0, 0x77, 0x0e,
   0x8c, 0x13, 0x3b, 0x68, 0x1a, 0xb3, 0xb7, 0x61, 0xad, 0x1a, 0x40, 0x0c, 0x1e, 0xd2, 0x90, 0x89,
   0x03, 0x69, 0xd3, 0x5b, 0x30, 0xa9, 0x28, 0x8e, 0xd3, 0x8c, 0xec, 0x34, 0x96, 0xe5, 0x53, 0xda,
   0xa8, 0x9a, 0x8b, 0x4c, 0x44, 0x74, 0x98, 0xe6, 0xea, 0x1c, 0x11, 0x42, 0xa7, 0xce, 0xa0, 0x1b,
   0x0b, 0x35, 0xb7, 0x37, 0x28, 0xb5, 0x1b, 0x51, 0x6a, 0xd2, 0x8c, 0x52, 0xcd, 0x40, 0xbd, 0xb6,
   0x12, 0xa8, 0x83, 0x9f, 0xc3, 0x5a, 0x75, 0x10, 0xfb, 0xf1, 0x91, 0x3a, 0xc7, 0xe6, 0x55, 0x2d,
   0xda, 0x67, 0xb5, 0xb8, 0x0d, 0x5d, 0x15, 0x1f, 0x39, 0x5a, 0x37, 0x6f, 0x13, 0x8a, 0x62, 0x21,
   0xf5, 0xa2, 0x5e, 0x2a, 0x3e, 0xc2, 0xe3, 0xed, 0xd2, 0xf1, 0x5a, 0x29, 0xf8, 0x7d, 0x1b, 0xba,
   0xe1, 0x45, 0x41, 0xe1, 0x96, 0xa3, 0x44, 0x1d, 0x26, 0x87, 0x8e, 0x12, 0xa8, 0x52, 0x61, 0x7c,
   0x0f, 0x7b, 0x2d, 0x03, 0x2c, 0x32, 0x8d, 0x31, 0x70, 0x62, 0x84, 0x4c, 0x62, 0x9b, 0x01, 0xf5,
   0x68, 0x31, 0xf6, 0x01, 0x60, 0xa0, 0x8c, 0x94, 0xd0, 0xf6, 0xe4, 0xaf, 0xae, 0x28, 0xbb, 0x2f,
   0xf4, 0x7d, 0xae, 0x04, 0xa9, 0xb6, 0x2f, 0xb4, 0xb9, 0xb7, 0x53, 0x11, 0x3d, 0x4f, 0xf4, 0x32,
   0x2a, 0xa4, 0x63, 0xc1, 0x18, 0xc1, 0x4f, 0x13, 0xbd, 0xdc, 0x93, 0xb8, 0xf9, 0xf5, 0x44, 0x45,
   0x8a, 0x9f, 0x88, 0x88, 0x67, 0xa7, 0xcb, 0xfc, 0x39, 0x91, 0x61, 0x18, 0x4e, 0x12, 0xb5, 0xcf,
   0x4f, 0xc4, 0x0e, 0x61, 0x48, 0x25, 0x43, 0xd8, 0x24, 0xb6, 0x4c, 0x18, 0x90, 0x3c, 0x25, 0x4f,
   0x55, 0x78, 0x7f, 0x99, 0x64, 0x89, 0xda, 0xc1, 0x2f, 0x5b, 0x30, 0x41, 0x9b, 0xcc, 0x2c, 0x5b,
   0x5e, 0x29, 0xbe, 0x38, 0x32, 0x74, 0x1a, 0x64, 0xf0, 0xa0, 0xa3, 0x5f, 0x68, 0x6b, 0x04, 0x6c,
   0xb2, 0xf7, 0x56, 0xa9, 0xff, 0x5a, 0x23, 0x30, 0xda, 0xc5, 0x76, 0xe4, 0xc2, 0xf9, 0xe8, 0xc7,
   0xe0, 0x35, 0xd5, 0x78, 0x9c, 0x28, 0xcd, 0xb6, 0xa1, 0x9b, 0x26, 0x4a, 0x93, 0x93, 0x8e, 0xef,
   0x5d, 0x5b, 0x75, 0x1d, 0x37, 0x32, 0xa4, 0x31, 0xc1, 0x17, 0x2d, 0x18, 0x37, 0xa6, 0x6d, 0x1c,
   0x4b, 0xab, 0x79, 0x2c, 0x01, 0xac, 0x21, 0xcc, 0xe5, 0x22, 0x32, 0x39, 0x6d, 0xdb, 0xa6, 0xad,
   0xf1, 0xd1, 0x8e, 0x5c, 0xec, 0x50, 0x66, 0x7b, 0x13, 0x86, 0x79, 0x21, 0x24, 0xd7, 0xb9, 0x74,
   0xb7, 0x81, 0x93, 0x9b, 0xdf, 0x9f, 0xf0, 0xb4, 0x14, 0x55, 0xda, 0x4b, 0xdf, 0x3f, 0x43, 0xa8,
   0x32, 0xb3, 0x49, 0x07, 0xa8, 0xfd, 0x2a, 0xe7, 0x1b, 0xfc, 0xb1, 0x05, 0x50, 0x53, 0xe3, 0xbc,
   0xaa, 0xad, 0x6f, 0x56, 0xb5, 0x7d, 0x46, 0xd5, 0xb7, 0x61, 0xcd, 0xb5, 0x4d, 0x60, 0x31, 0x7b,
   0x99, 0x38, 0xd0, 0xe5, 0x8b, 0xff, 0xd7, 0x7e, 0x1c, 0x6d, 0xbe, 0xe8, 0x40, 0x07, 0xaf, 0xf5,
   0xb3, 0x6c, 0xa9, 0xd3, 0x88, 0xf6, 0xcb, 0xd2, 0x88, 0xce, 0x6a, 0x1a, 0x61, 0xbb, 0x88, 0x63,
   0xdd, 0xaa, 0xcb, 0x79, 0x3b, 0x97, 0x0b, 0xc7, 0x9f, 0x55, 0x6f, 0x47, 0xea, 0x50, 0x2f, 0xaa,
   0x97, 0xcc, 0xf3, 0xcc, 0x55, 0x14, 0xd8, 0x46, 0x32, 0x62, 0x4d, 0x62, 0x82, 0x25, 0x36, 0x31,
   0x8c, 0xce, 0xa5, 0xc0, 0x18, 0x89, 0x31, 0xcf, 0x7a, 0x06, 0x18, 0x08, 0xef, 0x63, 0x1c, 0x50,
   0x16, 0x71, 0x35, 0xc0, 0x06, 0x48, 0x03, 0xd1, 0x00, 0x0c, 0x12, 0x66, 0x86, 0x83, 0x53, 0x1b,
   0x1f, 0x87, 0x06, 0xb8, 0x7f, 0xda, 0x08, 0x85, 0xe3, 0x95, 0x50, 0x78, 0x03, 0x86, 0xb1, 0x48,
   0xa3, 0xc3, 0x94, 0x2f, 0x6c, 0xa9, 0x31, 0x88, 0x45, 0xfa, 0x28, 0xe5, 0x0b, 0x3c, 0x3b, 0xd4,
   0xf5, 0x7e, 0x9a, 0x1f, 0xb8, 0x6a, 0xc3, 0xc9, 0x14, 0x41, 0x85, 0x54, 0x49, 0x9e, 0xd9, 0x62,
   0xc3, 0x89, 0xd8, 0x23, 0xb2, 0x99, 0xe4, 0xf3, 0x23, 0xaa, 0x36, 0x86, 0xa1, 0x13, 0x51, 0x05,
   0x2e, 0x17, 0xbb, 0xe2, 0xd0, 0x56, 0x1b, 0x56, 0x42, 0x1c, 0x59, 0xb6, 0x9f, 0x53, 0x9d, 0x31,
   0x0a, 0xad, 0x14, 0xfc, 0xdb, 0x24, 0x7f, 0xe8, 0x2c, 0x55, 0x85, 0xd7, 0x6a, 0x56, 0x78, 0x2f,
   0xf1, 0xfc, 0xc6, 0x21, 0x56, 0x25, 0xdd, 0x71, 0xa9, 0x8c, 0xeb, 0x0f, 0x43, 0x6a, 0x23, 0x56,
   0x66, 0x49, 0xe5, 0x03, 0xd8, 0xc6, 0x55, 0x4c, 0xa2, 0x64, 0x4e, 0xca, 0x08, 0x48, 0xd3, 0x58,
   0x1c, 0xf2, 0x32, 0xd5, 0x96, 0x81, 0xe6, 0xd0, 0x26, 0x16, 0x34, 0x14, 0x7c, 0x17, 0x3c, 0x37,
   0xa8, 0xe2, 0xbb, 0x39, 0xc2, 0x0d, 0x8b, 0xff, 0xc4, 0xd1, 0xfe, 0xa2, 0x20, 0xf7, 0x6b, 0xe3,
   0x59, 0x0f, 0x96, 0x3c, 0xc3, 0x60, 0xdb, 0x64, 0x63, 0xeb, 0x1c, 0x1b, 0xe7, 0x4b, 0x9e, 0x45,
   0x59, 0x79, 0x6c, 0x4b, 0xe9, 0x01, 0xca, 0x4f, 0xca, 0x63, 0xcc, 0x8e, 0xea, 0x7c, 0x75, 0x9a,
   0xcd, 0x6d, 0xae, 0xbb, 0x0a, 0x62, 0x9e, 0x7b, 0x9c, 0x64, 0x9f, 0xe4, 0x27, 0x62, 0x2f, 0x57,
   0x2e, 0x1f, 0xa8, 0x91, 0xe0, 0xb7, 0x2d, 0xd8, 0xd8, 0x3d, 0x40, 0x4d, 0x16, 0xe2, 0x13, 0xa1,
   0x14, 0x5f, 0x60, 0x26, 0xdd, 0xd3, 0xc4, 0x1d, 0x54, 0x66, 0xbd, 0x19, 0xe8, 0x66, 0x08, 0x9b,
   0xc1, 0x71, 0x68, 0x06, 0x9d, 0xcb, 0x50, 0xb6, 0xa1, 0xcf, 0xe7, 0x58, 0x86, 0x91, 0x42, 0xeb,
   0xf7, 0x58, 0xfd, 0xf9, 0xee, 0xc1, 0x0e, 0xf5, 0x84, 0x76, 0x04, 0xf9, 0x0a, 0x26, 0x59, 0x5d,
   0xeb, 0x2b, 0xd9, 0x61, 0x1e, 0x7c, 0xde, 0x86, 0x35, 0x93, 0x63, 0xbd, 0x2c, 0xc5, 0xfc, 0xc6,
   0xeb, 0xf1, 0xa2, 0xf4, 0xcf, 0x87, 0x81, 0xbd, 0x20, 0x9d, 0x4b, 0x5b, 0x91, 0xbd, 0x05, 0x13,
   0x9b, 0xb6, 0x47, 0x69, 0x92, 0xb9, 0x92, 0x69, 0x6c, 0xb1, 0xc7, 0x49, 0x26, 0xd8, 0x3b, 0xb0,
   0x1e, 0x27, 0x52, 0x90, 0xc2, 0x66, 0x90, 0xe1, 0xcb, 0x5a, 0x85, 0xd2, 0x30, 0xc7, 0xc4, 0x41,
   0x83, 0x89, 0x86, 0x4b, 0x78, 0x14, 0x91, 0xd2, 0x5c, 0x1b, 0x37, 0xef, 0x11, 0x97, 0x10, 0xdc,
   0x47, 0x8c, 0x22, 0x81, 0xd9, 0x0d, 0xe9, 0x6d, 0x1d, 0xdd, 0x40, 0x18, 0x76, 0x82, 0x3f, 0xb5,
   0x60, 0xed, 0x59, 0x12, 0x8b, 0x5c, 0xf3, 0x42, 0x50, 0xae, 0x79, 0x13, 0x86, 0x42, 0xed, 0x72,
   0xcd, 0xa7, 0xce, 0x2c, 0x95, 0x8c, 0x7d, 0xce, 0x16, 0xe7, 0x6c, 0x73, 0x0d, 0xfa, 0x9a, 0x2a,
   0x2d, 0x6b, 0x1d, 0x2b, 0xa1, 0x27, 0x24, 0xc7, 0x8b, 0xa9, 0x49, 0x19, 0x3a, 0xa1, 0x11, 0x70,
   0xa6, 0x13, 0x5c, 0xf6, 0xa9, 0x4c, 0x5d, 0x29, 0xe9, 0xe4, 0x46, 0x4a, 0xd3, 0x6f, 0xa6, 0x34,
   0x2b, 0x56, 0xb0, 0x4f, 0x2c, 0xc1, 0x0f, 0xa1, 0xf7, 0x0c, 0xf3, 0xad, 0x57, 0xbd, 0xca, 0x0b,
   0xae, 0x97, 0xee, 0xf8, 0xb0, 0x1d, 0x7c, 0x1f, 0x46, 0x34, 0x01, 0x5d, 0xc2, 0x6f, 0xaf, 0x5c,
   0xc2, 0x8d, 0x4a, 0x82, 0x86, 0xd8, 0xdb, 0xf7, 0xaf, 0x1d, 0x18, 0x3f, 0xc8, 0x8f, 0x0b, 0x2e,
   0xf1, 0xf2, 0xa5, 0x7b, 0x89, 0xc8, 0x5a, 0xa7, 0xd8, 0x95, 0xcc, 0xb6, 0xc1, 0x9b, 0x9b, 0xa1,
   0xb3, 0xaa, 0x00, 0x6e, 0xd3, 0xbb, 0xce, 0x39, 0x9c, 0x6d, 0xc1, 0xf8, 0x90, 0xcf, 0xc5, 0x23,
   0xc1, 0x75, 0x29, 0x0d, 0xc7, 0x26, 0x61, 0x13, 0x42, 0x53, 0xa2, 0x51, 0x5d, 0xaa, 0x67, 0x04,
   0xaa, 0xae, 0xa5, 0x10, 0x4f, 0xf2, 0xd8, 0xa6, 0x1f, 0xa3, 0xb0, 0x06, 0xc8, 0x68, 0xfc, 0xc0,
   0x99, 0x92, 0xda, 0xe8, 0xb7, 0x75, 0xd6, 0xee, 0xb2, 0xec, 0x46, 0x1e, 0xbf, 0x09, 0xa0, 0x04,
   0x97, 0xf3, 0xe5, 0xcc, 0x5c, 0x1f, 0xf8, 0x65, 0x03, 0xc1, 0xfe, 0x24, 0x2b, 0x4a, 0x13, 0xaf,
   0x1c, 0xa9, 0x6a, 0xc4, 0xd4, 0xbf, 0x69, 0x6a, 0x08, 0x6c, 0xaf, 0x8f, 0x06, 0x42, 0x07, 0x9c,
   0x97, 0x72, 0x5e, 0x5d, 0x20, 0x46, 0xc2, 0xa8, 0xc3, 0x33, 0x9e, 0x9e, 0xba, 0xd7, 0x1b, 0xba,
   0x45, 0x46, 0xe1, 0x2a, 0x68, 0x62, 0x93, 0xb1, 0x1d, 0x97, 0x0b, 0xa1, 0xed, 0x85, 0xb2, 0x0a,
   0xb2, 0x00, 0x26, 0x89, 0x72, 0xc7, 0x94, 0xa6, 0x74, 0xb5, 0x50, 0xfa, 0x58, 0x63, 0xc1, 0x01,
   0x4c, 0xac, 0xf4, 0xf0, 0x44, 0x64, 0x9a, 0xfd, 0x00, 0x46, 0x02, 0x1b, 0x33, 0x17, 0x2c, 0xd7,
   0xef, 0xdd, 0x6c, 0xd4, 0x66, 0x8d, 0xa1, 0x38, 0x22, 0xac, 0x07, 0x53, 0x10, 0xe0, 0xa7, 0x69,
   0xce, 0xcd, 0xf1, 0x4e, 0x42, 0x27, 0x06, 0x3f, 0x83, 0x75, 0x8c, 0xc6, 0xf6, 0x5b, 0x3e, 0x5f,
   0x9e, 0x63, 0xaa, 0x0f, 0x03, 0xe2, 0x4b, 0x15, 0x6f, 0x9c, 0x88, 0x7b, 0xb0, 0x9b, 0xda, 0x9f,
   0xe7, 0x96, 0x12, 0xed, 0x70, 0x05, 0x0b, 0x42, 0xf0, 0xea, 0xf9, 0x43, 0xa1, 0xca, 0x54, 0xb3,
   0x8f, 0x2b, 0x0b, 0x19, 0xc0, 0xf2, 0xd9, 0x5f, 0x49, 0x2a, 0x1a, 0x2a, 0x85, 0xab, 0xc3, 0x83,
   0xdf, 0x74, 0x60, 0x44, 0xdb, 0xdc, 0x2b, 0xd5, 0xf2, 0x95, 0x3c, 0xeb, 0x0d, 0xfb, 0x38, 0x60,
   0x0a, 0x7c, 0x5b, 0x37, 0x20, 0xb2, 0x4f, 0x45, 0xfe, 0x0d, 0xa0, 0x37, 0x86, 0x08, 0x2b, 0x7d,
   0x1b, 0x24, 0x51, 0x7e, 0x98, 0xc5, 0x55, 0xa2, 0xaf, 0x13, 0x75, 0x78, 0x1a, 0xf1, 0x34, 0xb5,
   0x8f, 0x22, 0x94, 0xe8, 0x13, 0xb8, 0x93, 0xa6, 0x18, 0x95, 0x29, 0xa5, 0xa4, 0xc2, 0xd4, 0x3e,
   0x2f, 0x49, 0x4a, 0x8c, 0x5f, 0xe8, 0x46, 0x3e, 0x32, 0x58, 0xc9, 0x47, 0x6e, 0xc1, 0xc8, 0xbc,
   0x09, 0xe1, 0x71, 0x9a, 0x1b, 0x74, 0x48, 0x0f, 0x42, 0xb6, 0xd4, 0xa4, 0xce, 0x58, 0x9c, 0x24,
   0xf3, 0x8a, 0xc4, 0x08, 0xed, 0x12, 0xc2, 0xbe, 0x07, 0xc3, 0xa4, 0x88, 0x8a, 0x5c, 0x6a, 0xe5,
   0xc3, 0xd9, 0xaa, 0x06, 0x0d, 0x33, 0x2d, 0xf6, 0x72, 0xa9, 0xc3, 0x41, 0x42, 0xbf, 0x8a, 0xbd,
   0x03, 0xdd, 0x52, 0xa6, 0xca, 0x1f, 0xd3, 0xe0, 0xcb, 0xab, 0x83, 0x9f, 0xca, 0x34, 0xa4, 0x6e,
   0xf6, 0x81, 0xab, 0x14, 0x26, 0x34, 0xee, 0x7a, 0x3d, 0xae, 0x32, 0x79, 0xb3, 0x9e, 0xff, 0x67,
   0x0b, 0xd6, 0x56, 0x3a, 0x2e, 0x2a, 0x23, 0x75, 0x5e, 0x24, 0xf3, 0xe6, 0xc3, 0xd5, 0x88, 0x10,
   0xda, 0xe8, 0x2d, 0x30, 0x02, 0xe6, 0xbd, 0xd5, 0x83, 0x0f, 0x02, 0x98, 0x0c, 0x35, 0x73, 0xea,
   0xee, 0xb7, 0xe5, 0xd4, 0xbd, 0x0b, 0x72, 0x6a, 0x7a, 0xbd, 0x4d, 0x85, 0x4d, 0x67, 0xcc, 0xc9,
   0xd0, 0x51, 0x99, 0x48, 0x10, 0xc0, 0x1a, 0x39, 0x49, 0x54, 0x94, 0x6a, 0x59, 0x97, 0xf4, 0x63,
   0xe1, 0x76, 0x34, 0x8d, 0x83, 0xa7, 0x00, 0xb5, 0x39, 0x51, 0x5d, 0xf7, 0xa0, 0x5b, 0xb8, 0xfb,
   0xc7, 0x00, 0xd3, 0xfa, 0x51, 0xb2, 0xdd, 0x78, 0x94, 0xac, 0x4f, 0xbf, 0xb3, 0xf2, 0x7c, 0xf8,
   0x21, 0x0c, 0xac, 0xe1, 0x5d, 0x86, 0xdc, 0xaa, 0x33, 0xe4, 0xfa, 0xa3, 0xf6, 0xca, 0x47, 0x7f,
   0x69, 0x19, 0x65, 0x76, 0xb4, 0x46, 0x57, 0xbd, 0x0e, 0x03, 0xa7, 0xb8, 0xf9, 0xb8, 0x5f, 0x90,
   0xce, 0x2c, 0x80, 0xce, 0x9c, 0x9b, 0xac, 0x69, 0x25, 0x59, 0x37, 0xb9, 0x45, 0x88, 0x9d, 0xcd,
   0x9d, 0xb8, 0x3b, 0xd1, 0xed, 0x24, 0x46, 0xfa, 0xd9, 0xce, 0x46, 0x31, 0x00, 0xaa, 0x7e, 0x79,
   0xba, 0x01, 0xc3, 0x34, 0x9f, 0xf3, 0x14, 0xcd, 0x60, 0x0c, 0x3f, 0x20, 0x79, 0x5a, 0xe0, 0xc4,
   0x74, 0x57, 0xd2, 0x5f, 0x11, 0xfd, 0xd5, 0xcb, 0x33, 0xf8, 0x4f, 0x0b, 0xae, 0x3c, 0x54, 0x7b,
   0x42, 0xaa, 0x3c, 0x7b, 0xc0, 0xe7, 0x4b, 0x9b, 0x51, 0xb1, 0xf7, 0xed, 0xe5, 0x69, 0xc2, 0x5a,
   0x23, 0x14, 0x3c, 0x54, 0x8d, 0x61, 0xb1, 0x4d, 0x2e, 0x6e, 0xd8, 0x3b, 0xcd, 0x24, 0x41, 0x9d,
   0x2a, 0x28, 0x4d, 0x29, 0x41, 0x2a, 0x68, 0xf6, 0xc6, 0xb6, 0x0c, 0x30, 0xa5, 0x58, 0x76, 0x68,
   0xef, 0x2f, 0xeb, 0xe7, 0x56, 0x6c, 0x64, 0x6e, 0xbd, 0x6f, 0xcd, 0xdc, 0xea, 0xd3, 0x31, 0xaf,
   0x9f, 0xce, 0xa1, 0xaf, 0x42, 0x6f, 0xce, 0xe5, 0x93, 0xdc, 0xb2, 0xc8, 0x08, 0xc1, 0x1f, 0x5a,
   0xb0, 0xf1, 0x20, 0x2d, 0x95, 0x16, 0x72, 0x27, 0x8b, 0xcd, 0xad, 0xf7, 0x3a, 0x8c, 0xe6, 0x06,
   0xaa, 0xb2, 0x98, 0x1a, 0xc0, 0x9b, 0xd6, 0x0a, 0x4f, 0xea, 0x40, 0xd6, 0x84, 0xd8, 0x6d, 0xe8,
   0x65, 0x74, 0x9f, 0x76, 0xce, 0xbe, 0x64, 0xe1, 0xfc, 0xa1, 0xe9, 0xc4, 0x55, 0x4e, 0x12, 0xa9,
   0x4b, 0x3c, 0x15, 0xbb, 0xdf, 0x1a, 0x08, 0x7e, 0xd1, 0x86, 0x2e, 0x8e, 0xbe, 0xc8, 0x61, 0xed,
   0x5a, 0x75, 0x8e, 0xd9, 0xd0, 0xee, 0x16, 0x8c, 0x70, 0xfa, 0xa8, 0x91, 0x69, 0x0e, 0x11, 0x20,
   0xc5, 0xae, 0xc3, 0x80, 0x3a, 0xab, 0x27, 0x98, 0x3e, 0x8a, 0xd3, 0xb8, 0xee, 0x70, 0x74, 0x31,
   0x1d, 0xc5, 0xd9, 0x62, 0xb0, 0x7f, 0xae, 0x18, 0xc4, 0xda, 0x4c, 0xed, 0x8a, 0x54, 0x68, 0x17,
   0x40, 0x2b, 0x19, 0x3f, 0x8e, 0x65, 0x72, 0xa8, 0x1b, 0x29, 0xe6, 0x28, 0x04, 0x82, 0xaa, 0x04,
   0xd3, 0x44, 0x50, 0x13, 0x22, 0x6c, 0x18, 0x35, 0x10, 0x06, 0x88, 0xed, 0xcf, 0xdb, 0x30, 0x69,
   0x66, 0xf6, 0x6c, 0x02, 0xc3, 0x59, 0x64, 0xfc, 0xc4, 0xbb, 0xc4, 0x3c, 0x98, 0x38, 0x09, 0x83,
   0x9b, 0xd7, 0x62, 0x23, 0xe8, 0xcd, 0xa2, 0xfd, 0xf8, 0xc8, 0x6b, 0xb3, 0x2b, 0xb0, 0xe1, 0x3a,
   0x6d, 0xba, 0xee, 0x75, 0xd8, 0x3a, 0xc0, 0x2c, 0x9a, 0xd9, 0xb7, 0x3c, 0xaf, 0x6b, 0xe6, 0x33,
   0xc9, 0x81, 0xd7, 0x33, 0xf3, 0xed, 0xe5, 0x69, 0xfa, 0x00, 0x2b, 0x95, 0x85, 0xd7, 0x67, 0x00,
   0xfd, 0x59, 0xf4, 0x28, 0x49, 0x85, 0x37, 0x60, 0x97, 0x61, 0xcd, 0xb4, 0xf7, 0x85, 0xd6, 0x49,
   0xb6, 0xf0, 0x86, 0xe6, 0x83, 0xba, 0x5e, 0xf2, 0x46, 0x6c, 0x03, 0xc6, 0x76, 0x90, 0xe6, 0xf3,
   0x23, 0x0f, 0xd8, 0x55, 0xf0, 0x66, 0x51, 0x28, 0x4c, 0x92, 0x62, 0xe7, 0x1d, 0xb3, 0x6b, 0xc0,
   0x50, 0xb9, 0x74, 0x5e, 0xa6, 0x1c, 0x59, 0xbb, 0x97, 0x3f, 0x17, 0xd2, 0x9b, 0x98, 0xcf, 0xab,
   0x88, 0xed, 0xad, 0xb1, 0x35, 0x18, 0xcd, 0x22, 0x4b, 0x50, 0x6f, 0x7d, 0xfb, 0x2e, 0x0c, 0x1d,
   0xe1, 0x51, 0xb7, 0x69, 0xa6, 0x84, 0xd4, 0xde, 0x25, 0x6c, 0x3f, 0xa5, 0x02, 0xdc, 0x6b, 0x61,
   0xdb, 0x1c, 0x80, 0xd7, 0xde, 0xde, 0x01, 0xef, 0x6c, 0xe6, 0x81, 0x6b, 0x84, 0x62, 0x9a, 0x25,
   0x9a, 0x5c, 0xd7, 0xbb, 0x84, 0x80, 0xf9, 0xd8, 0x00, 0x2d, 0x36, 0x86, 0x81, 0xfd, 0xca, 0x6b,
   0x6f, 0x7f, 0x04, 0xeb, 0xab, 0x5e, 0x6e, 0x74, 0xda, 0x3d, 0xa0, 0x83, 0xf1, 0x2e, 0x19, 0x43,
   0x5b, 0xd1, 0x84, 0x0e, 0xaf, 0x75, 0xdf, 0xff, 0xdb, 0x57, 0x9b, 0xad, 0x2f, 0xbf, 0xda, 0x6c,
   0xfd, 0xeb, 0xab, 0xcd, 0xd6, 0xef, 0xbe, 0xde, 0xbc, 0xf4, 0xe5, 0xd7, 0x9b, 0x97, 0xfe, 0xf1,
   0xf5, 0xe6, 0xa5, 0x83, 0x3e, 0x79, 0xc3, 0x87, 0xff, 0x0b, 0x00, 0x00, 0xff, 0xff, 0xb7, 0x98,
   0x72, 0xf9, 0xca, 0x1d, 0x00, 0x00,
   // 3144 bytes of a gzipped FileDescriptorProto
   0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x59, 0xcd, 0x73, 0x1b, 0xc7,
   0x95, 0x17, 0xbe, 0x81, 0x07, 0x10, 0x1c, 0xb5, 0xbe, 0x46, 0x92, 0x4d, 0xd3, 0x63, 0x79, 0x57,
   0xa6, 0x6d, 0xed, 0x96, 0xec, 0xc3, 0x9e, 0xbc, 0x45, 0x91, 0xd2, 0x2e, 0xaa, 0x64, 0x2d, 0x77,
   0x08, 0xc9, 0xb7, 0x9d, 0x6a, 0x62, 0x9a, 0xc0, 0x14, 0x86, 0x33, 0xe3, 0xee, 0x06, 0x25, 0x56,
   0xed, 0x6d, 0x6b, 0x2b, 0xc9, 0x25, 0x1f, 0x87, 0xfc, 0x11, 0xa9, 0xfc, 0x0d, 0x49, 0x7c, 0x4b,
   0x4e, 0x29, 0x57, 0xe5, 0x92, 0x5b, 0x52, 0xf6, 0x25, 0xb7, 0xdc, 0x72, 0x4e, 0xbd, 0xd7, 0xdd,
   0x33, 0x03, 0x92, 0xb2, 0x95, 0x13, 0xfa, 0xfd, 0xfa, 0x75, 0xcf, 0xeb, 0xf7, 0xd5, 0xef, 0x35,
   0x60, 0x5c, 0xc8, 0x5c, 0xe7, 0x27, 0x6a, 0xfe, 0x80, 0x06, 0xac, 0xef, 0xe8, 0x3b, 0x70, 0xc4,
   0x95, 0x30, 0x68, 0xf0, 0x04, 0xda, 0xbb, 0x52, 0x70, 0x36, 0x86, 0x66, 0x12, 0xfb, 0x8d, 0xed,
   0xc6, 0xfd, 0x4e, 0xd8, 0x4c, 0x62, 0x76, 0x07, 0xfa, 0x05, 0x97, 0x22, 0xd3, 0x49, 0xec, 0x37,
   0x09, 0x2d, 0x69, 0xc6, 0xa0, 0x9d, 0xf1, 0x13, 0xe1, 0xb7, 0xb6, 0x1b, 0xf7, 0x07, 0x21, 0x8d,
   0x83, 0xbf, 0x75, 0xa0, 0xbb, 0xc7, 0x4f, 0x84, 0xac, 0x6f, 0x35, 0xa0, 0xad, 0x1c, 0x7b, 0xb3,
   0x62, 0x67, 0xd7, 0xa1, 0xc3, 0xd3, 0x84, 0x2b, 0xbb, 0x87, 0x21, 0xd8, 0xbb, 0x30, 0x52, 0x19,
   0x2f, 0xd4, 0x22, 0xd7, 0xd1, 0x4a, 0xa6, 0x7e, 0x9b, 0x26, 0x87, 0x0e, 0x7b, 0x2e, 0x53, 0xdc,
   0x4c, 0x9f, 0x15, 0xc2, 0xef, 0x90, 0x4c, 0x34, 0x46, 0x8c, 0xc7, 0xb1, 0xf4, 0xbb, 0xe6, 0x03,
   0x38, 0x66, 0x6f, 0xc1, 0x20, 0xcd, 0xb3, 0x79, 0xa2, 0x57, 0xb1, 0xf0, 0x7b, 0xdb, 0x8d, 0xfb,
   0xcd, 0xb0, 0x02, 0xf0, 0x74, 0x29, 0xd7, 0x66, 0xb2, 0x4f, 0x93, 0x25, 0x8d, 0xa2, 0x1d, 0xa7,
   0x79, 0x2e, 0xfd, 0x01, 0x7d, 0xc2, 0x10, 0xf8, 0x0d, 0xa9, 0x55, 0xe1, 0x83, 0xf9, 0x06, 0x8e,
   0xe9, 0xa0, 0x85, 0x3f, 0xb4, 0x07, 0x2d, 0x90, 0xa7, 0xc8, 0xa5, 0xf6, 0x47, 0x46, 0x36, 0x1c,
   0xe3, 0x97, 0x56, 0x4a, 0x48, 0x52, 0xc0, 0x06, 0x71, 0x96, 0xb4, 0xd1, 0xb1, 0x52, 0x2f, 0x73,
   0x19, 0xfb, 0x63, 0x33, 0xe7, 0x68, 0x94, 0xe2, 0x48, 0xf2, 0x2c, 0xf6, 0x37, 0x8d, 0x82, 0x88,
   0xc0, 0x15, 0x52, 0x28, 0x21, 0x4f, 0x45, 0xec, 0x7b, 0x66, 0x85, 0xa3, 0xd9, 0xdb, 0x00, 0x89,
   0x8a, 0xe4, 0x2a, 0xcb, 0x92, 0x6c, 0xee, 0x5f, 0xdd, 0x6e, 0xdc, 0xef, 0x87, 0x83, 0x44, 0x85,
   0x06, 0xc0, 0x69, 0xb9, 0xca, 0x22, 0x91, 0xf1, 0xa3, 0x54, 0xf8, 0xcc, 0x4c, 0xcb, 0x55, 0xf6,
   0x98, 0x00, 0x76, 0x1b, 0xfa, 0x38, 0x4d, 0xba, 0xbd, 0x46, 0xf2, 0xf7, 0xe4, 0x2a, 0x9b, 0xa2,
   0x7a, 0x03, 0xd8, 0xc0, 0x29, 0xfa, 0x8c, 0x8c, 0x92, 0xd8, 0xbf, 0x6e, 0xcc, 0x22, 0x57, 0xd9,
   0x21, 0x61, 0x93, 0x98, 0x7d, 0x00, 0x9e, 0x14, 0x2a, 0x4f, 0x57, 0x3a, 0xc9, 0xb3, 0xe8, 0x65,
   0x12, 0xeb, 0x85, 0x7f, 0x83, 0xb6, 0xd9, 0xac, 0xf0, 0x2f, 0x10, 0x66, 0x1f, 0xc2, 0xd5, 0x1a,
   0xeb, 0x42, 0x24, 0xf3, 0x85, 0xf6, 0x6f, 0x12, 0x6f, 0x6d, 0x8f, 0xff, 0x24, 0x9c, 0x79, 0xd0,
   0x3a, 0x2e, 0x94, 0x7f, 0x8b, 0xa6, 0x71, 0xc8, 0x76, 0xa0, 0xa7, 0x44, 0xa6, 0x72, 0xa9, 0x7c,
   0x7f, 0xbb, 0x75, 0x7f, 0xf8, 0xd0, 0x7b, 0x50, 0x3a, 0xfa, 0x21, 0x4d, 0x84, 0x8e, 0x81, 0x6d,
   0xc3, 0xf0, 0x34, 0x4f, 0x66, 0xc2, 0x9c, 0xd1, 0xbf, 0x4d, 0x87, 0xae, 0x43, 0xcc, 0x87, 0x1e,
   0x91, 0x93, 0xd8, 0xbf, 0x43, 0xa7, 0x72, 0x24, 0xfb, 0x27, 0x18, 0xcf, 0xf2, 0x5c, 0xc6, 0x53,
   0xc9, 0x33, 0x75, 0x9c, 0xcb, 0x13, 0xff, 0x2e, 0x31, 0x9c, 0x43, 0x83, 0x5f, 0x37, 0xa0, 0x6b,
   0xbe, 0x7b, 0x99, 0xe3, 0x93, 0x3e, 0xad, 0xe3, 0x93, 0xaf, 0x1a, 0x9f, 0x69, 0x5d, 0xf0, 0x99,
   0xf6, 0x6b, 0x7c, 0xa6, 0xf3, 0x1d, 0x3e, 0xd3, 0x3d, 0xe7, 0x33, 0x6f, 0xc1, 0x40, 0x2f, 0xa4,
   0x50, 0x8b, 0x3c, 0x8d, 0xc9, 0xe7, 0x3b, 0x61, 0x05, 0xb0, 0x9b, 0xd0, 0xb5, 0xc6, 0xef, 0x93,
   0x1e, 0x2c, 0x15, 0x7c, 0x0e, 0x60, 0x02, 0xf7, 0x69, 0x92, 0x2d, 0xd1, 0x4d, 0x66, 0x44, 0x45,
   0x49, 0xac, 0xec, 0x59, 0x06, 0x06, 0x99, 0xc4, 0xa8, 0xd1, 0x51, 0x9a, 0x64, 0xcb, 0x48, 0x73,
   0xb5, 0x8c, 0x6c, 0x6a, 0x18, 0x84, 0x80, 0xd8, 0x94, 0xab, 0xe5, 0x24, 0x0e, 0x7e, 0x8f, 0xfa,
   0x88, 0x97, 0xe1, 0x2a, 0x63, 0x37, 0xa0, 0x9b, 0x14, 0xb3, 0xa8, 0xd4, 0x49, 0x27, 0x29, 0x66,
   0x93, 0x18, 0x5d, 0x4d, 0xc5, 0xcb, 0xa8, 0xa6, 0x9a, 0x9e, 0x8a, 0x97, 0xe4, 0x6a, 0x1f, 0xc1,
   0xd5, 0x44, 0x4d, 0x65, 0x32, 0x9f, 0x0b, 0xf9, 0xe8, 0xec, 0x40, 0x8a, 0xc3, 0x78, 0x49, 0xca,
   0xea, 0x84, 0x17, 0x27, 0xd8, 0x16, 0xc0, 0x2c, 0xcf, 0x8e, 0x93, 0x58, 0x64, 0x33, 0x61, 0x35,
   0x58, 0x43, 0x28, 0x86, 0x42, 0x91, 0xc4, 0xa4, 0xc4, 0x7e, 0x68, 0x08, 0xf6, 0x00, 0x98, 0x36,
   0x1b, 0x3d, 0x13, 0xaf, 0xf4, 0xa1, 0xf9, 0x32, 0xe9, 0xb2, 0x13, 0x5e, 0x32, 0x13, 0xfc, 0x37,
   0x8c, 0x8d, 0x7e, 0xa6, 0xc9, 0x89, 0x90, 0xab, 0x54, 0xbc, 0x51, 0x82, 0xbb, 0x0b, 0x03, 0x9d,
   0x9c, 0x88, 0x08, 0x17, 0x58, 0x73, 0xf7, 0x11, 0x08, 0x57, 0xa9, 0x08, 0x9e, 0x41, 0x77, 0x9f,
   0x9f, 0xed, 0xe9, 0x14, 0xfd, 0x3b, 0xe6, 0x67, 0x36, 0xef, 0xe2, 0x90, 0x3d, 0x04, 0x30, 0x0b,
   0x79, 0x36, 0xc7, 0x2d, 0xd1, 0xc5, 0xaf, 0x55, 0x2e, 0x8e, 0x42, 0x84, 0x38, 0x15, 0xd2, 0xfe,
   0x34, 0x0c, 0x3e, 0x81, 0x41, 0x89, 0xe3, 0xa9, 0x95, 0xe6, 0x52, 0x3b, 0xa5, 0x13, 0x81, 0x1f,
   0x12, 0x99, 0xb3, 0x17, 0x0e, 0x83, 0x17, 0xd0, 0x3b, 0xc8, 0xd3, 0xb3, 0x79, 0x9e, 0xbd, 0xd1,
   0x81, 0xfe, 0x19, 0xba, 0x45, 0x9e, 0x64, 0x1a, 0x53, 0x36, 0xca, 0xb4, 0x59, 0xc9, 0x74, 0x80,
   0x78, 0x68, 0xa7, 0x83, 0x2f, 0x9d, 0x3f, 0x4d, 0xb2, 0xe3, 0x9c, 0xdd, 0xa3, 0xe4, 0x61, 0xf2,
   0xc4, 0x33, 0xdc, 0xd3, 0x7c, 0x65, 0x1d, 0xb4, 0x02, 0x34, 0x2f, 0x08, 0x50, 0xbb, 0x61, 0xd6,
   0x32, 0x54, 0x7b, 0x2d, 0x43, 0x05, 0x5f, 0x3a, 0x13, 0xed, 0x66, 0x31, 0x2a, 0x58, 0xb1, 0x4f,
   0x9d, 0x1b, 0xa3, 0x10, 0xf4, 0xcd, 0xe1, 0xc3, 0xeb, 0x95, 0xc4, 0x95, 0x80, 0x61, 0x8d, 0x8f,
   0x7d, 0x00, 0x1d, 0xb4, 0x97, 0xba, 0xa8, 0xf6, 0xff, 0x90, 0xf9, 0xaa, 0xc0, 0xad, 0x43, 0xc3,
   0x11, 0xfc, 0xa0, 0x05, 0x83, 0x12, 0xc4, 0xc8, 0x2b, 0x63, 0xc4, 0x6f, 0x6c, 0xb7, 0xd6, 0x83,
   0xe6, 0xfc, 0xe9, 0xde, 0x06, 0x98, 0xe3, 0xd2, 0x48, 0x8b, 0x57, 0xda, 0x9e, 0x71, 0x40, 0xc8,
   0x54, 0xbc, 0xd2, 0xec, 0x1d, 0x18, 0xf2, 0x94, 0xcb, 0x93, 0x28, 0x15, 0xa7, 0x22, 0x75, 0x7e,
   0x4d, 0xd0, 0x53, 0x44, 0xd8, 0x3d, 0x27, 0x66, 0x87, 0xc4, 0x1c, 0x57, 0x62, 0xd6, 0x24, 0xa4,
   0x30, 0x13, 0xda, 0xe8, 0xab, 0x6b, 0xc3, 0x4c, 0x68, 0x0a, 0xb3, 0x77, 0x60, 0xa8, 0xc5, 0x49,
   0x91, 0x72, 0x2d, 0x30, 0x3a, 0x7b, 0x26, 0x88, 0x1d, 0x34, 0x89, 0xd9, 0x7b, 0xb0, 0x51, 0x32,
   0x90, 0x07, 0xf7, 0x89, 0x65, 0xe4, 0x40, 0x3a, 0xf4, 0x36, 0x8c, 0x4a, 0x17, 0xc7, 0x6d, 0x06,
   0x76, 0x1b, 0xeb, 0xe5, 0x13, 0x3a, 0xa8, 0x9a, 0x89, 0x4c, 0x44, 0x64, 0x4c, 0x73, 0x75, 0x0e,
   0x08, 0x21, 0xab, 0x33, 0x68, 0xc7, 0x42, 0xcd, 0xec, 0x0d, 0x4a, 0xe3, 0x5a, 0x96, 0x1a, 0xd5,
   0xb3, 0x54, 0x3d, 0x51, 0x6f, 0xac, 0x25, 0xea, 0xe0, 0x7f, 0x61, 0xa3, 0x34, 0xc4, 0x61, 0xbc,
   0x54, 0x17, 0xbc, 0x79, 0x5d, 0x8a, 0xe6, 0x79, 0x29, 0xee, 0x41, 0x5b, 0xc5, 0x4b, 0xe7, 0xd6,
   0xf5, 0xdb, 0x84, 0xb2, 0x58, 0x48, 0xb3, 0x28, 0x97, 0x8a, 0x97, 0x68, 0xde, 0x36, 0x99, 0xd7,
   0x52, 0xc1, 0xcf, 0x9a, 0xd0, 0x0e, 0x2f, 0x4b, 0x0a, 0x77, 0x9d, 0x4b, 0x54, 0x69, 0xb2, 0xef,
   0x5c, 0x02, 0x45, 0x2a, 0x4c, 0xec, 0xe1, 0xac, 0xf5, 0x00, 0x8b, 0x4c, 0x62, 0x4c, 0x9c, 0x98,
   0x21, 0x93, 0xd8, 0x56, 0x40, 0x1d, 0xfa, 0x18, 0xfb, 0x18, 0x30, 0x51, 0x46, 0x4a, 0x68, 0x6b,
   0xf9, 0xeb, 0x6b, 0xc2, 0x1e, 0x0a, 0xfd, 0x88, 0x2b, 0x41, 0xa2, 0x1d, 0x0a, 0x6d, 0xee, 0xed,
   0x54, 0x44, 0x2f, 0x13, 0xbd, 0x88, 0x0a, 0xe9, 0xbc, 0x60, 0x88, 0xe0, 0x17, 0x89, 0x5e, 0x1c,
   0x48, 0x3c, 0xfc, 0x38, 0x51, 0x91, 0xe2, 0xa7, 0x22, 0xe2, 0xd9, 0xd9, 0x22, 0x7f, 0x49, 0xce,
   0xd0, 0x0f, 0x47, 0x89, 0x3a, 0xe4, 0xa7, 0x62, 0x97, 0x30, 0x74, 0x25, 0xe3, 0xb0, 0x49, 0x6c,
   0x3d, 0xa1, 0x47, 0xf4, 0x84, 0x22, 0x55, 0xe1, 0xfd, 0x65, 0x8a, 0x25, 0x1a, 0x07, 0xff, 0xdf,
   0x80, 0x11, 0xea, 0x64, 0x6a, 0xbd, 0xe5, 0x8d, 0xf2, 0x8b, 0x73, 0x86, 0x56, 0xcd, 0x19, 0x3c,
   0x68, 0xe9, 0x57, 0xda, 0x2a, 0x01, 0x87, 0xec, 0xc3, 0x75, 0xd7, 0xbf, 0x51, 0x4b, 0x8c, 0xf6,
   0x63, 0xbb, 0x72, 0xee, 0x62, 0xf4, 0x33, 0xf0, 0xea, 0x62, 0x3c, 0x4d, 0x94, 0x66, 0x3b, 0xd0,
   0x4e, 0x13, 0xa5, 0x29, 0x48, 0x87, 0x0f, 0x6f, 0xae, 0x87, 0x8e, 0xe3, 0x0c, 0x89, 0x27, 0xf8,
   0xaa, 0x01, 0xc3, 0xda, 0xb6, 0x35, 0xb3, 0x34, 0xea, 0x66, 0x09, 0x60, 0x03, 0x61, 0x2e, 0xe7,
   0x91, 0xa9, 0x69, 0x9b, 0xb6, 0x6c, 0x8d, 0x97, 0xbb, 0x72, 0xbe, 0x4b, 0x95, 0xed, 0x1d, 0xe8,
   0xe7, 0x85, 0x90, 0x5c, 0xe7, 0xd2, 0xdd, 0x06, 0x8e, 0xae, 0xaf, 0x3f, 0xe5, 0xe9, 0x4a, 0x94,
   0x65, 0x2f, 0xad, 0x7f, 0x81, 0x50, 0xa9, 0x66, 0x53, 0x0e, 0xd0, 0xf8, 0x4d, 0xec, 0x1b, 0xfc,
   0xa2, 0x01, 0x50, 0xb9, 0xc6, 0x45, 0x51, 0x1b, 0xdf, 0x2d, 0x6a, 0xf3, 0x9c, 0xa8, 0xef, 0xc1,
   0x86, 0x1b, 0x9b, 0xc4, 0x62, 0xce, 0x32, 0x72, 0xa0, 0xab, 0x17, 0xff, 0xa1, 0xf3, 0x38, 0xb7,
   0xf9, 0xaa, 0x05, 0x2d, 0xbc, 0xd6, 0xcf, 0x7b, 0x4b, 0x55, 0x46, 0x34, 0x5f, 0x57, 0x46, 0xb4,
   0xd6, 0xcb, 0x08, 0x3b, 0x45, 0x3e, 0xd6, 0x2e, 0xa7, 0x5c, 0xb4, 0x73, 0x39, 0x77, 0xfe, 0xb3,
   0x1e, 0xed, 0xe8, 0x3a, 0x34, 0x8b, 0xe2, 0x25, 0xb3, 0x3c, 0x73, 0x1d, 0x05, 0x8e, 0xd1, 0x19,
   0xb1, 0x27, 0x31, 0xc9, 0x12, 0x87, 0x98, 0x46, 0x67, 0x52, 0x60, 0x8e, 0xc4, 0x9c, 0x67, 0x23,
   0x03, 0x0c, 0x84, 0xf7, 0x31, 0x32, 0xac, 0x8a, 0xb8, 0x64, 0xb0, 0x09, 0xd2, 0x40, 0xc4, 0x80,
   0x49, 0xc2, 0xec, 0x70, 0x74, 0x66, 0xf3, 0x63, 0xdf, 0x00, 0x8f, 0xce, 0x6a, 0xa9, 0x70, 0xb8,
   0x96, 0x0a, 0x6f, 0x43, 0x3f, 0x16, 0x69, 0x74, 0x9c, 0xf2, 0xb9, 0x6d, 0x35, 0x7a, 0xb1, 0x48,
   0x9f, 0xa4, 0x7c, 0x8e, 0xb6, 0x43, 0x59, 0x1f, 0xa5, 0xf9, 0x91, 0xeb, 0x36, 0x1c, 0x4d, 0x19,
   0x54, 0x48, 0x95, 0xe4, 0x99, 0x6d, 0x36, 0x1c, 0x89, 0x33, 0x22, 0x9b, 0x4a, 0x3e, 0x5b, 0x52,
   0xb7, 0xd1, 0x0f, 0x1d, 0x89, 0x22, 0x70, 0x39, 0xdf, 0x17, 0xc7, 0xb6, 0xdb, 0xb0, 0x14, 0xe2,
   0xe8, 0x65, 0x87, 0x39, 0xf5, 0x19, 0x83, 0xd0, 0x52, 0xc1, 0x5f, 0x4c, 0xf1, 0x87, 0xc1, 0x52,
   0x76, 0x78, 0x8d, 0x7a, 0x87, 0xf7, 0x9a, 0xc8, 0xaf, 0x19, 0xb1, 0x6c, 0xe9, 0x4e, 0x56, 0xca,
   0x84, 0x7e, 0x3f, 0xa4, 0x31, 0x62, 0xab, 0x2c, 0x29, 0x63, 0x00, 0xc7, 0xf8, 0x15, 0x53, 0x28,
   0x19, 0x4b, 0x19, 0x02, 0xdd, 0x34, 0x16, 0xc7, 0x7c, 0x95, 0x6a, 0xeb, 0x81, 0xc6, 0x68, 0x23,
   0x0b, 0x1a, 0x17, 0xfc, 0x00, 0x3c, 0xc7, 0x54, 0xfa, 0xbb, 0x31, 0xe1, 0xa6, 0xc5, 0xff, 0xcb,
   0xb9, 0xfd, 0x65, 0x49, 0xee, 0x87, 0x26, 0xb2, 0xf6, 0x16, 0x3c, 0xc3, 0x64, 0x5b, 0xf7, 0xc6,
   0xc6, 0x05, 0x6f, 0x9c, 0x2d, 0x78, 0x16, 0x65, 0xab, 0x13, 0xdb, 0x4a, 0xf7, 0x90, 0x7e, 0xb6,
   0x3a, 0xc1, 0xea, 0xa8, 0xaa, 0x57, 0x27, 0xd9, 0xcc, 0xd6, 0xba, 0xeb, 0x20, 0xd6, 0xb9, 0x27,
   0x49, 0xf6, 0x79, 0x7e, 0x2a, 0x0e, 0x72, 0xe5, 0xea, 0x81, 0x0a, 0x09, 0x7e, 0xd2, 0x80, 0xcd,
   0xfd, 0x23, 0x94, 0x64, 0x2e, 0x3e, 0x17, 0x4a, 0xf1, 0x39, 0x56, 0xd2, 0x1d, 0x4d, 0xbe, 0x83,
   0xc2, 0x8c, 0xeb, 0x89, 0x6e, 0x8a, 0xb0, 0x61, 0x8e, 0x43, 0xc3, 0x74, 0xa1, 0x42, 0xd9, 0x81,
   0x2e, 0x9f, 0x61, 0x1b, 0x46, 0x02, 0x8d, 0x1f, 0xb2, 0x6a, 0xf9, 0xfe, 0xd1, 0x2e, 0xcd, 0x84,
   0x96, 0x83, 0x62, 0x05, 0x8b, 0xac, 0xb6, 0x8d, 0x95, 0xec, 0x38, 0x0f, 0x7e, 0xdc, 0x84, 0x0d,
   0x53, 0x63, 0xbd, 0xae, 0xc4, 0xfc, 0xce, 0xeb, 0xf1, 0xb2, 0xf2, 0xcf, 0x87, 0x9e, 0xbd, 0x20,
   0x5d, 0x48, 0x5b, 0x92, 0xbd, 0x0b, 0x23, 0x5b, 0xb6, 0x47, 0x69, 0x92, 0xb9, 0x96, 0x69, 0x68,
   0xb1, 0xa7, 0x49, 0x26, 0xd8, 0xfb, 0x30, 0x8e, 0x13, 0x29, 0x48, 0x60, 0xc3, 0x64, 0xfc, 0x65,
   0xa3, 0x44, 0x89, 0xcd, 0x79, 0x62, 0xaf, 0xe6, 0x89, 0xc6, 0x97, 0xd0, 0x14, 0x91, 0xd2, 0x5c,
   0x9b, 0x30, 0xef, 0x90, 0x2f, 0x21, 0x78, 0x88, 0x18, 0x65, 0x02, 0x73, 0x1a, 0x92, 0xdb, 0x06,
   0xba, 0x81, 0x30, 0xed, 0x04, 0x7f, 0x68, 0xc0, 0x8d, 0x35, 0x85, 0x84, 0x22, 0xe5, 0xa4, 0xbe,
   0xf3, 0x8a, 0xb9, 0x0f, 0x9e, 0xca, 0x57, 0x72, 0x26, 0xa2, 0xf3, 0xfa, 0x19, 0x1b, 0x7c, 0xcf,
   0x69, 0x69, 0x07, 0xae, 0x5a, 0xce, 0x0b, 0xb5, 0xc4, 0xa6, 0x99, 0x38, 0x28, 0x2b, 0x8a, 0xfb,
   0xe0, 0x69, 0x2e, 0xe7, 0x42, 0xd7, 0x76, 0x35, 0x6a, 0x1c, 0x1b, 0xbc, 0xbe, 0xab, 0xe5, 0xac,
   0xed, 0x6a, 0x54, 0xba, 0x69, 0x26, 0xca, 0x5d, 0x83, 0x5f, 0x35, 0x60, 0xe3, 0x45, 0x12, 0x8b,
   0x5c, 0xf3, 0x42, 0x50, 0x05, 0x7d, 0x07, 0xfa, 0x42, 0xed, 0x73, 0xcd, 0x27, 0xee, 0x4c, 0x25,
   0x8d, 0x73, 0xce, 0xc2, 0x17, 0x2c, 0x7e, 0x13, 0xba, 0x9a, 0xfa, 0x47, 0x7b, 0x00, 0x4b, 0x61,
   0x7c, 0x27, 0x27, 0xf3, 0x89, 0x11, 0xb6, 0x15, 0x1a, 0x02, 0x77, 0x3a, 0xc5, 0xcf, 0x3e, 0x97,
   0xa9, 0x6b, 0x90, 0x1d, 0x5d, 0x2b, 0xd4, 0xba, 0xf5, 0x42, 0x6d, 0xcd, 0xb6, 0xf6, 0xe1, 0x28,
   0xf8, 0x77, 0xe8, 0xbc, 0xc0, 0x2a, 0xf2, 0x4d, 0x0b, 0x94, 0x82, 0xeb, 0x85, 0x73, 0x4a, 0x1c,
   0x07, 0xff, 0x0a, 0x03, 0xda, 0x80, 0x4a, 0x8b, 0xf7, 0xd6, 0x4a, 0x8b, 0x5a, 0x7f, 0x44, 0x2c,
   0xb6, 0xa6, 0xf8, 0x6d, 0x0b, 0x86, 0x7b, 0xf9, 0x49, 0xc1, 0x25, 0x96, 0x14, 0x74, 0xdb, 0x52,
   0x08, 0x56, 0x8d, 0x43, 0x49, 0xb3, 0x1d, 0xf0, 0x66, 0x86, 0x75, 0x5a, 0xb6, 0xf5, 0x4d, 0x7a,
   0xad, 0xba, 0x80, 0xb3, 0x6d, 0x18, 0x1e, 0xf3, 0x99, 0x78, 0x22, 0xb8, 0x5e, 0x49, 0x13, 0x39,
   0xa3, 0xb0, 0x0e, 0xa1, 0x2a, 0x51, 0xa9, 0xae, 0x80, 0x35, 0x04, 0xbd, 0x19, 0x48, 0x21, 0x9e,
   0xe5, 0xb1, 0x2d, 0xaa, 0x06, 0x61, 0x05, 0x90, 0xd2, 0xf8, 0x91, 0x53, 0x25, 0x8d, 0x31, 0x1b,
   0x55, 0xbd, 0x88, 0xeb, 0x1d, 0x6a, 0xdd, 0xc9, 0x16, 0x80, 0x12, 0x5c, 0xce, 0x16, 0x53, 0x73,
   0x29, 0xe2, 0xca, 0x1a, 0x82, 0xf3, 0x49, 0x56, 0xac, 0x4c, 0x16, 0x76, 0xa1, 0x52, 0x21, 0xa6,
   0xab, 0x4f, 0x53, 0x13, 0x96, 0xf6, 0x52, 0xac, 0x21, 0x64, 0x60, 0xf2, 0x6e, 0x77, 0x2d, 0x1a,
   0x0a, 0x73, 0x29, 0xcf, 0x78, 0x7a, 0xe6, 0xde, 0xa4, 0xe8, 0x6e, 0x1c, 0x84, 0xeb, 0xa0, 0xc9,
   0xb8, 0x46, 0x77, 0xe4, 0xcc, 0xf6, 0x9a, 0x5c, 0x07, 0x59, 0x00, 0xa3, 0x44, 0x39, 0x33, 0xa5,
   0x29, 0x5d, 0x98, 0x54, 0x14, 0x57, 0x58, 0x70, 0x04, 0x23, 0x4b, 0x3d, 0x3e, 0x15, 0x99, 0x66,
   0xff, 0x06, 0x03, 0x81, 0x83, 0xa9, 0xbb, 0x02, 0xc6, 0x0f, 0xef, 0xd4, 0x3a, 0xce, 0x1a, 0x2b,
   0x72, 0x84, 0x15, 0x33, 0xa5, 0x36, 0x7e, 0x96, 0xe6, 0xdc, 0x98, 0x77, 0x14, 0x3a, 0x32, 0xf8,
   0x1f, 0x18, 0xe3, 0x1d, 0x63, 0xd7, 0xf2, 0xd9, 0xe2, 0x82, 0xa7, 0xfa, 0xd0, 0x23, 0x7f, 0x29,
   0xb3, 0x84, 0x23, 0xf1, 0x0c, 0xf6, 0x50, 0x87, 0xb3, 0xdc, 0xba, 0x44, 0x33, 0x5c, 0xc3, 0x82,
   0x10, 0xbc, 0x6a, 0xff, 0x50, 0xa8, 0x55, 0xaa, 0xd9, 0x67, 0xa5, 0x86, 0x0c, 0x60, 0xfd, 0xd9,
   0x5f, 0x2b, 0x95, 0x6a, 0x22, 0x85, 0xeb, 0xec, 0xc1, 0x8f, 0x5a, 0x30, 0xa0, 0x63, 0x1e, 0xac,
   0xd4, 0xe2, 0x8d, 0x22, 0xeb, 0x6d, 0xfb, 0xe4, 0x61, 0x9e, 0x2d, 0x6c, 0x37, 0x84, 0xc8, 0x21,
   0x3d, 0x5d, 0xdc, 0x06, 0x7a, 0x39, 0x89, 0x44, 0xe6, 0x72, 0x56, 0x0f, 0xe9, 0xc7, 0x59, 0x5c,
   0xb6, 0x2f, 0x3a, 0x51, 0xc7, 0x67, 0x11, 0x4f, 0x53, 0xfb, 0xd4, 0x43, 0xed, 0x0b, 0x81, 0xbb,
   0x69, 0x8a, 0x77, 0x0d, 0x15, 0xca, 0xd4, 0x6e, 0xdb, 0x47, 0x33, 0x49, 0xe5, 0xfe, 0x2b, 0x5d,
   0xab, 0xb2, 0x7a, 0x6b, 0x55, 0xd6, 0x5d, 0x18, 0x98, 0x97, 0x2e, 0x34, 0xa7, 0xa9, 0x0b, 0xfa,
   0xf4, 0xcc, 0x65, 0x1b, 0x68, 0x9a, 0x8c, 0xc5, 0x69, 0x32, 0x2b, 0x9d, 0x18, 0xa1, 0x7d, 0x42,
   0xd8, 0xbf, 0x40, 0x3f, 0x29, 0xa2, 0x22, 0x97, 0x5a, 0xf9, 0x70, 0xbe, 0x57, 0x43, 0xc5, 0x4c,
   0x8a, 0x83, 0x5c, 0xea, 0xb0, 0x97, 0xd0, 0xaf, 0x62, 0xef, 0x43, 0x7b, 0x25, 0x53, 0xe5, 0x0f,
   0x89, 0xf9, 0xea, 0x3a, 0xf3, 0x73, 0x99, 0x86, 0x34, 0xcd, 0x3e, 0x76, 0xfd, 0xcf, 0x88, 0xf8,
   0x6e, 0x55, 0x7c, 0xa5, 0xca, 0xeb, 0xaf, 0x14, 0x7f, 0x6a, 0xc0, 0xc6, 0xda, 0xc4, 0x65, 0xcd,
   0xb1, 0xce, 0x8b, 0x64, 0x56, 0x7f, 0x8e, 0x1b, 0x10, 0x42, 0x07, 0xbd, 0x0b, 0x86, 0xc0, 0x6a,
   0xbe, 0x7c, 0xc6, 0x42, 0x00, 0x4b, 0xbc, 0x7a, 0xa7, 0xd0, 0xfe, 0xbe, 0x4e, 0xa1, 0x73, 0x49,
   0xa7, 0x40, 0x6f, 0xd2, 0xa9, 0xb0, 0x45, 0x9a, 0xb1, 0x0c, 0x99, 0xca, 0x64, 0x82, 0x00, 0x36,
   0x28, 0x48, 0xa2, 0x62, 0xa5, 0x16, 0xd5, 0x43, 0xc5, 0x50, 0xb8, 0x13, 0x4d, 0xe2, 0xe0, 0x39,
   0x40, 0xa5, 0x4e, 0x14, 0xd7, 0x3d, 0x53, 0x17, 0xee, 0xfe, 0x31, 0xc0, 0xa4, 0x7a, 0x6a, 0x6d,
   0xd6, 0x9e, 0x5a, 0x2b, 0xeb, 0xb7, 0xd6, 0x1e, 0x45, 0x3f, 0x81, 0x9e, 0x55, 0xbc, 0xab, 0xfb,
   0x1b, 0x55, 0xdd, 0x5f, 0x2d, 0x6a, 0xae, 0x2d, 0xfa, 0x4d, 0xc3, 0x08, 0xb3, 0xab, 0x35, 0x86,
   0xea, 0x2d, 0xe8, 0x39, 0xc1, 0xcd, 0xe2, 0x6e, 0x41, 0x32, 0xb3, 0x00, 0x5a, 0x33, 0x6e, 0x6a,
   0xc1, 0xb5, 0x16, 0xc4, 0xdc, 0xc1, 0x21, 0x4e, 0xd6, 0x4f, 0xe2, 0xee, 0x44, 0x77, 0x92, 0x18,
   0xdd, 0xcf, 0x4e, 0xd6, 0x5a, 0x1c, 0x50, 0xd5, 0x7b, 0xda, 0x6d, 0xe8, 0xa7, 0xf9, 0x8c, 0xa7,
   0xa8, 0x06, 0xa3, 0xf8, 0x1e, 0xd1, 0x93, 0x02, 0x37, 0xa6, 0xbb, 0x92, 0xfe, 0x60, 0xe9, 0xae,
   0x5f, 0x9e, 0xc1, 0x5f, 0x1b, 0x70, 0xed, 0xb1, 0x3a, 0x10, 0x52, 0xe5, 0xd9, 0x1e, 0x9f, 0x2d,
   0x6c, 0x9d, 0xc8, 0x3e, 0xb2, 0x97, 0xa7, 0x49, 0x6b, 0xb5, 0x54, 0xf0, 0x58, 0xd5, 0xd8, 0x62,
   0x5b, 0x32, 0xdd, 0xb6, 0x77, 0x9a, 0x29, 0x5d, 0x5a, 0x65, 0x52, 0x9a, 0x50, 0xd9, 0x57, 0xd0,
   0xee, 0xb5, 0x63, 0x19, 0x60, 0x42, 0xb9, 0xec, 0xd8, 0xde, 0x5f, 0x36, 0xce, 0x2d, 0x59, 0xab,
   0x47, 0x3b, 0xdf, 0x5b, 0x8f, 0x56, 0xd6, 0x31, 0x6f, 0xba, 0x2e, 0xa0, 0xaf, 0x43, 0x67, 0xc6,
   0xe5, 0xb3, 0xdc, 0x7a, 0x91, 0x21, 0x82, 0x9f, 0x37, 0x60, 0x73, 0x2f, 0x5d, 0x29, 0x2d, 0xe4,
   0x6e, 0x16, 0x9b, 0x5b, 0xef, 0x2d, 0x18, 0xcc, 0x0c, 0x54, 0x56, 0x31, 0x15, 0x80, 0x37, 0xad,
   0x25, 0x9e, 0x55, 0x89, 0xac, 0x0e, 0xb1, 0x7b, 0xd0, 0xc9, 0xe8, 0x3e, 0x6d, 0x9d, 0x7f, 0x9f,
   0xc3, 0xfd, 0x43, 0x33, 0x89, 0x5f, 0x39, 0x4d, 0xa4, 0x5e, 0xa1, 0x55, 0xec, 0x79, 0x2b, 0x20,
   0xf8, 0xbf, 0x26, 0xb4, 0x91, 0xfb, 0xb2, 0x80, 0xb5, 0xdf, 0xaa, 0x2a, 0xc3, 0x9a, 0x74, 0x77,
   0x61, 0x80, 0xdb, 0x47, 0xb5, 0xfa, 0xb9, 0x8f, 0x00, 0x09, 0x76, 0x0b, 0x7a, 0x34, 0x59, 0x16,
   0x7f, 0x5d, 0x24, 0x27, 0x71, 0x35, 0xe1, 0xdc, 0xc5, 0x4c, 0x14, 0xe7, 0x5b, 0xdc, 0xee, 0x85,
   0x16, 0x17, 0x3b, 0x4e, 0xb5, 0x2f, 0x52, 0xa1, 0x5d, 0x02, 0x2d, 0x69, 0x5c, 0x1c, 0xcb, 0xe4,
   0x58, 0xd7, 0x0a, 0xe7, 0x41, 0x08, 0x04, 0x95, 0x65, 0xb3, 0xc9, 0xa0, 0x26, 0x45, 0xd8, 0x34,
   0x6a, 0x20, 0x4c, 0x10, 0x3b, 0xbf, 0x6c, 0xc2, 0xa8, 0xde, 0xaf, 0xb0, 0x11, 0xf4, 0xa7, 0x91,
   0x89, 0x13, 0xef, 0x0a, 0xf3, 0x60, 0xe4, 0x28, 0x4c, 0x6e, 0x5e, 0x83, 0x0d, 0xa0, 0x33, 0x8d,
   0x0e, 0xe3, 0xa5, 0xd7, 0x64, 0xd7, 0x60, 0xd3, 0x4d, 0xda, 0x8a, 0xd5, 0x6b, 0xb1, 0x31, 0xc0,
   0x34, 0x9a, 0xda, 0x17, 0x4a, 0xaf, 0x6d, 0xf6, 0x33, 0xc5, 0x81, 0xd7, 0x31, 0xfb, 0x1d, 0xe4,
   0x69, 0xba, 0x87, 0xfd, 0xd7, 0xdc, 0xeb, 0x32, 0x80, 0xee, 0x34, 0x7a, 0x92, 0xa4, 0xc2, 0xeb,
   0xb1, 0xab, 0xb0, 0x61, 0xc6, 0x87, 0x42, 0xeb, 0x24, 0x9b, 0x7b, 0x7d, 0xb3, 0xa0, 0xea, 0x02,
   0xbd, 0x01, 0xdb, 0x84, 0xa1, 0x65, 0xd2, 0x7c, 0xb6, 0xf4, 0x80, 0x5d, 0x07, 0x6f, 0x1a, 0x85,
   0xc2, 0xd6, 0xee, 0x66, 0xdf, 0x21, 0xbb, 0x09, 0x0c, 0x85, 0x4b, 0x67, 0x2b, 0xd3, 0x06, 0x1c,
   0xe4, 0x2f, 0x85, 0xf4, 0x46, 0x66, 0x79, 0x99, 0xb1, 0xbd, 0x0d, 0xb6, 0x01, 0x83, 0x69, 0x64,
   0x1d, 0xd4, 0x1b, 0xb3, 0xbb, 0x70, 0xeb, 0xdc, 0xa1, 0x5c, 0x23, 0xe1, 0x6d, 0xee, 0x3c, 0x80,
   0xbe, 0x8b, 0x06, 0x14, 0x7c, 0x92, 0x29, 0x21, 0xb5, 0x77, 0x05, 0xc7, 0xcf, 0xe9, 0xcd, 0xc1,
   0x6b, 0xe0, 0xd8, 0x58, 0xc7, 0x6b, 0xee, 0xec, 0x82, 0x77, 0xbe, 0x2c, 0x41, 0x01, 0x42, 0x31,
   0xc9, 0x12, 0x4d, 0x71, 0xed, 0x5d, 0x41, 0xc0, 0x2c, 0x36, 0x40, 0x83, 0x0d, 0xa1, 0x67, 0x57,
   0x79, 0xcd, 0x9d, 0x4f, 0x61, 0xbc, 0x9e, 0x02, 0x8c, 0xc0, 0xfb, 0x47, 0x64, 0x35, 0xef, 0x8a,
   0xb1, 0x82, 0x25, 0x4d, 0x5e, 0xf1, 0x1a, 0x8f, 0xfc, 0xdf, 0x7d, 0xb3, 0xd5, 0xf8, 0xfa, 0x9b,
   0xad, 0xc6, 0x9f, 0xbf, 0xd9, 0x6a, 0xfc, 0xf4, 0xdb, 0xad, 0x2b, 0x5f, 0x7f, 0xbb, 0x75, 0xe5,
   0x8f, 0xdf, 0x6e, 0x5d, 0x39, 0xea, 0x52, 0xa8, 0x7c, 0xf2, 0xf7, 0x00, 0x00, 0x00, 0xff, 0xff,
   0x3f, 0xf6, 0xce, 0xf5, 0xbd, 0x1e, 0x00, 0x00,
}
func (m *Area) Marshal() (dAtA []byte, err error) {
@@ -5043,6 +5128,54 @@
      i++
      i = encodeVarintProtomsg(dAtA, i, uint64(len(m.CameraName)))
      i += copy(dAtA[i:], m.CameraName)
   }
   return i, nil
}
func (m *CameraPolygonRelation) Marshal() (dAtA []byte, err error) {
   size := m.Size()
   dAtA = make([]byte, size)
   n, err := m.MarshalTo(dAtA)
   if err != nil {
      return nil, err
   }
   return dAtA[:n], nil
}
func (m *CameraPolygonRelation) MarshalTo(dAtA []byte) (int, error) {
   var i int
   _ = i
   var l int
   _ = l
   if len(m.Id) > 0 {
      dAtA[i] = 0xa
      i++
      i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Id)))
      i += copy(dAtA[i:], m.Id)
   }
   if len(m.SourceCameraId) > 0 {
      dAtA[i] = 0x12
      i++
      i = encodeVarintProtomsg(dAtA, i, uint64(len(m.SourceCameraId)))
      i += copy(dAtA[i:], m.SourceCameraId)
   }
   if len(m.SourcePolygonId) > 0 {
      dAtA[i] = 0x1a
      i++
      i = encodeVarintProtomsg(dAtA, i, uint64(len(m.SourcePolygonId)))
      i += copy(dAtA[i:], m.SourcePolygonId)
   }
   if len(m.TargetCameraId) > 0 {
      dAtA[i] = 0x22
      i++
      i = encodeVarintProtomsg(dAtA, i, uint64(len(m.TargetCameraId)))
      i += copy(dAtA[i:], m.TargetCameraId)
   }
   if len(m.TargetPolygonId) > 0 {
      dAtA[i] = 0x2a
      i++
      i = encodeVarintProtomsg(dAtA, i, uint64(len(m.TargetPolygonId)))
      i += copy(dAtA[i:], m.TargetPolygonId)
   }
   return i, nil
}
@@ -6714,6 +6847,35 @@
      n += 1 + sovProtomsg(uint64(m.DefenceState))
   }
   l = len(m.CameraName)
   if l > 0 {
      n += 1 + l + sovProtomsg(uint64(l))
   }
   return n
}
func (m *CameraPolygonRelation) Size() (n int) {
   if m == nil {
      return 0
   }
   var l int
   _ = l
   l = len(m.Id)
   if l > 0 {
      n += 1 + l + sovProtomsg(uint64(l))
   }
   l = len(m.SourceCameraId)
   if l > 0 {
      n += 1 + l + sovProtomsg(uint64(l))
   }
   l = len(m.SourcePolygonId)
   if l > 0 {
      n += 1 + l + sovProtomsg(uint64(l))
   }
   l = len(m.TargetCameraId)
   if l > 0 {
      n += 1 + l + sovProtomsg(uint64(l))
   }
   l = len(m.TargetPolygonId)
   if l > 0 {
      n += 1 + l + sovProtomsg(uint64(l))
   }
@@ -12661,6 +12823,219 @@
   }
   return nil
}
func (m *CameraPolygonRelation) Unmarshal(dAtA []byte) error {
   l := len(dAtA)
   iNdEx := 0
   for iNdEx < l {
      preIndex := iNdEx
      var wire uint64
      for shift := uint(0); ; shift += 7 {
         if shift >= 64 {
            return ErrIntOverflowProtomsg
         }
         if iNdEx >= l {
            return io.ErrUnexpectedEOF
         }
         b := dAtA[iNdEx]
         iNdEx++
         wire |= uint64(b&0x7F) << shift
         if b < 0x80 {
            break
         }
      }
      fieldNum := int32(wire >> 3)
      wireType := int(wire & 0x7)
      if wireType == 4 {
         return fmt.Errorf("proto: CameraPolygonRelation: wiretype end group for non-group")
      }
      if fieldNum <= 0 {
         return fmt.Errorf("proto: CameraPolygonRelation: illegal tag %d (wire type %d)", fieldNum, wire)
      }
      switch fieldNum {
      case 1:
         if wireType != 2 {
            return fmt.Errorf("proto: wrong wireType = %d for field Id", wireType)
         }
         var stringLen uint64
         for shift := uint(0); ; shift += 7 {
            if shift >= 64 {
               return ErrIntOverflowProtomsg
            }
            if iNdEx >= l {
               return io.ErrUnexpectedEOF
            }
            b := dAtA[iNdEx]
            iNdEx++
            stringLen |= uint64(b&0x7F) << shift
            if b < 0x80 {
               break
            }
         }
         intStringLen := int(stringLen)
         if intStringLen < 0 {
            return ErrInvalidLengthProtomsg
         }
         postIndex := iNdEx + intStringLen
         if postIndex < 0 {
            return ErrInvalidLengthProtomsg
         }
         if postIndex > l {
            return io.ErrUnexpectedEOF
         }
         m.Id = string(dAtA[iNdEx:postIndex])
         iNdEx = postIndex
      case 2:
         if wireType != 2 {
            return fmt.Errorf("proto: wrong wireType = %d for field SourceCameraId", 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.SourceCameraId = string(dAtA[iNdEx:postIndex])
         iNdEx = postIndex
      case 3:
         if wireType != 2 {
            return fmt.Errorf("proto: wrong wireType = %d for field SourcePolygonId", 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.SourcePolygonId = string(dAtA[iNdEx:postIndex])
         iNdEx = postIndex
      case 4:
         if wireType != 2 {
            return fmt.Errorf("proto: wrong wireType = %d for field TargetCameraId", 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.TargetCameraId = string(dAtA[iNdEx:postIndex])
         iNdEx = postIndex
      case 5:
         if wireType != 2 {
            return fmt.Errorf("proto: wrong wireType = %d for field TargetPolygonId", 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.TargetPolygonId = string(dAtA[iNdEx:postIndex])
         iNdEx = postIndex
      default:
         iNdEx = preIndex
         skippy, err := skipProtomsg(dAtA[iNdEx:])
         if err != nil {
            return err
         }
         if skippy < 0 {
            return ErrInvalidLengthProtomsg
         }
         if (iNdEx + skippy) < 0 {
            return ErrInvalidLengthProtomsg
         }
         if (iNdEx + skippy) > l {
            return io.ErrUnexpectedEOF
         }
         iNdEx += skippy
      }
   }
   if iNdEx > l {
      return io.ErrUnexpectedEOF
   }
   return nil
}
func (m *VideotapeInfo) Unmarshal(dAtA []byte) error {
   l := len(dAtA)
   iNdEx := 0