@ -1,5 +1,6 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// Code generated by protoc-gen-go.
// source: hapi/services/tiller.proto
// DO NOT EDIT!
/ *
Package services is a generated protocol buffer package .
@ -138,55 +139,6 @@ func (m *ListReleasesRequest) String() string { return proto.CompactT
func ( * ListReleasesRequest ) ProtoMessage ( ) { }
func ( * ListReleasesRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) { return fileDescriptor0 , [ ] int { 0 } }
func ( m * ListReleasesRequest ) GetLimit ( ) int64 {
if m != nil {
return m . Limit
}
return 0
}
func ( m * ListReleasesRequest ) GetOffset ( ) string {
if m != nil {
return m . Offset
}
return ""
}
func ( m * ListReleasesRequest ) GetSortBy ( ) ListSort_SortBy {
if m != nil {
return m . SortBy
}
return ListSort_UNKNOWN
}
func ( m * ListReleasesRequest ) GetFilter ( ) string {
if m != nil {
return m . Filter
}
return ""
}
func ( m * ListReleasesRequest ) GetSortOrder ( ) ListSort_SortOrder {
if m != nil {
return m . SortOrder
}
return ListSort_ASC
}
func ( m * ListReleasesRequest ) GetStatusCodes ( ) [ ] hapi_release3 . Status_Code {
if m != nil {
return m . StatusCodes
}
return nil
}
func ( m * ListReleasesRequest ) GetNamespace ( ) string {
if m != nil {
return m . Namespace
}
return ""
}
// ListSort defines sorting fields on a release list.
type ListSort struct {
}
@ -214,27 +166,6 @@ func (m *ListReleasesResponse) String() string { return proto.Compact
func ( * ListReleasesResponse ) ProtoMessage ( ) { }
func ( * ListReleasesResponse ) Descriptor ( ) ( [ ] byte , [ ] int ) { return fileDescriptor0 , [ ] int { 2 } }
func ( m * ListReleasesResponse ) GetCount ( ) int64 {
if m != nil {
return m . Count
}
return 0
}
func ( m * ListReleasesResponse ) GetNext ( ) string {
if m != nil {
return m . Next
}
return ""
}
func ( m * ListReleasesResponse ) GetTotal ( ) int64 {
if m != nil {
return m . Total
}
return 0
}
func ( m * ListReleasesResponse ) GetReleases ( ) [ ] * hapi_release5 . Release {
if m != nil {
return m . Releases
@ -255,20 +186,6 @@ func (m *GetReleaseStatusRequest) String() string { return proto.Comp
func ( * GetReleaseStatusRequest ) ProtoMessage ( ) { }
func ( * GetReleaseStatusRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) { return fileDescriptor0 , [ ] int { 3 } }
func ( m * GetReleaseStatusRequest ) GetName ( ) string {
if m != nil {
return m . Name
}
return ""
}
func ( m * GetReleaseStatusRequest ) GetVersion ( ) int32 {
if m != nil {
return m . Version
}
return 0
}
// GetReleaseStatusResponse is the response indicating the status of the named release.
type GetReleaseStatusResponse struct {
// Name is the name of the release.
@ -284,13 +201,6 @@ func (m *GetReleaseStatusResponse) String() string { return proto.Com
func ( * GetReleaseStatusResponse ) ProtoMessage ( ) { }
func ( * GetReleaseStatusResponse ) Descriptor ( ) ( [ ] byte , [ ] int ) { return fileDescriptor0 , [ ] int { 4 } }
func ( m * GetReleaseStatusResponse ) GetName ( ) string {
if m != nil {
return m . Name
}
return ""
}
func ( m * GetReleaseStatusResponse ) GetInfo ( ) * hapi_release4 . Info {
if m != nil {
return m . Info
@ -298,13 +208,6 @@ func (m *GetReleaseStatusResponse) GetInfo() *hapi_release4.Info {
return nil
}
func ( m * GetReleaseStatusResponse ) GetNamespace ( ) string {
if m != nil {
return m . Namespace
}
return ""
}
// GetReleaseContentRequest is a request to get the contents of a release.
type GetReleaseContentRequest struct {
// The name of the release
@ -318,20 +221,6 @@ func (m *GetReleaseContentRequest) String() string { return proto.Com
func ( * GetReleaseContentRequest ) ProtoMessage ( ) { }
func ( * GetReleaseContentRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) { return fileDescriptor0 , [ ] int { 5 } }
func ( m * GetReleaseContentRequest ) GetName ( ) string {
if m != nil {
return m . Name
}
return ""
}
func ( m * GetReleaseContentRequest ) GetVersion ( ) int32 {
if m != nil {
return m . Version
}
return 0
}
// GetReleaseContentResponse is a response containing the contents of a release.
type GetReleaseContentResponse struct {
// The release content
@ -376,6 +265,8 @@ type UpdateReleaseRequest struct {
ReuseValues bool ` protobuf:"varint,10,opt,name=reuse_values,json=reuseValues" json:"reuse_values,omitempty" `
// Force resource update through delete/recreate if needed.
Force bool ` protobuf:"varint,11,opt,name=force" json:"force,omitempty" `
// RestrictToNamespace, if true, will reject a chart that tries to create non-namespaced resources or resources in a namespace other than `namespace`
RestrictToNamespace bool ` protobuf:"varint,12,opt,name=restrict_to_namespace,json=restrictToNamespace" json:"restrict_to_namespace,omitempty" `
}
func ( m * UpdateReleaseRequest ) Reset ( ) { * m = UpdateReleaseRequest { } }
@ -383,13 +274,6 @@ func (m *UpdateReleaseRequest) String() string { return proto.Compact
func ( * UpdateReleaseRequest ) ProtoMessage ( ) { }
func ( * UpdateReleaseRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) { return fileDescriptor0 , [ ] int { 7 } }
func ( m * UpdateReleaseRequest ) GetName ( ) string {
if m != nil {
return m . Name
}
return ""
}
func ( m * UpdateReleaseRequest ) GetChart ( ) * hapi_chart3 . Chart {
if m != nil {
return m . Chart
@ -404,62 +288,6 @@ func (m *UpdateReleaseRequest) GetValues() *hapi_chart.Config {
return nil
}
func ( m * UpdateReleaseRequest ) GetDryRun ( ) bool {
if m != nil {
return m . DryRun
}
return false
}
func ( m * UpdateReleaseRequest ) GetDisableHooks ( ) bool {
if m != nil {
return m . DisableHooks
}
return false
}
func ( m * UpdateReleaseRequest ) GetRecreate ( ) bool {
if m != nil {
return m . Recreate
}
return false
}
func ( m * UpdateReleaseRequest ) GetTimeout ( ) int64 {
if m != nil {
return m . Timeout
}
return 0
}
func ( m * UpdateReleaseRequest ) GetResetValues ( ) bool {
if m != nil {
return m . ResetValues
}
return false
}
func ( m * UpdateReleaseRequest ) GetWait ( ) bool {
if m != nil {
return m . Wait
}
return false
}
func ( m * UpdateReleaseRequest ) GetReuseValues ( ) bool {
if m != nil {
return m . ReuseValues
}
return false
}
func ( m * UpdateReleaseRequest ) GetForce ( ) bool {
if m != nil {
return m . Force
}
return false
}
// UpdateReleaseResponse is the response to an update request.
type UpdateReleaseResponse struct {
Release * hapi_release5 . Release ` protobuf:"bytes,1,opt,name=release" json:"release,omitempty" `
@ -495,6 +323,8 @@ type RollbackReleaseRequest struct {
Wait bool ` protobuf:"varint,7,opt,name=wait" json:"wait,omitempty" `
// Force resource update through delete/recreate if needed.
Force bool ` protobuf:"varint,8,opt,name=force" json:"force,omitempty" `
// RestrictToNamespace, if true, will reject a chart that tries to create non-namespaced resources or resources in a namespace other than `namespace`
RestrictToNamespace bool ` protobuf:"varint,12,opt,name=restrict_to_namespace,json=restrictToNamespace" json:"restrict_to_namespace,omitempty" `
}
func ( m * RollbackReleaseRequest ) Reset ( ) { * m = RollbackReleaseRequest { } }
@ -502,62 +332,6 @@ func (m *RollbackReleaseRequest) String() string { return proto.Compa
func ( * RollbackReleaseRequest ) ProtoMessage ( ) { }
func ( * RollbackReleaseRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) { return fileDescriptor0 , [ ] int { 9 } }
func ( m * RollbackReleaseRequest ) GetName ( ) string {
if m != nil {
return m . Name
}
return ""
}
func ( m * RollbackReleaseRequest ) GetDryRun ( ) bool {
if m != nil {
return m . DryRun
}
return false
}
func ( m * RollbackReleaseRequest ) GetDisableHooks ( ) bool {
if m != nil {
return m . DisableHooks
}
return false
}
func ( m * RollbackReleaseRequest ) GetVersion ( ) int32 {
if m != nil {
return m . Version
}
return 0
}
func ( m * RollbackReleaseRequest ) GetRecreate ( ) bool {
if m != nil {
return m . Recreate
}
return false
}
func ( m * RollbackReleaseRequest ) GetTimeout ( ) int64 {
if m != nil {
return m . Timeout
}
return 0
}
func ( m * RollbackReleaseRequest ) GetWait ( ) bool {
if m != nil {
return m . Wait
}
return false
}
func ( m * RollbackReleaseRequest ) GetForce ( ) bool {
if m != nil {
return m . Force
}
return false
}
// RollbackReleaseResponse is the response to an update request.
type RollbackReleaseResponse struct {
Release * hapi_release5 . Release ` protobuf:"bytes,1,opt,name=release" json:"release,omitempty" `
@ -600,6 +374,8 @@ type InstallReleaseRequest struct {
// wait, if true, will wait until all Pods, PVCs, and Services are in a ready state
// before marking the release as successful. It will wait for as long as timeout
Wait bool ` protobuf:"varint,9,opt,name=wait" json:"wait,omitempty" `
// RestrictToNamespace, if true, will reject a chart that tries to create non-namespaced resources or resources in a namespace other than `namespace`
RestrictToNamespace bool ` protobuf:"varint,10,opt,name=restrict_to_namespace,json=restrictToNamespace" json:"restrict_to_namespace,omitempty" `
}
func ( m * InstallReleaseRequest ) Reset ( ) { * m = InstallReleaseRequest { } }
@ -621,55 +397,6 @@ func (m *InstallReleaseRequest) GetValues() *hapi_chart.Config {
return nil
}
func ( m * InstallReleaseRequest ) GetDryRun ( ) bool {
if m != nil {
return m . DryRun
}
return false
}
func ( m * InstallReleaseRequest ) GetName ( ) string {
if m != nil {
return m . Name
}
return ""
}
func ( m * InstallReleaseRequest ) GetDisableHooks ( ) bool {
if m != nil {
return m . DisableHooks
}
return false
}
func ( m * InstallReleaseRequest ) GetNamespace ( ) string {
if m != nil {
return m . Namespace
}
return ""
}
func ( m * InstallReleaseRequest ) GetReuseName ( ) bool {
if m != nil {
return m . ReuseName
}
return false
}
func ( m * InstallReleaseRequest ) GetTimeout ( ) int64 {
if m != nil {
return m . Timeout
}
return 0
}
func ( m * InstallReleaseRequest ) GetWait ( ) bool {
if m != nil {
return m . Wait
}
return false
}
// InstallReleaseResponse is the response from a release installation.
type InstallReleaseResponse struct {
Release * hapi_release5 . Release ` protobuf:"bytes,1,opt,name=release" json:"release,omitempty" `
@ -697,6 +424,8 @@ type UninstallReleaseRequest struct {
Purge bool ` protobuf:"varint,3,opt,name=purge" json:"purge,omitempty" `
// timeout specifies the max amount of time any kubernetes client command can run.
Timeout int64 ` protobuf:"varint,4,opt,name=timeout" json:"timeout,omitempty" `
// RestrictToNamespace, if true, will reject a chart that tries to create non-namespaced resources or resources in a namespace other than `namespace`
RestrictToNamespace bool ` protobuf:"varint,12,opt,name=restrict_to_namespace,json=restrictToNamespace" json:"restrict_to_namespace,omitempty" `
}
func ( m * UninstallReleaseRequest ) Reset ( ) { * m = UninstallReleaseRequest { } }
@ -704,34 +433,6 @@ func (m *UninstallReleaseRequest) String() string { return proto.Comp
func ( * UninstallReleaseRequest ) ProtoMessage ( ) { }
func ( * UninstallReleaseRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) { return fileDescriptor0 , [ ] int { 13 } }
func ( m * UninstallReleaseRequest ) GetName ( ) string {
if m != nil {
return m . Name
}
return ""
}
func ( m * UninstallReleaseRequest ) GetDisableHooks ( ) bool {
if m != nil {
return m . DisableHooks
}
return false
}
func ( m * UninstallReleaseRequest ) GetPurge ( ) bool {
if m != nil {
return m . Purge
}
return false
}
func ( m * UninstallReleaseRequest ) GetTimeout ( ) int64 {
if m != nil {
return m . Timeout
}
return 0
}
// UninstallReleaseResponse represents a successful response to an uninstall request.
type UninstallReleaseResponse struct {
// Release is the release that was marked deleted.
@ -752,13 +453,6 @@ func (m *UninstallReleaseResponse) GetRelease() *hapi_release5.Release {
return nil
}
func ( m * UninstallReleaseResponse ) GetInfo ( ) string {
if m != nil {
return m . Info
}
return ""
}
// GetVersionRequest requests for version information.
type GetVersionRequest struct {
}
@ -769,7 +463,7 @@ func (*GetVersionRequest) ProtoMessage() {}
func ( * GetVersionRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) { return fileDescriptor0 , [ ] int { 15 } }
type GetVersionResponse struct {
Version * hapi_version . Version ` protobuf:"bytes,1,opt,name=Version " json:"Version,omitempty"`
Version * hapi_version . Version ` protobuf:"bytes,1,opt,name=Version ,json=version " json:"Version,omitempty"`
}
func ( m * GetVersionResponse ) Reset ( ) { * m = GetVersionResponse { } }
@ -797,20 +491,6 @@ func (m *GetHistoryRequest) String() string { return proto.CompactTex
func ( * GetHistoryRequest ) ProtoMessage ( ) { }
func ( * GetHistoryRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) { return fileDescriptor0 , [ ] int { 17 } }
func ( m * GetHistoryRequest ) GetName ( ) string {
if m != nil {
return m . Name
}
return ""
}
func ( m * GetHistoryRequest ) GetMax ( ) int32 {
if m != nil {
return m . Max
}
return 0
}
// GetHistoryResponse is received in response to a GetHistory rpc.
type GetHistoryResponse struct {
Releases [ ] * hapi_release5 . Release ` protobuf:"bytes,1,rep,name=releases" json:"releases,omitempty" `
@ -843,27 +523,6 @@ func (m *TestReleaseRequest) String() string { return proto.CompactTe
func ( * TestReleaseRequest ) ProtoMessage ( ) { }
func ( * TestReleaseRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) { return fileDescriptor0 , [ ] int { 19 } }
func ( m * TestReleaseRequest ) GetName ( ) string {
if m != nil {
return m . Name
}
return ""
}
func ( m * TestReleaseRequest ) GetTimeout ( ) int64 {
if m != nil {
return m . Timeout
}
return 0
}
func ( m * TestReleaseRequest ) GetCleanup ( ) bool {
if m != nil {
return m . Cleanup
}
return false
}
// TestReleaseResponse represents a message from executing a test
type TestReleaseResponse struct {
Msg string ` protobuf:"bytes,1,opt,name=msg" json:"msg,omitempty" `
@ -875,20 +534,6 @@ func (m *TestReleaseResponse) String() string { return proto.CompactT
func ( * TestReleaseResponse ) ProtoMessage ( ) { }
func ( * TestReleaseResponse ) Descriptor ( ) ( [ ] byte , [ ] int ) { return fileDescriptor0 , [ ] int { 20 } }
func ( m * TestReleaseResponse ) GetMsg ( ) string {
if m != nil {
return m . Msg
}
return ""
}
func ( m * TestReleaseResponse ) GetStatus ( ) hapi_release1 . TestRun_Status {
if m != nil {
return m . Status
}
return hapi_release1 . TestRun_UNKNOWN
}
func init ( ) {
proto . RegisterType ( ( * ListReleasesRequest ) ( nil ) , "hapi.services.tiller.ListReleasesRequest" )
proto . RegisterType ( ( * ListSort ) ( nil ) , "hapi.services.tiller.ListSort" )
@ -1368,82 +1013,84 @@ var _ReleaseService_serviceDesc = grpc.ServiceDesc{
func init ( ) { proto . RegisterFile ( "hapi/services/tiller.proto" , fileDescriptor0 ) }
var fileDescriptor0 = [ ] byte {
// 1217 bytes of a gzipped FileDescriptorProto
0x1f , 0x8b , 0x08 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x02 , 0xff , 0x9c , 0x57 , 0xdd , 0x6e , 0xe3 , 0xc4 ,
0x17 , 0xaf , 0xf3 , 0x9d , 0x93 , 0x36 , 0xff , 0x74 , 0x9a , 0xb6 , 0xae , 0xff , 0x0b , 0x2a , 0x46 , 0xb0 ,
0xd9 , 0x85 , 0x4d , 0x21 , 0x70 , 0x83 , 0x84 , 0x90 , 0xba , 0xdd , 0xa8 , 0x2d , 0x94 , 0xae , 0xe4 , 0x6c ,
0x17 , 0x09 , 0x01 , 0x91 , 0x9b , 0x4c , 0x5a , 0xb3 , 0x8e , 0x27 , 0x78 , 0xc6 , 0x65 , 0x7b , 0xcb , 0x1d ,
0x8f , 0xc2 , 0x5b , 0xf0 , 0x1e , 0x5c , 0xc2 , 0x83 , 0x20 , 0xcf , 0x87 , 0xeb , 0x49 , 0xed , 0xd6 , 0xf4 ,
0x26 , 0x9e , 0x99 , 0xf3 , 0xfd , 0x3b , 0x67 , 0xce , 0x9c , 0x80 , 0x75 , 0xe9 , 0x2e , 0xbc , 0x3d , 0x8a ,
0xc3 , 0x2b , 0x6f , 0x82 , 0xe9 , 0x1e , 0xf3 , 0x7c , 0x1f , 0x87 , 0xfd , 0x45 , 0x48 , 0x18 , 0x41 , 0xdd ,
0x98 , 0xd6 , 0x57 , 0xb4 , 0xbe , 0xa0 , 0x59 , 0x5b , 0x5c , 0x62 , 0x72 , 0xe9 , 0x86 , 0x4c , 0xfc , 0x0a ,
0x6e , 0x6b , 0x3b , 0x7d , 0x4e , 0x82 , 0x99 , 0x77 , 0x21 , 0x09 , 0xc2 , 0x44 , 0x88 , 0x7d , 0xec , 0x52 ,
0xac , 0xbe , 0x9a , 0x90 , 0xa2 , 0x79 , 0xc1 , 0x8c , 0x48 , 0xc2 , 0xff , 0x35 , 0x02 , 0xc3 , 0x94 , 0x8d ,
0xc3 , 0x28 , 0x90 , 0xc4 , 0x1d , 0x8d , 0x48 , 0x99 , 0xcb , 0x22 , 0xaa , 0x19 , 0xbb , 0xc2 , 0x21 , 0xf5 ,
0x48 , 0xa0 , 0xbe , 0x82 , 0x66 , 0xff , 0x59 , 0x82 , 0x8d , 0x13 , 0x8f , 0x32 , 0x47 , 0x08 , 0x52 , 0x07 ,
0xff , 0x12 , 0x61 , 0xca , 0x50 , 0x17 , 0xaa , 0xbe , 0x37 , 0xf7 , 0x98 , 0x69 , 0xec , 0x1a , 0xbd , 0xb2 ,
0x23 , 0x36 , 0x68 , 0x0b , 0x6a , 0x64 , 0x36 , 0xa3 , 0x98 , 0x99 , 0xa5 , 0x5d , 0xa3 , 0xd7 , 0x74 , 0xe4 ,
0x0e , 0x7d , 0x05 , 0x75 , 0x4a , 0x42 , 0x36 , 0x3e , 0xbf , 0x36 , 0xcb , 0xbb , 0x46 , 0xaf , 0x3d , 0xf8 ,
0xa0 , 0x9f , 0x85 , 0x53 , 0x3f , 0xb6 , 0x34 , 0x22 , 0x21 , 0xeb , 0xc7 , 0x3f , 0xcf , 0xaf , 0x9d , 0x1a ,
0xe5 , 0xdf , 0x58 , 0xef , 0xcc , 0xf3 , 0x19 , 0x0e , 0xcd , 0x8a , 0xd0 , 0x2b , 0x76 , 0xe8 , 0x10 , 0x80 ,
0xeb , 0x25 , 0xe1 , 0x14 , 0x87 , 0x66 , 0x95 , 0xab , 0xee , 0x15 , 0x50 , 0xfd , 0x32 , 0xe6 , 0x77 , 0x9a ,
0x54 , 0x2d , 0xd1 , 0x97 , 0xb0 , 0x2a , 0x20 , 0x19 , 0x4f , 0xc8 , 0x14 , 0x53 , 0xb3 , 0xb6 , 0x5b , 0xee ,
0xb5 , 0x07 , 0x3b , 0x42 , 0x95 , 0x82 , 0x7f , 0x24 , 0x40 , 0x3b , 0x20 , 0x53 , 0xec , 0xb4 , 0x04 , 0x7b ,
0xbc , 0xa6 , 0xe8 , 0x11 , 0x34 , 0x03 , 0x77 , 0x8e , 0xe9 , 0xc2 , 0x9d , 0x60 , 0xb3 , 0xce , 0x3d , 0xbc ,
0x39 , 0xb0 , 0x7f , 0x82 , 0x86 , 0x32 , 0x6e , 0x0f , 0xa0 , 0x26 , 0x42 , 0x43 , 0x2d , 0xa8 , 0x9f , 0x9d ,
0x7e , 0x73 , 0xfa , 0xf2 , 0xbb , 0xd3 , 0xce , 0x0a , 0x6a , 0x40 , 0xe5 , 0x74 , 0xff , 0xdb , 0x61 , 0xc7 ,
0x40 , 0xeb , 0xb0 , 0x76 , 0xb2 , 0x3f , 0x7a , 0x35 , 0x76 , 0x86 , 0x27 , 0xc3 , 0xfd , 0xd1 , 0xf0 , 0x45 ,
0xa7 , 0x64 , 0xbf , 0x0b , 0xcd , 0xc4 , 0x67 , 0x54 , 0x87 , 0xf2 , 0xfe , 0xe8 , 0x40 , 0x88 , 0xbc , 0x18 ,
0x8e , 0x0e , 0x3a , 0x86 , 0xfd , 0xbb , 0x01 , 0x5d , 0x3d , 0x45 , 0x74 , 0x41 , 0x02 , 0x8a , 0xe3 , 0x1c ,
0x4d , 0x48 , 0x14 , 0x24 , 0x39 , 0xe2 , 0x1b , 0x84 , 0xa0 , 0x12 , 0xe0 , 0xb7 , 0x2a , 0x43 , 0x7c , 0x1d ,
0x73 , 0x32 , 0xc2 , 0x5c , 0x9f , 0x67 , 0xa7 , 0xec , 0x88 , 0x0d , 0xfa , 0x14 , 0x1a , 0x32 , 0x74 , 0x6a ,
0x56 , 0x76 , 0xcb , 0xbd , 0xd6 , 0x60 , 0x53 , 0x07 , 0x44 , 0x5a , 0x74 , 0x12 , 0x36 , 0xfb , 0x10 , 0xb6 ,
0x0f , 0xb1 , 0xf2 , 0x44 , 0xe0 , 0xa5 , 0x2a , 0x26 , 0xb6 , 0xeb , 0xce , 0x31 , 0x77 , 0x26 , 0xb6 , 0xeb ,
0xce , 0x31 , 0x32 , 0xa1 , 0x2e , 0xcb , 0x8d , 0xbb , 0x53 , 0x75 , 0xd4 , 0xd6 , 0x66 , 0x60 , 0xde , 0x56 ,
0x24 , 0xe3 , 0xca , 0xd2 , 0xf4 , 0x21 , 0x54 , 0xe2 , 0x9b , 0xc0 , 0xd5 , 0xb4 , 0x06 , 0x48 , 0xf7 , 0xf3 ,
0x38 , 0x98 , 0x11 , 0x87 , 0xd3 , 0xf5 , 0x54 , 0x95 , 0x97 , 0x53 , 0x75 , 0x94 , 0xb6 , 0x7a , 0x40 , 0x02 ,
0x86 , 0x03 , 0xf6 , 0x30 , 0xff , 0x4f , 0x60 , 0x27 , 0x43 , 0x93 , 0x0c , 0x60 , 0x0f , 0xea , 0xd2 , 0x35 ,
0xae , 0x2d , 0x17 , 0x57 , 0xc5 , 0x65 , 0xff , 0x5d , 0x82 , 0xee , 0xd9 , 0x62 , 0xea , 0x32 , 0xac , 0x48 ,
0x77 , 0x38 , 0xf5 , 0x18 , 0xaa , 0xbc , 0xa3 , 0x48 , 0x2c , 0xd6 , 0x85 , 0x6e , 0xd1 , 0x76 , 0x0e , 0xe2 ,
0x5f , 0x47 , 0xd0 , 0xd1 , 0x53 , 0xa8 , 0x5d , 0xb9 , 0x7e , 0x84 , 0x29 , 0x07 , 0x22 , 0x41 , 0x4d , 0x72 ,
0xf2 , 0x76 , 0xe4 , 0x48 , 0x0e , 0xb4 , 0x0d , 0xf5 , 0x69 , 0x78 , 0x1d , 0xf7 , 0x13 , 0x7e , 0x05 , 0x1b ,
0x4e , 0x6d , 0x1a , 0x5e , 0x3b , 0x51 , 0x80 , 0xde , 0x87 , 0xb5 , 0xa9 , 0x47 , 0xdd , 0x73 , 0x1f , 0x8f ,
0x2f , 0x09 , 0x79 , 0x43 , 0xf9 , 0x2d , 0x6c , 0x38 , 0xab , 0xf2 , 0xf0 , 0x28 , 0x3e , 0x43 , 0x56 , 0x5c ,
0x49 , 0x93 , 0x10 , 0xbb , 0x0c , 0x9b , 0x35 , 0x4e , 0x4f , 0xf6 , 0x31 , 0x86 , 0xcc , 0x9b , 0x63 , 0x12 ,
0x31 , 0x7e , 0x75 , 0xca , 0x8e , 0xda , 0xa2 , 0xf7 , 0x60 , 0x35 , 0xc4 , 0x14 , 0xb3 , 0xb1 , 0xf4 , 0xb2 ,
0xc1 , 0x25 , 0x5b , 0xfc , 0xec , 0xb5 , 0x70 , 0x0b , 0x41 , 0xe5 , 0x57 , 0xd7 , 0x63 , 0x66 , 0x93 , 0x93 ,
0xf8 , 0x5a , 0x88 , 0x45 , 0x14 , 0x2b , 0x31 , 0x50 , 0x62 , 0x11 , 0xc5 , 0x52 , 0xac , 0x0b , 0xd5 , 0x19 ,
0x09 , 0x27 , 0xd8 , 0x6c , 0x71 , 0x9a , 0xd8 , 0xd8 , 0x47 , 0xb0 , 0xb9 , 0x04 , 0xf2 , 0x43 , 0xf3 , 0xf5 ,
0x8f , 0x01 , 0x5b , 0x0e , 0xf1 , 0xfd , 0x73 , 0x77 , 0xf2 , 0xa6 , 0x40 , 0xc6 , 0x52 , 0xe0 , 0x96 , 0xee ,
0x06 , 0xb7 , 0x9c , 0x01 , 0x6e , 0xaa , 0x08 , 0x2b , 0x5a , 0x11 , 0x6a , 0xb0 , 0x57 , 0xf3 , 0x61 , 0xaf ,
0xe9 , 0xb0 , 0x2b , 0x4c , 0xeb , 0x29 , 0x4c , 0x13 , 0xc0 , 0x1a , 0x69 , 0xc0 , 0xbe , 0x86 , 0xed , 0x5b ,
0x51 , 0x3e , 0x14 , 0xb2 , 0x3f , 0x4a , 0xb0 , 0x79 , 0x1c , 0x50 , 0xe6 , 0xfa , 0xfe , 0x12 , 0x62 , 0x49 ,
0x3d , 0x1b , 0x85 , 0xeb , 0xb9 , 0xf4 , 0x5f , 0xea , 0xb9 , 0xac , 0x41 , 0xae , 0xf2 , 0x53 , 0x49 , 0xe5 ,
0xa7 , 0x50 , 0x8d , 0x6b , 0x9d , 0xa5 , 0xb6 , 0xd4 , 0x59 , 0xd0 , 0x3b , 0x00 , 0xa2 , 0x28 , 0xb9 , 0x72 ,
0x01 , 0x6d , 0x93 , 0x9f , 0x9c , 0xca , 0x46 , 0xa2 , 0xb2 , 0xd1 , 0xc8 , 0xce , 0x46 , 0xaa , 0xc2 , 0xed ,
0x63 , 0xd8 , 0x5a , 0x86 , 0xea , 0xa1 , 0xb0 , 0xff , 0x66 , 0xc0 , 0xf6 , 0x59 , 0xe0 , 0x65 , 0x02 , 0x9f ,
0x55 , 0xaa , 0xb7 , 0xa0 , 0x28 , 0x65 , 0x40 , 0xd1 , 0x85 , 0xea , 0x22 , 0x0a , 0x2f , 0xb0 , 0x84 , 0x56 ,
0x6c , 0xd2 , 0x31 , 0x56 , 0xb4 , 0x18 , 0xed , 0x31 , 0x98 , 0xb7 , 0x7d , 0x78 , 0x60 , 0x44 , 0xb1 , 0xd7 ,
0xc9 , 0x4b , 0xd0 , 0x14 , 0x5d , 0xdf , 0xde , 0x80 , 0xf5 , 0x43 , 0xcc , 0x5e , 0x8b , 0x6b , 0x21 , 0xc3 ,
0xb3 , 0x87 , 0x80 , 0xd2 , 0x87 , 0x37 , 0xf6 , 0xe4 , 0x91 , 0x6e , 0x4f , 0x8d , 0x45 , 0x8a , 0x5f , 0x71 ,
0xd9 , 0x5f , 0x70 , 0xdd , 0x47 , 0x1e , 0x65 , 0x24 , 0xbc , 0xbe , 0x0b , 0xba , 0x0e , 0x94 , 0xe7 , 0xee ,
0x5b , 0xf9 , 0x50 , 0xc4 , 0x4b , 0xfb , 0x90 , 0x7b , 0x90 , 0x88 , 0x4a , 0x0f , 0xd2 , 0xcf , 0xae , 0x51 ,
0xec , 0xd9 , 0xfd , 0x01 , 0xd0 , 0x2b , 0x9c , 0x4c , 0x00 , 0xf7 , 0xbc , 0x58 , 0x2a , 0x09 , 0x25 , 0xbd ,
0xd0 , 0x4c , 0xa8 , 0x4f , 0x7c , 0xec , 0x06 , 0xd1 , 0x42 , 0xa6 , 0x4d , 0x6d , 0xed , 0x1f , 0x61 , 0x43 ,
0xd3 , 0x2e , 0xfd , 0x8c , 0xe3 , 0xa1 , 0x17 , 0x52 , 0x7b , 0xbc , 0x44 , 0x9f , 0x43 , 0x4d , 0x8c , 0x45 ,
0x5c , 0x77 , 0x7b , 0xf0 , 0x48 , 0xf7 , 0x9b , 0x2b , 0x89 , 0x02 , 0x39 , 0x47 , 0x39 , 0x92 , 0x77 , 0xf0 ,
0x57 , 0x03 , 0xda , 0xea , 0xa1 , 0x17 , 0x43 , 0x1b , 0xf2 , 0x60 , 0x35 , 0x3d , 0xd1 , 0xa0 , 0x27 , 0xf9 ,
0x33 , 0xdd , 0xd2 , 0x60 , 0x6a , 0x3d , 0x2d , 0xc2 , 0x2a , 0x22 , 0xb0 , 0x57 , 0x3e , 0x31 , 0x10 , 0x85 ,
0xce , 0xf2 , 0xa0 , 0x81 , 0x9e , 0x65 , 0xeb , 0xc8 , 0x99 , 0x6c , 0xac , 0x7e , 0x51 , 0x76 , 0x65 , 0x16 ,
0x5d , 0xf1 , 0x9a , 0xd1 , 0xa7 , 0x03 , 0x74 , 0xaf , 0x1a , 0x7d , 0x20 , 0xb1 , 0xf6 , 0x0a , 0xf3 , 0x27 ,
0x76 , 0x7f , 0x86 , 0x35 , 0xed , 0x85 , 0x43 , 0x39 , 0x68 , 0x65 , 0xcd , 0x1a , 0xd6 , 0x47 , 0x85 , 0x78 ,
0x13 , 0x5b , 0x73 , 0x68 , 0xeb , 0x4d , 0x0a , 0xe5 , 0x28 , 0xc8 , 0xec , 0xfa , 0xd6 , 0xc7 , 0xc5 , 0x98 ,
0x13 , 0x73 , 0x14 , 0x3a , 0xcb , 0x3d , 0x24 , 0x2f , 0x8f , 0x39 , 0xfd , 0x2e , 0x2f , 0x8f , 0x79 , 0xad ,
0xc9 , 0x5e , 0x41 , 0x2e , 0xc0 , 0x4d , 0x0b , 0x41 , 0x8f , 0x73 , 0x13 , 0xa2 , 0x77 , 0x1e , 0xab , 0x77 ,
0x3f , 0x63 , 0x62 , 0x62 , 0x01 , 0xff , 0x5b , 0x7a , 0x63 , 0x51 , 0x0e , 0x34 , 0xd9 , 0x03 , 0x87 , 0xf5 ,
0xac , 0x20 , 0xf7 , 0x52 , 0x50 , 0xb2 , 0x2b , 0xdd , 0x11 , 0x94 , 0xde , 0xf2 , 0xee , 0x08 , 0x6a , 0xa9 ,
0xc1 , 0xd9 , 0x2b , 0xc8 , 0x83 , 0xb6 , 0x13 , 0x05 , 0xd2 , 0x74 , 0xdc , 0x16 , 0x50 , 0x8e , 0xf4 , 0xed ,
0xae , 0x66 , 0x3d , 0x29 , 0xc0 , 0x79 , 0x73 , 0xbf , 0x9f , 0xc3 , 0xf7 , 0x0d , 0xc5 , 0x7a , 0x5e , 0xe3 ,
0xff , 0x69 , 0x3f , 0xfb , 0x37 , 0x00 , 0x00 , 0xff , 0xff , 0xf3 , 0x7c , 0x9c , 0x49 , 0xc1 , 0x0f , 0x00 ,
0x00 ,
// 1250 bytes of a gzipped FileDescriptorProto
0x1f , 0x8b , 0x08 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x02 , 0xff , 0xa4 , 0x57 , 0xef , 0x72 , 0xdb , 0x44 ,
0x10 , 0x8f , 0x2d , 0xff , 0x5d , 0xa7 , 0xc6 , 0xbd , 0x38 , 0x89 , 0x2a , 0x0a , 0x13 , 0xc4 , 0x40 , 0xdd ,
0x42 , 0x1d , 0x30 , 0x7c , 0x61 , 0x86 , 0x61 , 0x26 , 0x4d , 0x3d , 0x69 , 0x21 , 0xb8 , 0x33 , 0x72 , 0x53 ,
0x66 , 0x18 , 0xc0 , 0xa3 , 0xd8 , 0xe7 , 0x44 , 0x54 , 0xd6 , 0x19 , 0xdd , 0x29 , 0x34 , 0x8f , 0xc0 , 0x13 ,
0xc0 , 0x93 , 0xf0 , 0x99 , 0xf7 , 0x60 , 0x78 , 0x17 , 0x46 , 0xf7 , 0x47 , 0xd1 , 0x39 , 0x52 , 0x22 , 0xcc ,
0x17 , 0xeb , 0xee , 0x76 , 0x6f , 0x77 , 0xef , 0xf7 , 0xbb , 0xdd , 0x5b , 0x83 , 0x75 , 0xee , 0x2e , 0xbd ,
0x7d , 0x8a , 0xc3 , 0x0b , 0x6f , 0x8a , 0xe9 , 0x3e , 0xf3 , 0x7c , 0x1f , 0x87 , 0xfd , 0x65 , 0x48 , 0x18 ,
0x41 , 0xdd , 0x58 , 0xd6 , 0x57 , 0xb2 , 0xbe , 0x90 , 0x59 , 0x3b , 0x7c , 0xc7 , 0xf4 , 0xdc , 0x0d , 0x99 ,
0xf8 , 0x15 , 0xda , 0xd6 , 0x6e , 0x7a , 0x9d , 0x04 , 0x73 , 0xef , 0x4c , 0x0a , 0x84 , 0x8b , 0x10 , 0xfb ,
0xd8 , 0xa5 , 0x58 , 0x7d , 0xb5 , 0x4d , 0x4a , 0xe6 , 0x05 , 0x73 , 0x22 , 0x05 , 0x6f , 0x6b , 0x02 , 0x86 ,
0x29 , 0x9b , 0x84 , 0x51 , 0x20 , 0x85 , 0xf7 , 0x34 , 0x21 , 0x65 , 0x2e , 0x8b , 0xa8 , 0xe6 , 0xec , 0x02 ,
0x87 , 0xd4 , 0x23 , 0x81 , 0xfa , 0x0a , 0x99 , 0xfd , 0x57 , 0x19 , 0xb6 , 0x8e , 0x3d , 0xca , 0x1c , 0xb1 ,
0x91 , 0x3a , 0xf8 , 0x97 , 0x08 , 0x53 , 0x86 , 0xba , 0x50 , 0xf5 , 0xbd , 0x85 , 0xc7 , 0xcc , 0xd2 , 0x5e ,
0xa9 , 0x67 , 0x38 , 0x62 , 0x82 , 0x76 , 0xa0 , 0x46 , 0xe6 , 0x73 , 0x8a , 0x99 , 0x59 , 0xde , 0x2b , 0xf5 ,
0x9a , 0x8e , 0x9c , 0xa1 , 0xaf , 0xa0 , 0x4e , 0x49 , 0xc8 , 0x26 , 0xa7 , 0x97 , 0xa6 , 0xb1 , 0x57 , 0xea ,
0xb5 , 0x07 , 0x1f , 0xf4 , 0xb3 , 0x70 , 0xea , 0xc7 , 0x9e , 0xc6 , 0x24 , 0x64 , 0xfd , 0xf8 , 0xe7 , 0xc9 ,
0xa5 , 0x53 , 0xa3 , 0xfc , 0x1b , 0xdb , 0x9d , 0x7b , 0x3e , 0xc3 , 0xa1 , 0x59 , 0x11 , 0x76 , 0xc5 , 0x0c ,
0x1d , 0x01 , 0x70 , 0xbb , 0x24 , 0x9c , 0xe1 , 0xd0 , 0xac , 0x72 , 0xd3 , 0xbd , 0x02 , 0xa6 , 0x5f , 0xc4 ,
0xfa , 0x4e , 0x93 , 0xaa , 0x21 , 0xfa , 0x12 , 0x36 , 0x05 , 0x24 , 0x93 , 0x29 , 0x99 , 0x61 , 0x6a , 0xd6 ,
0xf6 , 0x8c , 0x5e , 0x7b , 0x70 , 0x4f , 0x98 , 0x52 , 0xf0 , 0x8f , 0x05 , 0x68 , 0x87 , 0x64 , 0x86 , 0x9d ,
0x96 , 0x50 , 0x8f , 0xc7 , 0x14 , 0xdd , 0x87 , 0x66 , 0xe0 , 0x2e , 0x30 , 0x5d , 0xba , 0x53 , 0x6c , 0xd6 ,
0x79 , 0x84 , 0x57 , 0x0b , 0xf6 , 0x4f , 0xd0 , 0x50 , 0xce , 0xed , 0x01 , 0xd4 , 0xc4 , 0xd1 , 0x50 , 0x0b ,
0xea , 0x27 , 0xa3 , 0x6f , 0x46 , 0x2f , 0xbe , 0x1b , 0x75 , 0x36 , 0x50 , 0x03 , 0x2a , 0xa3 , 0x83 , 0x6f ,
0x87 , 0x9d , 0x12 , 0xba , 0x0b , 0x77 , 0x8e , 0x0f , 0xc6 , 0x2f , 0x27 , 0xce , 0xf0 , 0x78 , 0x78 , 0x30 ,
0x1e , 0x3e , 0xed , 0x94 , 0xed , 0x77 , 0xa1 , 0x99 , 0xc4 , 0x8c , 0xea , 0x60 , 0x1c , 0x8c , 0x0f , 0xc5 ,
0x96 , 0xa7 , 0xc3 , 0xf1 , 0x61 , 0xa7 , 0x64 , 0xff , 0x56 , 0x82 , 0xae , 0x4e , 0x11 , 0x5d , 0x92 , 0x80 ,
0xe2 , 0x98 , 0xa3 , 0x29 , 0x89 , 0x82 , 0x84 , 0x23 , 0x3e , 0x41 , 0x08 , 0x2a , 0x01 , 0x7e , 0xa3 , 0x18 ,
0xe2 , 0xe3 , 0x58 , 0x93 , 0x11 , 0xe6 , 0xfa , 0x9c , 0x1d , 0xc3 , 0x11 , 0x13 , 0xf4 , 0x29 , 0x34 , 0xe4 ,
0xd1 , 0xa9 , 0x59 , 0xd9 , 0x33 , 0x7a , 0xad , 0xc1 , 0xb6 , 0x0e , 0x88 , 0xf4 , 0xe8 , 0x24 , 0x6a , 0xf6 ,
0x11 , 0xec , 0x1e , 0x61 , 0x15 , 0x89 , 0xc0 , 0x4b , 0xdd , 0x98 , 0xd8 , 0xaf , 0xbb , 0xc0 , 0x3c , 0x98 ,
0xd8 , 0xaf , 0xbb , 0xc0 , 0xc8 , 0x84 , 0xba , 0xbc , 0x6e , 0x3c , 0x9c , 0xaa , 0xa3 , 0xa6 , 0x36 , 0x03 ,
0xf3 , 0xba , 0x21 , 0x79 , 0xae , 0x2c , 0x4b , 0x1f , 0x42 , 0x25 , 0xce , 0x04 , 0x6e , 0xa6 , 0x35 , 0x40 ,
0x7a , 0x9c , 0xcf , 0x83 , 0x39 , 0x71 , 0xb8 , 0x5c , 0xa7 , 0xca , 0x58 , 0xa5 , 0xea , 0x59 , 0xda , 0xeb ,
0x21 , 0x09 , 0x18 , 0x0e , 0xd8 , 0x7a , 0xf1 , 0x1f , 0xc3 , 0xbd , 0x0c , 0x4b , 0xf2 , 0x00 , 0xfb , 0x50 ,
0x97 , 0xa1 , 0x71 , 0x6b , 0xb9 , 0xb8 , 0x2a , 0x2d , 0xfb , 0x77 , 0x03 , 0xba , 0x27 , 0xcb , 0x99 , 0xcb ,
0xb0 , 0x12 , 0xdd , 0x10 , 0xd4 , 0x03 , 0xa8 , 0xf2 , 0x8a , 0x22 , 0xb1 , 0xb8 , 0x2b , 0x6c , 0x8b , 0xb2 ,
0x73 , 0x18 , 0xff , 0x3a , 0x42 , 0x8e , 0x1e , 0x41 , 0xed , 0xc2 , 0xf5 , 0x23 , 0x4c , 0x39 , 0x10 , 0x09 ,
0x6a , 0x52 , 0x93 , 0x97 , 0x23 , 0x47 , 0x6a , 0xa0 , 0x5d , 0xa8 , 0xcf , 0xc2 , 0xcb , 0xb8 , 0x9e , 0xf0 ,
0x14 , 0x6c , 0x38 , 0xb5 , 0x59 , 0x78 , 0xe9 , 0x44 , 0x01 , 0x7a , 0x1f , 0xee , 0xcc , 0x3c , 0xea , 0x9e ,
0xfa , 0x78 , 0x72 , 0x4e , 0xc8 , 0x6b , 0xca , 0xb3 , 0xb0 , 0xe1 , 0x6c , 0xca , 0xc5 , 0x67 , 0xf1 , 0x1a ,
0xb2 , 0xe2 , 0x9b , 0x34 , 0x0d , 0xb1 , 0xcb , 0xb0 , 0x59 , 0xe3 , 0xf2 , 0x64 , 0x1e , 0x63 , 0xc8 , 0xbc ,
0x05 , 0x26 , 0x11 , 0xe3 , 0xa9 , 0x63 , 0x38 , 0x6a , 0x8a , 0xde , 0x83 , 0xcd , 0x10 , 0x53 , 0xcc , 0x26 ,
0x32 , 0xca , 0x06 , 0xdf , 0xd9 , 0xe2 , 0x6b , 0xaf , 0x44 , 0x58 , 0x08 , 0x2a , 0xbf , 0xba , 0x1e , 0x33 ,
0x9b , 0x5c , 0xc4 , 0xc7 , 0x62 , 0x5b , 0x44 , 0xb1 , 0xda , 0x06 , 0x6a , 0x5b , 0x44 , 0xb1 , 0xdc , 0xd6 ,
0x85 , 0xea , 0x9c , 0x84 , 0x53 , 0x6c , 0xb6 , 0xb8 , 0x4c , 0x4c , 0xd0 , 0x00 , 0xb6 , 0x43 , 0x4c , 0x59 ,
0xe8 , 0x4d , 0xd9 , 0x84 , 0x91 , 0xc9 , 0xd5 , 0x3d , 0xd9 , 0xe4 , 0x5a , 0x5b , 0x4a , 0xf8 , 0x92 , 0x8c ,
0x52 , 0x37 , 0x66 , 0x7b , 0x85 , 0x98 , 0x75 , 0x39 , 0xfe , 0xa3 , 0x0c , 0x3b , 0x0e , 0xf1 , 0xfd , 0x53 ,
0x77 , 0xfa , 0xba , 0x00 , 0xcb , 0x29 , 0x42 , 0xca , 0x37 , 0x13 , 0x62 , 0x64 , 0x10 , 0x92 , 0xba , 0xb8 ,
0x15 , 0xed , 0xe2 , 0x6a , 0x54 , 0x55 , 0xf3 , 0xa9 , 0xaa , 0xe9 , 0x54 , 0x29 , 0x1e , 0xea , 0x29 , 0x1e ,
0x12 , 0x90 , 0x1b , 0xff , 0x17 , 0xe4 , 0xaf , 0x61 , 0xf7 , 0x1a , 0x32 , 0xeb , 0xc2 , 0xfc , 0x4f , 0x19 ,
0xb6 , 0x9f , 0x07 , 0x94 , 0xb9 , 0xbe , 0xbf , 0x82 , 0x72 , 0x92 , 0x37 , 0xa5 , 0xc2 , 0x79 , 0x53 , 0xfe ,
0x2f , 0x79 , 0x63 , 0x68 , 0x34 , 0x29 , 0x4e , 0x2b , 0x29 , 0x4e , 0x0b , 0xe5 , 0x92 , 0x56 , 0xc1 , 0x6a ,
0x2b , 0x15 , 0x0c , 0xbd , 0x03 , 0x20 , 0x2e , 0x3f , 0x37 , 0x2e , 0xe8 , 0x68 , 0xf2 , 0x95 , 0x91 , 0x2c ,
0x58 , 0x8a , 0xc1 , 0x46 , 0x36 , 0x83 , 0xe9 , 0x4c , 0xca , 0xe5 , 0x0a , 0xf2 , 0xb9 , 0x7a , 0x0e , 0x3b ,
0xab , 0xf0 , 0xae , 0x4b , 0xd5 , 0x9f , 0x25 , 0xd8 , 0x3d , 0x09 , 0xbc , 0x4c , 0xb2 , 0xb2 , 0x52 , 0xe2 ,
0x1a , 0x7c , 0xe5 , 0x0c , 0xf8 , 0xba , 0x50 , 0x5d , 0x46 , 0xe1 , 0x19 , 0x96 , 0x74 , 0x88 , 0x49 , 0x1a ,
0x97 , 0x8a , 0x8e , 0xcb , 0x3a , 0xf7 , 0x75 , 0x02 , 0xe6 , 0xf5 , 0xb8 , 0xd7 , 0x44 , 0x21 , 0x3e , 0x69 ,
0xf2 , 0xb2 , 0x35 , 0xc5 , 0x2b , 0x66 , 0x6f , 0xc1 , 0xdd , 0x23 , 0xcc , 0x5e , 0x89 , 0x94 , 0x95 , 0x90 ,
0xd8 , 0x43 , 0x40 , 0xe9 , 0xc5 , 0x2b , 0x7f , 0x72 , 0x49 , 0xf7 , 0xa7 , 0xda , 0x3c , 0xa5 , 0x9f , 0xbc ,
0x5c , 0x5f , 0x70 , 0xdb , 0xcf , 0x3c , 0xca , 0x48 , 0x78 , 0x79 , 0x13 , 0xdc , 0x1d , 0x30 , 0x16 , 0xee ,
0x1b , 0xf9 , 0xf0 , 0xc5 , 0x43 , 0xfb , 0x88 , 0x47 , 0x90 , 0x6c , 0x95 , 0x11 , 0xa4 , 0xdb , 0x88 , 0x52 ,
0xb1 , 0x36 , 0xe2 , 0x07 , 0x40 , 0x2f , 0x71 , 0xd2 , 0xd1 , 0xdc , 0xf2 , 0x02 , 0x2b , 0xe2 , 0xca , 0x3a ,
0x71 , 0x26 , 0xd4 , 0xa7 , 0x3e , 0x76 , 0x83 , 0x68 , 0x29 , 0xa9 , 0x56 , 0x53 , 0xfb , 0x47 , 0xd8 , 0xd2 ,
0xac , 0xcb , 0x38 , 0xe3 , 0xf3 , 0xd0 , 0x33 , 0x69 , 0x3d , 0x1e , 0xa2 , 0xcf , 0xa1 , 0x26 , 0xda , 0x3c ,
0x6e , 0xbb , 0x3d , 0xb8 , 0xaf , 0xc7 , 0xcd , 0x8d , 0x44 , 0x81 , 0xec , 0x0b , 0x1d , 0xa9 , 0x3b , 0xf8 ,
0xbb , 0x01 , 0x6d , 0xd5 , 0xb8 , 0x88 , 0x26 , 0x14 , 0x79 , 0xb0 , 0x99 , 0xee , 0xd0 , 0xd0 , 0xc3 , 0xfc ,
0x1e , 0x75 , 0xa5 , 0xd1 , 0xb6 , 0x1e , 0x15 , 0x51 , 0x15 , 0x27 , 0xb0 , 0x37 , 0x3e , 0x29 , 0x21 , 0x0a ,
0x9d , 0xd5 , 0xc6 , 0x09 , 0x3d , 0xce , 0xb6 , 0x91 , 0xd3 , 0xa9 , 0x59 , 0xfd , 0xa2 , 0xea , 0xca , 0x2d ,
0xba , 0xe0 , 0x77 , 0x46 , 0xef , 0x76 , 0xd0 , 0xad , 0x66 , 0xf4 , 0x06 , 0xcb , 0xda , 0x2f , 0xac , 0x9f ,
0xf8 , 0xfd , 0x19 , 0xee , 0x68 , 0xaf , 0x2f , 0xca , 0x41 , 0x2b , 0xab , 0x77 , 0xb2 , 0x3e , 0x2a , 0xa4 ,
0x9b , 0xf8 , 0x5a , 0x40 , 0x5b , 0x2f , 0x6c , 0x28 , 0xc7 , 0x40 , 0xe6 , 0xeb , 0x62 , 0x7d , 0x5c , 0x4c ,
0x39 , 0x71 , 0x47 , 0xa1 , 0xb3 , 0x5a , 0x43 , 0xf2 , 0x78 , 0xcc , 0xa9 , 0x91 , 0x79 , 0x3c , 0xe6 , 0x95 ,
0x26 , 0x7b , 0x03 , 0xb9 , 0x00 , 0x57 , 0x25 , 0x04 , 0x3d , 0xc8 , 0x25 , 0x44 , 0xaf , 0x3c , 0x56 , 0xef ,
0x76 , 0xc5 , 0xc4 , 0xc5 , 0x12 , 0xde , 0x5a , 0x79 , 0xcb , 0x51 , 0x0e , 0x34 , 0xd9 , 0xcd , 0x90 , 0xf5 ,
0xb8 , 0xa0 , 0xf6 , 0xca , 0xa1 , 0x64 , 0x55 , 0xba , 0xe1 , 0x50 , 0x7a , 0xc9 , 0xbb , 0xe1 , 0x50 , 0x2b ,
0x05 , 0xce , 0xde , 0x40 , 0x1e , 0xb4 , 0x9d , 0x28 , 0x90 , 0xae , 0xe3 , 0xb2 , 0x80 , 0x72 , 0x76 , 0x5f ,
0xaf , 0x6a , 0xd6 , 0xc3 , 0x02 , 0x9a , 0x57 , 0xf9 , 0xfd , 0x04 , 0xbe , 0x6f , 0x28 , 0xd5 , 0xd3 , 0x1a ,
0xff , 0x8f , 0xfe , 0xd9 , 0xbf , 0x01 , 0x00 , 0x00 , 0xff , 0xff , 0x0b , 0x9b , 0x0f , 0xae , 0x91 , 0x10 ,
0x00 , 0x00 ,
}