From 94acd270e44e65579b9ee3cdab25034d33fed608 Mon Sep 17 00:00:00 2001 From: Jean de Klerk <deklerk@google.com> Date: Tue, 16 Oct 2018 10:01:14 -0700 Subject: [PATCH] regen (#104) --- .../v1p2beta1/video_intelligence.pb.go | 286 ++--- googleapis/logging/v2/log_entry.pb.go | 124 +- googleapis/logging/v2/logging.pb.go | 44 +- googleapis/logging/v2/logging_config.pb.go | 10 +- googleapis/logging/v2/logging_metrics.pb.go | 117 +- googleapis/privacy/dlp/v2/dlp.pb.go | 1037 +++++++++-------- googleapis/privacy/dlp/v2/storage.pb.go | 406 ++++--- googleapis/pubsub/v1/pubsub.pb.go | 453 ++++--- 8 files changed, 1354 insertions(+), 1123 deletions(-) diff --git a/googleapis/cloud/videointelligence/v1p2beta1/video_intelligence.pb.go b/googleapis/cloud/videointelligence/v1p2beta1/video_intelligence.pb.go index 1a579238..4dd59587 100644 --- a/googleapis/cloud/videointelligence/v1p2beta1/video_intelligence.pb.go +++ b/googleapis/cloud/videointelligence/v1p2beta1/video_intelligence.pb.go @@ -1367,10 +1367,15 @@ func (m *NormalizedBoundingPoly) GetVertices() []*NormalizedVertex { // Video segment level annotation results for text detection. type TextSegment struct { // Video segment where a text snippet was detected. - Segment *VideoSegment `protobuf:"bytes,1,opt,name=segment,proto3" json:"segment,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + Segment *VideoSegment `protobuf:"bytes,1,opt,name=segment,proto3" json:"segment,omitempty"` + // Confidence for the track of detected text. It is calculated as the highest + // over all frames where OCR detected text appears. + Confidence float32 `protobuf:"fixed32,2,opt,name=confidence,proto3" json:"confidence,omitempty"` + // Information related to the frames where OCR detected text appears. + Frames []*TextFrame `protobuf:"bytes,3,rep,name=frames,proto3" json:"frames,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *TextSegment) Reset() { *m = TextSegment{} } @@ -1405,6 +1410,20 @@ func (m *TextSegment) GetSegment() *VideoSegment { return nil } +func (m *TextSegment) GetConfidence() float32 { + if m != nil { + return m.Confidence + } + return 0 +} + +func (m *TextSegment) GetFrames() []*TextFrame { + if m != nil { + return m.Frames + } + return nil +} + // Video frame level annotation results for text annotation (OCR). // Contains information regarding timestamp and bounding box locations for the // frames containing detected OCR text snippets. @@ -1463,13 +1482,8 @@ func (m *TextFrame) GetTimeOffset() *duration.Duration { type TextAnnotation struct { // The detected text. Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"` - // Confidence for the track of detected text. It is calculated as the highest - // over all frames where OCR detected text appears. - Confidence float32 `protobuf:"fixed32,2,opt,name=confidence,proto3" json:"confidence,omitempty"` - // Information related to the frames where OCR detected text appears. - Frames []*TextFrame `protobuf:"bytes,3,rep,name=frames,proto3" json:"frames,omitempty"` // All video segments where OCR detected text appears. - Segments []*TextSegment `protobuf:"bytes,4,rep,name=segments,proto3" json:"segments,omitempty"` + Segments []*TextSegment `protobuf:"bytes,2,rep,name=segments,proto3" json:"segments,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -1507,20 +1521,6 @@ func (m *TextAnnotation) GetText() string { return "" } -func (m *TextAnnotation) GetConfidence() float32 { - if m != nil { - return m.Confidence - } - return 0 -} - -func (m *TextAnnotation) GetFrames() []*TextFrame { - if m != nil { - return m.Frames - } - return nil -} - func (m *TextAnnotation) GetSegments() []*TextSegment { if m != nil { return m.Segments @@ -1683,125 +1683,125 @@ func init() { } var fileDescriptor_890c5161889e04ed = []byte{ - // 1886 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0xcd, 0x6f, 0x23, 0x49, - 0x15, 0xa7, 0xed, 0xc4, 0x13, 0xbf, 0x38, 0x89, 0x53, 0xf9, 0x72, 0xc2, 0x4e, 0x26, 0xf4, 0xb2, - 0x52, 0x18, 0x90, 0x4d, 0xb2, 0xb0, 0x62, 0x67, 0x3f, 0x58, 0xdb, 0xe9, 0x4c, 0xcc, 0x64, 0x6c, - 0x53, 0x71, 0xa2, 0x1d, 0x18, 0xd4, 0xea, 0x74, 0x57, 0x3a, 0xcd, 0xb4, 0xbb, 0x7a, 0xba, 0xcb, - 0x21, 0xe1, 0xb4, 0x42, 0x1c, 0x90, 0x38, 0xae, 0x90, 0x90, 0xf8, 0x0f, 0x90, 0xb8, 0x70, 0xe5, - 0xc0, 0x85, 0x0b, 0x7b, 0xe5, 0x84, 0xc4, 0x71, 0x0f, 0x48, 0xfc, 0x13, 0xa8, 0xab, 0xaa, 0xed, - 0xb6, 0x3b, 0x99, 0xd8, 0xc9, 0xee, 0xad, 0xeb, 0xbd, 0xaa, 0xdf, 0x7b, 0xaf, 0xde, 0x67, 0x17, - 0x54, 0x6d, 0x4a, 0x6d, 0x97, 0x54, 0x4c, 0x97, 0xf6, 0xac, 0xca, 0x85, 0x63, 0x11, 0xea, 0x78, - 0x8c, 0xb8, 0xae, 0x63, 0x13, 0xcf, 0x24, 0x95, 0x8b, 0x1d, 0x7f, 0xf7, 0x94, 0x30, 0x63, 0x47, - 0xf0, 0xf4, 0x24, 0xb3, 0xec, 0x07, 0x94, 0x51, 0xb4, 0x2d, 0x20, 0xca, 0x1c, 0xa2, 0x9c, 0x82, - 0x28, 0xf7, 0x21, 0x36, 0xde, 0x92, 0xc2, 0x0c, 0xdf, 0xa9, 0x18, 0x9e, 0x47, 0x99, 0xc1, 0x1c, - 0xea, 0x85, 0x02, 0x67, 0xe3, 0x6d, 0xc9, 0x75, 0xa9, 0x67, 0x07, 0x3d, 0xcf, 0x73, 0x3c, 0xbb, - 0x42, 0x7d, 0x12, 0x0c, 0x6d, 0xda, 0x94, 0x9b, 0xf8, 0xea, 0xb4, 0x77, 0x56, 0xb1, 0x7a, 0x62, - 0x83, 0xe4, 0x3f, 0x1a, 0xe5, 0x33, 0xa7, 0x4b, 0x42, 0x66, 0x74, 0x7d, 0xb9, 0x61, 0x4d, 0x6e, - 0x08, 0x7c, 0xb3, 0x12, 0x32, 0x83, 0xf5, 0x24, 0xb2, 0xfa, 0x8f, 0x0c, 0x2c, 0x57, 0x85, 0x52, - 0xe4, 0x24, 0x32, 0x02, 0x93, 0xd7, 0x3d, 0x12, 0x32, 0xf4, 0x4d, 0xc8, 0x3b, 0x9e, 0xdf, 0x63, - 0x7a, 0x2f, 0x70, 0x4a, 0xca, 0x96, 0xb2, 0x9d, 0xc7, 0x33, 0x9c, 0x70, 0x1c, 0x38, 0xe8, 0x6d, - 0x98, 0x13, 0x4c, 0x93, 0x7a, 0x8c, 0x78, 0xac, 0x94, 0xdb, 0x52, 0xb6, 0x0b, 0xb8, 0xc0, 0x89, - 0x75, 0x41, 0x43, 0xcf, 0x61, 0xe6, 0x8c, 0x18, 0xac, 0x17, 0x90, 0xb0, 0x94, 0xd9, 0xca, 0x6e, - 0xcf, 0xef, 0xee, 0x94, 0xc7, 0xbd, 0xb4, 0xf2, 0xbe, 0x38, 0x89, 0xfb, 0x10, 0xe8, 0xe7, 0x30, - 0x27, 0x9c, 0xc1, 0x65, 0x5e, 0xb2, 0x52, 0x76, 0x4b, 0xd9, 0x9e, 0xdd, 0x7d, 0x6f, 0x7c, 0x4c, - 0x6e, 0x5f, 0x5d, 0x9c, 0xc6, 0x85, 0x8b, 0xc4, 0x0a, 0x3d, 0x04, 0xa0, 0x3d, 0x16, 0x9b, 0x3b, - 0xc5, 0xcd, 0xcd, 0x0b, 0x4a, 0x64, 0xef, 0x23, 0x98, 0x75, 0xa9, 0xc9, 0x6f, 0x5c, 0x77, 0xac, - 0xd2, 0x34, 0xe7, 0x43, 0x4c, 0x6a, 0x58, 0xea, 0x7f, 0xa7, 0xa0, 0x90, 0x84, 0x47, 0x18, 0x66, - 0x42, 0x62, 0x77, 0x89, 0xc7, 0xc2, 0x92, 0xb2, 0x95, 0xbd, 0x83, 0xa2, 0x47, 0xe2, 0x38, 0xee, - 0xe3, 0x20, 0x06, 0xab, 0xae, 0x71, 0x4a, 0x5c, 0xdd, 0x22, 0x8c, 0x98, 0x5c, 0x19, 0x93, 0x7a, - 0x67, 0x8e, 0x5d, 0xca, 0xf0, 0xab, 0xf8, 0x78, 0x7c, 0x09, 0x87, 0x11, 0xce, 0x5e, 0x0c, 0x53, - 0xe7, 0x28, 0x78, 0xd9, 0xbd, 0x86, 0x8a, 0x7e, 0xab, 0xc0, 0x5b, 0xe1, 0x39, 0x65, 0xba, 0x79, - 0x6e, 0x78, 0x36, 0x49, 0x0b, 0x17, 0x7e, 0xa8, 0x8f, 0x2f, 0xfc, 0xe8, 0x9c, 0xb2, 0x3a, 0x07, - 0x1b, 0xd5, 0x60, 0x3d, 0xbc, 0x89, 0x85, 0x3e, 0x57, 0xe0, 0x5b, 0xe4, 0xd2, 0x77, 0x1d, 0xd3, - 0xe9, 0x87, 0x5d, 0x5a, 0x97, 0x29, 0xae, 0xcb, 0xc1, 0xf8, 0xba, 0x68, 0x12, 0x52, 0x06, 0xed, - 0xa8, 0x42, 0x9b, 0xe4, 0x8d, 0x7c, 0xf4, 0x1a, 0x56, 0x22, 0x77, 0xa7, 0x15, 0x99, 0xe1, 0x8a, - 0x7c, 0x34, 0xbe, 0x22, 0x1d, 0x72, 0x99, 0x92, 0xbe, 0xc4, 0xd2, 0x44, 0xf5, 0x9f, 0x0a, 0x2c, - 0x5f, 0xe7, 0x3e, 0xe4, 0xc1, 0xf2, 0x68, 0x78, 0x74, 0xa9, 0x45, 0x78, 0xf2, 0xce, 0xef, 0x7e, - 0x78, 0xd7, 0xe0, 0x78, 0x4e, 0x2d, 0x82, 0x91, 0x9b, 0xa2, 0xa1, 0xef, 0xc2, 0x62, 0x28, 0x6a, - 0x99, 0x11, 0x5c, 0xe9, 0xa6, 0xd1, 0x25, 0x81, 0xc1, 0x23, 0x71, 0x06, 0x17, 0x07, 0x8c, 0x3a, - 0xa7, 0xa3, 0x65, 0x98, 0x8e, 0x94, 0x71, 0x79, 0xb4, 0xe4, 0xb1, 0x58, 0xa8, 0x3b, 0xb0, 0x7e, - 0x63, 0x30, 0x0c, 0x8e, 0x28, 0xc9, 0x23, 0xef, 0xc1, 0xe6, 0x9b, 0x7d, 0x76, 0xc3, 0xb9, 0x0f, - 0x61, 0xe9, 0x9a, 0x2b, 0x46, 0xef, 0xc0, 0xbc, 0x6b, 0x78, 0x76, 0xcf, 0xb0, 0x89, 0x7e, 0xee, - 0xc4, 0xd9, 0x9a, 0xc7, 0x73, 0x31, 0xf5, 0x20, 0x22, 0xaa, 0x7f, 0x54, 0x64, 0x7e, 0xcb, 0xac, - 0x44, 0x1a, 0x37, 0x3e, 0x60, 0x7a, 0x54, 0x69, 0x75, 0x7a, 0x76, 0x16, 0x12, 0xc6, 0x05, 0xce, - 0xee, 0xae, 0xc7, 0x37, 0x1d, 0x57, 0xe3, 0xf2, 0x9e, 0xac, 0xd6, 0x78, 0x81, 0x9f, 0xe9, 0x38, - 0x5d, 0xd2, 0xe2, 0x27, 0x50, 0x15, 0x16, 0x88, 0x67, 0x0d, 0x81, 0x64, 0x6e, 0x03, 0x99, 0x23, - 0x9e, 0x35, 0x80, 0x50, 0x3f, 0x53, 0xa0, 0xc0, 0x3d, 0x16, 0xab, 0xd6, 0x86, 0x07, 0xb2, 0x64, - 0x48, 0x85, 0xee, 0x5a, 0x79, 0x62, 0x18, 0xb4, 0x09, 0xc0, 0xc3, 0xda, 0x8a, 0x76, 0x73, 0x05, - 0x33, 0x38, 0x41, 0x51, 0xcf, 0x01, 0xb8, 0x06, 0xfb, 0x81, 0xd1, 0x25, 0xe8, 0x09, 0xcc, 0x4e, - 0x74, 0x29, 0xc0, 0x06, 0xf7, 0x71, 0x9b, 0x24, 0x17, 0x72, 0x9a, 0xc7, 0x1c, 0x76, 0x15, 0xf5, - 0x27, 0xc2, 0xbf, 0xa2, 0x82, 0x2c, 0xfb, 0x93, 0x20, 0x34, 0x2c, 0xb4, 0x05, 0xb3, 0x16, 0x09, - 0xcd, 0xc0, 0xf1, 0x23, 0x09, 0x1c, 0x27, 0x8f, 0x93, 0xa4, 0xa8, 0x83, 0xf5, 0xfd, 0x6e, 0x46, - 0x59, 0x22, 0xe2, 0xb2, 0x10, 0x13, 0xeb, 0xd4, 0x22, 0xea, 0x7f, 0x32, 0xb0, 0xc0, 0x0d, 0xab, - 0xf6, 0xdb, 0x36, 0x3a, 0x80, 0x9c, 0x10, 0x23, 0x0d, 0xfb, 0xfe, 0x04, 0xb5, 0x86, 0x9f, 0xc3, - 0xf2, 0x3c, 0xfa, 0x05, 0x2c, 0x9a, 0x06, 0x23, 0x36, 0x0d, 0xae, 0x74, 0x4e, 0x72, 0x64, 0xa3, - 0xbc, 0x0b, 0x68, 0x31, 0x86, 0xd2, 0x24, 0xd2, 0x50, 0x07, 0xca, 0x4e, 0xda, 0x81, 0x92, 0x01, - 0x95, 0xe8, 0x40, 0x87, 0x90, 0x3b, 0x8b, 0x7c, 0x1c, 0x96, 0xa6, 0x38, 0xe2, 0x0f, 0x26, 0x44, - 0xe4, 0x01, 0x82, 0x25, 0x86, 0xfa, 0x77, 0x05, 0x96, 0x47, 0x72, 0xf9, 0xfe, 0x11, 0xf4, 0x0a, - 0x56, 0x7d, 0x1a, 0x78, 0xd4, 0x0e, 0x0c, 0xff, 0xfc, 0x4a, 0x77, 0x9d, 0x57, 0xc4, 0x75, 0xce, - 0x29, 0xb5, 0x78, 0x14, 0xcc, 0x4f, 0xa4, 0x72, 0xff, 0x2c, 0x5e, 0x49, 0x60, 0x0e, 0xc8, 0x6a, - 0x08, 0xeb, 0x23, 0x06, 0x24, 0x22, 0xe5, 0xa4, 0x7f, 0x59, 0x62, 0x00, 0xf8, 0xf8, 0xce, 0x5d, - 0x69, 0xf8, 0xda, 0x5e, 0xc1, 0x4a, 0x93, 0x06, 0x5d, 0xc3, 0x75, 0x7e, 0x4d, 0xac, 0x1a, 0xed, - 0x79, 0x96, 0xe3, 0xd9, 0x35, 0x7a, 0x89, 0x10, 0x4c, 0xb9, 0xe4, 0x4c, 0xdc, 0x57, 0x06, 0xf3, - 0x6f, 0x54, 0x84, 0x2c, 0xa3, 0xbe, 0xcc, 0xa4, 0xe8, 0x33, 0x2a, 0x8f, 0x81, 0x63, 0x9f, 0x8b, - 0xf9, 0x29, 0x83, 0xc5, 0x02, 0xad, 0x42, 0xee, 0x94, 0x32, 0x46, 0xbb, 0xbc, 0x85, 0x66, 0xb0, - 0x5c, 0xa9, 0xff, 0xcb, 0xc1, 0x2a, 0x2f, 0x0a, 0x03, 0xc3, 0x30, 0x09, 0x7b, 0x2e, 0x0b, 0xdf, - 0x3c, 0x21, 0xf6, 0x60, 0x5d, 0x46, 0x8d, 0x2e, 0x9a, 0x52, 0x62, 0xf2, 0x95, 0x41, 0xfe, 0xfe, - 0x84, 0xc1, 0x93, 0xd0, 0x60, 0x4d, 0x62, 0x8f, 0xd0, 0x43, 0x44, 0x61, 0x95, 0xcf, 0x2a, 0x69, - 0x99, 0xd9, 0xfb, 0xca, 0x5c, 0x8e, 0x80, 0x53, 0x02, 0x5f, 0xc3, 0x1a, 0x77, 0xcb, 0x35, 0x12, - 0xa7, 0xee, 0x2b, 0x71, 0x85, 0x23, 0xa7, 0x44, 0x1a, 0x50, 0xe4, 0x36, 0x26, 0x65, 0xe5, 0xee, - 0x35, 0x62, 0x2e, 0x44, 0x78, 0x49, 0x11, 0x0c, 0x96, 0xfa, 0xb3, 0xd6, 0x40, 0x4c, 0xe9, 0xc1, - 0xa4, 0x93, 0xde, 0x8d, 0xc9, 0x81, 0x51, 0x8c, 0x9f, 0x48, 0x18, 0x13, 0x8a, 0x7c, 0x98, 0x4a, - 0x1a, 0x56, 0xe0, 0x86, 0xfd, 0x68, 0xb2, 0x39, 0x2a, 0x21, 0x67, 0x81, 0x0d, 0xad, 0x23, 0x87, - 0x21, 0x7a, 0xfa, 0x4b, 0x62, 0x0e, 0x8b, 0x99, 0xe7, 0x62, 0x6a, 0xe3, 0x8b, 0x69, 0x71, 0x8c, - 0x4e, 0x60, 0x98, 0xaf, 0x1c, 0xcf, 0x4e, 0x08, 0x5c, 0x14, 0xe8, 0x49, 0x91, 0xdb, 0x30, 0x4d, - 0x82, 0x80, 0x06, 0xa5, 0x3c, 0xbf, 0x3f, 0x14, 0x4b, 0x09, 0x7c, 0xb3, 0x7c, 0xc4, 0x7f, 0xc6, - 0xb0, 0xd8, 0xa0, 0xfe, 0x4e, 0x81, 0x95, 0x91, 0xbf, 0xb1, 0xd0, 0xa7, 0x5e, 0x48, 0x10, 0x05, - 0x34, 0xd0, 0x57, 0x0f, 0x44, 0x0a, 0xca, 0xc2, 0xf2, 0xc9, 0x84, 0x6e, 0x4f, 0xa5, 0x32, 0x5e, - 0x34, 0x46, 0x49, 0xea, 0xbf, 0x15, 0x58, 0x1b, 0xd9, 0xdd, 0x0e, 0xa8, 0x1d, 0x90, 0xf0, 0x96, - 0xcc, 0xff, 0x0e, 0x14, 0x7d, 0xb9, 0x51, 0xf7, 0x49, 0x60, 0x46, 0x73, 0x48, 0x54, 0x7e, 0xa6, - 0xf1, 0x42, 0x4c, 0x6f, 0x0b, 0x32, 0x7a, 0x1f, 0x60, 0x30, 0x44, 0xc9, 0xff, 0x88, 0x8d, 0x54, - 0x99, 0xef, 0xc4, 0xff, 0xb2, 0x38, 0xdf, 0x1f, 0x9f, 0xd0, 0x07, 0x30, 0xdb, 0xf3, 0x2d, 0x83, - 0x11, 0x71, 0x76, 0xea, 0xd6, 0xb3, 0x20, 0xb6, 0x47, 0x04, 0xf5, 0xf7, 0xa3, 0xd7, 0xdc, 0xb7, - 0x2c, 0x80, 0xa5, 0xc4, 0x35, 0xc7, 0xfa, 0xca, 0x7b, 0xae, 0xde, 0xf9, 0x9e, 0x63, 0x7c, 0x9c, - 0x70, 0x62, 0x4c, 0x53, 0xcb, 0x50, 0x1c, 0xd4, 0xf3, 0x13, 0x12, 0x30, 0x72, 0x89, 0x0a, 0xa0, - 0x5c, 0xca, 0x3a, 0xae, 0xf0, 0xd5, 0x95, 0x2c, 0xe1, 0xca, 0x95, 0xea, 0xc3, 0x6a, 0xba, 0xfe, - 0xb7, 0xa9, 0x7b, 0x85, 0x4e, 0x60, 0xe6, 0x82, 0x04, 0xcc, 0x31, 0xfb, 0x3d, 0xe7, 0xc9, 0xf8, - 0x2a, 0x8f, 0xea, 0x80, 0xfb, 0x58, 0xaa, 0x0e, 0xb3, 0x51, 0x5a, 0x7d, 0x6d, 0x03, 0xa6, 0xfa, - 0x37, 0x05, 0xf2, 0x91, 0x04, 0xd1, 0xfe, 0x03, 0x58, 0x0e, 0xb8, 0x6f, 0x2c, 0xfd, 0x54, 0x9a, - 0xa7, 0x9f, 0xd2, 0x4b, 0x29, 0xec, 0x93, 0xbb, 0x98, 0x94, 0xbc, 0x26, 0x8c, 0x24, 0x7a, 0xb2, - 0x77, 0x8e, 0x8c, 0x1c, 0x99, 0x09, 0x46, 0x0e, 0xf5, 0x4b, 0x05, 0xe6, 0x87, 0xcb, 0x4e, 0xd4, - 0x8a, 0xf9, 0x1b, 0x85, 0x48, 0x0e, 0xfe, 0x7d, 0xdb, 0x6c, 0x8b, 0x9e, 0xf5, 0xe7, 0x05, 0xd1, - 0xab, 0xde, 0x9d, 0xac, 0xe8, 0x0d, 0x0d, 0x09, 0xe8, 0xa7, 0x89, 0xe9, 0x4f, 0x34, 0xa2, 0x1f, - 0x4e, 0x06, 0x97, 0x1a, 0xfe, 0xd4, 0x2f, 0x14, 0x58, 0x1a, 0x2e, 0x7b, 0xc2, 0x5d, 0xbf, 0x82, - 0x35, 0xaf, 0x7f, 0xd1, 0xd7, 0x79, 0xec, 0xc7, 0xf7, 0xf1, 0x58, 0x8d, 0x5e, 0xe2, 0x15, 0xef, - 0xda, 0x79, 0xe7, 0x3e, 0x3e, 0xfb, 0x4b, 0x06, 0x4a, 0x37, 0xd5, 0xf0, 0xaf, 0x70, 0xc6, 0x1f, - 0xf6, 0xf9, 0x54, 0xca, 0xe7, 0xc7, 0x7d, 0x9f, 0x8b, 0x99, 0xe8, 0xa3, 0xbb, 0x76, 0xa0, 0x61, - 0xef, 0x27, 0x32, 0x34, 0xfb, 0x95, 0x64, 0xe8, 0xe3, 0x3f, 0x29, 0xf0, 0x40, 0xbe, 0xc9, 0xa1, - 0x35, 0x58, 0xda, 0xd7, 0xaa, 0x9d, 0x63, 0xac, 0xe9, 0xc7, 0xcd, 0xa3, 0xb6, 0x56, 0x6f, 0xec, - 0x37, 0xb4, 0xbd, 0xe2, 0x37, 0xd0, 0x12, 0x2c, 0x1c, 0x56, 0x6b, 0xda, 0xa1, 0xbe, 0xa7, 0x75, - 0xb4, 0x7a, 0xa7, 0xd1, 0x6a, 0x16, 0x15, 0xb4, 0x0e, 0x2b, 0x47, 0x07, 0xad, 0x8e, 0x5e, 0x3f, - 0xa8, 0x36, 0x9f, 0x6a, 0x09, 0x56, 0x06, 0x6d, 0xc2, 0x86, 0xf6, 0x69, 0xfb, 0xb0, 0x51, 0x6f, - 0x74, 0xf4, 0x7a, 0xab, 0xd9, 0xd1, 0x9a, 0x9d, 0x04, 0x3f, 0x8b, 0x10, 0xcc, 0x77, 0xb4, 0x4f, - 0x93, 0xb4, 0x07, 0x91, 0x8c, 0x56, 0xed, 0x27, 0x5a, 0xbd, 0xa3, 0x77, 0x70, 0xb5, 0xfe, 0xac, - 0xd1, 0x7c, 0x5a, 0xcc, 0x3f, 0x0e, 0x00, 0xa5, 0x1f, 0x2d, 0xd0, 0xb7, 0x61, 0x6b, 0x44, 0x1d, - 0xfd, 0x79, 0x6b, 0x6f, 0x54, 0xe9, 0x39, 0xc8, 0x73, 0xfd, 0x22, 0x56, 0x51, 0x41, 0xf3, 0x00, - 0xfb, 0xb8, 0xfa, 0x5c, 0x13, 0xeb, 0x4c, 0x64, 0x2c, 0x67, 0x57, 0x9b, 0x7b, 0x7a, 0x82, 0x91, - 0x7d, 0xcc, 0x00, 0x06, 0x7f, 0x02, 0x68, 0x03, 0x56, 0x0f, 0x1b, 0xcf, 0xb4, 0xc3, 0xc6, 0x41, - 0xab, 0xb5, 0x37, 0x22, 0x61, 0x11, 0xe6, 0x4e, 0x34, 0xfc, 0x42, 0x3f, 0x6e, 0xf2, 0x2d, 0x2f, - 0x8a, 0x0a, 0x2a, 0xc0, 0x4c, 0x7f, 0x95, 0x89, 0x56, 0xed, 0xd6, 0xd1, 0x51, 0xa3, 0x76, 0xa8, - 0x15, 0xb3, 0x08, 0x20, 0x27, 0x39, 0x53, 0x68, 0x01, 0x66, 0xf9, 0x51, 0x49, 0x98, 0xde, 0xfd, - 0xab, 0x02, 0x25, 0xee, 0xa1, 0x46, 0xc2, 0x7b, 0x47, 0x24, 0xb8, 0x70, 0x4c, 0x82, 0xfe, 0xa0, - 0xc0, 0xdc, 0x50, 0x5f, 0x43, 0x13, 0xfc, 0x73, 0x5c, 0xf7, 0x0a, 0xbc, 0xf1, 0x30, 0x3e, 0x9f, - 0x78, 0x9e, 0x2e, 0xb7, 0xe2, 0xe7, 0x69, 0xf5, 0x9d, 0xdf, 0xfc, 0xeb, 0xcb, 0xcf, 0x33, 0x8f, - 0xd4, 0x8d, 0xd1, 0x17, 0xf3, 0xf0, 0x89, 0x6c, 0x74, 0xe4, 0x89, 0xf2, 0xb8, 0xf6, 0x59, 0x06, - 0xbe, 0x67, 0xd2, 0xee, 0xd8, 0xba, 0xd4, 0x1e, 0xde, 0x64, 0x62, 0x3b, 0x4a, 0xea, 0xb6, 0xf2, - 0xb3, 0x17, 0x12, 0xca, 0xa6, 0xd1, 0x0f, 0x7b, 0x99, 0x06, 0x76, 0xc5, 0x26, 0x1e, 0x4f, 0xf9, - 0x8a, 0x60, 0x19, 0xbe, 0x13, 0xde, 0xfe, 0xbe, 0xff, 0x41, 0x8a, 0xf7, 0xe7, 0xcc, 0xf6, 0x53, - 0x81, 0x5d, 0xe7, 0x6a, 0xa6, 0x34, 0x29, 0x9f, 0xec, 0xb4, 0x77, 0x6b, 0xd1, 0xe1, 0x2f, 0xe2, - 0xad, 0x2f, 0xf9, 0xd6, 0x97, 0xa9, 0xad, 0x2f, 0x4f, 0x62, 0x39, 0xa7, 0x39, 0xae, 0xdb, 0xbb, - 0xff, 0x0f, 0x00, 0x00, 0xff, 0xff, 0xdf, 0x62, 0xf7, 0x70, 0x7a, 0x18, 0x00, 0x00, + // 1882 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x58, 0xcb, 0x6f, 0x23, 0x49, + 0x19, 0xa7, 0xed, 0x24, 0x13, 0x7f, 0x79, 0x39, 0x95, 0x97, 0x13, 0x76, 0x32, 0xa1, 0x97, 0x95, + 0xc2, 0x80, 0x6c, 0x92, 0x85, 0x15, 0x3b, 0xfb, 0x60, 0x6d, 0xa7, 0x33, 0x31, 0x93, 0xb1, 0x4d, + 0xc5, 0x89, 0x76, 0x60, 0x50, 0xab, 0xd3, 0x5d, 0xe9, 0x34, 0xd3, 0xee, 0xea, 0xe9, 0x2e, 0x67, + 0x13, 0x4e, 0x2b, 0xc4, 0x01, 0x89, 0xe3, 0x0a, 0x09, 0x89, 0xff, 0x00, 0x89, 0x0b, 0x57, 0x0e, + 0x5c, 0xb8, 0xb0, 0xe2, 0xc6, 0x09, 0x89, 0x23, 0x07, 0x24, 0xfe, 0x09, 0xd4, 0x55, 0xd5, 0xed, + 0xb6, 0x3b, 0x99, 0xd8, 0xc9, 0x4a, 0xdc, 0xba, 0xbe, 0xaf, 0xea, 0xf7, 0x3d, 0xea, 0x7b, 0x75, + 0x41, 0xd5, 0xa6, 0xd4, 0x76, 0x49, 0xc5, 0x74, 0x69, 0xcf, 0xaa, 0x5c, 0x38, 0x16, 0xa1, 0x8e, + 0xc7, 0x88, 0xeb, 0x3a, 0x36, 0xf1, 0x4c, 0x52, 0xb9, 0xd8, 0xf1, 0x77, 0x4f, 0x09, 0x33, 0x76, + 0x04, 0x4f, 0x4f, 0x33, 0xcb, 0x7e, 0x40, 0x19, 0x45, 0xdb, 0x02, 0xa2, 0xcc, 0x21, 0xca, 0x19, + 0x88, 0x72, 0x02, 0xb1, 0xf1, 0x96, 0x14, 0x66, 0xf8, 0x4e, 0xc5, 0xf0, 0x3c, 0xca, 0x0c, 0xe6, + 0x50, 0x2f, 0x14, 0x38, 0x1b, 0x6f, 0x4b, 0xae, 0x4b, 0x3d, 0x3b, 0xe8, 0x79, 0x9e, 0xe3, 0xd9, + 0x15, 0xea, 0x93, 0x60, 0x60, 0xd3, 0xa6, 0xdc, 0xc4, 0x57, 0xa7, 0xbd, 0xb3, 0x8a, 0xd5, 0x13, + 0x1b, 0x24, 0xff, 0xd1, 0x30, 0x9f, 0x39, 0x5d, 0x12, 0x32, 0xa3, 0xeb, 0xcb, 0x0d, 0x6b, 0x72, + 0x43, 0xe0, 0x9b, 0x95, 0x90, 0x19, 0xac, 0x27, 0x91, 0xd5, 0xbf, 0xe6, 0x60, 0xb9, 0x2a, 0x94, + 0x22, 0x27, 0x91, 0x11, 0x98, 0xbc, 0xee, 0x91, 0x90, 0xa1, 0xaf, 0x43, 0xc1, 0xf1, 0xfc, 0x1e, + 0xd3, 0x7b, 0x81, 0x53, 0x52, 0xb6, 0x94, 0xed, 0x02, 0x9e, 0xe6, 0x84, 0xe3, 0xc0, 0x41, 0x6f, + 0xc3, 0x9c, 0x60, 0x9a, 0xd4, 0x63, 0xc4, 0x63, 0xa5, 0xa9, 0x2d, 0x65, 0x7b, 0x16, 0xcf, 0x72, + 0x62, 0x5d, 0xd0, 0xd0, 0x73, 0x98, 0x3e, 0x23, 0x06, 0xeb, 0x05, 0x24, 0x2c, 0xe5, 0xb6, 0xf2, + 0xdb, 0xf3, 0xbb, 0x3b, 0xe5, 0x51, 0x9d, 0x56, 0xde, 0x17, 0x27, 0x71, 0x02, 0x81, 0x7e, 0x0a, + 0x73, 0xe2, 0x32, 0xb8, 0xcc, 0x4b, 0x56, 0xca, 0x6f, 0x29, 0xdb, 0x33, 0xbb, 0xef, 0x8d, 0x8e, + 0xc9, 0xed, 0xab, 0x8b, 0xd3, 0x78, 0xf6, 0x22, 0xb5, 0x42, 0x0f, 0x01, 0x68, 0x8f, 0xc5, 0xe6, + 0x4e, 0x70, 0x73, 0x0b, 0x82, 0x12, 0xd9, 0xfb, 0x08, 0x66, 0x5c, 0x6a, 0x72, 0x8f, 0xeb, 0x8e, + 0x55, 0x9a, 0xe4, 0x7c, 0x88, 0x49, 0x0d, 0x4b, 0xfd, 0xcf, 0x04, 0xcc, 0xa6, 0xe1, 0x11, 0x86, + 0xe9, 0x90, 0xd8, 0x5d, 0xe2, 0xb1, 0xb0, 0xa4, 0x6c, 0xe5, 0xef, 0xa0, 0xe8, 0x91, 0x38, 0x8e, + 0x13, 0x1c, 0xc4, 0x60, 0xd5, 0x35, 0x4e, 0x89, 0xab, 0x5b, 0x84, 0x11, 0x93, 0x2b, 0x63, 0x52, + 0xef, 0xcc, 0xb1, 0x4b, 0x39, 0xee, 0x8a, 0x8f, 0x47, 0x97, 0x70, 0x18, 0xe1, 0xec, 0xc5, 0x30, + 0x75, 0x8e, 0x82, 0x97, 0xdd, 0x6b, 0xa8, 0xe8, 0x57, 0x0a, 0xbc, 0x15, 0x9e, 0x53, 0xa6, 0x9b, + 0xe7, 0x86, 0x67, 0x93, 0xac, 0x70, 0x71, 0x0f, 0xf5, 0xd1, 0x85, 0x1f, 0x9d, 0x53, 0x56, 0xe7, + 0x60, 0xc3, 0x1a, 0xac, 0x87, 0x37, 0xb1, 0xd0, 0x17, 0x0a, 0x7c, 0x83, 0x5c, 0xfa, 0xae, 0x63, + 0x3a, 0x49, 0xd8, 0x65, 0x75, 0x99, 0xe0, 0xba, 0x1c, 0x8c, 0xae, 0x8b, 0x26, 0x21, 0x65, 0xd0, + 0x0e, 0x2b, 0xb4, 0x49, 0xde, 0xc8, 0x47, 0xaf, 0x61, 0x25, 0xba, 0xee, 0xac, 0x22, 0xd3, 0x5c, + 0x91, 0x8f, 0x46, 0x57, 0xa4, 0x43, 0x2e, 0x33, 0xd2, 0x97, 0x58, 0x96, 0xa8, 0xfe, 0x4d, 0x81, + 0xe5, 0xeb, 0xae, 0x0f, 0x79, 0xb0, 0x3c, 0x1c, 0x1e, 0x5d, 0x6a, 0x11, 0x9e, 0xbc, 0xf3, 0xbb, + 0x1f, 0xde, 0x35, 0x38, 0x9e, 0x53, 0x8b, 0x60, 0xe4, 0x66, 0x68, 0xe8, 0xdb, 0xb0, 0x18, 0x8a, + 0x5a, 0x66, 0x04, 0x57, 0xba, 0x69, 0x74, 0x49, 0x60, 0xf0, 0x48, 0x9c, 0xc6, 0xc5, 0x3e, 0xa3, + 0xce, 0xe9, 0x68, 0x19, 0x26, 0x23, 0x65, 0x5c, 0x1e, 0x2d, 0x05, 0x2c, 0x16, 0xea, 0x0e, 0xac, + 0xdf, 0x18, 0x0c, 0xfd, 0x23, 0x4a, 0xfa, 0xc8, 0x7b, 0xb0, 0xf9, 0xe6, 0x3b, 0xbb, 0xe1, 0xdc, + 0x87, 0xb0, 0x74, 0x8d, 0x8b, 0xd1, 0x3b, 0x30, 0xef, 0x1a, 0x9e, 0xdd, 0x33, 0x6c, 0xa2, 0x9f, + 0x3b, 0x71, 0xb6, 0x16, 0xf0, 0x5c, 0x4c, 0x3d, 0x88, 0x88, 0xea, 0xef, 0x14, 0x99, 0xdf, 0x32, + 0x2b, 0x91, 0xc6, 0x8d, 0x0f, 0x98, 0x1e, 0x55, 0x5a, 0x9d, 0x9e, 0x9d, 0x85, 0x84, 0x71, 0x81, + 0x33, 0xbb, 0xeb, 0xb1, 0xa7, 0xe3, 0x6a, 0x5c, 0xde, 0x93, 0xd5, 0x1a, 0x2f, 0xf0, 0x33, 0x1d, + 0xa7, 0x4b, 0x5a, 0xfc, 0x04, 0xaa, 0xc2, 0x02, 0xf1, 0xac, 0x01, 0x90, 0xdc, 0x6d, 0x20, 0x73, + 0xc4, 0xb3, 0xfa, 0x10, 0xea, 0xe7, 0x0a, 0xcc, 0xf2, 0x1b, 0x8b, 0x55, 0x6b, 0xc3, 0x03, 0x59, + 0x32, 0xa4, 0x42, 0x77, 0xad, 0x3c, 0x31, 0x0c, 0xda, 0x04, 0xe0, 0x61, 0x6d, 0x45, 0xbb, 0xb9, + 0x82, 0x39, 0x9c, 0xa2, 0xa8, 0xe7, 0x00, 0x5c, 0x83, 0xfd, 0xc0, 0xe8, 0x12, 0xf4, 0x04, 0x66, + 0xc6, 0x72, 0x0a, 0xb0, 0xbe, 0x3f, 0x6e, 0x93, 0xe4, 0xc2, 0x94, 0xe6, 0x31, 0x87, 0x5d, 0x45, + 0xfd, 0x89, 0xf0, 0xaf, 0xa8, 0x20, 0xcb, 0xfe, 0x24, 0x08, 0x0d, 0x0b, 0x6d, 0xc1, 0x8c, 0x45, + 0x42, 0x33, 0x70, 0xfc, 0x48, 0x02, 0xc7, 0x29, 0xe0, 0x34, 0x29, 0xea, 0x60, 0xc9, 0xbd, 0x9b, + 0x51, 0x96, 0x88, 0xb8, 0x9c, 0x8d, 0x89, 0x75, 0x6a, 0x11, 0xf5, 0x5f, 0x39, 0x58, 0xe0, 0x86, + 0x55, 0x93, 0xb6, 0x8d, 0x0e, 0x60, 0x4a, 0x88, 0x91, 0x86, 0x7d, 0x77, 0x8c, 0x5a, 0xc3, 0xcf, + 0x61, 0x79, 0x1e, 0xfd, 0x0c, 0x16, 0x4d, 0x83, 0x11, 0x9b, 0x06, 0x57, 0x3a, 0x27, 0x39, 0xb2, + 0x51, 0xde, 0x05, 0xb4, 0x18, 0x43, 0x69, 0x12, 0x69, 0xa0, 0x03, 0xe5, 0xc7, 0xed, 0x40, 0xe9, + 0x80, 0x4a, 0x75, 0xa0, 0x43, 0x98, 0x3a, 0x8b, 0xee, 0x38, 0x2c, 0x4d, 0x70, 0xc4, 0xef, 0x8d, + 0x89, 0xc8, 0x03, 0x04, 0x4b, 0x0c, 0xf5, 0x2f, 0x0a, 0x2c, 0x0f, 0xe5, 0xf2, 0xfd, 0x23, 0xe8, + 0x15, 0xac, 0xfa, 0x34, 0xf0, 0xa8, 0x1d, 0x18, 0xfe, 0xf9, 0x95, 0xee, 0x3a, 0xaf, 0x88, 0xeb, + 0x9c, 0x53, 0x6a, 0xf1, 0x28, 0x98, 0x1f, 0x4b, 0xe5, 0xe4, 0x2c, 0x5e, 0x49, 0x61, 0xf6, 0xc9, + 0x6a, 0x08, 0xeb, 0x43, 0x06, 0xa4, 0x22, 0xe5, 0x24, 0x71, 0x96, 0x18, 0x00, 0x3e, 0xbe, 0x73, + 0x57, 0x1a, 0x74, 0xdb, 0x2b, 0x58, 0x69, 0xd2, 0xa0, 0x6b, 0xb8, 0xce, 0x2f, 0x88, 0x55, 0xa3, + 0x3d, 0xcf, 0x72, 0x3c, 0xbb, 0x46, 0x2f, 0x11, 0x82, 0x09, 0x97, 0x9c, 0x09, 0x7f, 0xe5, 0x30, + 0xff, 0x46, 0x45, 0xc8, 0x33, 0xea, 0xcb, 0x4c, 0x8a, 0x3e, 0xa3, 0xf2, 0x18, 0x38, 0xf6, 0xb9, + 0x98, 0x9f, 0x72, 0x58, 0x2c, 0xd0, 0x2a, 0x4c, 0x9d, 0x52, 0xc6, 0x68, 0x97, 0xb7, 0xd0, 0x1c, + 0x96, 0x2b, 0xf5, 0xbf, 0x53, 0xb0, 0xca, 0x8b, 0x42, 0xdf, 0x30, 0x4c, 0xc2, 0x9e, 0xcb, 0xc2, + 0x37, 0x4f, 0x88, 0x3d, 0x58, 0x97, 0x51, 0xa3, 0x8b, 0xa6, 0x94, 0x9a, 0x7c, 0x65, 0x90, 0xbf, + 0x3f, 0x66, 0xf0, 0xa4, 0x34, 0x58, 0x93, 0xd8, 0x43, 0xf4, 0x10, 0x51, 0x58, 0xe5, 0xb3, 0x4a, + 0x56, 0x66, 0xfe, 0xbe, 0x32, 0x97, 0x23, 0xe0, 0x8c, 0xc0, 0xd7, 0xb0, 0xc6, 0xaf, 0xe5, 0x1a, + 0x89, 0x13, 0xf7, 0x95, 0xb8, 0xc2, 0x91, 0x33, 0x22, 0x0d, 0x28, 0x72, 0x1b, 0xd3, 0xb2, 0xa6, + 0xee, 0x35, 0x62, 0x2e, 0x44, 0x78, 0x69, 0x11, 0x0c, 0x96, 0x92, 0x59, 0xab, 0x2f, 0xa6, 0xf4, + 0x60, 0xdc, 0x49, 0xef, 0xc6, 0xe4, 0xc0, 0x28, 0xc6, 0x4f, 0x25, 0x8c, 0x09, 0x45, 0x3e, 0x4c, + 0xa5, 0x0d, 0x9b, 0xe5, 0x86, 0xfd, 0x60, 0xbc, 0x39, 0x2a, 0x25, 0x67, 0x81, 0x0d, 0xac, 0xa3, + 0x0b, 0x43, 0xf4, 0xf4, 0xe7, 0xc4, 0x1c, 0x14, 0x33, 0xcf, 0xc5, 0xd4, 0x46, 0x17, 0xd3, 0xe2, + 0x18, 0x9d, 0xc0, 0x30, 0x5f, 0x39, 0x9e, 0x9d, 0x12, 0xb8, 0x28, 0xd0, 0xd3, 0x22, 0xb7, 0x61, + 0x92, 0x04, 0x01, 0x0d, 0x4a, 0x05, 0xee, 0x3f, 0x14, 0x4b, 0x09, 0x7c, 0xb3, 0x7c, 0xc4, 0x7f, + 0xc6, 0xb0, 0xd8, 0xa0, 0xfe, 0x5a, 0x81, 0x95, 0xa1, 0xbf, 0xb1, 0xd0, 0xa7, 0x5e, 0x48, 0x10, + 0x05, 0xd4, 0xd7, 0x57, 0x0f, 0x44, 0x0a, 0xca, 0xc2, 0xf2, 0xc9, 0x98, 0xd7, 0x9e, 0x49, 0x65, + 0xbc, 0x68, 0x0c, 0x93, 0xd4, 0x7f, 0x2a, 0xb0, 0x36, 0xb4, 0xbb, 0x1d, 0x50, 0x3b, 0x20, 0xe1, + 0x2d, 0x99, 0xff, 0x2d, 0x28, 0xfa, 0x72, 0xa3, 0xee, 0x93, 0xc0, 0x8c, 0xe6, 0x90, 0xa8, 0xfc, + 0x4c, 0xe2, 0x85, 0x98, 0xde, 0x16, 0x64, 0xf4, 0x3e, 0x40, 0x7f, 0x88, 0x92, 0xff, 0x11, 0x1b, + 0x99, 0x32, 0xdf, 0x89, 0xff, 0x65, 0x71, 0x21, 0x19, 0x9f, 0xd0, 0x07, 0x30, 0xd3, 0xf3, 0x2d, + 0x83, 0x11, 0x71, 0x76, 0xe2, 0xd6, 0xb3, 0x20, 0xb6, 0x47, 0x04, 0xf5, 0x37, 0xc3, 0x6e, 0x4e, + 0x2c, 0x0b, 0x60, 0x29, 0xe5, 0xe6, 0x58, 0x5f, 0xe9, 0xe7, 0xea, 0x9d, 0xfd, 0x1c, 0xe3, 0xe3, + 0xd4, 0x25, 0xc6, 0x34, 0xb5, 0x0c, 0xc5, 0x7e, 0x3d, 0x3f, 0x21, 0x01, 0x23, 0x97, 0x68, 0x16, + 0x94, 0x4b, 0x59, 0xc7, 0x15, 0xbe, 0xba, 0x92, 0x25, 0x5c, 0xb9, 0x52, 0x7d, 0x58, 0xcd, 0xd6, + 0xff, 0x36, 0x75, 0xaf, 0xd0, 0x09, 0x4c, 0x5f, 0x90, 0x80, 0x39, 0x66, 0xd2, 0x73, 0x9e, 0x8c, + 0xae, 0xf2, 0xb0, 0x0e, 0x38, 0xc1, 0x52, 0xff, 0xae, 0xc0, 0x4c, 0x94, 0x57, 0xff, 0xb7, 0x09, + 0x13, 0x3d, 0x4b, 0x7a, 0xa9, 0xa8, 0xe3, 0xef, 0x8e, 0x57, 0x10, 0x06, 0x1b, 0xe8, 0x9f, 0x15, + 0x28, 0x24, 0x54, 0x14, 0xc0, 0x72, 0xc0, 0x23, 0xc1, 0xd2, 0x4f, 0xa5, 0x33, 0xf5, 0x53, 0x7a, + 0x29, 0x2d, 0xfb, 0xe4, 0x2e, 0x0e, 0x4c, 0x5f, 0x0a, 0x46, 0x12, 0x3d, 0xdd, 0xa9, 0x87, 0x06, + 0x9c, 0xdc, 0x18, 0x03, 0x8e, 0xfa, 0x19, 0xcc, 0x0f, 0xd6, 0xb8, 0xa8, 0xef, 0xf3, 0x07, 0x11, + 0x91, 0x89, 0xfc, 0x1b, 0xfd, 0x38, 0x35, 0xfd, 0x89, 0x76, 0xfb, 0xfd, 0xf1, 0x5c, 0x96, 0x19, + 0xfe, 0xd4, 0x2f, 0x15, 0x58, 0x1a, 0x2c, 0x7b, 0xc2, 0x81, 0x9f, 0xc1, 0x9a, 0x97, 0x98, 0x7e, + 0x9d, 0x0f, 0x7f, 0x78, 0x1f, 0x1f, 0xd6, 0xe8, 0x25, 0x5e, 0xf1, 0xae, 0x9d, 0x77, 0xee, 0xe3, + 0xc5, 0x3f, 0xe6, 0xa0, 0x74, 0x53, 0x0d, 0xff, 0x0a, 0x67, 0xfc, 0xc1, 0xb8, 0x9e, 0xc8, 0xc4, + 0xf5, 0x71, 0x12, 0xd7, 0xe2, 0x92, 0x3e, 0xba, 0x6b, 0x07, 0x1a, 0x88, 0xf0, 0x74, 0x82, 0xe6, + 0xbf, 0x92, 0x04, 0x7d, 0xfc, 0x7b, 0x05, 0x1e, 0xc8, 0x37, 0x39, 0xb4, 0x06, 0x4b, 0xfb, 0x5a, + 0xb5, 0x73, 0x8c, 0x35, 0xfd, 0xb8, 0x79, 0xd4, 0xd6, 0xea, 0x8d, 0xfd, 0x86, 0xb6, 0x57, 0xfc, + 0x1a, 0x5a, 0x82, 0x85, 0xc3, 0x6a, 0x4d, 0x3b, 0xd4, 0xf7, 0xb4, 0x8e, 0x56, 0xef, 0x34, 0x5a, + 0xcd, 0xa2, 0x82, 0xd6, 0x61, 0xe5, 0xe8, 0xa0, 0xd5, 0xd1, 0xeb, 0x07, 0xd5, 0xe6, 0x53, 0x2d, + 0xc5, 0xca, 0xa1, 0x4d, 0xd8, 0xd0, 0x3e, 0x6d, 0x1f, 0x36, 0xea, 0x8d, 0x8e, 0x5e, 0x6f, 0x35, + 0x3b, 0x5a, 0xb3, 0x93, 0xe2, 0xe7, 0x11, 0x82, 0xf9, 0x8e, 0xf6, 0x69, 0x9a, 0xf6, 0x20, 0x92, + 0xd1, 0xaa, 0xfd, 0x48, 0xab, 0x77, 0xf4, 0x0e, 0xae, 0xd6, 0x9f, 0x35, 0x9a, 0x4f, 0x8b, 0x85, + 0xc7, 0x01, 0xa0, 0xec, 0xa3, 0x05, 0xfa, 0x26, 0x6c, 0x0d, 0xa9, 0xa3, 0x3f, 0x6f, 0xed, 0x0d, + 0x2b, 0x3d, 0x07, 0x05, 0xae, 0x5f, 0xc4, 0x2a, 0x2a, 0x68, 0x1e, 0x60, 0x1f, 0x57, 0x9f, 0x6b, + 0x62, 0x9d, 0x8b, 0x8c, 0xe5, 0xec, 0x6a, 0x73, 0x4f, 0x4f, 0x31, 0xf2, 0x8f, 0x19, 0x40, 0xff, + 0x4f, 0x00, 0x6d, 0xc0, 0xea, 0x61, 0xe3, 0x99, 0x76, 0xd8, 0x38, 0x68, 0xb5, 0xf6, 0x86, 0x24, + 0x2c, 0xc2, 0xdc, 0x89, 0x86, 0x5f, 0xe8, 0xc7, 0x4d, 0xbe, 0xe5, 0x45, 0x51, 0x41, 0xb3, 0x30, + 0x9d, 0xac, 0x72, 0xd1, 0xaa, 0xdd, 0x3a, 0x3a, 0x6a, 0xd4, 0x0e, 0xb5, 0x62, 0x1e, 0x01, 0x4c, + 0x49, 0xce, 0x04, 0x5a, 0x80, 0x19, 0x7e, 0x54, 0x12, 0x26, 0x77, 0xff, 0xa4, 0x40, 0x89, 0xdf, + 0x50, 0x23, 0x75, 0x7b, 0x47, 0x24, 0xb8, 0x70, 0x4c, 0x82, 0x7e, 0xab, 0xc0, 0xdc, 0x40, 0x5f, + 0x43, 0x63, 0xfc, 0x73, 0x5c, 0xf7, 0x0a, 0xbc, 0xf1, 0x30, 0x3e, 0x9f, 0x7a, 0x9e, 0x2e, 0xb7, + 0xe2, 0xe7, 0x69, 0xf5, 0x9d, 0x5f, 0xfe, 0xe3, 0xdf, 0x5f, 0xe4, 0x1e, 0xa9, 0x1b, 0xc3, 0x2f, + 0xe6, 0xe1, 0x13, 0xd9, 0xe8, 0xc8, 0x13, 0xe5, 0x71, 0xed, 0xf3, 0x1c, 0x7c, 0xc7, 0xa4, 0xdd, + 0x91, 0x75, 0xa9, 0x3d, 0xbc, 0xc9, 0xc4, 0x76, 0x94, 0xd4, 0x6d, 0xe5, 0x27, 0x2f, 0x24, 0x94, + 0x4d, 0xa3, 0x1f, 0xf6, 0x32, 0x0d, 0xec, 0x8a, 0x4d, 0x3c, 0x9e, 0xf2, 0x15, 0xc1, 0x32, 0x7c, + 0x27, 0xbc, 0xfd, 0x7d, 0xff, 0x83, 0x0c, 0xef, 0x0f, 0xb9, 0xed, 0xa7, 0x02, 0xbb, 0xce, 0xd5, + 0xcc, 0x68, 0x52, 0x3e, 0xd9, 0x69, 0xef, 0xd6, 0xa2, 0xc3, 0x5f, 0xc6, 0x5b, 0x5f, 0xf2, 0xad, + 0x2f, 0x33, 0x5b, 0x5f, 0x9e, 0xc4, 0x72, 0x4e, 0xa7, 0xb8, 0x6e, 0xef, 0xfe, 0x2f, 0x00, 0x00, + 0xff, 0xff, 0x28, 0x2e, 0x0c, 0x2f, 0x7a, 0x18, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/googleapis/logging/v2/log_entry.pb.go b/googleapis/logging/v2/log_entry.pb.go index 059c5229..a65bfa98 100644 --- a/googleapis/logging/v2/log_entry.pb.go +++ b/googleapis/logging/v2/log_entry.pb.go @@ -66,7 +66,7 @@ type LogEntry struct { // Optional. The time the event described by the log entry occurred. // This time is used to compute the log entry's age and to enforce // the logs retention period. If this field is omitted in a new log - // entry, then Stackdriver Logging assigns it the current time. + // entry, then Logging assigns it the current time. // Timestamps have nanosecond accuracy, but trailing zeros in the fractional // seconds might be omitted when the timestamp is displayed. // @@ -77,15 +77,15 @@ type LogEntry struct { // those log entries can still be exported with // [LogSinks](/logging/docs/api/tasks/exporting-logs). Timestamp *timestamp.Timestamp `protobuf:"bytes,9,opt,name=timestamp,proto3" json:"timestamp,omitempty"` - // Output only. The time the log entry was received by Stackdriver Logging. + // Output only. The time the log entry was received by Logging. ReceiveTimestamp *timestamp.Timestamp `protobuf:"bytes,24,opt,name=receive_timestamp,json=receiveTimestamp,proto3" json:"receive_timestamp,omitempty"` // Optional. The severity of the log entry. The default value is // `LogSeverity.DEFAULT`. Severity _type.LogSeverity `protobuf:"varint,10,opt,name=severity,proto3,enum=google.logging.type.LogSeverity" json:"severity,omitempty"` // Optional. A unique identifier for the log entry. If you provide a value, - // then Stackdriver Logging considers other log entries in the same project, + // then Logging considers other log entries in the same project, // with the same `timestamp`, and with the same `insert_id` to be duplicates - // which can be removed. If omitted in new log entries, then Stackdriver + // which can be removed. If omitted in new log entries, then // Logging assigns its own unique identifier. The `insert_id` is also used // to order log entries that have the same `timestamp` value. InsertId string `protobuf:"bytes,4,opt,name=insert_id,json=insertId,proto3" json:"insert_id,omitempty"` @@ -107,11 +107,18 @@ type LogEntry struct { // to `//tracing.googleapis.com`. Example: // `projects/my-projectid/traces/06796866738c859f2f19b7cfb3214824` Trace string `protobuf:"bytes,22,opt,name=trace,proto3" json:"trace,omitempty"` - // Optional. The span ID within the trace associated with the log entry. For - // Stackdriver Trace spans, this is the same format that the Stackdriver Trace + // Optional. The span ID within the trace associated with the log entry. + // For Trace spans, this is the same format that the Trace // API v2 uses: a 16-character hexadecimal encoding of an 8-byte array, such // as <code>"000000000000004a"</code>. SpanId string `protobuf:"bytes,27,opt,name=span_id,json=spanId,proto3" json:"span_id,omitempty"` + // Optional. The sampling decision of the trace associated with the log entry. + // True means that the trace resource name in the `trace` field was sampled + // for storage in a trace backend. False means that the trace was not sampled + // for storage when this log entry was written, or the sampling decision was + // unknown at the time. A non-sampled `trace` value is still useful as a + // request correlation identifier. The default is False. + TraceSampled bool `protobuf:"varint,30,opt,name=trace_sampled,json=traceSampled,proto3" json:"trace_sampled,omitempty"` // Optional. Source code location information associated with the log entry, // if any. SourceLocation *LogEntrySourceLocation `protobuf:"bytes,23,opt,name=source_location,json=sourceLocation,proto3" json:"source_location,omitempty"` @@ -279,6 +286,13 @@ func (m *LogEntry) GetSpanId() string { return "" } +func (m *LogEntry) GetTraceSampled() bool { + if m != nil { + return m.TraceSampled + } + return false +} + func (m *LogEntry) GetSourceLocation() *LogEntrySourceLocation { if m != nil { return m.SourceLocation @@ -524,52 +538,54 @@ func init() { func init() { proto.RegisterFile("google/logging/v2/log_entry.proto", fileDescriptor_8ba2017251165146) } var fileDescriptor_8ba2017251165146 = []byte{ - // 748 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x54, 0x5d, 0x6f, 0xf3, 0x34, - 0x14, 0x7e, 0xd3, 0xbe, 0xb4, 0xa9, 0xdb, 0x77, 0x1f, 0xd6, 0x58, 0xb3, 0x6e, 0x88, 0xb2, 0xf1, - 0x51, 0x6e, 0x52, 0xa9, 0xdc, 0x6c, 0x6c, 0x12, 0x5a, 0x27, 0xb4, 0x4d, 0xea, 0x60, 0xf2, 0xd0, - 0x2e, 0x50, 0xa5, 0xca, 0x4b, 0xdc, 0xcc, 0x90, 0xda, 0xc1, 0x71, 0x2a, 0xfa, 0x53, 0xf8, 0x0b, - 0x5c, 0xf3, 0x2b, 0xf8, 0x45, 0x5c, 0x22, 0x9f, 0x38, 0x69, 0x69, 0xa7, 0x72, 0x77, 0x8e, 0xcf, - 0xf3, 0x9c, 0xe7, 0xc9, 0xf1, 0x71, 0xd0, 0x67, 0x91, 0x94, 0x51, 0xcc, 0xfa, 0xb1, 0x8c, 0x22, - 0x2e, 0xa2, 0xfe, 0x7c, 0x60, 0xc2, 0x09, 0x13, 0x5a, 0x2d, 0xfc, 0x44, 0x49, 0x2d, 0xf1, 0x7e, - 0x0e, 0xf1, 0x2d, 0xc4, 0x9f, 0x0f, 0x3a, 0x27, 0x96, 0x45, 0x13, 0xde, 0xa7, 0x42, 0x48, 0x4d, - 0x35, 0x97, 0x22, 0xcd, 0x09, 0x9d, 0xb3, 0x95, 0xea, 0x4c, 0x0a, 0xae, 0xa5, 0x62, 0xe1, 0x44, - 0xb1, 0x54, 0x66, 0x2a, 0x60, 0x16, 0xf4, 0xe5, 0x9a, 0xb0, 0x5e, 0x24, 0xac, 0xff, 0xaa, 0x75, - 0x32, 0x51, 0xec, 0xb7, 0x8c, 0xa5, 0x7a, 0x1b, 0xce, 0x58, 0x4c, 0xd9, 0x9c, 0x29, 0xae, 0xad, - 0xcb, 0xce, 0x91, 0xc5, 0x41, 0xf6, 0x92, 0x4d, 0xfb, 0x54, 0x14, 0xa5, 0x93, 0xf5, 0x52, 0xaa, - 0x55, 0x16, 0x14, 0x02, 0x9f, 0xae, 0x57, 0x35, 0x9f, 0xb1, 0x54, 0xd3, 0x59, 0x92, 0x03, 0x4e, - 0xff, 0xaa, 0x23, 0x77, 0x24, 0xa3, 0xef, 0xcd, 0x48, 0xf0, 0x11, 0x72, 0x8d, 0xb8, 0xa0, 0x33, - 0xe6, 0xb5, 0xba, 0x4e, 0xaf, 0x41, 0xea, 0xb1, 0x8c, 0x7e, 0xa0, 0x33, 0x86, 0x2f, 0x90, 0x5b, - 0x7c, 0xa3, 0xe7, 0x76, 0x9d, 0x5e, 0x73, 0xf0, 0x89, 0x6f, 0x47, 0x47, 0x13, 0xee, 0x3f, 0x14, - 0x93, 0x20, 0x16, 0x44, 0x4a, 0x38, 0xbe, 0x44, 0x1f, 0x40, 0x6b, 0x92, 0xd0, 0x45, 0x2c, 0x69, - 0xe8, 0x55, 0x80, 0x7f, 0x50, 0xf0, 0x0b, 0x6f, 0xfe, 0xb5, 0x58, 0xdc, 0xbd, 0x23, 0x2d, 0xc8, - 0x1f, 0x73, 0x2c, 0x3e, 0x43, 0x2d, 0xcd, 0x7e, 0xd7, 0x25, 0xb7, 0x6a, 0x6c, 0xdd, 0xbd, 0x23, - 0x4d, 0x73, 0x5a, 0x80, 0xae, 0x50, 0xeb, 0x97, 0x54, 0x8a, 0x12, 0x54, 0x03, 0x81, 0xf6, 0x86, - 0xc0, 0x13, 0x8c, 0xc6, 0xb0, 0x0d, 0xbc, 0x60, 0x9f, 0xa3, 0x46, 0x39, 0x15, 0xaf, 0x01, 0xd4, - 0xce, 0x06, 0xf5, 0xa7, 0x02, 0x41, 0x96, 0x60, 0x7c, 0x8b, 0xf6, 0x15, 0x0b, 0x18, 0x9f, 0xb3, - 0xc9, 0xb2, 0x83, 0xf7, 0xbf, 0x1d, 0xf6, 0x2c, 0xa9, 0x3c, 0xc1, 0x57, 0xc8, 0x2d, 0x6e, 0xdc, - 0x43, 0x5d, 0xa7, 0xb7, 0x33, 0xe8, 0xfa, 0x6b, 0x8b, 0x69, 0x56, 0xc3, 0x1f, 0xc9, 0xe8, 0xc9, - 0xe2, 0x48, 0xc9, 0xc0, 0xc7, 0xa8, 0xc1, 0x45, 0xca, 0x94, 0x9e, 0xf0, 0xd0, 0x7b, 0x0f, 0xf7, - 0xe6, 0xe6, 0x07, 0xf7, 0x21, 0xbe, 0x41, 0xad, 0xd5, 0xc5, 0xf3, 0xea, 0x60, 0xef, 0xed, 0xf6, - 0x77, 0x5a, 0x27, 0x24, 0xc7, 0x91, 0xe6, 0xeb, 0x32, 0xc1, 0xdf, 0xa1, 0x5a, 0x4c, 0x5f, 0x58, - 0x9c, 0x7a, 0xcd, 0x6e, 0xb5, 0xd7, 0x1c, 0x7c, 0xe5, 0x6f, 0x3c, 0x1b, 0xbf, 0xd8, 0x22, 0x7f, - 0x04, 0x48, 0x88, 0x89, 0xa5, 0xe1, 0x6b, 0xe4, 0xce, 0x98, 0xa6, 0x21, 0xd5, 0xd4, 0x3b, 0x02, - 0x07, 0x5f, 0x6c, 0x5d, 0x9f, 0x07, 0x0b, 0x26, 0x25, 0x0d, 0x0f, 0x51, 0x43, 0x26, 0x4c, 0xc1, - 0x63, 0xf4, 0x76, 0xa1, 0xc7, 0xe7, 0x5b, 0x6c, 0xfc, 0x58, 0x60, 0xc9, 0x92, 0x86, 0x0f, 0xd0, - 0x47, 0x5a, 0xd1, 0x80, 0x79, 0x87, 0x30, 0xa5, 0x3c, 0xc1, 0x6d, 0x54, 0x4f, 0x13, 0x2a, 0xcc, - 0xf4, 0x8e, 0xe1, 0xbc, 0x66, 0xd2, 0xfb, 0x10, 0x13, 0xb4, 0x9b, 0xdb, 0x99, 0xc4, 0x32, 0xc8, - 0x85, 0xdb, 0x20, 0xfc, 0xf5, 0x16, 0xe1, 0x27, 0x60, 0x8c, 0x2c, 0x81, 0xec, 0xa4, 0xff, 0xc9, - 0x3b, 0x17, 0xa8, 0xb9, 0x32, 0x20, 0xbc, 0x87, 0xaa, 0xbf, 0xb2, 0x85, 0xe7, 0x80, 0xae, 0x09, - 0x8d, 0xc7, 0x39, 0x8d, 0x33, 0x06, 0xcf, 0xa4, 0x41, 0xf2, 0xe4, 0xdb, 0xca, 0xb9, 0x33, 0x6c, - 0xa0, 0xba, 0xdd, 0xf0, 0x53, 0x8e, 0xf6, 0x37, 0x3e, 0x14, 0xef, 0xa0, 0x0a, 0x0f, 0x6d, 0xab, - 0x0a, 0x0f, 0x71, 0x07, 0xb9, 0x89, 0x92, 0x61, 0x16, 0x30, 0x65, 0x9b, 0x95, 0xb9, 0x51, 0x99, - 0x72, 0x95, 0x6a, 0x78, 0x50, 0x2e, 0xc9, 0x13, 0x8c, 0xd1, 0xfb, 0x98, 0xa6, 0x1a, 0x96, 0xc8, - 0x25, 0x10, 0x9f, 0x8e, 0xd1, 0xe1, 0xdb, 0x9f, 0x66, 0xd0, 0x53, 0x1e, 0x33, 0xab, 0x08, 0x31, - 0x74, 0xe0, 0x22, 0x37, 0x5f, 0x25, 0x10, 0x1b, 0x1f, 0xd3, 0x4c, 0x04, 0x30, 0xbf, 0x6a, 0xee, - 0xa3, 0xc8, 0x87, 0x7f, 0x38, 0xe8, 0xe3, 0x40, 0xce, 0x36, 0xe7, 0x39, 0xfc, 0x50, 0xa8, 0x3e, - 0xc2, 0xff, 0xc0, 0xf9, 0xf9, 0xdc, 0x62, 0x22, 0x19, 0x53, 0x11, 0xf9, 0x52, 0x45, 0xfd, 0x88, - 0x09, 0x78, 0x5f, 0xfd, 0xbc, 0x44, 0x13, 0x9e, 0xae, 0xfc, 0xec, 0x2f, 0x6d, 0xf8, 0x8f, 0xe3, - 0xfc, 0x59, 0x69, 0xdf, 0xe6, 0xec, 0x9b, 0x58, 0x66, 0xa1, 0xb9, 0x2c, 0xd0, 0x79, 0x1e, 0xfc, - 0x5d, 0x54, 0xc6, 0x50, 0x19, 0xdb, 0xca, 0xf8, 0x79, 0xf0, 0x52, 0x83, 0xde, 0xdf, 0xfc, 0x1b, - 0x00, 0x00, 0xff, 0xff, 0xc7, 0x91, 0xad, 0xed, 0x47, 0x06, 0x00, 0x00, + // 772 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x55, 0xdd, 0x8e, 0xdb, 0x44, + 0x14, 0xae, 0x93, 0xb2, 0x71, 0x26, 0xd9, 0x6d, 0x77, 0x54, 0x1a, 0x6f, 0x5a, 0x20, 0x6c, 0xf9, + 0x09, 0x37, 0x8e, 0x14, 0x6e, 0xb6, 0xb4, 0x12, 0x6a, 0x2a, 0xd4, 0xad, 0x94, 0x42, 0x35, 0x41, + 0xbd, 0x40, 0x91, 0xac, 0x59, 0x7b, 0xe2, 0x0e, 0xd8, 0x33, 0x66, 0x3c, 0x8e, 0xc8, 0xa3, 0xf0, + 0x0a, 0x3c, 0x0a, 0x6f, 0xc0, 0x9b, 0x70, 0x89, 0xe6, 0xcc, 0xd8, 0x09, 0xc9, 0x2a, 0xbd, 0x3b, + 0x3f, 0xdf, 0x77, 0xce, 0xe7, 0x33, 0xe7, 0x24, 0xe8, 0xf3, 0x54, 0xca, 0x34, 0x63, 0x93, 0x4c, + 0xa6, 0x29, 0x17, 0xe9, 0x64, 0x3d, 0x35, 0x66, 0xc4, 0x84, 0x56, 0x9b, 0xb0, 0x50, 0x52, 0x4b, + 0x7c, 0x6e, 0x21, 0xa1, 0x83, 0x84, 0xeb, 0xe9, 0xf0, 0xb1, 0x63, 0xd1, 0x82, 0x4f, 0xa8, 0x10, + 0x52, 0x53, 0xcd, 0xa5, 0x28, 0x2d, 0x61, 0xf8, 0x64, 0x27, 0x9b, 0x4b, 0xc1, 0xb5, 0x54, 0x2c, + 0x89, 0x14, 0x2b, 0x65, 0xa5, 0x62, 0xe6, 0x40, 0x5f, 0xed, 0x35, 0xd6, 0x9b, 0x82, 0x4d, 0xde, + 0x6b, 0x5d, 0x44, 0x8a, 0xfd, 0x5e, 0xb1, 0x52, 0x1f, 0xc3, 0x19, 0x89, 0x25, 0x5b, 0x33, 0xc5, + 0xb5, 0x53, 0x39, 0xbc, 0x70, 0x38, 0xf0, 0x6e, 0xaa, 0xd5, 0x84, 0x8a, 0x3a, 0xf5, 0x78, 0x3f, + 0x55, 0x6a, 0x55, 0xc5, 0x75, 0x83, 0xcf, 0xf6, 0xb3, 0x9a, 0xe7, 0xac, 0xd4, 0x34, 0x2f, 0x2c, + 0xe0, 0xf2, 0x9f, 0x0e, 0xf2, 0xe7, 0x32, 0xfd, 0xc1, 0x8c, 0x04, 0x5f, 0x20, 0xdf, 0x34, 0x17, + 0x34, 0x67, 0x41, 0x7f, 0xe4, 0x8d, 0xbb, 0xa4, 0x93, 0xc9, 0xf4, 0x47, 0x9a, 0x33, 0xfc, 0x14, + 0xf9, 0xf5, 0x37, 0x06, 0xfe, 0xc8, 0x1b, 0xf7, 0xa6, 0x9f, 0x84, 0x6e, 0x74, 0xb4, 0xe0, 0xe1, + 0x9b, 0x7a, 0x12, 0xc4, 0x81, 0x48, 0x03, 0xc7, 0xcf, 0xd0, 0x29, 0xf4, 0x8a, 0x0a, 0xba, 0xc9, + 0x24, 0x4d, 0x82, 0x16, 0xf0, 0x1f, 0xd4, 0xfc, 0x5a, 0x5b, 0xf8, 0x42, 0x6c, 0xae, 0xef, 0x90, + 0x3e, 0xf8, 0x6f, 0x2d, 0x16, 0x3f, 0x41, 0x7d, 0xcd, 0xfe, 0xd0, 0x0d, 0xb7, 0x6d, 0x64, 0x5d, + 0xdf, 0x21, 0x3d, 0x13, 0xad, 0x41, 0xcf, 0x51, 0xff, 0xd7, 0x52, 0x8a, 0x06, 0x74, 0x02, 0x0d, + 0x06, 0x07, 0x0d, 0x16, 0x30, 0x1a, 0xc3, 0x36, 0xf0, 0x9a, 0x7d, 0x85, 0xba, 0xcd, 0x54, 0x82, + 0x2e, 0x50, 0x87, 0x07, 0xd4, 0x9f, 0x6b, 0x04, 0xd9, 0x82, 0xf1, 0x2b, 0x74, 0xae, 0x58, 0xcc, + 0xf8, 0x9a, 0x45, 0xdb, 0x0a, 0xc1, 0x07, 0x2b, 0xdc, 0x77, 0xa4, 0x26, 0x82, 0x9f, 0x23, 0xbf, + 0x7e, 0xf1, 0x00, 0x8d, 0xbc, 0xf1, 0xd9, 0x74, 0x14, 0xee, 0x2d, 0xa6, 0x59, 0x8d, 0x70, 0x2e, + 0xd3, 0x85, 0xc3, 0x91, 0x86, 0x81, 0x1f, 0xa1, 0x2e, 0x17, 0x25, 0x53, 0x3a, 0xe2, 0x49, 0x70, + 0x17, 0xde, 0xcd, 0xb7, 0x81, 0xd7, 0x09, 0x7e, 0x89, 0xfa, 0xbb, 0x8b, 0x17, 0x74, 0x40, 0xde, + 0xed, 0xe5, 0xaf, 0xb5, 0x2e, 0x88, 0xc5, 0x91, 0xde, 0xfb, 0xad, 0x83, 0xbf, 0x47, 0x27, 0x19, + 0xbd, 0x61, 0x59, 0x19, 0xf4, 0x46, 0xed, 0x71, 0x6f, 0xfa, 0x75, 0x78, 0x70, 0x36, 0x61, 0xbd, + 0x45, 0xe1, 0x1c, 0x90, 0x60, 0x13, 0x47, 0xc3, 0x2f, 0x90, 0x9f, 0x33, 0x4d, 0x13, 0xaa, 0x69, + 0x70, 0x01, 0x0a, 0xbe, 0x3c, 0xba, 0x3e, 0x6f, 0x1c, 0x98, 0x34, 0x34, 0x3c, 0x43, 0x5d, 0x59, + 0x30, 0x05, 0xc7, 0x18, 0xdc, 0x83, 0x1a, 0x5f, 0x1c, 0x91, 0xf1, 0x53, 0x8d, 0x25, 0x5b, 0x1a, + 0x7e, 0x80, 0x3e, 0xd2, 0x8a, 0xc6, 0x2c, 0x78, 0x08, 0x53, 0xb2, 0x0e, 0x1e, 0xa0, 0x4e, 0x59, + 0x50, 0x61, 0xa6, 0xf7, 0x08, 0xe2, 0x27, 0xc6, 0x7d, 0x6d, 0x96, 0xef, 0x14, 0x10, 0x51, 0x49, + 0xf3, 0x22, 0x63, 0x49, 0xf0, 0xe9, 0xc8, 0x1b, 0xfb, 0xa4, 0x0f, 0xc1, 0x85, 0x8d, 0x61, 0x82, + 0xee, 0x59, 0xcd, 0x51, 0x26, 0x63, 0xab, 0x6e, 0x00, 0xea, 0xbe, 0x39, 0xa2, 0x6e, 0x01, 0x8c, + 0xb9, 0x23, 0x90, 0xb3, 0xf2, 0x7f, 0xfe, 0xf0, 0x29, 0xea, 0xed, 0x4c, 0x11, 0xdf, 0x47, 0xed, + 0xdf, 0xd8, 0x26, 0xf0, 0x40, 0x9c, 0x31, 0xcd, 0x87, 0xac, 0x69, 0x56, 0x31, 0xb8, 0xa5, 0x2e, + 0xb1, 0xce, 0x77, 0xad, 0x2b, 0x6f, 0xd6, 0x45, 0x1d, 0x77, 0x06, 0x97, 0x1c, 0x9d, 0x1f, 0x4c, + 0x03, 0x9f, 0xa1, 0x16, 0x4f, 0x5c, 0xa9, 0x16, 0x4f, 0xf0, 0x10, 0xf9, 0x85, 0x92, 0x49, 0x15, + 0x33, 0xe5, 0x8a, 0x35, 0xbe, 0xe9, 0xb2, 0xe2, 0xaa, 0xd4, 0x70, 0x75, 0x3e, 0xb1, 0x0e, 0xc6, + 0xe8, 0x6e, 0x46, 0x4b, 0x0d, 0x9b, 0xe6, 0x13, 0xb0, 0x2f, 0x97, 0xe8, 0xe1, 0xed, 0x9f, 0x66, + 0xd0, 0x2b, 0x9e, 0x31, 0xd7, 0x11, 0x6c, 0xa8, 0xc0, 0x85, 0x15, 0xdf, 0x26, 0x60, 0x1b, 0x1d, + 0xab, 0x4a, 0xc4, 0x30, 0xbf, 0xb6, 0xd5, 0x51, 0xfb, 0xb3, 0x3f, 0x3d, 0xf4, 0x71, 0x2c, 0xf3, + 0xc3, 0x79, 0xce, 0x4e, 0xeb, 0xae, 0x6f, 0xe1, 0x47, 0xc3, 0xfb, 0xe5, 0xca, 0x61, 0x52, 0x99, + 0x51, 0x91, 0x86, 0x52, 0xa5, 0x93, 0x94, 0x09, 0x38, 0xc2, 0x89, 0x4d, 0xd1, 0x82, 0x97, 0x3b, + 0xff, 0x08, 0xcf, 0x9c, 0xf9, 0xaf, 0xe7, 0xfd, 0xd5, 0x1a, 0xbc, 0xb2, 0xec, 0x97, 0x99, 0xac, + 0x12, 0xf3, 0x58, 0xd0, 0xe7, 0xdd, 0xf4, 0xef, 0x3a, 0xb3, 0x84, 0xcc, 0xd2, 0x65, 0x96, 0xef, + 0xa6, 0x37, 0x27, 0x50, 0xfb, 0xdb, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, 0x7a, 0x7b, 0xdc, 0xd5, + 0x6c, 0x06, 0x00, 0x00, } diff --git a/googleapis/logging/v2/logging.pb.go b/googleapis/logging/v2/logging.pb.go index 37949b2a..5aa400e0 100644 --- a/googleapis/logging/v2/logging.pb.go +++ b/googleapis/logging/v2/logging.pb.go @@ -90,11 +90,15 @@ type WriteLogEntriesRequest struct { // "billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]" // "folders/[FOLDER_ID]/logs/[LOG_ID]" // - // `[LOG_ID]` must be URL-encoded. For example, - // `"projects/my-project-id/logs/syslog"` or - // `"organizations/1234567890/logs/cloudresourcemanager.googleapis.com%2Factivity"`. - // For more information about log names, see - // [LogEntry][google.logging.v2.LogEntry]. + // `[LOG_ID]` must be URL-encoded. For example: + // + // "projects/my-project-id/logs/syslog" + // "organizations/1234567890/logs/cloudresourcemanager.googleapis.com%2Factivity" + // + // The permission <code>logging.logEntries.create</code> is needed on each + // project, organization, billing account, or folder that is receiving + // new log entries, whether the resource is specified in + // <code>logName</code> or in an individual log entry. LogName string `protobuf:"bytes,1,opt,name=log_name,json=logName,proto3" json:"log_name,omitempty"` // Optional. A default monitored resource object that is assigned to all log // entries in `entries` that do not specify a value for `resource`. Example: @@ -110,7 +114,7 @@ type WriteLogEntriesRequest struct { // as a label in this parameter, then the log entry's label is not changed. // See [LogEntry][google.logging.v2.LogEntry]. Labels map[string]string `protobuf:"bytes,3,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` - // Required. The log entries to send to Stackdriver Logging. The order of log + // Required. The log entries to send to Logging. The order of log // entries in this list does not matter. Values supplied in this method's // `log_name`, `resource`, and `labels` fields are copied into those log // entries in this list that do not include values for their corresponding @@ -812,21 +816,19 @@ type LoggingServiceV2Client interface { // Log entries written shortly before the delete operation might not be // deleted. DeleteLog(ctx context.Context, in *DeleteLogRequest, opts ...grpc.CallOption) (*empty.Empty, error) - // Writes log entries to Stackdriver Logging. This API method is the - // only way to send log entries to Stackdriver Logging. This method - // is used, directly or indirectly, by the Stackdriver Logging agent - // (fluentd) and all logging libraries configured to use Stackdriver - // Logging. + // Writes log entries to Logging. This API method is the + // only way to send log entries to Logging. This method + // is used, directly or indirectly, by the Logging agent + // (fluentd) and all logging libraries configured to use Logging. // A single request may contain log entries for a maximum of 1000 // different resources (projects, organizations, billing accounts or // folders) WriteLogEntries(ctx context.Context, in *WriteLogEntriesRequest, opts ...grpc.CallOption) (*WriteLogEntriesResponse, error) // Lists log entries. Use this method to retrieve log entries from - // Stackdriver Logging. For ways to export log entries, see + // Logging. For ways to export log entries, see // [Exporting Logs](/logging/docs/export). ListLogEntries(ctx context.Context, in *ListLogEntriesRequest, opts ...grpc.CallOption) (*ListLogEntriesResponse, error) - // Lists the descriptors for monitored resource types used by Stackdriver - // Logging. + // Lists the descriptors for monitored resource types used by Logging. ListMonitoredResourceDescriptors(ctx context.Context, in *ListMonitoredResourceDescriptorsRequest, opts ...grpc.CallOption) (*ListMonitoredResourceDescriptorsResponse, error) // Lists the logs in projects, organizations, folders, or billing accounts. // Only logs that have entries are listed. @@ -893,21 +895,19 @@ type LoggingServiceV2Server interface { // Log entries written shortly before the delete operation might not be // deleted. DeleteLog(context.Context, *DeleteLogRequest) (*empty.Empty, error) - // Writes log entries to Stackdriver Logging. This API method is the - // only way to send log entries to Stackdriver Logging. This method - // is used, directly or indirectly, by the Stackdriver Logging agent - // (fluentd) and all logging libraries configured to use Stackdriver - // Logging. + // Writes log entries to Logging. This API method is the + // only way to send log entries to Logging. This method + // is used, directly or indirectly, by the Logging agent + // (fluentd) and all logging libraries configured to use Logging. // A single request may contain log entries for a maximum of 1000 // different resources (projects, organizations, billing accounts or // folders) WriteLogEntries(context.Context, *WriteLogEntriesRequest) (*WriteLogEntriesResponse, error) // Lists log entries. Use this method to retrieve log entries from - // Stackdriver Logging. For ways to export log entries, see + // Logging. For ways to export log entries, see // [Exporting Logs](/logging/docs/export). ListLogEntries(context.Context, *ListLogEntriesRequest) (*ListLogEntriesResponse, error) - // Lists the descriptors for monitored resource types used by Stackdriver - // Logging. + // Lists the descriptors for monitored resource types used by Logging. ListMonitoredResourceDescriptors(context.Context, *ListMonitoredResourceDescriptorsRequest) (*ListMonitoredResourceDescriptorsResponse, error) // Lists the logs in projects, organizations, folders, or billing accounts. // Only logs that have entries are listed. diff --git a/googleapis/logging/v2/logging_config.pb.go b/googleapis/logging/v2/logging_config.pb.go index 6ed8a61c..7d891c25 100644 --- a/googleapis/logging/v2/logging_config.pb.go +++ b/googleapis/logging/v2/logging_config.pb.go @@ -26,7 +26,7 @@ var _ = math.Inf // proto package needs to be updated. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package -// Available log entry formats. Log entries can be written to Stackdriver +// Available log entry formats. Log entries can be written to // Logging in either format and can be exported in either format. // Version 2 is the preferred format. type LogSink_VersionFormat int32 @@ -94,7 +94,7 @@ type LogSink struct { // entries. The v2 format is used by default and cannot be changed. OutputVersionFormat LogSink_VersionFormat `protobuf:"varint,6,opt,name=output_version_format,json=outputVersionFormat,proto3,enum=google.logging.v2.LogSink_VersionFormat" json:"output_version_format,omitempty"` // Deprecated: Do not use. // Output only. An IAM identity—a service account or group—under - // which Stackdriver Logging writes the exported log entries to the sink's + // which Logging writes the exported log entries to the sink's // destination. This field is set by // [sinks.create](/logging/docs/api/reference/rest/v2/projects.sinks/create) // and @@ -401,7 +401,7 @@ type CreateSinkRequest struct { // Optional. Determines the kind of IAM identity returned as `writer_identity` // in the new sink. If this value is omitted or set to false, and if the // sink's parent is a project, then the value returned as `writer_identity` is - // the same group or service account used by Stackdriver Logging before the + // the same group or service account used by Logging before the // addition of writer identities to this API. The sink's destination must be // in the same project as the sink itself. // @@ -500,7 +500,7 @@ type UpdateSinkRequest struct { // empty updateMask will be an error. // // For a detailed `FieldMask` definition, see - // https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask + // https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.FieldMask // // Example: `updateMask=filter`. UpdateMask *field_mask.FieldMask `protobuf:"bytes,4,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` @@ -611,7 +611,7 @@ func (m *DeleteSinkRequest) GetSinkName() string { return "" } -// Specifies a set of log entries that are not to be stored in Stackdriver +// Specifies a set of log entries that are not to be stored in // Logging. If your project receives a large volume of logs, you might be able // to use exclusions to reduce your chargeable logs. Exclusions are processed // after log sinks, so you can export log entries before they are excluded. diff --git a/googleapis/logging/v2/logging_metrics.pb.go b/googleapis/logging/v2/logging_metrics.pb.go index 89aa4a4d..1c239ee8 100644 --- a/googleapis/logging/v2/logging_metrics.pb.go +++ b/googleapis/logging/v2/logging_metrics.pb.go @@ -7,6 +7,7 @@ import ( fmt "fmt" proto "github.com/golang/protobuf/proto" empty "github.com/golang/protobuf/ptypes/empty" + _ "github.com/golang/protobuf/ptypes/timestamp" context "golang.org/x/net/context" _ "google.golang.org/genproto/googleapis/api/annotations" distribution "google.golang.org/genproto/googleapis/api/distribution" @@ -27,13 +28,13 @@ var _ = math.Inf // proto package needs to be updated. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package -// Stackdriver Logging API version. +// Logging API version. type LogMetric_ApiVersion int32 const ( - // Stackdriver Logging API v2. + // Logging API v2. LogMetric_V2 LogMetric_ApiVersion = 0 - // Stackdriver Logging API v1. + // Logging API v1. LogMetric_V1 LogMetric_ApiVersion = 1 ) @@ -572,61 +573,61 @@ func init() { } var fileDescriptor_25f112b6cac96ff1 = []byte{ - // 850 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x56, 0x41, 0x6f, 0x1b, 0x45, - 0x14, 0x66, 0x9c, 0xc4, 0x69, 0x5e, 0x68, 0xec, 0x4e, 0x5b, 0x77, 0xe5, 0xa6, 0xaa, 0xd9, 0x43, - 0xe2, 0xe6, 0xb0, 0x4b, 0x17, 0x14, 0x95, 0x22, 0x0e, 0xb8, 0x89, 0x2a, 0x24, 0x17, 0xa2, 0x2d, - 0xf8, 0x80, 0x2c, 0xad, 0xd6, 0xf6, 0xf3, 0x6a, 0xf0, 0x7a, 0x67, 0xd9, 0x19, 0x5b, 0x49, 0x51, - 0x2f, 0xa8, 0x37, 0x24, 0x0e, 0xf0, 0x03, 0x38, 0x70, 0xe3, 0xa7, 0x70, 0x85, 0x9f, 0xc0, 0x8f, - 0xe0, 0x88, 0x76, 0x76, 0xd6, 0xd9, 0xda, 0x4b, 0x1c, 0xf5, 0x94, 0x99, 0xf7, 0xbd, 0x37, 0xdf, - 0xf7, 0xde, 0xfb, 0x1c, 0x1b, 0x0e, 0x03, 0xce, 0x83, 0x10, 0xed, 0x90, 0x07, 0x01, 0x8b, 0x02, - 0x7b, 0xee, 0xe4, 0x47, 0x6f, 0x8a, 0x32, 0x61, 0x43, 0x61, 0xc5, 0x09, 0x97, 0x9c, 0xde, 0xca, - 0x12, 0x2d, 0x8d, 0x5a, 0x73, 0xa7, 0xb9, 0xaf, 0x6b, 0xfd, 0x98, 0xd9, 0x7e, 0x14, 0x71, 0xe9, - 0x4b, 0xc6, 0x23, 0x5d, 0xd0, 0x7c, 0x50, 0x40, 0x47, 0x4c, 0xc8, 0x84, 0x0d, 0x66, 0x29, 0xae, - 0xe1, 0x7b, 0x05, 0x38, 0x63, 0xd2, 0xc0, 0x7d, 0x0d, 0xa8, 0xdb, 0x60, 0x36, 0xb6, 0x71, 0x1a, - 0xcb, 0x0b, 0x0d, 0xb6, 0x96, 0xc1, 0x31, 0xc3, 0x70, 0xe4, 0x4d, 0x7d, 0x31, 0xc9, 0x32, 0xcc, - 0xdf, 0x37, 0x61, 0xa7, 0xcb, 0x83, 0x17, 0xea, 0x49, 0x4a, 0x61, 0x33, 0xf2, 0xa7, 0x68, 0x90, - 0x16, 0x69, 0xef, 0xb8, 0xea, 0x4c, 0x5b, 0xb0, 0x3b, 0x42, 0x31, 0x4c, 0x58, 0x9c, 0xca, 0x31, - 0x2a, 0x0a, 0x2a, 0x86, 0x68, 0x03, 0xaa, 0x63, 0x16, 0x4a, 0x4c, 0x8c, 0x0d, 0x05, 0xea, 0x1b, - 0xfd, 0x02, 0x6e, 0x65, 0x52, 0xbd, 0x3c, 0x9b, 0x27, 0xc6, 0x56, 0x8b, 0xb4, 0x77, 0x9d, 0x7d, - 0x4b, 0xcf, 0xc7, 0x8f, 0x99, 0x95, 0x91, 0x9f, 0x2c, 0x72, 0xdc, 0xfa, 0x74, 0x29, 0x42, 0x0f, - 0xa1, 0x36, 0xf7, 0xc3, 0x19, 0x7a, 0x78, 0x2e, 0x13, 0x7f, 0x98, 0x3e, 0x54, 0x55, 0x5c, 0x7b, - 0x2a, 0x7c, 0x9a, 0x47, 0x69, 0x1f, 0xea, 0xa1, 0x3f, 0xc0, 0xf0, 0x32, 0x51, 0x18, 0xdb, 0xad, - 0x8d, 0xf6, 0xae, 0xf3, 0xd8, 0x5a, 0x59, 0x89, 0xb5, 0xe8, 0xdc, 0xea, 0xa6, 0x45, 0x8b, 0x67, - 0xc4, 0x69, 0x24, 0x93, 0x0b, 0xb7, 0x16, 0xbe, 0x1d, 0xa5, 0x2f, 0x60, 0x6f, 0x30, 0x1b, 0x4e, - 0x50, 0x7a, 0x5c, 0xb5, 0x2e, 0x8c, 0x1b, 0xaa, 0x9d, 0x83, 0x62, 0x3b, 0x27, 0xc5, 0xed, 0x75, - 0x54, 0xfa, 0x57, 0x59, 0xb6, 0x7b, 0x73, 0x50, 0xbc, 0xd2, 0x53, 0xd8, 0x9e, 0x63, 0x22, 0xd2, - 0xb1, 0x6e, 0xb6, 0x48, 0x7b, 0xcf, 0x39, 0xbc, 0x52, 0xe3, 0xe7, 0x31, 0xeb, 0x65, 0xe9, 0x9d, - 0x8a, 0x41, 0xdc, 0xbc, 0xb6, 0xd9, 0x81, 0x3b, 0x65, 0xf2, 0x69, 0x1d, 0x36, 0x26, 0x78, 0xa1, - 0x97, 0x99, 0x1e, 0xe9, 0x1d, 0xd8, 0x52, 0xf3, 0xd2, 0x5b, 0xcc, 0x2e, 0x4f, 0x2b, 0x4f, 0x88, - 0xb9, 0x0f, 0x70, 0xf9, 0x3c, 0xad, 0x42, 0xa5, 0xe7, 0xd4, 0xdf, 0x53, 0x7f, 0x1f, 0xd7, 0x89, - 0x39, 0x81, 0xbb, 0x5d, 0x26, 0xe4, 0x42, 0x8a, 0x70, 0xf1, 0xfb, 0x19, 0x0a, 0x99, 0xae, 0x3e, - 0xf6, 0x13, 0x8c, 0xa4, 0x66, 0xd1, 0x37, 0xfa, 0x00, 0x20, 0xf6, 0x03, 0xf4, 0x24, 0x9f, 0x60, - 0xee, 0x99, 0x9d, 0x34, 0xf2, 0x75, 0x1a, 0xa0, 0xf7, 0x41, 0x5d, 0x3c, 0xc1, 0x5e, 0xa1, 0x32, - 0xcd, 0x96, 0x7b, 0x23, 0x0d, 0xbc, 0x64, 0xaf, 0xd0, 0x3c, 0x87, 0xc6, 0x32, 0x99, 0x88, 0x79, - 0x24, 0x90, 0x1e, 0xc3, 0xb6, 0xfe, 0x94, 0x19, 0x44, 0xed, 0x74, 0xff, 0xaa, 0x79, 0xb9, 0x79, - 0x32, 0x3d, 0x80, 0x5a, 0x84, 0xe7, 0xd2, 0x5b, 0x91, 0x74, 0x33, 0x0d, 0x9f, 0xe5, 0xb2, 0xcc, - 0x63, 0xb8, 0xfd, 0x1c, 0x2f, 0x89, 0xf3, 0x26, 0x1f, 0xc2, 0xae, 0xf6, 0x71, 0xe1, 0xc3, 0x01, - 0x59, 0xe8, 0x4b, 0x7f, 0x8a, 0xe6, 0x18, 0x1a, 0xcf, 0x12, 0xf4, 0x25, 0xae, 0x94, 0xfe, 0xdf, - 0x7c, 0x3e, 0x86, 0x6a, 0x56, 0xaf, 0x84, 0xac, 0x6b, 0x44, 0xe7, 0x9a, 0x1c, 0x1a, 0xdf, 0xc4, - 0xa3, 0x32, 0x9e, 0x75, 0x12, 0xdf, 0x91, 0xf0, 0x13, 0x68, 0x9c, 0x60, 0x88, 0xef, 0x40, 0xe8, - 0xfc, 0xbd, 0x05, 0x75, 0xbd, 0xbf, 0x97, 0x98, 0xcc, 0xd9, 0x10, 0x7b, 0x0e, 0xfd, 0x99, 0xc0, - 0xde, 0xdb, 0xbb, 0xa5, 0xed, 0x32, 0x21, 0x65, 0x5e, 0x6b, 0x3e, 0xba, 0x46, 0x66, 0x66, 0x14, - 0xf3, 0xf0, 0xc7, 0xbf, 0xfe, 0xf9, 0xb5, 0xf2, 0x01, 0x7d, 0x98, 0xfe, 0x83, 0xfe, 0x21, 0x9b, - 0xf9, 0x67, 0x71, 0xc2, 0xbf, 0xc3, 0xa1, 0x14, 0xf6, 0xd1, 0x6b, 0x3b, 0x77, 0xc6, 0x1b, 0x02, - 0xef, 0x17, 0x57, 0x4e, 0x0f, 0x4a, 0x48, 0x4a, 0x3c, 0xd1, 0xbc, 0x72, 0x7e, 0xa6, 0xa5, 0xf8, - 0xdb, 0xf4, 0x40, 0xf1, 0x17, 0x06, 0x55, 0x10, 0x91, 0x6b, 0xb0, 0x8f, 0x5e, 0xd3, 0x9f, 0x08, - 0xd4, 0x96, 0x1c, 0x44, 0xcb, 0xda, 0x2d, 0x77, 0xd9, 0x1a, 0x31, 0xb6, 0x12, 0xf3, 0xc8, 0x5c, - 0x37, 0x8c, 0xa7, 0x7a, 0xeb, 0xf4, 0x17, 0x02, 0xb5, 0x25, 0x9f, 0x95, 0xaa, 0x29, 0xf7, 0xe2, - 0x1a, 0x35, 0xc7, 0x4a, 0xcd, 0x87, 0xcd, 0x6b, 0x8e, 0x66, 0x21, 0xea, 0x0d, 0x81, 0xda, 0x92, - 0x17, 0x4b, 0x45, 0x95, 0xfb, 0xb5, 0xd9, 0xc8, 0x53, 0xf3, 0xaf, 0x42, 0xeb, 0x34, 0xfd, 0x9e, - 0xcc, 0x37, 0x75, 0x74, 0x4d, 0x39, 0x9d, 0xdf, 0x08, 0xdc, 0x1d, 0xf2, 0xe9, 0x2a, 0x71, 0xe7, - 0x76, 0x37, 0x3b, 0x6b, 0x2f, 0x9e, 0xa5, 0x3c, 0x67, 0xe4, 0xdb, 0x27, 0x3a, 0x33, 0xe0, 0xa1, - 0x1f, 0x05, 0x16, 0x4f, 0x02, 0x3b, 0xc0, 0x48, 0xa9, 0xb0, 0x33, 0xc8, 0x8f, 0x99, 0x28, 0xfc, - 0xa0, 0xf8, 0x54, 0x1f, 0xff, 0x25, 0xe4, 0x8f, 0xca, 0xbd, 0xe7, 0x59, 0xf5, 0xb3, 0x90, 0xcf, - 0x46, 0x96, 0x66, 0xb0, 0x7a, 0xce, 0x9f, 0x39, 0xd2, 0x57, 0x48, 0x5f, 0x23, 0xfd, 0x9e, 0x33, - 0xa8, 0xaa, 0xb7, 0x3f, 0xfa, 0x2f, 0x00, 0x00, 0xff, 0xff, 0xdc, 0x79, 0xf6, 0xb5, 0xab, 0x08, - 0x00, 0x00, + // 861 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x56, 0x4f, 0x6f, 0x1b, 0x45, + 0x14, 0x67, 0x9c, 0xc4, 0x69, 0x5e, 0x68, 0xec, 0x4e, 0x5b, 0xd7, 0x72, 0x53, 0xc5, 0xec, 0x21, + 0x71, 0x73, 0xd8, 0xa5, 0x0b, 0x8a, 0x4a, 0x11, 0x07, 0xdc, 0x44, 0x15, 0x52, 0x0a, 0x91, 0x0b, + 0x3e, 0xa0, 0x48, 0xab, 0xb1, 0xfd, 0xb2, 0x1a, 0xbc, 0xbb, 0xb3, 0xec, 0x8c, 0xad, 0xa4, 0xa8, + 0x17, 0xd4, 0x1b, 0x12, 0x07, 0xf8, 0x00, 0x1c, 0xb8, 0xf1, 0x51, 0xb8, 0xc2, 0x47, 0xe0, 0x43, + 0x70, 0x44, 0x3b, 0x3b, 0xeb, 0x6c, 0xed, 0x25, 0x8e, 0x72, 0xca, 0xcc, 0xfb, 0xfd, 0xde, 0xfc, + 0x7e, 0xef, 0x8f, 0x63, 0xc3, 0x9e, 0x2f, 0x84, 0x1f, 0xa0, 0x13, 0x08, 0xdf, 0xe7, 0x91, 0xef, + 0x4c, 0xdd, 0xfc, 0xe8, 0x85, 0xa8, 0x12, 0x3e, 0x94, 0x76, 0x9c, 0x08, 0x25, 0xe8, 0x9d, 0x8c, + 0x68, 0x1b, 0xd4, 0x9e, 0xba, 0xad, 0x6d, 0x93, 0xcb, 0x62, 0xee, 0xb0, 0x28, 0x12, 0x8a, 0x29, + 0x2e, 0x22, 0x93, 0xd0, 0x7a, 0x54, 0x40, 0x47, 0x5c, 0xaa, 0x84, 0x0f, 0x26, 0x29, 0x6e, 0xe0, + 0x07, 0x05, 0x38, 0x53, 0x32, 0xc0, 0x43, 0x03, 0xe8, 0xdb, 0x60, 0x72, 0xe6, 0x60, 0x18, 0xab, + 0x0b, 0x03, 0xb6, 0xe7, 0xc1, 0x33, 0x8e, 0xc1, 0xc8, 0x0b, 0x99, 0x1c, 0x1b, 0xc6, 0xce, 0x3c, + 0x43, 0xf1, 0x10, 0xa5, 0x62, 0x61, 0x9c, 0x11, 0xac, 0xdf, 0x57, 0x61, 0xe3, 0x58, 0xf8, 0x2f, + 0xb5, 0x26, 0xa5, 0xb0, 0x1a, 0xb1, 0x10, 0x9b, 0xa4, 0x4d, 0x3a, 0x1b, 0x3d, 0x7d, 0xa6, 0x6d, + 0xd8, 0x1c, 0xa1, 0x1c, 0x26, 0x3c, 0x4e, 0xfd, 0x36, 0x2b, 0x1a, 0x2a, 0x86, 0x68, 0x03, 0xaa, + 0x67, 0x3c, 0x50, 0x98, 0x34, 0x57, 0x34, 0x68, 0x6e, 0xf4, 0x0b, 0xb8, 0x93, 0xd5, 0xe2, 0xe5, + 0x6c, 0x91, 0x34, 0xd7, 0xda, 0xa4, 0xb3, 0xe9, 0x6e, 0xdb, 0xa6, 0x81, 0x2c, 0xe6, 0x76, 0x26, + 0x7e, 0x38, 0xe3, 0xf4, 0xea, 0xe1, 0x5c, 0x84, 0xee, 0x41, 0x6d, 0xca, 0x82, 0x09, 0x7a, 0x78, + 0xae, 0x12, 0x36, 0x4c, 0x1f, 0xaa, 0x6a, 0xad, 0x2d, 0x1d, 0x3e, 0xca, 0xa3, 0xf4, 0x14, 0xea, + 0x01, 0x1b, 0x60, 0x70, 0x49, 0x94, 0xcd, 0xf5, 0xf6, 0x4a, 0x67, 0xd3, 0x7d, 0x62, 0x2f, 0xcc, + 0xcc, 0x9e, 0x55, 0x6e, 0x1f, 0xa7, 0x49, 0xb3, 0x67, 0xe4, 0x51, 0xa4, 0x92, 0x8b, 0x5e, 0x2d, + 0x78, 0x37, 0x4a, 0x5f, 0xc2, 0xd6, 0x60, 0x32, 0x1c, 0xa3, 0xf2, 0x84, 0x2e, 0x5d, 0x36, 0x6f, + 0xe9, 0x72, 0x76, 0x8b, 0xe5, 0x1c, 0x16, 0xc7, 0xdb, 0xd5, 0xf4, 0xaf, 0x32, 0x76, 0xef, 0xf6, + 0xa0, 0x78, 0xa5, 0x47, 0xb0, 0x3e, 0xc5, 0x44, 0xa6, 0x6d, 0x5d, 0x6d, 0x93, 0xce, 0x96, 0xbb, + 0x77, 0xa5, 0xc7, 0xcf, 0x63, 0xde, 0xcf, 0xe8, 0xdd, 0x4a, 0x93, 0xf4, 0xf2, 0xdc, 0x56, 0x17, + 0xee, 0x95, 0xd9, 0xa7, 0x75, 0x58, 0x19, 0xe3, 0x85, 0x19, 0x66, 0x7a, 0xa4, 0xf7, 0x60, 0x4d, + 0xf7, 0xcb, 0x4c, 0x31, 0xbb, 0x3c, 0xab, 0x3c, 0x25, 0xd6, 0x36, 0xc0, 0xe5, 0xf3, 0xb4, 0x0a, + 0x95, 0xbe, 0x5b, 0x7f, 0x4f, 0xff, 0x7d, 0x52, 0x27, 0xd6, 0x18, 0xee, 0x1f, 0x73, 0xa9, 0x66, + 0x56, 0x64, 0x0f, 0xbf, 0x9f, 0xa0, 0x54, 0xe9, 0xe8, 0x63, 0x96, 0x60, 0xa4, 0x8c, 0x8a, 0xb9, + 0xd1, 0x47, 0x00, 0x31, 0xf3, 0xd1, 0x53, 0x62, 0x8c, 0xf9, 0xce, 0x6c, 0xa4, 0x91, 0xaf, 0xd3, + 0x00, 0x7d, 0x08, 0xfa, 0xe2, 0x49, 0xfe, 0x1a, 0xf5, 0xd2, 0xac, 0xf5, 0x6e, 0xa5, 0x81, 0x57, + 0xfc, 0x35, 0x5a, 0xe7, 0xd0, 0x98, 0x17, 0x93, 0xb1, 0x88, 0x24, 0xd2, 0x03, 0x58, 0x37, 0x1f, + 0xc3, 0x26, 0xd1, 0x33, 0xdd, 0xbe, 0xaa, 0x5f, 0xbd, 0x9c, 0x4c, 0x77, 0xa1, 0x16, 0xe1, 0xb9, + 0xf2, 0x16, 0x2c, 0xdd, 0x4e, 0xc3, 0x27, 0xb9, 0x2d, 0xeb, 0x00, 0xee, 0xbe, 0xc0, 0x4b, 0xe1, + 0xbc, 0xc8, 0x1d, 0xd8, 0x34, 0x7b, 0x5c, 0xf8, 0x70, 0x40, 0x16, 0xfa, 0x92, 0x85, 0x68, 0x9d, + 0x41, 0xe3, 0x79, 0x82, 0x4c, 0xe1, 0x42, 0xea, 0xff, 0xf5, 0xe7, 0x63, 0xa8, 0x66, 0xf9, 0xda, + 0xc8, 0xb2, 0x42, 0x0c, 0xd7, 0x12, 0xd0, 0xf8, 0x26, 0x1e, 0x95, 0xe9, 0x2c, 0xb3, 0x78, 0x43, + 0xc1, 0x4f, 0xa0, 0x71, 0x88, 0x01, 0xde, 0x40, 0xd0, 0xfd, 0x7b, 0x0d, 0xea, 0x66, 0x7e, 0xaf, + 0x30, 0x99, 0xf2, 0x21, 0xf6, 0x5d, 0xfa, 0x33, 0x81, 0xad, 0x77, 0x67, 0x4b, 0x3b, 0x65, 0x46, + 0xca, 0x76, 0xad, 0xf5, 0xf8, 0x1a, 0xcc, 0x6c, 0x51, 0xac, 0xbd, 0x1f, 0xff, 0xfa, 0xe7, 0xd7, + 0xca, 0x07, 0x74, 0x27, 0xfd, 0x0f, 0xfe, 0x43, 0xd6, 0xf3, 0xcf, 0xe2, 0x44, 0x7c, 0x87, 0x43, + 0x25, 0x9d, 0xfd, 0x37, 0x4e, 0xbe, 0x19, 0x6f, 0x09, 0xbc, 0x5f, 0x1c, 0x39, 0xdd, 0x2d, 0x11, + 0x29, 0xd9, 0x89, 0xd6, 0x95, 0xfd, 0xb3, 0x6c, 0xad, 0xdf, 0xa1, 0xbb, 0x5a, 0xbf, 0xd0, 0xa8, + 0x82, 0x89, 0xdc, 0x83, 0xb3, 0xff, 0x86, 0xfe, 0x44, 0xa0, 0x36, 0xb7, 0x41, 0xb4, 0xac, 0xdc, + 0xf2, 0x2d, 0x5b, 0x62, 0xc6, 0xd1, 0x66, 0x1e, 0x5b, 0xcb, 0x9a, 0xf1, 0xcc, 0x4c, 0x9d, 0xfe, + 0x42, 0xa0, 0x36, 0xb7, 0x67, 0xa5, 0x6e, 0xca, 0x77, 0x71, 0x89, 0x9b, 0x03, 0xed, 0xe6, 0xc3, + 0xd6, 0x35, 0x5b, 0x33, 0x33, 0xf5, 0x96, 0x40, 0x6d, 0x6e, 0x17, 0x4b, 0x4d, 0x95, 0xef, 0x6b, + 0xab, 0x91, 0x53, 0xf3, 0x6f, 0x42, 0xfb, 0x28, 0xfd, 0x22, 0xcd, 0x27, 0xb5, 0x7f, 0x4d, 0x3b, + 0xdd, 0xdf, 0x08, 0xdc, 0x1f, 0x8a, 0x70, 0x51, 0xb8, 0x7b, 0xf7, 0x38, 0x3b, 0x9b, 0x5d, 0x3c, + 0x49, 0x75, 0x4e, 0xc8, 0xb7, 0x4f, 0x0d, 0xd3, 0x17, 0x01, 0x8b, 0x7c, 0x5b, 0x24, 0xbe, 0xe3, + 0x63, 0xa4, 0x5d, 0x38, 0x19, 0xc4, 0x62, 0x2e, 0x0b, 0xbf, 0x38, 0x3e, 0x35, 0xc7, 0x7f, 0x09, + 0xf9, 0xa3, 0xf2, 0xe0, 0x45, 0x96, 0xfd, 0x3c, 0x10, 0x93, 0x91, 0x6d, 0x14, 0xec, 0xbe, 0xfb, + 0x67, 0x8e, 0x9c, 0x6a, 0xe4, 0xd4, 0x20, 0xa7, 0x7d, 0x77, 0x50, 0xd5, 0x6f, 0x7f, 0xf4, 0x5f, + 0x00, 0x00, 0x00, 0xff, 0xff, 0xca, 0x84, 0x19, 0x3d, 0xcc, 0x08, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/googleapis/privacy/dlp/v2/dlp.pb.go b/googleapis/privacy/dlp/v2/dlp.pb.go index 22b45e19..6dbc340a 100644 --- a/googleapis/privacy/dlp/v2/dlp.pb.go +++ b/googleapis/privacy/dlp/v2/dlp.pb.go @@ -1828,9 +1828,15 @@ func (m *Location) GetContentLocations() []*ContentLocation { // Findings container location data. type ContentLocation struct { // Name of the container where the finding is located. - // The top level name is the source file name or table name. Nested names - // could be absent if the embedded object has no string identifier - // (for an example an image contained within a document). + // The top level name is the source file name or table name. Names of some + // common storage containers are formatted as follows: + // + // * BigQuery tables: `<project_id>:<dataset_id>.<table_id>` + // * Cloud Storage files: `gs://<bucket>/<path>` + // * Datastore namespace: <namespace> + // + // Nested names could be absent if the embedded object has no string + // identifier (for an example an image contained within a document). ContainerName string `protobuf:"bytes,1,opt,name=container_name,json=containerName,proto3" json:"container_name,omitempty"` // Type of the container within the file with location of the finding. // @@ -11750,10 +11756,24 @@ type ListDlpJobsRequest struct { // The standard list page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // The type of job. Defaults to `DlpJobType.INSPECT` - Type DlpJobType `protobuf:"varint,5,opt,name=type,proto3,enum=google.privacy.dlp.v2.DlpJobType" json:"type,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + Type DlpJobType `protobuf:"varint,5,opt,name=type,proto3,enum=google.privacy.dlp.v2.DlpJobType" json:"type,omitempty"` + // Optional comma separated list of fields to order by, + // followed by `asc` or `desc` postfix. This list is case-insensitive, + // default sorting order is ascending, redundant space characters are + // insignificant. + // + // Example: `name asc, end_time asc, create_time desc` + // + // Supported fields are: + // + // - `create_time`: corresponds to time the job was created. + // - `end_time`: corresponds to time the job ended. + // - `name`: corresponds to job's name. + // - `state`: corresponds to `state` + OrderBy string `protobuf:"bytes,6,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *ListDlpJobsRequest) Reset() { *m = ListDlpJobsRequest{} } @@ -11816,6 +11836,13 @@ func (m *ListDlpJobsRequest) GetType() DlpJobType { return DlpJobType_DLP_JOB_TYPE_UNSPECIFIED } +func (m *ListDlpJobsRequest) GetOrderBy() string { + if m != nil { + return m.OrderBy + } + return "" +} + // The response message for listing DLP jobs. type ListDlpJobsResponse struct { // A list of DlpJobs that matches the specified filter in the request. @@ -13249,14 +13276,14 @@ func init() { func init() { proto.RegisterFile("google/privacy/dlp/v2/dlp.proto", fileDescriptor_6872a91dcb80f8dc) } var fileDescriptor_6872a91dcb80f8dc = []byte{ - // 9160 bytes of a gzipped FileDescriptorProto + // 9166 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x7d, 0x5b, 0x8c, 0x1b, 0x59, 0x76, 0x58, 0x17, 0xd9, 0xec, 0x26, 0x0f, 0x9b, 0x6c, 0xf6, 0xed, 0x87, 0x5a, 0x94, 0x34, 0xd2, 0x94, 0x66, 0x24, 0x4d, 0x4b, 0xea, 0x9e, 0xe9, 0x79, 0xec, 0xbc, 0x76, 0x76, 0xd9, 0x24, 0x25, 0x52, 0xd3, 0x2f, 0x15, 0xd9, 0xd2, 0x48, 0x1e, 0x4c, 0xa5, 0x9a, 0xbc, 0xcd, 0x2e, 0x35, 0xc9, 0xa2, 0xaa, 0x8a, 0x52, 0xf7, 0xd8, 0x0e, 0xd6, 0x41, 0x92, 0x85, 0x11, 0x0f, 0xbc, 0x81, 0xb3, - 0xd9, 0xc4, 0xeb, 0x18, 0x4e, 0x1c, 0x20, 0xb0, 0x01, 0xe7, 0x01, 0xc7, 0x36, 0x92, 0x38, 0xfe, - 0xb0, 0x83, 0x18, 0x08, 0x9c, 0x60, 0x17, 0x93, 0x8f, 0x04, 0x81, 0x81, 0x64, 0x13, 0x27, 0x06, + 0xd9, 0xc4, 0xeb, 0x18, 0x4e, 0x1c, 0x20, 0xb0, 0x01, 0xe7, 0x01, 0xc7, 0x0e, 0x92, 0x38, 0xfe, + 0xb0, 0x83, 0x18, 0x08, 0x9c, 0x60, 0x37, 0x93, 0x8f, 0x04, 0x81, 0x81, 0x64, 0x13, 0x27, 0x06, 0xc6, 0x3f, 0x01, 0xf2, 0xe3, 0xe4, 0x27, 0xb8, 0x8f, 0x7a, 0xb2, 0x8a, 0x2c, 0xb6, 0x34, 0xde, 0xc5, 0x7e, 0x91, 0xf7, 0xdc, 0x73, 0xce, 0x3d, 0xf7, 0xdc, 0x73, 0xcf, 0x3d, 0xf7, 0x59, 0x70, 0xb1, 0xa5, 0x69, 0xad, 0x36, 0x5e, 0xeb, 0xe9, 0xea, 0x13, 0xa5, 0x71, 0xb2, 0xd6, 0x6c, 0xf7, @@ -13279,7 +13306,7 @@ var fileDescriptor_6872a91dcb80f8dc = []byte{ 0x55, 0x39, 0x4e, 0x39, 0x5e, 0x0d, 0xe1, 0xe8, 0xd7, 0x57, 0x65, 0x42, 0xca, 0x61, 0xbf, 0x0e, 0x2b, 0x90, 0xe9, 0x28, 0x66, 0xe3, 0x50, 0xed, 0xb6, 0x28, 0xd3, 0xe5, 0xc9, 0x4b, 0xc2, 0xb5, 0xec, 0xfa, 0xe5, 0x10, 0x9e, 0x5b, 0x1c, 0x97, 0xaa, 0x72, 0xa6, 0xe3, 0x4a, 0x6d, 0x4c, 0xc1, - 0x24, 0x61, 0x20, 0xfe, 0x7b, 0x01, 0xb2, 0xd5, 0xae, 0xd1, 0xc3, 0x54, 0x03, 0x54, 0xad, 0x4d, + 0x24, 0x61, 0x20, 0xfe, 0x3b, 0x01, 0xb2, 0xd5, 0xae, 0xd1, 0xc3, 0x54, 0x03, 0x54, 0xad, 0x4d, 0x98, 0x39, 0xd4, 0xcc, 0xa7, 0x9a, 0xde, 0x94, 0xf5, 0x7e, 0x1b, 0x73, 0xc5, 0x7e, 0x2d, 0xa2, 0x62, 0xb1, 0xe9, 0xb0, 0x5a, 0xad, 0x30, 0x3e, 0xe4, 0x7f, 0x65, 0x42, 0x4a, 0x1f, 0x3a, 0x49, 0xb4, 0x05, 0x59, 0x6c, 0xb5, 0x26, 0x2b, 0x87, 0x69, 0xfc, 0xa5, 0x61, 0xfa, 0xb1, 0x9a, 0xbe, @@ -13305,17 +13332,17 @@ var fileDescriptor_6872a91dcb80f8dc = []byte{ 0xc8, 0xbe, 0x91, 0xb4, 0xfa, 0x06, 0x7a, 0x11, 0x66, 0xdc, 0x95, 0xe1, 0x35, 0x4f, 0xbb, 0x0a, 0x17, 0xbf, 0x10, 0x60, 0x76, 0xe3, 0xc4, 0xc4, 0xbc, 0x61, 0xa9, 0xf2, 0x4a, 0xcc, 0x7d, 0xd0, 0xf2, 0xb2, 0xa1, 0x83, 0x88, 0x8f, 0x8a, 0xa6, 0x0d, 0x2a, 0x00, 0xa5, 0x46, 0x08, 0x26, 0x9b, - 0x8a, 0xa9, 0xd0, 0x42, 0x67, 0x24, 0xfa, 0x5f, 0xfc, 0xcb, 0x90, 0xb2, 0xd1, 0x50, 0x1e, 0x96, + 0x8a, 0xa9, 0xd0, 0x42, 0x67, 0x24, 0xfa, 0x5f, 0xfc, 0x8b, 0x90, 0xb2, 0xd1, 0x50, 0x1e, 0x96, 0x36, 0x1e, 0xd4, 0xcb, 0x35, 0xb9, 0xfe, 0x60, 0xb7, 0x2c, 0xef, 0x6d, 0xd7, 0x76, 0xcb, 0xc5, 0xea, 0xad, 0x6a, 0xb9, 0x94, 0x9b, 0x40, 0x29, 0x48, 0x54, 0xb7, 0x0a, 0xb7, 0xcb, 0xb9, 0x29, 0x94, 0x05, 0xa0, 0x7f, 0xe5, 0x3b, 0xbb, 0xe5, 0xdb, 0x39, 0x01, 0x65, 0x20, 0xc5, 0xd2, 0x1b, 0x5b, 0xbb, 0xb9, 0x98, 0x93, 0xdc, 0xdd, 0xbe, 0x9d, 0x8b, 0x3b, 0xc9, 0xda, 0xbd, 0xdb, 0xb9, - 0x49, 0x92, 0xac, 0x97, 0x3f, 0xaa, 0xcb, 0x7b, 0xf5, 0x5b, 0x6f, 0xe7, 0x12, 0xe2, 0x3f, 0x11, + 0x49, 0x92, 0xac, 0x97, 0x3f, 0xaa, 0xcb, 0x7b, 0xf5, 0x5b, 0x6f, 0xe7, 0x12, 0xe2, 0x3f, 0x12, 0x20, 0xed, 0xae, 0xe9, 0x12, 0x24, 0x9e, 0x28, 0xed, 0x3e, 0xa6, 0x1d, 0x3e, 0x45, 0xc6, 0x2c, 0x9a, 0x44, 0x6f, 0x40, 0xc2, 0x54, 0xf6, 0xdb, 0xac, 0xd7, 0xa6, 0xd7, 0xcf, 0x87, 0xa8, 0xa0, 0x4e, 0x70, 0x08, 0x15, 0x45, 0x46, 0x65, 0x48, 0xed, 0x9f, 0x98, 0x98, 0xd9, 0x66, 0x82, 0x52, 0x5e, 0x89, 0xa6, 0xbc, 0xca, 0x84, 0x94, 0x24, 0xa4, 0xe4, 0xff, 0x46, 0x1a, 0x52, 0x44, 0x59, - 0x94, 0x8d, 0xf8, 0xcf, 0x05, 0x48, 0xd0, 0x62, 0xd0, 0xdb, 0x30, 0x7d, 0x88, 0x95, 0x26, 0xd6, + 0x94, 0x8d, 0xf8, 0x4f, 0x05, 0x48, 0xd0, 0x62, 0xd0, 0xdb, 0x30, 0x7d, 0x88, 0x95, 0x26, 0xd6, 0x2d, 0x27, 0xf9, 0x42, 0x08, 0xef, 0x5b, 0x24, 0x18, 0xaa, 0x36, 0x25, 0x0b, 0x1d, 0xbd, 0x01, 0x93, 0xba, 0xf6, 0xd4, 0xf2, 0xd7, 0x97, 0x86, 0x55, 0x66, 0x55, 0xd2, 0x9e, 0x4a, 0x14, 0x3b, 0xff, 0x1e, 0xc4, 0x25, 0xed, 0x29, 0x7a, 0x03, 0xa6, 0xa8, 0x4e, 0xac, 0x52, 0xc3, 0x74, 0x71, @@ -13332,497 +13359,497 @@ var fileDescriptor_6872a91dcb80f8dc = []byte{ 0x6d, 0x59, 0xfe, 0x29, 0xcc, 0x40, 0x24, 0x82, 0x23, 0xd1, 0x1e, 0x42, 0xff, 0xa2, 0x32, 0x19, 0x7c, 0x9a, 0xb8, 0xa7, 0xa9, 0x5d, 0x93, 0x73, 0x88, 0x45, 0xe0, 0x90, 0xb5, 0x89, 0x18, 0x9b, 0x1a, 0xcc, 0x59, 0x63, 0x98, 0xa5, 0x22, 0x63, 0x79, 0x9a, 0x9a, 0xd8, 0x95, 0xe1, 0xa3, 0x98, - 0xad, 0xdb, 0x5c, 0xc3, 0x0b, 0x30, 0xc4, 0xdf, 0x89, 0xc3, 0xac, 0x0f, 0x0b, 0xbd, 0x0c, 0x74, - 0xbc, 0x53, 0xd4, 0x2e, 0xd6, 0xe5, 0xae, 0xd2, 0xb1, 0x8c, 0x2a, 0x63, 0x43, 0xb7, 0x95, 0x0e, - 0x46, 0xbb, 0x30, 0xab, 0xe3, 0x06, 0x09, 0x18, 0xed, 0x26, 0x66, 0xd5, 0x0a, 0x1b, 0xa4, 0x25, - 0x8a, 0x6d, 0x15, 0x53, 0x99, 0x90, 0xb2, 0xba, 0x07, 0x42, 0xa2, 0x43, 0xb5, 0xa3, 0xb4, 0xb0, - 0xc3, 0x30, 0x3e, 0x34, 0x3a, 0xac, 0x12, 0x64, 0x17, 0xbf, 0x8c, 0xea, 0x06, 0xa0, 0x7b, 0x30, - 0xd7, 0xd4, 0x1a, 0xfd, 0x8e, 0x5b, 0x63, 0xdc, 0x5d, 0x85, 0xc5, 0xe3, 0x25, 0x8e, 0xef, 0x62, - 0x9a, 0x6b, 0xfa, 0x60, 0xe8, 0x43, 0x98, 0x77, 0xf4, 0x63, 0xcf, 0xb7, 0x22, 0xd8, 0x27, 0xb2, - 0xc9, 0x6c, 0x18, 0xba, 0xce, 0x5a, 0x95, 0x31, 0x7b, 0x82, 0x75, 0x12, 0xdb, 0x52, 0x73, 0x4d, - 0xb1, 0xd6, 0xa2, 0x19, 0xf7, 0x18, 0x7c, 0x03, 0x9c, 0xee, 0x24, 0xbe, 0x0e, 0x39, 0xbf, 0xb4, - 0xe8, 0x22, 0xa4, 0x0f, 0xd4, 0x36, 0x96, 0xb5, 0x83, 0x03, 0x12, 0x9a, 0x90, 0x66, 0x8b, 0x4b, - 0x40, 0x40, 0x3b, 0x14, 0x22, 0xfe, 0x67, 0x01, 0xb2, 0xde, 0x66, 0x20, 0x1d, 0x85, 0x37, 0xe3, - 0x11, 0xb6, 0xe6, 0x53, 0x97, 0x86, 0xb6, 0xe0, 0x87, 0xf8, 0x44, 0x4a, 0xe9, 0xd6, 0x5f, 0xf4, - 0x0e, 0xf1, 0x78, 0x64, 0x5a, 0xaa, 0x36, 0xb9, 0x01, 0x8c, 0x74, 0xd8, 0x07, 0xec, 0x0f, 0xfa, - 0x10, 0xb2, 0x74, 0x44, 0x89, 0xda, 0xe0, 0xd4, 0x75, 0xdb, 0xd6, 0x9c, 0x31, 0xdd, 0x49, 0xf1, - 0x06, 0x64, 0x3c, 0xf9, 0xe8, 0x1c, 0xa4, 0x74, 0xed, 0xa9, 0xac, 0x76, 0x9b, 0xf8, 0x98, 0xeb, - 0x22, 0xa9, 0x6b, 0x4f, 0xab, 0x24, 0x2d, 0xae, 0x41, 0x82, 0x75, 0xab, 0x05, 0x48, 0x18, 0xa6, - 0xa2, 0x5b, 0xda, 0x62, 0x09, 0x94, 0x83, 0x38, 0xee, 0xb2, 0xfa, 0xc4, 0x25, 0xf2, 0x57, 0x7c, - 0x08, 0x19, 0x8f, 0xbd, 0xa1, 0x2a, 0x64, 0xf7, 0xb5, 0x3e, 0x75, 0xbf, 0xf2, 0xbe, 0x76, 0x6c, - 0x0f, 0x1c, 0x62, 0xd8, 0x50, 0xc8, 0x91, 0x37, 0xb4, 0x63, 0x29, 0xb3, 0xef, 0x24, 0xb0, 0x21, - 0x2a, 0x90, 0x76, 0xe5, 0x92, 0xc2, 0x4d, 0xad, 0xc7, 0xa3, 0x3e, 0xf2, 0x97, 0xc4, 0x18, 0x6d, - 0x7c, 0x60, 0x85, 0x74, 0xf4, 0x3f, 0x11, 0xfc, 0xa9, 0xda, 0x34, 0x0f, 0xa9, 0xce, 0x12, 0x12, - 0x4b, 0xa0, 0x25, 0x98, 0x3a, 0xc4, 0x6a, 0xeb, 0xd0, 0xa4, 0xfe, 0x36, 0x21, 0xf1, 0x94, 0xf8, - 0x5b, 0x93, 0x80, 0x24, 0xdc, 0x54, 0x1a, 0x26, 0xad, 0x85, 0x15, 0x06, 0x2e, 0xc1, 0x54, 0x4f, - 0xd1, 0x71, 0xd7, 0xe4, 0x7d, 0x9c, 0xa7, 0x48, 0xcb, 0xa8, 0x6c, 0x5c, 0x93, 0x1b, 0x34, 0xcc, - 0x1b, 0x31, 0x51, 0xf3, 0x84, 0x84, 0x52, 0x46, 0xf5, 0xcc, 0x7c, 0x9e, 0xc0, 0x19, 0xd6, 0xaf, - 0x75, 0x2a, 0x00, 0x99, 0xfb, 0x31, 0xa6, 0x64, 0x0e, 0x40, 0x54, 0xf6, 0x41, 0xa8, 0xbd, 0xf9, - 0x05, 0x5e, 0xe5, 0x09, 0xce, 0x87, 0x97, 0xb7, 0xa8, 0x06, 0x40, 0x0d, 0xf4, 0x0a, 0xe4, 0xac, - 0xb9, 0x89, 0x3d, 0x26, 0x4f, 0xd1, 0xd1, 0x74, 0x96, 0xc3, 0xad, 0xf0, 0x10, 0x15, 0xdd, 0x21, - 0xcd, 0xf4, 0x38, 0x21, 0x8d, 0x13, 0xd0, 0xe4, 0xbf, 0x2f, 0xc0, 0x42, 0x90, 0x7c, 0xe8, 0x83, - 0xf1, 0xa3, 0x5b, 0x12, 0x29, 0xd9, 0x23, 0xf1, 0x35, 0xe2, 0x6a, 0x09, 0x4b, 0x59, 0x69, 0xb7, - 0x65, 0x13, 0x1f, 0x33, 0x4b, 0x48, 0x12, 0x9f, 0xc7, 0x32, 0x0a, 0xed, 0x76, 0x1d, 0x1f, 0x9b, - 0x64, 0xac, 0x71, 0x2b, 0xb9, 0xad, 0xe9, 0xbc, 0x4b, 0x9d, 0x0f, 0x1d, 0x22, 0xda, 0x9a, 0x4e, - 0x3c, 0xb1, 0x2d, 0x71, 0x5b, 0xd3, 0x37, 0x92, 0x30, 0x65, 0x2a, 0x7a, 0x0b, 0x9b, 0x62, 0x11, - 0x12, 0x14, 0x44, 0x8c, 0x52, 0xc7, 0x4d, 0x2a, 0x7d, 0x4c, 0x22, 0x7f, 0x89, 0x01, 0xb6, 0x74, - 0x8c, 0x99, 0xdb, 0x8f, 0x49, 0x2c, 0x41, 0x4c, 0x75, 0xdf, 0x8a, 0x34, 0x63, 0x12, 0xfd, 0x2f, - 0xfe, 0x53, 0x01, 0xe6, 0x3d, 0x6d, 0x69, 0xf4, 0xb4, 0xae, 0x81, 0xc9, 0x48, 0xc3, 0x0a, 0xc6, - 0x4d, 0x99, 0x36, 0x21, 0x65, 0x3f, 0x63, 0x55, 0x0a, 0x37, 0x29, 0x3a, 0x41, 0xc3, 0xc7, 0xa6, - 0xce, 0xf0, 0xec, 0xda, 0xa7, 0xa4, 0x8c, 0x0d, 0xa5, 0x75, 0x77, 0xd9, 0xac, 0x4e, 0x83, 0xb1, - 0x51, 0xc3, 0x87, 0x3b, 0x70, 0xb3, 0x6d, 0x96, 0x25, 0xc5, 0xff, 0x17, 0x83, 0xe5, 0x12, 0x56, - 0x9b, 0xb8, 0x6b, 0xaa, 0x07, 0x27, 0xbc, 0xbd, 0x47, 0xf5, 0x9a, 0x3a, 0xcc, 0x35, 0x6d, 0x1a, - 0x6f, 0xc7, 0x09, 0x1d, 0x71, 0xdc, 0x65, 0x10, 0x5b, 0xce, 0x35, 0x7d, 0x90, 0x80, 0xbe, 0x18, - 0x3f, 0x7d, 0x5f, 0x7c, 0x0b, 0x26, 0xa9, 0x8d, 0xb3, 0x68, 0x4c, 0x1c, 0x1e, 0x38, 0x50, 0xfb, - 0xa6, 0xf8, 0x68, 0x1d, 0x16, 0x2d, 0x21, 0x4c, 0xdc, 0xe9, 0xb5, 0x49, 0x58, 0x46, 0x63, 0x83, - 0x04, 0xd5, 0xc0, 0x3c, 0xcf, 0xac, 0xf3, 0x3c, 0x1a, 0x21, 0xbc, 0x0d, 0xcb, 0x2e, 0x75, 0x78, - 0xc9, 0xa6, 0x28, 0xd9, 0x92, 0x93, 0xef, 0xa6, 0x14, 0x7f, 0x59, 0x80, 0xb3, 0x01, 0xda, 0xe7, - 0x66, 0x63, 0xd5, 0x41, 0x18, 0xb3, 0x0e, 0x55, 0x48, 0x6a, 0x4f, 0xb0, 0xfe, 0x44, 0xc5, 0x4f, - 0x79, 0xab, 0xdc, 0x0c, 0x1b, 0x68, 0x74, 0xa5, 0x6b, 0x1c, 0x68, 0x7a, 0x87, 0xba, 0xfa, 0x1d, - 0x4e, 0x24, 0xd9, 0xe4, 0xd4, 0x3c, 0xa4, 0x53, 0x98, 0x87, 0xfe, 0xcc, 0xe6, 0xa1, 0xff, 0x38, - 0x99, 0x87, 0x3e, 0xc2, 0x3c, 0xf4, 0x70, 0xf3, 0x90, 0x7e, 0x94, 0xcd, 0xe3, 0x4f, 0x05, 0x58, - 0x74, 0xf4, 0x1c, 0xc5, 0x36, 0x9e, 0xeb, 0x80, 0x6b, 0x69, 0x20, 0xfe, 0xbc, 0x5a, 0x71, 0x32, - 0xb4, 0x15, 0xc5, 0x7b, 0xb0, 0xe4, 0xaf, 0x29, 0x6f, 0x87, 0xf7, 0x61, 0x8a, 0xfb, 0x61, 0x61, - 0x0c, 0x3f, 0xcc, 0x69, 0xc4, 0x3f, 0x8a, 0xc1, 0xfc, 0x4e, 0xdf, 0xec, 0xf5, 0xcd, 0x1a, 0xdb, - 0x50, 0xe1, 0x75, 0x7b, 0xdf, 0x5a, 0xb2, 0x18, 0xce, 0x74, 0x43, 0x6d, 0xdd, 0xed, 0x63, 0xfd, - 0xc4, 0xb7, 0x74, 0xf1, 0x31, 0x64, 0x34, 0xca, 0x54, 0x36, 0x1a, 0x87, 0xb8, 0xa3, 0xf0, 0x69, - 0xed, 0x57, 0x42, 0xb8, 0x04, 0x08, 0x60, 0xc1, 0x28, 0xb9, 0x34, 0xa3, 0xb9, 0x52, 0xe2, 0xb7, - 0x04, 0x98, 0x71, 0x67, 0xa3, 0x0b, 0x70, 0x76, 0x67, 0xaf, 0xbe, 0xbb, 0x57, 0x97, 0x6b, 0xc5, - 0x4a, 0x79, 0xab, 0xe0, 0x5b, 0xfd, 0x99, 0x83, 0xcc, 0x46, 0xa1, 0x56, 0x2d, 0xca, 0xc5, 0x9d, - 0xcd, 0xbd, 0xad, 0xed, 0x5a, 0x4e, 0x40, 0xb3, 0x90, 0xbe, 0x5d, 0xac, 0xd9, 0x80, 0x18, 0x5a, - 0x84, 0xb9, 0x52, 0xa1, 0x5e, 0xa8, 0xd5, 0x77, 0xa4, 0xb2, 0x0d, 0x8e, 0x13, 0xf0, 0x46, 0xf5, - 0xb6, 0x7c, 0x77, 0xaf, 0x2c, 0x3d, 0xb0, 0xc1, 0x93, 0x84, 0xbc, 0xb0, 0xb9, 0x69, 0x03, 0x12, - 0xf6, 0x12, 0x79, 0xc3, 0x59, 0x71, 0xab, 0x99, 0x8a, 0x69, 0x3c, 0xe3, 0x8a, 0xdb, 0x02, 0x24, - 0x1a, 0x5a, 0xbf, 0x6b, 0xf2, 0x08, 0x99, 0x25, 0xc4, 0xef, 0x4d, 0xc2, 0x32, 0x6f, 0xcd, 0x92, - 0x62, 0x2a, 0x35, 0xad, 0xaf, 0x37, 0x70, 0x09, 0x9b, 0x8a, 0xda, 0x36, 0x50, 0x87, 0x78, 0x3f, - 0xda, 0x09, 0x70, 0xd3, 0x5e, 0x85, 0x65, 0x46, 0x3e, 0x62, 0xa1, 0x71, 0x80, 0xd7, 0xaa, 0x64, - 0x31, 0xe2, 0x2b, 0xb2, 0xc4, 0x2d, 0x7a, 0x21, 0x68, 0xdb, 0xb6, 0x3e, 0xd6, 0x0b, 0xde, 0x1a, - 0xbf, 0x0c, 0xb7, 0x3d, 0xe6, 0x7f, 0x4f, 0x80, 0x9c, 0xbf, 0x58, 0xb4, 0x0f, 0x67, 0x8d, 0xae, - 0xd2, 0x33, 0x0e, 0x35, 0x53, 0xf6, 0xf7, 0x1c, 0xae, 0xd4, 0x2b, 0xc3, 0xcb, 0xb5, 0xfa, 0x92, - 0x74, 0xc6, 0x62, 0xe4, 0xcb, 0x40, 0xb7, 0x00, 0x1e, 0x69, 0xfb, 0x5e, 0xdf, 0x7e, 0x75, 0x38, - 0xd3, 0x3b, 0xda, 0x3e, 0x77, 0x0c, 0xa9, 0x47, 0xd6, 0xdf, 0xfc, 0x6f, 0x0a, 0x30, 0xc5, 0x17, - 0xa9, 0xae, 0xc2, 0x6c, 0x4f, 0xd7, 0x1a, 0xd8, 0x30, 0x70, 0x53, 0x26, 0xe1, 0xab, 0xc1, 0x67, - 0x3f, 0x59, 0x1b, 0x4c, 0x97, 0x2f, 0x89, 0x43, 0x30, 0x35, 0x53, 0x69, 0xcb, 0xd8, 0x30, 0xd5, - 0x8e, 0x62, 0xda, 0xe8, 0xac, 0xd9, 0xe7, 0x69, 0x66, 0xd9, 0xca, 0x63, 0x34, 0x9b, 0x30, 0x6b, - 0x1b, 0x96, 0x6c, 0x10, 0x5b, 0xe3, 0xcb, 0xc9, 0x2f, 0x8d, 0x30, 0x2f, 0x6a, 0x97, 0xc4, 0x95, - 0xb9, 0x92, 0xe2, 0x77, 0x05, 0x98, 0xb7, 0x10, 0x4a, 0xd8, 0x68, 0xe8, 0x2a, 0x55, 0x3d, 0x09, - 0x33, 0x5d, 0x4b, 0x13, 0xf4, 0x3f, 0x7a, 0x11, 0x66, 0x9a, 0xaa, 0xd1, 0x6b, 0x2b, 0x27, 0xcc, - 0x6b, 0xb1, 0x28, 0x31, 0xcd, 0x61, 0x74, 0xcc, 0xd9, 0x82, 0x19, 0xa3, 0xdf, 0xeb, 0x69, 0x3a, - 0xab, 0x0a, 0x95, 0x2c, 0xbb, 0xbe, 0x32, 0x4a, 0x32, 0x8b, 0x64, 0xe3, 0x44, 0x4a, 0x1b, 0x4e, - 0x42, 0xac, 0xc1, 0xc2, 0xa6, 0x6a, 0x98, 0xf6, 0x46, 0x83, 0xe5, 0xe5, 0x2f, 0x43, 0xa6, 0xad, - 0x74, 0x5b, 0x7d, 0x32, 0xe9, 0x69, 0x68, 0x4d, 0x4b, 0xcc, 0x19, 0x0b, 0x58, 0xd4, 0x9a, 0x98, - 0x0c, 0x05, 0x07, 0x6a, 0xdb, 0xc4, 0x3a, 0x17, 0x94, 0xa7, 0xc4, 0x7d, 0x58, 0xf4, 0x31, 0xe5, - 0x0e, 0xb5, 0x1a, 0xb0, 0x83, 0x34, 0x4a, 0x74, 0x97, 0xce, 0xdc, 0xfb, 0xaa, 0xff, 0x53, 0x80, - 0x45, 0x49, 0x35, 0x8e, 0x0a, 0x5d, 0xa5, 0x7d, 0x62, 0xa8, 0x86, 0x6d, 0x31, 0x64, 0x20, 0xe2, - 0xac, 0xe4, 0x0e, 0x36, 0x75, 0xb5, 0x31, 0xc2, 0xd1, 0xee, 0xb2, 0xe4, 0x16, 0xc5, 0x95, 0x32, - 0x3d, 0x77, 0x12, 0xdd, 0x86, 0x19, 0x83, 0x76, 0x2a, 0x99, 0xf9, 0xec, 0x58, 0x74, 0x9f, 0x2d, - 0xa5, 0x19, 0x25, 0x5b, 0x14, 0xfe, 0x0a, 0x4c, 0xb3, 0xf9, 0x89, 0x65, 0x4c, 0x17, 0x42, 0x78, - 0x14, 0xd8, 0x66, 0x8b, 0x85, 0x2d, 0xfe, 0xb1, 0x00, 0xd3, 0x77, 0xfb, 0x8a, 0xa1, 0x56, 0x9b, - 0xe8, 0x0d, 0x48, 0xd0, 0x95, 0x07, 0x5e, 0xa3, 0x51, 0xcb, 0x14, 0x0c, 0xd9, 0x3b, 0x79, 0x8b, - 0x8d, 0x3f, 0x79, 0xbb, 0x08, 0xc0, 0xb7, 0xb3, 0x4c, 0xa5, 0x65, 0x2f, 0xc0, 0xa7, 0x18, 0xac, - 0xae, 0xb4, 0xd0, 0x1b, 0x40, 0x90, 0xb1, 0x4e, 0xa6, 0x57, 0x2c, 0xee, 0x5a, 0x1a, 0x58, 0x44, - 0x2a, 0x77, 0x7a, 0xe6, 0x09, 0x67, 0x4b, 0x31, 0x37, 0x12, 0x10, 0x37, 0x95, 0x96, 0xf8, 0x27, - 0x31, 0xc8, 0x91, 0x9e, 0xa2, 0x1a, 0xa6, 0xda, 0x50, 0xda, 0x4c, 0x5b, 0xef, 0x5a, 0x63, 0x64, - 0x7c, 0x0c, 0x7d, 0xf3, 0x11, 0xf2, 0x01, 0xa4, 0x1e, 0x13, 0x7d, 0xc9, 0x6a, 0xd3, 0xb2, 0xb1, - 0xf7, 0x43, 0xe8, 0xfd, 0xe5, 0xae, 0x72, 0x45, 0xd3, 0xb0, 0x4c, 0xc5, 0x3a, 0x55, 0xa4, 0x94, - 0x7c, 0xcc, 0xa0, 0x06, 0xda, 0x02, 0xa4, 0xe3, 0xb6, 0x62, 0xaa, 0x4f, 0xb0, 0x7c, 0x40, 0x1d, - 0x76, 0xb7, 0x71, 0x12, 0x71, 0xcd, 0x68, 0xce, 0xa2, 0xbc, 0x65, 0x11, 0xe6, 0x8f, 0x60, 0x21, - 0xa8, 0xc0, 0x53, 0x36, 0xf3, 0x05, 0x4f, 0x33, 0xb1, 0x1e, 0xe9, 0x34, 0x92, 0xf8, 0xa7, 0x73, - 0x90, 0xf1, 0x98, 0x3a, 0x7a, 0x0c, 0x4b, 0xdd, 0x7e, 0x07, 0xeb, 0xa4, 0xfa, 0xcc, 0xcf, 0x59, - 0x3e, 0x9a, 0x95, 0xfb, 0x4e, 0x94, 0x0e, 0xb3, 0xba, 0x6d, 0xb1, 0xa0, 0xee, 0x8e, 0xf5, 0xc1, - 0xca, 0x84, 0xb4, 0xd0, 0x0d, 0x80, 0xa3, 0xa7, 0xb0, 0xdc, 0x50, 0x4c, 0xdc, 0xd2, 0x02, 0x0a, - 0x65, 0x6a, 0x7c, 0x2f, 0x52, 0xa1, 0x45, 0x87, 0x89, 0xb7, 0xd8, 0xa5, 0x46, 0x60, 0x0e, 0xc2, - 0x80, 0x8e, 0x64, 0xa5, 0xab, 0x75, 0x4f, 0x3a, 0xaa, 0x79, 0xe2, 0x1d, 0x8b, 0xde, 0x8c, 0x54, - 0xe4, 0x87, 0x05, 0x8b, 0xda, 0x2e, 0x2c, 0x77, 0xe4, 0x83, 0x91, 0x62, 0xda, 0x72, 0x53, 0xa5, - 0xcb, 0xa0, 0x4e, 0x31, 0x93, 0x63, 0x14, 0xb3, 0x59, 0xb2, 0xa8, 0x9d, 0x62, 0xda, 0x3e, 0x18, - 0xd2, 0xe1, 0xcc, 0x91, 0xdc, 0x51, 0x7a, 0xd6, 0xa8, 0xe6, 0x2c, 0x48, 0xf1, 0xe5, 0xe1, 0x68, - 0x4d, 0xf7, 0xe1, 0x96, 0xd2, 0x2b, 0xdb, 0x1c, 0x9c, 0xa6, 0x3b, 0x0a, 0x80, 0xa3, 0xcf, 0x04, - 0xb8, 0xd4, 0xc4, 0x6d, 0x53, 0x91, 0x7b, 0x3a, 0x36, 0x70, 0xb7, 0x81, 0x03, 0x4a, 0x67, 0x4b, - 0xc8, 0x1b, 0x91, 0x4a, 0x2f, 0x11, 0x66, 0xbb, 0x9c, 0x57, 0x80, 0x18, 0x17, 0x9a, 0xc3, 0x10, - 0xf2, 0x9b, 0xb0, 0x10, 0x64, 0x7a, 0xa7, 0xeb, 0x3c, 0xf9, 0x6d, 0x58, 0x0a, 0xb6, 0xa9, 0x53, - 0xf2, 0xfb, 0x4c, 0x80, 0x9c, 0xdf, 0x62, 0xd0, 0x7b, 0x83, 0x9e, 0x69, 0x14, 0x3b, 0xc7, 0xf7, - 0xbc, 0x0f, 0x29, 0xe2, 0x25, 0xcc, 0x13, 0x67, 0x99, 0x3a, 0xcc, 0x8b, 0x97, 0x29, 0x1e, 0xa1, - 0xc6, 0xfc, 0x5f, 0xfe, 0x57, 0x04, 0xc8, 0xf9, 0x4d, 0xeb, 0xd9, 0xe4, 0xd9, 0x81, 0x79, 0x03, - 0x77, 0x0d, 0x95, 0x3a, 0x43, 0xc5, 0x34, 0x75, 0x75, 0xbf, 0x6f, 0xe2, 0x88, 0xce, 0x10, 0xd9, - 0xa4, 0x05, 0x8b, 0x32, 0xff, 0xc5, 0x14, 0x2c, 0x04, 0x59, 0x24, 0xda, 0x1f, 0x14, 0xb3, 0x7c, - 0x6a, 0xfb, 0x5e, 0xad, 0x2b, 0xad, 0x16, 0x6e, 0xfa, 0x3d, 0xfb, 0x45, 0x48, 0xeb, 0xb8, 0xc5, - 0x2c, 0xb9, 0x69, 0x05, 0x5e, 0xc0, 0x40, 0x34, 0xd6, 0x31, 0x20, 0xa7, 0xf4, 0x8f, 0xd5, 0xb6, - 0xaa, 0xe8, 0x27, 0x2c, 0x16, 0xb0, 0x06, 0xf2, 0xca, 0xe9, 0x65, 0x29, 0x58, 0x1c, 0xd9, 0x00, - 0x36, 0xab, 0x78, 0xd2, 0x46, 0xfe, 0xbf, 0x09, 0x90, 0x76, 0xc9, 0xfb, 0xe3, 0x38, 0xfe, 0xe7, - 0xff, 0x4f, 0x0c, 0xb2, 0x5e, 0x3d, 0x3c, 0xd3, 0xe8, 0xaf, 0x0f, 0x1a, 0xcb, 0xde, 0xf3, 0x6a, - 0x20, 0x2b, 0x3c, 0xf8, 0x92, 0xc3, 0x82, 0x06, 0xcc, 0xb8, 0x0b, 0xfa, 0x52, 0xc2, 0x81, 0xfc, - 0xf7, 0x05, 0xb8, 0x30, 0xd4, 0x03, 0x8f, 0xe3, 0x1d, 0xb8, 0xb8, 0xe3, 0xf4, 0x27, 0x29, 0xb4, - 0x3f, 0x5d, 0x8d, 0x18, 0xac, 0x0d, 0x74, 0x17, 0x7b, 0xa9, 0xe0, 0x17, 0xae, 0xc0, 0x79, 0x3a, - 0x2f, 0xf8, 0x14, 0x3b, 0xb3, 0x62, 0x32, 0x59, 0xb0, 0x66, 0xf2, 0x9f, 0xc0, 0xb2, 0x33, 0x93, - 0x7f, 0x86, 0xc9, 0xc2, 0x92, 0xcd, 0xc5, 0x1b, 0x59, 0x3d, 0x04, 0x27, 0x47, 0x3e, 0xf5, 0xfc, - 0x61, 0xc1, 0xe6, 0x51, 0x73, 0x4d, 0x24, 0xbe, 0x21, 0x0c, 0x86, 0x6d, 0x9e, 0x75, 0x82, 0x30, - 0x7f, 0x34, 0x4c, 0x23, 0xbe, 0x28, 0x8e, 0xcd, 0xb2, 0x07, 0xa3, 0x38, 0x3e, 0xfb, 0xfe, 0xeb, - 0x42, 0x50, 0x18, 0xc7, 0x85, 0x60, 0x0e, 0xe0, 0xce, 0x69, 0x84, 0xf0, 0x8f, 0xc0, 0xb6, 0x18, - 0x03, 0x51, 0x1d, 0x17, 0xc4, 0xf4, 0x46, 0x75, 0x5c, 0x02, 0x16, 0x02, 0x95, 0x4e, 0x23, 0x81, - 0x33, 0x64, 0xdb, 0x65, 0xbb, 0x82, 0x3c, 0xa7, 0x54, 0x77, 0x90, 0xc7, 0x4b, 0x9d, 0x3a, 0x7d, - 0xa9, 0xce, 0xc0, 0xec, 0x94, 0xda, 0xf6, 0xc1, 0xd0, 0xcf, 0x08, 0x01, 0x41, 0x1f, 0x2f, 0x7b, - 0xfa, 0xf4, 0x0d, 0xef, 0x75, 0x7b, 0x4e, 0xc3, 0x1f, 0x05, 0xc0, 0xd1, 0x2f, 0x0d, 0x8d, 0x01, - 0xb9, 0x30, 0x29, 0x2a, 0xcc, 0xdd, 0xd3, 0x08, 0x13, 0xe2, 0x90, 0x6c, 0xa9, 0xc2, 0x42, 0x42, - 0x86, 0x90, 0xff, 0x5c, 0xf0, 0xc7, 0x84, 0x5c, 0xee, 0x77, 0x20, 0xd5, 0x51, 0xbb, 0x32, 0x3b, - 0x41, 0x36, 0xfc, 0xf0, 0x0b, 0x3b, 0x1d, 0x95, 0xec, 0xa8, 0x5d, 0xfa, 0x8f, 0x92, 0x2a, 0xc7, - 0x9c, 0x34, 0x16, 0x89, 0x54, 0x39, 0x66, 0xa4, 0x65, 0x98, 0x7d, 0xdc, 0x57, 0xba, 0xa6, 0xda, - 0xc6, 0x32, 0x3f, 0x99, 0x35, 0x19, 0xe1, 0x64, 0x56, 0xd6, 0x22, 0xa2, 0x49, 0x23, 0xff, 0xd9, - 0xe4, 0x60, 0x6c, 0xca, 0xeb, 0xf5, 0x5b, 0x02, 0xbc, 0x48, 0x39, 0x3b, 0xc3, 0x8e, 0x7c, 0xa8, - 0x1a, 0xa6, 0xd6, 0xd2, 0x95, 0x8e, 0xbc, 0xdf, 0x6f, 0x1c, 0x61, 0xd3, 0xda, 0xa2, 0x7e, 0xf4, - 0xfc, 0x7a, 0xe4, 0x00, 0xb8, 0x62, 0x95, 0xb9, 0x41, 0x8b, 0x94, 0x5e, 0xa0, 0x42, 0xd9, 0x23, - 0x9a, 0x2f, 0xdb, 0xc8, 0xff, 0xcb, 0x18, 0x5c, 0x1c, 0xc1, 0x03, 0x7d, 0x15, 0xce, 0xf9, 0xab, - 0xd6, 0xd6, 0x9e, 0x62, 0x5d, 0xa6, 0x27, 0x0f, 0xf8, 0x72, 0xdf, 0xb2, 0xb7, 0xa0, 0x4d, 0x82, - 0x40, 0x0f, 0x22, 0x04, 0x91, 0xf7, 0x7b, 0x3d, 0x9b, 0x3c, 0x16, 0x44, 0xbe, 0x47, 0x10, 0x18, - 0xf9, 0x45, 0x48, 0x33, 0xf5, 0xc9, 0x86, 0xfa, 0x29, 0x0b, 0x44, 0xe2, 0x12, 0x30, 0x50, 0x4d, - 0xfd, 0x14, 0xa3, 0x3b, 0x90, 0xe1, 0x08, 0x9e, 0xa6, 0x7d, 0x79, 0x58, 0xd3, 0xda, 0x05, 0x49, - 0x33, 0x8c, 0x96, 0xb5, 0x30, 0xba, 0x01, 0xc8, 0xcd, 0x4b, 0x66, 0x0b, 0xd3, 0x09, 0x5a, 0x66, - 0xce, 0x85, 0x59, 0x24, 0xf0, 0xfc, 0x17, 0x09, 0xf7, 0xd4, 0x82, 0x5b, 0xc2, 0x6f, 0x08, 0x70, - 0x19, 0x3f, 0xee, 0xab, 0x4f, 0x94, 0x36, 0xed, 0x96, 0x8d, 0xb6, 0x62, 0x18, 0xa1, 0xb6, 0xf0, - 0xc9, 0xf3, 0xf0, 0x8d, 0x2e, 0x80, 0xbf, 0xfd, 0x2f, 0xb9, 0x44, 0x29, 0x12, 0x49, 0x06, 0x2c, - 0xe0, 0x17, 0x05, 0xc8, 0x3b, 0xf4, 0x65, 0x1f, 0x3a, 0xba, 0x05, 0x39, 0x3b, 0xf6, 0x90, 0xc7, - 0x38, 0xd5, 0x98, 0xb5, 0x02, 0x10, 0xae, 0xd9, 0x37, 0x60, 0x69, 0x50, 0x2b, 0xb4, 0x45, 0x99, - 0x01, 0x2c, 0xf8, 0x05, 0x25, 0x6d, 0x9b, 0xff, 0xd9, 0x38, 0x9c, 0x0d, 0xad, 0x1c, 0xba, 0x03, - 0x62, 0x30, 0xcf, 0x00, 0xfb, 0x7c, 0x21, 0x88, 0xbf, 0xcb, 0x4a, 0xc3, 0x79, 0x0d, 0x1a, 0x6b, - 0x20, 0xaf, 0x71, 0x4c, 0xf6, 0xaf, 0x0a, 0xc1, 0x36, 0x2b, 0x3f, 0x67, 0x6b, 0xf0, 0xb7, 0xe6, - 0x33, 0x59, 0xfb, 0x3f, 0x98, 0x76, 0x4f, 0x5c, 0xb9, 0xb5, 0xff, 0xae, 0x00, 0xd7, 0x9d, 0xc9, - 0x67, 0x54, 0x0f, 0xf8, 0xc9, 0xf3, 0x18, 0x9b, 0x5d, 0x00, 0xbf, 0xd5, 0x5f, 0xb5, 0x45, 0xba, - 0x37, 0xdc, 0xfd, 0xfd, 0x76, 0x0c, 0xf2, 0x0e, 0x9b, 0x1f, 0x2d, 0xe3, 0x47, 0x05, 0xb8, 0xd0, - 0xed, 0x77, 0xe4, 0x26, 0x09, 0xb5, 0xbb, 0x0d, 0x53, 0xf6, 0xe9, 0xd9, 0xe0, 0x86, 0x95, 0xef, - 0xf6, 0x3b, 0x25, 0x8e, 0x53, 0xf3, 0xd4, 0xdb, 0x40, 0xf7, 0x61, 0xc1, 0xd4, 0x7a, 0x83, 0x94, - 0x63, 0xb9, 0x48, 0x64, 0x6a, 0x3d, 0x1f, 0xe3, 0xfc, 0xb7, 0xe3, 0x70, 0x36, 0x54, 0xff, 0x68, - 0x17, 0x5e, 0x0e, 0x37, 0x8a, 0xc1, 0xbe, 0xf9, 0x62, 0x48, 0x73, 0xb9, 0xba, 0xe7, 0x50, 0x8e, - 0x83, 0x3d, 0x34, 0x8c, 0xe3, 0x0f, 0xad, 0x93, 0x0e, 0x31, 0xde, 0xe7, 0xda, 0x49, 0x7f, 0x29, - 0xe1, 0x5f, 0xba, 0xe1, 0x1d, 0xf5, 0x57, 0x05, 0xc8, 0x0f, 0x04, 0xad, 0x76, 0xff, 0xe4, 0x56, - 0x7d, 0xf0, 0xbc, 0xe2, 0x56, 0x1f, 0xd0, 0xdf, 0x3f, 0xcf, 0x1c, 0x05, 0x67, 0xe7, 0xff, 0xb6, - 0x00, 0xe7, 0xbc, 0xa4, 0x7c, 0x42, 0xcb, 0x95, 0xf1, 0xbc, 0x3a, 0xe4, 0x1a, 0xcc, 0x3b, 0xdb, - 0x90, 0xf6, 0xb4, 0x85, 0x1b, 0x0f, 0xb2, 0xb3, 0x6c, 0x47, 0x9a, 0xff, 0x37, 0x31, 0xb8, 0x30, - 0xb4, 0x4e, 0xe8, 0x32, 0x64, 0x48, 0x64, 0xeb, 0x30, 0x63, 0xb6, 0x3d, 0xd3, 0x51, 0xbb, 0x36, - 0x1b, 0x8a, 0xa4, 0x1c, 0x0f, 0x94, 0x38, 0xd3, 0x51, 0x8e, 0x1d, 0x24, 0x9f, 0x65, 0x26, 0x06, - 0x2c, 0xf3, 0x67, 0x07, 0x2c, 0x93, 0x5d, 0x69, 0x6a, 0x7e, 0x49, 0xcd, 0xe7, 0x69, 0x83, 0x48, - 0xe6, 0x39, 0x1d, 0x62, 0x9e, 0x7f, 0x9e, 0x08, 0x5d, 0xeb, 0xe0, 0x76, 0xfa, 0x87, 0x02, 0x5c, - 0x0e, 0x9f, 0xd8, 0xf8, 0x0d, 0xf6, 0xf8, 0xb9, 0xcf, 0x6d, 0xc2, 0x72, 0x07, 0x02, 0xab, 0xe6, - 0x08, 0xbc, 0xfc, 0xaf, 0x0a, 0xf0, 0x52, 0x08, 0xb3, 0x2f, 0xc7, 0xa8, 0x5f, 0x87, 0x45, 0xc7, - 0xa8, 0x7b, 0xba, 0xb6, 0xaf, 0xec, 0xab, 0x6d, 0xcb, 0xc8, 0x04, 0x69, 0xc1, 0xce, 0xdc, 0x75, - 0xf2, 0xf2, 0xff, 0x2b, 0x06, 0x57, 0xa2, 0x55, 0x19, 0x5d, 0x85, 0x59, 0x62, 0xe1, 0x6e, 0xce, - 0x02, 0xe5, 0x9c, 0xed, 0xa8, 0x5d, 0x17, 0x4f, 0x8a, 0xa8, 0x1c, 0x07, 0x88, 0x90, 0xed, 0x28, - 0xc7, 0x6e, 0xc4, 0x91, 0x96, 0xfe, 0xdd, 0x10, 0x4b, 0x7f, 0xf2, 0x17, 0xd6, 0xee, 0xcf, 0xcd, - 0xf6, 0x37, 0x92, 0xd6, 0x29, 0x12, 0xf1, 0x21, 0x64, 0xbd, 0xc3, 0x12, 0x5a, 0xb7, 0x2e, 0x55, - 0x45, 0x99, 0x12, 0xf3, 0x0b, 0x57, 0xc1, 0xe7, 0x66, 0x7e, 0x39, 0x0e, 0x09, 0x36, 0xe9, 0x7d, - 0x19, 0x32, 0x6a, 0xd7, 0xc4, 0x2d, 0xac, 0xbb, 0xa6, 0xdb, 0xf1, 0xca, 0x84, 0x34, 0xc3, 0xc1, - 0x0c, 0xed, 0x45, 0x48, 0x1f, 0xb4, 0x35, 0xc5, 0x74, 0x4d, 0xac, 0x85, 0xca, 0x84, 0x04, 0x14, - 0xc8, 0x50, 0x2e, 0xc3, 0x8c, 0x61, 0xea, 0x6a, 0xb7, 0x25, 0x7b, 0x6f, 0x7e, 0xa5, 0x19, 0xd4, - 0x2e, 0x6e, 0x5f, 0xd3, 0xda, 0x58, 0xb1, 0x66, 0xf7, 0x93, 0xfc, 0x58, 0xf1, 0x0c, 0x07, 0xdb, - 0x53, 0x71, 0xfb, 0x9e, 0x03, 0x47, 0x4c, 0x8c, 0xba, 0xed, 0x50, 0x99, 0x90, 0xb2, 0x36, 0x11, - 0x63, 0xf3, 0x15, 0x00, 0x02, 0xe1, 0x1c, 0xa6, 0xbc, 0x4b, 0xdd, 0xe6, 0x49, 0x0f, 0x53, 0xea, - 0x9d, 0x83, 0x92, 0x72, 0x52, 0x99, 0x90, 0x52, 0x04, 0x97, 0x11, 0xae, 0x03, 0x34, 0x15, 0xd3, - 0x22, 0x64, 0xcb, 0x35, 0x73, 0x1e, 0xc2, 0x92, 0x62, 0x62, 0x42, 0x43, 0xd0, 0x18, 0x4d, 0x11, - 0xe6, 0x9a, 0xca, 0x89, 0xac, 0x1d, 0xc8, 0x4f, 0x31, 0x3e, 0xe2, 0xa4, 0x49, 0x7a, 0xda, 0x6b, - 0xc9, 0x47, 0x7a, 0xb2, 0x73, 0x70, 0x1f, 0xe3, 0x23, 0x22, 0x71, 0xd3, 0x4a, 0x50, 0x26, 0xf6, - 0x92, 0xe8, 0x4f, 0x40, 0xca, 0xbe, 0x24, 0x84, 0x3e, 0xa0, 0xf7, 0xd6, 0xf8, 0xad, 0xa4, 0xe1, - 0x1b, 0x02, 0x25, 0x7e, 0x1d, 0xa9, 0x32, 0x21, 0x25, 0x9b, 0xfc, 0xff, 0x46, 0x16, 0x66, 0x7a, - 0x8a, 0x6e, 0xe0, 0x26, 0xbb, 0x31, 0x2b, 0xfe, 0x7c, 0x0c, 0x92, 0x16, 0x22, 0x7a, 0x99, 0xde, - 0x26, 0xb4, 0x6c, 0x6a, 0xb0, 0x92, 0xf4, 0x82, 0x21, 0x46, 0x6f, 0x41, 0xda, 0x55, 0x3b, 0x7e, - 0x13, 0x38, 0xa4, 0x5e, 0x44, 0x2b, 0xfc, 0x2f, 0x5a, 0x81, 0x49, 0x2a, 0x76, 0x7c, 0x98, 0xf2, - 0x25, 0x8a, 0x83, 0xca, 0x40, 0x9b, 0x40, 0xfe, 0x54, 0xeb, 0x5a, 0x17, 0x04, 0xaf, 0x8d, 0xa8, - 0x27, 0xe5, 0xf1, 0x50, 0xeb, 0x62, 0x29, 0x69, 0xf2, 0x7f, 0xf9, 0xd7, 0x20, 0x69, 0x41, 0xd1, - 0xcb, 0x90, 0x65, 0x77, 0x53, 0xe4, 0x8e, 0xda, 0xed, 0x5b, 0xe7, 0x8e, 0x12, 0x52, 0x86, 0x41, - 0xb7, 0x18, 0x50, 0xfc, 0x73, 0x01, 0x72, 0xfe, 0x93, 0xaf, 0xa8, 0x0d, 0x67, 0x9d, 0x73, 0x45, - 0xa6, 0xe7, 0x04, 0xa6, 0xc1, 0xd5, 0xb5, 0x3a, 0x62, 0x5f, 0xc6, 0x7b, 0x6e, 0xd3, 0xa8, 0x4c, - 0x48, 0x67, 0xd4, 0xe0, 0x2c, 0x84, 0x61, 0x89, 0x5f, 0x8b, 0xf1, 0x17, 0xc5, 0x5a, 0xfc, 0xc6, - 0xd0, 0x2b, 0x32, 0x83, 0x05, 0x2d, 0xea, 0x41, 0x19, 0x1b, 0x39, 0xc8, 0x7a, 0xf9, 0x8b, 0x3f, - 0x98, 0x86, 0x33, 0xbb, 0xba, 0xda, 0xa1, 0x81, 0xb0, 0x17, 0x1d, 0x49, 0x90, 0xd5, 0x71, 0xaf, - 0xad, 0x90, 0xe9, 0x88, 0xfb, 0xa8, 0xc1, 0x2b, 0xa1, 0xc2, 0x50, 0x64, 0xee, 0xcf, 0xf8, 0xc6, - 0x70, 0x86, 0xb3, 0xe0, 0x6a, 0xbd, 0x03, 0xfc, 0xb4, 0xbd, 0xf7, 0x20, 0xc1, 0xe5, 0xa1, 0x57, - 0x32, 0x6c, 0x66, 0x33, 0xba, 0x2b, 0x8d, 0xfe, 0x12, 0x2c, 0x36, 0x0e, 0x15, 0x7a, 0x24, 0x5f, - 0xa7, 0xaf, 0x54, 0x78, 0x4f, 0x0a, 0x84, 0x9d, 0x55, 0x2a, 0x5a, 0x34, 0x5b, 0x8a, 0x71, 0x64, - 0xb3, 0x9e, 0x6f, 0x0c, 0x82, 0x91, 0x09, 0x17, 0x1a, 0xfa, 0x49, 0xcf, 0xd4, 0x64, 0x4b, 0x11, - 0x07, 0x07, 0xc7, 0xf2, 0x41, 0x0f, 0x7b, 0x0f, 0x0b, 0x84, 0x3e, 0x08, 0x41, 0x69, 0xb9, 0x5a, - 0x6e, 0x1d, 0x1c, 0xdf, 0xea, 0x39, 0x7a, 0x39, 0xdb, 0x08, 0xcb, 0x44, 0x3d, 0x38, 0x77, 0xa0, - 0x1e, 0xe3, 0x26, 0x5b, 0x5b, 0x60, 0x83, 0x04, 0xf1, 0xac, 0x9e, 0x43, 0x03, 0x6b, 0xa1, 0x1b, - 0x4b, 0xc7, 0xb8, 0x49, 0x06, 0xc6, 0x0d, 0x8b, 0xce, 0x2e, 0x72, 0xf9, 0x20, 0x24, 0x0f, 0xd5, - 0x20, 0x37, 0x50, 0xcc, 0xd4, 0xf0, 0x6b, 0x29, 0x03, 0xdc, 0x67, 0xf7, 0x7d, 0x4c, 0x4d, 0xb8, - 0x60, 0x69, 0xed, 0xa9, 0x6a, 0x1e, 0x3a, 0xf7, 0xbd, 0xad, 0x12, 0xa6, 0x87, 0x2a, 0x8f, 0x6b, - 0xe6, 0xbe, 0x6a, 0x1e, 0x5a, 0x1d, 0xca, 0x51, 0x9e, 0x1e, 0x96, 0x89, 0xee, 0x42, 0x8e, 0xba, - 0x91, 0x9e, 0xa2, 0xdb, 0x36, 0x96, 0x1c, 0x7a, 0x51, 0x90, 0xb8, 0x8b, 0x5d, 0x45, 0x77, 0xac, - 0x8c, 0x0e, 0x24, 0x0e, 0x04, 0xdd, 0x07, 0xc4, 0xad, 0xe0, 0x50, 0x31, 0x0e, 0x2d, 0xa6, 0xa9, - 0xa1, 0x47, 0x23, 0x59, 0xd3, 0x57, 0x14, 0xe3, 0xd0, 0x39, 0x19, 0xd2, 0xf0, 0xc1, 0xe8, 0x05, - 0x0e, 0xe2, 0xda, 0x8d, 0x43, 0xf5, 0xc0, 0x16, 0x36, 0x3d, 0x54, 0xef, 0xc4, 0xf5, 0xd5, 0x08, - 0xba, 0xa3, 0xf7, 0xa6, 0x17, 0x14, 0xd0, 0xc9, 0xbf, 0x10, 0x20, 0xeb, 0xad, 0x25, 0xba, 0x07, - 0xb3, 0x54, 0x43, 0xa6, 0x26, 0xf3, 0x6b, 0x2d, 0xfc, 0x5e, 0xfa, 0x6a, 0x24, 0x2d, 0xd9, 0x49, - 0x29, 0x43, 0xd8, 0xd4, 0xb5, 0x32, 0x63, 0x22, 0x7e, 0x43, 0x60, 0xfe, 0x97, 0xe4, 0xa1, 0xb3, - 0xb0, 0x58, 0xaf, 0x6e, 0x95, 0xe5, 0xdd, 0x82, 0x54, 0xf7, 0x9d, 0x45, 0x4e, 0xc2, 0xe4, 0x83, - 0x72, 0x41, 0xca, 0x09, 0x28, 0x05, 0x89, 0xad, 0x9d, 0xed, 0x7a, 0x25, 0x17, 0x43, 0x39, 0x98, - 0x29, 0x15, 0x1e, 0xc8, 0x3b, 0xb7, 0x64, 0x06, 0x89, 0xa3, 0x59, 0x48, 0x73, 0xc8, 0xfd, 0x72, - 0xf9, 0xc3, 0xdc, 0x24, 0x41, 0x21, 0xff, 0x08, 0x84, 0xd2, 0x27, 0x08, 0x4a, 0x65, 0x67, 0x4f, - 0x22, 0x90, 0x52, 0xe1, 0x41, 0x6e, 0x4a, 0xac, 0x41, 0xce, 0xaf, 0x7d, 0xf4, 0x35, 0x00, 0xde, - 0x84, 0xa3, 0xaf, 0x1d, 0x32, 0x62, 0x7a, 0xed, 0xb0, 0x61, 0xfd, 0x15, 0x77, 0x00, 0x0d, 0xba, - 0x37, 0xf4, 0x0e, 0xa4, 0xba, 0xf8, 0xe9, 0x38, 0x5b, 0x15, 0x5d, 0xfc, 0x94, 0xfe, 0x13, 0xcf, - 0xc1, 0xd9, 0x50, 0x0b, 0x17, 0xb3, 0x30, 0xe3, 0xf6, 0x7c, 0xe2, 0x0f, 0x62, 0x90, 0x21, 0x6e, - 0xcb, 0xa8, 0x6b, 0xd5, 0x56, 0x57, 0xd3, 0x31, 0x5a, 0x05, 0x64, 0x3b, 0x2c, 0x83, 0xb4, 0xa2, - 0x71, 0xa4, 0xb2, 0x3b, 0x7c, 0x29, 0x6a, 0x6a, 0x76, 0x5e, 0x5d, 0xab, 0x1d, 0xa9, 0x3d, 0x74, - 0x02, 0xe7, 0x1a, 0x5a, 0xa7, 0xa3, 0x75, 0x65, 0x2f, 0x99, 0x4a, 0xd9, 0xf1, 0x11, 0xfd, 0xed, - 0x21, 0x1e, 0xd3, 0x2e, 0x7a, 0xb5, 0x48, 0xf9, 0x78, 0x60, 0xc4, 0xb9, 0x34, 0x6c, 0xb0, 0x55, - 0x30, 0xcb, 0x13, 0xbf, 0x23, 0xc0, 0x7c, 0x00, 0x0d, 0xba, 0x02, 0x62, 0x71, 0x67, 0x6b, 0x6b, - 0x67, 0x5b, 0x2e, 0x56, 0x0a, 0x52, 0x4d, 0xae, 0xef, 0xc8, 0xd5, 0xdb, 0xdb, 0x3b, 0x92, 0xff, - 0xd1, 0x82, 0x34, 0x4c, 0x6f, 0xef, 0x6d, 0x95, 0xa5, 0x6a, 0x31, 0x27, 0xa0, 0x05, 0xc8, 0x15, - 0x36, 0x77, 0x2b, 0x05, 0x79, 0x6f, 0x77, 0xb7, 0x2c, 0xc9, 0xc5, 0x42, 0xad, 0x9c, 0x8b, 0x39, - 0xd0, 0xcd, 0x9d, 0xfb, 0x16, 0x94, 0x1a, 0xcf, 0xee, 0xde, 0x76, 0xb1, 0xbe, 0x57, 0xa8, 0x57, - 0x77, 0xb6, 0x73, 0x93, 0x28, 0x0b, 0x70, 0xbf, 0x52, 0xad, 0x97, 0x6b, 0xbb, 0x85, 0x62, 0x39, - 0x97, 0xd8, 0x98, 0x01, 0x70, 0xb4, 0x21, 0xfe, 0x09, 0x91, 0x33, 0x60, 0x10, 0xb8, 0x0e, 0x73, - 0x64, 0x70, 0xa1, 0xae, 0xd1, 0xca, 0xe6, 0x27, 0x6c, 0x73, 0x3c, 0xc3, 0x26, 0x43, 0x2f, 0x41, - 0xb6, 0xdb, 0xef, 0xec, 0x63, 0x9d, 0x28, 0x97, 0xe4, 0xf2, 0x4b, 0x94, 0x33, 0x0c, 0x5a, 0xd7, - 0x08, 0x63, 0x32, 0xc7, 0xd7, 0xf1, 0x13, 0xac, 0x1b, 0x58, 0xd6, 0xf4, 0x26, 0x66, 0xb7, 0xe6, - 0x92, 0x64, 0x78, 0xa3, 0xc0, 0x1d, 0x02, 0x43, 0xf7, 0x60, 0x21, 0xb0, 0xad, 0x26, 0x87, 0x1e, - 0x6f, 0xf6, 0xe8, 0x58, 0x42, 0x8d, 0xc1, 0xf6, 0xf8, 0x17, 0x02, 0x2c, 0x87, 0x8d, 0x12, 0xe8, - 0xab, 0x90, 0xf6, 0x2f, 0xbe, 0x8d, 0xb2, 0x69, 0x68, 0xbb, 0x37, 0x72, 0xd2, 0xfe, 0x95, 0xb6, - 0x91, 0xe4, 0xfd, 0xa1, 0x0b, 0x6e, 0x82, 0x7b, 0xb2, 0x27, 0x7e, 0x2b, 0x06, 0xb3, 0x7e, 0x91, - 0x6f, 0xc3, 0xb4, 0xb5, 0x74, 0xcc, 0xa6, 0xc4, 0x37, 0xa3, 0x8d, 0x59, 0x3c, 0x2d, 0x59, 0xd4, - 0xf4, 0xc8, 0x3a, 0x9f, 0xc7, 0xae, 0x42, 0xbc, 0xa3, 0x76, 0x23, 0x55, 0x9f, 0x20, 0x52, 0x7c, - 0xe5, 0x38, 0x52, 0x7d, 0x09, 0x22, 0xaa, 0xc2, 0x1c, 0x1f, 0xc2, 0xe8, 0x7d, 0x71, 0x67, 0xce, - 0x34, 0x8a, 0x3a, 0xe7, 0x22, 0x63, 0x8e, 0xe4, 0xf7, 0x27, 0xe1, 0x6c, 0x68, 0xa0, 0xf1, 0xcc, - 0x8e, 0x0f, 0xbd, 0x0d, 0xd3, 0xf4, 0x1a, 0x3f, 0xbf, 0x06, 0x19, 0xe1, 0xba, 0x35, 0x47, 0x47, - 0x06, 0xcc, 0x72, 0x97, 0xa3, 0xb4, 0x7b, 0x87, 0xca, 0x3e, 0x36, 0xf9, 0x53, 0x52, 0x95, 0x71, - 0xc3, 0xa5, 0xd5, 0x5b, 0x07, 0xc7, 0xcc, 0x83, 0x6c, 0xd3, 0xd3, 0x37, 0x05, 0xce, 0x8f, 0x8c, - 0xd5, 0xac, 0x08, 0x0b, 0x82, 0x5e, 0x01, 0xfe, 0x1a, 0x8f, 0x53, 0x68, 0x82, 0x3b, 0xc5, 0x2c, - 0xcb, 0xb0, 0x51, 0x97, 0x20, 0xa1, 0x2b, 0x4d, 0xf5, 0x98, 0x46, 0x3a, 0x09, 0xfa, 0xb2, 0x16, - 0x49, 0xd2, 0xb3, 0x72, 0x7d, 0x5d, 0xd7, 0x5a, 0x8a, 0xe9, 0x7a, 0x40, 0x88, 0x07, 0x11, 0x23, - 0x2f, 0xad, 0xcc, 0xd9, 0xb4, 0x16, 0x48, 0xfc, 0x5b, 0x02, 0x9c, 0x09, 0xa9, 0x01, 0x5a, 0x81, - 0x2b, 0xb7, 0x6e, 0x7d, 0x24, 0x73, 0x47, 0xb8, 0x5d, 0xa8, 0x57, 0xef, 0x95, 0x65, 0xea, 0xcb, - 0x36, 0xca, 0xf5, 0x61, 0x8e, 0x90, 0x0c, 0x7b, 0xe5, 0x8f, 0x0a, 0xa5, 0x72, 0xb1, 0xba, 0x55, - 0xd8, 0xcc, 0xc5, 0xd0, 0x79, 0x58, 0x76, 0x7c, 0x22, 0x63, 0x21, 0x5b, 0xe8, 0x71, 0x34, 0x07, - 0x19, 0x2f, 0x68, 0x72, 0x03, 0x20, 0x69, 0xe9, 0x48, 0xfc, 0xbf, 0x02, 0xa4, 0xec, 0xe6, 0x47, - 0x55, 0x48, 0xd1, 0x08, 0x42, 0xb5, 0x2e, 0x8e, 0x85, 0xc7, 0xfc, 0x75, 0x0b, 0xcf, 0xa6, 0xa6, - 0x73, 0x69, 0x0b, 0x4a, 0x58, 0xf5, 0xbb, 0x4f, 0x75, 0xa5, 0xd7, 0xc3, 0x96, 0x3b, 0x08, 0x63, - 0xb5, 0x67, 0xe1, 0x79, 0x58, 0xd9, 0xd4, 0x68, 0x0b, 0xd2, 0x47, 0x1d, 0x43, 0xb6, 0x98, 0x0d, - 0x0f, 0xf2, 0x3f, 0xec, 0x18, 0xf7, 0x07, 0xb9, 0xc1, 0x91, 0x0d, 0xde, 0x48, 0xc2, 0x14, 0x3b, - 0xec, 0x23, 0x5e, 0x03, 0x34, 0x58, 0x8d, 0xa0, 0x2b, 0x1f, 0xe2, 0x15, 0x40, 0x83, 0x52, 0xa2, - 0x1c, 0xc4, 0xad, 0xce, 0x35, 0x23, 0x91, 0xbf, 0xe2, 0x27, 0x30, 0x1f, 0x20, 0x00, 0x71, 0x6f, - 0x9c, 0x58, 0x76, 0x08, 0x80, 0x83, 0x08, 0xc2, 0x15, 0x98, 0x75, 0x7a, 0xab, 0xfb, 0x56, 0x49, - 0xc6, 0xee, 0x90, 0xf4, 0x16, 0xdc, 0x9f, 0x09, 0x30, 0xeb, 0x8b, 0x04, 0xd1, 0x35, 0xc8, 0xb9, - 0x5c, 0xaf, 0xdc, 0x54, 0x4e, 0xac, 0xe9, 0x6e, 0xd6, 0xf1, 0xb0, 0x25, 0xe5, 0xc4, 0x20, 0x98, - 0x2e, 0x1f, 0xcf, 0x30, 0xd9, 0x28, 0x95, 0x75, 0x5c, 0x39, 0xc5, 0x74, 0x75, 0xfe, 0xf8, 0x78, - 0x9d, 0xbf, 0xe0, 0xf1, 0x3b, 0x93, 0xd1, 0xfc, 0x0e, 0x3d, 0xa8, 0x68, 0x25, 0x48, 0x03, 0x75, - 0xb0, 0x79, 0xa8, 0x35, 0xc5, 0xef, 0xc5, 0xe0, 0x4c, 0xc8, 0xa4, 0x1a, 0x69, 0x30, 0x3b, 0x38, - 0x3b, 0x1f, 0x76, 0xea, 0x34, 0x84, 0x51, 0x08, 0x5c, 0xf2, 0x73, 0xcf, 0xff, 0x81, 0x00, 0x4b, - 0xc1, 0xb8, 0xcf, 0xfc, 0xe6, 0x9a, 0x0a, 0xcb, 0x3d, 0x6b, 0x2e, 0xee, 0x5b, 0x08, 0xe0, 0x7d, - 0x67, 0x35, 0xfc, 0xa4, 0x5b, 0xd0, 0x14, 0x5e, 0x3a, 0xd3, 0x0b, 0xce, 0x10, 0xbf, 0x11, 0x87, - 0x79, 0xda, 0x68, 0xbe, 0x2a, 0xbc, 0x05, 0x53, 0xf4, 0x44, 0x62, 0xd4, 0x23, 0xc6, 0x1c, 0x1b, - 0x95, 0x20, 0xd5, 0xd0, 0xba, 0x4d, 0xd5, 0xf5, 0xac, 0xc6, 0x95, 0xa1, 0x6b, 0x16, 0x45, 0x0b, - 0x5b, 0x72, 0x08, 0xd1, 0xd1, 0x10, 0x05, 0x4c, 0x9e, 0x46, 0x01, 0x95, 0x89, 0x50, 0x15, 0x0c, - 0x5f, 0xe1, 0x49, 0x3c, 0xe7, 0x15, 0x9e, 0x80, 0x59, 0xd9, 0xe7, 0x02, 0x2c, 0x06, 0xae, 0xdf, - 0x20, 0x19, 0x16, 0xd9, 0x1b, 0x27, 0xc1, 0x96, 0xbd, 0x32, 0xac, 0x4d, 0x7c, 0x06, 0xb0, 0x70, - 0x30, 0x08, 0x34, 0xd0, 0x03, 0x98, 0xe7, 0xcb, 0x4d, 0x46, 0xbf, 0xd7, 0xd3, 0xb1, 0x61, 0xf0, - 0xb5, 0xa6, 0x61, 0x8f, 0xcb, 0x31, 0x59, 0x6b, 0x0e, 0x81, 0x84, 0x74, 0x3f, 0xc8, 0x10, 0x1f, - 0xc0, 0xdc, 0x00, 0xa2, 0xd7, 0x3a, 0x84, 0x53, 0x5a, 0x87, 0xf8, 0x2b, 0x09, 0x98, 0xf5, 0x65, - 0xa3, 0x3a, 0xa4, 0xf1, 0xb1, 0x53, 0x83, 0xe1, 0x2f, 0x0c, 0xfa, 0x88, 0x57, 0xcb, 0x0e, 0xa5, - 0xe4, 0x66, 0x93, 0xff, 0x5d, 0x32, 0x1c, 0xda, 0x65, 0x9c, 0xee, 0x48, 0x6f, 0x19, 0x92, 0x5a, - 0x0f, 0xeb, 0x8a, 0xc9, 0x1f, 0xc5, 0xc8, 0x0e, 0x59, 0x37, 0x6b, 0xd3, 0x76, 0x51, 0xda, 0x3b, - 0x9c, 0x40, 0xb2, 0x49, 0x9d, 0x65, 0xff, 0xc9, 0xc8, 0xcb, 0xfe, 0xf9, 0x4f, 0x00, 0x6c, 0xe9, - 0x0d, 0xb4, 0x0b, 0x60, 0xeb, 0xd0, 0x32, 0xa1, 0x57, 0x23, 0x6a, 0xc8, 0x69, 0x07, 0x17, 0x8f, - 0xfc, 0x77, 0x62, 0x90, 0x76, 0xe9, 0x0e, 0x75, 0xc8, 0x80, 0xd2, 0xa2, 0xa7, 0x4b, 0xed, 0x2a, - 0xb3, 0xd5, 0x84, 0x8d, 0xf1, 0x5b, 0x62, 0x75, 0x93, 0xb1, 0xb2, 0x75, 0x31, 0xdb, 0xf6, 0x02, - 0x50, 0xcd, 0x53, 0x21, 0xd6, 0xe4, 0xaf, 0x8d, 0x5b, 0x21, 0xd2, 0x59, 0x5d, 0x6c, 0xc4, 0xf7, - 0x61, 0xd6, 0x57, 0x30, 0xba, 0x04, 0xe7, 0x37, 0x77, 0x6e, 0x57, 0x8b, 0x85, 0x4d, 0x79, 0x67, - 0xb7, 0x2c, 0x15, 0xea, 0x3b, 0x92, 0x2f, 0x22, 0x9b, 0x86, 0x78, 0x61, 0xbb, 0x94, 0x13, 0xec, - 0x95, 0xfb, 0x7f, 0x2c, 0xc0, 0x52, 0xf0, 0x75, 0x7d, 0x32, 0x8d, 0xb4, 0xbb, 0xb3, 0xef, 0x62, - 0x6b, 0xce, 0x95, 0xc1, 0x6e, 0xb5, 0xb6, 0x60, 0xd9, 0xdb, 0xf7, 0x65, 0xa3, 0xdf, 0xe9, 0x28, - 0xba, 0x6a, 0x1f, 0xbc, 0xbe, 0x11, 0xe9, 0xb1, 0x80, 0x1a, 0xa5, 0x3a, 0x91, 0xce, 0x98, 0x01, - 0x60, 0x15, 0x1b, 0xe2, 0x77, 0xa6, 0x60, 0x31, 0x90, 0xe4, 0x19, 0x6f, 0x6c, 0xdb, 0x7d, 0x26, - 0x36, 0x4e, 0x9f, 0xb9, 0xe7, 0x77, 0x92, 0xbc, 0x75, 0xc7, 0x1d, 0xf6, 0x7c, 0x5c, 0xc2, 0x1d, - 0x6a, 0xe2, 0x39, 0x39, 0xd4, 0xbb, 0xf6, 0xeb, 0x64, 0x96, 0x43, 0xe5, 0xeb, 0xa7, 0xd1, 0x9d, - 0x69, 0xd6, 0xeb, 0x4c, 0x51, 0x1d, 0xa6, 0xd9, 0x5e, 0xa0, 0x75, 0xa8, 0xe4, 0xdd, 0x71, 0x5a, - 0x7c, 0xd5, 0x6a, 0x79, 0x76, 0xad, 0xdc, 0x62, 0x15, 0x6c, 0x85, 0xd3, 0xc1, 0x56, 0x98, 0xff, - 0x45, 0x01, 0x32, 0x1e, 0x3e, 0xce, 0x86, 0xa2, 0xe0, 0xda, 0x50, 0x44, 0x0f, 0x60, 0xd2, 0xbe, - 0x38, 0x90, 0x0d, 0x0d, 0xbc, 0x82, 0xe5, 0xf4, 0xa9, 0x97, 0x16, 0x53, 0xd4, 0x9a, 0x58, 0xa2, - 0x2c, 0xd1, 0x32, 0x4c, 0x37, 0xd9, 0xde, 0x2c, 0xdb, 0x52, 0x94, 0xac, 0xa4, 0xf8, 0x09, 0x2c, - 0x87, 0xd1, 0x92, 0x59, 0x55, 0x5d, 0x2a, 0x6c, 0xd7, 0x6e, 0xed, 0x48, 0x5b, 0x74, 0xf1, 0x47, - 0x96, 0xca, 0xb5, 0xbd, 0xcd, 0xba, 0x5c, 0xdc, 0x29, 0x05, 0x2c, 0x2f, 0xd5, 0xf6, 0x8a, 0xc5, - 0x72, 0xad, 0xc6, 0x16, 0x23, 0xcb, 0x92, 0xb4, 0x23, 0xe5, 0x62, 0xa2, 0x06, 0xc9, 0x5a, 0xe3, - 0x10, 0x37, 0xfb, 0xf4, 0x96, 0x6a, 0x5e, 0xc7, 0x8d, 0xbe, 0xae, 0xd3, 0xc3, 0x06, 0x3d, 0xac, - 0xab, 0x5a, 0x53, 0xb6, 0x9e, 0xd6, 0xe6, 0x9d, 0xe3, 0xec, 0xc0, 0xe6, 0x64, 0x89, 0x23, 0x54, - 0x26, 0xa4, 0x65, 0x87, 0x7c, 0x97, 0x52, 0x5b, 0x79, 0x24, 0xca, 0x65, 0xaf, 0x13, 0x88, 0xff, - 0x2c, 0x06, 0xb3, 0xfe, 0xdb, 0xf8, 0xa7, 0xbc, 0x77, 0x7e, 0x09, 0xd2, 0x4d, 0xe7, 0x26, 0x36, - 0xd7, 0x9c, 0x1b, 0xe4, 0x7f, 0xed, 0x70, 0x72, 0xac, 0xd7, 0x0e, 0xdf, 0x83, 0x74, 0xbf, 0xe7, - 0x6c, 0x4a, 0x26, 0x46, 0x13, 0x33, 0x74, 0x4a, 0x3c, 0xf8, 0xf4, 0xc8, 0xd4, 0xa9, 0x9f, 0x1e, - 0x11, 0xff, 0x75, 0x0c, 0x50, 0x69, 0xe0, 0xd5, 0x96, 0x1f, 0x47, 0xb5, 0x05, 0x3e, 0xf6, 0x34, - 0xf5, 0x8c, 0x8f, 0x3d, 0x89, 0x8f, 0x21, 0x51, 0xd6, 0x75, 0x4d, 0x47, 0x37, 0x9c, 0x7e, 0xc6, - 0xcc, 0x19, 0x59, 0x4c, 0xf5, 0x5e, 0x83, 0xde, 0xe6, 0xe9, 0x1b, 0x76, 0xdf, 0x43, 0xef, 0xb2, - 0xad, 0x75, 0x2a, 0xa5, 0x15, 0x36, 0x0e, 0xad, 0x88, 0x83, 0x2d, 0x7e, 0x2f, 0x01, 0x70, 0x47, - 0xdb, 0xaf, 0xeb, 0x6a, 0xab, 0x85, 0xf5, 0x2f, 0xaf, 0xa9, 0xee, 0x40, 0xda, 0xb2, 0xb3, 0x47, - 0xda, 0x3e, 0x6f, 0xaa, 0xa8, 0x2f, 0x59, 0x90, 0xe0, 0x40, 0xb5, 0x61, 0x24, 0x96, 0x33, 0x99, - 0xbc, 0xd6, 0x90, 0x11, 0x16, 0xcb, 0x39, 0x35, 0x5b, 0xe5, 0xbf, 0x92, 0x4d, 0x8a, 0xde, 0x80, - 0x29, 0x4c, 0xb4, 0x6d, 0x1d, 0x51, 0x09, 0x0b, 0xe6, 0x68, 0x93, 0x48, 0x1c, 0xd7, 0x6f, 0x73, - 0xd3, 0xcf, 0x62, 0x73, 0xc9, 0xb1, 0x6c, 0xee, 0x03, 0xc8, 0xb4, 0x15, 0xc3, 0x94, 0xf5, 0x7e, - 0x97, 0x91, 0xa7, 0x46, 0x92, 0xa7, 0x09, 0x81, 0xd4, 0xef, 0x52, 0xfa, 0xaf, 0xc3, 0x14, 0xfb, - 0x08, 0xc0, 0x32, 0xd0, 0x91, 0xe1, 0xda, 0x68, 0xa5, 0x71, 0x4b, 0xe3, 0x74, 0xf9, 0x1a, 0x4c, - 0x5b, 0x86, 0xf2, 0x55, 0x48, 0x1a, 0xdc, 0x1f, 0x8f, 0x08, 0x47, 0x2c, 0xb7, 0x5d, 0x99, 0x90, - 0x6c, 0x92, 0x8d, 0x14, 0x4c, 0xf3, 0x76, 0x10, 0x2b, 0x30, 0xc5, 0x8a, 0x41, 0x4b, 0x80, 0x6a, - 0xf5, 0x42, 0x7d, 0xaf, 0x36, 0x38, 0x26, 0x54, 0xca, 0x85, 0xcd, 0x7a, 0xe5, 0x41, 0x4e, 0x40, - 0x00, 0x53, 0xbb, 0x85, 0xbd, 0x5a, 0xb9, 0xc4, 0x9e, 0x45, 0x2e, 0x16, 0xb6, 0x8b, 0xe5, 0xcd, - 0xcd, 0x72, 0x29, 0x17, 0xdf, 0x48, 0x40, 0xfc, 0x91, 0xb6, 0x2f, 0xfe, 0x5e, 0x1c, 0xa6, 0xd8, - 0x4b, 0x10, 0xe8, 0x2e, 0x64, 0x0c, 0xe5, 0x89, 0xeb, 0x05, 0x40, 0x61, 0xe8, 0x32, 0x15, 0xa3, - 0x5a, 0xad, 0x29, 0x4f, 0xec, 0xc7, 0x01, 0x2b, 0x13, 0xd2, 0x8c, 0xe1, 0x4a, 0xa3, 0x0a, 0x4c, - 0xf7, 0xfa, 0xfb, 0xb2, 0xd1, 0xdf, 0x1f, 0xf1, 0x4e, 0x14, 0x67, 0xb6, 0xdb, 0xdf, 0x6f, 0xab, - 0xc6, 0x61, 0x5d, 0xdb, 0xed, 0xef, 0xd7, 0xfa, 0xfb, 0x95, 0x09, 0x69, 0xaa, 0x47, 0xff, 0xa1, - 0x23, 0x38, 0xd3, 0x63, 0x99, 0x3c, 0x9c, 0x3c, 0x91, 0x4d, 0x4d, 0x6e, 0x18, 0x8d, 0xc6, 0x88, - 0x89, 0x93, 0x97, 0x33, 0x1f, 0xba, 0xeb, 0x5a, 0xd1, 0x68, 0x34, 0x2a, 0x13, 0xd2, 0x42, 0x2f, - 0x00, 0x9e, 0x97, 0x61, 0xc6, 0x5d, 0x2d, 0xb4, 0x63, 0xbf, 0x85, 0xe4, 0x39, 0x4c, 0xb0, 0x12, - 0xfd, 0x2d, 0x24, 0xeb, 0xf9, 0x23, 0x7e, 0xa7, 0xfc, 0x2a, 0xcc, 0xfa, 0xaa, 0x4a, 0xc2, 0x13, - 0x53, 0xeb, 0xf1, 0x7b, 0x81, 0x29, 0x89, 0x25, 0xf2, 0x4b, 0xb0, 0x10, 0x24, 0x39, 0x19, 0x7a, - 0xd9, 0xbb, 0x1d, 0xe2, 0xaf, 0x0b, 0x70, 0xbe, 0x48, 0x3b, 0x8d, 0xff, 0x9d, 0x9c, 0x11, 0xef, - 0x68, 0xdd, 0x85, 0xdc, 0xc0, 0x43, 0x3c, 0xb1, 0xb1, 0x1e, 0xe2, 0x99, 0xf5, 0xbd, 0x72, 0x85, - 0x2e, 0x42, 0xda, 0x7e, 0x0d, 0x4b, 0x6d, 0x72, 0xcf, 0x06, 0x16, 0xa8, 0xda, 0x14, 0x7f, 0x5f, - 0x80, 0xf3, 0x7b, 0xb4, 0x93, 0x86, 0x08, 0x1b, 0xe4, 0x52, 0xbf, 0x04, 0x41, 0x1d, 0xd7, 0x42, - 0xf7, 0xb9, 0xe2, 0x21, 0xbe, 0x81, 0x06, 0xd1, 0x5b, 0x8a, 0x71, 0x64, 0xb9, 0x16, 0xf2, 0x5f, - 0x5c, 0x83, 0xb3, 0xb7, 0xb1, 0x19, 0xbd, 0x02, 0xe2, 0xcf, 0x09, 0x70, 0x8e, 0xbd, 0x53, 0xe3, - 0x21, 0x31, 0x46, 0xb5, 0xd0, 0x05, 0x80, 0x9e, 0xd2, 0xc2, 0xb2, 0xa9, 0x1d, 0xf1, 0xb7, 0x23, - 0x53, 0x52, 0x8a, 0x40, 0xea, 0x04, 0x80, 0xce, 0x01, 0x4d, 0x38, 0xfb, 0x4d, 0x09, 0x29, 0x49, - 0x00, 0xf4, 0x68, 0xe1, 0x59, 0x48, 0xd2, 0xed, 0x39, 0x79, 0xff, 0x84, 0xbf, 0x49, 0x36, 0x4d, - 0xd3, 0x1b, 0x27, 0xe2, 0x77, 0x05, 0x38, 0x1f, 0x2c, 0x0e, 0x7f, 0x3d, 0xa7, 0x06, 0x73, 0x7e, - 0x85, 0x5b, 0x93, 0xef, 0xa8, 0x1a, 0xcf, 0xf9, 0x34, 0x6e, 0xa0, 0x2b, 0x30, 0xdb, 0xc5, 0xc7, - 0xa6, 0x3c, 0x50, 0xa3, 0x0c, 0x01, 0xef, 0x5a, 0xb5, 0x12, 0xd7, 0xe1, 0x7c, 0x09, 0xb7, 0xf1, - 0x38, 0x16, 0x42, 0x77, 0x29, 0x58, 0x1f, 0x70, 0xdc, 0xf1, 0x28, 0xe5, 0x6e, 0x40, 0xfa, 0x91, - 0xb6, 0x2f, 0x73, 0xc7, 0xca, 0x0d, 0xea, 0xc5, 0x91, 0x5e, 0x5e, 0x82, 0x47, 0x4e, 0x00, 0x70, - 0x01, 0x80, 0xd3, 0x3b, 0xe6, 0x9e, 0xe2, 0x90, 0x6a, 0x93, 0xcc, 0xa8, 0xcf, 0x30, 0x6b, 0x1f, - 0x14, 0x2b, 0xc8, 0xd0, 0x9f, 0x87, 0x48, 0xcf, 0x64, 0xd9, 0x2b, 0xb0, 0x70, 0x1b, 0x9b, 0x91, - 0x84, 0x15, 0x7f, 0x20, 0xc0, 0x3c, 0xd3, 0x79, 0xa9, 0xdd, 0xbb, 0xa3, 0xed, 0x8f, 0xd2, 0xb7, - 0x2f, 0xa6, 0x89, 0x3d, 0x4b, 0x4c, 0x53, 0x85, 0xa4, 0xae, 0x1a, 0x47, 0x94, 0x51, 0x7c, 0xf8, - 0x21, 0xb3, 0xa0, 0x97, 0x9b, 0x2a, 0x13, 0xd2, 0x34, 0xa1, 0x27, 0xac, 0x16, 0x61, 0x8a, 0xe8, - 0x5c, 0x6d, 0xf2, 0x5e, 0x92, 0x78, 0xa4, 0xed, 0x57, 0x9b, 0xd6, 0xe8, 0xf8, 0x4d, 0x01, 0x96, - 0x48, 0x57, 0x71, 0x54, 0xf2, 0xc3, 0xea, 0xb4, 0xdf, 0x14, 0xe0, 0xcc, 0x80, 0x24, 0xbc, 0xbf, - 0x96, 0x60, 0xc6, 0x65, 0x37, 0x56, 0x57, 0x8d, 0x60, 0x38, 0x69, 0xc7, 0x70, 0xa2, 0x77, 0xd0, - 0x9b, 0x70, 0x86, 0x75, 0xd0, 0x68, 0x76, 0xf2, 0x77, 0x63, 0x90, 0xf3, 0x37, 0x27, 0x99, 0x48, - 0xf1, 0x8f, 0x3f, 0x79, 0x47, 0xd4, 0x97, 0x42, 0xaf, 0xe4, 0xbb, 0xc7, 0xd2, 0x8c, 0xe1, 0x79, - 0xe7, 0xf0, 0xb9, 0x3e, 0x08, 0x19, 0xfa, 0xb0, 0x63, 0x3c, 0xfc, 0x79, 0x4e, 0xd7, 0x93, 0x5b, - 0x93, 0x63, 0x3d, 0xb9, 0xf5, 0x6f, 0x13, 0x30, 0xc5, 0x7a, 0x4f, 0xa0, 0x3f, 0x78, 0x93, 0x7f, - 0x75, 0x63, 0xf8, 0xd7, 0x6b, 0x18, 0x03, 0xd7, 0x67, 0x36, 0xde, 0xa7, 0xef, 0x74, 0x9b, 0x98, - 0x2f, 0xdd, 0x5e, 0x19, 0x4a, 0x47, 0xcc, 0x81, 0x44, 0x94, 0x58, 0x62, 0x44, 0xe8, 0x23, 0x98, - 0xa1, 0x7d, 0xcb, 0x9a, 0x52, 0xb1, 0xc9, 0xc7, 0xeb, 0xa7, 0x38, 0x91, 0x5e, 0x99, 0x90, 0xd2, - 0xba, 0xeb, 0x31, 0x84, 0x87, 0x60, 0x8d, 0xc3, 0x36, 0xf3, 0xe1, 0xe7, 0x01, 0xc3, 0x1e, 0x1c, - 0xac, 0x4c, 0x48, 0x56, 0x8b, 0x5b, 0xbc, 0x9f, 0xe9, 0x0b, 0x08, 0xef, 0x00, 0xd0, 0xb7, 0xcc, - 0xa3, 0x4e, 0x52, 0x52, 0x14, 0x9b, 0x92, 0xbe, 0x09, 0x49, 0xdc, 0x6d, 0x46, 0x9d, 0xa0, 0x4c, - 0xe3, 0x6e, 0x93, 0x92, 0x5d, 0x83, 0x9c, 0xab, 0xc7, 0x32, 0x03, 0x03, 0xda, 0xf2, 0x59, 0xa7, - 0x4b, 0x52, 0xdb, 0x72, 0xe6, 0x5d, 0xe9, 0xe8, 0xf3, 0x2e, 0xb1, 0x01, 0x49, 0xab, 0x5d, 0xd1, - 0x59, 0x58, 0xbc, 0xb3, 0xb3, 0x21, 0x93, 0xc9, 0x42, 0xc0, 0xfa, 0xd1, 0x6e, 0x79, 0xbb, 0x54, - 0xdd, 0xbe, 0x9d, 0x13, 0x48, 0x42, 0xda, 0xdb, 0xde, 0x26, 0x89, 0x18, 0x4a, 0xc2, 0x64, 0x69, - 0x67, 0xbb, 0x9c, 0x8b, 0xa3, 0x19, 0x48, 0xb2, 0x69, 0x43, 0xb9, 0x94, 0x9b, 0x24, 0x13, 0x8a, - 0x5b, 0x85, 0x2a, 0xf9, 0x9f, 0x20, 0xd3, 0x12, 0x6b, 0x41, 0xeb, 0x0a, 0xe4, 0x6e, 0x63, 0xd3, - 0x3b, 0x10, 0x04, 0x39, 0x83, 0xdf, 0x11, 0x00, 0x11, 0x2f, 0xc6, 0x30, 0x03, 0x7c, 0xe9, 0xa4, - 0xc7, 0x97, 0x3a, 0xef, 0xfe, 0x09, 0xee, 0x77, 0xff, 0xbc, 0x4e, 0x34, 0xe6, 0x73, 0xa2, 0x5e, - 0x07, 0x1c, 0xf7, 0x3b, 0x60, 0xab, 0x53, 0x25, 0xc6, 0xea, 0x54, 0x62, 0x0f, 0xe6, 0x3d, 0x82, - 0x73, 0xd7, 0xfb, 0x1a, 0x4c, 0x3e, 0xd2, 0xf6, 0x2d, 0x97, 0x7b, 0x61, 0x28, 0x37, 0x89, 0xa2, - 0x46, 0xf6, 0xb3, 0xaf, 0xc0, 0x7c, 0x51, 0xe9, 0x36, 0x70, 0x7b, 0xb4, 0x5a, 0x5f, 0x81, 0x79, - 0xe6, 0x92, 0x47, 0xa3, 0xfe, 0xb6, 0x00, 0x17, 0xf9, 0xb0, 0x3d, 0xb0, 0xf6, 0x34, 0x6a, 0x68, - 0x7b, 0x08, 0xf3, 0x01, 0xaf, 0x54, 0x8f, 0x38, 0x1a, 0x11, 0x50, 0x0c, 0x1a, 0x7c, 0xcb, 0x7a, - 0xf4, 0xd4, 0xe1, 0x3f, 0x08, 0x70, 0x91, 0x05, 0x53, 0xe1, 0x82, 0x07, 0x39, 0xd1, 0x2f, 0x53, - 0xe8, 0x67, 0x0a, 0xb6, 0xd6, 0xe1, 0x3c, 0xe9, 0x33, 0xe3, 0x54, 0x46, 0xfc, 0x79, 0x01, 0x5e, - 0xa0, 0x66, 0x38, 0x40, 0xf5, 0xc3, 0x8a, 0x4b, 0xfe, 0x91, 0x00, 0x17, 0x43, 0x25, 0xe2, 0x9d, - 0xe4, 0x63, 0x58, 0x08, 0x68, 0x02, 0xab, 0xd3, 0x8c, 0xd1, 0x06, 0xf3, 0x83, 0x6d, 0x10, 0xbd, - 0x3f, 0xbd, 0x09, 0x17, 0x79, 0x27, 0x19, 0x4b, 0xe5, 0xff, 0x30, 0x06, 0xe7, 0x36, 0x15, 0xbd, - 0x85, 0xd9, 0x97, 0xd3, 0x9c, 0x2f, 0x23, 0xf2, 0x80, 0xa1, 0x02, 0x69, 0xbe, 0x36, 0xd0, 0x53, - 0xcc, 0x43, 0x1e, 0xc7, 0x84, 0x1e, 0xad, 0x6e, 0x6b, 0xfd, 0x26, 0x0f, 0x66, 0x76, 0x15, 0xf3, - 0x50, 0x02, 0x46, 0x4b, 0xfe, 0x23, 0x05, 0x96, 0x1a, 0x24, 0x5f, 0xb6, 0x42, 0x23, 0xfa, 0x85, - 0x12, 0x03, 0x5b, 0xa7, 0xd7, 0x56, 0x22, 0x30, 0xbd, 0xa5, 0xd2, 0x4f, 0xa6, 0xd1, 0x4b, 0x01, - 0x83, 0x60, 0xb4, 0x0d, 0xb3, 0xfb, 0x6a, 0x4b, 0x7e, 0xdc, 0xc7, 0xfa, 0x89, 0xcc, 0x36, 0xb9, - 0xa2, 0x3d, 0x7d, 0x45, 0x4d, 0xb8, 0x32, 0x21, 0x65, 0xf6, 0xdd, 0x00, 0xd7, 0x41, 0xa4, 0xef, - 0x0b, 0xb0, 0x40, 0x0a, 0xc3, 0x4d, 0xdf, 0xa1, 0x76, 0xff, 0x82, 0xa8, 0x30, 0x72, 0x41, 0x34, - 0x36, 0xb8, 0x20, 0xda, 0x86, 0x33, 0x6d, 0xd2, 0x06, 0x32, 0x3f, 0x20, 0xe7, 0xfa, 0xae, 0xe5, - 0xf0, 0xd5, 0x9f, 0x21, 0x2d, 0x57, 0x99, 0x90, 0x16, 0xdb, 0x41, 0xd9, 0xf6, 0x8e, 0xe8, 0xdf, - 0x8c, 0xc1, 0xa2, 0xb7, 0x4e, 0xfc, 0xf3, 0x32, 0xa8, 0x08, 0x53, 0x9e, 0xb8, 0xf5, 0xfa, 0x90, - 0xb8, 0xd5, 0xaf, 0x11, 0x89, 0x93, 0xfa, 0x63, 0x96, 0xd8, 0x58, 0x31, 0xcb, 0xd7, 0xbd, 0x41, - 0xde, 0x4a, 0x24, 0x01, 0x3c, 0x81, 0x9e, 0x13, 0x59, 0x4c, 0x8e, 0x11, 0x59, 0xfc, 0x47, 0x01, - 0xb2, 0x5e, 0xa6, 0x81, 0x5e, 0x77, 0x0f, 0x66, 0xd9, 0xa6, 0x91, 0x69, 0x7f, 0xaa, 0x67, 0xf8, - 0x6d, 0xa0, 0x40, 0x3d, 0x4b, 0x59, 0xce, 0xc4, 0xd2, 0xfb, 0x7d, 0xc8, 0xf5, 0x30, 0xfb, 0x90, - 0x0c, 0x67, 0x3b, 0x6a, 0x4f, 0x39, 0x98, 0xef, 0x2c, 0xe7, 0xc2, 0xd3, 0x86, 0xf8, 0x6b, 0x02, - 0x9c, 0x63, 0xc3, 0xa2, 0x97, 0x60, 0x94, 0x57, 0x75, 0x0c, 0x21, 0x76, 0x7a, 0x43, 0xb8, 0x09, - 0xf3, 0x06, 0xcd, 0x77, 0xdd, 0x33, 0xb1, 0xc7, 0xc0, 0x9c, 0xe1, 0x21, 0xad, 0x36, 0xc5, 0xdf, - 0x14, 0xe0, 0x1c, 0x1b, 0x09, 0x83, 0x65, 0x0d, 0x6a, 0x8f, 0xe7, 0x22, 0xe7, 0x33, 0x0d, 0x77, - 0xab, 0xb0, 0x7c, 0x1b, 0x9b, 0x91, 0x25, 0x16, 0xff, 0x86, 0x00, 0x79, 0x32, 0xb0, 0x78, 0x29, - 0x7e, 0x58, 0xc3, 0xdc, 0xdf, 0xe1, 0x4b, 0x78, 0x03, 0xd2, 0xf0, 0x21, 0xee, 0x2e, 0xcc, 0xf9, - 0x9b, 0xd0, 0x1a, 0xdf, 0x5e, 0x8e, 0xa4, 0x6a, 0x69, 0xd6, 0xdb, 0xce, 0xd1, 0xc7, 0xb5, 0xd7, - 0xe0, 0x1c, 0x1b, 0xd7, 0x22, 0xeb, 0x76, 0x65, 0x0b, 0x32, 0x9e, 0xcf, 0x76, 0xa2, 0x33, 0x30, - 0x5f, 0xdc, 0xd9, 0xae, 0x97, 0xb7, 0xfd, 0xe7, 0x76, 0x73, 0x30, 0x63, 0x65, 0xd4, 0xcb, 0x1f, - 0xd5, 0x73, 0x02, 0x9a, 0x83, 0x8c, 0x05, 0x61, 0xdf, 0x63, 0x8c, 0xad, 0x7c, 0x26, 0xc0, 0x8c, - 0xfb, 0x5b, 0xba, 0xe8, 0x02, 0x9c, 0xdd, 0x2a, 0xd4, 0x8b, 0x95, 0xea, 0xf6, 0xed, 0xa0, 0x4f, - 0x39, 0x9e, 0x87, 0x65, 0x6f, 0xf6, 0xad, 0xbd, 0xcd, 0x4d, 0x99, 0x82, 0x72, 0x02, 0xba, 0x08, - 0xe7, 0xbc, 0xb9, 0xbb, 0x05, 0xa9, 0x5e, 0x2d, 0x58, 0x08, 0xb1, 0x41, 0x84, 0xea, 0xf6, 0xbd, - 0xb2, 0x54, 0x2b, 0x73, 0x84, 0xf8, 0xca, 0xae, 0xf3, 0x10, 0xba, 0xeb, 0x3d, 0x72, 0x32, 0x11, - 0x2a, 0x6f, 0xef, 0x6d, 0x05, 0x49, 0x94, 0x86, 0xe9, 0x2a, 0x05, 0xf0, 0x1a, 0x4a, 0xd5, 0xda, - 0x87, 0x72, 0x61, 0xbb, 0xb0, 0xf9, 0xa0, 0x56, 0xad, 0xe5, 0x62, 0x2b, 0xff, 0x4a, 0x00, 0x34, - 0x78, 0xd4, 0x09, 0x5d, 0x86, 0x8b, 0x52, 0x79, 0x93, 0xee, 0xd2, 0x87, 0x1f, 0xb4, 0x99, 0x81, - 0x64, 0xf9, 0xee, 0x5e, 0x61, 0x53, 0xae, 0xef, 0xe4, 0x04, 0xa2, 0xd0, 0xed, 0x9d, 0xba, 0x6c, - 0x43, 0xe8, 0xcd, 0xa1, 0xdb, 0x52, 0xb9, 0x50, 0x2f, 0x4b, 0x72, 0xbd, 0x52, 0xd8, 0x66, 0x5f, - 0xac, 0xdc, 0x2c, 0xd7, 0x6a, 0x2c, 0x39, 0x89, 0xf2, 0xb0, 0xe4, 0x46, 0x90, 0x77, 0x24, 0x46, - 0x5e, 0xcb, 0x25, 0x48, 0xc3, 0xd9, 0xa8, 0xae, 0x8c, 0x29, 0x32, 0x51, 0x2b, 0x7f, 0x54, 0xad, - 0xd5, 0x6b, 0xb9, 0xe9, 0x15, 0x09, 0xc0, 0x99, 0xcf, 0x10, 0xed, 0x97, 0x36, 0x77, 0x65, 0x32, - 0x27, 0x0c, 0xd0, 0xc4, 0x2c, 0xa4, 0xb9, 0x26, 0x08, 0x46, 0x4e, 0x40, 0x8b, 0x30, 0xe7, 0xd1, - 0x06, 0x05, 0xc7, 0x56, 0xba, 0x30, 0x1f, 0x30, 0xb6, 0xa0, 0x2b, 0x20, 0xd2, 0xef, 0x2f, 0x94, - 0xe4, 0xea, 0xf6, 0xad, 0x1d, 0x56, 0xc0, 0xc8, 0x99, 0x67, 0x0a, 0x12, 0x52, 0xb9, 0x50, 0x7a, - 0x90, 0x8b, 0xb9, 0xe6, 0x97, 0x71, 0xd6, 0x28, 0xf7, 0x0a, 0x9b, 0xd5, 0x52, 0x6e, 0x72, 0xfd, - 0xd7, 0xae, 0xd3, 0x4a, 0xd4, 0xb0, 0xfe, 0x44, 0x6d, 0x60, 0xf4, 0xf7, 0x9d, 0xef, 0x32, 0x73, - 0x4b, 0x46, 0x37, 0x46, 0x2e, 0xf7, 0xb8, 0xbe, 0x2e, 0x92, 0xbf, 0x19, 0x11, 0x9b, 0xf5, 0x6f, - 0x71, 0xfd, 0xaf, 0x7c, 0xfe, 0x3f, 0x7e, 0x21, 0x76, 0x43, 0xbc, 0xba, 0xf6, 0x64, 0x7d, 0xed, - 0x27, 0x99, 0xaf, 0xf9, 0x6a, 0x4f, 0xd7, 0x1e, 0xe1, 0x86, 0x69, 0xac, 0xad, 0xfc, 0xf4, 0x1a, - 0xff, 0x5e, 0xe0, 0xbb, 0x7c, 0x5d, 0xe2, 0x5d, 0x61, 0x05, 0x7d, 0x5b, 0x80, 0xb4, 0xeb, 0x5b, - 0x4e, 0xe8, 0x95, 0xc8, 0xdf, 0xee, 0xca, 0xaf, 0x44, 0x41, 0xe5, 0xa2, 0xad, 0x51, 0xd1, 0x5e, - 0x11, 0x5f, 0x0a, 0x13, 0x8d, 0x7e, 0x2f, 0xea, 0x5d, 0x76, 0xfd, 0x94, 0xc8, 0xf5, 0x1b, 0x02, - 0xcc, 0x0d, 0x7c, 0x32, 0x08, 0xad, 0x45, 0xd9, 0x89, 0x77, 0x6b, 0xf0, 0xd5, 0xe8, 0x04, 0x5c, - 0xd2, 0x37, 0xa9, 0xa4, 0x6b, 0xe2, 0xca, 0x28, 0x25, 0x3a, 0x61, 0xbe, 0x25, 0xaf, 0x14, 0x59, - 0x5e, 0x69, 0x5c, 0x79, 0xa5, 0x67, 0x97, 0x57, 0xf7, 0xc8, 0xfb, 0x33, 0x02, 0x64, 0x3c, 0x9f, - 0x25, 0x40, 0xd7, 0x43, 0xbf, 0x05, 0x3a, 0xf8, 0x45, 0x84, 0xfc, 0x8d, 0x68, 0xc8, 0x5c, 0xc6, - 0x45, 0x2a, 0xe3, 0x2c, 0xca, 0x10, 0x19, 0x9d, 0xe3, 0xd8, 0x7f, 0x2c, 0xc0, 0x62, 0xe0, 0xae, - 0x20, 0x7a, 0x3d, 0xf4, 0x24, 0x7b, 0xf8, 0x1e, 0x62, 0x3e, 0xe2, 0xb6, 0x8f, 0xd8, 0xa2, 0xd2, - 0x28, 0xe2, 0x4d, 0xb7, 0xc6, 0x34, 0xbd, 0xa5, 0x74, 0xd5, 0x4f, 0xd9, 0x71, 0x33, 0x6a, 0x90, - 0xbe, 0xbd, 0xa1, 0x77, 0x85, 0x95, 0x87, 0x37, 0xc5, 0x6b, 0xa1, 0xf6, 0x3b, 0x88, 0x4e, 0xeb, - 0x17, 0xb8, 0x91, 0x18, 0x5a, 0xbf, 0x61, 0xdb, 0x8e, 0xe3, 0xd6, 0x6f, 0x9d, 0xd5, 0x8f, 0x8c, - 0xa5, 0xfe, 0xda, 0x0d, 0x48, 0xbb, 0xb6, 0xf2, 0xd3, 0xb4, 0x7e, 0xeb, 0xd7, 0x1c, 0x1a, 0xa7, - 0x76, 0x21, 0xe8, 0xe8, 0xfb, 0x02, 0xa0, 0xc1, 0x4d, 0x46, 0x14, 0x66, 0xc3, 0xa1, 0xfb, 0x91, - 0x91, 0x6b, 0xa6, 0xd0, 0x9a, 0xfd, 0x04, 0x1a, 0xaf, 0x66, 0x0f, 0x57, 0x50, 0xe4, 0x6a, 0xa1, - 0x1f, 0x08, 0xd6, 0x37, 0x40, 0x7c, 0x5b, 0x83, 0xeb, 0x43, 0x2d, 0x3e, 0x70, 0xcf, 0x34, 0xff, - 0xfa, 0x58, 0x34, 0xbc, 0xb3, 0x78, 0x2b, 0x19, 0xd5, 0x3c, 0xed, 0x4a, 0x46, 0xb0, 0x4d, 0xf4, - 0x87, 0x02, 0x2c, 0x06, 0xee, 0x5f, 0x86, 0x1a, 0xe6, 0xb0, 0xdd, 0xce, 0x7c, 0xc8, 0xfb, 0xd6, - 0x56, 0x4d, 0x56, 0xc6, 0x6d, 0xae, 0x95, 0xe8, 0xcd, 0xf5, 0x67, 0x02, 0x2c, 0x87, 0xad, 0x14, - 0xa2, 0xb7, 0x86, 0x7a, 0x91, 0xd0, 0x15, 0x96, 0x7c, 0xf4, 0xc5, 0x1e, 0xb1, 0x43, 0xab, 0xd8, - 0x12, 0x5f, 0x1d, 0xda, 0x58, 0x01, 0x2b, 0x42, 0xa4, 0xbb, 0xbd, 0x2a, 0x5e, 0x0f, 0x6b, 0xb2, - 0x60, 0x0a, 0x5a, 0xdd, 0xb0, 0xf5, 0xc5, 0xd0, 0xea, 0x8e, 0x58, 0x90, 0x3c, 0x45, 0x75, 0xd7, - 0x5f, 0x0d, 0x6f, 0xd1, 0x00, 0xc9, 0xb9, 0x77, 0x79, 0x75, 0xfd, 0x7a, 0x60, 0xbb, 0x86, 0x52, - 0xa0, 0xff, 0x2a, 0xc0, 0x62, 0xe0, 0xf2, 0x63, 0xa8, 0x9d, 0x0e, 0x5b, 0xac, 0x1c, 0xa7, 0xa2, - 0xdc, 0x87, 0xa2, 0xb1, 0x2b, 0xfa, 0xf0, 0x26, 0x1a, 0xa7, 0x96, 0xe8, 0x7f, 0xf3, 0x2d, 0xd3, - 0x80, 0xa5, 0x49, 0xf4, 0xe6, 0x10, 0xf7, 0x11, 0xbe, 0xb8, 0x9a, 0x7f, 0x6b, 0x5c, 0x32, 0xee, - 0x78, 0xbc, 0x75, 0x1e, 0xc3, 0x96, 0xed, 0x3a, 0x47, 0x33, 0x64, 0xf4, 0xb9, 0x00, 0xcb, 0x61, - 0xab, 0x9c, 0xa1, 0x56, 0x3c, 0x62, 0x59, 0x34, 0xd4, 0x09, 0xf1, 0x5a, 0xad, 0x9c, 0xa2, 0x25, - 0x57, 0xc6, 0x6a, 0xc9, 0x6f, 0x0b, 0x90, 0xf3, 0x9f, 0xef, 0x40, 0xab, 0x43, 0x5d, 0xd0, 0xc0, - 0xe6, 0x74, 0x7e, 0xf4, 0x7e, 0xb8, 0xb8, 0x4a, 0x2b, 0x74, 0x4d, 0xbc, 0x1c, 0xa6, 0x72, 0xd7, - 0x7e, 0x39, 0x8f, 0xf0, 0x73, 0xfe, 0x03, 0x1e, 0xa1, 0x72, 0x85, 0x9c, 0x04, 0x19, 0x43, 0xae, - 0xf5, 0xcb, 0x81, 0x4a, 0x73, 0x09, 0xc5, 0x3b, 0xf7, 0xcf, 0x09, 0x90, 0xf1, 0x1c, 0xe4, 0x08, - 0x8d, 0x40, 0x83, 0x8e, 0x7b, 0x44, 0x91, 0xe8, 0x3a, 0x95, 0xe8, 0x65, 0x14, 0x45, 0x22, 0xf4, - 0xf7, 0x04, 0x98, 0xf5, 0x9d, 0x5d, 0x40, 0x37, 0x87, 0xf4, 0xa4, 0xc1, 0xd3, 0x16, 0xf9, 0xd5, - 0xa8, 0xe8, 0xbc, 0xc3, 0x79, 0xe5, 0x1b, 0xde, 0x92, 0xe8, 0x9b, 0xf4, 0x11, 0x25, 0xef, 0x91, - 0x86, 0xd0, 0x66, 0x0c, 0x39, 0xfb, 0x10, 0xda, 0x49, 0xb8, 0x24, 0x2b, 0x91, 0x34, 0xf5, 0xd7, - 0x04, 0x98, 0x71, 0x1f, 0xaa, 0x41, 0x2b, 0xc3, 0xc7, 0x59, 0xf7, 0x76, 0x5f, 0x7e, 0xf8, 0xee, - 0xa3, 0xb8, 0x42, 0x05, 0x79, 0x49, 0xbc, 0x18, 0xea, 0x4f, 0xd8, 0xde, 0x26, 0x31, 0xa0, 0xcf, - 0x04, 0x48, 0xbb, 0xb6, 0x3b, 0x43, 0xa7, 0xae, 0x83, 0x7b, 0xb9, 0xa1, 0x53, 0xd7, 0x80, 0xdd, - 0x53, 0xf1, 0x2a, 0x15, 0xe9, 0x45, 0x34, 0x4a, 0x24, 0xf4, 0x53, 0x90, 0xb2, 0xf7, 0x97, 0xd1, - 0xd5, 0x21, 0x03, 0xd4, 0x38, 0x0a, 0xf1, 0x96, 0x3e, 0xe0, 0x8a, 0x58, 0xd1, 0xa4, 0x55, 0x7e, - 0x12, 0x66, 0xdc, 0xdb, 0xab, 0xa1, 0x8d, 0x12, 0xb0, 0x07, 0x1b, 0x6a, 0x16, 0xbc, 0xf0, 0x95, - 0x91, 0x85, 0x53, 0x93, 0x70, 0xed, 0x03, 0x87, 0x9b, 0xc4, 0xe0, 0x66, 0x71, 0x68, 0xe9, 0xaf, - 0xd1, 0xd2, 0xaf, 0x8b, 0x57, 0x46, 0x94, 0xfe, 0x6e, 0x83, 0x32, 0x25, 0x26, 0xf1, 0x9f, 0x04, - 0x58, 0x08, 0x5a, 0x21, 0x0f, 0x8d, 0xde, 0x87, 0x2c, 0xa7, 0xe7, 0xa3, 0xad, 0x89, 0x8a, 0x98, - 0x8a, 0x29, 0x8b, 0x37, 0x86, 0x0e, 0x9b, 0xbe, 0x85, 0x53, 0x12, 0x0f, 0x0d, 0x59, 0xa8, 0x19, - 0xc4, 0xa6, 0x55, 0x0b, 0x5a, 0x50, 0x0f, 0xad, 0xda, 0x90, 0xd5, 0xf7, 0x31, 0xab, 0xb6, 0x7e, - 0x23, 0x7c, 0xec, 0xf4, 0x49, 0xca, 0x43, 0xbd, 0x1b, 0xeb, 0x57, 0x03, 0x1b, 0x2d, 0x10, 0x1b, - 0xfd, 0x91, 0x00, 0x73, 0x03, 0xcb, 0xee, 0xa1, 0x6b, 0x27, 0x61, 0x0b, 0xf4, 0x51, 0x2b, 0x25, - 0xd3, 0x4a, 0x3d, 0x40, 0x63, 0x55, 0xea, 0xe1, 0x2b, 0x28, 0x6a, 0x8d, 0xc8, 0xb4, 0x7f, 0x3e, - 0x60, 0x19, 0x1e, 0xbd, 0x36, 0xc4, 0xe9, 0x04, 0x6f, 0x20, 0xe4, 0xd7, 0xc7, 0x21, 0xe1, 0xfe, - 0xca, 0x5b, 0xbf, 0x88, 0xf6, 0x68, 0xd7, 0x6f, 0xb4, 0x31, 0xa2, 0x3f, 0x10, 0x60, 0x21, 0x68, - 0x31, 0x3f, 0xd4, 0x12, 0x87, 0xac, 0xfc, 0x87, 0x76, 0x7e, 0x5e, 0x8b, 0x95, 0x31, 0x5b, 0x69, - 0x25, 0x6a, 0x2b, 0x6d, 0x7c, 0x26, 0xc0, 0xd9, 0x86, 0xd6, 0x09, 0x16, 0x79, 0x23, 0x59, 0x6a, - 0xf7, 0x76, 0x89, 0x44, 0xbb, 0xc2, 0xc3, 0xb7, 0x39, 0x4a, 0x4b, 0x6b, 0x2b, 0xdd, 0xd6, 0xaa, - 0xa6, 0xb7, 0xd6, 0x5a, 0xb8, 0x4b, 0xe5, 0x5d, 0x63, 0x59, 0x4a, 0x4f, 0x35, 0xd6, 0x38, 0x07, - 0xe2, 0x98, 0xd6, 0x9e, 0xac, 0xbf, 0xd7, 0x6c, 0xf7, 0x7e, 0x3d, 0x36, 0x7f, 0x9b, 0x91, 0xd2, - 0xdd, 0x6f, 0xe2, 0xd2, 0x57, 0xef, 0xad, 0xff, 0x3b, 0x0b, 0xfa, 0x31, 0x85, 0x7e, 0x5c, 0x6a, - 0xf7, 0x3e, 0xbe, 0xb7, 0xbe, 0x3f, 0x45, 0x19, 0xbe, 0xfe, 0xff, 0x03, 0x00, 0x00, 0xff, 0xff, - 0x50, 0xef, 0xd1, 0x22, 0xdd, 0x92, 0x00, 0x00, + 0xad, 0xdb, 0x5c, 0xc3, 0x0b, 0x30, 0xc4, 0x7f, 0x16, 0x87, 0x59, 0x1f, 0x16, 0x7a, 0x19, 0xe8, + 0x78, 0xa7, 0xa8, 0x5d, 0xac, 0xcb, 0x5d, 0xa5, 0x63, 0x19, 0x55, 0xc6, 0x86, 0x6e, 0x2b, 0x1d, + 0x8c, 0x76, 0x61, 0x56, 0xc7, 0x0d, 0x12, 0x30, 0xda, 0x4d, 0xcc, 0xaa, 0x15, 0x36, 0x48, 0x4b, + 0x14, 0xdb, 0x2a, 0xa6, 0x32, 0x21, 0x65, 0x75, 0x0f, 0x84, 0x44, 0x87, 0x6a, 0x47, 0x69, 0x61, + 0x87, 0x61, 0x7c, 0x68, 0x74, 0x58, 0x25, 0xc8, 0x2e, 0x7e, 0x19, 0xd5, 0x0d, 0x40, 0xf7, 0x60, + 0xae, 0xa9, 0x35, 0xfa, 0x1d, 0xb7, 0xc6, 0xb8, 0xbb, 0x0a, 0x8b, 0xc7, 0x4b, 0x1c, 0xdf, 0xc5, + 0x34, 0xd7, 0xf4, 0xc1, 0xd0, 0x87, 0x30, 0xef, 0xe8, 0xc7, 0x9e, 0x6f, 0x45, 0xb0, 0x4f, 0x64, + 0x93, 0xd9, 0x30, 0x74, 0x9d, 0xb5, 0x2a, 0x63, 0xf6, 0x04, 0xeb, 0x24, 0xb6, 0xa5, 0xe6, 0x9a, + 0x62, 0xad, 0x45, 0x33, 0xee, 0x31, 0xf8, 0x06, 0x38, 0xdd, 0x49, 0x7c, 0x1d, 0x72, 0x7e, 0x69, + 0xd1, 0x45, 0x48, 0x1f, 0xa8, 0x6d, 0x2c, 0x6b, 0x07, 0x07, 0x24, 0x34, 0x21, 0xcd, 0x16, 0x97, + 0x80, 0x80, 0x76, 0x28, 0x44, 0xfc, 0xcf, 0x02, 0x64, 0xbd, 0xcd, 0x40, 0x3a, 0x0a, 0x6f, 0xc6, + 0x23, 0x6c, 0xcd, 0xa7, 0x2e, 0x0d, 0x6d, 0xc1, 0x0f, 0xf1, 0x89, 0x94, 0xd2, 0xad, 0xbf, 0xe8, + 0x1d, 0xe2, 0xf1, 0xc8, 0xb4, 0x54, 0x6d, 0x72, 0x03, 0x18, 0xe9, 0xb0, 0x0f, 0xd8, 0x1f, 0xf4, + 0x21, 0x64, 0xe9, 0x88, 0x12, 0xb5, 0xc1, 0xa9, 0xeb, 0xb6, 0xad, 0x39, 0x63, 0xba, 0x93, 0xe2, + 0x0d, 0xc8, 0x78, 0xf2, 0xd1, 0x39, 0x48, 0xe9, 0xda, 0x53, 0x59, 0xed, 0x36, 0xf1, 0x31, 0xd7, + 0x45, 0x52, 0xd7, 0x9e, 0x56, 0x49, 0x5a, 0x5c, 0x83, 0x04, 0xeb, 0x56, 0x0b, 0x90, 0x30, 0x4c, + 0x45, 0xb7, 0xb4, 0xc5, 0x12, 0x28, 0x07, 0x71, 0xdc, 0x65, 0xf5, 0x89, 0x4b, 0xe4, 0xaf, 0xf8, + 0x10, 0x32, 0x1e, 0x7b, 0x43, 0x55, 0xc8, 0xee, 0x6b, 0x7d, 0xea, 0x7e, 0xe5, 0x7d, 0xed, 0xd8, + 0x1e, 0x38, 0xc4, 0xb0, 0xa1, 0x90, 0x23, 0x6f, 0x68, 0xc7, 0x52, 0x66, 0xdf, 0x49, 0x60, 0x43, + 0x54, 0x20, 0xed, 0xca, 0x25, 0x85, 0x9b, 0x5a, 0x8f, 0x47, 0x7d, 0xe4, 0x2f, 0x89, 0x31, 0xda, + 0xf8, 0xc0, 0x0a, 0xe9, 0xe8, 0x7f, 0x22, 0xf8, 0x53, 0xb5, 0x69, 0x1e, 0x52, 0x9d, 0x25, 0x24, + 0x96, 0x40, 0x4b, 0x30, 0x75, 0x88, 0xd5, 0xd6, 0xa1, 0x49, 0xfd, 0x6d, 0x42, 0xe2, 0x29, 0xf1, + 0xb7, 0x26, 0x01, 0x49, 0xb8, 0xa9, 0x34, 0x4c, 0x5a, 0x0b, 0x2b, 0x0c, 0x5c, 0x82, 0xa9, 0x9e, + 0xa2, 0xe3, 0xae, 0xc9, 0xfb, 0x38, 0x4f, 0x91, 0x96, 0x51, 0xd9, 0xb8, 0x26, 0x37, 0x68, 0x98, + 0x37, 0x62, 0xa2, 0xe6, 0x09, 0x09, 0xa5, 0x8c, 0xea, 0x99, 0xf9, 0x3c, 0x81, 0x33, 0xac, 0x5f, + 0xeb, 0x54, 0x00, 0x32, 0xf7, 0x63, 0x4c, 0xc9, 0x1c, 0x80, 0xa8, 0xec, 0x83, 0x50, 0x7b, 0xf3, + 0x0b, 0xbc, 0xca, 0x13, 0x9c, 0x0f, 0x2f, 0x6f, 0x51, 0x0d, 0x80, 0x1a, 0xe8, 0x15, 0xc8, 0x59, + 0x73, 0x13, 0x7b, 0x4c, 0x9e, 0xa2, 0xa3, 0xe9, 0x2c, 0x87, 0x5b, 0xe1, 0x21, 0x2a, 0xba, 0x43, + 0x9a, 0xe9, 0x71, 0x42, 0x1a, 0x27, 0xa0, 0xc9, 0x7f, 0x5f, 0x80, 0x85, 0x20, 0xf9, 0xd0, 0x07, + 0xe3, 0x47, 0xb7, 0x24, 0x52, 0xb2, 0x47, 0xe2, 0x6b, 0xc4, 0xd5, 0x12, 0x96, 0xb2, 0xd2, 0x6e, + 0xcb, 0x26, 0x3e, 0x66, 0x96, 0x90, 0x24, 0x3e, 0x8f, 0x65, 0x14, 0xda, 0xed, 0x3a, 0x3e, 0x36, + 0xc9, 0x58, 0xe3, 0x56, 0x72, 0x5b, 0xd3, 0x79, 0x97, 0x3a, 0x1f, 0x3a, 0x44, 0xb4, 0x35, 0x9d, + 0x78, 0x62, 0x5b, 0xe2, 0xb6, 0xa6, 0x6f, 0x24, 0x61, 0xca, 0x54, 0xf4, 0x16, 0x36, 0xc5, 0x22, + 0x24, 0x28, 0x88, 0x18, 0xa5, 0x8e, 0x9b, 0x54, 0xfa, 0x98, 0x44, 0xfe, 0x12, 0x03, 0x6c, 0xe9, + 0x18, 0x33, 0xb7, 0x1f, 0x93, 0x58, 0x82, 0x98, 0xea, 0xbe, 0x15, 0x69, 0xc6, 0x24, 0xfa, 0x5f, + 0xfc, 0xc7, 0x02, 0xcc, 0x7b, 0xda, 0xd2, 0xe8, 0x69, 0x5d, 0x03, 0x93, 0x91, 0x86, 0x15, 0x8c, + 0x9b, 0x32, 0x6d, 0x42, 0xca, 0x7e, 0xc6, 0xaa, 0x14, 0x6e, 0x52, 0x74, 0x82, 0x86, 0x8f, 0x4d, + 0x9d, 0xe1, 0xd9, 0xb5, 0x4f, 0x49, 0x19, 0x1b, 0x4a, 0xeb, 0xee, 0xb2, 0x59, 0x9d, 0x06, 0x63, + 0xa3, 0x86, 0x0f, 0x77, 0xe0, 0x66, 0xdb, 0x2c, 0x4b, 0x8a, 0xff, 0x2f, 0x06, 0xcb, 0x25, 0xac, + 0x36, 0x71, 0xd7, 0x54, 0x0f, 0x4e, 0x78, 0x7b, 0x8f, 0xea, 0x35, 0x75, 0x98, 0x6b, 0xda, 0x34, + 0xde, 0x8e, 0x13, 0x3a, 0xe2, 0xb8, 0xcb, 0x20, 0xb6, 0x9c, 0x6b, 0xfa, 0x20, 0x01, 0x7d, 0x31, + 0x7e, 0xfa, 0xbe, 0xf8, 0x16, 0x4c, 0x52, 0x1b, 0x67, 0xd1, 0x98, 0x38, 0x3c, 0x70, 0xa0, 0xf6, + 0x4d, 0xf1, 0xd1, 0x3a, 0x2c, 0x5a, 0x42, 0x98, 0xb8, 0xd3, 0x6b, 0x93, 0xb0, 0x8c, 0xc6, 0x06, + 0x09, 0xaa, 0x81, 0x79, 0x9e, 0x59, 0xe7, 0x79, 0x34, 0x42, 0x78, 0x1b, 0x96, 0x5d, 0xea, 0xf0, + 0x92, 0x4d, 0x51, 0xb2, 0x25, 0x27, 0xdf, 0x4d, 0x29, 0xfe, 0xb2, 0x00, 0x67, 0x03, 0xb4, 0xcf, + 0xcd, 0xc6, 0xaa, 0x83, 0x30, 0x66, 0x1d, 0xaa, 0x90, 0xd4, 0x9e, 0x60, 0xfd, 0x89, 0x8a, 0x9f, + 0xf2, 0x56, 0xb9, 0x19, 0x36, 0xd0, 0xe8, 0x4a, 0xd7, 0x38, 0xd0, 0xf4, 0x0e, 0x75, 0xf5, 0x3b, + 0x9c, 0x48, 0xb2, 0xc9, 0xa9, 0x79, 0x48, 0xa7, 0x30, 0x0f, 0xfd, 0x99, 0xcd, 0x43, 0xff, 0x71, + 0x32, 0x0f, 0x7d, 0x84, 0x79, 0xe8, 0xe1, 0xe6, 0x21, 0xfd, 0x28, 0x9b, 0xc7, 0x9f, 0x08, 0xb0, + 0xe8, 0xe8, 0x39, 0x8a, 0x6d, 0x3c, 0xd7, 0x01, 0xd7, 0xd2, 0x40, 0xfc, 0x79, 0xb5, 0xe2, 0x64, + 0x68, 0x2b, 0x8a, 0xf7, 0x60, 0xc9, 0x5f, 0x53, 0xde, 0x0e, 0xef, 0xc3, 0x14, 0xf7, 0xc3, 0xc2, + 0x18, 0x7e, 0x98, 0xd3, 0x88, 0x7f, 0x18, 0x83, 0xf9, 0x9d, 0xbe, 0xd9, 0xeb, 0x9b, 0x35, 0xb6, + 0xa1, 0xc2, 0xeb, 0xf6, 0xbe, 0xb5, 0x64, 0x31, 0x9c, 0xe9, 0x86, 0xda, 0xba, 0xdb, 0xc7, 0xfa, + 0x89, 0x6f, 0xe9, 0xe2, 0x63, 0xc8, 0x68, 0x94, 0xa9, 0x6c, 0x34, 0x0e, 0x71, 0x47, 0xe1, 0xd3, + 0xda, 0xaf, 0x84, 0x70, 0x09, 0x10, 0xc0, 0x82, 0x51, 0x72, 0x69, 0x46, 0x73, 0xa5, 0xc4, 0x6f, + 0x09, 0x30, 0xe3, 0xce, 0x46, 0x17, 0xe0, 0xec, 0xce, 0x5e, 0x7d, 0x77, 0xaf, 0x2e, 0xd7, 0x8a, + 0x95, 0xf2, 0x56, 0xc1, 0xb7, 0xfa, 0x33, 0x07, 0x99, 0x8d, 0x42, 0xad, 0x5a, 0x94, 0x8b, 0x3b, + 0x9b, 0x7b, 0x5b, 0xdb, 0xb5, 0x9c, 0x80, 0x66, 0x21, 0x7d, 0xbb, 0x58, 0xb3, 0x01, 0x31, 0xb4, + 0x08, 0x73, 0xa5, 0x42, 0xbd, 0x50, 0xab, 0xef, 0x48, 0x65, 0x1b, 0x1c, 0x27, 0xe0, 0x8d, 0xea, + 0x6d, 0xf9, 0xee, 0x5e, 0x59, 0x7a, 0x60, 0x83, 0x27, 0x09, 0x79, 0x61, 0x73, 0xd3, 0x06, 0x24, + 0xec, 0x25, 0xf2, 0x86, 0xb3, 0xe2, 0x56, 0x33, 0x15, 0xd3, 0x78, 0xc6, 0x15, 0xb7, 0x05, 0x48, + 0x34, 0xb4, 0x7e, 0xd7, 0xe4, 0x11, 0x32, 0x4b, 0x88, 0xdf, 0x9b, 0x84, 0x65, 0xde, 0x9a, 0x25, + 0xc5, 0x54, 0x6a, 0x5a, 0x5f, 0x6f, 0xe0, 0x12, 0x36, 0x15, 0xb5, 0x6d, 0xa0, 0x0e, 0xf1, 0x7e, + 0xb4, 0x13, 0xe0, 0xa6, 0xbd, 0x0a, 0xcb, 0x8c, 0x7c, 0xc4, 0x42, 0xe3, 0x00, 0xaf, 0x55, 0xc9, + 0x62, 0xc4, 0x57, 0x64, 0x89, 0x5b, 0xf4, 0x42, 0xd0, 0xb6, 0x6d, 0x7d, 0xac, 0x17, 0xbc, 0x35, + 0x7e, 0x19, 0x6e, 0x7b, 0xcc, 0xff, 0xae, 0x00, 0x39, 0x7f, 0xb1, 0x68, 0x1f, 0xce, 0x1a, 0x5d, + 0xa5, 0x67, 0x1c, 0x6a, 0xa6, 0xec, 0xef, 0x39, 0x5c, 0xa9, 0x57, 0x86, 0x97, 0x6b, 0xf5, 0x25, + 0xe9, 0x8c, 0xc5, 0xc8, 0x97, 0x81, 0x6e, 0x01, 0x3c, 0xd2, 0xf6, 0xbd, 0xbe, 0xfd, 0xea, 0x70, + 0xa6, 0x77, 0xb4, 0x7d, 0xee, 0x18, 0x52, 0x8f, 0xac, 0xbf, 0xf9, 0xdf, 0x14, 0x60, 0x8a, 0x2f, + 0x52, 0x5d, 0x85, 0xd9, 0x9e, 0xae, 0x35, 0xb0, 0x61, 0xe0, 0xa6, 0x4c, 0xc2, 0x57, 0x83, 0xcf, + 0x7e, 0xb2, 0x36, 0x98, 0x2e, 0x5f, 0x12, 0x87, 0x60, 0x6a, 0xa6, 0xd2, 0x96, 0xb1, 0x61, 0xaa, + 0x1d, 0xc5, 0xb4, 0xd1, 0x59, 0xb3, 0xcf, 0xd3, 0xcc, 0xb2, 0x95, 0xc7, 0x68, 0x36, 0x61, 0xd6, + 0x36, 0x2c, 0xd9, 0x20, 0xb6, 0xc6, 0x97, 0x93, 0x5f, 0x1a, 0x61, 0x5e, 0xd4, 0x2e, 0x89, 0x2b, + 0x73, 0x25, 0xc5, 0xef, 0x0a, 0x30, 0x6f, 0x21, 0x94, 0xb0, 0xd1, 0xd0, 0x55, 0xaa, 0x7a, 0x12, + 0x66, 0xba, 0x96, 0x26, 0xe8, 0x7f, 0xf4, 0x22, 0xcc, 0x34, 0x55, 0xa3, 0xd7, 0x56, 0x4e, 0x98, + 0xd7, 0x62, 0x51, 0x62, 0x9a, 0xc3, 0xe8, 0x98, 0xb3, 0x05, 0x33, 0x46, 0xbf, 0xd7, 0xd3, 0x74, + 0x56, 0x15, 0x2a, 0x59, 0x76, 0x7d, 0x65, 0x94, 0x64, 0x16, 0xc9, 0xc6, 0x89, 0x94, 0x36, 0x9c, + 0x84, 0x58, 0x83, 0x85, 0x4d, 0xd5, 0x30, 0xed, 0x8d, 0x06, 0xcb, 0xcb, 0x5f, 0x86, 0x4c, 0x5b, + 0xe9, 0xb6, 0xfa, 0x64, 0xd2, 0xd3, 0xd0, 0x9a, 0x96, 0x98, 0x33, 0x16, 0xb0, 0xa8, 0x35, 0x31, + 0x19, 0x0a, 0x0e, 0xd4, 0xb6, 0x89, 0x75, 0x2e, 0x28, 0x4f, 0x89, 0xfb, 0xb0, 0xe8, 0x63, 0xca, + 0x1d, 0x6a, 0x35, 0x60, 0x07, 0x69, 0x94, 0xe8, 0x2e, 0x9d, 0xb9, 0xf7, 0x55, 0xff, 0xa7, 0x00, + 0x8b, 0x92, 0x6a, 0x1c, 0x15, 0xba, 0x4a, 0xfb, 0xc4, 0x50, 0x0d, 0xdb, 0x62, 0xc8, 0x40, 0xc4, + 0x59, 0xc9, 0x1d, 0x6c, 0xea, 0x6a, 0x63, 0x84, 0xa3, 0xdd, 0x65, 0xc9, 0x2d, 0x8a, 0x2b, 0x65, + 0x7a, 0xee, 0x24, 0xba, 0x0d, 0x33, 0x06, 0xed, 0x54, 0x32, 0xf3, 0xd9, 0xb1, 0xe8, 0x3e, 0x5b, + 0x4a, 0x33, 0x4a, 0xb6, 0x28, 0xfc, 0x15, 0x98, 0x66, 0xf3, 0x13, 0xcb, 0x98, 0x2e, 0x84, 0xf0, + 0x28, 0xb0, 0xcd, 0x16, 0x0b, 0x5b, 0xfc, 0x23, 0x01, 0xa6, 0xef, 0xf6, 0x15, 0x43, 0xad, 0x36, + 0xd1, 0x1b, 0x90, 0xa0, 0x2b, 0x0f, 0xbc, 0x46, 0xa3, 0x96, 0x29, 0x18, 0xb2, 0x77, 0xf2, 0x16, + 0x1b, 0x7f, 0xf2, 0x76, 0x11, 0x80, 0x6f, 0x67, 0x99, 0x4a, 0xcb, 0x5e, 0x80, 0x4f, 0x31, 0x58, + 0x5d, 0x69, 0xa1, 0x37, 0x80, 0x20, 0x63, 0x9d, 0x4c, 0xaf, 0x58, 0xdc, 0xb5, 0x34, 0xb0, 0x88, + 0x54, 0xee, 0xf4, 0xcc, 0x13, 0xce, 0x96, 0x62, 0x6e, 0x24, 0x20, 0x6e, 0x2a, 0x2d, 0xf1, 0x8f, + 0x63, 0x90, 0x23, 0x3d, 0x45, 0x35, 0x4c, 0xb5, 0xa1, 0xb4, 0x99, 0xb6, 0xde, 0xb5, 0xc6, 0xc8, + 0xf8, 0x18, 0xfa, 0xe6, 0x23, 0xe4, 0x03, 0x48, 0x3d, 0x26, 0xfa, 0x92, 0xd5, 0xa6, 0x65, 0x63, + 0xef, 0x87, 0xd0, 0xfb, 0xcb, 0x5d, 0xe5, 0x8a, 0xa6, 0x61, 0x99, 0x8a, 0x75, 0xaa, 0x48, 0x29, + 0xf9, 0x98, 0x41, 0x0d, 0xb4, 0x05, 0x48, 0xc7, 0x6d, 0xc5, 0x54, 0x9f, 0x60, 0xf9, 0x80, 0x3a, + 0xec, 0x6e, 0xe3, 0x24, 0xe2, 0x9a, 0xd1, 0x9c, 0x45, 0x79, 0xcb, 0x22, 0xcc, 0x1f, 0xc1, 0x42, + 0x50, 0x81, 0xa7, 0x6c, 0xe6, 0x0b, 0x9e, 0x66, 0x62, 0x3d, 0xd2, 0x69, 0x24, 0xf1, 0x4f, 0xe6, + 0x20, 0xe3, 0x31, 0x75, 0xf4, 0x18, 0x96, 0xba, 0xfd, 0x0e, 0xd6, 0x49, 0xf5, 0x99, 0x9f, 0xb3, + 0x7c, 0x34, 0x2b, 0xf7, 0x9d, 0x28, 0x1d, 0x66, 0x75, 0xdb, 0x62, 0x41, 0xdd, 0x1d, 0xeb, 0x83, + 0x95, 0x09, 0x69, 0xa1, 0x1b, 0x00, 0x47, 0x4f, 0x61, 0xb9, 0xa1, 0x98, 0xb8, 0xa5, 0x05, 0x14, + 0xca, 0xd4, 0xf8, 0x5e, 0xa4, 0x42, 0x8b, 0x0e, 0x13, 0x6f, 0xb1, 0x4b, 0x8d, 0xc0, 0x1c, 0x84, + 0x01, 0x1d, 0xc9, 0x4a, 0x57, 0xeb, 0x9e, 0x74, 0x54, 0xf3, 0xc4, 0x3b, 0x16, 0xbd, 0x19, 0xa9, + 0xc8, 0x0f, 0x0b, 0x16, 0xb5, 0x5d, 0x58, 0xee, 0xc8, 0x07, 0x23, 0xc5, 0xb4, 0xe5, 0xa6, 0x4a, + 0x97, 0x41, 0x9d, 0x62, 0x26, 0xc7, 0x28, 0x66, 0xb3, 0x64, 0x51, 0x3b, 0xc5, 0xb4, 0x7d, 0x30, + 0xa4, 0xc3, 0x99, 0x23, 0xb9, 0xa3, 0xf4, 0xac, 0x51, 0xcd, 0x59, 0x90, 0xe2, 0xcb, 0xc3, 0xd1, + 0x9a, 0xee, 0xc3, 0x2d, 0xa5, 0x57, 0xb6, 0x39, 0x38, 0x4d, 0x77, 0x14, 0x00, 0x47, 0x9f, 0x09, + 0x70, 0xa9, 0x89, 0xdb, 0xa6, 0x22, 0xf7, 0x74, 0x6c, 0xe0, 0x6e, 0x03, 0x07, 0x94, 0xce, 0x96, + 0x90, 0x37, 0x22, 0x95, 0x5e, 0x22, 0xcc, 0x76, 0x39, 0xaf, 0x00, 0x31, 0x2e, 0x34, 0x87, 0x21, + 0xe4, 0x37, 0x61, 0x21, 0xc8, 0xf4, 0x4e, 0xd7, 0x79, 0xf2, 0xdb, 0xb0, 0x14, 0x6c, 0x53, 0xa7, + 0xe4, 0xf7, 0x99, 0x00, 0x39, 0xbf, 0xc5, 0xa0, 0xf7, 0x06, 0x3d, 0xd3, 0x28, 0x76, 0x8e, 0xef, + 0x79, 0x1f, 0x52, 0xc4, 0x4b, 0x98, 0x27, 0xce, 0x32, 0x75, 0x98, 0x17, 0x2f, 0x53, 0x3c, 0x42, + 0x8d, 0xf9, 0xbf, 0xfc, 0xaf, 0x08, 0x90, 0xf3, 0x9b, 0xd6, 0xb3, 0xc9, 0xb3, 0x03, 0xf3, 0x06, + 0xee, 0x1a, 0x2a, 0x75, 0x86, 0x8a, 0x69, 0xea, 0xea, 0x7e, 0xdf, 0xc4, 0x11, 0x9d, 0x21, 0xb2, + 0x49, 0x0b, 0x16, 0x65, 0xfe, 0x8b, 0x29, 0x58, 0x08, 0xb2, 0x48, 0xb4, 0x3f, 0x28, 0x66, 0xf9, + 0xd4, 0xf6, 0xbd, 0x5a, 0x57, 0x5a, 0x2d, 0xdc, 0xf4, 0x7b, 0xf6, 0x8b, 0x90, 0xd6, 0x71, 0x8b, + 0x59, 0x72, 0xd3, 0x0a, 0xbc, 0x80, 0x81, 0x68, 0xac, 0x63, 0x40, 0x4e, 0xe9, 0x1f, 0xab, 0x6d, + 0x55, 0xd1, 0x4f, 0x58, 0x2c, 0x60, 0x0d, 0xe4, 0x95, 0xd3, 0xcb, 0x52, 0xb0, 0x38, 0xb2, 0x01, + 0x6c, 0x56, 0xf1, 0xa4, 0x8d, 0xfc, 0x7f, 0x13, 0x20, 0xed, 0x92, 0xf7, 0xc7, 0x71, 0xfc, 0xcf, + 0xff, 0x9f, 0x18, 0x64, 0xbd, 0x7a, 0x78, 0xa6, 0xd1, 0x5f, 0x1f, 0x34, 0x96, 0xbd, 0xe7, 0xd5, + 0x40, 0x56, 0x78, 0xf0, 0x25, 0x87, 0x05, 0x0d, 0x98, 0x71, 0x17, 0xf4, 0xa5, 0x84, 0x03, 0xf9, + 0xef, 0x0b, 0x70, 0x61, 0xa8, 0x07, 0x1e, 0xc7, 0x3b, 0x70, 0x71, 0xc7, 0xe9, 0x4f, 0x52, 0x68, + 0x7f, 0xba, 0x1a, 0x31, 0x58, 0x1b, 0xe8, 0x2e, 0xf6, 0x52, 0xc1, 0x2f, 0x5c, 0x81, 0xf3, 0x74, + 0x5e, 0xf0, 0x29, 0x76, 0x66, 0xc5, 0x64, 0xb2, 0x60, 0xcd, 0xe4, 0x3f, 0x81, 0x65, 0x67, 0x26, + 0xff, 0x0c, 0x93, 0x85, 0x25, 0x9b, 0x8b, 0x37, 0xb2, 0x7a, 0x08, 0x4e, 0x8e, 0x7c, 0xea, 0xf9, + 0xc3, 0x82, 0xcd, 0xa3, 0xe6, 0x9a, 0x48, 0x7c, 0x43, 0x18, 0x0c, 0xdb, 0x3c, 0xeb, 0x04, 0x61, + 0xfe, 0x68, 0x98, 0x46, 0x7c, 0x51, 0x1c, 0x9b, 0x65, 0x0f, 0x46, 0x71, 0x7c, 0xf6, 0xfd, 0x57, + 0x85, 0xa0, 0x30, 0x8e, 0x0b, 0xc1, 0x1c, 0xc0, 0x9d, 0xd3, 0x08, 0xe1, 0x1f, 0x81, 0x6d, 0x31, + 0x06, 0xa2, 0x3a, 0x2e, 0x88, 0xe9, 0x8d, 0xea, 0xb8, 0x04, 0x2c, 0x04, 0x2a, 0x9d, 0x46, 0x02, + 0x67, 0xc8, 0xb6, 0xcb, 0x76, 0x05, 0x79, 0x4e, 0xa9, 0xee, 0x20, 0x8f, 0x97, 0x3a, 0x75, 0xfa, + 0x52, 0x9d, 0x81, 0xd9, 0x29, 0xb5, 0xed, 0x83, 0xa1, 0x9f, 0x11, 0x02, 0x82, 0x3e, 0x5e, 0xf6, + 0xf4, 0xe9, 0x1b, 0xde, 0xeb, 0xf6, 0x9c, 0x86, 0x3f, 0x0a, 0x80, 0xa3, 0x5f, 0x1a, 0x1a, 0x03, + 0x72, 0x61, 0x52, 0x54, 0x98, 0xbb, 0xa7, 0x11, 0x26, 0xc4, 0x21, 0xd9, 0x52, 0x85, 0x85, 0x84, + 0x0c, 0x21, 0xff, 0xb9, 0xe0, 0x8f, 0x09, 0xb9, 0xdc, 0xef, 0x40, 0xaa, 0xa3, 0x76, 0x65, 0x76, + 0x82, 0x6c, 0xf8, 0xe1, 0x17, 0x76, 0x3a, 0x2a, 0xd9, 0x51, 0xbb, 0xf4, 0x1f, 0x25, 0x55, 0x8e, + 0x39, 0x69, 0x2c, 0x12, 0xa9, 0x72, 0xcc, 0x48, 0xcb, 0x30, 0xfb, 0xb8, 0xaf, 0x74, 0x4d, 0xb5, + 0x8d, 0x65, 0x7e, 0x32, 0x6b, 0x32, 0xc2, 0xc9, 0xac, 0xac, 0x45, 0x44, 0x93, 0x46, 0xfe, 0xb3, + 0xc9, 0xc1, 0xd8, 0x94, 0xd7, 0xeb, 0xb7, 0x04, 0x78, 0x91, 0x72, 0x76, 0x86, 0x1d, 0xf9, 0x50, + 0x35, 0x4c, 0xad, 0xa5, 0x2b, 0x1d, 0x79, 0xbf, 0xdf, 0x38, 0xc2, 0xa6, 0xb5, 0x45, 0xfd, 0xe8, + 0xf9, 0xf5, 0xc8, 0x01, 0x70, 0xc5, 0x2a, 0x73, 0x83, 0x16, 0x29, 0xbd, 0x40, 0x85, 0xb2, 0x47, + 0x34, 0x5f, 0xb6, 0x91, 0xff, 0x17, 0x31, 0xb8, 0x38, 0x82, 0x07, 0xfa, 0x2a, 0x9c, 0xf3, 0x57, + 0xad, 0xad, 0x3d, 0xc5, 0xba, 0x4c, 0x4f, 0x1e, 0xf0, 0xe5, 0xbe, 0x65, 0x6f, 0x41, 0x9b, 0x04, + 0x81, 0x1e, 0x44, 0x08, 0x22, 0xef, 0xf7, 0x7a, 0x36, 0x79, 0x2c, 0x88, 0x7c, 0x8f, 0x20, 0x30, + 0xf2, 0x8b, 0x90, 0x66, 0xea, 0x93, 0x0d, 0xf5, 0x53, 0x16, 0x88, 0xc4, 0x25, 0x60, 0xa0, 0x9a, + 0xfa, 0x29, 0x46, 0x77, 0x20, 0xc3, 0x11, 0x3c, 0x4d, 0xfb, 0xf2, 0xb0, 0xa6, 0xb5, 0x0b, 0x92, + 0x66, 0x18, 0x2d, 0x6b, 0x61, 0x74, 0x03, 0x90, 0x9b, 0x97, 0xcc, 0x16, 0xa6, 0x13, 0xb4, 0xcc, + 0x9c, 0x0b, 0xb3, 0x48, 0xe0, 0xf9, 0x2f, 0x12, 0xee, 0xa9, 0x05, 0xb7, 0x84, 0xdf, 0x10, 0xe0, + 0x32, 0x7e, 0xdc, 0x57, 0x9f, 0x28, 0x6d, 0xda, 0x2d, 0x1b, 0x6d, 0xc5, 0x30, 0x42, 0x6d, 0xe1, + 0x93, 0xe7, 0xe1, 0x1b, 0x5d, 0x00, 0x7f, 0xfb, 0x5f, 0x72, 0x89, 0x52, 0x24, 0x92, 0x0c, 0x58, + 0xc0, 0x2f, 0x0a, 0x90, 0x77, 0xe8, 0xcb, 0x3e, 0x74, 0x74, 0x0b, 0x72, 0x76, 0xec, 0x21, 0x8f, + 0x71, 0xaa, 0x31, 0x6b, 0x05, 0x20, 0x5c, 0xb3, 0x6f, 0xc0, 0xd2, 0xa0, 0x56, 0x68, 0x8b, 0x32, + 0x03, 0x58, 0xf0, 0x0b, 0x4a, 0xda, 0x36, 0xff, 0xb3, 0x71, 0x38, 0x1b, 0x5a, 0x39, 0x74, 0x07, + 0xc4, 0x60, 0x9e, 0x01, 0xf6, 0xf9, 0x42, 0x10, 0x7f, 0x97, 0x95, 0x86, 0xf3, 0x1a, 0x34, 0xd6, + 0x40, 0x5e, 0xe3, 0x98, 0xec, 0x5f, 0x16, 0x82, 0x6d, 0x56, 0x7e, 0xce, 0xd6, 0xe0, 0x6f, 0xcd, + 0x67, 0xb2, 0xf6, 0xbf, 0x37, 0xed, 0x9e, 0xb8, 0x72, 0x6b, 0xff, 0x1d, 0x01, 0xae, 0x3b, 0x93, + 0xcf, 0xa8, 0x1e, 0xf0, 0x93, 0xe7, 0x31, 0x36, 0xbb, 0x00, 0x7e, 0xab, 0xbf, 0x6a, 0x8b, 0x74, + 0x6f, 0xb8, 0xfb, 0xfb, 0xed, 0x18, 0xe4, 0x1d, 0x36, 0x3f, 0x5a, 0xc6, 0x8f, 0x0a, 0x70, 0xa1, + 0xdb, 0xef, 0xc8, 0x4d, 0x12, 0x6a, 0x77, 0x1b, 0xa6, 0xec, 0xd3, 0xb3, 0xc1, 0x0d, 0x2b, 0xdf, + 0xed, 0x77, 0x4a, 0x1c, 0xa7, 0xe6, 0xa9, 0xb7, 0x81, 0xee, 0xc3, 0x82, 0xa9, 0xf5, 0x06, 0x29, + 0xc7, 0x72, 0x91, 0xc8, 0xd4, 0x7a, 0x3e, 0xc6, 0xf9, 0x6f, 0xc7, 0xe1, 0x6c, 0xa8, 0xfe, 0xd1, + 0x2e, 0xbc, 0x1c, 0x6e, 0x14, 0x83, 0x7d, 0xf3, 0xc5, 0x90, 0xe6, 0x72, 0x75, 0xcf, 0xa1, 0x1c, + 0x07, 0x7b, 0x68, 0x18, 0xc7, 0x1f, 0x5a, 0x27, 0x1d, 0x62, 0xbc, 0xcf, 0xb5, 0x93, 0xfe, 0x52, + 0xc2, 0xbf, 0x74, 0xc3, 0x3b, 0xea, 0xaf, 0x0a, 0x90, 0x1f, 0x08, 0x5a, 0xed, 0xfe, 0xc9, 0xad, + 0xfa, 0xe0, 0x79, 0xc5, 0xad, 0x3e, 0xa0, 0xbf, 0x7f, 0x9e, 0x39, 0x0a, 0xce, 0xce, 0xff, 0x4d, + 0x01, 0xce, 0x79, 0x49, 0xf9, 0x84, 0x96, 0x2b, 0xe3, 0x79, 0x75, 0xc8, 0x35, 0x98, 0x77, 0xb6, + 0x21, 0xed, 0x69, 0x0b, 0x37, 0x1e, 0x64, 0x67, 0xd9, 0x8e, 0x34, 0xff, 0xaf, 0x63, 0x70, 0x61, + 0x68, 0x9d, 0xd0, 0x65, 0xc8, 0x90, 0xc8, 0xd6, 0x61, 0xc6, 0x6c, 0x7b, 0xa6, 0xa3, 0x76, 0x6d, + 0x36, 0x14, 0x49, 0x39, 0x1e, 0x28, 0x71, 0xa6, 0xa3, 0x1c, 0x3b, 0x48, 0x3e, 0xcb, 0x4c, 0x0c, + 0x58, 0xe6, 0xcf, 0x0e, 0x58, 0x26, 0xbb, 0xd2, 0xd4, 0xfc, 0x92, 0x9a, 0xcf, 0xd3, 0x06, 0x91, + 0xcc, 0x73, 0x3a, 0xc4, 0x3c, 0xff, 0x2c, 0x11, 0xba, 0xd6, 0xc1, 0xed, 0xf4, 0x0f, 0x04, 0xb8, + 0x1c, 0x3e, 0xb1, 0xf1, 0x1b, 0xec, 0xf1, 0x73, 0x9f, 0xdb, 0x84, 0xe5, 0x0e, 0x04, 0x56, 0xcd, + 0x11, 0x78, 0xf9, 0x5f, 0x15, 0xe0, 0xa5, 0x10, 0x66, 0x5f, 0x8e, 0x51, 0xbf, 0x0e, 0x8b, 0x8e, + 0x51, 0xf7, 0x74, 0x6d, 0x5f, 0xd9, 0x57, 0xdb, 0x96, 0x91, 0x09, 0xd2, 0x82, 0x9d, 0xb9, 0xeb, + 0xe4, 0xe5, 0xff, 0x57, 0x0c, 0xae, 0x44, 0xab, 0x32, 0xba, 0x0a, 0xb3, 0xc4, 0xc2, 0xdd, 0x9c, + 0x05, 0xca, 0x39, 0xdb, 0x51, 0xbb, 0x2e, 0x9e, 0x14, 0x51, 0x39, 0x0e, 0x10, 0x21, 0xdb, 0x51, + 0x8e, 0xdd, 0x88, 0x23, 0x2d, 0xfd, 0xbb, 0x21, 0x96, 0xfe, 0xe4, 0xcf, 0xad, 0xdd, 0x9f, 0x9b, + 0xed, 0x6f, 0x24, 0xad, 0x53, 0x24, 0xe2, 0x43, 0xc8, 0x7a, 0x87, 0x25, 0xb4, 0x6e, 0x5d, 0xaa, + 0x8a, 0x32, 0x25, 0xe6, 0x17, 0xae, 0x82, 0xcf, 0xcd, 0xfc, 0x72, 0x1c, 0x12, 0x6c, 0xd2, 0xfb, + 0x32, 0x64, 0xd4, 0xae, 0x89, 0x5b, 0x58, 0x77, 0x4d, 0xb7, 0xe3, 0x95, 0x09, 0x69, 0x86, 0x83, + 0x19, 0xda, 0x8b, 0x90, 0x3e, 0x68, 0x6b, 0x8a, 0xe9, 0x9a, 0x58, 0x0b, 0x95, 0x09, 0x09, 0x28, + 0x90, 0xa1, 0x5c, 0x86, 0x19, 0xc3, 0xd4, 0xd5, 0x6e, 0x4b, 0xf6, 0xde, 0xfc, 0x4a, 0x33, 0xa8, + 0x5d, 0xdc, 0xbe, 0xa6, 0xb5, 0xb1, 0x62, 0xcd, 0xee, 0x27, 0xf9, 0xb1, 0xe2, 0x19, 0x0e, 0xb6, + 0xa7, 0xe2, 0xf6, 0x3d, 0x07, 0x8e, 0x98, 0x18, 0x75, 0xdb, 0xa1, 0x32, 0x21, 0x65, 0x6d, 0x22, + 0xc6, 0xe6, 0x2b, 0x00, 0x04, 0xc2, 0x39, 0x4c, 0x79, 0x97, 0xba, 0xcd, 0x93, 0x1e, 0xa6, 0xd4, + 0x3b, 0x07, 0x25, 0xe5, 0xa4, 0x32, 0x21, 0xa5, 0x08, 0x2e, 0x23, 0x5c, 0x07, 0x68, 0x2a, 0xa6, + 0x45, 0xc8, 0x96, 0x6b, 0xe6, 0x3c, 0x84, 0x25, 0xc5, 0xc4, 0x84, 0x86, 0xa0, 0x31, 0x9a, 0x22, + 0xcc, 0x35, 0x95, 0x13, 0x59, 0x3b, 0x90, 0x9f, 0x62, 0x7c, 0xc4, 0x49, 0x93, 0xf4, 0xb4, 0xd7, + 0x92, 0x8f, 0xf4, 0x64, 0xe7, 0xe0, 0x3e, 0xc6, 0x47, 0x44, 0xe2, 0xa6, 0x95, 0xa0, 0x4c, 0xec, + 0x25, 0xd1, 0x9f, 0x80, 0x94, 0x7d, 0x49, 0x08, 0x7d, 0x40, 0xef, 0xad, 0xf1, 0x5b, 0x49, 0xc3, + 0x37, 0x04, 0x4a, 0xfc, 0x3a, 0x52, 0x65, 0x42, 0x4a, 0x36, 0xf9, 0xff, 0x8d, 0x2c, 0xcc, 0xf4, + 0x14, 0xdd, 0xc0, 0x4d, 0x76, 0x63, 0x56, 0xfc, 0xf9, 0x18, 0x24, 0x2d, 0x44, 0xf4, 0x32, 0xbd, + 0x4d, 0x68, 0xd9, 0xd4, 0x60, 0x25, 0xe9, 0x05, 0x43, 0x8c, 0xde, 0x82, 0xb4, 0xab, 0x76, 0xfc, + 0x26, 0x70, 0x48, 0xbd, 0x88, 0x56, 0xf8, 0x5f, 0xb4, 0x02, 0x93, 0x54, 0xec, 0xf8, 0x30, 0xe5, + 0x4b, 0x14, 0x07, 0x95, 0x81, 0x36, 0x81, 0xfc, 0xa9, 0xd6, 0xb5, 0x2e, 0x08, 0x5e, 0x1b, 0x51, + 0x4f, 0xca, 0xe3, 0xa1, 0xd6, 0xc5, 0x52, 0xd2, 0xe4, 0xff, 0xf2, 0xaf, 0x41, 0xd2, 0x82, 0xa2, + 0x97, 0x21, 0xcb, 0xee, 0xa6, 0xc8, 0x1d, 0xb5, 0xdb, 0xb7, 0xce, 0x1d, 0x25, 0xa4, 0x0c, 0x83, + 0x6e, 0x31, 0xa0, 0xf8, 0x67, 0x02, 0xe4, 0xfc, 0x27, 0x5f, 0x51, 0x1b, 0xce, 0x3a, 0xe7, 0x8a, + 0x4c, 0xcf, 0x09, 0x4c, 0x83, 0xab, 0x6b, 0x75, 0xc4, 0xbe, 0x8c, 0xf7, 0xdc, 0xa6, 0x51, 0x99, + 0x90, 0xce, 0xa8, 0xc1, 0x59, 0x08, 0xc3, 0x12, 0xbf, 0x16, 0xe3, 0x2f, 0x8a, 0xb5, 0xf8, 0x8d, + 0xa1, 0x57, 0x64, 0x06, 0x0b, 0x5a, 0xd4, 0x83, 0x32, 0x36, 0x72, 0x90, 0xf5, 0xf2, 0x17, 0x7f, + 0x30, 0x0d, 0x67, 0x76, 0x75, 0xb5, 0x43, 0x03, 0x61, 0x2f, 0x3a, 0x92, 0x20, 0xab, 0xe3, 0x5e, + 0x5b, 0x21, 0xd3, 0x11, 0xf7, 0x51, 0x83, 0x57, 0x42, 0x85, 0xa1, 0xc8, 0xdc, 0x9f, 0xf1, 0x8d, + 0xe1, 0x0c, 0x67, 0xc1, 0xd5, 0x7a, 0x07, 0xf8, 0x69, 0x7b, 0xef, 0x41, 0x82, 0xcb, 0x43, 0xaf, + 0x64, 0xd8, 0xcc, 0x66, 0x74, 0x57, 0x1a, 0xfd, 0x05, 0x58, 0x6c, 0x1c, 0x2a, 0xf4, 0x48, 0xbe, + 0x4e, 0x5f, 0xa9, 0xf0, 0x9e, 0x14, 0x08, 0x3b, 0xab, 0x54, 0xb4, 0x68, 0xb6, 0x14, 0xe3, 0xc8, + 0x66, 0x3d, 0xdf, 0x18, 0x04, 0x23, 0x13, 0x2e, 0x34, 0xf4, 0x93, 0x9e, 0xa9, 0xc9, 0x96, 0x22, + 0x0e, 0x0e, 0x8e, 0xe5, 0x83, 0x1e, 0xf6, 0x1e, 0x16, 0x08, 0x7d, 0x10, 0x82, 0xd2, 0x72, 0xb5, + 0xdc, 0x3a, 0x38, 0xbe, 0xd5, 0x73, 0xf4, 0x72, 0xb6, 0x11, 0x96, 0x89, 0x7a, 0x70, 0xee, 0x40, + 0x3d, 0xc6, 0x4d, 0xb6, 0xb6, 0xc0, 0x06, 0x09, 0xe2, 0x59, 0x3d, 0x87, 0x06, 0xd6, 0x42, 0x37, + 0x96, 0x8e, 0x71, 0x93, 0x0c, 0x8c, 0x1b, 0x16, 0x9d, 0x5d, 0xe4, 0xf2, 0x41, 0x48, 0x1e, 0xaa, + 0x41, 0x6e, 0xa0, 0x98, 0xa9, 0xe1, 0xd7, 0x52, 0x06, 0xb8, 0xcf, 0xee, 0xfb, 0x98, 0x9a, 0x70, + 0xc1, 0xd2, 0xda, 0x53, 0xd5, 0x3c, 0x74, 0xee, 0x7b, 0x5b, 0x25, 0x4c, 0x0f, 0x55, 0x1e, 0xd7, + 0xcc, 0x7d, 0xd5, 0x3c, 0xb4, 0x3a, 0x94, 0xa3, 0x3c, 0x3d, 0x2c, 0x13, 0xdd, 0x85, 0x1c, 0x75, + 0x23, 0x3d, 0x45, 0xb7, 0x6d, 0x2c, 0x39, 0xf4, 0xa2, 0x20, 0x71, 0x17, 0xbb, 0x8a, 0xee, 0x58, + 0x19, 0x1d, 0x48, 0x1c, 0x08, 0xba, 0x0f, 0x88, 0x5b, 0xc1, 0xa1, 0x62, 0x1c, 0x5a, 0x4c, 0x53, + 0x43, 0x8f, 0x46, 0xb2, 0xa6, 0xaf, 0x28, 0xc6, 0xa1, 0x73, 0x32, 0xa4, 0xe1, 0x83, 0xd1, 0x0b, + 0x1c, 0xc4, 0xb5, 0x1b, 0x87, 0xea, 0x81, 0x2d, 0x6c, 0x7a, 0xa8, 0xde, 0x89, 0xeb, 0xab, 0x11, + 0x74, 0x47, 0xef, 0x4d, 0x2f, 0x28, 0xa0, 0x93, 0x7f, 0x21, 0x40, 0xd6, 0x5b, 0x4b, 0x74, 0x0f, + 0x66, 0xa9, 0x86, 0x4c, 0x4d, 0xe6, 0xd7, 0x5a, 0xf8, 0xbd, 0xf4, 0xd5, 0x48, 0x5a, 0xb2, 0x93, + 0x52, 0x86, 0xb0, 0xa9, 0x6b, 0x65, 0xc6, 0x44, 0xfc, 0x86, 0xc0, 0xfc, 0x2f, 0xc9, 0x43, 0x67, + 0x61, 0xb1, 0x5e, 0xdd, 0x2a, 0xcb, 0xbb, 0x05, 0xa9, 0xee, 0x3b, 0x8b, 0x9c, 0x84, 0xc9, 0x07, + 0xe5, 0x82, 0x94, 0x13, 0x50, 0x0a, 0x12, 0x5b, 0x3b, 0xdb, 0xf5, 0x4a, 0x2e, 0x86, 0x72, 0x30, + 0x53, 0x2a, 0x3c, 0x90, 0x77, 0x6e, 0xc9, 0x0c, 0x12, 0x47, 0xb3, 0x90, 0xe6, 0x90, 0xfb, 0xe5, + 0xf2, 0x87, 0xb9, 0x49, 0x82, 0x42, 0xfe, 0x11, 0x08, 0xa5, 0x4f, 0x10, 0x94, 0xca, 0xce, 0x9e, + 0x44, 0x20, 0xa5, 0xc2, 0x83, 0xdc, 0x94, 0x58, 0x83, 0x9c, 0x5f, 0xfb, 0xe8, 0x6b, 0x00, 0xbc, + 0x09, 0x47, 0x5f, 0x3b, 0x64, 0xc4, 0xf4, 0xda, 0x61, 0xc3, 0xfa, 0x2b, 0xee, 0x00, 0x1a, 0x74, + 0x6f, 0xe8, 0x1d, 0x48, 0x75, 0xf1, 0xd3, 0x71, 0xb6, 0x2a, 0xba, 0xf8, 0x29, 0xfd, 0x27, 0x9e, + 0x83, 0xb3, 0xa1, 0x16, 0x2e, 0x66, 0x61, 0xc6, 0xed, 0xf9, 0xc4, 0x1f, 0xc4, 0x20, 0x43, 0xdc, + 0x96, 0x51, 0xd7, 0xaa, 0xad, 0xae, 0xa6, 0x63, 0xb4, 0x0a, 0xc8, 0x76, 0x58, 0x06, 0x69, 0x45, + 0xe3, 0x48, 0x65, 0x77, 0xf8, 0x52, 0xd4, 0xd4, 0xec, 0xbc, 0xba, 0x56, 0x3b, 0x52, 0x7b, 0xe8, + 0x04, 0xce, 0x35, 0xb4, 0x4e, 0x47, 0xeb, 0xca, 0x5e, 0x32, 0x95, 0xb2, 0xe3, 0x23, 0xfa, 0xdb, + 0x43, 0x3c, 0xa6, 0x5d, 0xf4, 0x6a, 0x91, 0xf2, 0xf1, 0xc0, 0x88, 0x73, 0x69, 0xd8, 0x60, 0xab, + 0x60, 0x96, 0x27, 0x7e, 0x47, 0x80, 0xf9, 0x00, 0x1a, 0x74, 0x05, 0xc4, 0xe2, 0xce, 0xd6, 0xd6, + 0xce, 0xb6, 0x5c, 0xac, 0x14, 0xa4, 0x9a, 0x5c, 0xdf, 0x91, 0xab, 0xb7, 0xb7, 0x77, 0x24, 0xff, + 0xa3, 0x05, 0x69, 0x98, 0xde, 0xde, 0xdb, 0x2a, 0x4b, 0xd5, 0x62, 0x4e, 0x40, 0x0b, 0x90, 0x2b, + 0x6c, 0xee, 0x56, 0x0a, 0xf2, 0xde, 0xee, 0x6e, 0x59, 0x92, 0x8b, 0x85, 0x5a, 0x39, 0x17, 0x73, + 0xa0, 0x9b, 0x3b, 0xf7, 0x2d, 0x28, 0x35, 0x9e, 0xdd, 0xbd, 0xed, 0x62, 0x7d, 0xaf, 0x50, 0xaf, + 0xee, 0x6c, 0xe7, 0x26, 0x51, 0x16, 0xe0, 0x7e, 0xa5, 0x5a, 0x2f, 0xd7, 0x76, 0x0b, 0xc5, 0x72, + 0x2e, 0xb1, 0x31, 0x03, 0xe0, 0x68, 0x43, 0xfc, 0x63, 0x22, 0x67, 0xc0, 0x20, 0x70, 0x1d, 0xe6, + 0xc8, 0xe0, 0x42, 0x5d, 0xa3, 0x95, 0xcd, 0x4f, 0xd8, 0xe6, 0x78, 0x86, 0x4d, 0x86, 0x5e, 0x82, + 0x6c, 0xb7, 0xdf, 0xd9, 0xc7, 0x3a, 0x51, 0x2e, 0xc9, 0xe5, 0x97, 0x28, 0x67, 0x18, 0xb4, 0xae, + 0x11, 0xc6, 0x64, 0x8e, 0xaf, 0xe3, 0x27, 0x58, 0x37, 0xb0, 0xac, 0xe9, 0x4d, 0xcc, 0x6e, 0xcd, + 0x25, 0xc9, 0xf0, 0x46, 0x81, 0x3b, 0x04, 0x86, 0xee, 0xc1, 0x42, 0x60, 0x5b, 0x4d, 0x0e, 0x3d, + 0xde, 0xec, 0xd1, 0xb1, 0x84, 0x1a, 0x83, 0xed, 0xf1, 0xcf, 0x05, 0x58, 0x0e, 0x1b, 0x25, 0xd0, + 0x57, 0x21, 0xed, 0x5f, 0x7c, 0x1b, 0x65, 0xd3, 0xd0, 0x76, 0x6f, 0xe4, 0xa4, 0xfd, 0x2b, 0x6d, + 0x23, 0xc9, 0xfb, 0x43, 0x17, 0xdc, 0x04, 0xf7, 0x64, 0x4f, 0xfc, 0x56, 0x0c, 0x66, 0xfd, 0x22, + 0xdf, 0x86, 0x69, 0x6b, 0xe9, 0x98, 0x4d, 0x89, 0x6f, 0x46, 0x1b, 0xb3, 0x78, 0x5a, 0xb2, 0xa8, + 0xe9, 0x91, 0x75, 0x3e, 0x8f, 0x5d, 0x85, 0x78, 0x47, 0xed, 0x46, 0xaa, 0x3e, 0x41, 0xa4, 0xf8, + 0xca, 0x71, 0xa4, 0xfa, 0x12, 0x44, 0x54, 0x85, 0x39, 0x3e, 0x84, 0xd1, 0xfb, 0xe2, 0xce, 0x9c, + 0x69, 0x14, 0x75, 0xce, 0x45, 0xc6, 0x1c, 0xc9, 0xef, 0x4d, 0xc2, 0xd9, 0xd0, 0x40, 0xe3, 0x99, + 0x1d, 0x1f, 0x7a, 0x1b, 0xa6, 0xe9, 0x35, 0x7e, 0x7e, 0x0d, 0x32, 0xc2, 0x75, 0x6b, 0x8e, 0x8e, + 0x0c, 0x98, 0xe5, 0x2e, 0x47, 0x69, 0xf7, 0x0e, 0x95, 0x7d, 0x6c, 0xf2, 0xa7, 0xa4, 0x2a, 0xe3, + 0x86, 0x4b, 0xab, 0xb7, 0x0e, 0x8e, 0x99, 0x07, 0xd9, 0xa6, 0xa7, 0x6f, 0x0a, 0x9c, 0x1f, 0x19, + 0xab, 0x59, 0x11, 0x16, 0x04, 0xbd, 0x02, 0xfc, 0x35, 0x1e, 0xa7, 0xd0, 0x04, 0x77, 0x8a, 0x59, + 0x96, 0x61, 0xa3, 0x2e, 0x41, 0x42, 0x57, 0x9a, 0xea, 0x31, 0x8d, 0x74, 0x12, 0xf4, 0x65, 0x2d, + 0x92, 0xa4, 0x67, 0xe5, 0xfa, 0xba, 0xae, 0xb5, 0x14, 0xd3, 0xf5, 0x80, 0x10, 0x0f, 0x22, 0x46, + 0x5e, 0x5a, 0x99, 0xb3, 0x69, 0x2d, 0x90, 0xf8, 0x37, 0x04, 0x38, 0x13, 0x52, 0x03, 0xb4, 0x02, + 0x57, 0x6e, 0xdd, 0xfa, 0x48, 0xe6, 0x8e, 0x70, 0xbb, 0x50, 0xaf, 0xde, 0x2b, 0xcb, 0xd4, 0x97, + 0x6d, 0x94, 0xeb, 0xc3, 0x1c, 0x21, 0x19, 0xf6, 0xca, 0x1f, 0x15, 0x4a, 0xe5, 0x62, 0x75, 0xab, + 0xb0, 0x99, 0x8b, 0xa1, 0xf3, 0xb0, 0xec, 0xf8, 0x44, 0xc6, 0x42, 0xb6, 0xd0, 0xe3, 0x68, 0x0e, + 0x32, 0x5e, 0xd0, 0xe4, 0x06, 0x40, 0xd2, 0xd2, 0x91, 0xf8, 0x7f, 0x05, 0x48, 0xd9, 0xcd, 0x8f, + 0xaa, 0x90, 0xa2, 0x11, 0x84, 0x6a, 0x5d, 0x1c, 0x0b, 0x8f, 0xf9, 0xeb, 0x16, 0x9e, 0x4d, 0x4d, + 0xe7, 0xd2, 0x16, 0x94, 0xb0, 0xea, 0x77, 0x9f, 0xea, 0x4a, 0xaf, 0x87, 0x2d, 0x77, 0x10, 0xc6, + 0x6a, 0xcf, 0xc2, 0xf3, 0xb0, 0xb2, 0xa9, 0xd1, 0x16, 0xa4, 0x8f, 0x3a, 0x86, 0x6c, 0x31, 0x1b, + 0x1e, 0xe4, 0x7f, 0xd8, 0x31, 0xee, 0x0f, 0x72, 0x83, 0x23, 0x1b, 0xbc, 0x91, 0x84, 0x29, 0x76, + 0xd8, 0x47, 0xbc, 0x06, 0x68, 0xb0, 0x1a, 0x41, 0x57, 0x3e, 0xc4, 0x2b, 0x80, 0x06, 0xa5, 0x44, + 0x39, 0x88, 0x5b, 0x9d, 0x6b, 0x46, 0x22, 0x7f, 0xc5, 0x4f, 0x60, 0x3e, 0x40, 0x00, 0xe2, 0xde, + 0x38, 0xb1, 0xec, 0x10, 0x00, 0x07, 0x11, 0x84, 0x2b, 0x30, 0xeb, 0xf4, 0x56, 0xf7, 0xad, 0x92, + 0x8c, 0xdd, 0x21, 0xe9, 0x2d, 0xb8, 0x3f, 0x15, 0x60, 0xd6, 0x17, 0x09, 0xa2, 0x6b, 0x90, 0x73, + 0xb9, 0x5e, 0xb9, 0xa9, 0x9c, 0x58, 0xd3, 0xdd, 0xac, 0xe3, 0x61, 0x4b, 0xca, 0x89, 0x41, 0x30, + 0x5d, 0x3e, 0x9e, 0x61, 0xb2, 0x51, 0x2a, 0xeb, 0xb8, 0x72, 0x8a, 0xe9, 0xea, 0xfc, 0xf1, 0xf1, + 0x3a, 0x7f, 0xc1, 0xe3, 0x77, 0x26, 0xa3, 0xf9, 0x1d, 0x7a, 0x50, 0xd1, 0x4a, 0x90, 0x06, 0xea, + 0x60, 0xf3, 0x50, 0x6b, 0x8a, 0xdf, 0x8b, 0xc1, 0x99, 0x90, 0x49, 0x35, 0xd2, 0x60, 0x76, 0x70, + 0x76, 0x3e, 0xec, 0xd4, 0x69, 0x08, 0xa3, 0x10, 0xb8, 0xe4, 0xe7, 0x9e, 0xff, 0x7d, 0x01, 0x96, + 0x82, 0x71, 0x9f, 0xf9, 0xcd, 0x35, 0x15, 0x96, 0x7b, 0xd6, 0x5c, 0xdc, 0xb7, 0x10, 0xc0, 0xfb, + 0xce, 0x6a, 0xf8, 0x49, 0xb7, 0xa0, 0x29, 0xbc, 0x74, 0xa6, 0x17, 0x9c, 0x21, 0x7e, 0x23, 0x0e, + 0xf3, 0xb4, 0xd1, 0x7c, 0x55, 0x78, 0x0b, 0xa6, 0xe8, 0x89, 0xc4, 0xa8, 0x47, 0x8c, 0x39, 0x36, + 0x2a, 0x41, 0xaa, 0xa1, 0x75, 0x9b, 0xaa, 0xeb, 0x59, 0x8d, 0x2b, 0x43, 0xd7, 0x2c, 0x8a, 0x16, + 0xb6, 0xe4, 0x10, 0xa2, 0xa3, 0x21, 0x0a, 0x98, 0x3c, 0x8d, 0x02, 0x2a, 0x13, 0xa1, 0x2a, 0x18, + 0xbe, 0xc2, 0x93, 0x78, 0xce, 0x2b, 0x3c, 0x01, 0xb3, 0xb2, 0xcf, 0x05, 0x58, 0x0c, 0x5c, 0xbf, + 0x41, 0x32, 0x2c, 0xb2, 0x37, 0x4e, 0x82, 0x2d, 0x7b, 0x65, 0x58, 0x9b, 0xf8, 0x0c, 0x60, 0xe1, + 0x60, 0x10, 0x68, 0xa0, 0x07, 0x30, 0xcf, 0x97, 0x9b, 0x8c, 0x7e, 0xaf, 0xa7, 0x63, 0xc3, 0xe0, + 0x6b, 0x4d, 0xc3, 0x1e, 0x97, 0x63, 0xb2, 0xd6, 0x1c, 0x02, 0x09, 0xe9, 0x7e, 0x90, 0x21, 0x3e, + 0x80, 0xb9, 0x01, 0x44, 0xaf, 0x75, 0x08, 0xa7, 0xb4, 0x0e, 0xf1, 0x57, 0x12, 0x30, 0xeb, 0xcb, + 0x46, 0x75, 0x48, 0xe3, 0x63, 0xa7, 0x06, 0xc3, 0x5f, 0x18, 0xf4, 0x11, 0xaf, 0x96, 0x1d, 0x4a, + 0xc9, 0xcd, 0x26, 0xff, 0x3b, 0x64, 0x38, 0xb4, 0xcb, 0x38, 0xdd, 0x91, 0xde, 0x32, 0x24, 0xb5, + 0x1e, 0xd6, 0x15, 0x93, 0x3f, 0x8a, 0x91, 0x1d, 0xb2, 0x6e, 0xd6, 0xa6, 0xed, 0xa2, 0xb4, 0x77, + 0x38, 0x81, 0x64, 0x93, 0x3a, 0xcb, 0xfe, 0x93, 0x91, 0x97, 0xfd, 0xf3, 0x9f, 0x00, 0xd8, 0xd2, + 0x1b, 0x68, 0x17, 0xc0, 0xd6, 0xa1, 0x65, 0x42, 0xaf, 0x46, 0xd4, 0x90, 0xd3, 0x0e, 0x2e, 0x1e, + 0xf9, 0xef, 0xc4, 0x20, 0xed, 0xd2, 0x1d, 0xea, 0x90, 0x01, 0xa5, 0x45, 0x4f, 0x97, 0xda, 0x55, + 0x66, 0xab, 0x09, 0x1b, 0xe3, 0xb7, 0xc4, 0xea, 0x26, 0x63, 0x65, 0xeb, 0x62, 0xb6, 0xed, 0x05, + 0xa0, 0x9a, 0xa7, 0x42, 0xac, 0xc9, 0x5f, 0x1b, 0xb7, 0x42, 0xa4, 0xb3, 0xba, 0xd8, 0x88, 0xef, + 0xc3, 0xac, 0xaf, 0x60, 0x74, 0x09, 0xce, 0x6f, 0xee, 0xdc, 0xae, 0x16, 0x0b, 0x9b, 0xf2, 0xce, + 0x6e, 0x59, 0x2a, 0xd4, 0x77, 0x24, 0x5f, 0x44, 0x36, 0x0d, 0xf1, 0xc2, 0x76, 0x29, 0x27, 0xd8, + 0x2b, 0xf7, 0xff, 0x50, 0x80, 0xa5, 0xe0, 0xeb, 0xfa, 0x64, 0x1a, 0x69, 0x77, 0x67, 0xdf, 0xc5, + 0xd6, 0x9c, 0x2b, 0x83, 0xdd, 0x6a, 0x6d, 0xc1, 0xb2, 0xb7, 0xef, 0xcb, 0x46, 0xbf, 0xd3, 0x51, + 0x74, 0xd5, 0x3e, 0x78, 0x7d, 0x23, 0xd2, 0x63, 0x01, 0x35, 0x4a, 0x75, 0x22, 0x9d, 0x31, 0x03, + 0xc0, 0x2a, 0x36, 0xc4, 0xef, 0x4c, 0xc1, 0x62, 0x20, 0xc9, 0x33, 0xde, 0xd8, 0xb6, 0xfb, 0x4c, + 0x6c, 0x9c, 0x3e, 0x73, 0xcf, 0xef, 0x24, 0x79, 0xeb, 0x8e, 0x3b, 0xec, 0xf9, 0xb8, 0x84, 0x3b, + 0xd4, 0xc4, 0x73, 0x72, 0xa8, 0x77, 0xed, 0xd7, 0xc9, 0x2c, 0x87, 0xca, 0xd7, 0x4f, 0xa3, 0x3b, + 0xd3, 0xac, 0xd7, 0x99, 0xa2, 0x3a, 0x4c, 0xb3, 0xbd, 0x40, 0xeb, 0x50, 0xc9, 0xbb, 0xe3, 0xb4, + 0xf8, 0xaa, 0xd5, 0xf2, 0xec, 0x5a, 0xb9, 0xc5, 0x2a, 0xd8, 0x0a, 0xa7, 0x83, 0xad, 0x30, 0xff, + 0x8b, 0x02, 0x64, 0x3c, 0x7c, 0x9c, 0x0d, 0x45, 0xc1, 0xb5, 0xa1, 0x88, 0x1e, 0xc0, 0xa4, 0x7d, + 0x71, 0x20, 0x1b, 0x1a, 0x78, 0x05, 0xcb, 0xe9, 0x53, 0x2f, 0x2d, 0xa6, 0xa8, 0x35, 0xb1, 0x44, + 0x59, 0xa2, 0x65, 0x98, 0x6e, 0xb2, 0xbd, 0x59, 0xb6, 0xa5, 0x28, 0x59, 0x49, 0xf1, 0x13, 0x58, + 0x0e, 0xa3, 0x25, 0xb3, 0xaa, 0xba, 0x54, 0xd8, 0xae, 0xdd, 0xda, 0x91, 0xb6, 0xe8, 0xe2, 0x8f, + 0x2c, 0x95, 0x6b, 0x7b, 0x9b, 0x75, 0xb9, 0xb8, 0x53, 0x0a, 0x58, 0x5e, 0xaa, 0xed, 0x15, 0x8b, + 0xe5, 0x5a, 0x8d, 0x2d, 0x46, 0x96, 0x25, 0x69, 0x47, 0xca, 0xc5, 0x44, 0x0d, 0x92, 0xb5, 0xc6, + 0x21, 0x6e, 0xf6, 0xe9, 0x2d, 0xd5, 0xbc, 0x8e, 0x1b, 0x7d, 0x5d, 0xa7, 0x87, 0x0d, 0x7a, 0x58, + 0x57, 0xb5, 0xa6, 0x6c, 0x3d, 0xad, 0xcd, 0x3b, 0xc7, 0xd9, 0x81, 0xcd, 0xc9, 0x12, 0x47, 0xa8, + 0x4c, 0x48, 0xcb, 0x0e, 0xf9, 0x2e, 0xa5, 0xb6, 0xf2, 0x48, 0x94, 0xcb, 0x5e, 0x27, 0x10, 0xff, + 0x49, 0x0c, 0x66, 0xfd, 0xb7, 0xf1, 0x4f, 0x79, 0xef, 0xfc, 0x12, 0xa4, 0x9b, 0xce, 0x4d, 0x6c, + 0xae, 0x39, 0x37, 0xc8, 0xff, 0xda, 0xe1, 0xe4, 0x58, 0xaf, 0x1d, 0xbe, 0x07, 0xe9, 0x7e, 0xcf, + 0xd9, 0x94, 0x4c, 0x8c, 0x26, 0x66, 0xe8, 0x94, 0x78, 0xf0, 0xe9, 0x91, 0xa9, 0x53, 0x3f, 0x3d, + 0x22, 0xfe, 0xab, 0x18, 0xa0, 0xd2, 0xc0, 0xab, 0x2d, 0x3f, 0x8e, 0x6a, 0x0b, 0x7c, 0xec, 0x69, + 0xea, 0x19, 0x1f, 0x7b, 0x12, 0x1f, 0x43, 0xa2, 0xac, 0xeb, 0x9a, 0x8e, 0x6e, 0x38, 0xfd, 0x8c, + 0x99, 0x33, 0xb2, 0x98, 0xea, 0xbd, 0x06, 0xbd, 0xcd, 0xd3, 0x37, 0xec, 0xbe, 0x87, 0xde, 0x65, + 0x5b, 0xeb, 0x54, 0x4a, 0x2b, 0x6c, 0x1c, 0x5a, 0x11, 0x07, 0x5b, 0xfc, 0x5e, 0x02, 0xe0, 0x8e, + 0xb6, 0x5f, 0xd7, 0xd5, 0x56, 0x0b, 0xeb, 0x5f, 0x5e, 0x53, 0xdd, 0x81, 0xb4, 0x65, 0x67, 0x8f, + 0xb4, 0x7d, 0xde, 0x54, 0x51, 0x5f, 0xb2, 0x20, 0xc1, 0x81, 0x6a, 0xc3, 0x48, 0x2c, 0x67, 0x32, + 0x79, 0xad, 0x21, 0x23, 0x2c, 0x96, 0x73, 0x6a, 0xb6, 0xca, 0x7f, 0x25, 0x9b, 0x14, 0xbd, 0x01, + 0x53, 0x98, 0x68, 0xdb, 0x3a, 0xa2, 0x12, 0x16, 0xcc, 0xd1, 0x26, 0x91, 0x38, 0xae, 0xdf, 0xe6, + 0xa6, 0x9f, 0xc5, 0xe6, 0x92, 0x63, 0xd9, 0xdc, 0x07, 0x90, 0x69, 0x2b, 0x86, 0x29, 0xeb, 0xfd, + 0x2e, 0x23, 0x4f, 0x8d, 0x24, 0x4f, 0x13, 0x02, 0xa9, 0xdf, 0xa5, 0xf4, 0x5f, 0x87, 0x29, 0xf6, + 0x11, 0x80, 0x65, 0xa0, 0x23, 0xc3, 0xb5, 0xd1, 0x4a, 0xe3, 0x96, 0xc6, 0xe9, 0xf2, 0x35, 0x98, + 0xb6, 0x0c, 0xe5, 0xab, 0x90, 0x34, 0xb8, 0x3f, 0x1e, 0x11, 0x8e, 0x58, 0x6e, 0xbb, 0x32, 0x21, + 0xd9, 0x24, 0x1b, 0x29, 0x98, 0xe6, 0xed, 0x20, 0x56, 0x60, 0x8a, 0x15, 0x83, 0x96, 0x00, 0xd5, + 0xea, 0x85, 0xfa, 0x5e, 0x6d, 0x70, 0x4c, 0xa8, 0x94, 0x0b, 0x9b, 0xf5, 0xca, 0x83, 0x9c, 0x80, + 0x00, 0xa6, 0x76, 0x0b, 0x7b, 0xb5, 0x72, 0x89, 0x3d, 0x8b, 0x5c, 0x2c, 0x6c, 0x17, 0xcb, 0x9b, + 0x9b, 0xe5, 0x52, 0x2e, 0xbe, 0x91, 0x80, 0xf8, 0x23, 0x6d, 0x5f, 0xfc, 0xdd, 0x38, 0x4c, 0xb1, + 0x97, 0x20, 0xd0, 0x5d, 0xc8, 0x18, 0xca, 0x13, 0xd7, 0x0b, 0x80, 0xc2, 0xd0, 0x65, 0x2a, 0x46, + 0xb5, 0x5a, 0x53, 0x9e, 0xd8, 0x8f, 0x03, 0x56, 0x26, 0xa4, 0x19, 0xc3, 0x95, 0x46, 0x15, 0x98, + 0xee, 0xf5, 0xf7, 0x65, 0xa3, 0xbf, 0x3f, 0xe2, 0x9d, 0x28, 0xce, 0x6c, 0xb7, 0xbf, 0xdf, 0x56, + 0x8d, 0xc3, 0xba, 0xb6, 0xdb, 0xdf, 0xaf, 0xf5, 0xf7, 0x2b, 0x13, 0xd2, 0x54, 0x8f, 0xfe, 0x43, + 0x47, 0x70, 0xa6, 0xc7, 0x32, 0x79, 0x38, 0x79, 0x22, 0x9b, 0x9a, 0xdc, 0x30, 0x1a, 0x8d, 0x11, + 0x13, 0x27, 0x2f, 0x67, 0x3e, 0x74, 0xd7, 0xb5, 0xa2, 0xd1, 0x68, 0x54, 0x26, 0xa4, 0x85, 0x5e, + 0x00, 0x3c, 0x2f, 0xc3, 0x8c, 0xbb, 0x5a, 0x68, 0xc7, 0x7e, 0x0b, 0xc9, 0x73, 0x98, 0x60, 0x25, + 0xfa, 0x5b, 0x48, 0xd6, 0xf3, 0x47, 0xfc, 0x4e, 0xf9, 0x55, 0x98, 0xf5, 0x55, 0x95, 0x84, 0x27, + 0xa6, 0xd6, 0xe3, 0xf7, 0x02, 0x53, 0x12, 0x4b, 0xe4, 0x97, 0x60, 0x21, 0x48, 0x72, 0x32, 0xf4, + 0xb2, 0x77, 0x3b, 0xc4, 0x5f, 0x17, 0xe0, 0x7c, 0x91, 0x76, 0x1a, 0xff, 0x3b, 0x39, 0x23, 0xde, + 0xd1, 0xba, 0x0b, 0xb9, 0x81, 0x87, 0x78, 0x62, 0x63, 0x3d, 0xc4, 0x33, 0xeb, 0x7b, 0xe5, 0x0a, + 0x5d, 0x84, 0xb4, 0xfd, 0x1a, 0x96, 0xda, 0xe4, 0x9e, 0x0d, 0x2c, 0x50, 0xb5, 0x29, 0xfe, 0x9e, + 0x00, 0xe7, 0xf7, 0x68, 0x27, 0x0d, 0x11, 0x36, 0xc8, 0xa5, 0x7e, 0x09, 0x82, 0x3a, 0xae, 0x85, + 0xee, 0x73, 0xc5, 0x43, 0x7c, 0x03, 0x0d, 0xa2, 0xb7, 0x14, 0xe3, 0xc8, 0x72, 0x2d, 0xe4, 0xbf, + 0xb8, 0x06, 0x67, 0x6f, 0x63, 0x33, 0x7a, 0x05, 0xc4, 0x9f, 0x13, 0xe0, 0x1c, 0x7b, 0xa7, 0xc6, + 0x43, 0x62, 0x8c, 0x6a, 0xa1, 0x0b, 0x00, 0x3d, 0xa5, 0x85, 0x65, 0x53, 0x3b, 0xe2, 0x6f, 0x47, + 0xa6, 0xa4, 0x14, 0x81, 0xd4, 0x09, 0x00, 0x9d, 0x03, 0x9a, 0x70, 0xf6, 0x9b, 0x12, 0x52, 0x92, + 0x00, 0xe8, 0xd1, 0xc2, 0xb3, 0x90, 0xa4, 0xdb, 0x73, 0xf2, 0xfe, 0x09, 0x7f, 0x93, 0x6c, 0x9a, + 0xa6, 0x37, 0x4e, 0xc4, 0xef, 0x0a, 0x70, 0x3e, 0x58, 0x1c, 0xfe, 0x7a, 0x4e, 0x0d, 0xe6, 0xfc, + 0x0a, 0xb7, 0x26, 0xdf, 0x51, 0x35, 0x9e, 0xf3, 0x69, 0xdc, 0x40, 0x57, 0x60, 0xb6, 0x8b, 0x8f, + 0x4d, 0x79, 0xa0, 0x46, 0x19, 0x02, 0xde, 0xb5, 0x6a, 0x25, 0xae, 0xc3, 0xf9, 0x12, 0x6e, 0xe3, + 0x71, 0x2c, 0x84, 0xee, 0x52, 0xb0, 0x3e, 0xe0, 0xb8, 0xe3, 0x51, 0xca, 0xdd, 0x80, 0xf4, 0x23, + 0x6d, 0x5f, 0xe6, 0x8e, 0x95, 0x1b, 0xd4, 0x8b, 0x23, 0xbd, 0xbc, 0x04, 0x8f, 0x9c, 0x00, 0xe0, + 0x02, 0x00, 0xa7, 0x77, 0xcc, 0x3d, 0xc5, 0x21, 0xd5, 0x26, 0x99, 0x51, 0x9f, 0x61, 0xd6, 0x3e, + 0x28, 0x56, 0x90, 0xa1, 0x3f, 0x0f, 0x91, 0x9e, 0xc9, 0xb2, 0x57, 0x60, 0xe1, 0x36, 0x36, 0x23, + 0x09, 0x2b, 0xfe, 0x40, 0x80, 0x79, 0xa6, 0xf3, 0x52, 0xbb, 0x77, 0x47, 0xdb, 0x1f, 0xa5, 0x6f, + 0x5f, 0x4c, 0x13, 0x7b, 0x96, 0x98, 0xa6, 0x0a, 0x49, 0x5d, 0x35, 0x8e, 0x28, 0xa3, 0xf8, 0xf0, + 0x43, 0x66, 0x41, 0x2f, 0x37, 0x55, 0x26, 0xa4, 0x69, 0x42, 0x4f, 0x58, 0x2d, 0xc2, 0x14, 0xd1, + 0xb9, 0xda, 0xe4, 0xbd, 0x24, 0xf1, 0x48, 0xdb, 0xaf, 0x36, 0xad, 0xd1, 0xf1, 0x9b, 0x02, 0x2c, + 0x91, 0xae, 0xe2, 0xa8, 0xe4, 0x87, 0xd5, 0x69, 0xbf, 0x29, 0xc0, 0x99, 0x01, 0x49, 0x78, 0x7f, + 0x2d, 0xc1, 0x8c, 0xcb, 0x6e, 0xac, 0xae, 0x1a, 0xc1, 0x70, 0xd2, 0x8e, 0xe1, 0x44, 0xef, 0xa0, + 0x37, 0xe1, 0x0c, 0xeb, 0xa0, 0xd1, 0xec, 0xe4, 0x6f, 0xc7, 0x20, 0xe7, 0x6f, 0x4e, 0x32, 0x91, + 0xe2, 0x1f, 0x7f, 0xf2, 0x8e, 0xa8, 0x2f, 0x85, 0x5e, 0xc9, 0x77, 0x8f, 0xa5, 0x19, 0xc3, 0xf3, + 0xce, 0xe1, 0x73, 0x7d, 0x10, 0x32, 0xf4, 0x61, 0xc7, 0x78, 0xf8, 0xf3, 0x9c, 0xae, 0x27, 0xb7, + 0x26, 0xc7, 0x7a, 0x72, 0xeb, 0xdf, 0x24, 0x60, 0x8a, 0xf5, 0x9e, 0x40, 0x7f, 0xf0, 0x26, 0xff, + 0xea, 0xc6, 0xf0, 0xaf, 0xd7, 0x30, 0x06, 0xae, 0xcf, 0x6c, 0xbc, 0x4f, 0xdf, 0xe9, 0x36, 0x31, + 0x5f, 0xba, 0xbd, 0x32, 0x94, 0x8e, 0x98, 0x03, 0x89, 0x28, 0xb1, 0xc4, 0x88, 0xd0, 0x47, 0x30, + 0x43, 0xfb, 0x96, 0x35, 0xa5, 0x62, 0x93, 0x8f, 0xd7, 0x4f, 0x71, 0x22, 0xbd, 0x32, 0x21, 0xa5, + 0x75, 0xd7, 0x63, 0x08, 0x0f, 0xc1, 0x1a, 0x87, 0x6d, 0xe6, 0xc3, 0xcf, 0x03, 0x86, 0x3d, 0x38, + 0x58, 0x99, 0x90, 0xac, 0x16, 0xb7, 0x78, 0x3f, 0xd3, 0x17, 0x10, 0xde, 0x01, 0xa0, 0x6f, 0x99, + 0x47, 0x9d, 0xa4, 0xa4, 0x28, 0x36, 0x25, 0x7d, 0x13, 0x92, 0xb8, 0xdb, 0x8c, 0x3a, 0x41, 0x99, + 0xc6, 0xdd, 0x26, 0x25, 0xbb, 0x06, 0x39, 0x57, 0x8f, 0x65, 0x06, 0x06, 0xb4, 0xe5, 0xb3, 0x4e, + 0x97, 0xa4, 0xb6, 0xe5, 0xcc, 0xbb, 0xd2, 0xd1, 0xe7, 0x5d, 0x62, 0x03, 0x92, 0x56, 0xbb, 0xa2, + 0xb3, 0xb0, 0x78, 0x67, 0x67, 0x43, 0x26, 0x93, 0x85, 0x80, 0xf5, 0xa3, 0xdd, 0xf2, 0x76, 0xa9, + 0xba, 0x7d, 0x3b, 0x27, 0x90, 0x84, 0xb4, 0xb7, 0xbd, 0x4d, 0x12, 0x31, 0x94, 0x84, 0xc9, 0xd2, + 0xce, 0x76, 0x39, 0x17, 0x47, 0x33, 0x90, 0x64, 0xd3, 0x86, 0x72, 0x29, 0x37, 0x49, 0x26, 0x14, + 0xb7, 0x0a, 0x55, 0xf2, 0x3f, 0x41, 0xa6, 0x25, 0xd6, 0x82, 0xd6, 0x15, 0xc8, 0xdd, 0xc6, 0xa6, + 0x77, 0x20, 0x08, 0x72, 0x06, 0xff, 0x41, 0x00, 0x44, 0xbc, 0x18, 0xc3, 0x0c, 0xf0, 0xa5, 0x93, + 0x1e, 0x5f, 0xea, 0xbc, 0xfb, 0x27, 0xb8, 0xdf, 0xfd, 0xf3, 0x3a, 0xd1, 0x98, 0xcf, 0x89, 0x7a, + 0x1d, 0x70, 0xdc, 0xef, 0x80, 0xad, 0x4e, 0x95, 0x18, 0xaf, 0x53, 0xb9, 0x5d, 0xf3, 0x94, 0xd7, + 0x35, 0xf7, 0x60, 0xde, 0x53, 0x27, 0xee, 0x95, 0x5f, 0x83, 0xc9, 0x47, 0xda, 0xbe, 0xe5, 0x8d, + 0x2f, 0x0c, 0x2d, 0x48, 0xa2, 0xa8, 0x91, 0x5d, 0xf0, 0x2b, 0x30, 0x5f, 0x54, 0xba, 0x0d, 0xdc, + 0x1e, 0xad, 0xf1, 0x57, 0x60, 0x9e, 0x79, 0xeb, 0xd1, 0xa8, 0xbf, 0x2d, 0xc0, 0x45, 0x3e, 0xa2, + 0x0f, 0x2c, 0x4b, 0x8d, 0x1a, 0xf5, 0x1e, 0xc2, 0x7c, 0xc0, 0x03, 0xd6, 0x23, 0x4e, 0x4d, 0x04, + 0x14, 0x83, 0x06, 0x9f, 0xb9, 0x1e, 0x3d, 0xab, 0xf8, 0xf7, 0x02, 0x5c, 0x64, 0x71, 0x56, 0xb8, + 0xe0, 0x41, 0xfe, 0xf5, 0xcb, 0x14, 0xfa, 0x99, 0xe2, 0xb0, 0x75, 0x38, 0x4f, 0xba, 0xd3, 0x38, + 0x95, 0x11, 0x7f, 0x5e, 0x80, 0x17, 0xa8, 0x19, 0x0e, 0x50, 0xfd, 0xb0, 0x42, 0x96, 0x7f, 0x20, + 0xc0, 0xc5, 0x50, 0x89, 0x78, 0x27, 0xf9, 0x18, 0x16, 0x02, 0x9a, 0xc0, 0xea, 0x34, 0x63, 0xb4, + 0xc1, 0xfc, 0x60, 0x1b, 0x44, 0xef, 0x4f, 0x6f, 0xc2, 0x45, 0xde, 0x49, 0xc6, 0x52, 0xf9, 0xdf, + 0x8f, 0xc1, 0xb9, 0x4d, 0x45, 0x6f, 0x61, 0xf6, 0x51, 0x35, 0xe7, 0xa3, 0x89, 0x3c, 0x96, 0xa8, + 0x40, 0x9a, 0x2f, 0x1b, 0xf4, 0x14, 0xf3, 0x90, 0x87, 0x38, 0xa1, 0xa7, 0xae, 0xdb, 0x5a, 0xbf, + 0xc9, 0xe3, 0x9c, 0x5d, 0xc5, 0x3c, 0x94, 0x80, 0xd1, 0x92, 0xff, 0x48, 0x81, 0xa5, 0x06, 0xc9, + 0x97, 0xad, 0xa8, 0x89, 0x7e, 0xbc, 0xc4, 0xc0, 0xd6, 0xc1, 0xb6, 0x95, 0x08, 0x4c, 0x6f, 0xa9, + 0xf4, 0x6b, 0x6a, 0xf4, 0xbe, 0xc0, 0x20, 0x18, 0x6d, 0xc3, 0xec, 0xbe, 0xda, 0x92, 0x1f, 0xf7, + 0xb1, 0x7e, 0x22, 0xb3, 0xfd, 0xaf, 0x68, 0xaf, 0x62, 0x51, 0x13, 0xae, 0x4c, 0x48, 0x99, 0x7d, + 0x37, 0xc0, 0x75, 0x46, 0xe9, 0xfb, 0x02, 0x2c, 0x90, 0xc2, 0x70, 0xd3, 0x77, 0xde, 0xdd, 0xbf, + 0x56, 0x2a, 0x8c, 0x5c, 0x2b, 0x8d, 0x0d, 0xae, 0x95, 0xb6, 0xe1, 0x4c, 0x9b, 0xb4, 0x81, 0xcc, + 0xcf, 0xce, 0xb9, 0x3e, 0x79, 0x39, 0x7c, 0x61, 0x68, 0x48, 0xcb, 0x55, 0x26, 0xa4, 0xc5, 0x76, + 0x50, 0xb6, 0xbd, 0x59, 0xfa, 0xd7, 0x63, 0xb0, 0xe8, 0xad, 0x13, 0xff, 0xf2, 0x0c, 0x2a, 0xc2, + 0x94, 0x27, 0xa4, 0xbd, 0x3e, 0x24, 0xa4, 0xf5, 0x6b, 0x44, 0xe2, 0xa4, 0xfe, 0x70, 0x26, 0x36, + 0x56, 0x38, 0xf3, 0x75, 0x6f, 0xfc, 0xb7, 0x12, 0x49, 0x00, 0x4f, 0x0c, 0xe8, 0x04, 0x1d, 0x93, + 0x63, 0x04, 0x1d, 0xff, 0x51, 0x80, 0xac, 0x97, 0x69, 0xa0, 0xd7, 0xdd, 0x83, 0x59, 0xb6, 0x9f, + 0x64, 0xda, 0x5f, 0xf1, 0x19, 0x7e, 0x51, 0x28, 0x50, 0xcf, 0x52, 0x96, 0x33, 0xb1, 0xf4, 0x7e, + 0x1f, 0x72, 0x3d, 0xcc, 0xbe, 0x31, 0xc3, 0xd9, 0x8e, 0xda, 0x6e, 0x0e, 0xe6, 0x3b, 0xcb, 0xb9, + 0xf0, 0xb4, 0x21, 0xfe, 0x9a, 0x00, 0xe7, 0xd8, 0xb0, 0xe8, 0x25, 0x18, 0xe5, 0x55, 0x1d, 0x43, + 0x88, 0x9d, 0xde, 0x10, 0x6e, 0xc2, 0xbc, 0x41, 0xf3, 0x5d, 0x57, 0x50, 0xec, 0x31, 0x30, 0x67, + 0x78, 0x48, 0xab, 0x4d, 0xf1, 0x37, 0x05, 0x38, 0xc7, 0x46, 0xc2, 0x60, 0x59, 0x83, 0xda, 0xe3, + 0xb9, 0xc8, 0xf9, 0x4c, 0xc3, 0xdd, 0x2a, 0x2c, 0xdf, 0xc6, 0x66, 0x64, 0x89, 0xc5, 0xbf, 0x26, + 0x40, 0x9e, 0x0c, 0x2c, 0x5e, 0x8a, 0x1f, 0xd6, 0x30, 0xf7, 0xb7, 0xf8, 0xea, 0xde, 0x80, 0x34, + 0x7c, 0x88, 0xbb, 0x0b, 0x73, 0xfe, 0x26, 0xb4, 0xc6, 0xb7, 0x97, 0x23, 0xa9, 0x5a, 0x9a, 0xf5, + 0xb6, 0x73, 0xf4, 0x71, 0xed, 0x35, 0x38, 0xc7, 0xc6, 0xb5, 0xc8, 0xba, 0x5d, 0xd9, 0x82, 0x8c, + 0xe7, 0x8b, 0x9e, 0xe8, 0x0c, 0xcc, 0x17, 0x77, 0xb6, 0xeb, 0xe5, 0x6d, 0xff, 0x91, 0xde, 0x1c, + 0xcc, 0x58, 0x19, 0xf5, 0xf2, 0x47, 0xf5, 0x9c, 0x80, 0xe6, 0x20, 0x63, 0x41, 0xd8, 0xa7, 0x1a, + 0x63, 0x2b, 0x9f, 0x09, 0x30, 0xe3, 0xfe, 0xcc, 0x2e, 0xba, 0x00, 0x67, 0xb7, 0x0a, 0xf5, 0x62, + 0xa5, 0xba, 0x7d, 0x3b, 0xe8, 0x2b, 0x8f, 0xe7, 0x61, 0xd9, 0x9b, 0x7d, 0x6b, 0x6f, 0x73, 0x53, + 0xa6, 0xa0, 0x9c, 0x80, 0x2e, 0xc2, 0x39, 0x6f, 0xee, 0x6e, 0x41, 0xaa, 0x57, 0x0b, 0x16, 0x42, + 0x6c, 0x10, 0xa1, 0xba, 0x7d, 0xaf, 0x2c, 0xd5, 0xca, 0x1c, 0x21, 0xbe, 0xb2, 0xeb, 0xbc, 0x91, + 0xee, 0x7a, 0xaa, 0x9c, 0xcc, 0x91, 0xca, 0xdb, 0x7b, 0x5b, 0x41, 0x12, 0xa5, 0x61, 0xba, 0x4a, + 0x01, 0xbc, 0x86, 0x52, 0xb5, 0xf6, 0xa1, 0x5c, 0xd8, 0x2e, 0x6c, 0x3e, 0xa8, 0x55, 0x6b, 0xb9, + 0xd8, 0xca, 0xbf, 0x14, 0x00, 0x0d, 0x9e, 0x82, 0x42, 0x97, 0xe1, 0xa2, 0x54, 0xde, 0xa4, 0x1b, + 0xf8, 0xe1, 0x67, 0x70, 0x66, 0x20, 0x59, 0xbe, 0xbb, 0x57, 0xd8, 0x94, 0xeb, 0x3b, 0x39, 0x81, + 0x28, 0x74, 0x7b, 0xa7, 0x2e, 0xdb, 0x10, 0x7a, 0xa9, 0xe8, 0xb6, 0x54, 0x2e, 0xd4, 0xcb, 0x92, + 0x5c, 0xaf, 0x14, 0xb6, 0xd9, 0xc7, 0x2c, 0x37, 0xcb, 0xb5, 0x1a, 0x4b, 0x4e, 0xa2, 0x3c, 0x2c, + 0xb9, 0x11, 0xe4, 0x1d, 0x89, 0x91, 0xd7, 0x72, 0x09, 0xd2, 0x70, 0x36, 0xaa, 0x2b, 0x63, 0x8a, + 0xcc, 0xe1, 0xca, 0x1f, 0x55, 0x6b, 0xf5, 0x5a, 0x6e, 0x7a, 0x45, 0x02, 0x70, 0xa6, 0x3a, 0x44, + 0xfb, 0xa5, 0xcd, 0x5d, 0x99, 0x4c, 0x17, 0x03, 0x34, 0x31, 0x0b, 0x69, 0xae, 0x09, 0x82, 0x91, + 0x13, 0xd0, 0x22, 0xcc, 0x79, 0xb4, 0x41, 0xc1, 0xb1, 0x95, 0x2e, 0xcc, 0x07, 0x8c, 0x2d, 0xe8, + 0x0a, 0x88, 0xf4, 0xd3, 0x0c, 0x25, 0xb9, 0xba, 0x7d, 0x6b, 0x87, 0x15, 0x30, 0x72, 0x52, 0x9a, + 0x82, 0x84, 0x54, 0x2e, 0x94, 0x1e, 0xe4, 0x62, 0xae, 0xa9, 0x67, 0x9c, 0x35, 0xca, 0xbd, 0xc2, + 0x66, 0xb5, 0x94, 0x9b, 0x5c, 0xff, 0xb5, 0xeb, 0xb4, 0x12, 0x35, 0xac, 0x3f, 0x51, 0x1b, 0x18, + 0xfd, 0x5d, 0xe7, 0x93, 0xcd, 0xdc, 0x92, 0xd1, 0x8d, 0x91, 0x2b, 0x41, 0xae, 0x0f, 0x8f, 0xe4, + 0x6f, 0x46, 0xc4, 0x66, 0xfd, 0x5b, 0x5c, 0xff, 0x4b, 0x9f, 0xff, 0x8f, 0x5f, 0x88, 0xdd, 0x10, + 0xaf, 0xae, 0x3d, 0x59, 0x5f, 0xfb, 0x49, 0xe6, 0x6b, 0xbe, 0xda, 0xd3, 0xb5, 0x47, 0xb8, 0x61, + 0x1a, 0x6b, 0x2b, 0x3f, 0xbd, 0xc6, 0x3f, 0x25, 0xf8, 0x2e, 0x5f, 0xb2, 0x78, 0x57, 0x58, 0x41, + 0xdf, 0x16, 0x20, 0xed, 0xfa, 0xcc, 0x13, 0x7a, 0x25, 0xf2, 0x67, 0xbd, 0xf2, 0x2b, 0x51, 0x50, + 0xb9, 0x68, 0x6b, 0x54, 0xb4, 0x57, 0xc4, 0x97, 0xc2, 0x44, 0xa3, 0x9f, 0x92, 0x7a, 0x97, 0xdd, + 0x4c, 0x25, 0x72, 0xfd, 0x86, 0x00, 0x73, 0x03, 0x5f, 0x13, 0x42, 0x6b, 0x51, 0x36, 0xe9, 0xdd, + 0x1a, 0x7c, 0x35, 0x3a, 0x01, 0x97, 0xf4, 0x4d, 0x2a, 0xe9, 0x9a, 0xb8, 0x32, 0x4a, 0x89, 0x4e, + 0x98, 0x6f, 0xc9, 0x2b, 0x45, 0x96, 0x57, 0x1a, 0x57, 0x5e, 0xe9, 0xd9, 0xe5, 0xd5, 0x3d, 0xf2, + 0xfe, 0x8c, 0x00, 0x19, 0xcf, 0x17, 0x0b, 0xd0, 0xf5, 0xd0, 0xcf, 0x84, 0x0e, 0x7e, 0x2c, 0x21, + 0x7f, 0x23, 0x1a, 0x32, 0x97, 0x71, 0x91, 0xca, 0x38, 0x8b, 0x32, 0x44, 0x46, 0xe7, 0xa4, 0xf6, + 0x1f, 0x09, 0xb0, 0x18, 0xb8, 0x61, 0x88, 0x5e, 0x0f, 0x3d, 0xe4, 0x1e, 0xbe, 0xbd, 0x98, 0x8f, + 0xb8, 0x23, 0x24, 0xb6, 0xa8, 0x34, 0x8a, 0x78, 0xd3, 0xad, 0x31, 0x4d, 0x6f, 0x29, 0x5d, 0xf5, + 0x53, 0x76, 0x12, 0x8d, 0x1a, 0xa4, 0x6f, 0xdb, 0xe8, 0x5d, 0x61, 0xe5, 0xe1, 0x4d, 0xf1, 0x5a, + 0xa8, 0xfd, 0x0e, 0xa2, 0xd3, 0xfa, 0x05, 0xee, 0x31, 0x86, 0xd6, 0x6f, 0xd8, 0x8e, 0xe4, 0xb8, + 0xf5, 0x5b, 0x67, 0xf5, 0x23, 0x63, 0xa9, 0xbf, 0x76, 0x03, 0xd2, 0xae, 0xad, 0xfc, 0x34, 0xad, + 0xdf, 0xfa, 0x35, 0x87, 0xc6, 0xa9, 0x5d, 0x08, 0x3a, 0xfa, 0xbe, 0x00, 0x68, 0x70, 0xff, 0x11, + 0x85, 0xd9, 0x70, 0xe8, 0x56, 0x65, 0xe4, 0x9a, 0x29, 0xb4, 0x66, 0x3f, 0x81, 0xc6, 0xab, 0xd9, + 0xc3, 0x15, 0x14, 0xb9, 0x5a, 0xe8, 0x07, 0x82, 0xf5, 0x79, 0x10, 0xdf, 0xae, 0xe1, 0xfa, 0x50, + 0x8b, 0x0f, 0xdc, 0x4e, 0xcd, 0xbf, 0x3e, 0x16, 0x0d, 0xef, 0x2c, 0xde, 0x4a, 0x46, 0x35, 0x4f, + 0xbb, 0x92, 0x11, 0x6c, 0x13, 0xfd, 0x81, 0x00, 0x8b, 0x81, 0x5b, 0x9b, 0xa1, 0x86, 0x39, 0x6c, + 0x23, 0x34, 0x1f, 0xf2, 0xf4, 0xb5, 0x55, 0x93, 0x95, 0x71, 0x9b, 0x6b, 0x25, 0x7a, 0x73, 0xfd, + 0xa9, 0x00, 0xcb, 0x61, 0x2b, 0x85, 0xe8, 0xad, 0xa1, 0x5e, 0x24, 0x74, 0x85, 0x25, 0x1f, 0x7d, + 0xb1, 0x47, 0xec, 0xd0, 0x2a, 0xb6, 0xc4, 0x57, 0x87, 0x36, 0x56, 0xc0, 0x8a, 0x10, 0xe9, 0x6e, + 0xaf, 0x8a, 0xd7, 0xc3, 0x9a, 0x2c, 0x98, 0x82, 0x56, 0x37, 0x6c, 0x7d, 0x31, 0xb4, 0xba, 0x23, + 0x16, 0x24, 0x4f, 0x51, 0xdd, 0xf5, 0x57, 0xc3, 0x5b, 0x34, 0x40, 0x72, 0xee, 0x5d, 0x5e, 0x5d, + 0xbf, 0x1e, 0xd8, 0xae, 0xa1, 0x14, 0xe8, 0xbf, 0x0a, 0xb0, 0x18, 0xb8, 0xfc, 0x18, 0x6a, 0xa7, + 0xc3, 0x16, 0x2b, 0xc7, 0xa9, 0x28, 0xf7, 0xa1, 0x68, 0xec, 0x8a, 0x3e, 0xbc, 0x89, 0xc6, 0xa9, + 0x25, 0xfa, 0xdf, 0x7c, 0x37, 0x35, 0x60, 0x69, 0x12, 0xbd, 0x39, 0xc4, 0x7d, 0x84, 0x2f, 0xae, + 0xe6, 0xdf, 0x1a, 0x97, 0x8c, 0x3b, 0x1e, 0x6f, 0x9d, 0xc7, 0xb0, 0x65, 0xbb, 0xce, 0xd1, 0x0c, + 0x19, 0x7d, 0x2e, 0xc0, 0x72, 0xd8, 0x2a, 0x67, 0xa8, 0x15, 0x8f, 0x58, 0x16, 0x0d, 0x75, 0x42, + 0xbc, 0x56, 0x2b, 0xa7, 0x68, 0xc9, 0x95, 0xb1, 0x5a, 0xf2, 0xdb, 0x02, 0xe4, 0xfc, 0x47, 0x3f, + 0xd0, 0xea, 0x50, 0x17, 0x34, 0xb0, 0x6f, 0x9d, 0x1f, 0xbd, 0x55, 0x2e, 0xae, 0xd2, 0x0a, 0x5d, + 0x13, 0x2f, 0x87, 0xa9, 0xdc, 0xb5, 0x95, 0xce, 0x23, 0xfc, 0x9c, 0xff, 0xec, 0x47, 0xa8, 0x5c, + 0x21, 0x87, 0x44, 0xc6, 0x90, 0x6b, 0xfd, 0x72, 0xa0, 0xd2, 0x5c, 0x42, 0xf1, 0xce, 0xfd, 0x73, + 0x02, 0x64, 0x3c, 0x67, 0x3c, 0x42, 0x23, 0xd0, 0xa0, 0x93, 0x20, 0x51, 0x24, 0xba, 0x4e, 0x25, + 0x7a, 0x19, 0x45, 0x91, 0x08, 0xfd, 0x1d, 0x01, 0x66, 0x7d, 0xc7, 0x1a, 0xd0, 0xcd, 0x21, 0x3d, + 0x69, 0xf0, 0x20, 0x46, 0x7e, 0x35, 0x2a, 0x3a, 0xef, 0x70, 0x5e, 0xf9, 0x86, 0xb7, 0x24, 0xfa, + 0x26, 0x7d, 0x5f, 0xc9, 0x7b, 0xda, 0x21, 0xb4, 0x19, 0x43, 0x8e, 0x45, 0x84, 0x76, 0x12, 0x2e, + 0xc9, 0x4a, 0x24, 0x4d, 0xfd, 0x15, 0x01, 0x66, 0xdc, 0xe7, 0x6d, 0xd0, 0xca, 0xf0, 0x71, 0xd6, + 0xbd, 0xdd, 0x97, 0x1f, 0xbe, 0xfb, 0x28, 0xae, 0x50, 0x41, 0x5e, 0x12, 0x2f, 0x86, 0xfa, 0x13, + 0xb6, 0xb7, 0x49, 0x0c, 0xe8, 0x33, 0x01, 0xd2, 0xae, 0xed, 0xce, 0xd0, 0xa9, 0xeb, 0xe0, 0x36, + 0x6f, 0xe8, 0xd4, 0x35, 0x60, 0xf7, 0x54, 0xbc, 0x4a, 0x45, 0x7a, 0x11, 0x8d, 0x12, 0x09, 0xfd, + 0x14, 0xa4, 0xec, 0xad, 0x67, 0x74, 0x75, 0xc8, 0x00, 0x35, 0x8e, 0x42, 0xbc, 0xa5, 0x0f, 0xb8, + 0x22, 0x56, 0x34, 0x69, 0x95, 0x9f, 0x84, 0x19, 0xf7, 0xf6, 0x6a, 0x68, 0xa3, 0x04, 0xec, 0xc1, + 0x86, 0x9a, 0x05, 0x2f, 0x7c, 0x65, 0x64, 0xe1, 0xd4, 0x24, 0x5c, 0xfb, 0xc0, 0xe1, 0x26, 0x31, + 0xb8, 0x59, 0x1c, 0x5a, 0xfa, 0x6b, 0xb4, 0xf4, 0xeb, 0xe2, 0x95, 0x11, 0xa5, 0xbf, 0xdb, 0xa0, + 0x4c, 0x89, 0x49, 0xfc, 0x27, 0x01, 0x16, 0x82, 0x56, 0xc8, 0x43, 0xa3, 0xf7, 0x21, 0xcb, 0xe9, + 0xf9, 0x68, 0x6b, 0xa2, 0x22, 0xa6, 0x62, 0xca, 0xe2, 0x8d, 0xa1, 0xc3, 0xa6, 0x6f, 0xe1, 0x94, + 0xc4, 0x43, 0x43, 0x16, 0x6a, 0x06, 0xb1, 0x69, 0xd5, 0x82, 0x16, 0xd4, 0x43, 0xab, 0x36, 0x64, + 0xf5, 0x7d, 0xcc, 0xaa, 0xad, 0xdf, 0x08, 0x1f, 0x3b, 0x7d, 0x92, 0xf2, 0x50, 0xef, 0xc6, 0xfa, + 0xd5, 0xc0, 0x46, 0x0b, 0xc4, 0x46, 0x7f, 0x28, 0xc0, 0xdc, 0xc0, 0xb2, 0x7b, 0xe8, 0xda, 0x49, + 0xd8, 0x02, 0x7d, 0xd4, 0x4a, 0xc9, 0xb4, 0x52, 0x0f, 0xd0, 0x58, 0x95, 0x7a, 0xf8, 0x0a, 0x8a, + 0x5a, 0x23, 0x32, 0xed, 0x9f, 0x0f, 0x58, 0x86, 0x47, 0xaf, 0x0d, 0x71, 0x3a, 0xc1, 0x1b, 0x08, + 0xf9, 0xf5, 0x71, 0x48, 0xb8, 0xbf, 0xf2, 0xd6, 0x2f, 0xa2, 0x3d, 0xda, 0xf5, 0x1b, 0x6d, 0x8c, + 0xe8, 0xf7, 0x05, 0x58, 0x08, 0x5a, 0xcc, 0x0f, 0xb5, 0xc4, 0x21, 0x2b, 0xff, 0xa1, 0x9d, 0x9f, + 0xd7, 0x62, 0x65, 0xcc, 0x56, 0x5a, 0x89, 0xda, 0x4a, 0x1b, 0x9f, 0x09, 0x70, 0xb6, 0xa1, 0x75, + 0x82, 0x45, 0xde, 0x48, 0x96, 0xda, 0xbd, 0x5d, 0x22, 0xd1, 0xae, 0xf0, 0xf0, 0x6d, 0x8e, 0xd2, + 0xd2, 0xda, 0x4a, 0xb7, 0xb5, 0xaa, 0xe9, 0xad, 0xb5, 0x16, 0xee, 0x52, 0x79, 0xd7, 0x58, 0x96, + 0xd2, 0x53, 0x8d, 0x35, 0xce, 0x81, 0x38, 0xa6, 0xb5, 0x27, 0xeb, 0xef, 0x35, 0xdb, 0xbd, 0x5f, + 0x8f, 0xcd, 0xdf, 0x66, 0xa4, 0x74, 0xf7, 0x9b, 0xb8, 0xf4, 0xd5, 0x7b, 0xeb, 0xff, 0xd6, 0x82, + 0x7e, 0x4c, 0xa1, 0x1f, 0x97, 0xda, 0xbd, 0x8f, 0xef, 0xad, 0xef, 0x4f, 0x51, 0x86, 0xaf, 0xff, + 0xff, 0x00, 0x00, 0x00, 0xff, 0xff, 0xe3, 0x33, 0x95, 0xb1, 0xf8, 0x92, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/googleapis/privacy/dlp/v2/storage.pb.go b/googleapis/privacy/dlp/v2/storage.pb.go index 4c8e5b9c..8985be62 100644 --- a/googleapis/privacy/dlp/v2/storage.pb.go +++ b/googleapis/privacy/dlp/v2/storage.pb.go @@ -161,7 +161,7 @@ func (x CloudStorageOptions_SampleMethod) String() string { } func (CloudStorageOptions_SampleMethod) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ab5e749073e1398d, []int{7, 0} + return fileDescriptor_ab5e749073e1398d, []int{8, 0} } // How to sample rows if not all rows are scanned. Meaningful only when used @@ -194,7 +194,7 @@ func (x BigQueryOptions_SampleMethod) String() string { } func (BigQueryOptions_SampleMethod) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ab5e749073e1398d, []int{10, 0} + return fileDescriptor_ab5e749073e1398d, []int{11, 0} } // Type of information detected by the API. @@ -1418,6 +1418,110 @@ func (m *DatastoreOptions) GetKind() *KindExpression { return nil } +// Message representing a set of files in a Cloud Storage bucket. Regular +// expressions are used to allow fine-grained control over which files in the +// bucket to include. +// +// Included files are those that match at least one item in `include_regex` and +// do not match any items in `exclude_regex`. Note that a file that matches +// items from both lists will _not_ be included. For a match to occur, the +// entire file path (i.e., everything in the url after the bucket name) must +// match the regular expression. +// +// For example, given the input `{bucket_name: "mybucket", include_regex: +// ["directory1/.*"], exclude_regex: +// ["directory1/excluded.*"]}`: +// +// * `gs://mybucket/directory1/myfile` will be included +// * `gs://mybucket/directory1/directory2/myfile` will be included (`.*` matches +// across `/`) +// * `gs://mybucket/directory0/directory1/myfile` will _not_ be included (the +// full path doesn't match any items in `include_regex`) +// * `gs://mybucket/directory1/excludedfile` will _not_ be included (the path +// matches an item in `exclude_regex`) +// +// If `include_regex` is left empty, it will match all files by default +// (this is equivalent to setting `include_regex: [".*"]`). +// +// Some other common use cases: +// +// * `{bucket_name: "mybucket", exclude_regex: [".*\.pdf"]}` will include all +// files in `mybucket` except for .pdf files +// * `{bucket_name: "mybucket", include_regex: ["directory/[^/]+"]}` will +// include all files directly under `gs://mybucket/directory/`, without matching +// across `/` +type CloudStorageRegexFileSet struct { + // The name of a Cloud Storage bucket. Required. + BucketName string `protobuf:"bytes,1,opt,name=bucket_name,json=bucketName,proto3" json:"bucket_name,omitempty"` + // A list of regular expressions matching file paths to include. All files in + // the bucket that match at least one of these regular expressions will be + // included in the set of files, except for those that also match an item in + // `exclude_regex`. Leaving this field empty will match all files by default + // (this is equivalent to including `.*` in the list). + // + // Regular expressions use RE2 + // [syntax](https://github.com/google/re2/wiki/Syntax); a guide can be found + // under the google/re2 repository on GitHub. + IncludeRegex []string `protobuf:"bytes,2,rep,name=include_regex,json=includeRegex,proto3" json:"include_regex,omitempty"` + // A list of regular expressions matching file paths to exclude. All files in + // the bucket that match at least one of these regular expressions will be + // excluded from the scan. + // + // Regular expressions use RE2 + // [syntax](https://github.com/google/re2/wiki/Syntax); a guide can be found + // under the google/re2 repository on GitHub. + ExcludeRegex []string `protobuf:"bytes,3,rep,name=exclude_regex,json=excludeRegex,proto3" json:"exclude_regex,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *CloudStorageRegexFileSet) Reset() { *m = CloudStorageRegexFileSet{} } +func (m *CloudStorageRegexFileSet) String() string { return proto.CompactTextString(m) } +func (*CloudStorageRegexFileSet) ProtoMessage() {} +func (*CloudStorageRegexFileSet) Descriptor() ([]byte, []int) { + return fileDescriptor_ab5e749073e1398d, []int{7} +} + +func (m *CloudStorageRegexFileSet) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_CloudStorageRegexFileSet.Unmarshal(m, b) +} +func (m *CloudStorageRegexFileSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_CloudStorageRegexFileSet.Marshal(b, m, deterministic) +} +func (m *CloudStorageRegexFileSet) XXX_Merge(src proto.Message) { + xxx_messageInfo_CloudStorageRegexFileSet.Merge(m, src) +} +func (m *CloudStorageRegexFileSet) XXX_Size() int { + return xxx_messageInfo_CloudStorageRegexFileSet.Size(m) +} +func (m *CloudStorageRegexFileSet) XXX_DiscardUnknown() { + xxx_messageInfo_CloudStorageRegexFileSet.DiscardUnknown(m) +} + +var xxx_messageInfo_CloudStorageRegexFileSet proto.InternalMessageInfo + +func (m *CloudStorageRegexFileSet) GetBucketName() string { + if m != nil { + return m.BucketName + } + return "" +} + +func (m *CloudStorageRegexFileSet) GetIncludeRegex() []string { + if m != nil { + return m.IncludeRegex + } + return nil +} + +func (m *CloudStorageRegexFileSet) GetExcludeRegex() []string { + if m != nil { + return m.ExcludeRegex + } + return nil +} + // Options defining a file or a set of files within a Google Cloud Storage // bucket. type CloudStorageOptions struct { @@ -1450,7 +1554,7 @@ func (m *CloudStorageOptions) Reset() { *m = CloudStorageOptions{} } func (m *CloudStorageOptions) String() string { return proto.CompactTextString(m) } func (*CloudStorageOptions) ProtoMessage() {} func (*CloudStorageOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_ab5e749073e1398d, []int{7} + return fileDescriptor_ab5e749073e1398d, []int{8} } func (m *CloudStorageOptions) XXX_Unmarshal(b []byte) error { @@ -1516,18 +1620,22 @@ func (m *CloudStorageOptions) GetFilesLimitPercent() int32 { // Set of files to scan. type CloudStorageOptions_FileSet struct { // The Cloud Storage url of the file(s) to scan, in the format - // `gs://<bucket>/<path>`. Trailing wildcard in the path is allowed. - Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + // `gs://<bucket>/<path>`. Trailing wildcard in the path is allowed. Exactly + // one of `url` or `regex_file_set` must be set. + Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` + // The regex-filtered set of files to scan. Exactly one of `url` or + // `regex_file_set` must be set. + RegexFileSet *CloudStorageRegexFileSet `protobuf:"bytes,2,opt,name=regex_file_set,json=regexFileSet,proto3" json:"regex_file_set,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *CloudStorageOptions_FileSet) Reset() { *m = CloudStorageOptions_FileSet{} } func (m *CloudStorageOptions_FileSet) String() string { return proto.CompactTextString(m) } func (*CloudStorageOptions_FileSet) ProtoMessage() {} func (*CloudStorageOptions_FileSet) Descriptor() ([]byte, []int) { - return fileDescriptor_ab5e749073e1398d, []int{7, 0} + return fileDescriptor_ab5e749073e1398d, []int{8, 0} } func (m *CloudStorageOptions_FileSet) XXX_Unmarshal(b []byte) error { @@ -1555,6 +1663,13 @@ func (m *CloudStorageOptions_FileSet) GetUrl() string { return "" } +func (m *CloudStorageOptions_FileSet) GetRegexFileSet() *CloudStorageRegexFileSet { + if m != nil { + return m.RegexFileSet + } + return nil +} + // Message representing a set of files in Cloud Storage. type CloudStorageFileSet struct { // The url, in the format `gs://<bucket>/<path>`. Trailing wildcard in the @@ -1569,7 +1684,7 @@ func (m *CloudStorageFileSet) Reset() { *m = CloudStorageFileSet{} } func (m *CloudStorageFileSet) String() string { return proto.CompactTextString(m) } func (*CloudStorageFileSet) ProtoMessage() {} func (*CloudStorageFileSet) Descriptor() ([]byte, []int) { - return fileDescriptor_ab5e749073e1398d, []int{8} + return fileDescriptor_ab5e749073e1398d, []int{9} } func (m *CloudStorageFileSet) XXX_Unmarshal(b []byte) error { @@ -1611,7 +1726,7 @@ func (m *CloudStoragePath) Reset() { *m = CloudStoragePath{} } func (m *CloudStoragePath) String() string { return proto.CompactTextString(m) } func (*CloudStoragePath) ProtoMessage() {} func (*CloudStoragePath) Descriptor() ([]byte, []int) { - return fileDescriptor_ab5e749073e1398d, []int{9} + return fileDescriptor_ab5e749073e1398d, []int{10} } func (m *CloudStoragePath) XXX_Unmarshal(b []byte) error { @@ -1667,7 +1782,7 @@ func (m *BigQueryOptions) Reset() { *m = BigQueryOptions{} } func (m *BigQueryOptions) String() string { return proto.CompactTextString(m) } func (*BigQueryOptions) ProtoMessage() {} func (*BigQueryOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_ab5e749073e1398d, []int{10} + return fileDescriptor_ab5e749073e1398d, []int{11} } func (m *BigQueryOptions) XXX_Unmarshal(b []byte) error { @@ -1740,7 +1855,7 @@ func (m *StorageConfig) Reset() { *m = StorageConfig{} } func (m *StorageConfig) String() string { return proto.CompactTextString(m) } func (*StorageConfig) ProtoMessage() {} func (*StorageConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_ab5e749073e1398d, []int{11} + return fileDescriptor_ab5e749073e1398d, []int{12} } func (m *StorageConfig) XXX_Unmarshal(b []byte) error { @@ -1943,7 +2058,7 @@ func (m *StorageConfig_TimespanConfig) Reset() { *m = StorageConfig_Time func (m *StorageConfig_TimespanConfig) String() string { return proto.CompactTextString(m) } func (*StorageConfig_TimespanConfig) ProtoMessage() {} func (*StorageConfig_TimespanConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_ab5e749073e1398d, []int{11, 0} + return fileDescriptor_ab5e749073e1398d, []int{12, 0} } func (m *StorageConfig_TimespanConfig) XXX_Unmarshal(b []byte) error { @@ -2008,7 +2123,7 @@ func (m *BigQueryKey) Reset() { *m = BigQueryKey{} } func (m *BigQueryKey) String() string { return proto.CompactTextString(m) } func (*BigQueryKey) ProtoMessage() {} func (*BigQueryKey) Descriptor() ([]byte, []int) { - return fileDescriptor_ab5e749073e1398d, []int{12} + return fileDescriptor_ab5e749073e1398d, []int{13} } func (m *BigQueryKey) XXX_Unmarshal(b []byte) error { @@ -2056,7 +2171,7 @@ func (m *DatastoreKey) Reset() { *m = DatastoreKey{} } func (m *DatastoreKey) String() string { return proto.CompactTextString(m) } func (*DatastoreKey) ProtoMessage() {} func (*DatastoreKey) Descriptor() ([]byte, []int) { - return fileDescriptor_ab5e749073e1398d, []int{13} + return fileDescriptor_ab5e749073e1398d, []int{14} } func (m *DatastoreKey) XXX_Unmarshal(b []byte) error { @@ -2112,7 +2227,7 @@ func (m *Key) Reset() { *m = Key{} } func (m *Key) String() string { return proto.CompactTextString(m) } func (*Key) ProtoMessage() {} func (*Key) Descriptor() ([]byte, []int) { - return fileDescriptor_ab5e749073e1398d, []int{14} + return fileDescriptor_ab5e749073e1398d, []int{15} } func (m *Key) XXX_Unmarshal(b []byte) error { @@ -2172,7 +2287,7 @@ func (m *Key_PathElement) Reset() { *m = Key_PathElement{} } func (m *Key_PathElement) String() string { return proto.CompactTextString(m) } func (*Key_PathElement) ProtoMessage() {} func (*Key_PathElement) Descriptor() ([]byte, []int) { - return fileDescriptor_ab5e749073e1398d, []int{14, 0} + return fileDescriptor_ab5e749073e1398d, []int{15, 0} } func (m *Key_PathElement) XXX_Unmarshal(b []byte) error { @@ -2317,7 +2432,7 @@ func (m *RecordKey) Reset() { *m = RecordKey{} } func (m *RecordKey) String() string { return proto.CompactTextString(m) } func (*RecordKey) ProtoMessage() {} func (*RecordKey) Descriptor() ([]byte, []int) { - return fileDescriptor_ab5e749073e1398d, []int{15} + return fileDescriptor_ab5e749073e1398d, []int{16} } func (m *RecordKey) XXX_Unmarshal(b []byte) error { @@ -2471,7 +2586,7 @@ func (m *BigQueryTable) Reset() { *m = BigQueryTable{} } func (m *BigQueryTable) String() string { return proto.CompactTextString(m) } func (*BigQueryTable) ProtoMessage() {} func (*BigQueryTable) Descriptor() ([]byte, []int) { - return fileDescriptor_ab5e749073e1398d, []int{16} + return fileDescriptor_ab5e749073e1398d, []int{17} } func (m *BigQueryTable) XXX_Unmarshal(b []byte) error { @@ -2528,7 +2643,7 @@ func (m *BigQueryField) Reset() { *m = BigQueryField{} } func (m *BigQueryField) String() string { return proto.CompactTextString(m) } func (*BigQueryField) ProtoMessage() {} func (*BigQueryField) Descriptor() ([]byte, []int) { - return fileDescriptor_ab5e749073e1398d, []int{17} + return fileDescriptor_ab5e749073e1398d, []int{18} } func (m *BigQueryField) XXX_Unmarshal(b []byte) error { @@ -2580,7 +2695,7 @@ func (m *EntityId) Reset() { *m = EntityId{} } func (m *EntityId) String() string { return proto.CompactTextString(m) } func (*EntityId) ProtoMessage() {} func (*EntityId) Descriptor() ([]byte, []int) { - return fileDescriptor_ab5e749073e1398d, []int{18} + return fileDescriptor_ab5e749073e1398d, []int{19} } func (m *EntityId) XXX_Unmarshal(b []byte) error { @@ -2629,6 +2744,7 @@ func init() { proto.RegisterType((*PartitionId)(nil), "google.privacy.dlp.v2.PartitionId") proto.RegisterType((*KindExpression)(nil), "google.privacy.dlp.v2.KindExpression") proto.RegisterType((*DatastoreOptions)(nil), "google.privacy.dlp.v2.DatastoreOptions") + proto.RegisterType((*CloudStorageRegexFileSet)(nil), "google.privacy.dlp.v2.CloudStorageRegexFileSet") proto.RegisterType((*CloudStorageOptions)(nil), "google.privacy.dlp.v2.CloudStorageOptions") proto.RegisterType((*CloudStorageOptions_FileSet)(nil), "google.privacy.dlp.v2.CloudStorageOptions.FileSet") proto.RegisterType((*CloudStorageFileSet)(nil), "google.privacy.dlp.v2.CloudStorageFileSet") @@ -2651,126 +2767,130 @@ func init() { } var fileDescriptor_ab5e749073e1398d = []byte{ - // 1923 bytes of a gzipped FileDescriptorProto + // 1999 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x58, 0xdd, 0x72, 0x1b, 0x49, - 0x15, 0xd6, 0x48, 0x96, 0x25, 0x1d, 0xfd, 0x58, 0x6e, 0x3b, 0x5b, 0x8a, 0xd8, 0xec, 0x3a, 0x4a, - 0xc8, 0x9a, 0x40, 0x49, 0xe0, 0x85, 0x82, 0xec, 0xc2, 0x82, 0x65, 0x4d, 0x56, 0xc2, 0xb2, 0x25, - 0x5a, 0xca, 0xdf, 0x62, 0x6a, 0x18, 0x69, 0x5a, 0xf2, 0x6c, 0x46, 0xd3, 0xc3, 0x4c, 0x2b, 0xb6, - 0x8a, 0xe2, 0x82, 0x5b, 0x6e, 0xb8, 0xe1, 0x01, 0xb8, 0xa0, 0x8a, 0x82, 0xe2, 0x09, 0x80, 0x27, - 0xe0, 0x21, 0x78, 0x01, 0x5e, 0x82, 0xea, 0xee, 0x99, 0xd1, 0x48, 0x91, 0x12, 0x39, 0x95, 0xbb, - 0xe9, 0xd3, 0xe7, 0x3b, 0xdd, 0x7d, 0xce, 0x77, 0x4e, 0x9f, 0x1e, 0xb8, 0x37, 0xa6, 0x74, 0x6c, - 0x91, 0x9a, 0xe3, 0x9a, 0xaf, 0xf4, 0xe1, 0xac, 0x66, 0x58, 0x4e, 0xed, 0xd5, 0x51, 0xcd, 0x63, - 0xd4, 0xd5, 0xc7, 0xa4, 0xea, 0xb8, 0x94, 0x51, 0x74, 0x4b, 0x2a, 0x55, 0x7d, 0xa5, 0xaa, 0x61, - 0x39, 0xd5, 0x57, 0x47, 0xe5, 0x0f, 0x7d, 0xac, 0xee, 0x98, 0x35, 0xdd, 0xb6, 0x29, 0xd3, 0x99, - 0x49, 0x6d, 0x4f, 0x82, 0xca, 0x1f, 0x87, 0x96, 0x29, 0xa3, 0x83, 0xe9, 0xa8, 0xc6, 0xcc, 0x09, - 0xf1, 0x98, 0x3e, 0x71, 0xa4, 0x42, 0xe5, 0x23, 0x48, 0xb7, 0xec, 0x11, 0xed, 0xcf, 0x1c, 0x82, - 0x10, 0x6c, 0xd9, 0xfa, 0x84, 0x94, 0x94, 0x03, 0xe5, 0x30, 0x83, 0xc5, 0x77, 0xe5, 0x57, 0x00, - 0x3d, 0x46, 0x5d, 0x62, 0xac, 0xd3, 0x40, 0x9f, 0x43, 0x76, 0xe8, 0x12, 0x9d, 0x11, 0x8d, 0xdb, - 0x2e, 0xc5, 0x0f, 0x94, 0xc3, 0xec, 0x51, 0xb9, 0x1a, 0xee, 0x56, 0x2e, 0x5c, 0xed, 0x07, 0x0b, - 0x63, 0x90, 0xea, 0x5c, 0x50, 0xf9, 0x77, 0x1e, 0x0a, 0x27, 0x53, 0x8f, 0xd1, 0x49, 0xb8, 0x8b, - 0x1f, 0x43, 0xc6, 0xb4, 0x47, 0x54, 0x63, 0x33, 0x47, 0x2e, 0x94, 0x3d, 0xfa, 0xb8, 0xba, 0xf2, - 0xec, 0xd5, 0x00, 0x83, 0xd3, 0x66, 0x80, 0x3e, 0x06, 0xb0, 0xcc, 0x97, 0xc4, 0x32, 0x2f, 0x29, - 0x35, 0x4a, 0xdb, 0x07, 0xca, 0x61, 0xe1, 0xe8, 0xee, 0x1a, 0x78, 0x3b, 0x54, 0xc4, 0x11, 0x10, - 0xc2, 0x00, 0x86, 0x39, 0xe4, 0x5e, 0xd4, 0xdd, 0x99, 0x7f, 0x9e, 0xef, 0xae, 0x31, 0xb1, 0xb8, - 0xf7, 0x6a, 0x23, 0xc4, 0x35, 0x63, 0x38, 0x62, 0x05, 0x9d, 0x40, 0xd2, 0x25, 0x63, 0x72, 0x5d, - 0x4a, 0x08, 0x73, 0xdf, 0xde, 0xcc, 0x1c, 0xe6, 0x90, 0x66, 0x0c, 0x4b, 0x2c, 0xba, 0x80, 0x82, - 0x37, 0x75, 0x5d, 0x3a, 0x16, 0xce, 0xe6, 0xee, 0xd9, 0x12, 0xd6, 0x3e, 0xdd, 0xcc, 0x5a, 0x2f, - 0xc0, 0xf2, 0x51, 0x33, 0x86, 0xf3, 0x5e, 0x54, 0x80, 0x1a, 0x90, 0xf5, 0x44, 0xa4, 0xa5, 0xe9, - 0xa4, 0x30, 0xbd, 0xce, 0x75, 0x73, 0x4e, 0xf0, 0x83, 0x7a, 0x73, 0x86, 0x5c, 0xc0, 0x8e, 0x41, - 0x18, 0x11, 0x07, 0xd7, 0xdc, 0xa9, 0x45, 0xbc, 0x52, 0xea, 0x20, 0xb1, 0xf9, 0x26, 0x1b, 0x01, - 0x18, 0x4f, 0x2d, 0x82, 0x0b, 0x46, 0x74, 0xe8, 0xa1, 0xaf, 0xa0, 0x40, 0xae, 0x87, 0xd6, 0xd4, - 0xe3, 0xd6, 0xc5, 0x36, 0xd3, 0x22, 0xc2, 0x1b, 0x1a, 0x57, 0x03, 0xac, 0x20, 0x4d, 0x9e, 0x44, - 0x87, 0xe5, 0xff, 0x29, 0x00, 0xf3, 0xf8, 0xa1, 0xe7, 0x90, 0xb9, 0xa2, 0xae, 0xa1, 0x59, 0xa6, - 0xc7, 0x7c, 0x1a, 0x3e, 0xba, 0x29, 0x09, 0xaa, 0xcf, 0xa8, 0x6b, 0xb4, 0x4d, 0x8f, 0x35, 0x63, - 0x38, 0x7d, 0xe5, 0x7f, 0xa3, 0x67, 0x80, 0x86, 0x16, 0x9d, 0x1a, 0x9a, 0x9f, 0xdf, 0x9a, 0xa3, - 0xb3, 0x4b, 0x9f, 0x18, 0x9f, 0xac, 0x5b, 0x82, 0x03, 0x7a, 0x52, 0xbf, 0xab, 0xb3, 0xcb, 0x66, - 0x0c, 0x17, 0x87, 0x4b, 0xb2, 0xf2, 0x01, 0xa4, 0x83, 0x05, 0xd1, 0x3e, 0x24, 0xf9, 0x82, 0x5e, - 0x49, 0x39, 0x48, 0x1c, 0x66, 0xb0, 0x1c, 0xd4, 0xd3, 0xb0, 0xed, 0xd1, 0xa9, 0x3b, 0x24, 0xe5, - 0xbb, 0x90, 0x14, 0xec, 0x42, 0x25, 0x48, 0x39, 0x3a, 0x63, 0xc4, 0xb5, 0xfd, 0xac, 0x0e, 0x86, - 0xe5, 0x1d, 0xc8, 0x2f, 0x50, 0xa6, 0xfc, 0xcf, 0x24, 0xe4, 0x17, 0xe2, 0x83, 0x0c, 0xc8, 0x5d, - 0x52, 0x26, 0xfc, 0xc4, 0x63, 0xed, 0xfb, 0xe9, 0xa7, 0xef, 0x10, 0xea, 0x6a, 0x53, 0xda, 0xe1, - 0xdf, 0xcd, 0x18, 0xce, 0x5e, 0xce, 0x87, 0xe5, 0x1e, 0x64, 0xba, 0x2e, 0xbd, 0x36, 0x27, 0x26, - 0x9b, 0xa1, 0x7b, 0x90, 0xbf, 0x32, 0x6d, 0x83, 0x5e, 0x69, 0x03, 0x32, 0xa2, 0xae, 0x5c, 0x33, - 0x89, 0x73, 0x52, 0x58, 0x17, 0x32, 0x74, 0x17, 0xfc, 0xb1, 0xa6, 0x8f, 0x18, 0x71, 0x45, 0x12, - 0x27, 0x71, 0x56, 0xca, 0x8e, 0xb9, 0xa8, 0xfc, 0x57, 0x05, 0xf6, 0xe7, 0x05, 0xe0, 0xd8, 0xf8, - 0x7a, 0xea, 0xb1, 0x09, 0xb1, 0x19, 0x3a, 0x87, 0xe2, 0xc8, 0xbc, 0x26, 0x3c, 0xf2, 0x61, 0x1d, - 0x51, 0x36, 0xac, 0x23, 0xcd, 0x18, 0xde, 0x11, 0xe0, 0xb9, 0x08, 0x7d, 0x0f, 0xf6, 0x5c, 0x62, - 0xe9, 0xcc, 0x7c, 0x45, 0xa2, 0x26, 0xc5, 0x96, 0x9a, 0x31, 0x8c, 0x82, 0xc9, 0x39, 0xa4, 0x9e, - 0x03, 0xd0, 0xc3, 0x0d, 0x95, 0xff, 0x15, 0x87, 0x6c, 0xc4, 0x3b, 0xa8, 0x0b, 0xf9, 0xd0, 0xe9, - 0xa2, 0xa6, 0x28, 0x37, 0xae, 0x29, 0x38, 0x08, 0x9b, 0xe4, 0xc0, 0x2f, 0x21, 0xe3, 0x04, 0x0e, - 0xf6, 0x0b, 0xde, 0x4f, 0xde, 0x25, 0x86, 0x61, 0x94, 0xf0, 0xdc, 0x1e, 0xfa, 0x1d, 0xdc, 0x9a, - 0x1f, 0x5b, 0x9b, 0x9f, 0xcb, 0x67, 0x7c, 0xf3, 0x5d, 0x16, 0x5a, 0x15, 0x38, 0xbc, 0x6f, 0xad, - 0x90, 0xd6, 0xb7, 0x61, 0x8b, 0x17, 0x8a, 0xca, 0x29, 0xe4, 0x17, 0xd2, 0x1f, 0x7d, 0x04, 0x65, - 0xf5, 0xf9, 0x49, 0xfb, 0x49, 0xaf, 0xd5, 0x39, 0xd7, 0xfa, 0x2f, 0xba, 0xaa, 0xf6, 0xe4, 0xbc, - 0xd7, 0x55, 0x4f, 0x5a, 0x8f, 0x5b, 0x6a, 0xa3, 0x18, 0x43, 0x65, 0xf8, 0x60, 0x69, 0x5e, 0x0c, - 0x1b, 0x6a, 0x51, 0x09, 0x8d, 0xde, 0x81, 0xd4, 0x63, 0x93, 0x58, 0x46, 0xcb, 0x58, 0x79, 0x79, - 0x76, 0x20, 0xdb, 0xd5, 0x5d, 0x66, 0xf2, 0x7d, 0xb7, 0x0c, 0x74, 0x07, 0xc0, 0x71, 0xe9, 0xd7, - 0x64, 0xc8, 0x34, 0x53, 0x12, 0x20, 0x23, 0x1c, 0xc5, 0x25, 0x2d, 0x83, 0x93, 0x96, 0xa3, 0x3c, - 0x47, 0x1f, 0x12, 0xae, 0xb0, 0x25, 0x14, 0xb2, 0xa1, 0xac, 0x65, 0x54, 0xee, 0x43, 0xe1, 0xd4, - 0xb4, 0x0d, 0xf5, 0xda, 0x71, 0x89, 0xc7, 0x4f, 0xb2, 0x72, 0xd9, 0x3f, 0x29, 0x50, 0x6c, 0xe8, - 0x4c, 0x17, 0x65, 0xb9, 0xe3, 0x88, 0x7e, 0x00, 0xa9, 0x90, 0x73, 0x82, 0xbd, 0x70, 0xeb, 0x92, - 0x34, 0x95, 0x35, 0xde, 0x8f, 0x6c, 0x1b, 0x67, 0x9d, 0xc8, 0x19, 0x1e, 0xc1, 0xd6, 0x4b, 0xd3, - 0x36, 0x7c, 0x96, 0x7c, 0x73, 0x0d, 0x7c, 0x71, 0x93, 0x58, 0x40, 0x2a, 0x7f, 0xd8, 0x82, 0xbd, - 0x68, 0x1d, 0x0b, 0x76, 0x76, 0x06, 0xe9, 0x91, 0x69, 0x11, 0xcd, 0x23, 0x41, 0xa1, 0x3d, 0xda, - 0xa0, 0x0a, 0xfa, 0xe8, 0xea, 0x63, 0xd3, 0x22, 0x3d, 0xc2, 0x70, 0x6a, 0x24, 0x3f, 0x50, 0x0d, - 0xf6, 0x07, 0x33, 0x46, 0x3c, 0xcd, 0xe2, 0xfc, 0xd3, 0x1c, 0xe2, 0x6a, 0x7c, 0x4a, 0xb8, 0x33, - 0x81, 0x77, 0xc5, 0x5c, 0x9b, 0x4f, 0x75, 0x89, 0xcb, 0xc1, 0xe8, 0x0b, 0xf8, 0x70, 0x15, 0x80, - 0x7f, 0x0c, 0x39, 0x4f, 0xd3, 0xa2, 0x78, 0x94, 0x5e, 0x03, 0x76, 0xe5, 0x3c, 0xfa, 0x02, 0x40, - 0xe8, 0x73, 0x46, 0x78, 0xa5, 0xe4, 0x41, 0xe2, 0xb0, 0xb0, 0xb6, 0x63, 0xe1, 0x38, 0x71, 0xf9, - 0x64, 0x46, 0xfe, 0x97, 0x87, 0x2e, 0x20, 0xef, 0xe9, 0x13, 0xc7, 0x22, 0xda, 0x84, 0xb0, 0xcb, - 0xb0, 0x6b, 0xf9, 0xe1, 0x0d, 0x9c, 0xd0, 0x13, 0xf8, 0x33, 0x01, 0xc7, 0x39, 0x2f, 0x32, 0x42, - 0x55, 0xd8, 0xe3, 0x4b, 0x45, 0x4e, 0x27, 0x0e, 0x95, 0x12, 0x87, 0xda, 0x15, 0x53, 0xc1, 0xa1, - 0xf8, 0x44, 0xf9, 0x1b, 0x9c, 0xd2, 0xd2, 0x93, 0x45, 0x48, 0x4c, 0x5d, 0xcb, 0xa7, 0x16, 0xff, - 0xac, 0x34, 0x21, 0x17, 0x5d, 0x0a, 0xdd, 0x81, 0xdb, 0xbd, 0xe3, 0xb3, 0x6e, 0x5b, 0xd5, 0xce, - 0xd4, 0x7e, 0xb3, 0xd3, 0x58, 0x4a, 0xa1, 0x14, 0x24, 0xfa, 0x9d, 0x6e, 0x51, 0x41, 0x45, 0xc8, - 0xe1, 0xe3, 0xf3, 0x46, 0xe7, 0x4c, 0xeb, 0xf5, 0x8f, 0x71, 0xbf, 0x18, 0xaf, 0x7c, 0xb2, 0xc8, - 0x85, 0xf5, 0x4b, 0x3e, 0x80, 0xe2, 0xf2, 0xe5, 0xc7, 0x49, 0x2f, 0xee, 0x4c, 0x9f, 0xf4, 0xfc, - 0xbb, 0xf2, 0xe7, 0x04, 0xec, 0xd4, 0xcd, 0xf1, 0x2f, 0xa6, 0xc4, 0x9d, 0xcd, 0x99, 0xb5, 0xc3, - 0xf4, 0x81, 0x45, 0x34, 0x97, 0x8c, 0x88, 0x4b, 0xec, 0x61, 0x70, 0x43, 0xdd, 0x5f, 0xe3, 0xdb, - 0xc0, 0x40, 0x9f, 0xa3, 0x70, 0x41, 0x80, 0x71, 0x80, 0x45, 0x67, 0x80, 0x4c, 0x83, 0xd8, 0xcc, - 0x1c, 0xcd, 0x4c, 0x7b, 0xac, 0x8d, 0x78, 0xe6, 0x7b, 0xa5, 0xb8, 0x68, 0x6f, 0x3e, 0x5a, 0x1b, - 0x70, 0x51, 0x1e, 0xf0, 0x6e, 0x04, 0x29, 0x64, 0x1e, 0x2f, 0x07, 0x2e, 0xbd, 0xf2, 0x03, 0x23, - 0xaa, 0x61, 0x02, 0x67, 0xb8, 0x44, 0xc4, 0x03, 0x7d, 0x07, 0xd0, 0x7c, 0x3a, 0x8c, 0xdb, 0xb6, - 0x88, 0x5b, 0x31, 0x54, 0x0b, 0x48, 0xf8, 0x7c, 0x99, 0x44, 0x5b, 0x6f, 0x6c, 0x8c, 0x96, 0x3c, - 0xf5, 0x06, 0x02, 0xbd, 0xc7, 0x98, 0xff, 0x23, 0x09, 0x79, 0x3f, 0x8c, 0x27, 0xd4, 0x1e, 0x99, - 0x63, 0xf4, 0x14, 0x76, 0x8d, 0xa0, 0x50, 0x69, 0x54, 0xee, 0xc5, 0x2f, 0x2d, 0xeb, 0x3a, 0xa1, - 0xe5, 0xc2, 0xc6, 0x3b, 0x21, 0x63, 0xb9, 0xd8, 0xfd, 0x1a, 0x6e, 0x2d, 0xb6, 0x58, 0x81, 0x6d, - 0x79, 0xe7, 0x3c, 0xdc, 0x3c, 0xb5, 0x9a, 0x31, 0xbc, 0x37, 0x5c, 0x51, 0xb4, 0xfa, 0xb0, 0x3b, - 0x30, 0xc7, 0xda, 0x6f, 0xb8, 0x13, 0x43, 0xeb, 0xb2, 0x1d, 0x7f, 0xb0, 0x99, 0xcf, 0x79, 0xaf, - 0x30, 0x58, 0x22, 0xec, 0x05, 0xec, 0x88, 0x07, 0x9a, 0xa3, 0xdb, 0xda, 0x50, 0xb8, 0x48, 0x04, - 0x7c, 0x7d, 0xf7, 0xbc, 0xe0, 0x4e, 0xf9, 0xc6, 0x72, 0x74, 0x5b, 0x0e, 0x71, 0x81, 0x2d, 0x8c, - 0xcb, 0x7f, 0x89, 0x43, 0x61, 0x51, 0x05, 0x3d, 0x02, 0xf0, 0x98, 0xee, 0x32, 0xf9, 0x76, 0x53, - 0xde, 0xfa, 0x76, 0xcb, 0x08, 0x6d, 0x3e, 0x46, 0x3f, 0x80, 0x34, 0xb1, 0x8d, 0x4d, 0x1f, 0x7d, - 0x29, 0x62, 0x1b, 0x02, 0xf6, 0xa5, 0x7f, 0x44, 0x2e, 0x95, 0x29, 0xe4, 0x07, 0xe5, 0x6d, 0x19, - 0x54, 0x08, 0x61, 0x42, 0x82, 0x9e, 0xc1, 0xb7, 0x88, 0x2d, 0xb2, 0x5b, 0x9f, 0x32, 0xaa, 0x39, - 0xd4, 0x99, 0x5a, 0xe2, 0xed, 0xab, 0xd1, 0x91, 0xb6, 0xec, 0x45, 0x1e, 0x99, 0x34, 0xbe, 0x2f, - 0x01, 0xc7, 0x53, 0x46, 0xbb, 0xa1, 0x7a, 0x67, 0xb4, 0xe8, 0x93, 0xf0, 0x72, 0xff, 0x2d, 0x64, - 0x83, 0x90, 0x9d, 0x92, 0xd9, 0xfb, 0x2e, 0x26, 0x32, 0xfb, 0x35, 0x7b, 0x3a, 0x19, 0xf8, 0x0d, - 0xaa, 0xcc, 0xfe, 0x73, 0x21, 0xa8, 0xb4, 0x20, 0x17, 0x32, 0x9d, 0xaf, 0xfe, 0x08, 0x80, 0xd7, - 0x0f, 0x36, 0xd3, 0x5e, 0x92, 0xd9, 0xeb, 0x81, 0x5a, 0xbc, 0x7d, 0xc9, 0x0c, 0x67, 0xa4, 0xf6, - 0x29, 0x99, 0x55, 0xfe, 0xab, 0x40, 0x82, 0x9b, 0x78, 0x4f, 0x1d, 0xc0, 0x67, 0x7e, 0xf1, 0x95, - 0x75, 0xef, 0xc1, 0xfa, 0x3d, 0x54, 0x79, 0xad, 0x56, 0x2d, 0x22, 0x9a, 0x33, 0x81, 0x29, 0xf7, - 0x79, 0x43, 0x14, 0x0a, 0x79, 0x1d, 0x17, 0xcd, 0x84, 0x5f, 0xc7, 0xf9, 0x37, 0x2a, 0x42, 0xdc, - 0x6f, 0x8e, 0x12, 0xcd, 0x18, 0x8e, 0x9b, 0x06, 0xda, 0xf7, 0x5b, 0x1c, 0x4e, 0x93, 0x4c, 0x33, - 0x26, 0x9b, 0x9c, 0x7a, 0x06, 0x52, 0xa6, 0x7c, 0xaa, 0x56, 0xfe, 0xa6, 0x40, 0x06, 0x93, 0x21, - 0x75, 0x0d, 0x7e, 0xcc, 0x9f, 0x43, 0x7e, 0x5e, 0x53, 0xb8, 0xb3, 0x24, 0x39, 0xef, 0xbd, 0xad, - 0x9e, 0x9c, 0x12, 0xfe, 0x68, 0xcf, 0x19, 0x51, 0xaf, 0x37, 0x21, 0x3f, 0xcf, 0x72, 0x6e, 0x2b, - 0xf1, 0x46, 0x9f, 0x45, 0xe8, 0xc2, 0xdf, 0x30, 0x83, 0xf9, 0x30, 0x24, 0xd5, 0x25, 0xe4, 0x17, - 0x78, 0xb1, 0xd4, 0x14, 0x2a, 0xcb, 0x4d, 0xe1, 0x1d, 0x00, 0xb1, 0x23, 0x12, 0xed, 0x19, 0x7d, - 0x49, 0xcb, 0x40, 0xb7, 0x21, 0x2d, 0x49, 0x69, 0xca, 0x34, 0xca, 0xe0, 0x94, 0x18, 0xb7, 0x8c, - 0xca, 0xef, 0x95, 0xf9, 0x52, 0x32, 0x63, 0x3e, 0x83, 0xa4, 0x98, 0xbc, 0x11, 0x6f, 0x25, 0x04, - 0x7d, 0x1f, 0x92, 0x32, 0x59, 0xe3, 0x1b, 0x25, 0xab, 0x54, 0xae, 0xfc, 0x0c, 0xd2, 0xaa, 0xe0, - 0x61, 0xcb, 0x98, 0x5b, 0x50, 0x6e, 0x60, 0xe1, 0x21, 0x03, 0x88, 0xbc, 0xa5, 0xca, 0xf0, 0x41, - 0xbb, 0x75, 0xaa, 0xb6, 0x5b, 0xcd, 0xce, 0x6b, 0x17, 0xcf, 0x2e, 0xe4, 0x9f, 0xaa, 0xf8, 0x85, - 0xf6, 0xe4, 0x5c, 0xa8, 0xbc, 0x28, 0x2a, 0x28, 0x07, 0xe9, 0x70, 0x14, 0xe7, 0xa3, 0x6e, 0xa7, - 0xd7, 0x6b, 0xd5, 0xdb, 0x6a, 0x31, 0x81, 0x00, 0xb6, 0xfd, 0x99, 0x2d, 0xb4, 0x03, 0x59, 0x01, - 0xf5, 0x05, 0xc9, 0x87, 0x2a, 0xa4, 0x83, 0x4e, 0x0d, 0xdd, 0x86, 0x5b, 0x8f, 0x5b, 0x6d, 0x75, - 0xd5, 0x13, 0x61, 0x07, 0xb2, 0xf5, 0xd6, 0xf9, 0x31, 0x7e, 0xa1, 0x71, 0x8d, 0xa2, 0x82, 0xf2, - 0x90, 0xe9, 0xab, 0xcf, 0xfb, 0x72, 0x18, 0xaf, 0xff, 0x51, 0x81, 0xdb, 0x43, 0x3a, 0x59, 0x7d, - 0xd2, 0x3a, 0x34, 0x2c, 0x27, 0xe8, 0x6a, 0x94, 0xaf, 0x7e, 0xe4, 0x2b, 0x8d, 0xa9, 0xa5, 0xdb, - 0xe3, 0x2a, 0x75, 0xc7, 0xb5, 0x31, 0xb1, 0x45, 0x25, 0xad, 0xc9, 0x29, 0xdd, 0x31, 0xbd, 0xa5, - 0x5f, 0x84, 0x9f, 0x1b, 0x96, 0xf3, 0xf7, 0xf8, 0xde, 0x97, 0x12, 0x2a, 0xae, 0xaf, 0x6a, 0xc3, - 0x72, 0xaa, 0x4f, 0x8f, 0xfe, 0x13, 0x48, 0x2f, 0x84, 0xf4, 0xa2, 0x61, 0x39, 0x17, 0x4f, 0x8f, - 0x06, 0xdb, 0xc2, 0xe0, 0xa7, 0xff, 0x0f, 0x00, 0x00, 0xff, 0xff, 0x02, 0xb1, 0x4d, 0x15, 0x72, - 0x14, 0x00, 0x00, + 0x15, 0xd6, 0x48, 0x96, 0x2d, 0x1d, 0xfd, 0x58, 0x6e, 0x3b, 0x5b, 0x8a, 0x6a, 0x93, 0x38, 0x72, + 0xc8, 0x9a, 0x40, 0x49, 0xe0, 0x85, 0x82, 0xec, 0xc2, 0x82, 0x65, 0x29, 0x2b, 0xe1, 0x3f, 0xd1, + 0x52, 0xfe, 0x16, 0x53, 0xc3, 0x48, 0xd3, 0x92, 0x67, 0x33, 0x9a, 0x1e, 0x66, 0x5a, 0xb1, 0x55, + 0x14, 0x17, 0x5c, 0x70, 0xcd, 0x0d, 0x0f, 0xc0, 0x05, 0x55, 0x14, 0x14, 0x4f, 0x00, 0x3c, 0x01, + 0x0f, 0x41, 0x15, 0xd7, 0xbc, 0x04, 0xd5, 0x3f, 0x33, 0x1a, 0x29, 0x52, 0x22, 0xa7, 0x72, 0x37, + 0x7d, 0xfa, 0x7c, 0xa7, 0xfb, 0x9c, 0xf3, 0x9d, 0xa3, 0xd3, 0x82, 0xbd, 0x21, 0xa5, 0x43, 0x9b, + 0x54, 0x5d, 0xcf, 0x7a, 0x6d, 0xf4, 0x27, 0x55, 0xd3, 0x76, 0xab, 0xaf, 0x0f, 0xaa, 0x3e, 0xa3, + 0x9e, 0x31, 0x24, 0x15, 0xd7, 0xa3, 0x8c, 0xa2, 0x5b, 0x52, 0xa9, 0xa2, 0x94, 0x2a, 0xa6, 0xed, + 0x56, 0x5e, 0x1f, 0x94, 0x3e, 0x56, 0x58, 0xc3, 0xb5, 0xaa, 0x86, 0xe3, 0x50, 0x66, 0x30, 0x8b, + 0x3a, 0xbe, 0x04, 0x95, 0xee, 0x85, 0x96, 0x29, 0xa3, 0xbd, 0xf1, 0xa0, 0xca, 0xac, 0x11, 0xf1, + 0x99, 0x31, 0x72, 0xa5, 0x42, 0xf9, 0x2e, 0xa4, 0x5a, 0xce, 0x80, 0x76, 0x27, 0x2e, 0x41, 0x08, + 0xd6, 0x1c, 0x63, 0x44, 0x8a, 0xda, 0xae, 0xb6, 0x9f, 0xc6, 0xe2, 0xbb, 0xfc, 0x4b, 0x80, 0x0e, + 0xa3, 0x1e, 0x31, 0x97, 0x69, 0xa0, 0xcf, 0x21, 0xd3, 0xf7, 0x88, 0xc1, 0x88, 0xce, 0x6d, 0x17, + 0xe3, 0xbb, 0xda, 0x7e, 0xe6, 0xa0, 0x54, 0x09, 0x6f, 0x2b, 0x0f, 0xae, 0x74, 0x83, 0x83, 0x31, + 0x48, 0x75, 0x2e, 0x28, 0xff, 0x2b, 0x07, 0xf9, 0xa3, 0xb1, 0xcf, 0xe8, 0x28, 0xbc, 0xc5, 0x8f, + 0x20, 0x6d, 0x39, 0x03, 0xaa, 0xb3, 0x89, 0x2b, 0x0f, 0xca, 0x1c, 0xdc, 0xab, 0x2c, 0xf4, 0xbd, + 0x12, 0x60, 0x70, 0xca, 0x0a, 0xd0, 0x87, 0x00, 0xb6, 0xf5, 0x8a, 0xd8, 0xd6, 0x25, 0xa5, 0x66, + 0x71, 0x7d, 0x57, 0xdb, 0xcf, 0x1f, 0xdc, 0x5f, 0x02, 0x3f, 0x09, 0x15, 0x71, 0x04, 0x84, 0x30, + 0x80, 0x69, 0xf5, 0x79, 0x14, 0x0d, 0x6f, 0xa2, 0xfc, 0xf9, 0xce, 0x12, 0x13, 0xb3, 0x77, 0xaf, + 0xd4, 0x43, 0x5c, 0x33, 0x86, 0x23, 0x56, 0xd0, 0x11, 0x24, 0x3d, 0x32, 0x24, 0xd7, 0xc5, 0x84, + 0x30, 0xf7, 0xad, 0xd5, 0xcc, 0x61, 0x0e, 0x69, 0xc6, 0xb0, 0xc4, 0xa2, 0x0b, 0xc8, 0xfb, 0x63, + 0xcf, 0xa3, 0x43, 0x11, 0x6c, 0x1e, 0x9e, 0x35, 0x61, 0xed, 0xd3, 0xd5, 0xac, 0x75, 0x02, 0x2c, + 0x5f, 0x35, 0x63, 0x38, 0xe7, 0x47, 0x05, 0xa8, 0x0e, 0x19, 0x5f, 0x64, 0x5a, 0x9a, 0x4e, 0x0a, + 0xd3, 0xcb, 0x42, 0x37, 0xe5, 0x04, 0x77, 0xd4, 0x9f, 0x32, 0xe4, 0x02, 0x36, 0x4d, 0xc2, 0x88, + 0x70, 0x5c, 0xf7, 0xc6, 0x36, 0xf1, 0x8b, 0x1b, 0xbb, 0x89, 0xd5, 0x2f, 0x59, 0x0f, 0xc0, 0x78, + 0x6c, 0x13, 0x9c, 0x37, 0xa3, 0x4b, 0x1f, 0x7d, 0x05, 0x79, 0x72, 0xdd, 0xb7, 0xc7, 0x3e, 0xb7, + 0x2e, 0xae, 0x99, 0x12, 0x19, 0x5e, 0xd1, 0x78, 0x23, 0xc0, 0x0a, 0xd2, 0xe4, 0x48, 0x74, 0x59, + 0xfa, 0x9f, 0x06, 0x30, 0xcd, 0x1f, 0x7a, 0x01, 0xe9, 0x2b, 0xea, 0x99, 0xba, 0x6d, 0xf9, 0x4c, + 0xd1, 0xf0, 0xf1, 0x4d, 0x49, 0x50, 0x79, 0x4e, 0x3d, 0xf3, 0xc4, 0xf2, 0x59, 0x33, 0x86, 0x53, + 0x57, 0xea, 0x1b, 0x3d, 0x07, 0xd4, 0xb7, 0xe9, 0xd8, 0xd4, 0x55, 0x7d, 0xeb, 0xae, 0xc1, 0x2e, + 0x15, 0x31, 0x3e, 0x59, 0x76, 0x04, 0x07, 0x74, 0xa4, 0x7e, 0xdb, 0x60, 0x97, 0xcd, 0x18, 0x2e, + 0xf4, 0xe7, 0x64, 0xa5, 0x5d, 0x48, 0x05, 0x07, 0xa2, 0x1d, 0x48, 0xf2, 0x03, 0xfd, 0xa2, 0xb6, + 0x9b, 0xd8, 0x4f, 0x63, 0xb9, 0xa8, 0xa5, 0x60, 0xdd, 0xa7, 0x63, 0xaf, 0x4f, 0x4a, 0xf7, 0x21, + 0x29, 0xd8, 0x85, 0x8a, 0xb0, 0xe1, 0x1a, 0x8c, 0x11, 0xcf, 0x51, 0x55, 0x1d, 0x2c, 0x4b, 0x9b, + 0x90, 0x9b, 0xa1, 0x4c, 0xe9, 0x1f, 0x49, 0xc8, 0xcd, 0xe4, 0x07, 0x99, 0x90, 0xbd, 0xa4, 0x4c, + 0xc4, 0x89, 0xe7, 0x5a, 0xc5, 0xe9, 0x27, 0xef, 0x91, 0xea, 0x4a, 0x53, 0xda, 0xe1, 0xdf, 0xcd, + 0x18, 0xce, 0x5c, 0x4e, 0x97, 0xa5, 0x0e, 0xa4, 0xdb, 0x1e, 0xbd, 0xb6, 0x46, 0x16, 0x9b, 0xa0, + 0x3d, 0xc8, 0x5d, 0x59, 0x8e, 0x49, 0xaf, 0xf4, 0x1e, 0x19, 0x50, 0x4f, 0x9e, 0x99, 0xc4, 0x59, + 0x29, 0xac, 0x09, 0x19, 0xba, 0x0f, 0x6a, 0xad, 0x1b, 0x03, 0x46, 0x3c, 0x51, 0xc4, 0x49, 0x9c, + 0x91, 0xb2, 0x43, 0x2e, 0x2a, 0xfd, 0x45, 0x83, 0x9d, 0x69, 0x03, 0x38, 0x34, 0xbf, 0x1e, 0xfb, + 0x6c, 0x44, 0x1c, 0x86, 0xce, 0xa0, 0x30, 0xb0, 0xae, 0x09, 0xcf, 0x7c, 0xd8, 0x47, 0xb4, 0x15, + 0xfb, 0x48, 0x33, 0x86, 0x37, 0x05, 0x78, 0x2a, 0x42, 0xdf, 0x85, 0x6d, 0x8f, 0xd8, 0x06, 0xb3, + 0x5e, 0x93, 0xa8, 0x49, 0x71, 0xa5, 0x66, 0x0c, 0xa3, 0x60, 0x73, 0x0a, 0xa9, 0x65, 0x01, 0x8c, + 0xf0, 0x42, 0xa5, 0x7f, 0xc6, 0x21, 0x13, 0x89, 0x0e, 0x6a, 0x43, 0x2e, 0x0c, 0xba, 0xe8, 0x29, + 0xda, 0x8d, 0x7b, 0x0a, 0x0e, 0xd2, 0x26, 0x39, 0xf0, 0x0b, 0x48, 0xbb, 0x41, 0x80, 0x55, 0xc3, + 0xfb, 0xf1, 0xfb, 0xe4, 0x30, 0xcc, 0x12, 0x9e, 0xda, 0x43, 0xbf, 0x85, 0x5b, 0x53, 0xb7, 0xf5, + 0xa9, 0x5f, 0x8a, 0xf1, 0xcd, 0xf7, 0x39, 0x68, 0x51, 0xe2, 0xf0, 0x8e, 0xbd, 0x40, 0x5a, 0x5b, + 0x87, 0x35, 0xde, 0x28, 0xca, 0xc7, 0x90, 0x9b, 0x29, 0x7f, 0x74, 0x17, 0x4a, 0x8d, 0x17, 0x47, + 0x27, 0x4f, 0x3b, 0xad, 0xf3, 0x33, 0xbd, 0xfb, 0xb2, 0xdd, 0xd0, 0x9f, 0x9e, 0x75, 0xda, 0x8d, + 0xa3, 0xd6, 0x93, 0x56, 0xa3, 0x5e, 0x88, 0xa1, 0x12, 0x7c, 0x34, 0xb7, 0x2f, 0x96, 0xf5, 0x46, + 0x41, 0x0b, 0x8d, 0xde, 0x81, 0x8d, 0x27, 0x16, 0xb1, 0xcd, 0x96, 0xb9, 0xf0, 0xc7, 0xf3, 0x1c, + 0x32, 0x6d, 0xc3, 0x63, 0x16, 0xbf, 0x77, 0xcb, 0x44, 0x77, 0x00, 0x5c, 0x8f, 0x7e, 0x4d, 0xfa, + 0x4c, 0xb7, 0x24, 0x01, 0xd2, 0x22, 0x50, 0x5c, 0xd2, 0x32, 0x39, 0x69, 0x39, 0xca, 0x77, 0x8d, + 0x3e, 0xe1, 0x0a, 0x6b, 0x42, 0x21, 0x13, 0xca, 0x5a, 0x66, 0xf9, 0x01, 0xe4, 0x8f, 0x2d, 0xc7, + 0x6c, 0x5c, 0xbb, 0x1e, 0xf1, 0xb9, 0x27, 0x0b, 0x8f, 0xfd, 0xa3, 0x06, 0x85, 0xba, 0xc1, 0x0c, + 0xd1, 0x96, 0xcf, 0x5d, 0x31, 0x0f, 0xa0, 0x06, 0x64, 0xdd, 0xe0, 0x2e, 0xdc, 0xba, 0x24, 0x4d, + 0x79, 0x49, 0xf4, 0x23, 0xd7, 0xc6, 0x19, 0x37, 0xe2, 0xc3, 0x63, 0x58, 0x7b, 0x65, 0x39, 0xa6, + 0x62, 0xc9, 0x37, 0x96, 0xc0, 0x67, 0x2f, 0x89, 0x05, 0xa4, 0xfc, 0x7b, 0x0d, 0x8a, 0xd1, 0x3e, + 0x26, 0xb8, 0xf7, 0xc4, 0xb2, 0x49, 0x87, 0x30, 0x74, 0x0f, 0x32, 0xbd, 0x71, 0xff, 0x15, 0x61, + 0x7a, 0xc4, 0x1d, 0x90, 0xa2, 0x33, 0x3e, 0x66, 0xec, 0x41, 0xce, 0x72, 0xfa, 0xf6, 0xd8, 0x24, + 0x8a, 0xf5, 0x71, 0xd1, 0xd8, 0xb2, 0x4a, 0x28, 0x89, 0xbc, 0x07, 0xb2, 0xa9, 0x87, 0x4a, 0x09, + 0xa9, 0xa4, 0x84, 0x42, 0xa9, 0xfc, 0xdf, 0x35, 0xd8, 0x8e, 0xde, 0x23, 0x88, 0xd0, 0x29, 0xa4, + 0x06, 0x96, 0x4d, 0x74, 0x9f, 0x04, 0x0d, 0xff, 0x60, 0x85, 0x6e, 0xac, 0xd0, 0x15, 0xe5, 0x08, + 0xde, 0x18, 0x28, 0x8f, 0xaa, 0xb0, 0xd3, 0x9b, 0x30, 0xe2, 0xeb, 0x36, 0xaf, 0x03, 0xdd, 0x25, + 0x9e, 0xce, 0xb7, 0x44, 0x5a, 0x13, 0x78, 0x4b, 0xec, 0x9d, 0xf0, 0xad, 0x36, 0xf1, 0x38, 0x18, + 0x7d, 0x01, 0x1f, 0x2f, 0x02, 0xf0, 0x8f, 0x3e, 0xaf, 0x97, 0x94, 0x68, 0x62, 0xc5, 0x37, 0x80, + 0x6d, 0xb9, 0x8f, 0xbe, 0x00, 0x10, 0xfa, 0x9c, 0x99, 0x7e, 0x31, 0xb9, 0x9b, 0xd8, 0xcf, 0x2f, + 0x9d, 0x9c, 0x38, 0x4e, 0xfc, 0x08, 0xa6, 0x07, 0xea, 0xcb, 0x47, 0x17, 0x90, 0xf3, 0x8d, 0x91, + 0x6b, 0x13, 0x7d, 0x44, 0xd8, 0x65, 0x38, 0x3d, 0xfd, 0xe0, 0x06, 0x41, 0xe8, 0x08, 0xfc, 0xa9, + 0x80, 0xe3, 0xac, 0x1f, 0x59, 0xa1, 0x0a, 0x6c, 0xf3, 0xa3, 0x22, 0xde, 0x09, 0xa7, 0x36, 0x84, + 0x53, 0x5b, 0x62, 0x2b, 0x70, 0x8a, 0x6f, 0x94, 0x3c, 0x5e, 0x5a, 0x32, 0x92, 0x05, 0x48, 0x8c, + 0x3d, 0x5b, 0x71, 0x82, 0x7f, 0xa2, 0xa7, 0x90, 0x17, 0xf9, 0xd5, 0xc3, 0x84, 0x49, 0x3e, 0x56, + 0x57, 0xb8, 0x6b, 0x94, 0x76, 0x38, 0xeb, 0x45, 0x56, 0xe5, 0x26, 0x64, 0xa3, 0x1e, 0xa0, 0x3b, + 0x70, 0xbb, 0x73, 0x78, 0xda, 0x3e, 0x69, 0xe8, 0xa7, 0x8d, 0x6e, 0xf3, 0xbc, 0x3e, 0xd7, 0x21, + 0x36, 0x20, 0xd1, 0x3d, 0x6f, 0x17, 0x34, 0x54, 0x80, 0x2c, 0x3e, 0x3c, 0xab, 0x9f, 0x9f, 0xea, + 0x9d, 0xee, 0x21, 0xee, 0x16, 0xe2, 0xe5, 0x4f, 0x66, 0x29, 0xb6, 0xd4, 0x93, 0xf2, 0x43, 0x28, + 0xcc, 0xff, 0xb6, 0xf3, 0x9a, 0x16, 0x23, 0x81, 0xaa, 0x69, 0xfe, 0x5d, 0xfe, 0x53, 0x02, 0x36, + 0x6b, 0xd6, 0xf0, 0xe7, 0x63, 0xe2, 0x4d, 0xa6, 0x84, 0xdd, 0x64, 0x46, 0xcf, 0xe6, 0x5c, 0x1f, + 0x10, 0x8f, 0x38, 0xfd, 0xe0, 0x07, 0xf8, 0xc1, 0x92, 0x30, 0x04, 0x06, 0xba, 0x1c, 0x85, 0xf3, + 0x02, 0x8c, 0x03, 0x2c, 0x3a, 0x05, 0x64, 0x99, 0xc4, 0x61, 0xd6, 0x60, 0x62, 0x39, 0x43, 0x7d, + 0xc0, 0x1b, 0x9b, 0x2f, 0xca, 0x2c, 0x73, 0x70, 0x77, 0x29, 0x8f, 0x44, 0xf7, 0xc3, 0x5b, 0x11, + 0xa4, 0x90, 0xf9, 0xbc, 0xdb, 0x79, 0xf4, 0x4a, 0xe5, 0x5b, 0x34, 0xfb, 0x04, 0x4e, 0x73, 0x89, + 0x48, 0x33, 0xfa, 0x36, 0xa0, 0xe9, 0x76, 0x48, 0x87, 0x75, 0x41, 0x87, 0x42, 0xa8, 0x16, 0x70, + 0xfb, 0xc5, 0x3c, 0x37, 0xd7, 0xde, 0x3a, 0xf7, 0xcd, 0x45, 0xea, 0x2d, 0xbc, 0xfc, 0x80, 0x39, + 0xff, 0x7b, 0x12, 0x72, 0x2a, 0x8d, 0x47, 0xd4, 0x19, 0x58, 0x43, 0xf4, 0x0c, 0xb6, 0xcc, 0xa0, + 0x0f, 0xeb, 0x54, 0xde, 0x45, 0x31, 0x75, 0xd9, 0xa0, 0x37, 0xdf, 0xb7, 0xf9, 0xa0, 0x67, 0xce, + 0xf7, 0xf2, 0x5f, 0xc1, 0xad, 0xd9, 0x09, 0x32, 0xb0, 0x2d, 0x7f, 0x52, 0x1f, 0xad, 0x5e, 0xb1, + 0xcd, 0x18, 0xde, 0xee, 0x2f, 0xe8, 0x85, 0x5d, 0xd8, 0xea, 0x59, 0x43, 0xfd, 0xd7, 0x3c, 0x88, + 0xa1, 0x75, 0xf9, 0xda, 0x78, 0xb8, 0x5a, 0xcc, 0xf9, 0x28, 0xd4, 0x9b, 0x23, 0xec, 0x05, 0x6c, + 0x8a, 0xf7, 0xa7, 0x6b, 0x38, 0x7a, 0x5f, 0x84, 0x48, 0x24, 0x7c, 0xf9, 0xe3, 0x60, 0x26, 0x9c, + 0xf2, 0x09, 0xe9, 0x1a, 0x8e, 0x5c, 0xe2, 0x3c, 0x9b, 0x59, 0x97, 0xfe, 0x1c, 0x87, 0xfc, 0xac, + 0x0a, 0x7a, 0x0c, 0xe0, 0x33, 0xc3, 0x63, 0xf2, 0x69, 0xaa, 0xbd, 0xf3, 0x69, 0x9a, 0x16, 0xda, + 0x7c, 0x8d, 0xbe, 0x0f, 0x29, 0xe2, 0x98, 0xab, 0xbe, 0x69, 0x37, 0x88, 0x63, 0x0a, 0xd8, 0x97, + 0xca, 0x45, 0x2e, 0x95, 0x25, 0xa4, 0x92, 0xf2, 0xae, 0x0a, 0xca, 0x87, 0x30, 0x21, 0x41, 0xcf, + 0xe1, 0x9b, 0xc4, 0x11, 0xd5, 0x6d, 0x8c, 0x19, 0xd5, 0x5d, 0xea, 0x8e, 0x6d, 0xf1, 0xb4, 0xd7, + 0xe9, 0x40, 0x9f, 0x8f, 0x22, 0xcf, 0x4c, 0x0a, 0x3f, 0x90, 0x80, 0xc3, 0x31, 0xa3, 0xed, 0x50, + 0xfd, 0x7c, 0x30, 0x1b, 0x93, 0x70, 0x76, 0xf9, 0x0d, 0x64, 0x82, 0x94, 0x1d, 0x93, 0xc9, 0x87, + 0x6e, 0x26, 0xb2, 0xfa, 0x75, 0x67, 0x3c, 0xea, 0xa9, 0xf9, 0x5b, 0x56, 0xff, 0x99, 0x10, 0x94, + 0x5b, 0x90, 0x0d, 0x99, 0xce, 0x4f, 0x7f, 0x0c, 0xc0, 0xfb, 0x07, 0x9b, 0xe8, 0xaf, 0xc8, 0xe4, + 0xcd, 0x44, 0xcd, 0x0e, 0x17, 0x64, 0x82, 0xd3, 0x52, 0xfb, 0x98, 0x4c, 0xca, 0xff, 0xd1, 0x20, + 0xc1, 0x4d, 0x7c, 0xa0, 0x01, 0xe7, 0x33, 0xd5, 0x7c, 0x65, 0xdf, 0x7b, 0xb8, 0xfc, 0x0e, 0x15, + 0xde, 0xab, 0x1b, 0x36, 0x11, 0xb3, 0xa7, 0xc0, 0x94, 0xba, 0x7c, 0xde, 0x0b, 0x85, 0xbc, 0x8f, + 0x8b, 0x59, 0x49, 0xf5, 0x71, 0xfe, 0x8d, 0x0a, 0x10, 0x57, 0xb3, 0x5f, 0xa2, 0x19, 0xc3, 0x71, + 0xcb, 0x44, 0x3b, 0x6a, 0x82, 0xe3, 0x34, 0x49, 0x37, 0x63, 0x72, 0x86, 0xab, 0xa5, 0x61, 0xc3, + 0x92, 0x2f, 0xf1, 0xf2, 0x5f, 0x35, 0x48, 0x63, 0xd2, 0xa7, 0x9e, 0xc9, 0xdd, 0xfc, 0x19, 0xe4, + 0xa6, 0x3d, 0x85, 0x07, 0x4b, 0x92, 0x73, 0xef, 0x5d, 0xfd, 0xe4, 0x98, 0x4c, 0x9a, 0x31, 0x9c, + 0x35, 0xa3, 0x51, 0x6f, 0x42, 0x6e, 0x5a, 0xe5, 0xdc, 0x56, 0xe2, 0xad, 0x31, 0x8b, 0xd0, 0x85, + 0x3f, 0xd1, 0x7a, 0xd3, 0x65, 0x48, 0xaa, 0x4b, 0xc8, 0xcd, 0xf0, 0x62, 0x6e, 0xe6, 0xd5, 0xe6, + 0x67, 0xde, 0x3b, 0x00, 0xe2, 0x46, 0x24, 0x3a, 0x12, 0x2b, 0x49, 0xcb, 0x44, 0xb7, 0x21, 0x25, + 0x49, 0x69, 0xc9, 0x32, 0x4a, 0xe3, 0x0d, 0xb1, 0x6e, 0x99, 0xe5, 0xdf, 0x69, 0xd3, 0xa3, 0x64, + 0xc5, 0x7c, 0x06, 0x49, 0xb1, 0x79, 0x23, 0xde, 0x4a, 0x08, 0xfa, 0x1e, 0x24, 0x65, 0xb1, 0xc6, + 0x57, 0x2a, 0x56, 0xa9, 0x5c, 0xfe, 0x29, 0xa4, 0x1a, 0x82, 0x87, 0x2d, 0x73, 0x6a, 0x41, 0xbb, + 0x81, 0x85, 0x47, 0x0c, 0x20, 0xf2, 0x54, 0x2c, 0xc1, 0x47, 0x27, 0xad, 0xe3, 0xc6, 0x49, 0xab, + 0x79, 0xfe, 0xc6, 0x0f, 0xcf, 0x16, 0xe4, 0x9e, 0x35, 0xf0, 0x4b, 0xfd, 0xe9, 0x99, 0x50, 0x79, + 0x59, 0xd0, 0x50, 0x16, 0x52, 0xe1, 0x2a, 0xce, 0x57, 0xed, 0xf3, 0x4e, 0xa7, 0x55, 0x3b, 0x69, + 0x14, 0x12, 0x08, 0x60, 0x5d, 0xed, 0xac, 0xa1, 0x4d, 0xc8, 0x08, 0xa8, 0x12, 0x24, 0x1f, 0x35, + 0x20, 0x15, 0x0c, 0x80, 0xe8, 0x36, 0xdc, 0x7a, 0xd2, 0x3a, 0x69, 0x2c, 0x7a, 0x01, 0x6d, 0x42, + 0xa6, 0xd6, 0x3a, 0x3b, 0xc4, 0x2f, 0x75, 0xae, 0x51, 0xd0, 0x50, 0x0e, 0xd2, 0xdd, 0xc6, 0x8b, + 0xae, 0x5c, 0xc6, 0x6b, 0x7f, 0xd0, 0xe0, 0x76, 0x9f, 0x8e, 0x16, 0x7b, 0x5a, 0x83, 0xba, 0xed, + 0x06, 0x53, 0x8d, 0xf6, 0xd5, 0x0f, 0x95, 0xd2, 0x90, 0xda, 0x86, 0x33, 0xac, 0x50, 0x6f, 0x58, + 0x1d, 0x12, 0x47, 0x74, 0xd2, 0xaa, 0xdc, 0x32, 0x5c, 0xcb, 0x9f, 0xfb, 0x07, 0xf4, 0x73, 0xd3, + 0x76, 0xff, 0x16, 0xdf, 0xfe, 0x52, 0x42, 0xc5, 0xcf, 0x57, 0xa5, 0x6e, 0xbb, 0x95, 0x67, 0x07, + 0xff, 0x0e, 0xa4, 0x17, 0x42, 0x7a, 0x51, 0xb7, 0xdd, 0x8b, 0x67, 0x07, 0xbd, 0x75, 0x61, 0xf0, + 0xd3, 0xff, 0x07, 0x00, 0x00, 0xff, 0xff, 0xa0, 0x28, 0xf1, 0xc3, 0x51, 0x15, 0x00, 0x00, } diff --git a/googleapis/pubsub/v1/pubsub.pb.go b/googleapis/pubsub/v1/pubsub.pb.go index d845648c..89bbc190 100644 --- a/googleapis/pubsub/v1/pubsub.pb.go +++ b/googleapis/pubsub/v1/pubsub.pb.go @@ -81,7 +81,7 @@ type Topic struct { // signs (`%`). It must be between 3 and 255 characters in length, and it // must not start with `"goog"`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` - // User labels. + // See <a href="/pubsub/docs/labels"> Creating and managing labels</a>. Labels map[string]string `protobuf:"bytes,2,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` // Policy constraining how messages published to the topic may be stored. It // is determined when the topic is created based on the policy configured at @@ -141,10 +141,13 @@ func (m *Topic) GetMessageStoragePolicy() *MessageStoragePolicy { return nil } -// A message data and its attributes. The message payload must not be empty; -// it must contain either a non-empty data field, or at least one attribute. +// A message that is published by publishers and consumed by subscribers. The +// message must contain either a non-empty data field or at least one attribute. +// See <a href="/pubsub/quotas">Quotas and limits</a> for more information about +// message limits. type PubsubMessage struct { - // The message payload. + // The message data field. If this field is empty, the message must contain + // at least one attribute. Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // Optional attributes for this message. Attributes map[string]string `protobuf:"bytes,2,rep,name=attributes,proto3" json:"attributes,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` @@ -407,8 +410,8 @@ func (m *PublishResponse) GetMessageIds() []string { // Request for the `ListTopics` method. type ListTopicsRequest struct { - // The name of the cloud project that topics belong to. - // Format is `projects/{project}`. + // The name of the project in which to list topics. + // Format is `projects/{project-id}`. Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` // Maximum number of topics to return. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` @@ -851,8 +854,18 @@ type Subscription struct { // changed in backward-incompatible ways and is not recommended for production // use. It is not subject to any SLA or deprecation policy. MessageRetentionDuration *duration.Duration `protobuf:"bytes,8,opt,name=message_retention_duration,json=messageRetentionDuration,proto3" json:"message_retention_duration,omitempty"` - // User labels. - Labels map[string]string `protobuf:"bytes,9,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // See <a href="/pubsub/docs/labels"> Creating and managing labels</a>. + Labels map[string]string `protobuf:"bytes,9,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // A policy that specifies the conditions for this subscription's expiration. + // A subscription is considered active as long as any connected subscriber is + // successfully consuming messages from the subscription or is issuing + // operations on the subscription. If `expiration_policy` is not set, a + // *default policy* with `ttl` of 31 days will be used. The minimum allowed + // value for `expiration_policy.ttl` is 1 day. + // <b>BETA:</b> This feature is part of a beta release. This API might be + // changed in backward-incompatible ways and is not recommended for production + // use. It is not subject to any SLA or deprecation policy. + ExpirationPolicy *ExpirationPolicy `protobuf:"bytes,11,opt,name=expiration_policy,json=expirationPolicy,proto3" json:"expiration_policy,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -932,6 +945,60 @@ func (m *Subscription) GetLabels() map[string]string { return nil } +func (m *Subscription) GetExpirationPolicy() *ExpirationPolicy { + if m != nil { + return m.ExpirationPolicy + } + return nil +} + +// A policy that specifies the conditions for resource expiration (i.e., +// automatic resource deletion). +type ExpirationPolicy struct { + // Specifies the "time-to-live" duration for an associated resource. The + // resource expires if it is not active for a period of `ttl`. The definition + // of "activity" depends on the type of the associated resource. The minimum + // and maximum allowed values for `ttl` depend on the type of the associated + // resource, as well. If `ttl` is not set, the associated resource never + // expires. + Ttl *duration.Duration `protobuf:"bytes,1,opt,name=ttl,proto3" json:"ttl,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ExpirationPolicy) Reset() { *m = ExpirationPolicy{} } +func (m *ExpirationPolicy) String() string { return proto.CompactTextString(m) } +func (*ExpirationPolicy) ProtoMessage() {} +func (*ExpirationPolicy) Descriptor() ([]byte, []int) { + return fileDescriptor_f602d910f9a348fe, []int{15} +} + +func (m *ExpirationPolicy) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ExpirationPolicy.Unmarshal(m, b) +} +func (m *ExpirationPolicy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ExpirationPolicy.Marshal(b, m, deterministic) +} +func (m *ExpirationPolicy) XXX_Merge(src proto.Message) { + xxx_messageInfo_ExpirationPolicy.Merge(m, src) +} +func (m *ExpirationPolicy) XXX_Size() int { + return xxx_messageInfo_ExpirationPolicy.Size(m) +} +func (m *ExpirationPolicy) XXX_DiscardUnknown() { + xxx_messageInfo_ExpirationPolicy.DiscardUnknown(m) +} + +var xxx_messageInfo_ExpirationPolicy proto.InternalMessageInfo + +func (m *ExpirationPolicy) GetTtl() *duration.Duration { + if m != nil { + return m.Ttl + } + return nil +} + // Configuration for a push delivery endpoint. type PushConfig struct { // A URL locating the endpoint to which messages should be pushed. @@ -968,7 +1035,7 @@ func (m *PushConfig) Reset() { *m = PushConfig{} } func (m *PushConfig) String() string { return proto.CompactTextString(m) } func (*PushConfig) ProtoMessage() {} func (*PushConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_f602d910f9a348fe, []int{15} + return fileDescriptor_f602d910f9a348fe, []int{16} } func (m *PushConfig) XXX_Unmarshal(b []byte) error { @@ -1018,7 +1085,7 @@ func (m *ReceivedMessage) Reset() { *m = ReceivedMessage{} } func (m *ReceivedMessage) String() string { return proto.CompactTextString(m) } func (*ReceivedMessage) ProtoMessage() {} func (*ReceivedMessage) Descriptor() ([]byte, []int) { - return fileDescriptor_f602d910f9a348fe, []int{16} + return fileDescriptor_f602d910f9a348fe, []int{17} } func (m *ReceivedMessage) XXX_Unmarshal(b []byte) error { @@ -1067,7 +1134,7 @@ func (m *GetSubscriptionRequest) Reset() { *m = GetSubscriptionRequest{} func (m *GetSubscriptionRequest) String() string { return proto.CompactTextString(m) } func (*GetSubscriptionRequest) ProtoMessage() {} func (*GetSubscriptionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_f602d910f9a348fe, []int{17} + return fileDescriptor_f602d910f9a348fe, []int{18} } func (m *GetSubscriptionRequest) XXX_Unmarshal(b []byte) error { @@ -1111,7 +1178,7 @@ func (m *UpdateSubscriptionRequest) Reset() { *m = UpdateSubscriptionReq func (m *UpdateSubscriptionRequest) String() string { return proto.CompactTextString(m) } func (*UpdateSubscriptionRequest) ProtoMessage() {} func (*UpdateSubscriptionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_f602d910f9a348fe, []int{18} + return fileDescriptor_f602d910f9a348fe, []int{19} } func (m *UpdateSubscriptionRequest) XXX_Unmarshal(b []byte) error { @@ -1148,8 +1215,8 @@ func (m *UpdateSubscriptionRequest) GetUpdateMask() *field_mask.FieldMask { // Request for the `ListSubscriptions` method. type ListSubscriptionsRequest struct { - // The name of the cloud project that subscriptions belong to. - // Format is `projects/{project}`. + // The name of the project in which to list subscriptions. + // Format is `projects/{project-id}`. Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` // Maximum number of subscriptions to return. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` @@ -1166,7 +1233,7 @@ func (m *ListSubscriptionsRequest) Reset() { *m = ListSubscriptionsReque func (m *ListSubscriptionsRequest) String() string { return proto.CompactTextString(m) } func (*ListSubscriptionsRequest) ProtoMessage() {} func (*ListSubscriptionsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_f602d910f9a348fe, []int{19} + return fileDescriptor_f602d910f9a348fe, []int{20} } func (m *ListSubscriptionsRequest) XXX_Unmarshal(b []byte) error { @@ -1225,7 +1292,7 @@ func (m *ListSubscriptionsResponse) Reset() { *m = ListSubscriptionsResp func (m *ListSubscriptionsResponse) String() string { return proto.CompactTextString(m) } func (*ListSubscriptionsResponse) ProtoMessage() {} func (*ListSubscriptionsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_f602d910f9a348fe, []int{20} + return fileDescriptor_f602d910f9a348fe, []int{21} } func (m *ListSubscriptionsResponse) XXX_Unmarshal(b []byte) error { @@ -1274,7 +1341,7 @@ func (m *DeleteSubscriptionRequest) Reset() { *m = DeleteSubscriptionReq func (m *DeleteSubscriptionRequest) String() string { return proto.CompactTextString(m) } func (*DeleteSubscriptionRequest) ProtoMessage() {} func (*DeleteSubscriptionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_f602d910f9a348fe, []int{21} + return fileDescriptor_f602d910f9a348fe, []int{22} } func (m *DeleteSubscriptionRequest) XXX_Unmarshal(b []byte) error { @@ -1323,7 +1390,7 @@ func (m *ModifyPushConfigRequest) Reset() { *m = ModifyPushConfigRequest func (m *ModifyPushConfigRequest) String() string { return proto.CompactTextString(m) } func (*ModifyPushConfigRequest) ProtoMessage() {} func (*ModifyPushConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_f602d910f9a348fe, []int{22} + return fileDescriptor_f602d910f9a348fe, []int{23} } func (m *ModifyPushConfigRequest) XXX_Unmarshal(b []byte) error { @@ -1366,9 +1433,7 @@ type PullRequest struct { // If this field set to true, the system will respond immediately even if // it there are no messages available to return in the `Pull` response. // Otherwise, the system may wait (for a bounded amount of time) until at - // least one message is available, rather than returning no messages. The - // client may cancel the request if it does not wish to wait any longer for - // the response. + // least one message is available, rather than returning no messages. ReturnImmediately bool `protobuf:"varint,2,opt,name=return_immediately,json=returnImmediately,proto3" json:"return_immediately,omitempty"` // The maximum number of messages returned for this request. The Pub/Sub // system may return fewer than the number specified. @@ -1382,7 +1447,7 @@ func (m *PullRequest) Reset() { *m = PullRequest{} } func (m *PullRequest) String() string { return proto.CompactTextString(m) } func (*PullRequest) ProtoMessage() {} func (*PullRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_f602d910f9a348fe, []int{23} + return fileDescriptor_f602d910f9a348fe, []int{24} } func (m *PullRequest) XXX_Unmarshal(b []byte) error { @@ -1426,10 +1491,10 @@ func (m *PullRequest) GetMaxMessages() int32 { // Response for the `Pull` method. type PullResponse struct { - // Received Pub/Sub messages. The Pub/Sub system will return zero messages if - // there are no more available in the backlog. The Pub/Sub system may return - // fewer than the `maxMessages` requested even if there are more messages - // available in the backlog. + // Received Pub/Sub messages. The list will be empty if there are no more + // messages available in the backlog. For JSON, the response can be entirely + // empty. The Pub/Sub system may return fewer than the `maxMessages` requested + // even if there are more messages available in the backlog. ReceivedMessages []*ReceivedMessage `protobuf:"bytes,1,rep,name=received_messages,json=receivedMessages,proto3" json:"received_messages,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -1440,7 +1505,7 @@ func (m *PullResponse) Reset() { *m = PullResponse{} } func (m *PullResponse) String() string { return proto.CompactTextString(m) } func (*PullResponse) ProtoMessage() {} func (*PullResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_f602d910f9a348fe, []int{24} + return fileDescriptor_f602d910f9a348fe, []int{25} } func (m *PullResponse) XXX_Unmarshal(b []byte) error { @@ -1492,7 +1557,7 @@ func (m *ModifyAckDeadlineRequest) Reset() { *m = ModifyAckDeadlineReque func (m *ModifyAckDeadlineRequest) String() string { return proto.CompactTextString(m) } func (*ModifyAckDeadlineRequest) ProtoMessage() {} func (*ModifyAckDeadlineRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_f602d910f9a348fe, []int{25} + return fileDescriptor_f602d910f9a348fe, []int{26} } func (m *ModifyAckDeadlineRequest) XXX_Unmarshal(b []byte) error { @@ -1551,7 +1616,7 @@ func (m *AcknowledgeRequest) Reset() { *m = AcknowledgeRequest{} } func (m *AcknowledgeRequest) String() string { return proto.CompactTextString(m) } func (*AcknowledgeRequest) ProtoMessage() {} func (*AcknowledgeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_f602d910f9a348fe, []int{26} + return fileDescriptor_f602d910f9a348fe, []int{27} } func (m *AcknowledgeRequest) XXX_Unmarshal(b []byte) error { @@ -1633,7 +1698,7 @@ func (m *StreamingPullRequest) Reset() { *m = StreamingPullRequest{} } func (m *StreamingPullRequest) String() string { return proto.CompactTextString(m) } func (*StreamingPullRequest) ProtoMessage() {} func (*StreamingPullRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_f602d910f9a348fe, []int{27} + return fileDescriptor_f602d910f9a348fe, []int{28} } func (m *StreamingPullRequest) XXX_Unmarshal(b []byte) error { @@ -1703,7 +1768,7 @@ func (m *StreamingPullResponse) Reset() { *m = StreamingPullResponse{} } func (m *StreamingPullResponse) String() string { return proto.CompactTextString(m) } func (*StreamingPullResponse) ProtoMessage() {} func (*StreamingPullResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_f602d910f9a348fe, []int{28} + return fileDescriptor_f602d910f9a348fe, []int{29} } func (m *StreamingPullResponse) XXX_Unmarshal(b []byte) error { @@ -1739,7 +1804,8 @@ type CreateSnapshotRequest struct { // Optional user-provided name for this snapshot. // If the name is not provided in the request, the server will assign a random // name for this snapshot on the same project as the subscription. - // Note that for REST API requests, you must specify a name. + // Note that for REST API requests, you must specify a name. See the + // <a href="/pubsub/docs/admin#resource_names">resource name rules</a>. // Format is `projects/{project}/snapshots/{snap}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // The subscription whose backlog the snapshot retains. @@ -1752,7 +1818,7 @@ type CreateSnapshotRequest struct { // successful completion of the CreateSnapshot request. // Format is `projects/{project}/subscriptions/{sub}`. Subscription string `protobuf:"bytes,2,opt,name=subscription,proto3" json:"subscription,omitempty"` - // User labels. + // See <a href="/pubsub/docs/labels"> Creating and managing labels</a>. Labels map[string]string `protobuf:"bytes,3,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -1763,7 +1829,7 @@ func (m *CreateSnapshotRequest) Reset() { *m = CreateSnapshotRequest{} } func (m *CreateSnapshotRequest) String() string { return proto.CompactTextString(m) } func (*CreateSnapshotRequest) ProtoMessage() {} func (*CreateSnapshotRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_f602d910f9a348fe, []int{29} + return fileDescriptor_f602d910f9a348fe, []int{30} } func (m *CreateSnapshotRequest) XXX_Unmarshal(b []byte) error { @@ -1824,7 +1890,7 @@ func (m *UpdateSnapshotRequest) Reset() { *m = UpdateSnapshotRequest{} } func (m *UpdateSnapshotRequest) String() string { return proto.CompactTextString(m) } func (*UpdateSnapshotRequest) ProtoMessage() {} func (*UpdateSnapshotRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_f602d910f9a348fe, []int{30} + return fileDescriptor_f602d910f9a348fe, []int{31} } func (m *UpdateSnapshotRequest) XXX_Unmarshal(b []byte) error { @@ -1879,7 +1945,7 @@ type Snapshot struct { // exists -- will expire in 4 days. The service will refuse to create a // snapshot that would expire in less than 1 hour after creation. ExpireTime *timestamp.Timestamp `protobuf:"bytes,3,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"` - // User labels. + // See <a href="/pubsub/docs/labels"> Creating and managing labels</a>. Labels map[string]string `protobuf:"bytes,4,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -1890,7 +1956,7 @@ func (m *Snapshot) Reset() { *m = Snapshot{} } func (m *Snapshot) String() string { return proto.CompactTextString(m) } func (*Snapshot) ProtoMessage() {} func (*Snapshot) Descriptor() ([]byte, []int) { - return fileDescriptor_f602d910f9a348fe, []int{31} + return fileDescriptor_f602d910f9a348fe, []int{32} } func (m *Snapshot) XXX_Unmarshal(b []byte) error { @@ -1956,7 +2022,7 @@ func (m *GetSnapshotRequest) Reset() { *m = GetSnapshotRequest{} } func (m *GetSnapshotRequest) String() string { return proto.CompactTextString(m) } func (*GetSnapshotRequest) ProtoMessage() {} func (*GetSnapshotRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_f602d910f9a348fe, []int{32} + return fileDescriptor_f602d910f9a348fe, []int{33} } func (m *GetSnapshotRequest) XXX_Unmarshal(b []byte) error { @@ -1989,8 +2055,8 @@ func (m *GetSnapshotRequest) GetSnapshot() string { // changed in backward-incompatible ways and is not recommended for production // use. It is not subject to any SLA or deprecation policy. type ListSnapshotsRequest struct { - // The name of the cloud project that snapshots belong to. - // Format is `projects/{project}`. + // The name of the project in which to list snapshots. + // Format is `projects/{project-id}`. Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` // Maximum number of snapshots to return. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` @@ -2007,7 +2073,7 @@ func (m *ListSnapshotsRequest) Reset() { *m = ListSnapshotsRequest{} } func (m *ListSnapshotsRequest) String() string { return proto.CompactTextString(m) } func (*ListSnapshotsRequest) ProtoMessage() {} func (*ListSnapshotsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_f602d910f9a348fe, []int{33} + return fileDescriptor_f602d910f9a348fe, []int{34} } func (m *ListSnapshotsRequest) XXX_Unmarshal(b []byte) error { @@ -2068,7 +2134,7 @@ func (m *ListSnapshotsResponse) Reset() { *m = ListSnapshotsResponse{} } func (m *ListSnapshotsResponse) String() string { return proto.CompactTextString(m) } func (*ListSnapshotsResponse) ProtoMessage() {} func (*ListSnapshotsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_f602d910f9a348fe, []int{34} + return fileDescriptor_f602d910f9a348fe, []int{35} } func (m *ListSnapshotsResponse) XXX_Unmarshal(b []byte) error { @@ -2120,7 +2186,7 @@ func (m *DeleteSnapshotRequest) Reset() { *m = DeleteSnapshotRequest{} } func (m *DeleteSnapshotRequest) String() string { return proto.CompactTextString(m) } func (*DeleteSnapshotRequest) ProtoMessage() {} func (*DeleteSnapshotRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_f602d910f9a348fe, []int{35} + return fileDescriptor_f602d910f9a348fe, []int{36} } func (m *DeleteSnapshotRequest) XXX_Unmarshal(b []byte) error { @@ -2168,7 +2234,7 @@ func (m *SeekRequest) Reset() { *m = SeekRequest{} } func (m *SeekRequest) String() string { return proto.CompactTextString(m) } func (*SeekRequest) ProtoMessage() {} func (*SeekRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_f602d910f9a348fe, []int{36} + return fileDescriptor_f602d910f9a348fe, []int{37} } func (m *SeekRequest) XXX_Unmarshal(b []byte) error { @@ -2303,6 +2369,7 @@ func _SeekRequest_OneofSizer(msg proto.Message) (n int) { return n } +// Response for the `Seek` method (this response is empty). type SeekResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -2313,7 +2380,7 @@ func (m *SeekResponse) Reset() { *m = SeekResponse{} } func (m *SeekResponse) String() string { return proto.CompactTextString(m) } func (*SeekResponse) ProtoMessage() {} func (*SeekResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_f602d910f9a348fe, []int{37} + return fileDescriptor_f602d910f9a348fe, []int{38} } func (m *SeekResponse) XXX_Unmarshal(b []byte) error { @@ -2353,6 +2420,7 @@ func init() { proto.RegisterType((*DeleteTopicRequest)(nil), "google.pubsub.v1.DeleteTopicRequest") proto.RegisterType((*Subscription)(nil), "google.pubsub.v1.Subscription") proto.RegisterMapType((map[string]string)(nil), "google.pubsub.v1.Subscription.LabelsEntry") + proto.RegisterType((*ExpirationPolicy)(nil), "google.pubsub.v1.ExpirationPolicy") proto.RegisterType((*PushConfig)(nil), "google.pubsub.v1.PushConfig") proto.RegisterMapType((map[string]string)(nil), "google.pubsub.v1.PushConfig.AttributesEntry") proto.RegisterType((*ReceivedMessage)(nil), "google.pubsub.v1.ReceivedMessage") @@ -2384,145 +2452,148 @@ func init() { func init() { proto.RegisterFile("google/pubsub/v1/pubsub.proto", fileDescriptor_f602d910f9a348fe) } var fileDescriptor_f602d910f9a348fe = []byte{ - // 2199 bytes of a gzipped FileDescriptorProto + // 2244 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x5a, 0xcd, 0x73, 0x1b, 0x49, - 0x15, 0xdf, 0x96, 0x1c, 0x47, 0x7e, 0xb2, 0xe3, 0xb8, 0xb1, 0x1d, 0x79, 0xf2, 0x65, 0x4f, 0x8c, - 0xed, 0x28, 0x89, 0x64, 0x2b, 0xb5, 0x61, 0x13, 0xe3, 0x6c, 0xd9, 0x71, 0xc8, 0x06, 0x12, 0x30, - 0xe3, 0x10, 0xaa, 0xa8, 0x14, 0xaa, 0x91, 0xd4, 0x51, 0x66, 0x35, 0x9a, 0x99, 0x9d, 0x19, 0x79, - 0xe3, 0x85, 0x50, 0x61, 0x97, 0xa2, 0x8a, 0x22, 0x07, 0x76, 0xb9, 0xee, 0x81, 0x82, 0x1b, 0x47, - 0xaa, 0xb8, 0xc2, 0x9d, 0x2b, 0x07, 0xfe, 0x01, 0x8e, 0x5c, 0x38, 0xc1, 0x71, 0xab, 0x3f, 0x66, - 0x34, 0x1f, 0x3d, 0x92, 0x65, 0x6f, 0x6e, 0xa3, 0xee, 0xd7, 0xfd, 0x7e, 0xef, 0xbb, 0xdf, 0x2b, - 0xc1, 0xc5, 0xb6, 0x6d, 0xb7, 0x4d, 0x52, 0x75, 0x7a, 0x0d, 0xaf, 0xd7, 0xa8, 0x1e, 0x6c, 0x88, - 0xaf, 0x8a, 0xe3, 0xda, 0xbe, 0x8d, 0xcf, 0xf2, 0xed, 0x8a, 0x58, 0x3c, 0xd8, 0x50, 0x2e, 0x88, - 0x03, 0xba, 0x63, 0x54, 0x75, 0xcb, 0xb2, 0x7d, 0xdd, 0x37, 0x6c, 0xcb, 0xe3, 0xf4, 0xca, 0xa5, - 0xe0, 0x3a, 0xfa, 0xab, 0xd1, 0x7b, 0x5e, 0x6d, 0xf5, 0x5c, 0x46, 0x20, 0xf6, 0xcf, 0x27, 0xf7, - 0x49, 0xd7, 0xf1, 0x0f, 0xc5, 0xe6, 0x62, 0x72, 0xf3, 0xb9, 0x41, 0xcc, 0x56, 0xbd, 0xab, 0x7b, - 0x1d, 0x41, 0x71, 0x39, 0x49, 0xe1, 0x1b, 0x5d, 0xe2, 0xf9, 0x7a, 0xd7, 0xe1, 0x04, 0xea, 0x53, - 0x98, 0x7d, 0x4c, 0x3c, 0x4f, 0x6f, 0x93, 0x7d, 0xdf, 0x76, 0xf5, 0x36, 0xd9, 0xb3, 0x4d, 0xa3, - 0x79, 0x88, 0xef, 0xc2, 0x79, 0xdd, 0x34, 0xed, 0x8f, 0x49, 0xab, 0xee, 0x10, 0xd7, 0x33, 0x3c, - 0x9f, 0x58, 0x4d, 0x52, 0x77, 0x49, 0x9b, 0x82, 0x2f, 0xa1, 0xc5, 0xfc, 0xda, 0x84, 0xb6, 0x20, - 0x48, 0xf6, 0xfa, 0x14, 0x1a, 0x27, 0x50, 0xff, 0x8b, 0xe0, 0xd4, 0x13, 0xdb, 0x31, 0x9a, 0x18, - 0xc3, 0x98, 0xa5, 0x77, 0x49, 0x09, 0x2d, 0xa2, 0xb5, 0x09, 0x8d, 0x7d, 0xe3, 0x4d, 0x18, 0x37, - 0xf5, 0x06, 0x31, 0xbd, 0x52, 0x6e, 0x31, 0xbf, 0x56, 0xac, 0x5d, 0xa9, 0x24, 0xd5, 0x56, 0x61, - 0x87, 0x2b, 0x8f, 0x18, 0xd5, 0x7d, 0xcb, 0x77, 0x0f, 0x35, 0x71, 0x04, 0x3f, 0x83, 0xf9, 0x2e, - 0x87, 0x5c, 0xf7, 0x38, 0xe6, 0xba, 0xc3, 0x40, 0x97, 0xf2, 0x8b, 0x68, 0xad, 0x58, 0x5b, 0x49, - 0x5f, 0x26, 0x13, 0x51, 0x9b, 0xed, 0x4a, 0x56, 0x95, 0xdb, 0x50, 0x8c, 0x30, 0xc5, 0x67, 0x21, - 0xdf, 0x21, 0x87, 0x02, 0x3c, 0xfd, 0xc4, 0xb3, 0x70, 0xea, 0x40, 0x37, 0x7b, 0xa4, 0x94, 0x63, - 0x6b, 0xfc, 0xc7, 0x9d, 0xdc, 0x7b, 0x48, 0xfd, 0x3c, 0x07, 0x53, 0x7b, 0x8c, 0xa7, 0xe0, 0x47, - 0x65, 0x6f, 0xe9, 0xbe, 0xce, 0x8e, 0x4f, 0x6a, 0xec, 0x1b, 0xff, 0x00, 0x40, 0xf7, 0x7d, 0xd7, - 0x68, 0xf4, 0x7c, 0x12, 0xc8, 0x5f, 0x4d, 0x43, 0x8e, 0x5d, 0x54, 0xd9, 0x0e, 0x4f, 0x70, 0x5d, - 0x44, 0xae, 0xc0, 0x17, 0x01, 0x02, 0x7d, 0x18, 0x2d, 0xa6, 0x83, 0x09, 0x6d, 0x42, 0xac, 0x3c, - 0x6c, 0xe1, 0x2d, 0x98, 0x74, 0x7a, 0x0d, 0xd3, 0xf0, 0x5e, 0xd4, 0xa9, 0xf1, 0x4b, 0x63, 0x4c, - 0x49, 0x4a, 0xc8, 0x51, 0x78, 0x46, 0xe5, 0x49, 0xe0, 0x19, 0x5a, 0x51, 0xd0, 0xd3, 0x15, 0x65, - 0x0b, 0xa6, 0x13, 0xcc, 0x47, 0xd2, 0xc9, 0x2a, 0x4c, 0x3f, 0x20, 0x3e, 0x33, 0xa6, 0x46, 0x3e, - 0xea, 0x11, 0xcf, 0xa7, 0xc4, 0x3e, 0xfd, 0x2d, 0x2e, 0xe0, 0x3f, 0xd4, 0xd7, 0x08, 0xf0, 0x8f, - 0x9c, 0x96, 0xee, 0x93, 0x18, 0xf1, 0x8d, 0x28, 0x71, 0xb1, 0x76, 0x2e, 0xc3, 0x51, 0xc4, 0x2d, - 0x78, 0x13, 0x8a, 0x3d, 0x76, 0x09, 0x0b, 0x02, 0x06, 0x47, 0x26, 0xeb, 0x77, 0x68, 0x9c, 0x3c, - 0xd6, 0xbd, 0x8e, 0x06, 0x9c, 0x9c, 0x7e, 0xab, 0x4d, 0x38, 0xb3, 0xc7, 0x25, 0x1f, 0x08, 0x15, - 0x6f, 0x42, 0x41, 0xa8, 0x37, 0xb0, 0xdf, 0xe5, 0x21, 0xf6, 0xd3, 0xc2, 0x03, 0x6a, 0x0d, 0xa6, - 0x43, 0x26, 0x9e, 0x63, 0x5b, 0x1e, 0xc1, 0x97, 0xa1, 0xd8, 0x37, 0x60, 0x10, 0x5b, 0x10, 0x5a, - 0xd0, 0x53, 0x0d, 0x98, 0x79, 0x64, 0x78, 0x5c, 0x8b, 0x5e, 0x80, 0xad, 0x04, 0xa7, 0x1d, 0xd7, - 0xfe, 0x90, 0x34, 0x7d, 0x81, 0x2e, 0xf8, 0x89, 0xcf, 0xc3, 0x84, 0xc3, 0xa2, 0xc3, 0xf8, 0x84, - 0x5b, 0xe4, 0x94, 0x56, 0xa0, 0x0b, 0xfb, 0xc6, 0x27, 0x84, 0x7a, 0x0b, 0xdb, 0xf4, 0xed, 0x0e, - 0xb1, 0x02, 0x6f, 0xa1, 0x2b, 0x4f, 0xe8, 0x82, 0xda, 0x05, 0x1c, 0x65, 0x25, 0x10, 0x56, 0x61, - 0x9c, 0x89, 0xce, 0xc1, 0x0d, 0x30, 0x83, 0x20, 0xc3, 0x2b, 0x30, 0x6d, 0x91, 0x97, 0x7e, 0x3d, - 0xc2, 0x8a, 0xbb, 0xc6, 0x14, 0x5d, 0xde, 0x0b, 0xd9, 0x7d, 0x04, 0x17, 0x43, 0x76, 0xfb, 0xbd, - 0x86, 0xd7, 0x74, 0x0d, 0x87, 0xa5, 0xc7, 0xc1, 0x16, 0x38, 0x89, 0x84, 0x16, 0x5c, 0xca, 0x62, - 0x29, 0xa4, 0x5d, 0x86, 0x29, 0x2f, 0xba, 0x21, 0x2c, 0x12, 0x5f, 0x3c, 0xb2, 0x88, 0x5d, 0x58, - 0xe8, 0xf3, 0xb3, 0x74, 0xc7, 0x7b, 0x61, 0xfb, 0x6f, 0x51, 0xbc, 0x06, 0x28, 0x32, 0x76, 0x42, - 0xb4, 0x0b, 0x30, 0xe1, 0x05, 0x8b, 0x42, 0xac, 0xfe, 0xc2, 0x91, 0x45, 0x2a, 0x03, 0xde, 0x25, - 0x26, 0x49, 0x84, 0xaa, 0x3c, 0xae, 0xff, 0x9a, 0x87, 0xc9, 0xa8, 0x9a, 0xa5, 0xf5, 0x20, 0x3c, - 0x9a, 0x8b, 0xaa, 0x61, 0x0b, 0x8a, 0x4e, 0xcf, 0x7b, 0x51, 0x6f, 0xda, 0xd6, 0x73, 0xa3, 0x2d, - 0x12, 0xd7, 0x05, 0x59, 0xa8, 0x79, 0x2f, 0xee, 0x31, 0x1a, 0x0d, 0x9c, 0xf0, 0x1b, 0xaf, 0xc3, - 0xac, 0xde, 0xec, 0xd4, 0x5b, 0x44, 0x6f, 0x99, 0x86, 0x45, 0xea, 0x1e, 0x69, 0xda, 0x56, 0xcb, - 0x2b, 0x9d, 0x62, 0x0a, 0xc5, 0x7a, 0xb3, 0xb3, 0x2b, 0xb6, 0xf6, 0xf9, 0x0e, 0xae, 0xc1, 0x9c, - 0x4b, 0x7c, 0xdd, 0xb0, 0xea, 0x7a, 0xb3, 0x43, 0x5a, 0xf5, 0x30, 0xca, 0x4f, 0x2f, 0xa2, 0xb5, - 0x82, 0xf6, 0x0d, 0xbe, 0xb9, 0x4d, 0xf7, 0x44, 0x60, 0x7b, 0xf8, 0xc7, 0xa0, 0x04, 0xc1, 0xeb, - 0x12, 0x9f, 0x58, 0x54, 0xc6, 0x7a, 0x50, 0xc4, 0x4b, 0x05, 0x86, 0x79, 0x21, 0x95, 0x80, 0x76, - 0x05, 0x81, 0x56, 0x12, 0x87, 0xb5, 0xe0, 0x6c, 0xb0, 0x83, 0x77, 0xc2, 0x1a, 0x39, 0xc1, 0x62, - 0xae, 0x9c, 0x16, 0x3c, 0xaa, 0x57, 0x59, 0xa9, 0x3c, 0x49, 0x31, 0xfb, 0x1b, 0x02, 0xe8, 0x2b, - 0x16, 0x5f, 0x81, 0x29, 0x66, 0x0b, 0x62, 0xb5, 0x1c, 0xdb, 0xb0, 0x82, 0x9c, 0x33, 0x49, 0x17, - 0xef, 0x8b, 0x35, 0xfc, 0x48, 0x52, 0xda, 0xae, 0x0f, 0xb2, 0xd7, 0xa0, 0xba, 0x76, 0xd2, 0xca, - 0xd3, 0x84, 0x69, 0x8d, 0x34, 0x89, 0x71, 0x10, 0x1a, 0x0b, 0xcf, 0xc1, 0x38, 0xf5, 0x08, 0xa3, - 0x15, 0xb8, 0xa8, 0xde, 0xec, 0x3c, 0x6c, 0xe1, 0xdb, 0x70, 0x5a, 0x58, 0x41, 0x14, 0x8c, 0xa1, - 0xe9, 0x3c, 0xa0, 0x57, 0xbf, 0x0d, 0xf3, 0x0f, 0x88, 0x1f, 0xb5, 0x43, 0x10, 0x0d, 0x2a, 0x4c, - 0x46, 0xf3, 0x45, 0xa0, 0xaf, 0xe8, 0x9a, 0xfa, 0x25, 0x82, 0x05, 0x5e, 0xf3, 0x64, 0x37, 0xec, - 0x48, 0x6e, 0x28, 0xd6, 0x2e, 0x0d, 0x76, 0x83, 0x38, 0x87, 0x93, 0xd5, 0x43, 0x07, 0x4a, 0x34, - 0x95, 0x48, 0xf3, 0xf2, 0xdb, 0xa9, 0x3e, 0xbf, 0x41, 0x3c, 0x59, 0xca, 0xf3, 0xf2, 0xae, 0x2c, - 0x2f, 0x0f, 0xd7, 0xc8, 0x31, 0xf3, 0xf6, 0xfb, 0xb0, 0xc0, 0x93, 0xdc, 0x71, 0xad, 0xfb, 0x73, - 0x38, 0xf7, 0xd8, 0x6e, 0x19, 0xcf, 0x0f, 0x23, 0xf9, 0xe9, 0xe8, 0xc7, 0x93, 0xd9, 0x2f, 0x37, - 0x5a, 0xf6, 0x53, 0x3f, 0x43, 0x50, 0xdc, 0xeb, 0x99, 0xe6, 0x28, 0x2c, 0x6f, 0x00, 0x76, 0x89, - 0xdf, 0x73, 0xad, 0xba, 0xd1, 0xed, 0x92, 0x96, 0xa1, 0xfb, 0xc4, 0x3c, 0x64, 0x9c, 0x0b, 0xda, - 0x0c, 0xdf, 0x79, 0xd8, 0xdf, 0xc0, 0x4b, 0x30, 0xd9, 0xd5, 0x5f, 0xf6, 0xb3, 0x64, 0x9e, 0x19, - 0xbb, 0xd8, 0xd5, 0x5f, 0x06, 0xd9, 0x51, 0xfd, 0x29, 0x4c, 0x72, 0x10, 0xc2, 0x84, 0xdf, 0x87, - 0x19, 0x57, 0x04, 0x65, 0xff, 0x1c, 0x37, 0xe3, 0x52, 0x5a, 0xb4, 0x44, 0xfc, 0x6a, 0x67, 0xdd, - 0xf8, 0x82, 0x47, 0x1d, 0xa6, 0xc4, 0x95, 0xbc, 0xdd, 0x4f, 0xe7, 0xa3, 0x88, 0x7c, 0x0e, 0x4e, - 0xf3, 0x94, 0xe0, 0x95, 0xc6, 0x58, 0x39, 0x1c, 0x67, 0x39, 0xc1, 0xcb, 0xac, 0x1e, 0xf9, 0xac, - 0xea, 0xa1, 0xfe, 0x10, 0xf0, 0x76, 0xb3, 0x63, 0xd9, 0x1f, 0x9b, 0xa4, 0xd5, 0x3e, 0x2e, 0x88, - 0x5c, 0x14, 0x84, 0xfa, 0xcb, 0x1c, 0xcc, 0xee, 0xfb, 0x2e, 0xd1, 0xbb, 0x86, 0xd5, 0x1e, 0xd5, - 0x9a, 0x59, 0xb7, 0xe2, 0x5b, 0x70, 0xae, 0xcb, 0x74, 0x26, 0x93, 0x2e, 0xbf, 0x76, 0x4a, 0x9b, - 0xe3, 0xdb, 0xc9, 0xf2, 0xf8, 0x6e, 0xfa, 0x5c, 0x5c, 0x77, 0xb3, 0xf1, 0x73, 0xdb, 0x9c, 0xdd, - 0x16, 0x9c, 0xf7, 0x98, 0x0c, 0xf5, 0x01, 0xe5, 0xb8, 0xc4, 0x49, 0xb6, 0xd3, 0x6a, 0x6d, 0xc3, - 0x5c, 0x42, 0x05, 0x6f, 0xc9, 0x97, 0xfe, 0x85, 0x60, 0xee, 0x9e, 0x4b, 0x68, 0x36, 0x16, 0x2f, - 0xa2, 0x40, 0xdb, 0xb2, 0x27, 0x4b, 0xd2, 0x02, 0x39, 0x89, 0x05, 0xbe, 0x17, 0x96, 0xf0, 0x3c, - 0x83, 0x75, 0x33, 0x0d, 0x4b, 0xca, 0xf0, 0xeb, 0xae, 0xe5, 0x6f, 0x10, 0xcc, 0x89, 0x3a, 0x93, - 0x90, 0xec, 0x16, 0x14, 0x82, 0xe7, 0x9f, 0xa8, 0x2f, 0x8a, 0x24, 0x9b, 0x06, 0x87, 0x42, 0xda, - 0x93, 0xd5, 0x95, 0xff, 0x20, 0x28, 0x04, 0x77, 0x8e, 0xf0, 0x1c, 0xdc, 0x84, 0x22, 0x79, 0xe9, - 0x18, 0x2e, 0xe1, 0x7d, 0x6c, 0x7e, 0x68, 0x1f, 0x0b, 0x9c, 0x9c, 0x2e, 0xe0, 0xbb, 0xa1, 0x29, - 0xc6, 0x98, 0x29, 0x56, 0xb2, 0xc5, 0xfc, 0xba, 0xb5, 0xbf, 0x0e, 0x98, 0xbe, 0x11, 0x12, 0x9a, - 0x57, 0x12, 0x9a, 0x9f, 0xe8, 0x6b, 0x57, 0x35, 0x61, 0x96, 0x55, 0xc1, 0x64, 0xb7, 0xf0, 0x76, - 0x8a, 0xee, 0x21, 0xcc, 0x25, 0xb8, 0x89, 0x00, 0x7b, 0x2f, 0xd9, 0x2c, 0x0c, 0xf6, 0x8e, 0x63, - 0x34, 0x12, 0x37, 0x61, 0x4e, 0xd4, 0xd8, 0x11, 0xb4, 0xf3, 0x5b, 0x04, 0xc5, 0x7d, 0x42, 0x3a, - 0xa3, 0xe4, 0xc2, 0x75, 0x18, 0x63, 0x4e, 0x93, 0x1b, 0xe6, 0x34, 0x1f, 0xbc, 0xa3, 0x31, 0x4a, - 0x7c, 0x21, 0x82, 0x80, 0xa9, 0xec, 0x83, 0x77, 0xfa, 0x18, 0x76, 0x0a, 0x30, 0xee, 0xeb, 0x6e, - 0x9b, 0xf8, 0xea, 0x19, 0x98, 0xe4, 0x60, 0xb8, 0xd2, 0x6a, 0x7f, 0x2f, 0xc0, 0x84, 0x68, 0xf0, - 0x89, 0x8b, 0x3f, 0x84, 0x22, 0x8f, 0x70, 0x3e, 0x0b, 0xcb, 0xea, 0x9b, 0x95, 0xac, 0x0d, 0xf5, - 0xea, 0xa7, 0xff, 0xfc, 0xf7, 0xef, 0x73, 0x57, 0x94, 0x4b, 0xd5, 0x83, 0x8d, 0xea, 0xcf, 0x68, - 0x74, 0x6c, 0x09, 0x9b, 0x7b, 0xd5, 0x72, 0x95, 0x77, 0xdb, 0xd5, 0xf2, 0xab, 0x3b, 0xa8, 0x8c, - 0x5f, 0x41, 0x31, 0x32, 0x40, 0xc1, 0xcb, 0xe9, 0x2b, 0xd3, 0xf3, 0x95, 0x6c, 0xc6, 0x55, 0xc6, - 0xf8, 0x6a, 0x6d, 0x99, 0x31, 0x66, 0x8c, 0x2a, 0x03, 0xd9, 0x7f, 0x8a, 0xe0, 0xb4, 0x10, 0x1c, - 0x2f, 0x4a, 0x1f, 0xd0, 0x91, 0xc9, 0x8a, 0xb2, 0x34, 0x80, 0x82, 0x6b, 0x52, 0xad, 0x31, 0x04, - 0xd7, 0xd5, 0xd5, 0x3e, 0x02, 0x39, 0x73, 0x31, 0xae, 0xa2, 0x20, 0x6c, 0x28, 0x04, 0xe3, 0x26, - 0x2c, 0x61, 0x91, 0x18, 0x45, 0x65, 0x4b, 0xbf, 0xca, 0x78, 0x2f, 0xe1, 0xcb, 0x43, 0x78, 0xe3, - 0xd7, 0x08, 0xa0, 0x3f, 0x30, 0xc1, 0x92, 0x41, 0x66, 0x6a, 0x72, 0xa3, 0x2c, 0x0f, 0x26, 0x12, - 0xe2, 0xc7, 0x21, 0x08, 0xe6, 0x11, 0x10, 0xaf, 0x04, 0x0a, 0xfc, 0x17, 0x04, 0xf3, 0xf2, 0x89, - 0x06, 0xae, 0x0e, 0xe0, 0x24, 0x7b, 0xd6, 0x2b, 0xeb, 0x47, 0x3f, 0x20, 0x60, 0xbe, 0xcb, 0x60, - 0x56, 0xf1, 0x8d, 0x21, 0x9a, 0xaa, 0xc6, 0x5f, 0xe1, 0x7f, 0x44, 0x91, 0x41, 0x53, 0x98, 0x7a, - 0xf0, 0xb5, 0x41, 0xfc, 0x13, 0xe9, 0x50, 0xb9, 0x7e, 0x34, 0x62, 0x01, 0x74, 0x83, 0x01, 0xbd, - 0x86, 0xaf, 0x0e, 0x05, 0x1a, 0xa2, 0xf1, 0xa1, 0x18, 0x99, 0x73, 0xc8, 0x22, 0x2a, 0x3d, 0x06, - 0x51, 0xe6, 0x53, 0xc9, 0xe5, 0x7e, 0xd7, 0xf1, 0x0f, 0x03, 0x7b, 0x96, 0x87, 0xb9, 0x54, 0xed, - 0x7f, 0x33, 0x00, 0x42, 0xd7, 0x0d, 0xe2, 0xe2, 0x5f, 0x23, 0xc0, 0xe2, 0x95, 0x10, 0xcd, 0x68, - 0x43, 0xba, 0x1e, 0x65, 0xc8, 0xbe, 0xba, 0xce, 0xe0, 0x94, 0x95, 0x6f, 0x4a, 0x13, 0x4b, 0xcc, - 0x58, 0x22, 0xc0, 0xbf, 0x40, 0x6c, 0x96, 0x1b, 0x43, 0xb1, 0x26, 0x8d, 0x31, 0x49, 0xc7, 0x34, - 0x14, 0x4f, 0xdc, 0x8f, 0xa2, 0xfc, 0x07, 0xe1, 0xc2, 0x7f, 0x08, 0xc7, 0xc6, 0x31, 0x5c, 0xd7, - 0xb2, 0x92, 0xdf, 0x71, 0xa0, 0x6d, 0x31, 0x68, 0xdf, 0xaa, 0xd5, 0x52, 0xd0, 0x2a, 0x47, 0xd1, - 0xdb, 0x97, 0x88, 0x8f, 0x6f, 0xe3, 0xa1, 0x59, 0x96, 0x3b, 0xaf, 0x34, 0x2a, 0xaf, 0x1d, 0x89, - 0x56, 0xf8, 0x79, 0x85, 0xa1, 0x5d, 0xc3, 0x2b, 0x99, 0x79, 0x23, 0x1e, 0x89, 0xbf, 0x43, 0xc1, - 0x34, 0x6f, 0x98, 0x06, 0x33, 0xdb, 0xe1, 0x4c, 0x9f, 0x17, 0x46, 0x2d, 0x8f, 0x68, 0xd4, 0x3f, - 0x21, 0x98, 0x49, 0x75, 0x75, 0x32, 0x8d, 0x65, 0xb5, 0x7e, 0x99, 0x80, 0xbe, 0xcb, 0x00, 0xed, - 0xaa, 0xef, 0x8f, 0x04, 0xe8, 0x4e, 0x37, 0xc9, 0x87, 0xda, 0xf5, 0x73, 0x04, 0xc5, 0x48, 0xc3, - 0x27, 0x4b, 0x0f, 0xe9, 0x7e, 0x30, 0x13, 0xd9, 0x2e, 0x43, 0x76, 0x57, 0xbd, 0x3d, 0x1a, 0x32, - 0xbd, 0xcf, 0x81, 0x62, 0xfa, 0x15, 0x82, 0x31, 0xda, 0x24, 0xe1, 0x8b, 0xb2, 0xfa, 0x1a, 0xf6, - 0x8f, 0x32, 0x97, 0x8f, 0xf6, 0x56, 0x81, 0xcb, 0xab, 0xb5, 0xd1, 0xd0, 0x38, 0x3d, 0xd3, 0xa4, - 0x30, 0x5a, 0x30, 0x15, 0xeb, 0xd9, 0xb0, 0xec, 0xb9, 0x2d, 0xe9, 0x6b, 0x95, 0xd5, 0xa1, 0x74, - 0x1c, 0xe0, 0x1a, 0x5a, 0x47, 0x34, 0xf6, 0xcf, 0x26, 0x27, 0x2c, 0xf8, 0x6a, 0x96, 0x97, 0xa4, - 0xa6, 0x30, 0x99, 0xa6, 0x78, 0xc8, 0x84, 0xbf, 0xa7, 0xde, 0x3d, 0x8e, 0x93, 0xf4, 0xd9, 0x50, - 0x45, 0xfc, 0x02, 0x8a, 0x91, 0xb7, 0xbf, 0xcc, 0x45, 0xd2, 0xad, 0x81, 0x32, 0xe0, 0x91, 0xad, - 0xde, 0x60, 0xd8, 0x56, 0x31, 0x4f, 0xdb, 0x41, 0xa9, 0x8a, 0xe1, 0x0a, 0xca, 0x17, 0x8d, 0xa4, - 0x37, 0x08, 0xa6, 0x62, 0x8f, 0x7b, 0x99, 0x25, 0x64, 0xbd, 0x86, 0xcc, 0x12, 0xd2, 0x2e, 0x41, - 0x2d, 0x33, 0x44, 0xcb, 0x58, 0xcd, 0xce, 0x37, 0x21, 0xf3, 0xcf, 0x10, 0x9c, 0x89, 0x77, 0xbc, - 0x78, 0xf5, 0x88, 0x3d, 0xf1, 0x40, 0xad, 0x5c, 0x67, 0x18, 0x56, 0x94, 0x25, 0x79, 0x31, 0x8b, - 0x68, 0x84, 0x1a, 0xe5, 0x0d, 0x82, 0x33, 0xf1, 0x76, 0x58, 0x86, 0x42, 0xda, 0x30, 0x0f, 0x44, - 0x21, 0xb2, 0x5d, 0xad, 0x1c, 0xb3, 0x4d, 0x65, 0x18, 0x9c, 0xd7, 0x08, 0xce, 0xc4, 0xbb, 0x20, - 0x19, 0x1c, 0x69, 0x9f, 0x94, 0xe9, 0xc2, 0xc2, 0x4d, 0xca, 0x47, 0x74, 0x13, 0x9a, 0x36, 0x68, - 0x17, 0x23, 0x4b, 0x1b, 0x91, 0x56, 0x4b, 0x5a, 0x29, 0x23, 0xcd, 0xcf, 0x71, 0xd3, 0x86, 0x47, - 0x48, 0xe7, 0x0e, 0x2a, 0xef, 0x7c, 0x81, 0x60, 0xb6, 0x69, 0x77, 0x53, 0x4c, 0x76, 0x8a, 0x7c, - 0xfc, 0xbe, 0x47, 0x85, 0xdc, 0x43, 0x3f, 0xb9, 0x25, 0x08, 0xda, 0xb6, 0xa9, 0x5b, 0xed, 0x8a, - 0xed, 0xb6, 0xab, 0x6d, 0x62, 0x31, 0x15, 0x54, 0xf9, 0x96, 0xee, 0x18, 0x5e, 0xff, 0x2f, 0x1a, - 0x9b, 0xfc, 0xeb, 0xff, 0x08, 0xfd, 0x39, 0x37, 0xff, 0x80, 0x9f, 0xbd, 0x67, 0xda, 0xbd, 0x16, - 0xed, 0x39, 0xf6, 0x7b, 0x8d, 0xca, 0xd3, 0x8d, 0x7f, 0x04, 0x1b, 0xcf, 0xd8, 0xc6, 0x33, 0xbe, - 0xf1, 0xec, 0xe9, 0x46, 0x63, 0x9c, 0xdd, 0x7b, 0xf3, 0xab, 0x00, 0x00, 0x00, 0xff, 0xff, 0x52, - 0x93, 0x85, 0x71, 0xf9, 0x21, 0x00, 0x00, + 0x15, 0xcf, 0x48, 0x8e, 0x23, 0xbf, 0xb1, 0x63, 0xbb, 0xb1, 0x1d, 0x79, 0xf2, 0x65, 0x4f, 0x8c, + 0xed, 0xc8, 0x89, 0x64, 0x2b, 0xb5, 0x61, 0x13, 0xe3, 0xa4, 0xec, 0x38, 0x64, 0x03, 0x09, 0x6b, + 0xc6, 0x21, 0x54, 0x51, 0x29, 0x54, 0x23, 0xa9, 0xad, 0xcc, 0x6a, 0x34, 0x33, 0x3b, 0x33, 0xf2, + 0xc6, 0x0b, 0xa1, 0xc2, 0x2e, 0xb5, 0x55, 0x14, 0x39, 0xb0, 0xcb, 0x75, 0x0f, 0x14, 0xdc, 0x38, + 0xf2, 0x07, 0xc0, 0x9d, 0x2b, 0x07, 0xfe, 0x01, 0x8e, 0x5c, 0xb8, 0xc1, 0x8d, 0xea, 0x8f, 0x19, + 0xcd, 0x47, 0x8f, 0x64, 0xd9, 0x9b, 0xdb, 0xa8, 0xfb, 0x75, 0xbf, 0xdf, 0xfb, 0xee, 0xf7, 0x4a, + 0x70, 0xb9, 0x65, 0xdb, 0x2d, 0x13, 0x57, 0x9c, 0x6e, 0xdd, 0xeb, 0xd6, 0x2b, 0x87, 0x1b, 0xfc, + 0xab, 0xec, 0xb8, 0xb6, 0x6f, 0xa3, 0x29, 0xb6, 0x5d, 0xe6, 0x8b, 0x87, 0x1b, 0xca, 0x25, 0x7e, + 0x40, 0x77, 0x8c, 0x8a, 0x6e, 0x59, 0xb6, 0xaf, 0xfb, 0x86, 0x6d, 0x79, 0x8c, 0x5e, 0xb9, 0x12, + 0x5c, 0x47, 0x7e, 0xd5, 0xbb, 0x07, 0x95, 0x66, 0xd7, 0xa5, 0x04, 0x7c, 0xff, 0x62, 0x72, 0x1f, + 0x77, 0x1c, 0xff, 0x88, 0x6f, 0x2e, 0x24, 0x37, 0x0f, 0x0c, 0x6c, 0x36, 0x6b, 0x1d, 0xdd, 0x6b, + 0x73, 0x8a, 0xab, 0x49, 0x0a, 0xdf, 0xe8, 0x60, 0xcf, 0xd7, 0x3b, 0x0e, 0x23, 0x50, 0x9f, 0xc3, + 0xcc, 0x53, 0xec, 0x79, 0x7a, 0x0b, 0xef, 0xfb, 0xb6, 0xab, 0xb7, 0xf0, 0x9e, 0x6d, 0x1a, 0x8d, + 0x23, 0x74, 0x0f, 0x2e, 0xea, 0xa6, 0x69, 0x7f, 0x82, 0x9b, 0x35, 0x07, 0xbb, 0x9e, 0xe1, 0xf9, + 0xd8, 0x6a, 0xe0, 0x9a, 0x8b, 0x5b, 0x04, 0x7c, 0x51, 0x5a, 0xc8, 0xaf, 0x8e, 0x69, 0xf3, 0x9c, + 0x64, 0xaf, 0x47, 0xa1, 0x31, 0x02, 0xf5, 0x3f, 0x12, 0x9c, 0x7d, 0x66, 0x3b, 0x46, 0x03, 0x21, + 0x18, 0xb1, 0xf4, 0x0e, 0x2e, 0x4a, 0x0b, 0xd2, 0xea, 0x98, 0x46, 0xbf, 0xd1, 0x26, 0x8c, 0x9a, + 0x7a, 0x1d, 0x9b, 0x5e, 0x31, 0xb7, 0x90, 0x5f, 0x95, 0xab, 0xd7, 0xca, 0x49, 0xb5, 0x95, 0xe9, + 0xe1, 0xf2, 0x13, 0x4a, 0xf5, 0xd0, 0xf2, 0xdd, 0x23, 0x8d, 0x1f, 0x41, 0x2f, 0x60, 0xae, 0xc3, + 0x20, 0xd7, 0x3c, 0x86, 0xb9, 0xe6, 0x50, 0xd0, 0xc5, 0xfc, 0x82, 0xb4, 0x2a, 0x57, 0x97, 0xd3, + 0x97, 0x89, 0x44, 0xd4, 0x66, 0x3a, 0x82, 0x55, 0xe5, 0x0e, 0xc8, 0x11, 0xa6, 0x68, 0x0a, 0xf2, + 0x6d, 0x7c, 0xc4, 0xc1, 0x93, 0x4f, 0x34, 0x03, 0x67, 0x0f, 0x75, 0xb3, 0x8b, 0x8b, 0x39, 0xba, + 0xc6, 0x7e, 0xdc, 0xcd, 0xbd, 0x2f, 0xa9, 0x5f, 0xe6, 0x60, 0x62, 0x8f, 0xf2, 0xe4, 0xfc, 0x88, + 0xec, 0x4d, 0xdd, 0xd7, 0xe9, 0xf1, 0x71, 0x8d, 0x7e, 0xa3, 0x0f, 0x01, 0x74, 0xdf, 0x77, 0x8d, + 0x7a, 0xd7, 0xc7, 0x81, 0xfc, 0x95, 0x34, 0xe4, 0xd8, 0x45, 0xe5, 0xed, 0xf0, 0x04, 0xd3, 0x45, + 0xe4, 0x0a, 0x74, 0x19, 0x20, 0xd0, 0x87, 0xd1, 0xa4, 0x3a, 0x18, 0xd3, 0xc6, 0xf8, 0xca, 0xe3, + 0x26, 0xda, 0x82, 0x71, 0xa7, 0x5b, 0x37, 0x0d, 0xef, 0x65, 0x8d, 0x18, 0xbf, 0x38, 0x42, 0x95, + 0xa4, 0x84, 0x1c, 0xb9, 0x67, 0x94, 0x9f, 0x05, 0x9e, 0xa1, 0xc9, 0x9c, 0x9e, 0xac, 0x28, 0x5b, + 0x30, 0x99, 0x60, 0x3e, 0x94, 0x4e, 0x56, 0x60, 0xf2, 0x11, 0xf6, 0xa9, 0x31, 0x35, 0xfc, 0x71, + 0x17, 0x7b, 0x3e, 0x21, 0xf6, 0xc9, 0x6f, 0x7e, 0x01, 0xfb, 0xa1, 0xbe, 0x91, 0x00, 0xfd, 0xd8, + 0x69, 0xea, 0x3e, 0x8e, 0x11, 0xdf, 0x8c, 0x12, 0xcb, 0xd5, 0x0b, 0x19, 0x8e, 0xc2, 0x6f, 0x41, + 0x9b, 0x20, 0x77, 0xe9, 0x25, 0x34, 0x08, 0x28, 0x1c, 0x91, 0xac, 0xdf, 0x23, 0x71, 0xf2, 0x54, + 0xf7, 0xda, 0x1a, 0x30, 0x72, 0xf2, 0xad, 0x36, 0xe0, 0xfc, 0x1e, 0x93, 0xbc, 0x2f, 0x54, 0xb4, + 0x09, 0x05, 0xae, 0xde, 0xc0, 0x7e, 0x57, 0x07, 0xd8, 0x4f, 0x0b, 0x0f, 0xa8, 0x55, 0x98, 0x0c, + 0x99, 0x78, 0x8e, 0x6d, 0x79, 0x18, 0x5d, 0x05, 0xb9, 0x67, 0xc0, 0x20, 0xb6, 0x20, 0xb4, 0xa0, + 0xa7, 0x1a, 0x30, 0xfd, 0xc4, 0xf0, 0x98, 0x16, 0xbd, 0x00, 0x5b, 0x11, 0xce, 0x39, 0xae, 0xfd, + 0x11, 0x6e, 0xf8, 0x1c, 0x5d, 0xf0, 0x13, 0x5d, 0x84, 0x31, 0x87, 0x46, 0x87, 0xf1, 0x29, 0xb3, + 0xc8, 0x59, 0xad, 0x40, 0x16, 0xf6, 0x8d, 0x4f, 0x31, 0xf1, 0x16, 0xba, 0xe9, 0xdb, 0x6d, 0x6c, + 0x05, 0xde, 0x42, 0x56, 0x9e, 0x91, 0x05, 0xb5, 0x03, 0x28, 0xca, 0x8a, 0x23, 0xac, 0xc0, 0x28, + 0x15, 0x9d, 0x81, 0xeb, 0x63, 0x06, 0x4e, 0x86, 0x96, 0x61, 0xd2, 0xc2, 0xaf, 0xfc, 0x5a, 0x84, + 0x15, 0x73, 0x8d, 0x09, 0xb2, 0xbc, 0x17, 0xb2, 0xfb, 0x18, 0x2e, 0x87, 0xec, 0xf6, 0xbb, 0x75, + 0xaf, 0xe1, 0x1a, 0x0e, 0x4d, 0x8f, 0xfd, 0x2d, 0x70, 0x1a, 0x09, 0x2d, 0xb8, 0x92, 0xc5, 0x92, + 0x4b, 0xbb, 0x04, 0x13, 0x5e, 0x74, 0x83, 0x5b, 0x24, 0xbe, 0x78, 0x6c, 0x11, 0x3b, 0x30, 0xdf, + 0xe3, 0x67, 0xe9, 0x8e, 0xf7, 0xd2, 0xf6, 0xdf, 0xa1, 0x78, 0x75, 0x50, 0x44, 0xec, 0xb8, 0x68, + 0x97, 0x60, 0xcc, 0x0b, 0x16, 0xb9, 0x58, 0xbd, 0x85, 0x63, 0x8b, 0x54, 0x02, 0xb4, 0x8b, 0x4d, + 0x9c, 0x08, 0x55, 0x71, 0x5c, 0x7f, 0x31, 0x02, 0xe3, 0x51, 0x35, 0x0b, 0xeb, 0x41, 0x78, 0x34, + 0x17, 0x55, 0xc3, 0x16, 0xc8, 0x4e, 0xd7, 0x7b, 0x59, 0x6b, 0xd8, 0xd6, 0x81, 0xd1, 0xe2, 0x89, + 0xeb, 0x92, 0x28, 0xd4, 0xbc, 0x97, 0x0f, 0x28, 0x8d, 0x06, 0x4e, 0xf8, 0x8d, 0xd6, 0x61, 0x46, + 0x6f, 0xb4, 0x6b, 0x4d, 0xac, 0x37, 0x4d, 0xc3, 0xc2, 0x35, 0x0f, 0x37, 0x6c, 0xab, 0xe9, 0x15, + 0xcf, 0x52, 0x85, 0x22, 0xbd, 0xd1, 0xde, 0xe5, 0x5b, 0xfb, 0x6c, 0x07, 0x55, 0x61, 0xd6, 0xc5, + 0xbe, 0x6e, 0x58, 0x35, 0xbd, 0xd1, 0xc6, 0xcd, 0x5a, 0x18, 0xe5, 0xe7, 0x16, 0xa4, 0xd5, 0x82, + 0xf6, 0x2d, 0xb6, 0xb9, 0x4d, 0xf6, 0x78, 0x60, 0x7b, 0xe8, 0x27, 0xa0, 0x04, 0xc1, 0xeb, 0x62, + 0x1f, 0x5b, 0x44, 0xc6, 0x5a, 0x50, 0xc4, 0x8b, 0x05, 0x8a, 0x79, 0x3e, 0x95, 0x80, 0x76, 0x39, + 0x81, 0x56, 0xe4, 0x87, 0xb5, 0xe0, 0x6c, 0xb0, 0x83, 0x76, 0xc2, 0x1a, 0x39, 0x46, 0x63, 0xae, + 0x94, 0x16, 0x3c, 0xaa, 0x57, 0x61, 0xa9, 0xfc, 0x10, 0xa6, 0xf1, 0x2b, 0xc7, 0x60, 0x37, 0x06, + 0x55, 0x52, 0xa6, 0x98, 0xd4, 0xf4, 0x75, 0x0f, 0x43, 0x52, 0x5e, 0x21, 0xa7, 0x70, 0x62, 0xe5, + 0x34, 0xd5, 0xf1, 0x3e, 0x4c, 0x25, 0x19, 0xa0, 0x35, 0xc8, 0xfb, 0xbe, 0xc9, 0x73, 0x7b, 0x1f, + 0x2d, 0x11, 0x2a, 0xf5, 0xaf, 0x12, 0x40, 0xcf, 0xd4, 0xe8, 0x1a, 0x4c, 0x50, 0xef, 0xc0, 0x56, + 0xd3, 0xb1, 0x0d, 0x2b, 0xc8, 0x82, 0xe3, 0x64, 0xf1, 0x21, 0x5f, 0x43, 0x4f, 0x04, 0xc5, 0xf6, + 0x46, 0x3f, 0x0f, 0xea, 0x57, 0x69, 0x4f, 0x5b, 0x0b, 0x1b, 0x30, 0xa9, 0xe1, 0x06, 0x36, 0x0e, + 0x43, 0xf7, 0x41, 0xb3, 0x30, 0x4a, 0x7c, 0xd4, 0x68, 0x06, 0x41, 0xa3, 0x37, 0xda, 0x8f, 0x9b, + 0xe8, 0x0e, 0x9c, 0xe3, 0x7e, 0xc1, 0x4b, 0xd8, 0xc0, 0x02, 0x13, 0xd0, 0xab, 0xdf, 0x85, 0xb9, + 0x47, 0xd8, 0x8f, 0x7a, 0x46, 0x10, 0x9f, 0x2a, 0x8c, 0x47, 0x33, 0x58, 0xa0, 0xaf, 0xe8, 0x9a, + 0xfa, 0xb5, 0x04, 0xf3, 0xac, 0x0a, 0x8b, 0x6e, 0xd8, 0x11, 0xdc, 0x20, 0x57, 0xaf, 0xf4, 0x77, + 0xcc, 0x38, 0x87, 0xd3, 0x55, 0x68, 0x07, 0x8a, 0x24, 0xb9, 0x09, 0x2b, 0xc5, 0xbb, 0xa9, 0x87, + 0xbf, 0x91, 0x58, 0xfa, 0x16, 0x57, 0x8a, 0x5d, 0x51, 0xa5, 0x18, 0xac, 0x91, 0x13, 0x56, 0x92, + 0xfb, 0x30, 0xcf, 0xd2, 0xee, 0x49, 0xad, 0xfb, 0x0b, 0xb8, 0xf0, 0xd4, 0x6e, 0x1a, 0x07, 0x47, + 0x91, 0x8c, 0x79, 0xfc, 0xe3, 0xc9, 0x7c, 0x9c, 0x1b, 0x2e, 0x1f, 0xab, 0x9f, 0x4b, 0x20, 0xef, + 0x75, 0x4d, 0x73, 0x18, 0x96, 0x37, 0x01, 0xb9, 0xd8, 0xef, 0xba, 0x56, 0xcd, 0xe8, 0x74, 0x70, + 0xd3, 0xd0, 0x7d, 0x6c, 0x1e, 0x51, 0xce, 0x05, 0x6d, 0x9a, 0xed, 0x3c, 0xee, 0x6d, 0xa0, 0x45, + 0x18, 0xef, 0xe8, 0xaf, 0x7a, 0x79, 0x3b, 0x4f, 0x8d, 0x2d, 0x77, 0xf4, 0x57, 0x41, 0xbe, 0x56, + 0x7f, 0x06, 0xe3, 0x0c, 0x04, 0x37, 0xe1, 0x0f, 0x61, 0xda, 0xe5, 0x41, 0xd9, 0x3b, 0xc7, 0xcc, + 0xb8, 0x98, 0x16, 0x2d, 0x11, 0xbf, 0xda, 0x94, 0x1b, 0x5f, 0xf0, 0x88, 0xc3, 0x14, 0x99, 0x92, + 0xb7, 0x7b, 0x05, 0x66, 0x18, 0x91, 0x2f, 0xc0, 0x39, 0x96, 0x12, 0xbc, 0xe2, 0x08, 0x2d, 0xd0, + 0xa3, 0x34, 0x27, 0x78, 0x99, 0xf5, 0x2c, 0x9f, 0x55, 0xcf, 0xd4, 0x1f, 0x01, 0xda, 0x6e, 0xb4, + 0x2d, 0xfb, 0x13, 0x13, 0x37, 0x5b, 0x27, 0x05, 0x91, 0x8b, 0x82, 0x50, 0x7f, 0x95, 0x83, 0x99, + 0x7d, 0xdf, 0xc5, 0x7a, 0xc7, 0xb0, 0x5a, 0xc3, 0x5a, 0x33, 0xeb, 0x56, 0x74, 0x1b, 0x2e, 0x74, + 0xa8, 0xce, 0x44, 0xd2, 0xe5, 0x57, 0xcf, 0x6a, 0xb3, 0x6c, 0x3b, 0x59, 0xb0, 0xdf, 0x4b, 0x9f, + 0x8b, 0xeb, 0x6e, 0x26, 0x7e, 0x6e, 0x9b, 0xb1, 0xdb, 0x82, 0x8b, 0x1e, 0x95, 0xa1, 0xd6, 0xe7, + 0x81, 0x50, 0x64, 0x24, 0xdb, 0x69, 0xb5, 0xb6, 0x60, 0x36, 0xa1, 0x82, 0x77, 0xe4, 0x4b, 0xff, + 0x94, 0x60, 0xf6, 0x81, 0x8b, 0x49, 0x36, 0xe6, 0x6f, 0xb4, 0x40, 0xdb, 0xa2, 0x47, 0x54, 0xd2, + 0x02, 0x39, 0x81, 0x05, 0x7e, 0x10, 0x3e, 0x2a, 0xf2, 0x14, 0xd6, 0xad, 0x34, 0x2c, 0x21, 0x43, + 0xd1, 0xeb, 0xe2, 0x34, 0x8f, 0x81, 0xb7, 0x12, 0xcc, 0xf2, 0x3a, 0x93, 0x90, 0xec, 0x36, 0x14, + 0x82, 0x07, 0x29, 0xaf, 0x2f, 0x8a, 0x20, 0x9b, 0x06, 0x87, 0x42, 0xda, 0xd3, 0xd5, 0x95, 0x7f, + 0x4b, 0x50, 0x08, 0xee, 0x1c, 0xe2, 0x81, 0xba, 0x09, 0x32, 0x7d, 0x21, 0x61, 0xd6, 0x59, 0xe7, + 0x07, 0x76, 0xd6, 0xc0, 0xc8, 0xc9, 0x02, 0xba, 0x17, 0x9a, 0x62, 0x84, 0x9a, 0x62, 0x39, 0x5b, + 0xcc, 0x6f, 0x5a, 0xfb, 0xeb, 0x80, 0xc8, 0x1b, 0x21, 0xa1, 0x79, 0x25, 0xa1, 0xf9, 0xb1, 0x9e, + 0x76, 0x55, 0x13, 0x66, 0x68, 0x15, 0x4c, 0xf6, 0x2f, 0xef, 0xa6, 0xe8, 0x1e, 0xc1, 0x6c, 0x82, + 0x1b, 0x0f, 0xb0, 0xf7, 0x93, 0xed, 0x4b, 0x7f, 0xef, 0x38, 0x41, 0x6b, 0x73, 0x0b, 0x66, 0x79, + 0x8d, 0x1d, 0x42, 0x3b, 0xbf, 0x95, 0x40, 0xde, 0xc7, 0xb8, 0x3d, 0x4c, 0x2e, 0x5c, 0x87, 0x11, + 0xea, 0x34, 0xb9, 0x41, 0x4e, 0xf3, 0xc1, 0x19, 0x8d, 0x52, 0xa2, 0x4b, 0x11, 0x04, 0x54, 0x65, + 0x1f, 0x9c, 0xe9, 0x61, 0xd8, 0x29, 0xc0, 0xa8, 0xaf, 0xbb, 0x2d, 0xec, 0xab, 0xe7, 0x61, 0x9c, + 0x81, 0x61, 0x4a, 0xab, 0xfe, 0xad, 0x00, 0x63, 0x7c, 0xe4, 0x80, 0x5d, 0xf4, 0x11, 0xc8, 0x2c, + 0xc2, 0xd9, 0x74, 0x2e, 0xab, 0x93, 0x57, 0xb2, 0x36, 0xd4, 0xeb, 0x9f, 0xfd, 0xe3, 0x5f, 0xbf, + 0xcf, 0x5d, 0x53, 0xae, 0x54, 0x0e, 0x37, 0x2a, 0x3f, 0x27, 0xd1, 0xb1, 0xc5, 0x6d, 0xee, 0x55, + 0x4a, 0x15, 0xd6, 0xff, 0x57, 0x4a, 0xaf, 0xef, 0x4a, 0x25, 0xf4, 0x1a, 0xe4, 0xc8, 0x48, 0x07, + 0x2d, 0xa5, 0xaf, 0x4c, 0x4f, 0x7c, 0xb2, 0x19, 0x57, 0x28, 0xe3, 0xeb, 0xd5, 0x25, 0xca, 0x98, + 0x32, 0x2a, 0xf7, 0x65, 0xff, 0x99, 0x04, 0xe7, 0xb8, 0xe0, 0x68, 0x41, 0xf8, 0x80, 0x8e, 0xcc, + 0x7a, 0x94, 0xc5, 0x3e, 0x14, 0x4c, 0x93, 0x6a, 0x95, 0x22, 0xb8, 0xa1, 0xae, 0xf4, 0x10, 0x88, + 0x99, 0xf3, 0x01, 0x1a, 0x01, 0x61, 0x43, 0x21, 0x18, 0x80, 0x21, 0x01, 0x8b, 0xc4, 0x70, 0x2c, + 0x5b, 0xfa, 0x15, 0xca, 0x7b, 0x11, 0x5d, 0x1d, 0xc0, 0x1b, 0xbd, 0x91, 0x00, 0x7a, 0x23, 0x1c, + 0x24, 0x18, 0xad, 0xa6, 0x66, 0x49, 0xca, 0x52, 0x7f, 0x22, 0x2e, 0x7e, 0x1c, 0x02, 0x67, 0x1e, + 0x01, 0xf1, 0x9a, 0xa3, 0x40, 0x7f, 0x91, 0x60, 0x4e, 0x3c, 0x63, 0x41, 0x95, 0x3e, 0x9c, 0x44, + 0xcf, 0x7a, 0x65, 0xfd, 0xf8, 0x07, 0x38, 0xcc, 0xf7, 0x28, 0xcc, 0x0a, 0xba, 0x39, 0x40, 0x53, + 0x95, 0xf8, 0x2b, 0xfc, 0x8f, 0x52, 0x64, 0xf4, 0x15, 0xa6, 0x1e, 0xb4, 0xd6, 0x8f, 0x7f, 0x22, + 0x1d, 0x2a, 0x37, 0x8e, 0x47, 0xcc, 0x81, 0x6e, 0x50, 0xa0, 0x6b, 0xe8, 0xfa, 0x40, 0xa0, 0x21, + 0x1a, 0x1f, 0xe4, 0xc8, 0xe4, 0x45, 0x14, 0x51, 0xe9, 0xc1, 0x8c, 0x32, 0x97, 0x4a, 0x2e, 0x0f, + 0x3b, 0x8e, 0x7f, 0x14, 0xd8, 0xb3, 0x34, 0xc8, 0xa5, 0xaa, 0xff, 0x9b, 0x06, 0xe0, 0xba, 0xae, + 0x63, 0x17, 0x7d, 0x21, 0x01, 0xe2, 0xaf, 0x84, 0x68, 0x46, 0x1b, 0xd0, 0xf5, 0x28, 0x03, 0xf6, + 0xd5, 0x75, 0x0a, 0xa7, 0xa4, 0x7c, 0x5b, 0x98, 0x58, 0x62, 0xc6, 0xe2, 0x01, 0xfe, 0x95, 0x44, + 0xa7, 0xcb, 0x31, 0x14, 0xab, 0xc2, 0x18, 0x13, 0x74, 0x4c, 0x03, 0xf1, 0xc4, 0xfd, 0x28, 0xca, + 0xbf, 0x1f, 0x2e, 0xf4, 0x87, 0x70, 0x90, 0x1d, 0xc3, 0xb5, 0x96, 0x95, 0xfc, 0x4e, 0x02, 0x6d, + 0x8b, 0x42, 0xfb, 0x4e, 0xb5, 0x9a, 0x82, 0x56, 0x3e, 0x8e, 0xde, 0xbe, 0x96, 0xd8, 0x40, 0x39, + 0x1e, 0x9a, 0x25, 0xb1, 0xf3, 0x0a, 0xa3, 0x72, 0xed, 0x58, 0xb4, 0xdc, 0xcf, 0xcb, 0x14, 0xed, + 0x2a, 0x5a, 0xce, 0xcc, 0x1b, 0xf1, 0x48, 0xfc, 0x9d, 0x14, 0xcc, 0x17, 0x07, 0x69, 0x30, 0xb3, + 0x1d, 0xce, 0xf4, 0x79, 0x6e, 0xd4, 0xd2, 0x90, 0x46, 0xfd, 0x93, 0x04, 0xd3, 0xa9, 0xae, 0x4e, + 0xa4, 0xb1, 0xac, 0xd6, 0x2f, 0x13, 0xd0, 0xf7, 0x29, 0xa0, 0x5d, 0xf5, 0xfe, 0x50, 0x80, 0xee, + 0x76, 0x92, 0x7c, 0x88, 0x5d, 0xbf, 0x94, 0x40, 0x8e, 0x34, 0x7c, 0xa2, 0xf4, 0x90, 0xee, 0x07, + 0x33, 0x91, 0xed, 0x52, 0x64, 0xf7, 0xd4, 0x3b, 0xc3, 0x21, 0xd3, 0x7b, 0x1c, 0x08, 0xa6, 0x5f, + 0x4b, 0x30, 0x42, 0x9a, 0x24, 0x74, 0x59, 0x54, 0x5f, 0xc3, 0xfe, 0x51, 0xe4, 0xf2, 0xd1, 0xde, + 0x2a, 0x70, 0x79, 0xb5, 0x3a, 0x1c, 0x1a, 0xa7, 0x6b, 0x9a, 0x04, 0xc6, 0x01, 0x4c, 0xc4, 0x7a, + 0x36, 0x24, 0x7a, 0x6e, 0x0b, 0xfa, 0x5a, 0x65, 0x65, 0x20, 0x1d, 0x07, 0x78, 0x66, 0x55, 0x5a, + 0x97, 0x48, 0xf4, 0x4f, 0x25, 0x67, 0x2c, 0xe8, 0x7a, 0x96, 0x9f, 0xa4, 0xe6, 0x30, 0x99, 0xc6, + 0x78, 0x4c, 0xc5, 0x7f, 0xa0, 0xde, 0x3b, 0x89, 0x9b, 0xf4, 0xd8, 0x10, 0x55, 0xfc, 0x12, 0xe4, + 0xc8, 0xeb, 0x5f, 0xe4, 0x24, 0xe9, 0xe6, 0x40, 0xe9, 0xf3, 0xcc, 0x56, 0x6f, 0x52, 0x6c, 0x2b, + 0x88, 0x25, 0xee, 0xa0, 0x58, 0xc5, 0x70, 0x05, 0x05, 0x8c, 0xc4, 0xd2, 0x5b, 0x09, 0x26, 0x62, + 0xcf, 0x7b, 0x91, 0x2d, 0x44, 0xdd, 0x86, 0xc8, 0x16, 0xc2, 0x3e, 0x41, 0x2d, 0x51, 0x44, 0x4b, + 0x48, 0xcd, 0xce, 0x38, 0x21, 0xf3, 0xcf, 0x25, 0x38, 0x1f, 0xef, 0x79, 0xd1, 0xca, 0x31, 0xbb, + 0xe2, 0xbe, 0x5a, 0xb9, 0x41, 0x31, 0x2c, 0x2b, 0x8b, 0xe2, 0x72, 0x16, 0xd1, 0x08, 0x31, 0xca, + 0x5b, 0x09, 0xce, 0xc7, 0x1b, 0x62, 0x11, 0x0a, 0x61, 0xcb, 0xdc, 0x17, 0x05, 0xcf, 0x77, 0xd5, + 0x52, 0xcc, 0x36, 0xe5, 0x41, 0x70, 0xde, 0x48, 0x70, 0x3e, 0xde, 0x07, 0x89, 0xe0, 0x08, 0x3b, + 0xa5, 0x4c, 0x17, 0xe6, 0x6e, 0x52, 0x3a, 0xa6, 0x9b, 0x90, 0xc4, 0x41, 0xfa, 0x18, 0x51, 0xe2, + 0x88, 0x34, 0x5b, 0xc2, 0x5a, 0x19, 0x69, 0x7f, 0x4e, 0x9a, 0x38, 0x3c, 0x8c, 0xdb, 0x77, 0xa5, + 0xd2, 0xce, 0x57, 0x12, 0xcc, 0x34, 0xec, 0x4e, 0x8a, 0xc9, 0x8e, 0xcc, 0x06, 0xf0, 0x7b, 0x44, + 0xc8, 0x3d, 0xe9, 0xa7, 0xb7, 0x39, 0x41, 0xcb, 0x36, 0x75, 0xab, 0x55, 0xb6, 0xdd, 0x56, 0xa5, + 0x85, 0x2d, 0xaa, 0x82, 0x0a, 0xdb, 0xd2, 0x1d, 0xc3, 0xeb, 0xfd, 0x6d, 0x64, 0x93, 0x7d, 0xfd, + 0x57, 0x92, 0xfe, 0x9c, 0x9b, 0x7b, 0xc4, 0xce, 0x3e, 0x30, 0xed, 0x6e, 0x93, 0x74, 0x1d, 0xfb, + 0xdd, 0x7a, 0xf9, 0xf9, 0xc6, 0xdf, 0x83, 0x8d, 0x17, 0x74, 0xe3, 0x05, 0xdb, 0x78, 0xf1, 0x7c, + 0xa3, 0x3e, 0x4a, 0xef, 0xbd, 0xf5, 0xff, 0x00, 0x00, 0x00, 0xff, 0xff, 0x72, 0xd4, 0x01, 0xbe, + 0x8d, 0x22, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -2544,8 +2615,7 @@ type PublisherClient interface { // topic are not modifiable. UpdateTopic(ctx context.Context, in *UpdateTopicRequest, opts ...grpc.CallOption) (*Topic, error) // Adds one or more messages to the topic. Returns `NOT_FOUND` if the topic - // does not exist. The message payload must not be empty; it must contain - // either a non-empty data field, or at least one attribute. + // does not exist. Publish(ctx context.Context, in *PublishRequest, opts ...grpc.CallOption) (*PublishResponse, error) // Gets the configuration of a topic. GetTopic(ctx context.Context, in *GetTopicRequest, opts ...grpc.CallOption) (*Topic, error) @@ -2655,8 +2725,7 @@ type PublisherServer interface { // topic are not modifiable. UpdateTopic(context.Context, *UpdateTopicRequest) (*Topic, error) // Adds one or more messages to the topic. Returns `NOT_FOUND` if the topic - // does not exist. The message payload must not be empty; it must contain - // either a non-empty data field, or at least one attribute. + // does not exist. Publish(context.Context, *PublishRequest) (*PublishResponse, error) // Gets the configuration of a topic. GetTopic(context.Context, *GetTopicRequest) (*Topic, error) @@ -2909,8 +2978,7 @@ type SubscriberClient interface { // but such a message may be redelivered later. Acknowledging a message more // than once will not result in an error. Acknowledge(ctx context.Context, in *AcknowledgeRequest, opts ...grpc.CallOption) (*empty.Empty, error) - // Pulls messages from the server. Returns an empty list if there are no - // messages available in the backlog. The server may return `UNAVAILABLE` if + // Pulls messages from the server. The server may return `UNAVAILABLE` if // there are too many concurrent pull requests pending for the given // subscription. Pull(ctx context.Context, in *PullRequest, opts ...grpc.CallOption) (*PullResponse, error) @@ -2942,7 +3010,7 @@ type SubscriberClient interface { // Creates a snapshot from the requested subscription.<br><br> // <b>ALPHA:</b> This feature is part of an alpha release. This API might be // changed in backward-incompatible ways and is not recommended for production - // use. It is not subject to any SLA or deprecation policy. + // use. It is not subject to any SLA or deprecation policy.<br><br> // If the snapshot already exists, returns `ALREADY_EXISTS`. // If the requested subscription doesn't exist, returns `NOT_FOUND`. // If the backlog in the subscription is too old -- and the resulting snapshot @@ -3193,8 +3261,7 @@ type SubscriberServer interface { // but such a message may be redelivered later. Acknowledging a message more // than once will not result in an error. Acknowledge(context.Context, *AcknowledgeRequest) (*empty.Empty, error) - // Pulls messages from the server. Returns an empty list if there are no - // messages available in the backlog. The server may return `UNAVAILABLE` if + // Pulls messages from the server. The server may return `UNAVAILABLE` if // there are too many concurrent pull requests pending for the given // subscription. Pull(context.Context, *PullRequest) (*PullResponse, error) @@ -3226,7 +3293,7 @@ type SubscriberServer interface { // Creates a snapshot from the requested subscription.<br><br> // <b>ALPHA:</b> This feature is part of an alpha release. This API might be // changed in backward-incompatible ways and is not recommended for production - // use. It is not subject to any SLA or deprecation policy. + // use. It is not subject to any SLA or deprecation policy.<br><br> // If the snapshot already exists, returns `ALREADY_EXISTS`. // If the requested subscription doesn't exist, returns `NOT_FOUND`. // If the backlog in the subscription is too old -- and the resulting snapshot -- GitLab