liuxiaolong
2019-11-19 3e7fd5950d794150c2045b6fc2d764f72602c94e
protomsg.pb.go
@@ -9,7 +9,6 @@
   proto "github.com/gogo/protobuf/proto"
   io "io"
   math "math"
   math_bits "math/bits"
)
// Reference imports to suppress errors if they are not otherwise used.
@@ -2026,8 +2025,9 @@
   CameraId string   `protobuf:"bytes,2,opt,name=cameraId,proto3" json:"cameraId,omitempty"`
   TaskId   string   `protobuf:"bytes,3,opt,name=taskId,proto3" json:"taskId,omitempty"`
   ImgId    int64    `protobuf:"varint,4,opt,name=imgId,proto3" json:"imgId,omitempty"`
   SdkIds   []string `protobuf:"bytes,5,rep,name=sdkIds,proto3" json:"sdkIds,omitempty"`
   Type     int32    `protobuf:"varint,6,opt,name=type,proto3" json:"type,omitempty"`
   VideoUrl string   `protobuf:"bytes,5,opt,name=videoUrl,proto3" json:"videoUrl,omitempty"`
   SdkIds   []string `protobuf:"bytes,6,rep,name=sdkIds,proto3" json:"sdkIds,omitempty"`
   Type     int32    `protobuf:"varint,7,opt,name=type,proto3" json:"type,omitempty"`
}
func (m *VideotapeInfo) Reset()         { *m = VideotapeInfo{} }
@@ -2089,6 +2089,13 @@
      return m.ImgId
   }
   return 0
}
func (m *VideotapeInfo) GetVideoUrl() string {
   if m != nil {
      return m.VideoUrl
   }
   return ""
}
func (m *VideotapeInfo) GetSdkIds() []string {
@@ -2729,6 +2736,90 @@
   return false
}
type PushAttach struct {
   PushId     string  `protobuf:"bytes,1,opt,name=push_id,json=pushId,proto3" json:"push_id,omitempty"`
   Cam        *Camera `protobuf:"bytes,2,opt,name=cam,proto3" json:"cam,omitempty"`
   ServerId   string  `protobuf:"bytes,3,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
   ServerName string  `protobuf:"bytes,4,opt,name=server_name,json=serverName,proto3" json:"server_name,omitempty"`
   LocalIp    string  `protobuf:"bytes,5,opt,name=local_ip,json=localIp,proto3" json:"local_ip,omitempty"`
   VideoUrl   string  `protobuf:"bytes,6,opt,name=video_url,json=videoUrl,proto3" json:"video_url,omitempty"`
}
func (m *PushAttach) Reset()         { *m = PushAttach{} }
func (m *PushAttach) String() string { return proto.CompactTextString(m) }
func (*PushAttach) ProtoMessage()    {}
func (*PushAttach) Descriptor() ([]byte, []int) {
   return fileDescriptor_32de24555f916688, []int{32}
}
func (m *PushAttach) XXX_Unmarshal(b []byte) error {
   return m.Unmarshal(b)
}
func (m *PushAttach) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
   if deterministic {
      return xxx_messageInfo_PushAttach.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 *PushAttach) XXX_Merge(src proto.Message) {
   xxx_messageInfo_PushAttach.Merge(m, src)
}
func (m *PushAttach) XXX_Size() int {
   return m.Size()
}
func (m *PushAttach) XXX_DiscardUnknown() {
   xxx_messageInfo_PushAttach.DiscardUnknown(m)
}
var xxx_messageInfo_PushAttach proto.InternalMessageInfo
func (m *PushAttach) GetPushId() string {
   if m != nil {
      return m.PushId
   }
   return ""
}
func (m *PushAttach) GetCam() *Camera {
   if m != nil {
      return m.Cam
   }
   return nil
}
func (m *PushAttach) GetServerId() string {
   if m != nil {
      return m.ServerId
   }
   return ""
}
func (m *PushAttach) GetServerName() string {
   if m != nil {
      return m.ServerName
   }
   return ""
}
func (m *PushAttach) GetLocalIp() string {
   if m != nil {
      return m.LocalIp
   }
   return ""
}
func (m *PushAttach) GetVideoUrl() string {
   if m != nil {
      return m.VideoUrl
   }
   return ""
}
type EsPersonCacheChange struct {
   Type     EsCacheChanged `protobuf:"varint,1,opt,name=type,proto3,enum=protomsg.EsCacheChanged" json:"type,omitempty"`
   TableId  []string       `protobuf:"bytes,2,rep,name=table_id,json=tableId,proto3" json:"table_id,omitempty"`
@@ -2742,7 +2833,7 @@
func (m *EsPersonCacheChange) String() string { return proto.CompactTextString(m) }
func (*EsPersonCacheChange) ProtoMessage()    {}
func (*EsPersonCacheChange) Descriptor() ([]byte, []int) {
   return fileDescriptor_32de24555f916688, []int{32}
   return fileDescriptor_32de24555f916688, []int{33}
}
func (m *EsPersonCacheChange) XXX_Unmarshal(b []byte) error {
   return m.Unmarshal(b)
@@ -2850,168 +2941,174 @@
   proto.RegisterType((*EventPushRule)(nil), "protomsg.EventPushRule")
   proto.RegisterType((*PushIpPort)(nil), "protomsg.PushIpPort")
   proto.RegisterType((*PushUrl)(nil), "protomsg.PushUrl")
   proto.RegisterType((*PushAttach)(nil), "protomsg.PushAttach")
   proto.RegisterType((*EsPersonCacheChange)(nil), "protomsg.EsPersonCacheChange")
}
func init() { proto.RegisterFile("protomsg.proto", fileDescriptor_32de24555f916688) }
var fileDescriptor_32de24555f916688 = []byte{
   // 2469 bytes of a gzipped FileDescriptorProto
   0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x18, 0x4b, 0x8f, 0x1c, 0x47,
   0x79, 0x7b, 0xde, 0xfd, 0xcd, 0xcc, 0xba, 0x5d, 0x36, 0x49, 0xc7, 0x21, 0x9b, 0x4d, 0xe3, 0x28,
   0xc6, 0x4a, 0x02, 0x72, 0x72, 0x40, 0x1c, 0x90, 0x36, 0x7e, 0xa0, 0x91, 0x42, 0x58, 0x7a, 0xd7,
   0xe6, 0x46, 0xab, 0x66, 0xba, 0x76, 0xb6, 0xb5, 0xb5, 0xdd, 0xad, 0xaa, 0x6e, 0x27, 0x7b, 0xe0,
   0x07, 0x70, 0x82, 0xbf, 0xc0, 0x3f, 0x41, 0x9c, 0x38, 0x70, 0xc8, 0x11, 0x4e, 0x41, 0x89, 0x84,
   0x90, 0x10, 0xff, 0x00, 0x24, 0xf4, 0x7d, 0x55, 0xd5, 0x8f, 0x59, 0x3b, 0xf1, 0x69, 0xea, 0x7b,
   0x74, 0xd5, 0xf7, 0x7e, 0x0c, 0xec, 0x97, 0xaa, 0xa8, 0x8a, 0x4b, 0xbd, 0xfd, 0x90, 0x0e, 0x6c,
   0xe6, 0xe0, 0x3b, 0xb0, 0xe6, 0x5a, 0x18, 0x6c, 0xf4, 0x04, 0x46, 0x47, 0x4a, 0x70, 0xb6, 0x0f,
   0x83, 0x2c, 0x0d, 0xbd, 0x43, 0xef, 0xde, 0x38, 0x1e, 0x64, 0x29, 0xbb, 0x03, 0xb3, 0x92, 0x2b,
   0x91, 0x57, 0x59, 0x1a, 0x0e, 0x08, 0xdb, 0xc0, 0x8c, 0xc1, 0x28, 0xe7, 0x97, 0x22, 0x1c, 0x1e,
   0x7a, 0xf7, 0xfc, 0x98, 0xce, 0xd1, 0x7f, 0x87, 0x30, 0x79, 0xc8, 0x2f, 0x85, 0xea, 0x5e, 0xe5,
   0xd3, 0x55, 0x8e, 0x7d, 0xd0, 0xb2, 0xb3, 0xdb, 0x30, 0xe6, 0x32, 0xe3, 0xda, 0xde, 0x61, 0x00,
   0xf6, 0x0e, 0x2c, 0x74, 0xce, 0x4b, 0x7d, 0x5e, 0x54, 0x49, 0xad, 0x64, 0x38, 0x22, 0xe2, 0xdc,
   0xe1, 0x9e, 0x2a, 0x89, 0x97, 0x55, 0x57, 0xa5, 0x08, 0xc7, 0x24, 0x13, 0x9d, 0x11, 0xc7, 0xd3,
   0x54, 0x85, 0x13, 0xf3, 0x00, 0x9e, 0xd9, 0xf7, 0xc1, 0x97, 0x45, 0xbe, 0xcd, 0xaa, 0x3a, 0x15,
   0xe1, 0xf4, 0xd0, 0xbb, 0x37, 0x88, 0x5b, 0x04, 0x6a, 0x27, 0x79, 0x65, 0x88, 0x33, 0x22, 0x36,
   0x30, 0x8a, 0x76, 0x26, 0x8b, 0x42, 0x85, 0x3e, 0x3d, 0x61, 0x00, 0x7c, 0x43, 0x55, 0xba, 0x0c,
   0xc1, 0xbc, 0x81, 0x67, 0x52, 0xb4, 0x0c, 0xe7, 0x56, 0xd1, 0x12, 0x79, 0xca, 0x42, 0x55, 0xe1,
   0xc2, 0xc8, 0x86, 0x67, 0x7c, 0xa9, 0xd6, 0x42, 0x91, 0x01, 0x96, 0xc4, 0xd9, 0xc0, 0xc6, 0xc6,
   0x5a, 0x7f, 0x5e, 0xa8, 0x34, 0xdc, 0x37, 0x34, 0x07, 0xa3, 0x14, 0x6b, 0xc5, 0xf3, 0x34, 0xbc,
   0x61, 0x0c, 0x44, 0x00, 0x7e, 0xa1, 0x84, 0x16, 0xea, 0xb9, 0x48, 0xc3, 0xc0, 0x7c, 0xe1, 0x60,
   0xf6, 0x16, 0x40, 0xa6, 0x13, 0x55, 0xe7, 0x79, 0x96, 0x6f, 0xc3, 0x9b, 0x87, 0xde, 0xbd, 0x59,
   0xec, 0x67, 0x3a, 0x36, 0x08, 0x24, 0xab, 0x3a, 0x4f, 0x44, 0xce, 0xd7, 0x52, 0x84, 0xcc, 0x90,
   0x55, 0x9d, 0x3f, 0x26, 0x04, 0x7b, 0x03, 0x66, 0x48, 0x26, 0xdb, 0xde, 0x22, 0xf9, 0xa7, 0xaa,
   0xce, 0x4f, 0xd1, 0xbc, 0x11, 0x2c, 0x91, 0x44, 0xcf, 0xa8, 0x24, 0x4b, 0xc3, 0xdb, 0xc6, 0x2d,
   0xaa, 0xce, 0x4f, 0x08, 0xb7, 0x4a, 0xa3, 0x0d, 0xdc, 0x34, 0xde, 0x3f, 0xca, 0xd3, 0x53, 0xae,
   0x2f, 0x56, 0xf9, 0x59, 0xc1, 0xee, 0xc1, 0x64, 0x43, 0x48, 0x0a, 0x86, 0xf9, 0x83, 0xe0, 0xc3,
   0x26, 0x24, 0x0d, 0x73, 0x6c, 0xe9, 0xec, 0x2e, 0x8c, 0x2b, 0xae, 0x2f, 0x74, 0x38, 0x38, 0x1c,
   0xde, 0x9b, 0x3f, 0xd8, 0x6f, 0x19, 0xf1, 0xb2, 0xd8, 0x10, 0xa3, 0xaf, 0x3c, 0x18, 0x21, 0xcc,
   0x5e, 0x83, 0x09, 0x62, 0x9a, 0x28, 0xb3, 0x10, 0x9a, 0x07, 0x4f, 0x9d, 0x68, 0x6b, 0x60, 0xf6,
   0x26, 0xf8, 0x1b, 0x25, 0x78, 0x25, 0x12, 0x5e, 0xd9, 0xa8, 0x9b, 0x19, 0xc4, 0x51, 0xd5, 0x21,
   0xae, 0xaf, 0x6c, 0xd4, 0x59, 0xe2, 0x27, 0x57, 0x48, 0xac, 0xcb, 0xd4, 0x7e, 0x39, 0xb6, 0x3e,
   0x24, 0xc4, 0x51, 0x85, 0xa2, 0x58, 0x93, 0x4e, 0xc8, 0xa4, 0x16, 0x42, 0x7b, 0x66, 0x3a, 0xe1,
   0x92, 0xab, 0x4b, 0x0a, 0xbf, 0x59, 0x3c, 0xcd, 0xf4, 0x11, 0x82, 0x48, 0x4a, 0x85, 0x4c, 0xce,
   0x24, 0xdf, 0x52, 0xf0, 0xcd, 0xe2, 0x69, 0x2a, 0xe4, 0x13, 0xc9, 0xb7, 0xd1, 0x29, 0xcc, 0x51,
   0xc1, 0x93, 0xd4, 0x18, 0x30, 0x82, 0x11, 0xca, 0x6f, 0xcd, 0xb7, 0x6b, 0x15, 0xa2, 0xb1, 0x77,
   0x60, 0xa4, 0xd3, 0xc6, 0x72, 0xcb, 0x96, 0xe7, 0x24, 0xbd, 0x88, 0x89, 0x14, 0xfd, 0x14, 0x26,
   0x08, 0xd4, 0x39, 0xfb, 0x1e, 0x4c, 0xb2, 0x72, 0x93, 0x34, 0x86, 0x1b, 0x67, 0xe5, 0x66, 0x95,
   0xa2, 0x44, 0x3a, 0xbd, 0x30, 0xce, 0x37, 0x76, 0x9b, 0xea, 0xf4, 0x02, 0x9d, 0x1f, 0x3d, 0x03,
   0xb0, 0x12, 0xe1, 0xf7, 0xaf, 0x22, 0xd0, 0xdd, 0x9e, 0x40, 0x41, 0x5f, 0xa0, 0x3a, 0xb7, 0x32,
   0xfd, 0x73, 0x00, 0x60, 0x82, 0x80, 0x3c, 0xba, 0x5b, 0x33, 0xd0, 0x21, 0x44, 0x4d, 0x6c, 0xfd,
   0x41, 0x87, 0x10, 0x62, 0x95, 0xb2, 0xd7, 0x61, 0x8a, 0x2f, 0x21, 0x69, 0xd8, 0xfa, 0x7f, 0x95,
   0xb2, 0x0f, 0xc0, 0xaf, 0xb2, 0x4b, 0x91, 0xa8, 0x5a, 0x8a, 0x70, 0xb4, 0xfb, 0xfe, 0x23, 0x7e,
   0xf5, 0xb0, 0x92, 0xf1, 0x0c, 0x59, 0xe2, 0x5a, 0x0a, 0x4a, 0x09, 0xc1, 0x37, 0x95, 0xe1, 0x37,
   0x9e, 0xf5, 0x09, 0x43, 0xe4, 0x77, 0x60, 0x61, 0xc8, 0xa9, 0x78, 0x9e, 0x6d, 0x84, 0x2d, 0x2f,
   0x73, 0xc2, 0x3d, 0x22, 0x54, 0xcf, 0x95, 0xd3, 0x9e, 0x2b, 0xd9, 0xdb, 0x30, 0xb7, 0x51, 0xd3,
   0x71, 0x34, 0x18, 0x14, 0x31, 0xb4, 0x91, 0xe3, 0xf7, 0x22, 0x87, 0xc1, 0x48, 0x63, 0x15, 0x01,
   0x53, 0x45, 0xf0, 0x8c, 0x1a, 0x67, 0x3a, 0x39, 0xab, 0xa5, 0xa4, 0x72, 0x33, 0x8b, 0x27, 0x99,
   0x7e, 0x52, 0x4b, 0xc9, 0x0e, 0x61, 0x21, 0xb3, 0xfc, 0x22, 0x71, 0xf6, 0x58, 0x90, 0x8c, 0x80,
   0x38, 0x4a, 0xc3, 0x34, 0xfa, 0x15, 0xec, 0x5b, 0x3b, 0x67, 0x97, 0x02, 0x15, 0x7d, 0xa5, 0xfa,
   0xfc, 0x66, 0xd7, 0x92, 0x36, 0x5b, 0x9c, 0xdd, 0xa2, 0xcf, 0x60, 0x62, 0x6c, 0xc9, 0x02, 0x18,
   0xa6, 0xfc, 0xca, 0xb6, 0x0d, 0x3c, 0xb2, 0x07, 0x00, 0xe6, 0x43, 0x9e, 0x6f, 0x85, 0x8d, 0x81,
   0x5b, 0x9d, 0x38, 0xc1, 0x3b, 0x90, 0x14, 0xd3, 0xfd, 0x74, 0x8c, 0x3e, 0x02, 0xbf, 0xc1, 0x63,
   0xe1, 0xd3, 0x15, 0x57, 0x95, 0x8b, 0x50, 0x02, 0xf0, 0x21, 0x91, 0xbb, 0x48, 0xc0, 0x63, 0xf4,
   0x0c, 0xa6, 0xc7, 0x85, 0xbc, 0xda, 0x16, 0xf9, 0x2b, 0x29, 0xf4, 0x1e, 0x4c, 0xca, 0x22, 0xcb,
   0x2b, 0xec, 0x38, 0x28, 0xd3, 0x8d, 0x56, 0xa6, 0x63, 0xc4, 0xc7, 0x96, 0x1c, 0x6d, 0x1a, 0x7b,
   0x71, 0x7d, 0x71, 0xa4, 0xb6, 0xba, 0x1f, 0x8b, 0xde, 0x4e, 0x2c, 0x7e, 0x0c, 0x3e, 0xd9, 0x9e,
   0xab, 0xad, 0x0b, 0xf9, 0xd7, 0xfb, 0x69, 0xf1, 0x73, 0x55, 0xd4, 0x25, 0x5e, 0x64, 0x8a, 0x11,
   0x9e, 0xa2, 0xe7, 0xb0, 0xec, 0x91, 0xba, 0x21, 0xed, 0xf5, 0x42, 0xfa, 0x63, 0x98, 0x6f, 0x91,
   0x8b, 0x3c, 0xa1, 0xaf, 0x1b, 0x94, 0xae, 0x40, 0xaf, 0xc4, 0xb0, 0x75, 0x47, 0xdd, 0x89, 0xad,
   0x61, 0x37, 0xb6, 0xa2, 0xbf, 0x7a, 0xe0, 0x37, 0x5f, 0x60, 0xf4, 0x9a, 0xbb, 0x9b, 0x57, 0xa7,
   0x04, 0xaf, 0xa8, 0x99, 0x18, 0x52, 0x25, 0xbe, 0xa8, 0xac, 0x21, 0x7d, 0xc2, 0x9c, 0x8a, 0x2f,
   0x2a, 0x0c, 0x6e, 0x2a, 0x6d, 0x89, 0x14, 0xcf, 0x85, 0xa4, 0x47, 0xc6, 0x31, 0x10, 0xea, 0x53,
   0xc4, 0x60, 0x41, 0x37, 0x02, 0x8f, 0x76, 0x0b, 0x3a, 0xc9, 0x6a, 0x88, 0x54, 0x77, 0x44, 0x95,
   0x34, 0x0d, 0x1d, 0xeb, 0x8e, 0xa8, 0xa8, 0xe9, 0xfc, 0x00, 0x96, 0xa9, 0x38, 0x13, 0xf9, 0x46,
   0x24, 0xba, 0xe2, 0x95, 0x2b, 0xaf, 0x0b, 0x8b, 0x3c, 0x41, 0x5c, 0xf4, 0xef, 0x01, 0x8c, 0xe2,
   0x17, 0x85, 0xf4, 0x5d, 0xd8, 0xb7, 0x2e, 0x73, 0x56, 0x35, 0x2a, 0x2c, 0x36, 0x8d, 0x6b, 0x57,
   0x3b, 0x45, 0x66, 0xb8, 0xe3, 0xd8, 0xb7, 0x00, 0x4a, 0x13, 0x5f, 0x48, 0x35, 0x3d, 0xc1, 0xb7,
   0x98, 0x55, 0x8a, 0x95, 0x14, 0x4b, 0x66, 0x96, 0x5a, 0xc1, 0xc7, 0x3a, 0xc5, 0x2b, 0x23, 0x58,
   0x22, 0x9a, 0xab, 0x6d, 0x62, 0xe6, 0x1b, 0x5b, 0x34, 0x74, 0x8a, 0x8e, 0x3f, 0xa2, 0x29, 0xe7,
   0x0e, 0xcc, 0x8a, 0x52, 0x28, 0x5e, 0x15, 0x8a, 0x8a, 0x86, 0x1f, 0x37, 0x30, 0xaa, 0xed, 0xce,
   0xc6, 0x2c, 0x33, 0x23, 0xb7, 0x43, 0xba, 0x86, 0xec, 0x1e, 0x79, 0xce, 0x65, 0x6d, 0x0a, 0x48,
   0xf3, 0xc8, 0x33, 0x44, 0xbd, 0xb0, 0x8a, 0x50, 0x23, 0x97, 0x22, 0xf9, 0x3c, 0xab, 0xce, 0x93,
   0x52, 0x09, 0x3b, 0xba, 0xcc, 0x11, 0xf9, 0xeb, 0xac, 0x3a, 0x3f, 0x56, 0xfd, 0x98, 0x58, 0xf4,
   0x62, 0x22, 0xfa, 0xd3, 0x00, 0x86, 0x27, 0xe9, 0xf5, 0x5a, 0xdd, 0x36, 0x95, 0xc1, 0xcb, 0x9a,
   0xca, 0xb0, 0xd7, 0x54, 0x1c, 0x89, 0x92, 0x74, 0xd4, 0x90, 0x3e, 0xc3, 0x3c, 0xbd, 0x0b, 0x23,
   0x4a, 0xa5, 0xf1, 0x0b, 0xba, 0xc7, 0x91, 0xda, 0xc6, 0x44, 0x45, 0xed, 0xb2, 0x4d, 0x91, 0xbb,
   0x89, 0x0f, 0xcf, 0x58, 0x22, 0x70, 0x66, 0x34, 0x16, 0xc5, 0x23, 0x46, 0xa9, 0xed, 0xea, 0x58,
   0x6b, 0xac, 0x29, 0xc1, 0xa0, 0xb0, 0xe0, 0x74, 0x6a, 0x34, 0x31, 0x18, 0x33, 0xda, 0x1a, 0x4d,
   0x0c, 0xbd, 0xb9, 0x00, 0x76, 0xe6, 0x82, 0x36, 0xc9, 0xe6, 0xbb, 0xad, 0xbf, 0x69, 0x0a, 0x66,
   0x14, 0x6c, 0xfa, 0x7b, 0xd1, 0xf4, 0x77, 0x0a, 0x5b, 0x3b, 0xc7, 0xac, 0x76, 0x93, 0xbe, 0xbd,
   0x79, 0xd0, 0xbb, 0xf9, 0xc7, 0x64, 0x37, 0x4a, 0x71, 0x5b, 0xc6, 0x6e, 0xef, 0xb4, 0x57, 0x29,
   0x4e, 0x44, 0x15, 0x37, 0x5c, 0x51, 0x0d, 0xd0, 0xe2, 0xa9, 0xb6, 0xa6, 0xed, 0x73, 0x36, 0x66,
   0x6f, 0x83, 0xf1, 0x58, 0xdf, 0x7d, 0xef, 0xb9, 0x0c, 0x36, 0x0f, 0xdd, 0xbc, 0xf6, 0x90, 0x4b,
   0x62, 0x17, 0x69, 0xa3, 0x36, 0xd2, 0xa2, 0xdf, 0xc2, 0xd4, 0xe9, 0xb8, 0x1b, 0x2d, 0xd7, 0x32,
   0x64, 0xf0, 0xed, 0x19, 0x32, 0xdc, 0xc9, 0x90, 0x6b, 0xc1, 0x3f, 0xba, 0x16, 0xfc, 0xd1, 0xbf,
   0x3c, 0x9a, 0x78, 0x8e, 0xd4, 0xb6, 0x5d, 0x34, 0xbc, 0xee, 0xa2, 0xf1, 0xa2, 0x0e, 0xe1, 0x36,
   0x0b, 0xbb, 0xd5, 0xb8, 0xcd, 0xe2, 0xb2, 0xd6, 0x46, 0xb7, 0x59, 0x4c, 0x67, 0xc4, 0xd5, 0x79,
   0xe6, 0x26, 0x41, 0x3a, 0xe3, 0x2b, 0xa6, 0xe1, 0x99, 0x80, 0x34, 0x80, 0xad, 0x61, 0xbc, 0x96,
   0x95, 0x15, 0xd5, 0xc4, 0xe6, 0xc2, 0x22, 0x4d, 0xa2, 0xfe, 0x10, 0x02, 0xc7, 0xd4, 0xe8, 0x6c,
   0x22, 0xf5, 0x86, 0xc5, 0xff, 0xd2, 0xa9, 0xee, 0x2c, 0xed, 0x77, 0x2c, 0xfd, 0x7b, 0x0f, 0x6e,
   0x3c, 0x5a, 0x3f, 0x3c, 0xc7, 0x07, 0x7f, 0x21, 0xb4, 0xe6, 0x5b, 0xc1, 0xde, 0xc7, 0x69, 0x1a,
   0xa3, 0x07, 0x75, 0xde, 0x7f, 0xf0, 0x5a, 0xb7, 0x1f, 0xad, 0xa5, 0x30, 0xcc, 0x69, 0x6c, 0x98,
   0xac, 0x83, 0x06, 0x8d, 0x83, 0xee, 0xc3, 0x84, 0x6f, 0xaa, 0xac, 0xc8, 0xc9, 0x12, 0xfb, 0x0f,
   0x58, 0x67, 0x82, 0x5a, 0x1f, 0x11, 0x25, 0xb6, 0x1c, 0x94, 0x87, 0xf9, 0x59, 0x61, 0x7d, 0x40,
   0xe7, 0xe8, 0x3f, 0x1e, 0x2c, 0x4d, 0x07, 0x7d, 0x59, 0x7f, 0xfe, 0xd6, 0xe1, 0xee, 0x05, 0xcb,
   0x25, 0x0b, 0x61, 0x6a, 0x2b, 0xaf, 0x2b, 0x17, 0x16, 0xc4, 0x19, 0xad, 0x52, 0xd9, 0x76, 0x2b,
   0x54, 0x22, 0xb3, 0xdc, 0x75, 0x91, 0xb9, 0xc5, 0x7d, 0x9a, 0xe5, 0x82, 0xbd, 0x0b, 0xfb, 0x69,
   0xa6, 0x04, 0x09, 0x6c, 0x98, 0x8c, 0x93, 0x96, 0x0d, 0x96, 0xd8, 0x9c, 0xfb, 0xa7, 0x1d, 0xf7,
   0x5f, 0x6b, 0x42, 0x33, 0xb2, 0x7c, 0xbf, 0x09, 0xfd, 0xd1, 0x83, 0xe5, 0xb3, 0x2c, 0x15, 0x45,
   0xc5, 0x4b, 0x41, 0x63, 0xfb, 0x1d, 0x98, 0x09, 0xfd, 0x88, 0x57, 0xbc, 0xc9, 0xb4, 0x06, 0x46,
   0x9a, 0x53, 0xf5, 0x9a, 0xea, 0x6d, 0x39, 0xe8, 0x8f, 0xb5, 0x98, 0xa0, 0x97, 0xdb, 0x95, 0xe9,
   0x42, 0xc3, 0xd8, 0x00, 0xc8, 0x4d, 0xf9, 0x6b, 0x6a, 0xa5, 0x1f, 0x5b, 0xa8, 0x51, 0x64, 0xd2,
   0x6e, 0xc8, 0xd1, 0xff, 0x06, 0x30, 0x7f, 0x58, 0x5c, 0xe2, 0x06, 0x4f, 0xe3, 0x06, 0x2d, 0x4a,
   0x6b, 0x29, 0xf0, 0x6b, 0x8f, 0xbe, 0x6e, 0x60, 0x76, 0x1f, 0x82, 0x8d, 0x61, 0x3d, 0x3d, 0x57,
   0x42, 0x9f, 0x17, 0xd2, 0x48, 0x3a, 0x88, 0xaf, 0xe1, 0xd9, 0x21, 0xcc, 0xcf, 0xf8, 0x46, 0x3c,
   0x11, 0xbc, 0xaa, 0x95, 0xf1, 0xd9, 0x22, 0xee, 0xa2, 0x50, 0x76, 0xb3, 0xd9, 0x8d, 0xe8, 0x19,
   0x03, 0xe0, 0x76, 0x5e, 0x29, 0x21, 0x3e, 0x2b, 0x52, 0xe1, 0xc4, 0x6f, 0x11, 0xa4, 0x01, 0x5f,
   0x63, 0xef, 0x1c, 0x92, 0x2b, 0xf8, 0x5a, 0xb3, 0x03, 0xe8, 0x8c, 0x17, 0xe1, 0xf4, 0x70, 0xb8,
   0x33, 0x70, 0x1c, 0x00, 0x68, 0xc1, 0xd5, 0xe6, 0xfc, 0xd4, 0x94, 0x7a, 0xfc, 0xb2, 0x83, 0x41,
   0x7a, 0x96, 0x97, 0xb5, 0x49, 0x3a, 0x57, 0xe9, 0x5b, 0x0c, 0xd2, 0x37, 0x85, 0x94, 0x26, 0x20,
   0x6c, 0xa9, 0xef, 0x60, 0xc8, 0xda, 0x45, 0xad, 0x36, 0x4d, 0xb1, 0x37, 0x10, 0xbb, 0x0b, 0x4b,
   0x9e, 0x73, 0x79, 0xe5, 0x36, 0x61, 0xdb, 0x34, 0xfb, 0xc8, 0x68, 0x0d, 0x0b, 0x6b, 0xfe, 0xc7,
   0xcf, 0x45, 0x5e, 0xb1, 0x9f, 0x80, 0x2f, 0xf0, 0x80, 0xdd, 0xd0, 0x66, 0xe9, 0x9d, 0xce, 0x72,
   0xdc, 0x61, 0x45, 0x8e, 0xb8, 0x65, 0xa6, 0x54, 0xe0, 0x57, 0xb2, 0xe0, 0xc6, 0x29, 0x8b, 0xd8,
   0x81, 0xd1, 0x6f, 0x60, 0xff, 0x24, 0xbd, 0x70, 0xdf, 0xf2, 0xcd, 0xf9, 0xb5, 0xbc, 0x0b, 0x71,
   0xc8, 0x5c, 0x4b, 0xd1, 0x64, 0x9d, 0x03, 0x59, 0x04, 0x0b, 0xeb, 0xdb, 0x93, 0x4d, 0x61, 0x1d,
   0x39, 0x88, 0x7b, 0xb8, 0x28, 0x86, 0xa0, 0xbd, 0x3f, 0x16, 0xba, 0x96, 0x15, 0xfb, 0x19, 0x2c,
   0x37, 0x5d, 0x04, 0x05, 0xd3, 0xfc, 0x41, 0xd8, 0x6b, 0x16, 0x1d, 0x91, 0xe2, 0x3e, 0x7b, 0xf4,
   0xbb, 0x21, 0xf8, 0xa4, 0xe6, 0x71, 0xad, 0xcf, 0x5f, 0x69, 0x8e, 0x7f, 0xcb, 0xee, 0x17, 0x66,
   0x47, 0x30, 0x79, 0x42, 0xab, 0xc4, 0x09, 0xed, 0x09, 0x6f, 0x00, 0xad, 0x29, 0x09, 0x2e, 0x0b,
   0xb6, 0x54, 0x20, 0xfc, 0x38, 0xa7, 0x99, 0x30, 0xd3, 0x89, 0xe6, 0x55, 0xa6, 0xcf, 0xae, 0x12,
   0x2e, 0x25, 0x15, 0x8b, 0x59, 0xbc, 0xc8, 0xf4, 0x89, 0x41, 0x1e, 0x49, 0x89, 0xb5, 0x89, 0x66,
   0x24, 0x9a, 0x7b, 0x27, 0xf6, 0x2f, 0x96, 0x5a, 0x0a, 0x1a, 0x7b, 0xdb, 0xbe, 0x3c, 0xed, 0xf5,
   0xe5, 0x37, 0xc1, 0x37, 0x5b, 0x58, 0x3b, 0xb1, 0xcd, 0x68, 0x05, 0x43, 0x8f, 0xbd, 0x0d, 0x73,
   0x22, 0xda, 0x2d, 0xd2, 0x6f, 0x37, 0x34, 0xbb, 0x44, 0xfe, 0x08, 0x66, 0x59, 0x99, 0x94, 0x85,
   0xaa, 0x74, 0x08, 0xbb, 0x5d, 0x1d, 0x0d, 0xb3, 0x2a, 0x8f, 0x0b, 0x55, 0xc5, 0xd3, 0x8c, 0x7e,
   0x35, 0x7b, 0x17, 0x46, 0xb5, 0x92, 0x3a, 0x9c, 0xef, 0x76, 0x66, 0x64, 0x7e, 0xaa, 0x64, 0x4c,
   0x64, 0xf6, 0x81, 0xeb, 0xe0, 0x8b, 0xdd, 0xb5, 0xa4, 0x31, 0x79, 0xa7, 0x8f, 0x47, 0x5f, 0x79,
   0xb0, 0xec, 0x11, 0xae, 0xf9, 0x03, 0x6d, 0x5f, 0x94, 0xd9, 0xa6, 0xfb, 0x47, 0x81, 0x4f, 0x18,
   0x52, 0x14, 0x77, 0x46, 0x22, 0x73, 0xb5, 0x6d, 0x76, 0x46, 0x44, 0x60, 0x1f, 0xee, 0xb6, 0xf4,
   0xd1, 0x77, 0x0d, 0xbd, 0xe3, 0x17, 0x0c, 0xbd, 0xf4, 0xff, 0x95, 0x14, 0xb6, 0x93, 0x4e, 0xec,
   0xb2, 0x5e, 0x4b, 0x61, 0xf2, 0x37, 0x82, 0x25, 0x25, 0x49, 0x52, 0xd6, 0xfa, 0x1c, 0xfb, 0x8a,
   0xa9, 0xe3, 0x73, 0xe1, 0x34, 0x5a, 0xa5, 0xd1, 0x53, 0x80, 0xd6, 0x9c, 0x28, 0xae, 0xfb, 0x4b,
   0xab, 0x74, 0x65, 0xda, 0x20, 0x56, 0xed, 0x5f, 0x79, 0x83, 0xce, 0x5f, 0x79, 0x2f, 0x5b, 0xaa,
   0x3e, 0x82, 0xa9, 0x35, 0xbc, 0x9b, 0x41, 0xbd, 0x76, 0x06, 0x7d, 0xc9, 0x28, 0x17, 0xfd, 0xdd,
   0x83, 0x5b, 0x8f, 0xf5, 0xb1, 0x50, 0xba, 0xc8, 0x1f, 0xf2, 0xcd, 0xb9, 0xed, 0xca, 0xec, 0x7d,
   0x5b, 0xbd, 0x4d, 0x51, 0xe8, 0x24, 0xd2, 0x63, 0xdd, 0x61, 0x4b, 0x6d, 0x83, 0x7a, 0xc3, 0xd6,
   0x71, 0xd3, 0x48, 0x87, 0x4d, 0x4a, 0x9b, 0xe5, 0xa6, 0xa4, 0xdb, 0x3b, 0xcb, 0x8d, 0x41, 0xac,
   0xa8, 0x12, 0x9c, 0xd9, 0x9a, 0x6d, 0xb3, 0xc4, 0x82, 0x9d, 0xee, 0x3f, 0xfe, 0xce, 0xee, 0xdf,
   0xff, 0xef, 0x6b, 0xec, 0x74, 0xbb, 0xff, 0x67, 0x0f, 0x16, 0xdd, 0x49, 0x83, 0x2d, 0x60, 0x76,
   0x9a, 0x98, 0x99, 0x20, 0xd8, 0x63, 0x01, 0x2c, 0x1c, 0x84, 0xc3, 0x70, 0xe0, 0xb1, 0xdb, 0x10,
   0x74, 0x31, 0xd8, 0xa2, 0x82, 0x01, 0x03, 0x98, 0x9c, 0x26, 0xc4, 0x31, 0x64, 0x4b, 0xf0, 0xcd,
   0xf9, 0x24, 0xbd, 0x08, 0x46, 0xec, 0x26, 0x2c, 0x1b, 0x10, 0x43, 0x35, 0x18, 0x33, 0x1f, 0xc6,
   0xa7, 0x09, 0x52, 0x27, 0xec, 0x16, 0xdc, 0x70, 0xd7, 0xd9, 0x11, 0x24, 0x98, 0xb2, 0x7d, 0x80,
   0xd3, 0xe4, 0xd4, 0xfe, 0x85, 0x11, 0xcc, 0x8c, 0x4c, 0xa6, 0x40, 0x07, 0xbe, 0x91, 0xe9, 0xb8,
   0x90, 0xf2, 0x61, 0x91, 0x9f, 0x65, 0xdb, 0x00, 0xee, 0x7f, 0x08, 0x33, 0xa7, 0x30, 0x4a, 0xb2,
   0xca, 0xb5, 0x50, 0x55, 0xb0, 0x87, 0xe7, 0xa7, 0xb4, 0x20, 0x04, 0x1e, 0x9e, 0x1f, 0x09, 0x29,
   0x2a, 0x11, 0x0c, 0xee, 0x1f, 0x41, 0xb0, 0x5b, 0xb7, 0xd9, 0x0d, 0x98, 0xc7, 0x62, 0x95, 0x67,
   0x15, 0xb9, 0x2e, 0xd8, 0x43, 0x84, 0xf9, 0xd8, 0x20, 0x3c, 0x36, 0x87, 0xa9, 0xfd, 0x2a, 0x18,
   0xdc, 0xff, 0x18, 0xf6, 0xfb, 0x5e, 0x36, 0x6a, 0x3f, 0x5a, 0x93, 0x31, 0x83, 0x3d, 0xa3, 0x98,
   0x05, 0x4d, 0xe8, 0x04, 0xde, 0x27, 0xe1, 0x5f, 0xbe, 0x3e, 0xf0, 0xbe, 0xfc, 0xfa, 0xc0, 0xfb,
   0xc7, 0xd7, 0x07, 0xde, 0x1f, 0xbe, 0x39, 0xd8, 0xfb, 0xf2, 0x9b, 0x83, 0xbd, 0xbf, 0x7d, 0x73,
   0xb0, 0xb7, 0x9e, 0x90, 0xeb, 0x3e, 0xfa, 0x7f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xd8, 0xb7, 0x23,
   0x4d, 0x0a, 0x18, 0x00, 0x00,
   // 2551 bytes of a gzipped FileDescriptorProto
   0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x38, 0xcb, 0x6e, 0x1c, 0xc7,
   0xb5, 0xec, 0x79, 0xcf, 0x99, 0x19, 0xaa, 0x55, 0xd2, 0xb5, 0x5b, 0xf2, 0x35, 0x4d, 0xf7, 0x95,
   0x61, 0x5d, 0xc1, 0xf6, 0xbd, 0x90, 0xbd, 0x08, 0xb2, 0x08, 0x30, 0xd6, 0x23, 0x18, 0xc0, 0x71,
   0x98, 0x26, 0xa5, 0xec, 0xd2, 0xa8, 0x99, 0x2e, 0x0e, 0x1b, 0x2c, 0x76, 0x37, 0xaa, 0xba, 0x69,
   0x73, 0x91, 0x0f, 0xc8, 0x2a, 0xf9, 0xa1, 0x20, 0x41, 0x56, 0x59, 0x64, 0xe1, 0x65, 0xb2, 0x72,
   0x60, 0x03, 0x41, 0x80, 0x20, 0x7f, 0x90, 0x00, 0xc1, 0x39, 0x55, 0xd5, 0x8f, 0x21, 0x65, 0x6b,
   0x35, 0x75, 0x1e, 0x5d, 0x75, 0xde, 0x8f, 0x81, 0xfd, 0x42, 0xe5, 0x65, 0x7e, 0xa1, 0xb7, 0x1f,
   0xd1, 0x81, 0x4d, 0x1c, 0x7c, 0x1f, 0xd6, 0x5c, 0x0b, 0x83, 0x0d, 0x9f, 0xc3, 0x60, 0xa9, 0x04,
   0x67, 0xfb, 0xd0, 0x4b, 0x93, 0xc0, 0x3b, 0xf4, 0x1e, 0x0e, 0xa3, 0x5e, 0x9a, 0xb0, 0xfb, 0x30,
   0x29, 0xb8, 0x12, 0x59, 0x99, 0x26, 0x41, 0x8f, 0xb0, 0x35, 0xcc, 0x18, 0x0c, 0x32, 0x7e, 0x21,
   0x82, 0xfe, 0xa1, 0xf7, 0x70, 0x1a, 0xd1, 0x39, 0xfc, 0x57, 0x1f, 0x46, 0x4f, 0xf8, 0x85, 0x50,
   0xed, 0xab, 0xa6, 0x74, 0x95, 0x63, 0xef, 0x35, 0xec, 0xec, 0x2e, 0x0c, 0xb9, 0x4c, 0xb9, 0xb6,
   0x77, 0x18, 0x80, 0xbd, 0x0b, 0x73, 0x9d, 0xf1, 0x42, 0x9f, 0xe5, 0x65, 0x5c, 0x29, 0x19, 0x0c,
   0x88, 0x38, 0x73, 0xb8, 0x17, 0x4a, 0xe2, 0x65, 0xe5, 0x55, 0x21, 0x82, 0x21, 0xc9, 0x44, 0x67,
   0xc4, 0xf1, 0x24, 0x51, 0xc1, 0xc8, 0x3c, 0x80, 0x67, 0xf6, 0xdf, 0x30, 0x95, 0x79, 0xb6, 0x4d,
   0xcb, 0x2a, 0x11, 0xc1, 0xf8, 0xd0, 0x7b, 0xd8, 0x8b, 0x1a, 0x04, 0x6a, 0x27, 0x79, 0x69, 0x88,
   0x13, 0x22, 0xd6, 0x30, 0x8a, 0x76, 0x2a, 0xf3, 0x5c, 0x05, 0x53, 0x7a, 0xc2, 0x00, 0xf8, 0x86,
   0x2a, 0x75, 0x11, 0x80, 0x79, 0x03, 0xcf, 0xa4, 0x68, 0x11, 0xcc, 0xac, 0xa2, 0x05, 0xf2, 0x14,
   0xb9, 0x2a, 0x83, 0xb9, 0x91, 0x0d, 0xcf, 0xf8, 0x52, 0xa5, 0x85, 0x22, 0x03, 0x2c, 0x88, 0xb3,
   0x86, 0x8d, 0x8d, 0xb5, 0xfe, 0x22, 0x57, 0x49, 0xb0, 0x6f, 0x68, 0x0e, 0x46, 0x29, 0xd6, 0x8a,
   0x67, 0x49, 0x70, 0xcb, 0x18, 0x88, 0x00, 0xfc, 0x42, 0x09, 0x2d, 0xd4, 0xa5, 0x48, 0x02, 0xdf,
   0x7c, 0xe1, 0x60, 0xf6, 0x36, 0x40, 0xaa, 0x63, 0x55, 0x65, 0x59, 0x9a, 0x6d, 0x83, 0xdb, 0x87,
   0xde, 0xc3, 0x49, 0x34, 0x4d, 0x75, 0x64, 0x10, 0x48, 0x56, 0x55, 0x16, 0x8b, 0x8c, 0xaf, 0xa5,
   0x08, 0x98, 0x21, 0xab, 0x2a, 0x7b, 0x46, 0x08, 0x76, 0x0f, 0x26, 0x48, 0x26, 0xdb, 0xde, 0x21,
   0xf9, 0xc7, 0xaa, 0xca, 0x4e, 0xd0, 0xbc, 0x21, 0x2c, 0x90, 0x44, 0xcf, 0xa8, 0x38, 0x4d, 0x82,
   0xbb, 0xc6, 0x2d, 0xaa, 0xca, 0x8e, 0x09, 0xb7, 0x4a, 0xc2, 0x0d, 0xdc, 0x36, 0xde, 0x5f, 0x66,
   0xc9, 0x09, 0xd7, 0xe7, 0xab, 0xec, 0x34, 0x67, 0x0f, 0x61, 0xb4, 0x21, 0x24, 0x05, 0xc3, 0xec,
   0xb1, 0xff, 0x51, 0x1d, 0x92, 0x86, 0x39, 0xb2, 0x74, 0xf6, 0x00, 0x86, 0x25, 0xd7, 0xe7, 0x3a,
   0xe8, 0x1d, 0xf6, 0x1f, 0xce, 0x1e, 0xef, 0x37, 0x8c, 0x78, 0x59, 0x64, 0x88, 0xe1, 0xd7, 0x1e,
   0x0c, 0x10, 0x66, 0x6f, 0xc0, 0x08, 0x31, 0x75, 0x94, 0x59, 0x08, 0xcd, 0x83, 0xa7, 0x56, 0xb4,
   0xd5, 0x30, 0x7b, 0x0b, 0xa6, 0x1b, 0x25, 0x78, 0x29, 0x62, 0x5e, 0xda, 0xa8, 0x9b, 0x18, 0xc4,
   0xb2, 0x6c, 0x11, 0xd7, 0x57, 0x36, 0xea, 0x2c, 0xf1, 0xd3, 0x2b, 0x24, 0x56, 0x45, 0x62, 0xbf,
   0x1c, 0x5a, 0x1f, 0x12, 0x62, 0x59, 0xa2, 0x28, 0xd6, 0xa4, 0x23, 0x32, 0xa9, 0x85, 0xd0, 0x9e,
   0xa9, 0x8e, 0xb9, 0xe4, 0xea, 0x82, 0xc2, 0x6f, 0x12, 0x8d, 0x53, 0xbd, 0x44, 0x10, 0x49, 0x89,
   0x90, 0xf1, 0xa9, 0xe4, 0x5b, 0x0a, 0xbe, 0x49, 0x34, 0x4e, 0x84, 0x7c, 0x2e, 0xf9, 0x36, 0x3c,
   0x81, 0x19, 0x2a, 0x78, 0x9c, 0x18, 0x03, 0x86, 0x30, 0x40, 0xf9, 0xad, 0xf9, 0x76, 0xad, 0x42,
   0x34, 0xf6, 0x2e, 0x0c, 0x74, 0x52, 0x5b, 0x6e, 0xd1, 0xf0, 0x1c, 0x27, 0xe7, 0x11, 0x91, 0xc2,
   0x1f, 0xc2, 0x08, 0x81, 0x2a, 0x63, 0xff, 0x05, 0xa3, 0xb4, 0xd8, 0xc4, 0xb5, 0xe1, 0x86, 0x69,
   0xb1, 0x59, 0x25, 0x28, 0x91, 0x4e, 0xce, 0x8d, 0xf3, 0x8d, 0xdd, 0xc6, 0x3a, 0x39, 0x47, 0xe7,
   0x87, 0x2f, 0x01, 0xac, 0x44, 0xf8, 0xfd, 0xeb, 0x08, 0xf4, 0xa0, 0x23, 0x90, 0xdf, 0x15, 0xa8,
   0xca, 0xac, 0x4c, 0x7f, 0xeb, 0x01, 0x98, 0x20, 0x20, 0x8f, 0xee, 0xd6, 0x0c, 0x74, 0x08, 0x51,
   0x63, 0x5b, 0x7f, 0xd0, 0x21, 0x84, 0x58, 0x25, 0xec, 0x4d, 0x18, 0xe3, 0x4b, 0x48, 0xea, 0x37,
   0xfe, 0x5f, 0x25, 0xec, 0x43, 0x98, 0x96, 0xe9, 0x85, 0x88, 0x55, 0x25, 0x45, 0x30, 0xd8, 0x7d,
   0xff, 0x29, 0xbf, 0x7a, 0x52, 0xca, 0x68, 0x82, 0x2c, 0x51, 0x25, 0x05, 0xa5, 0x84, 0xe0, 0x9b,
   0xd2, 0xf0, 0x1b, 0xcf, 0x4e, 0x09, 0x43, 0xe4, 0x77, 0x61, 0x6e, 0xc8, 0x89, 0xb8, 0x4c, 0x37,
   0xc2, 0x96, 0x97, 0x19, 0xe1, 0x9e, 0x12, 0xaa, 0xe3, 0xca, 0x71, 0xc7, 0x95, 0xec, 0x1d, 0x98,
   0xd9, 0xa8, 0x69, 0x39, 0x1a, 0x0c, 0x8a, 0x18, 0x9a, 0xc8, 0x99, 0x76, 0x22, 0x87, 0xc1, 0x40,
   0x63, 0x15, 0x01, 0x53, 0x45, 0xf0, 0x8c, 0x1a, 0xa7, 0x3a, 0x3e, 0xad, 0xa4, 0xa4, 0x72, 0x33,
   0x89, 0x46, 0xa9, 0x7e, 0x5e, 0x49, 0xc9, 0x0e, 0x61, 0x2e, 0xd3, 0xec, 0x3c, 0x76, 0xf6, 0x98,
   0x93, 0x8c, 0x80, 0x38, 0x4a, 0xc3, 0x24, 0xfc, 0x19, 0xec, 0x5b, 0x3b, 0xa7, 0x17, 0x02, 0x15,
   0x7d, 0xad, 0xfa, 0xfc, 0x56, 0xdb, 0x92, 0x36, 0x5b, 0x9c, 0xdd, 0xc2, 0xcf, 0x61, 0x64, 0x6c,
   0xc9, 0x7c, 0xe8, 0x27, 0xfc, 0xca, 0xb6, 0x0d, 0x3c, 0xb2, 0xc7, 0x00, 0xe6, 0x43, 0x9e, 0x6d,
   0x85, 0x8d, 0x81, 0x3b, 0xad, 0x38, 0xc1, 0x3b, 0x90, 0x14, 0xd1, 0xfd, 0x74, 0x0c, 0x3f, 0x86,
   0x69, 0x8d, 0xc7, 0xc2, 0xa7, 0x4b, 0xae, 0x4a, 0x17, 0xa1, 0x04, 0xe0, 0x43, 0x22, 0x73, 0x91,
   0x80, 0xc7, 0xf0, 0x25, 0x8c, 0x8f, 0x72, 0x79, 0xb5, 0xcd, 0xb3, 0xd7, 0x52, 0xe8, 0x7d, 0x18,
   0x15, 0x79, 0x9a, 0x95, 0xd8, 0x71, 0x50, 0xa6, 0x5b, 0x8d, 0x4c, 0x47, 0x88, 0x8f, 0x2c, 0x39,
   0xdc, 0xd4, 0xf6, 0xe2, 0xfa, 0x7c, 0xa9, 0xb6, 0xba, 0x1b, 0x8b, 0xde, 0x4e, 0x2c, 0x7e, 0x02,
   0x53, 0xb2, 0x3d, 0x57, 0x5b, 0x17, 0xf2, 0x6f, 0x76, 0xd3, 0xe2, 0xc7, 0x2a, 0xaf, 0x0a, 0xbc,
   0xc8, 0x14, 0x23, 0x3c, 0x85, 0x97, 0xb0, 0xe8, 0x90, 0xda, 0x21, 0xed, 0x75, 0x42, 0xfa, 0x13,
   0x98, 0x6d, 0x91, 0x8b, 0x3c, 0xa1, 0xaf, 0x1b, 0x94, 0xae, 0x40, 0xaf, 0x44, 0xb0, 0x75, 0x47,
   0xdd, 0x8a, 0xad, 0x7e, 0x3b, 0xb6, 0xc2, 0x3f, 0x79, 0x30, 0xad, 0xbf, 0xc0, 0xe8, 0x35, 0x77,
   0xd7, 0xaf, 0x8e, 0x09, 0x5e, 0x51, 0x33, 0x31, 0xa4, 0x52, 0x7c, 0x59, 0x5a, 0x43, 0x4e, 0x09,
   0x73, 0x22, 0xbe, 0x2c, 0x31, 0xb8, 0xa9, 0xb4, 0xc5, 0x52, 0x5c, 0x0a, 0x49, 0x8f, 0x0c, 0x23,
   0x20, 0xd4, 0x67, 0x88, 0xc1, 0x82, 0x6e, 0x04, 0x1e, 0xec, 0x16, 0x74, 0x92, 0xd5, 0x10, 0xa9,
   0xee, 0x88, 0x32, 0xae, 0x1b, 0x3a, 0xd6, 0x1d, 0x51, 0x52, 0xd3, 0xf9, 0x1f, 0x58, 0x24, 0xe2,
   0x54, 0x64, 0x1b, 0x11, 0xeb, 0x92, 0x97, 0xae, 0xbc, 0xce, 0x2d, 0xf2, 0x18, 0x71, 0xe1, 0x3f,
   0x7a, 0x30, 0x88, 0x6e, 0x0a, 0xe9, 0x07, 0xb0, 0x6f, 0x5d, 0xe6, 0xac, 0x6a, 0x54, 0x98, 0x6f,
   0x6a, 0xd7, 0xae, 0x76, 0x8a, 0x4c, 0x7f, 0xc7, 0xb1, 0x6f, 0x03, 0x14, 0x26, 0xbe, 0x90, 0x6a,
   0x7a, 0xc2, 0xd4, 0x62, 0x56, 0x09, 0x56, 0x52, 0x2c, 0x99, 0x69, 0x62, 0x05, 0x1f, 0xea, 0x04,
   0xaf, 0x0c, 0x61, 0x81, 0x68, 0xae, 0xb6, 0xb1, 0x99, 0x6f, 0x6c, 0xd1, 0xd0, 0x09, 0x3a, 0x7e,
   0x49, 0x53, 0xce, 0x7d, 0x98, 0xe4, 0x85, 0x50, 0xbc, 0xcc, 0x15, 0x15, 0x8d, 0x69, 0x54, 0xc3,
   0xa8, 0xb6, 0x3b, 0x1b, 0xb3, 0x4c, 0x8c, 0xdc, 0x0e, 0xe9, 0x1a, 0xb2, 0x7b, 0xe4, 0x92, 0xcb,
   0xca, 0x14, 0x90, 0xfa, 0x91, 0x97, 0x88, 0xba, 0xb1, 0x8a, 0x50, 0x23, 0x97, 0x22, 0xfe, 0x22,
   0x2d, 0xcf, 0xe2, 0x42, 0x09, 0x3b, 0xba, 0xcc, 0x10, 0xf9, 0xf3, 0xb4, 0x3c, 0x3b, 0x52, 0xdd,
   0x98, 0x98, 0x77, 0x62, 0x22, 0xfc, 0x7d, 0x0f, 0xfa, 0xc7, 0xc9, 0xf5, 0x5a, 0xdd, 0x34, 0x95,
   0xde, 0xab, 0x9a, 0x4a, 0xbf, 0xd3, 0x54, 0x1c, 0x89, 0x92, 0x74, 0x50, 0x93, 0x3e, 0xc7, 0x3c,
   0x7d, 0x00, 0x03, 0x4a, 0xa5, 0xe1, 0x0d, 0xdd, 0x63, 0xa9, 0xb6, 0x11, 0x51, 0x51, 0xbb, 0x74,
   0x93, 0x67, 0x6e, 0xe2, 0xc3, 0x33, 0x96, 0x08, 0x9c, 0x19, 0x8d, 0x45, 0xf1, 0x88, 0x51, 0x6a,
   0xbb, 0x3a, 0xd6, 0x1a, 0x6b, 0x4a, 0x30, 0x28, 0x2c, 0x38, 0xad, 0x1a, 0x4d, 0x0c, 0xc6, 0x8c,
   0xb6, 0x46, 0x13, 0x43, 0x67, 0x2e, 0x80, 0x9d, 0xb9, 0xa0, 0x49, 0xb2, 0xd9, 0x6e, 0xeb, 0xaf,
   0x9b, 0x82, 0x19, 0x05, 0xeb, 0xfe, 0x9e, 0xd7, 0xfd, 0x9d, 0xc2, 0xd6, 0xce, 0x31, 0xab, 0xdd,
   0xa4, 0x6f, 0x6e, 0xee, 0x75, 0x6e, 0xfe, 0x7f, 0xb2, 0x1b, 0xa5, 0xb8, 0x2d, 0x63, 0x77, 0x77,
   0xda, 0xab, 0x14, 0xc7, 0xa2, 0x8c, 0x6a, 0xae, 0xb0, 0x02, 0x68, 0xf0, 0x54, 0x5b, 0x93, 0xe6,
   0x39, 0x1b, 0xb3, 0x77, 0xc1, 0x78, 0xac, 0xeb, 0xbe, 0xf7, 0x5d, 0x06, 0x9b, 0x87, 0x6e, 0x5f,
   0x7b, 0xc8, 0x25, 0xb1, 0x8b, 0xb4, 0x41, 0x13, 0x69, 0xe1, 0x2f, 0x61, 0xec, 0x74, 0xdc, 0x8d,
   0x96, 0x6b, 0x19, 0xd2, 0xfb, 0xee, 0x0c, 0xe9, 0xef, 0x64, 0xc8, 0xb5, 0xe0, 0x1f, 0x5c, 0x0b,
   0xfe, 0xf0, 0xef, 0x1e, 0x4d, 0x3c, 0x4b, 0xb5, 0x6d, 0x16, 0x0d, 0xaf, 0xbd, 0x68, 0xdc, 0xd4,
   0x21, 0xdc, 0x66, 0x61, 0xb7, 0x1a, 0xb7, 0x59, 0x5c, 0x54, 0xda, 0xe8, 0x36, 0x89, 0xe8, 0x8c,
   0xb8, 0x2a, 0x4b, 0xdd, 0x24, 0x48, 0x67, 0x7c, 0xc5, 0x34, 0x3c, 0x13, 0x90, 0x06, 0xb0, 0x35,
   0x8c, 0x57, 0xb2, 0xb4, 0xa2, 0x9a, 0xd8, 0x9c, 0x5b, 0xa4, 0x49, 0xd4, 0xff, 0x05, 0xdf, 0x31,
   0xd5, 0x3a, 0x9b, 0x48, 0xbd, 0x65, 0xf1, 0x3f, 0x75, 0xaa, 0x3b, 0x4b, 0x4f, 0x5b, 0x96, 0xfe,
   0xb5, 0x07, 0xb7, 0x9e, 0xae, 0x9f, 0x9c, 0xe1, 0x83, 0x3f, 0x11, 0x5a, 0xf3, 0xad, 0x60, 0x1f,
   0xe0, 0x34, 0x8d, 0xd1, 0x83, 0x3a, 0xef, 0x3f, 0x7e, 0xa3, 0xdd, 0x8f, 0xd6, 0x52, 0x18, 0xe6,
   0x24, 0x32, 0x4c, 0xd6, 0x41, 0xbd, 0xda, 0x41, 0x8f, 0x60, 0xc4, 0x37, 0x65, 0x9a, 0x67, 0x64,
   0x89, 0xfd, 0xc7, 0xac, 0x35, 0x41, 0xad, 0x97, 0x44, 0x89, 0x2c, 0x07, 0xe5, 0x61, 0x76, 0x9a,
   0x5b, 0x1f, 0xd0, 0x39, 0xfc, 0xa7, 0x07, 0x0b, 0xd3, 0x41, 0x5f, 0xd5, 0x9f, 0xbf, 0x73, 0xb8,
   0xbb, 0x61, 0xb9, 0x64, 0x01, 0x8c, 0x6d, 0xe5, 0x75, 0xe5, 0xc2, 0x82, 0x38, 0xa3, 0x95, 0x2a,
   0xdd, 0x6e, 0x85, 0x8a, 0x65, 0x9a, 0xb9, 0x2e, 0x32, 0xb3, 0xb8, 0xcf, 0xd2, 0x4c, 0xb0, 0xf7,
   0x60, 0x3f, 0x49, 0x95, 0x20, 0x81, 0x0d, 0x93, 0x71, 0xd2, 0xa2, 0xc6, 0x12, 0x9b, 0x73, 0xff,
   0xb8, 0xe5, 0xfe, 0x6b, 0x4d, 0x68, 0x42, 0x96, 0xef, 0x36, 0xa1, 0xdf, 0x7a, 0xb0, 0x78, 0x99,
   0x26, 0x22, 0x2f, 0x79, 0x21, 0x68, 0x6c, 0xbf, 0x0f, 0x13, 0xa1, 0x9f, 0xf2, 0x92, 0xd7, 0x99,
   0x56, 0xc3, 0x48, 0x73, 0xaa, 0x5e, 0x53, 0xbd, 0x29, 0x07, 0xdd, 0xb1, 0x16, 0x13, 0xf4, 0x62,
   0xbb, 0x32, 0x5d, 0xa8, 0x1f, 0x19, 0x00, 0x6f, 0xba, 0xc4, 0x67, 0x5f, 0x28, 0xe9, 0xb6, 0x12,
   0x07, 0xe3, 0x4d, 0x94, 0xdb, 0xd8, 0x7f, 0xfa, 0x78, 0x93, 0x81, 0x3a, 0x4a, 0xda, 0xed, 0x39,
   0xfc, 0x77, 0x0f, 0x66, 0x4f, 0xf2, 0x0b, 0xdc, 0xee, 0x69, 0x14, 0xa1, 0x25, 0x6a, 0x2d, 0x05,
   0x7e, 0xed, 0xd1, 0xd7, 0x35, 0xcc, 0x1e, 0x81, 0xbf, 0x31, 0xac, 0x27, 0x67, 0x4a, 0xe8, 0xb3,
   0x5c, 0x1a, 0x2d, 0x7a, 0xd1, 0x35, 0x3c, 0x3b, 0x84, 0xd9, 0x29, 0xdf, 0x88, 0xe7, 0x82, 0x97,
   0x95, 0x32, 0xfe, 0x9c, 0x47, 0x6d, 0x14, 0xea, 0x65, 0xb6, 0xbe, 0x01, 0x3d, 0x63, 0x00, 0xdc,
   0xdc, 0x4b, 0x25, 0xc4, 0xe7, 0x79, 0x22, 0x4c, 0x1b, 0x98, 0x46, 0x0d, 0x82, 0x34, 0xe0, 0x6b,
   0xa7, 0x17, 0x9d, 0xd9, 0x01, 0xb4, 0x46, 0x8f, 0x60, 0x7c, 0xd8, 0xdf, 0x19, 0x46, 0x0e, 0x00,
   0xb4, 0xe0, 0x6a, 0x73, 0x76, 0x62, 0xda, 0x00, 0x7e, 0xd9, 0xc2, 0x20, 0x3d, 0xcd, 0x8a, 0xca,
   0x24, 0xa4, 0xeb, 0x02, 0x0d, 0x06, 0xe9, 0x9b, 0x5c, 0x4a, 0x13, 0x2c, 0xb6, 0x0d, 0xb4, 0x30,
   0x64, 0xed, 0xbc, 0x52, 0x9b, 0xba, 0x11, 0x18, 0x88, 0x3d, 0x80, 0x05, 0xcf, 0xb8, 0xbc, 0x72,
   0x5b, 0xb2, 0x6d, 0xa8, 0x5d, 0x64, 0xb8, 0x86, 0xb9, 0x35, 0xff, 0xb3, 0x4b, 0x91, 0x95, 0xec,
   0x07, 0x30, 0x15, 0x78, 0xc0, 0x4e, 0x69, 0x33, 0xf8, 0x7e, 0x6b, 0x71, 0x6e, 0xb1, 0x22, 0x47,
   0xd4, 0x30, 0x53, 0x9a, 0xf0, 0x2b, 0x99, 0x73, 0xe3, 0x94, 0x79, 0xe4, 0xc0, 0xf0, 0x17, 0xb0,
   0x7f, 0x9c, 0x9c, 0xbb, 0x6f, 0xf9, 0xe6, 0xec, 0x5a, 0x4e, 0x06, 0x38, 0x80, 0xae, 0xa5, 0xa8,
   0x33, 0xd2, 0x81, 0x2c, 0x84, 0xb9, 0xf5, 0xed, 0xf1, 0x26, 0xb7, 0x8e, 0xec, 0x45, 0x1d, 0x5c,
   0x18, 0x81, 0xdf, 0xdc, 0x1f, 0x09, 0x5d, 0xc9, 0x92, 0xfd, 0x08, 0x16, 0x9b, 0x36, 0x82, 0x82,
   0x69, 0xf6, 0x38, 0xe8, 0x34, 0x92, 0x96, 0x48, 0x51, 0x97, 0x3d, 0xfc, 0x55, 0x1f, 0xa6, 0xa4,
   0xe6, 0x51, 0xa5, 0xcf, 0x5e, 0x6b, 0xc6, 0x7f, 0xdb, 0xee, 0x1e, 0x66, 0x7f, 0x30, 0x39, 0x44,
   0x6b, 0xc6, 0x31, 0xed, 0x10, 0xf7, 0x80, 0x56, 0x98, 0x18, 0x17, 0x09, 0x5b, 0x46, 0x10, 0x7e,
   0x96, 0xd1, 0xbc, 0x98, 0xea, 0x58, 0xf3, 0x32, 0xd5, 0xa7, 0x57, 0x31, 0x97, 0x26, 0xa3, 0x26,
   0xd1, 0x3c, 0xd5, 0xc7, 0x06, 0xb9, 0x94, 0x12, 0xeb, 0x16, 0xcd, 0x4f, 0x34, 0x13, 0x8f, 0xec,
   0xdf, 0x2f, 0x95, 0x14, 0x34, 0x12, 0x37, 0x3d, 0x7b, 0xdc, 0xe9, 0xd9, 0x6f, 0xc1, 0xd4, 0x6c,
   0x68, 0xcd, 0x34, 0x37, 0xa1, 0xf5, 0x0c, 0x3d, 0xf6, 0x0e, 0xcc, 0x88, 0x68, 0x37, 0xcc, 0x69,
   0xb3, 0xbd, 0xd9, 0x05, 0xf3, 0xff, 0x60, 0x92, 0x16, 0x71, 0x91, 0xab, 0x52, 0x07, 0xb0, 0xdb,
   0xf1, 0xd1, 0x30, 0xab, 0xe2, 0x28, 0x57, 0x65, 0x34, 0x4e, 0xe9, 0x57, 0xb3, 0xf7, 0x60, 0x50,
   0x29, 0xa9, 0x83, 0xd9, 0x6e, 0xd7, 0x46, 0xe6, 0x17, 0x4a, 0x46, 0x44, 0x66, 0x1f, 0xba, 0xee,
   0x3e, 0xdf, 0x5d, 0x59, 0x6a, 0x93, 0xb7, 0x7a, 0x7c, 0xf8, 0xb5, 0x07, 0x8b, 0x0e, 0xe1, 0x9a,
   0x3f, 0xd0, 0xf6, 0x79, 0x91, 0x6e, 0xda, 0x7f, 0x22, 0x4c, 0x09, 0x43, 0x8a, 0xe2, 0x3e, 0x49,
   0x64, 0xae, 0xb6, 0xf5, 0x3e, 0x89, 0x08, 0xec, 0xd1, 0xed, 0x76, 0x3f, 0xf8, 0xbe, 0x81, 0x78,
   0x78, 0xc3, 0x40, 0x4c, 0xff, 0x6d, 0x49, 0x61, 0xbb, 0xec, 0xc8, 0x2e, 0xf2, 0x95, 0x14, 0x26,
   0x7f, 0x43, 0x58, 0x50, 0x92, 0xc4, 0x45, 0xa5, 0xcf, 0xb0, 0xe7, 0x98, 0x1a, 0x3f, 0x13, 0x4e,
   0xa3, 0x55, 0x12, 0xbe, 0x00, 0x68, 0xcc, 0x89, 0xe2, 0xba, 0xbf, 0xbb, 0x0a, 0x57, 0xc2, 0x0d,
   0x62, 0xd5, 0xfc, 0xcd, 0xd7, 0x6b, 0xfd, 0xcd, 0xf7, 0xaa, 0x85, 0xeb, 0x63, 0x18, 0x5b, 0xc3,
   0xbb, 0xf9, 0xd4, 0x6b, 0xe6, 0xd3, 0x57, 0x8c, 0x79, 0xe1, 0xef, 0x3c, 0x23, 0xcc, 0xb2, 0x2c,
   0x31, 0x55, 0xdf, 0x84, 0xb1, 0x13, 0xdc, 0x8e, 0x89, 0x05, 0xc9, 0xcc, 0x42, 0xe8, 0x6f, 0xf8,
   0x05, 0x7d, 0x7c, 0xd3, 0x9f, 0x6b, 0x48, 0x6c, 0x6b, 0x52, 0xef, 0x38, 0x56, 0x93, 0x04, 0xc3,
   0xcf, 0x12, 0x5b, 0xa3, 0x38, 0x18, 0x14, 0x4d, 0xe3, 0xf7, 0x60, 0x22, 0xf3, 0x0d, 0x97, 0x68,
   0x06, 0xbb, 0xa0, 0x11, 0xbc, 0x2a, 0xf0, 0x62, 0x6a, 0x37, 0xf4, 0x47, 0xed, 0xa8, 0xdb, 0x7f,
   0xc2, 0xbf, 0x78, 0x70, 0xe7, 0x99, 0x3e, 0x12, 0x4a, 0xe7, 0xd9, 0x13, 0xbe, 0x39, 0xb3, 0x33,
   0x07, 0xfb, 0xc0, 0xf6, 0x1f, 0x53, 0xd6, 0x5a, 0xa5, 0xe0, 0x99, 0x6e, 0xb1, 0x25, 0xb6, 0xfd,
   0xde, 0xb3, 0x9d, 0xc8, 0x8c, 0x09, 0xfd, 0xba, 0x28, 0x99, 0xd5, 0xad, 0xa0, 0xdb, 0x5b, 0x6a,
   0x19, 0xc4, 0x8a, 0x6a, 0xd9, 0xa9, 0xed, 0x3a, 0x36, 0xcf, 0x2d, 0xd8, 0x9a, 0x6d, 0x86, 0xdf,
   0x3b, 0xdb, 0x74, 0xff, 0xd9, 0x1b, 0x3a, 0xef, 0x3c, 0xfa, 0x83, 0x07, 0xf3, 0xf6, 0x1c, 0xc5,
   0xe6, 0x30, 0x39, 0x89, 0x8d, 0xcd, 0xfd, 0x3d, 0xe6, 0xc3, 0xdc, 0x41, 0x38, 0xea, 0xfb, 0x1e,
   0xbb, 0x0b, 0x7e, 0x1b, 0x83, 0x4d, 0xd6, 0xef, 0x31, 0x80, 0xd1, 0x49, 0x4c, 0x1c, 0x7d, 0xb6,
   0x80, 0xa9, 0x39, 0x1f, 0x27, 0xe7, 0xfe, 0x80, 0xdd, 0x86, 0x45, 0x0d, 0x62, 0xb2, 0xf9, 0x43,
   0x36, 0x85, 0xe1, 0x49, 0x8c, 0xd4, 0x11, 0xbb, 0x03, 0xb7, 0xdc, 0x75, 0x76, 0xc0, 0xf2, 0xc7,
   0x6c, 0x1f, 0xe0, 0x24, 0x3e, 0xb1, 0x7f, 0xd0, 0xf8, 0x13, 0x23, 0x93, 0x69, 0x31, 0xfe, 0xd4,
   0xc8, 0x74, 0x94, 0x4b, 0xf9, 0x24, 0xcf, 0x4e, 0xd3, 0xad, 0x0f, 0x8f, 0x3e, 0x82, 0x89, 0x53,
   0x18, 0x25, 0x59, 0x65, 0x5a, 0xa8, 0xd2, 0xdf, 0xc3, 0xf3, 0x0b, 0x5a, 0x7f, 0x7c, 0x0f, 0xcf,
   0x4f, 0x85, 0x14, 0xa5, 0xf0, 0x7b, 0x8f, 0x96, 0xe0, 0xef, 0x76, 0x1e, 0x76, 0x0b, 0x66, 0x91,
   0x58, 0x65, 0x69, 0x49, 0xae, 0xf3, 0xf7, 0x10, 0x61, 0x3e, 0x36, 0x08, 0x8f, 0xcd, 0x60, 0x6c,
   0xbf, 0xf2, 0x7b, 0x8f, 0x3e, 0x81, 0xfd, 0xae, 0x97, 0x8d, 0xda, 0x4f, 0xd7, 0x64, 0x4c, 0x7f,
   0xcf, 0x28, 0x66, 0x41, 0x13, 0x3a, 0xbe, 0xf7, 0x69, 0xf0, 0xc7, 0x6f, 0x0e, 0xbc, 0xaf, 0xbe,
   0x39, 0xf0, 0xfe, 0xfa, 0xcd, 0x81, 0xf7, 0x9b, 0x6f, 0x0f, 0xf6, 0xbe, 0xfa, 0xf6, 0x60, 0xef,
   0xcf, 0xdf, 0x1e, 0xec, 0xad, 0x47, 0xe4, 0xba, 0x8f, 0xff, 0x13, 0x00, 0x00, 0xff, 0xff, 0xb7,
   0x29, 0x90, 0xe3, 0xe8, 0x18, 0x00, 0x00,
}
func (m *Area) Marshal() (dAtA []byte, err error) {
@@ -4368,9 +4465,15 @@
      i++
      i = encodeVarintProtomsg(dAtA, i, uint64(m.ImgId))
   }
   if len(m.VideoUrl) > 0 {
      dAtA[i] = 0x2a
      i++
      i = encodeVarintProtomsg(dAtA, i, uint64(len(m.VideoUrl)))
      i += copy(dAtA[i:], m.VideoUrl)
   }
   if len(m.SdkIds) > 0 {
      for _, s := range m.SdkIds {
         dAtA[i] = 0x2a
         dAtA[i] = 0x32
         i++
         l = len(s)
         for l >= 1<<7 {
@@ -4384,7 +4487,7 @@
      }
   }
   if m.Type != 0 {
      dAtA[i] = 0x30
      dAtA[i] = 0x38
      i++
      i = encodeVarintProtomsg(dAtA, i, uint64(m.Type))
   }
@@ -4882,6 +4985,64 @@
         dAtA[i] = 0
      }
      i++
   }
   return i, nil
}
func (m *PushAttach) 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 *PushAttach) MarshalTo(dAtA []byte) (int, error) {
   var i int
   _ = i
   var l int
   _ = l
   if len(m.PushId) > 0 {
      dAtA[i] = 0xa
      i++
      i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PushId)))
      i += copy(dAtA[i:], m.PushId)
   }
   if m.Cam != nil {
      dAtA[i] = 0x12
      i++
      i = encodeVarintProtomsg(dAtA, i, uint64(m.Cam.Size()))
      n6, err6 := m.Cam.MarshalTo(dAtA[i:])
      if err6 != nil {
         return 0, err6
      }
      i += n6
   }
   if len(m.ServerId) > 0 {
      dAtA[i] = 0x1a
      i++
      i = encodeVarintProtomsg(dAtA, i, uint64(len(m.ServerId)))
      i += copy(dAtA[i:], m.ServerId)
   }
   if len(m.ServerName) > 0 {
      dAtA[i] = 0x22
      i++
      i = encodeVarintProtomsg(dAtA, i, uint64(len(m.ServerName)))
      i += copy(dAtA[i:], m.ServerName)
   }
   if len(m.LocalIp) > 0 {
      dAtA[i] = 0x2a
      i++
      i = encodeVarintProtomsg(dAtA, i, uint64(len(m.LocalIp)))
      i += copy(dAtA[i:], m.LocalIp)
   }
   if len(m.VideoUrl) > 0 {
      dAtA[i] = 0x32
      i++
      i = encodeVarintProtomsg(dAtA, i, uint64(len(m.VideoUrl)))
      i += copy(dAtA[i:], m.VideoUrl)
   }
   return i, nil
}
@@ -5687,6 +5848,10 @@
   if m.ImgId != 0 {
      n += 1 + sovProtomsg(uint64(m.ImgId))
   }
   l = len(m.VideoUrl)
   if l > 0 {
      n += 1 + l + sovProtomsg(uint64(l))
   }
   if len(m.SdkIds) > 0 {
      for _, s := range m.SdkIds {
         l = len(s)
@@ -5951,6 +6116,39 @@
   return n
}
func (m *PushAttach) Size() (n int) {
   if m == nil {
      return 0
   }
   var l int
   _ = l
   l = len(m.PushId)
   if l > 0 {
      n += 1 + l + sovProtomsg(uint64(l))
   }
   if m.Cam != nil {
      l = m.Cam.Size()
      n += 1 + l + sovProtomsg(uint64(l))
   }
   l = len(m.ServerId)
   if l > 0 {
      n += 1 + l + sovProtomsg(uint64(l))
   }
   l = len(m.ServerName)
   if l > 0 {
      n += 1 + l + sovProtomsg(uint64(l))
   }
   l = len(m.LocalIp)
   if l > 0 {
      n += 1 + l + sovProtomsg(uint64(l))
   }
   l = len(m.VideoUrl)
   if l > 0 {
      n += 1 + l + sovProtomsg(uint64(l))
   }
   return n
}
func (m *EsPersonCacheChange) Size() (n int) {
   if m == nil {
      return 0
@@ -5984,7 +6182,14 @@
}
func sovProtomsg(x uint64) (n int) {
   return (math_bits.Len64(x|1) + 6) / 7
   for {
      n++
      x >>= 7
      if x == 0 {
         break
      }
   }
   return n
}
func sozProtomsg(x uint64) (n int) {
   return sovProtomsg(uint64((x << 1) ^ uint64((int64(x) >> 63))))
@@ -11068,6 +11273,38 @@
         }
      case 5:
         if wireType != 2 {
            return fmt.Errorf("proto: wrong wireType = %d for field VideoUrl", 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.VideoUrl = string(dAtA[iNdEx:postIndex])
         iNdEx = postIndex
      case 6:
         if wireType != 2 {
            return fmt.Errorf("proto: wrong wireType = %d for field SdkIds", wireType)
         }
         var stringLen uint64
@@ -11098,7 +11335,7 @@
         }
         m.SdkIds = append(m.SdkIds, string(dAtA[iNdEx:postIndex]))
         iNdEx = postIndex
      case 6:
      case 7:
         if wireType != 0 {
            return fmt.Errorf("proto: wrong wireType = %d for field Type", wireType)
         }
@@ -12837,6 +13074,255 @@
   }
   return nil
}
func (m *PushAttach) 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: PushAttach: wiretype end group for non-group")
      }
      if fieldNum <= 0 {
         return fmt.Errorf("proto: PushAttach: illegal tag %d (wire type %d)", fieldNum, wire)
      }
      switch fieldNum {
      case 1:
         if wireType != 2 {
            return fmt.Errorf("proto: wrong wireType = %d for field PushId", 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.PushId = string(dAtA[iNdEx:postIndex])
         iNdEx = postIndex
      case 2:
         if wireType != 2 {
            return fmt.Errorf("proto: wrong wireType = %d for field Cam", wireType)
         }
         var msglen int
         for shift := uint(0); ; shift += 7 {
            if shift >= 64 {
               return ErrIntOverflowProtomsg
            }
            if iNdEx >= l {
               return io.ErrUnexpectedEOF
            }
            b := dAtA[iNdEx]
            iNdEx++
            msglen |= int(b&0x7F) << shift
            if b < 0x80 {
               break
            }
         }
         if msglen < 0 {
            return ErrInvalidLengthProtomsg
         }
         postIndex := iNdEx + msglen
         if postIndex < 0 {
            return ErrInvalidLengthProtomsg
         }
         if postIndex > l {
            return io.ErrUnexpectedEOF
         }
         if m.Cam == nil {
            m.Cam = &Camera{}
         }
         if err := m.Cam.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
            return err
         }
         iNdEx = postIndex
      case 3:
         if wireType != 2 {
            return fmt.Errorf("proto: wrong wireType = %d for field ServerId", 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.ServerId = string(dAtA[iNdEx:postIndex])
         iNdEx = postIndex
      case 4:
         if wireType != 2 {
            return fmt.Errorf("proto: wrong wireType = %d for field ServerName", 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.ServerName = string(dAtA[iNdEx:postIndex])
         iNdEx = postIndex
      case 5:
         if wireType != 2 {
            return fmt.Errorf("proto: wrong wireType = %d for field LocalIp", 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.LocalIp = string(dAtA[iNdEx:postIndex])
         iNdEx = postIndex
      case 6:
         if wireType != 2 {
            return fmt.Errorf("proto: wrong wireType = %d for field VideoUrl", 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.VideoUrl = 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 *EsPersonCacheChange) Unmarshal(dAtA []byte) error {
   l := len(dAtA)
   iNdEx := 0