diff --git a/go.mod b/go.mod index 2af1c920..2934876a 100644 --- a/go.mod +++ b/go.mod @@ -6,11 +6,11 @@ require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/gogo/googleapis v1.4.1 github.com/gogo/protobuf v1.3.2 - github.com/gogo/status v1.1.0 + github.com/gogo/status v1.1.1 github.com/golang/mock v1.6.0 github.com/stretchr/testify v1.7.2 - golang.org/x/net v0.0.0-20220607020251-c690dde0001d // indirect - golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d // indirect - google.golang.org/genproto v0.0.0-20220608133413-ed9918b62aac // indirect + golang.org/x/net v0.0.0-20220615171555-694bf12d69de // indirect + golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c // indirect + google.golang.org/genproto v0.0.0-20220616135557-88e70c0c3a90 // indirect google.golang.org/grpc v1.47.0 ) diff --git a/go.sum b/go.sum index 69578061..c50e55fe 100644 --- a/go.sum +++ b/go.sum @@ -24,11 +24,10 @@ github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeME github.com/gogo/googleapis v0.0.0-20180223154316-0cd9801be74a/go.mod h1:gf4bu3Q80BeJ6H1S1vYPm8/ELATdvryBaNFGgqEef3s= github.com/gogo/googleapis v1.4.1 h1:1Yx4Myt7BxzvUr5ldGSbwYiZG6t9wGBZ+8/fX3Wvtq0= github.com/gogo/googleapis v1.4.1/go.mod h1:2lpHqI5OcWCtVElxXnPt+s8oJvMpySlOyM6xDCrzib4= -github.com/gogo/protobuf v1.2.0/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ= github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q= github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q= -github.com/gogo/status v1.1.0 h1:+eIkrewn5q6b30y+g/BJINVVdi2xH7je5MPJ3ZPK3JA= -github.com/gogo/status v1.1.0/go.mod h1:BFv9nrluPLmrS0EmGVvLaPNmRosr9KapBYd5/hpY1WM= +github.com/gogo/status v1.1.1 h1:DuHXlSFHNKqTQ+/ACf5Vs6r4X/dH2EgIzR9Vr+H65kg= +github.com/gogo/status v1.1.1/go.mod h1:jpG3dM5QPcqu19Hg8lkUhBFBa3TcLs1DG7+2Jqci7oU= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.6.0 h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc= @@ -93,14 +92,13 @@ golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLL golang.org/x/net v0.0.0-20200822124328-c89045814202/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM= -golang.org/x/net v0.0.0-20220607020251-c690dde0001d h1:4SFsTMi4UahlKoloni7L4eYzhFRifURQLw+yv0QDCx8= -golang.org/x/net v0.0.0-20220607020251-c690dde0001d/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= +golang.org/x/net v0.0.0-20220615171555-694bf12d69de h1:ogOG2+P6LjO2j55AkRScrkB2BFpd+Z8TY2wcM0Z3MGo= +golang.org/x/net v0.0.0-20220615171555-694bf12d69de/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= @@ -116,8 +114,8 @@ golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20210510120138-977fb7262007/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d h1:Zu/JngovGLVi6t2J3nmAf3AoTDwuzw85YZ3b9o4yU7s= -golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c h1:aFV+BgZ4svzjfabn8ERpuB4JI4N6/rdy1iusx77G3oU= +golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -146,8 +144,8 @@ google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoA google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= google.golang.org/genproto v0.0.0-20200513103714-09dca8ec2884/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo= -google.golang.org/genproto v0.0.0-20220608133413-ed9918b62aac h1:ByeiW1F67iV9o8ipGskA+HWzSkMbRJuKLlwCdPxzn7A= -google.golang.org/genproto v0.0.0-20220608133413-ed9918b62aac/go.mod h1:KEWEmljWE5zPzLBa/oHl6DaEt9LmfH6WtH1OHIvleBA= +google.golang.org/genproto v0.0.0-20220616135557-88e70c0c3a90 h1:4SPz2GL2CXJt28MTF8V6Ap/9ZiVbQlJeGSd9qtA7DLs= +google.golang.org/genproto v0.0.0-20220616135557-88e70c0c3a90/go.mod h1:KEWEmljWE5zPzLBa/oHl6DaEt9LmfH6WtH1OHIvleBA= google.golang.org/grpc v1.12.0/go.mod h1:yo6s7OP7yaDglbqo1J04qKzAhqBH6lvTonzMVmEdcZw= google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg= diff --git a/proto/api b/proto/api index abcd7eb3..a3effacd 160000 --- a/proto/api +++ b/proto/api @@ -1 +1 @@ -Subproject commit abcd7eb3b4a58bc2d754e9085ead6a6a409e87e5 +Subproject commit a3effacd3c06e0b79f8543d3c4bbf3623c48380f diff --git a/taskqueue/v1/message.pb.go b/taskqueue/v1/message.pb.go index 2ef00247..7f77afe2 100644 --- a/taskqueue/v1/message.pb.go +++ b/taskqueue/v1/message.pb.go @@ -442,6 +442,117 @@ func (m *StickyExecutionAttributes) GetScheduleToStartTimeout() *time.Duration { return nil } +// Used by the worker versioning APIs, represents a node in the version graph for a particular +// task queue +type VersionIdNode struct { + Version *VersionId `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` + // A pointer to the previous version this version is considered to be compatible with + PreviousCompatible *VersionIdNode `protobuf:"bytes,2,opt,name=previous_compatible,json=previousCompatible,proto3" json:"previous_compatible,omitempty"` + // A pointer to the last incompatible version (previous major version) + PreviousIncompatible *VersionIdNode `protobuf:"bytes,3,opt,name=previous_incompatible,json=previousIncompatible,proto3" json:"previous_incompatible,omitempty"` +} + +func (m *VersionIdNode) Reset() { *m = VersionIdNode{} } +func (*VersionIdNode) ProtoMessage() {} +func (*VersionIdNode) Descriptor() ([]byte, []int) { + return fileDescriptor_c60437e4ccf51d94, []int{7} +} +func (m *VersionIdNode) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *VersionIdNode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_VersionIdNode.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *VersionIdNode) XXX_Merge(src proto.Message) { + xxx_messageInfo_VersionIdNode.Merge(m, src) +} +func (m *VersionIdNode) XXX_Size() int { + return m.Size() +} +func (m *VersionIdNode) XXX_DiscardUnknown() { + xxx_messageInfo_VersionIdNode.DiscardUnknown(m) +} + +var xxx_messageInfo_VersionIdNode proto.InternalMessageInfo + +func (m *VersionIdNode) GetVersion() *VersionId { + if m != nil { + return m.Version + } + return nil +} + +func (m *VersionIdNode) GetPreviousCompatible() *VersionIdNode { + if m != nil { + return m.PreviousCompatible + } + return nil +} + +func (m *VersionIdNode) GetPreviousIncompatible() *VersionIdNode { + if m != nil { + return m.PreviousIncompatible + } + return nil +} + +// Used by the worker versioning APIs, represents a specific version of something +// Currently, that's just a whole-worker id. In the future, if we support +// WASM workflow bundle based versioning, for example, then the inside of this +// message may become a oneof of different version types. +type VersionId struct { + // An opaque whole-worker identifier + WorkerBuildId string `protobuf:"bytes,1,opt,name=worker_build_id,json=workerBuildId,proto3" json:"worker_build_id,omitempty"` +} + +func (m *VersionId) Reset() { *m = VersionId{} } +func (*VersionId) ProtoMessage() {} +func (*VersionId) Descriptor() ([]byte, []int) { + return fileDescriptor_c60437e4ccf51d94, []int{8} +} +func (m *VersionId) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *VersionId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_VersionId.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *VersionId) XXX_Merge(src proto.Message) { + xxx_messageInfo_VersionId.Merge(m, src) +} +func (m *VersionId) XXX_Size() int { + return m.Size() +} +func (m *VersionId) XXX_DiscardUnknown() { + xxx_messageInfo_VersionId.DiscardUnknown(m) +} + +var xxx_messageInfo_VersionId proto.InternalMessageInfo + +func (m *VersionId) GetWorkerBuildId() string { + if m != nil { + return m.WorkerBuildId + } + return "" +} + func init() { proto.RegisterType((*TaskQueue)(nil), "temporal.api.taskqueue.v1.TaskQueue") proto.RegisterType((*TaskQueueMetadata)(nil), "temporal.api.taskqueue.v1.TaskQueueMetadata") @@ -450,6 +561,8 @@ func init() { proto.RegisterType((*TaskQueuePartitionMetadata)(nil), "temporal.api.taskqueue.v1.TaskQueuePartitionMetadata") proto.RegisterType((*PollerInfo)(nil), "temporal.api.taskqueue.v1.PollerInfo") proto.RegisterType((*StickyExecutionAttributes)(nil), "temporal.api.taskqueue.v1.StickyExecutionAttributes") + proto.RegisterType((*VersionIdNode)(nil), "temporal.api.taskqueue.v1.VersionIdNode") + proto.RegisterType((*VersionId)(nil), "temporal.api.taskqueue.v1.VersionId") } func init() { @@ -457,57 +570,63 @@ func init() { } var fileDescriptor_c60437e4ccf51d94 = []byte{ - // 788 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x54, 0x4f, 0x6f, 0x23, 0x35, - 0x14, 0x8f, 0x9b, 0xec, 0xd2, 0xba, 0x74, 0xdb, 0x8e, 0x00, 0x35, 0xa1, 0xcc, 0x96, 0x68, 0x55, - 0x8a, 0x84, 0x26, 0x4a, 0xb9, 0xa0, 0x70, 0x40, 0x0d, 0x20, 0x6d, 0x17, 0x8a, 0xc2, 0x34, 0x8a, - 0xc4, 0x5e, 0x2c, 0x67, 0xfc, 0x36, 0xb5, 0x66, 0xc6, 0x1e, 0x6c, 0x4f, 0xda, 0xde, 0xf8, 0x08, - 0x7b, 0xe4, 0xc0, 0x07, 0x40, 0x7c, 0x92, 0xe5, 0xd6, 0xe3, 0xde, 0xa0, 0xe9, 0x05, 0x71, 0x61, - 0x3f, 0x02, 0xb2, 0x67, 0x32, 0xe9, 0x92, 0xad, 0xb8, 0xd9, 0xef, 0xf7, 0x7b, 0x7f, 0x7e, 0xef, - 0x3d, 0x1b, 0x7f, 0x64, 0x20, 0xcd, 0xa4, 0xa2, 0x49, 0x87, 0x66, 0xbc, 0x63, 0xa8, 0x8e, 0x7f, - 0xcc, 0x21, 0x87, 0xce, 0xb4, 0xdb, 0x49, 0x41, 0x6b, 0x3a, 0x81, 0x20, 0x53, 0xd2, 0x48, 0xaf, - 0x39, 0x27, 0x06, 0x34, 0xe3, 0x41, 0x45, 0x0c, 0xa6, 0xdd, 0x96, 0x3f, 0x91, 0x72, 0x92, 0x40, - 0xc7, 0x11, 0xc7, 0xf9, 0xb3, 0x0e, 0xcb, 0x15, 0x35, 0x5c, 0x8a, 0xc2, 0xb5, 0xf5, 0xf0, 0xbf, - 0xb8, 0xe1, 0x29, 0x68, 0x43, 0xd3, 0xac, 0x24, 0x2c, 0x05, 0x38, 0x57, 0x34, 0xcb, 0x40, 0xe9, - 0x12, 0xff, 0x90, 0x41, 0x06, 0x82, 0x81, 0x88, 0x38, 0xe8, 0xce, 0x44, 0x4e, 0xa4, 0xb3, 0xbb, - 0x53, 0x49, 0xd9, 0x7f, 0x4d, 0x07, 0x88, 0x3c, 0xd5, 0x56, 0x83, 0xad, 0x93, 0x14, 0x85, 0x3a, - 0x5e, 0xfb, 0x07, 0xbc, 0x36, 0xa4, 0x3a, 0xfe, 0xde, 0x9a, 0x3c, 0x0f, 0x37, 0x04, 0x4d, 0x61, - 0x07, 0xed, 0xa1, 0x83, 0xb5, 0xd0, 0x9d, 0xbd, 0xcf, 0x70, 0x23, 0xe6, 0x82, 0xed, 0xac, 0xec, - 0xa1, 0x83, 0x07, 0x87, 0x8f, 0x82, 0xd7, 0x64, 0xbb, 0xb8, 0xc1, 0xb4, 0x1b, 0x54, 0x31, 0xbe, - 0xe1, 0x82, 0x85, 0xce, 0xa3, 0x3d, 0xc6, 0xdb, 0x95, 0xf9, 0x04, 0x0c, 0x65, 0xd4, 0x50, 0xef, - 0x04, 0xbf, 0x93, 0xd2, 0x0b, 0x62, 0xeb, 0xd0, 0x24, 0x03, 0x45, 0x34, 0x44, 0x52, 0x30, 0x97, - 0x72, 0xfd, 0x70, 0x37, 0x28, 0x94, 0x07, 0x73, 0xe5, 0xc1, 0x57, 0x32, 0x1f, 0x27, 0x30, 0xa2, - 0x49, 0x0e, 0xe1, 0x76, 0x4a, 0x2f, 0x6c, 0x44, 0x3d, 0x00, 0x75, 0xea, 0xdc, 0xda, 0xff, 0x20, - 0xbc, 0x59, 0x25, 0x39, 0x35, 0xd4, 0xe4, 0xda, 0xfb, 0x04, 0x7b, 0x63, 0x1a, 0xc5, 0x89, 0x9c, - 0x90, 0x48, 0xe6, 0xc2, 0x90, 0x33, 0x2e, 0x8c, 0x4b, 0x50, 0x0f, 0xb7, 0x4a, 0xe4, 0x4b, 0x0b, - 0x3c, 0xe6, 0xc2, 0x78, 0x1f, 0x60, 0xac, 0x80, 0x32, 0x92, 0xc0, 0x14, 0x12, 0xa7, 0xb2, 0x1e, - 0xae, 0x59, 0xcb, 0xb7, 0xd6, 0xe0, 0xbd, 0x8f, 0xd7, 0x68, 0x14, 0x97, 0x68, 0xdd, 0xa1, 0xab, - 0x34, 0x8a, 0x0b, 0x70, 0x1f, 0x6f, 0x2a, 0x6a, 0xe0, 0xb6, 0x8e, 0xc6, 0x1e, 0x3a, 0x40, 0xe1, - 0x86, 0x35, 0x57, 0x55, 0x7a, 0x4f, 0xf0, 0x86, 0x6b, 0x3c, 0x67, 0x64, 0x9c, 0xc8, 0x28, 0xde, - 0xb9, 0xe7, 0xd4, 0xee, 0x07, 0x77, 0xee, 0x90, 0x6b, 0xe8, 0x31, 0xeb, 0x5b, 0x76, 0xb8, 0x6e, - 0x16, 0x97, 0xf6, 0x17, 0x78, 0xfd, 0x16, 0xe6, 0x35, 0xf1, 0xaa, 0x36, 0x54, 0x19, 0xc2, 0x59, - 0x29, 0xf1, 0x2d, 0x77, 0x3f, 0x66, 0xde, 0xbb, 0xf8, 0x3e, 0x08, 0x66, 0x81, 0x42, 0xd5, 0x3d, - 0x10, 0xec, 0x98, 0xb5, 0x47, 0xb8, 0x55, 0x75, 0x6c, 0x40, 0x95, 0xe1, 0x76, 0x33, 0xab, 0xf9, - 0x6c, 0xe1, 0x7a, 0x0c, 0x97, 0xe5, 0x06, 0xd8, 0xa3, 0x15, 0x29, 0xcf, 0x05, 0x28, 0x72, 0x26, - 0xb5, 0x21, 0x6e, 0x3f, 0x56, 0x1c, 0xba, 0xe1, 0xcc, 0x8f, 0xa5, 0x36, 0xdf, 0xd1, 0x14, 0xda, - 0xbf, 0x20, 0x8c, 0x07, 0x32, 0x49, 0x40, 0x1d, 0x8b, 0x67, 0xd2, 0x7b, 0x82, 0xb7, 0x12, 0xaa, - 0x0d, 0xa1, 0x51, 0x04, 0x5a, 0x13, 0xbb, 0xe2, 0xe5, 0x90, 0x5b, 0x4b, 0x43, 0x1e, 0xce, 0xf7, - 0xbf, 0xdf, 0x78, 0xfe, 0xc7, 0x43, 0x14, 0x3e, 0xb0, 0x9e, 0x47, 0xce, 0xd1, 0x42, 0x5e, 0x0b, - 0xaf, 0x72, 0x06, 0xc2, 0x70, 0x73, 0x59, 0xe6, 0xae, 0xee, 0x6f, 0x9a, 0x41, 0xfd, 0x0d, 0x33, - 0x68, 0xff, 0x8e, 0x70, 0xf3, 0xd4, 0xf0, 0x28, 0xbe, 0xfc, 0xfa, 0x02, 0xa2, 0xdc, 0x8a, 0x3e, - 0x32, 0x46, 0xf1, 0x71, 0x6e, 0x40, 0x7b, 0x03, 0xbc, 0x7d, 0x2e, 0x55, 0x0c, 0x8a, 0x2c, 0x5e, - 0x48, 0x59, 0xee, 0xa3, 0xff, 0x99, 0x92, 0x6b, 0x64, 0xb8, 0x59, 0xb8, 0x2f, 0xde, 0xd2, 0x53, - 0xdc, 0xd4, 0xd1, 0x19, 0xb0, 0x3c, 0x01, 0x62, 0x24, 0x29, 0x86, 0x64, 0xbb, 0x20, 0x73, 0xe3, - 0x44, 0xac, 0x1f, 0x36, 0x97, 0xb7, 0xbd, 0xfc, 0x28, 0xfa, 0x8d, 0x9f, 0x6d, 0x1f, 0xde, 0x9b, - 0x47, 0x18, 0xca, 0x53, 0xeb, 0x3f, 0x2c, 0xdc, 0xfb, 0x2f, 0xd0, 0xd5, 0xb5, 0x5f, 0x7b, 0x79, - 0xed, 0xd7, 0x5e, 0x5d, 0xfb, 0xe8, 0xa7, 0x99, 0x8f, 0x7e, 0x9d, 0xf9, 0xe8, 0xc5, 0xcc, 0x47, - 0x57, 0x33, 0x1f, 0xfd, 0x39, 0xf3, 0xd1, 0x5f, 0x33, 0xbf, 0xf6, 0x6a, 0xe6, 0xa3, 0xe7, 0x37, - 0x7e, 0xed, 0xea, 0xc6, 0xaf, 0xbd, 0xbc, 0xf1, 0x6b, 0x78, 0x97, 0xcb, 0xbb, 0xb5, 0xf4, 0xdf, - 0x3e, 0x29, 0xfe, 0xb7, 0x81, 0x2d, 0x66, 0x80, 0x9e, 0x7e, 0x3c, 0xb9, 0xc5, 0xe6, 0x72, 0xe9, - 0x3f, 0xfc, 0xbc, 0xba, 0xfc, 0xb6, 0xd2, 0x1c, 0xce, 0x89, 0x47, 0x19, 0x5f, 0x74, 0x25, 0x18, - 0x75, 0xff, 0x5e, 0xd9, 0x9d, 0x63, 0xbd, 0xde, 0x51, 0xc6, 0x7b, 0xbd, 0x0a, 0xed, 0xf5, 0x46, - 0xdd, 0xf1, 0x7d, 0xa7, 0xfd, 0xd3, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x2f, 0xc5, 0x15, 0xb4, - 0x78, 0x05, 0x00, 0x00, + // 892 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x55, 0xcf, 0x6f, 0x1b, 0x45, + 0x14, 0xf6, 0xda, 0x6e, 0x1b, 0x4f, 0x70, 0x93, 0x0c, 0x2d, 0x8a, 0x4d, 0xd8, 0x06, 0xab, 0x0a, + 0x41, 0x42, 0x6b, 0x39, 0xbd, 0x20, 0x23, 0x81, 0xe2, 0x82, 0x54, 0x17, 0x52, 0x99, 0x8d, 0x65, + 0xa9, 0x95, 0xd0, 0x6a, 0xbc, 0xf3, 0xea, 0x8c, 0xf6, 0xc7, 0x2c, 0x33, 0xb3, 0x4e, 0x72, 0xe3, + 0xca, 0xad, 0x47, 0x0e, 0xfc, 0x01, 0x88, 0xbf, 0xa4, 0xdc, 0x72, 0xec, 0x0d, 0xe2, 0x5c, 0x10, + 0x17, 0xfa, 0x27, 0xa0, 0x99, 0xfd, 0x11, 0x97, 0xb4, 0xa2, 0xdc, 0x76, 0xde, 0xf7, 0xde, 0x37, + 0xef, 0x7b, 0xef, 0x1b, 0x1b, 0x7d, 0xa4, 0x20, 0x4a, 0xb8, 0x20, 0x61, 0x97, 0x24, 0xac, 0xab, + 0x88, 0x0c, 0xbe, 0x4f, 0x21, 0x85, 0xee, 0xbc, 0xd7, 0x8d, 0x40, 0x4a, 0x32, 0x03, 0x27, 0x11, + 0x5c, 0x71, 0xdc, 0x2a, 0x12, 0x1d, 0x92, 0x30, 0xa7, 0x4c, 0x74, 0xe6, 0xbd, 0xb6, 0x3d, 0xe3, + 0x7c, 0x16, 0x42, 0xd7, 0x24, 0x4e, 0xd3, 0xa7, 0x5d, 0x9a, 0x0a, 0xa2, 0x18, 0x8f, 0xb3, 0xd2, + 0xf6, 0x9d, 0x7f, 0xe3, 0x8a, 0x45, 0x20, 0x15, 0x89, 0x92, 0x3c, 0xe1, 0x0a, 0xc1, 0xb1, 0x20, + 0x49, 0x02, 0x42, 0xe6, 0xf8, 0x87, 0x14, 0x12, 0x88, 0x29, 0xc4, 0x3e, 0x03, 0xd9, 0x9d, 0xf1, + 0x19, 0x37, 0x71, 0xf3, 0x95, 0xa7, 0xec, 0xbc, 0xa2, 0x03, 0xe2, 0x34, 0x92, 0x5a, 0x83, 0xee, + 0xd3, 0xcb, 0x1a, 0x35, 0x79, 0x9d, 0xc7, 0xa8, 0x31, 0x26, 0x32, 0xf8, 0x56, 0x87, 0x30, 0x46, + 0xf5, 0x98, 0x44, 0xb0, 0x69, 0x6d, 0x5b, 0xbb, 0x0d, 0xd7, 0x7c, 0xe3, 0x4f, 0x51, 0x3d, 0x60, + 0x31, 0xdd, 0xac, 0x6e, 0x5b, 0xbb, 0x37, 0xf7, 0xee, 0x3a, 0xaf, 0xc8, 0x36, 0xbc, 0xce, 0xbc, + 0xe7, 0x94, 0x1c, 0x5f, 0xb3, 0x98, 0xba, 0xa6, 0xa2, 0x33, 0x45, 0x1b, 0x65, 0xf8, 0x00, 0x14, + 0xa1, 0x44, 0x11, 0x7c, 0x80, 0x6e, 0x45, 0xe4, 0xc4, 0xd3, 0x7d, 0x48, 0x2f, 0x01, 0xe1, 0x49, + 0xf0, 0x79, 0x4c, 0xcd, 0x95, 0xab, 0x7b, 0x5b, 0x4e, 0xa6, 0xdc, 0x29, 0x94, 0x3b, 0x5f, 0xf2, + 0x74, 0x1a, 0xc2, 0x84, 0x84, 0x29, 0xb8, 0x1b, 0x11, 0x39, 0xd1, 0x8c, 0x72, 0x04, 0xe2, 0xd0, + 0x94, 0x75, 0xfe, 0xb6, 0xd0, 0x5a, 0x79, 0xc9, 0xa1, 0x22, 0x2a, 0x95, 0xf8, 0x13, 0x84, 0xa7, + 0xc4, 0x0f, 0x42, 0x3e, 0xf3, 0x7c, 0x9e, 0xc6, 0xca, 0x3b, 0x62, 0xb1, 0x32, 0x17, 0xd4, 0xdc, + 0xf5, 0x1c, 0xb9, 0xaf, 0x81, 0x07, 0x2c, 0x56, 0xf8, 0x03, 0x84, 0x04, 0x10, 0xea, 0x85, 0x30, + 0x87, 0xd0, 0xa8, 0xac, 0xb9, 0x0d, 0x1d, 0xf9, 0x46, 0x07, 0xf0, 0xfb, 0xa8, 0x41, 0xfc, 0x20, + 0x47, 0x6b, 0x06, 0x5d, 0x21, 0x7e, 0x90, 0x81, 0x3b, 0x68, 0x4d, 0x10, 0x05, 0xcb, 0x3a, 0xea, + 0xdb, 0xd6, 0xae, 0xe5, 0x36, 0x75, 0xb8, 0xec, 0x12, 0x3f, 0x44, 0x4d, 0x33, 0x78, 0x46, 0xbd, + 0x69, 0xc8, 0xfd, 0x60, 0xf3, 0x9a, 0x51, 0xbb, 0xe3, 0xbc, 0xd1, 0x43, 0x66, 0xa0, 0x43, 0x3a, + 0xd0, 0xd9, 0xee, 0xaa, 0xba, 0x3c, 0x74, 0xbe, 0x40, 0xab, 0x4b, 0x18, 0x6e, 0xa1, 0x15, 0xa9, + 0x88, 0x50, 0x1e, 0xa3, 0xb9, 0xc4, 0x1b, 0xe6, 0x3c, 0xa4, 0xf8, 0x36, 0xba, 0x0e, 0x31, 0xd5, + 0x40, 0xa6, 0xea, 0x1a, 0xc4, 0x74, 0x48, 0x3b, 0x13, 0xd4, 0x2e, 0x27, 0x36, 0x22, 0x42, 0x31, + 0xed, 0xcc, 0x72, 0x3f, 0xeb, 0xa8, 0x16, 0xc0, 0x69, 0xee, 0x00, 0xfd, 0xa9, 0x45, 0xf2, 0xe3, + 0x18, 0x84, 0x77, 0xc4, 0xa5, 0xf2, 0x8c, 0x3f, 0xaa, 0x06, 0x6d, 0x9a, 0xf0, 0x03, 0x2e, 0xd5, + 0x23, 0x12, 0x41, 0xe7, 0x67, 0x0b, 0xa1, 0x11, 0x0f, 0x43, 0x10, 0xc3, 0xf8, 0x29, 0xc7, 0x0f, + 0xd1, 0x7a, 0x48, 0xa4, 0xf2, 0x88, 0xef, 0x83, 0x94, 0x9e, 0xb6, 0x78, 0xbe, 0xe4, 0xf6, 0x95, + 0x25, 0x8f, 0x0b, 0xff, 0x0f, 0xea, 0xcf, 0x7e, 0xbf, 0x63, 0xb9, 0x37, 0x75, 0xe5, 0xbe, 0x29, + 0xd4, 0x10, 0x6e, 0xa3, 0x15, 0x46, 0x21, 0x56, 0x4c, 0x9d, 0xe6, 0x77, 0x97, 0xe7, 0xd7, 0xed, + 0xa0, 0xf6, 0x9a, 0x1d, 0x74, 0x7e, 0xb3, 0x50, 0xeb, 0x50, 0x31, 0x3f, 0x38, 0xfd, 0xea, 0x04, + 0xfc, 0x54, 0x8b, 0xde, 0x57, 0x4a, 0xb0, 0x69, 0xaa, 0x40, 0xe2, 0x11, 0xda, 0x38, 0xe6, 0x22, + 0x00, 0xe1, 0x5d, 0xbe, 0x90, 0xbc, 0xdd, 0xbb, 0xff, 0xb1, 0x25, 0x33, 0x48, 0x77, 0x2d, 0x2b, + 0xbf, 0x7c, 0x4b, 0x4f, 0x50, 0x4b, 0xfa, 0x47, 0x40, 0xd3, 0x10, 0x3c, 0xc5, 0xbd, 0x6c, 0x49, + 0x7a, 0x0a, 0x3c, 0x55, 0x46, 0xc4, 0xea, 0x5e, 0xeb, 0xaa, 0xdb, 0xf3, 0x1f, 0x8a, 0x41, 0xfd, + 0x27, 0x3d, 0x87, 0xf7, 0x0a, 0x86, 0x31, 0x3f, 0xd4, 0xf5, 0xe3, 0xac, 0xbc, 0xf3, 0x63, 0x15, + 0x35, 0x27, 0x20, 0x24, 0xe3, 0xf1, 0x90, 0x3e, 0xe2, 0x14, 0xf0, 0xe7, 0xe8, 0xc6, 0x3c, 0x0b, + 0xbc, 0x45, 0xd7, 0x65, 0xa9, 0x5b, 0x14, 0xe1, 0xc7, 0xe8, 0xdd, 0x44, 0xc0, 0x9c, 0xf1, 0x54, + 0x7a, 0x3e, 0x8f, 0x12, 0xa2, 0xd8, 0x34, 0x84, 0xbc, 0xcf, 0xdd, 0xb7, 0xe1, 0xd2, 0x6d, 0xb8, + 0xb8, 0x20, 0xb9, 0x5f, 0x72, 0xe0, 0xef, 0xd0, 0xed, 0x92, 0x9a, 0xc5, 0x4b, 0xe4, 0xb5, 0xff, + 0x49, 0x7e, 0xab, 0xa0, 0x19, 0x2e, 0xb1, 0x74, 0xee, 0xa1, 0x46, 0x99, 0xa6, 0xcd, 0x90, 0xaf, + 0x71, 0x9a, 0xb2, 0x90, 0x16, 0x8f, 0xa2, 0xe1, 0x36, 0xb3, 0xf0, 0x40, 0x47, 0x87, 0x74, 0xf0, + 0xdc, 0x3a, 0x3b, 0xb7, 0x2b, 0x2f, 0xce, 0xed, 0xca, 0xcb, 0x73, 0xdb, 0xfa, 0x61, 0x61, 0x5b, + 0xbf, 0x2c, 0x6c, 0xeb, 0xf9, 0xc2, 0xb6, 0xce, 0x16, 0xb6, 0xf5, 0xc7, 0xc2, 0xb6, 0xfe, 0x5c, + 0xd8, 0x95, 0x97, 0x0b, 0xdb, 0x7a, 0x76, 0x61, 0x57, 0xce, 0x2e, 0xec, 0xca, 0x8b, 0x0b, 0xbb, + 0x82, 0xb6, 0x18, 0x7f, 0x73, 0xb7, 0x83, 0x77, 0x0e, 0xb2, 0x3f, 0x88, 0x91, 0xde, 0xe6, 0xc8, + 0x7a, 0xf2, 0xf1, 0x6c, 0x29, 0x9b, 0xf1, 0x2b, 0x7f, 0x28, 0x9f, 0x95, 0x87, 0x5f, 0xab, 0xad, + 0x71, 0x91, 0xb8, 0x9f, 0xb0, 0x4b, 0x5b, 0x39, 0x93, 0xde, 0x5f, 0xd5, 0xad, 0x02, 0xeb, 0xf7, + 0xf7, 0x13, 0xd6, 0xef, 0x97, 0x68, 0xbf, 0x3f, 0xe9, 0x4d, 0xaf, 0x1b, 0xf3, 0xdc, 0xfb, 0x27, + 0x00, 0x00, 0xff, 0xff, 0x8b, 0x6d, 0xd1, 0xa5, 0xb9, 0x06, 0x00, 0x00, } func (this *TaskQueue) Equal(that interface{}) bool { @@ -718,6 +837,60 @@ func (this *StickyExecutionAttributes) Equal(that interface{}) bool { } return true } +func (this *VersionIdNode) Equal(that interface{}) bool { + if that == nil { + return this == nil + } + + that1, ok := that.(*VersionIdNode) + if !ok { + that2, ok := that.(VersionIdNode) + if ok { + that1 = &that2 + } else { + return false + } + } + if that1 == nil { + return this == nil + } else if this == nil { + return false + } + if !this.Version.Equal(that1.Version) { + return false + } + if !this.PreviousCompatible.Equal(that1.PreviousCompatible) { + return false + } + if !this.PreviousIncompatible.Equal(that1.PreviousIncompatible) { + return false + } + return true +} +func (this *VersionId) Equal(that interface{}) bool { + if that == nil { + return this == nil + } + + that1, ok := that.(*VersionId) + if !ok { + that2, ok := that.(VersionId) + if ok { + that1 = &that2 + } else { + return false + } + } + if that1 == nil { + return this == nil + } else if this == nil { + return false + } + if this.WorkerBuildId != that1.WorkerBuildId { + return false + } + return true +} func (this *TaskQueue) GoString() string { if this == nil { return "nil" @@ -804,6 +977,34 @@ func (this *StickyExecutionAttributes) GoString() string { s = append(s, "}") return strings.Join(s, "") } +func (this *VersionIdNode) GoString() string { + if this == nil { + return "nil" + } + s := make([]string, 0, 7) + s = append(s, "&taskqueue.VersionIdNode{") + if this.Version != nil { + s = append(s, "Version: "+fmt.Sprintf("%#v", this.Version)+",\n") + } + if this.PreviousCompatible != nil { + s = append(s, "PreviousCompatible: "+fmt.Sprintf("%#v", this.PreviousCompatible)+",\n") + } + if this.PreviousIncompatible != nil { + s = append(s, "PreviousIncompatible: "+fmt.Sprintf("%#v", this.PreviousIncompatible)+",\n") + } + s = append(s, "}") + return strings.Join(s, "") +} +func (this *VersionId) GoString() string { + if this == nil { + return "nil" + } + s := make([]string, 0, 5) + s = append(s, "&taskqueue.VersionId{") + s = append(s, "WorkerBuildId: "+fmt.Sprintf("%#v", this.WorkerBuildId)+",\n") + s = append(s, "}") + return strings.Join(s, "") +} func valueToGoStringMessage(v interface{}, typ string) string { rv := reflect.ValueOf(v) if rv.IsNil() { @@ -1099,6 +1300,95 @@ func (m *StickyExecutionAttributes) MarshalToSizedBuffer(dAtA []byte) (int, erro return len(dAtA) - i, nil } +func (m *VersionIdNode) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *VersionIdNode) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *VersionIdNode) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.PreviousIncompatible != nil { + { + size, err := m.PreviousIncompatible.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintMessage(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x1a + } + if m.PreviousCompatible != nil { + { + size, err := m.PreviousCompatible.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintMessage(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x12 + } + if m.Version != nil { + { + size, err := m.Version.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintMessage(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} + +func (m *VersionId) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *VersionId) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *VersionId) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if len(m.WorkerBuildId) > 0 { + i -= len(m.WorkerBuildId) + copy(dAtA[i:], m.WorkerBuildId) + i = encodeVarintMessage(dAtA, i, uint64(len(m.WorkerBuildId))) + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} + func encodeVarintMessage(dAtA []byte, offset int, v uint64) int { offset -= sovMessage(v) base := offset @@ -1233,6 +1523,40 @@ func (m *StickyExecutionAttributes) Size() (n int) { return n } +func (m *VersionIdNode) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.Version != nil { + l = m.Version.Size() + n += 1 + l + sovMessage(uint64(l)) + } + if m.PreviousCompatible != nil { + l = m.PreviousCompatible.Size() + n += 1 + l + sovMessage(uint64(l)) + } + if m.PreviousIncompatible != nil { + l = m.PreviousIncompatible.Size() + n += 1 + l + sovMessage(uint64(l)) + } + return n +} + +func (m *VersionId) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = len(m.WorkerBuildId) + if l > 0 { + n += 1 + l + sovMessage(uint64(l)) + } + return n +} + func sovMessage(x uint64) (n int) { return (math_bits.Len64(x|1) + 6) / 7 } @@ -1319,6 +1643,28 @@ func (this *StickyExecutionAttributes) String() string { }, "") return s } +func (this *VersionIdNode) String() string { + if this == nil { + return "nil" + } + s := strings.Join([]string{`&VersionIdNode{`, + `Version:` + strings.Replace(this.Version.String(), "VersionId", "VersionId", 1) + `,`, + `PreviousCompatible:` + strings.Replace(this.PreviousCompatible.String(), "VersionIdNode", "VersionIdNode", 1) + `,`, + `PreviousIncompatible:` + strings.Replace(this.PreviousIncompatible.String(), "VersionIdNode", "VersionIdNode", 1) + `,`, + `}`, + }, "") + return s +} +func (this *VersionId) String() string { + if this == nil { + return "nil" + } + s := strings.Join([]string{`&VersionId{`, + `WorkerBuildId:` + fmt.Sprintf("%v", this.WorkerBuildId) + `,`, + `}`, + }, "") + return s +} func valueToStringMessage(v interface{}) string { rv := reflect.ValueOf(v) if rv.IsNil() { @@ -2142,6 +2488,252 @@ func (m *StickyExecutionAttributes) Unmarshal(dAtA []byte) error { } return nil } +func (m *VersionIdNode) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowMessage + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: VersionIdNode: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: VersionIdNode: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Version", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowMessage + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthMessage + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMessage + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.Version == nil { + m.Version = &VersionId{} + } + if err := m.Version.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PreviousCompatible", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowMessage + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthMessage + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMessage + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.PreviousCompatible == nil { + m.PreviousCompatible = &VersionIdNode{} + } + if err := m.PreviousCompatible.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 3: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PreviousIncompatible", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowMessage + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthMessage + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMessage + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.PreviousIncompatible == nil { + m.PreviousIncompatible = &VersionIdNode{} + } + if err := m.PreviousIncompatible.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipMessage(dAtA[iNdEx:]) + if err != nil { + return err + } + if skippy < 0 { + return ErrInvalidLengthMessage + } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMessage + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *VersionId) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowMessage + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: VersionId: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: VersionId: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field WorkerBuildId", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowMessage + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthMessage + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMessage + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.WorkerBuildId = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipMessage(dAtA[iNdEx:]) + if err != nil { + return err + } + if skippy < 0 { + return ErrInvalidLengthMessage + } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMessage + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} func skipMessage(dAtA []byte) (n int, err error) { l := len(dAtA) iNdEx := 0 diff --git a/workflowservice/v1/request_response.pb.go b/workflowservice/v1/request_response.pb.go index 96e71064..98c91043 100644 --- a/workflowservice/v1/request_response.pb.go +++ b/workflowservice/v1/request_response.pb.go @@ -6508,6 +6508,251 @@ func (m *ListSchedulesResponse) GetNextPageToken() []byte { return nil } +// (-- api-linter: core::0134::request-mask-required=disabled +// aip.dev/not-precedent: UpdateWorkerBuildIdOrderingRequest doesn't follow Google API format --) +// (-- api-linter: core::0134::request-resource-required=disabled +// aip.dev/not-precedent: UpdateWorkerBuildIdOrderingRequest RPC doesn't follow Google API format. --) +type UpdateWorkerBuildIdOrderingRequest struct { + Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Must be set, the task queue to apply changes to. Because all workers on + // a given task queue must have the same set of workflow & activity + // implementations, there is no reason to specify a task queue type here. + TaskQueue string `protobuf:"bytes,2,opt,name=task_queue,json=taskQueue,proto3" json:"task_queue,omitempty"` + // The version id we are targeting. + VersionId *v14.VersionId `protobuf:"bytes,3,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"` + // When set, indicates that the `version_id` in this message is compatible + // with the one specified in this field. Because compatability should form + // a DAG, any build id can only be the "next compatible" version for one + // other ID of a certain type at a time, and any setting which would create a cycle is invalid. + PreviousCompatible *v14.VersionId `protobuf:"bytes,4,opt,name=previous_compatible,json=previousCompatible,proto3" json:"previous_compatible,omitempty"` + // When set, establishes the specified `version_id` as the default of it's type + // for the queue. Workers matching it will begin processing new workflow executions. + // The existing default will be marked as a previous incompatible version + // to this one, assuming it is not also in `is_compatible_with`. + BecomeDefault bool `protobuf:"varint,5,opt,name=become_default,json=becomeDefault,proto3" json:"become_default,omitempty"` +} + +func (m *UpdateWorkerBuildIdOrderingRequest) Reset() { *m = UpdateWorkerBuildIdOrderingRequest{} } +func (*UpdateWorkerBuildIdOrderingRequest) ProtoMessage() {} +func (*UpdateWorkerBuildIdOrderingRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_2c30b34f996ae016, []int{94} +} +func (m *UpdateWorkerBuildIdOrderingRequest) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *UpdateWorkerBuildIdOrderingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_UpdateWorkerBuildIdOrderingRequest.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *UpdateWorkerBuildIdOrderingRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_UpdateWorkerBuildIdOrderingRequest.Merge(m, src) +} +func (m *UpdateWorkerBuildIdOrderingRequest) XXX_Size() int { + return m.Size() +} +func (m *UpdateWorkerBuildIdOrderingRequest) XXX_DiscardUnknown() { + xxx_messageInfo_UpdateWorkerBuildIdOrderingRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_UpdateWorkerBuildIdOrderingRequest proto.InternalMessageInfo + +func (m *UpdateWorkerBuildIdOrderingRequest) GetNamespace() string { + if m != nil { + return m.Namespace + } + return "" +} + +func (m *UpdateWorkerBuildIdOrderingRequest) GetTaskQueue() string { + if m != nil { + return m.TaskQueue + } + return "" +} + +func (m *UpdateWorkerBuildIdOrderingRequest) GetVersionId() *v14.VersionId { + if m != nil { + return m.VersionId + } + return nil +} + +func (m *UpdateWorkerBuildIdOrderingRequest) GetPreviousCompatible() *v14.VersionId { + if m != nil { + return m.PreviousCompatible + } + return nil +} + +func (m *UpdateWorkerBuildIdOrderingRequest) GetBecomeDefault() bool { + if m != nil { + return m.BecomeDefault + } + return false +} + +type UpdateWorkerBuildIdOrderingResponse struct { +} + +func (m *UpdateWorkerBuildIdOrderingResponse) Reset() { *m = UpdateWorkerBuildIdOrderingResponse{} } +func (*UpdateWorkerBuildIdOrderingResponse) ProtoMessage() {} +func (*UpdateWorkerBuildIdOrderingResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_2c30b34f996ae016, []int{95} +} +func (m *UpdateWorkerBuildIdOrderingResponse) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *UpdateWorkerBuildIdOrderingResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_UpdateWorkerBuildIdOrderingResponse.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *UpdateWorkerBuildIdOrderingResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_UpdateWorkerBuildIdOrderingResponse.Merge(m, src) +} +func (m *UpdateWorkerBuildIdOrderingResponse) XXX_Size() int { + return m.Size() +} +func (m *UpdateWorkerBuildIdOrderingResponse) XXX_DiscardUnknown() { + xxx_messageInfo_UpdateWorkerBuildIdOrderingResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_UpdateWorkerBuildIdOrderingResponse proto.InternalMessageInfo + +// (-- api-linter: core::0134::request-resource-required=disabled +// aip.dev/not-precedent: GetWorkerBuildIdOrderingRequest RPC doesn't follow Google API format. --) +type GetWorkerBuildIdOrderingRequest struct { + Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Must be set, the task queue to interrogate about worker id ordering + TaskQueue string `protobuf:"bytes,2,opt,name=task_queue,json=taskQueue,proto3" json:"task_queue,omitempty"` + // Limits how deep the returned DAG will go. 1 will return only the + // default build id. A default/0 value will return the entire graph. + MaxDepth int32 `protobuf:"varint,3,opt,name=max_depth,json=maxDepth,proto3" json:"max_depth,omitempty"` +} + +func (m *GetWorkerBuildIdOrderingRequest) Reset() { *m = GetWorkerBuildIdOrderingRequest{} } +func (*GetWorkerBuildIdOrderingRequest) ProtoMessage() {} +func (*GetWorkerBuildIdOrderingRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_2c30b34f996ae016, []int{96} +} +func (m *GetWorkerBuildIdOrderingRequest) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *GetWorkerBuildIdOrderingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_GetWorkerBuildIdOrderingRequest.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *GetWorkerBuildIdOrderingRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetWorkerBuildIdOrderingRequest.Merge(m, src) +} +func (m *GetWorkerBuildIdOrderingRequest) XXX_Size() int { + return m.Size() +} +func (m *GetWorkerBuildIdOrderingRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetWorkerBuildIdOrderingRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetWorkerBuildIdOrderingRequest proto.InternalMessageInfo + +func (m *GetWorkerBuildIdOrderingRequest) GetNamespace() string { + if m != nil { + return m.Namespace + } + return "" +} + +func (m *GetWorkerBuildIdOrderingRequest) GetTaskQueue() string { + if m != nil { + return m.TaskQueue + } + return "" +} + +func (m *GetWorkerBuildIdOrderingRequest) GetMaxDepth() int32 { + if m != nil { + return m.MaxDepth + } + return 0 +} + +type GetWorkerBuildIdOrderingResponse struct { + // The currently established default version + CurrentDefault *v14.VersionIdNode `protobuf:"bytes,1,opt,name=current_default,json=currentDefault,proto3" json:"current_default,omitempty"` + // Other current latest-compatible versions who are not the overall default. These are the + // versions that will be used when generating new tasks by following the graph from the + // version of the last task out to a leaf. + CompatibleLeaves []*v14.VersionIdNode `protobuf:"bytes,2,rep,name=compatible_leaves,json=compatibleLeaves,proto3" json:"compatible_leaves,omitempty"` +} + +func (m *GetWorkerBuildIdOrderingResponse) Reset() { *m = GetWorkerBuildIdOrderingResponse{} } +func (*GetWorkerBuildIdOrderingResponse) ProtoMessage() {} +func (*GetWorkerBuildIdOrderingResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_2c30b34f996ae016, []int{97} +} +func (m *GetWorkerBuildIdOrderingResponse) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *GetWorkerBuildIdOrderingResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_GetWorkerBuildIdOrderingResponse.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *GetWorkerBuildIdOrderingResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetWorkerBuildIdOrderingResponse.Merge(m, src) +} +func (m *GetWorkerBuildIdOrderingResponse) XXX_Size() int { + return m.Size() +} +func (m *GetWorkerBuildIdOrderingResponse) XXX_DiscardUnknown() { + xxx_messageInfo_GetWorkerBuildIdOrderingResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_GetWorkerBuildIdOrderingResponse proto.InternalMessageInfo + +func (m *GetWorkerBuildIdOrderingResponse) GetCurrentDefault() *v14.VersionIdNode { + if m != nil { + return m.CurrentDefault + } + return nil +} + +func (m *GetWorkerBuildIdOrderingResponse) GetCompatibleLeaves() []*v14.VersionIdNode { + if m != nil { + return m.CompatibleLeaves + } + return nil +} + func init() { proto.RegisterType((*RegisterNamespaceRequest)(nil), "temporal.api.workflowservice.v1.RegisterNamespaceRequest") proto.RegisterMapType((map[string]string)(nil), "temporal.api.workflowservice.v1.RegisterNamespaceRequest.DataEntry") @@ -6609,6 +6854,10 @@ func init() { proto.RegisterType((*DeleteScheduleResponse)(nil), "temporal.api.workflowservice.v1.DeleteScheduleResponse") proto.RegisterType((*ListSchedulesRequest)(nil), "temporal.api.workflowservice.v1.ListSchedulesRequest") proto.RegisterType((*ListSchedulesResponse)(nil), "temporal.api.workflowservice.v1.ListSchedulesResponse") + proto.RegisterType((*UpdateWorkerBuildIdOrderingRequest)(nil), "temporal.api.workflowservice.v1.UpdateWorkerBuildIdOrderingRequest") + proto.RegisterType((*UpdateWorkerBuildIdOrderingResponse)(nil), "temporal.api.workflowservice.v1.UpdateWorkerBuildIdOrderingResponse") + proto.RegisterType((*GetWorkerBuildIdOrderingRequest)(nil), "temporal.api.workflowservice.v1.GetWorkerBuildIdOrderingRequest") + proto.RegisterType((*GetWorkerBuildIdOrderingResponse)(nil), "temporal.api.workflowservice.v1.GetWorkerBuildIdOrderingResponse") } func init() { @@ -6616,312 +6865,323 @@ func init() { } var fileDescriptor_2c30b34f996ae016 = []byte{ - // 4866 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x3c, 0x4b, 0x6c, 0x1c, 0x47, - 0x76, 0xea, 0xf9, 0x90, 0x33, 0x6f, 0x86, 0xbf, 0x16, 0x49, 0x8d, 0x28, 0x69, 0x48, 0xb5, 0x3e, - 0xa6, 0xfc, 0x19, 0xad, 0xe4, 0xd8, 0xda, 0xe5, 0x7e, 0xbc, 0x22, 0x65, 0x49, 0x8c, 0x2d, 0x9b, - 0x6e, 0x52, 0xf2, 0xc2, 0x70, 0xd2, 0x6e, 0x76, 0x17, 0xc9, 0x0a, 0x67, 0xba, 0x47, 0xdd, 0x3d, - 0xa4, 0xe9, 0x5c, 0x02, 0x24, 0xc8, 0x26, 0xb9, 0xac, 0x81, 0xec, 0x61, 0x17, 0xd8, 0x7c, 0x0f, - 0xc9, 0x26, 0x97, 0x20, 0xd8, 0x1c, 0x92, 0x5b, 0x4e, 0x8b, 0x5c, 0x82, 0xf8, 0xb8, 0x40, 0x0e, - 0x1b, 0xcb, 0x40, 0xb2, 0xc8, 0x21, 0xf0, 0x26, 0x40, 0x12, 0x20, 0xc8, 0x07, 0xf5, 0xeb, 0xae, - 0xfe, 0xcc, 0x8f, 0xe4, 0x46, 0xdc, 0x85, 0x6f, 0xd3, 0xaf, 0xde, 0x7b, 0xf5, 0xea, 0xbd, 0x57, - 0xaf, 0x5e, 0x55, 0xbd, 0x1a, 0x78, 0x39, 0x40, 0xad, 0xb6, 0xeb, 0x99, 0xcd, 0xeb, 0x66, 0x1b, - 0x5f, 0xdf, 0x77, 0xbd, 0xdd, 0xad, 0xa6, 0xbb, 0xef, 0x23, 0x6f, 0x0f, 0x5b, 0xe8, 0xfa, 0xde, - 0x8d, 0xeb, 0x1e, 0x7a, 0xdc, 0x41, 0x7e, 0x60, 0x78, 0xc8, 0x6f, 0xbb, 0x8e, 0x8f, 0x1a, 0x6d, - 0xcf, 0x0d, 0x5c, 0x75, 0x5e, 0xd0, 0x35, 0xcc, 0x36, 0x6e, 0x24, 0xe8, 0x1a, 0x7b, 0x37, 0xe6, - 0x2e, 0xc7, 0x18, 0x23, 0xa7, 0xd3, 0xf2, 0x09, 0x3b, 0x81, 0xc9, 0xd8, 0xcc, 0x5d, 0xc9, 0xc6, - 0x72, 0xcc, 0x16, 0xf2, 0xdb, 0xa6, 0xc5, 0x7b, 0x9b, 0x5b, 0xcc, 0x46, 0xdb, 0x32, 0x71, 0x13, - 0xd9, 0x86, 0x65, 0x76, 0x84, 0x5c, 0x73, 0x5a, 0x36, 0xa6, 0xe5, 0xb6, 0x5a, 0xae, 0xc3, 0x71, - 0x2e, 0x66, 0xe3, 0x3c, 0xee, 0x20, 0xef, 0xa0, 0x37, 0x8a, 0x87, 0x7c, 0x14, 0x70, 0x94, 0xab, - 0xd9, 0x28, 0x81, 0xe9, 0xef, 0x1a, 0x8f, 0x3b, 0xa8, 0x23, 0x24, 0x8a, 0x2b, 0x82, 0x09, 0x42, - 0x10, 0x5b, 0xc8, 0xf7, 0xcd, 0x6d, 0x94, 0xa9, 0x88, 0x1d, 0xec, 0x07, 0xae, 0x77, 0x90, 0x46, - 0xbb, 0x9a, 0x69, 0xae, 0x7e, 0xec, 0x48, 0xa7, 0xa6, 0x63, 0xf7, 0x43, 0x23, 0xea, 0xec, 0x78, - 0x28, 0x8d, 0x16, 0x1f, 0xc2, 0x16, 0x6e, 0x06, 0xc8, 0x4b, 0x63, 0x3d, 0x13, 0xc3, 0x0a, 0x4d, - 0x98, 0x46, 0xbc, 0x14, 0x43, 0xa4, 0x6a, 0x4f, 0x23, 0x5d, 0x8b, 0x21, 0x79, 0xa8, 0xdd, 0xc4, - 0x96, 0x19, 0xe0, 0x2c, 0xdd, 0xc5, 0x95, 0xe2, 0x5b, 0x3b, 0xc8, 0xee, 0x34, 0x51, 0x3f, 0x01, - 0x89, 0xa1, 0xa8, 0x9d, 0xfa, 0xa9, 0x65, 0x0f, 0x79, 0x7e, 0x66, 0xbf, 0xf5, 0x6d, 0xd7, 0xdd, - 0x6e, 0xa2, 0xeb, 0xf4, 0x6b, 0xb3, 0xb3, 0x75, 0xdd, 0xee, 0x78, 0x54, 0x44, 0xde, 0x3e, 0x9f, - 0x6c, 0x0f, 0x70, 0x0b, 0xf9, 0x81, 0xd9, 0x6a, 0x0b, 0x2f, 0xb3, 0x51, 0x1b, 0x39, 0x36, 0x72, - 0x2c, 0x8c, 0xfc, 0xeb, 0xdb, 0xee, 0xb6, 0x4b, 0xe1, 0xf4, 0x17, 0x43, 0xd1, 0xfe, 0x77, 0x04, - 0x6a, 0x3a, 0xda, 0xc6, 0x7e, 0x80, 0xbc, 0x37, 0x84, 0x4a, 0x75, 0x36, 0x27, 0xd5, 0xf3, 0x50, - 0x0e, 0xd5, 0x5c, 0x53, 0x16, 0x94, 0xc5, 0xb2, 0x1e, 0x01, 0xd4, 0x05, 0xa8, 0xd8, 0xc8, 0xb7, - 0x3c, 0xdc, 0x26, 0x32, 0xd5, 0x72, 0xb4, 0x5d, 0x06, 0xa9, 0xf3, 0x50, 0x71, 0xf7, 0x1d, 0xe4, - 0x19, 0xa8, 0x65, 0xe2, 0x66, 0x2d, 0x4f, 0x31, 0x80, 0x82, 0x5e, 0x25, 0x10, 0xd5, 0x81, 0x4b, - 0xc2, 0xc7, 0x0c, 0xf4, 0x3e, 0xb2, 0x3a, 0x84, 0xcc, 0xf0, 0x50, 0x80, 0x1c, 0xfa, 0xab, 0x8d, - 0x3c, 0xec, 0xda, 0xb5, 0xc2, 0x82, 0xb2, 0x58, 0xb9, 0x79, 0xb6, 0xc1, 0xc6, 0xdb, 0x10, 0xe3, - 0x6d, 0xdc, 0xe1, 0xfa, 0x58, 0x2e, 0x7c, 0xeb, 0x87, 0xf3, 0x8a, 0xbe, 0x20, 0x78, 0xbd, 0x2a, - 0x58, 0xe9, 0x82, 0xd3, 0x1a, 0x65, 0xa4, 0xbe, 0x05, 0x25, 0xab, 0xd9, 0x21, 0x63, 0xf5, 0x6b, - 0xc5, 0x85, 0xfc, 0x62, 0xe5, 0xe6, 0x4b, 0x8d, 0x58, 0xa0, 0x91, 0xfc, 0xa0, 0xb1, 0x77, 0xa3, - 0xb1, 0xc2, 0x90, 0xf5, 0x08, 0xba, 0xe2, 0x3a, 0x5b, 0x78, 0x5b, 0x0f, 0xd9, 0xa8, 0x0d, 0x38, - 0x6d, 0x5a, 0x01, 0xde, 0x43, 0x06, 0x07, 0x19, 0x44, 0x43, 0xb5, 0x11, 0x3a, 0xd6, 0x29, 0xd6, - 0xc4, 0xd9, 0x10, 0xfd, 0xaa, 0x6f, 0x43, 0xc1, 0x36, 0x03, 0xb3, 0x36, 0x4a, 0xbb, 0x5f, 0x69, - 0xf4, 0x89, 0x73, 0x8d, 0x6e, 0xc6, 0x69, 0xdc, 0x31, 0x03, 0xf3, 0x55, 0x27, 0xf0, 0x0e, 0x74, - 0xca, 0x50, 0xbd, 0x02, 0xe3, 0x3e, 0xb2, 0x3a, 0x1e, 0x0e, 0x0e, 0x8c, 0xc0, 0xdd, 0x45, 0x4e, - 0xad, 0x44, 0x65, 0x18, 0x13, 0xd0, 0x0d, 0x02, 0x24, 0xf2, 0x62, 0xdf, 0xd8, 0x6e, 0xba, 0x9b, - 0x66, 0xd3, 0x88, 0xac, 0x5b, 0x5e, 0x50, 0x16, 0x4b, 0xfa, 0x14, 0xf6, 0xef, 0xd1, 0x96, 0xb0, - 0x37, 0xf5, 0x1d, 0x98, 0xe5, 0xd1, 0xc2, 0x30, 0x3d, 0x6b, 0x07, 0xef, 0x99, 0x4d, 0xc3, 0x0f, - 0xcc, 0x00, 0xd5, 0x60, 0x41, 0x59, 0x1c, 0xbf, 0x79, 0x39, 0x3e, 0x02, 0x1a, 0xa7, 0x88, 0xdc, - 0xb7, 0x39, 0xf2, 0x3a, 0xc1, 0xd5, 0xa7, 0x39, 0x8f, 0x18, 0x54, 0xfd, 0x1c, 0x4c, 0xa7, 0x78, - 0x77, 0x3c, 0x5c, 0xab, 0x50, 0xc1, 0xd5, 0x04, 0xcd, 0x43, 0x0f, 0xab, 0xef, 0xc1, 0xd9, 0x3d, - 0xec, 0xe3, 0x4d, 0xdc, 0x24, 0xc3, 0x4c, 0x08, 0x54, 0x1d, 0x42, 0xa0, 0x33, 0x11, 0x9b, 0xb8, - 0x4c, 0x2f, 0xc3, 0x99, 0xac, 0x1e, 0x88, 0x58, 0x63, 0x54, 0xac, 0x99, 0x34, 0xe5, 0x43, 0x0f, - 0xcf, 0xdd, 0x82, 0x72, 0x68, 0x11, 0x75, 0x12, 0xf2, 0xbb, 0xe8, 0x80, 0x4f, 0x19, 0xf2, 0x53, - 0x9d, 0x86, 0xe2, 0x9e, 0xd9, 0xec, 0x20, 0x3e, 0x4d, 0xd8, 0xc7, 0x52, 0xee, 0xf3, 0x8a, 0x76, - 0x0e, 0xce, 0x66, 0xd8, 0x98, 0x2d, 0x86, 0xda, 0xf7, 0x14, 0x98, 0x79, 0x1d, 0xfb, 0x41, 0xd8, - 0xe2, 0x8b, 0xb9, 0x79, 0x0e, 0xca, 0x6d, 0x73, 0x1b, 0x19, 0x3e, 0xfe, 0x80, 0xcd, 0xcd, 0xa2, - 0x5e, 0x22, 0x80, 0x75, 0xfc, 0x01, 0x52, 0xaf, 0xc2, 0x84, 0x83, 0xde, 0x0f, 0x0c, 0x8a, 0xc1, - 0x9c, 0x81, 0xf4, 0x5b, 0xd5, 0xc7, 0x08, 0x78, 0xcd, 0xdc, 0x46, 0xcc, 0x19, 0x1e, 0xc2, 0x64, - 0xe8, 0x02, 0x06, 0x8b, 0xbb, 0x74, 0x96, 0x56, 0x6e, 0x3e, 0x1b, 0xd7, 0x62, 0xb4, 0x60, 0xee, - 0xdd, 0x68, 0x84, 0xc2, 0xdc, 0xa5, 0x14, 0xfa, 0x84, 0x13, 0x07, 0x68, 0xdf, 0x51, 0x60, 0x36, - 0x29, 0x35, 0x1b, 0x90, 0xfa, 0x0e, 0x40, 0x88, 0xed, 0xd7, 0x14, 0x3a, 0x09, 0x96, 0xfa, 0x4e, - 0x82, 0x3b, 0x34, 0xa8, 0x6c, 0xa2, 0x94, 0x82, 0x74, 0x89, 0xdb, 0xa0, 0xa3, 0xd6, 0xee, 0x43, - 0x2d, 0x83, 0xe1, 0x20, 0x21, 0x6f, 0x1c, 0x72, 0xd8, 0xe6, 0x26, 0xcc, 0x61, 0x5b, 0xfb, 0xb7, - 0x1c, 0x9c, 0xed, 0x2a, 0x9b, 0xfa, 0x26, 0x8c, 0x47, 0xda, 0xc5, 0xce, 0x96, 0x4b, 0x19, 0x56, - 0x6e, 0x2e, 0x0e, 0xa2, 0xdb, 0x55, 0x67, 0xcb, 0xd5, 0xc7, 0x1c, 0xf9, 0x53, 0x5d, 0x86, 0x11, - 0x8b, 0xc6, 0x1f, 0x2a, 0xc2, 0x80, 0x46, 0xe2, 0x11, 0x8b, 0x53, 0xaa, 0x5b, 0xa0, 0x4a, 0x41, - 0xce, 0xe0, 0xfc, 0x98, 0xd1, 0x6f, 0xf5, 0x0c, 0x86, 0xd2, 0x00, 0x93, 0xe1, 0x70, 0xca, 0x4b, - 0x82, 0xd4, 0x6b, 0x30, 0x49, 0xd6, 0x7b, 0x77, 0x0f, 0x79, 0x06, 0x5f, 0xe1, 0x68, 0x1c, 0xcf, - 0xeb, 0x13, 0x02, 0xfe, 0x88, 0x81, 0xbb, 0x85, 0xa4, 0x62, 0x97, 0x90, 0xa4, 0x7d, 0x2f, 0x0f, - 0xb3, 0x0f, 0xdb, 0xb6, 0x19, 0x0c, 0x6b, 0xbe, 0x37, 0xa1, 0xd2, 0xa1, 0x74, 0xcc, 0x1a, 0x4c, - 0x89, 0x8d, 0x1e, 0x4a, 0x4c, 0xf4, 0x42, 0x6d, 0x02, 0x8c, 0x45, 0xc2, 0x20, 0xf9, 0x63, 0x36, - 0x48, 0xe1, 0xd8, 0x0d, 0x92, 0x5e, 0x1f, 0x8a, 0x59, 0xeb, 0xc3, 0xb3, 0x30, 0x65, 0xa3, 0x26, - 0x0a, 0x90, 0xb1, 0x69, 0xda, 0xc6, 0x26, 0x76, 0x4c, 0xef, 0x80, 0xaf, 0x66, 0x13, 0xac, 0x61, - 0xd9, 0xb4, 0x97, 0x29, 0x58, 0x7d, 0x0e, 0xa6, 0xda, 0x9e, 0xdb, 0x72, 0x03, 0x24, 0x99, 0x6d, - 0x94, 0x9a, 0x6d, 0x92, 0x37, 0x44, 0x56, 0xfb, 0x71, 0x0e, 0xce, 0xa4, 0xac, 0xf6, 0xd9, 0x4c, - 0xf9, 0x89, 0xce, 0x94, 0xf7, 0x48, 0x78, 0x6a, 0x7b, 0xc8, 0x1a, 0x7e, 0xae, 0xa4, 0xdd, 0x25, - 0x97, 0xe1, 0x2e, 0xda, 0x79, 0x98, 0xcb, 0xea, 0x81, 0x2f, 0x5f, 0xff, 0x3d, 0x0a, 0x17, 0xd6, - 0x03, 0xd3, 0x0b, 0xde, 0x4e, 0x67, 0x66, 0x83, 0x08, 0x31, 0x0f, 0x95, 0x30, 0x3f, 0x0c, 0x03, - 0x2f, 0x08, 0xd0, 0xaa, 0xad, 0xae, 0xc2, 0x58, 0x88, 0x10, 0x1c, 0xb4, 0x11, 0x37, 0x4f, 0x22, - 0x07, 0xe0, 0xbb, 0xb3, 0xbd, 0x1b, 0x0d, 0x21, 0xc7, 0xc6, 0x41, 0x1b, 0xe9, 0xd5, 0x7d, 0xe9, - 0x4b, 0x5d, 0x01, 0x88, 0xf6, 0x56, 0x7c, 0xfe, 0x25, 0xf8, 0x84, 0x29, 0x3d, 0x61, 0xb5, 0x61, - 0xfa, 0xbb, 0x6f, 0x91, 0x0f, 0xbd, 0x1c, 0x88, 0x9f, 0xea, 0xcb, 0x50, 0xc4, 0x4e, 0xbb, 0x13, - 0x50, 0x93, 0x54, 0x6e, 0x2e, 0x74, 0x93, 0x63, 0xcd, 0x3c, 0x68, 0xba, 0xa6, 0xed, 0xeb, 0x0c, - 0x5d, 0xfd, 0x05, 0x98, 0xcb, 0x48, 0x84, 0x49, 0x3e, 0xef, 0x76, 0x02, 0x3a, 0xfd, 0x06, 0xc8, - 0x7f, 0x6b, 0xa9, 0xfc, 0x77, 0x83, 0x31, 0x50, 0xdf, 0x82, 0xe9, 0x90, 0xbd, 0xd7, 0x89, 0x18, - 0x8f, 0x0e, 0xc6, 0x58, 0x15, 0xc4, 0x7a, 0x27, 0x64, 0xb9, 0x0e, 0x33, 0x91, 0xe6, 0x89, 0xde, - 0x04, 0xcf, 0xd2, 0x60, 0x3c, 0x4f, 0x87, 0xca, 0x37, 0xfd, 0x5d, 0xc1, 0x74, 0x0e, 0x4a, 0xd8, - 0x26, 0x19, 0x7b, 0x70, 0x40, 0x33, 0xd2, 0xb2, 0x1e, 0x7e, 0xab, 0x17, 0x00, 0xc4, 0x59, 0x01, - 0xb6, 0x69, 0xf2, 0x59, 0xd6, 0xcb, 0x1c, 0xb2, 0x6a, 0xab, 0x08, 0x6a, 0x92, 0xab, 0x18, 0x1e, - 0xea, 0xf8, 0xc8, 0x68, 0xbb, 0x4d, 0x6c, 0x1d, 0xd0, 0x7c, 0x72, 0xfc, 0xe6, 0xf3, 0x5d, 0x12, - 0xc3, 0xb7, 0x43, 0x77, 0xd2, 0x09, 0xd1, 0x1a, 0xa5, 0xd1, 0x67, 0xf6, 0xb3, 0xc0, 0xea, 0x5d, - 0xa8, 0x7a, 0x28, 0xf0, 0x0e, 0x04, 0xeb, 0x2a, 0x1d, 0xed, 0xa5, 0x6e, 0x76, 0xd6, 0x09, 0x2e, - 0xe7, 0x58, 0xf1, 0xa2, 0x0f, 0xf5, 0x12, 0x8c, 0x59, 0x9e, 0xeb, 0x18, 0x62, 0x37, 0xc9, 0x93, - 0xcb, 0x2a, 0x01, 0xae, 0x73, 0x98, 0xfa, 0x39, 0x28, 0xb4, 0x50, 0xcb, 0xad, 0x8d, 0xd3, 0x4e, - 0xce, 0x77, 0xeb, 0xe4, 0x01, 0x6a, 0xb9, 0x3a, 0xc5, 0x54, 0x1f, 0xc2, 0x94, 0x8f, 0x48, 0xd2, - 0x6a, 0x98, 0x41, 0xe0, 0xe1, 0xcd, 0x4e, 0x80, 0xfc, 0xda, 0x44, 0x56, 0x2c, 0x8d, 0xc8, 0xd7, - 0x29, 0xc1, 0xed, 0x10, 0x5f, 0x9f, 0xf4, 0x13, 0x10, 0xf5, 0x65, 0x18, 0xd9, 0x41, 0xa6, 0x8d, - 0xbc, 0xda, 0x24, 0xe5, 0x55, 0xef, 0xc6, 0xeb, 0x3e, 0xc5, 0xd2, 0x39, 0xb6, 0x76, 0x0b, 0xea, - 0xdd, 0xa6, 0x3f, 0x8f, 0xfc, 0x33, 0x30, 0x42, 0x1c, 0x12, 0xdb, 0x7c, 0xf2, 0x17, 0xbd, 0x8e, - 0xb3, 0x6a, 0x6b, 0xdf, 0xcc, 0x83, 0x76, 0x0f, 0xa5, 0xe9, 0xee, 0xb3, 0x2d, 0xc1, 0x60, 0xd1, - 0xe3, 0x1e, 0x94, 0xc3, 0xb9, 0xc4, 0xd7, 0x81, 0x6b, 0xfd, 0x02, 0x43, 0x24, 0x61, 0x44, 0x4b, - 0xd6, 0xc4, 0x96, 0xf9, 0x3e, 0x6e, 0x75, 0x5a, 0x46, 0x94, 0x73, 0xe7, 0x69, 0xce, 0x3d, 0xc1, - 0x1b, 0xd6, 0x7a, 0xa4, 0xde, 0x85, 0xac, 0xd4, 0xfb, 0x32, 0x8c, 0xef, 0x9b, 0x38, 0x30, 0x1c, - 0xb4, 0x6f, 0xa0, 0x3d, 0xe4, 0x04, 0x3c, 0x8a, 0x57, 0x09, 0xf4, 0x0d, 0xb4, 0xff, 0x2a, 0x81, - 0xa9, 0x3b, 0x70, 0x56, 0xec, 0x90, 0x28, 0x12, 0x4f, 0xd2, 0x59, 0xac, 0x1b, 0xa1, 0x6e, 0xfd, - 0x42, 0x17, 0xb7, 0xe6, 0xaa, 0xa2, 0x7c, 0x58, 0x5e, 0x4e, 0x83, 0x9e, 0xd8, 0xcd, 0x25, 0xe0, - 0xc4, 0x21, 0xfd, 0x5d, 0xdc, 0x0e, 0x77, 0x3c, 0x7c, 0x1d, 0xaf, 0x12, 0xa0, 0xd8, 0xe7, 0x68, - 0x3f, 0x52, 0xe0, 0x52, 0x4f, 0xb3, 0x70, 0xab, 0x2e, 0xc1, 0x28, 0xef, 0x86, 0x2f, 0xe4, 0x89, - 0x40, 0xc8, 0x1b, 0x25, 0x31, 0x75, 0x41, 0xa0, 0xde, 0x86, 0x8a, 0x67, 0xee, 0x1b, 0x82, 0x3e, - 0x47, 0xb7, 0x08, 0x5d, 0x03, 0x29, 0xd9, 0x73, 0x2d, 0x37, 0xdd, 0x4d, 0x1d, 0x3c, 0x73, 0x9f, - 0xf3, 0xca, 0xb2, 0x41, 0x3e, 0xcb, 0x06, 0x73, 0x50, 0x62, 0xc3, 0x45, 0xec, 0x8c, 0xa1, 0xa4, - 0x87, 0xdf, 0xda, 0x3f, 0x2a, 0x70, 0xad, 0xe7, 0x50, 0xc9, 0x52, 0x8d, 0x7e, 0xfa, 0x1d, 0x51, - 0xfb, 0x50, 0x81, 0x67, 0x07, 0x19, 0xe8, 0x31, 0x98, 0x76, 0x40, 0xbb, 0x68, 0xdf, 0x57, 0xe0, - 0xfc, 0x9a, 0xdb, 0x6c, 0xbe, 0x2d, 0x2d, 0x11, 0x6c, 0xa9, 0x1d, 0x48, 0xdd, 0xf1, 0x95, 0x3c, - 0x77, 0xb8, 0x95, 0x5c, 0x5e, 0x8a, 0xf2, 0x89, 0xa5, 0xe8, 0x19, 0x98, 0x60, 0x89, 0xb1, 0x61, - 0xed, 0x20, 0x6b, 0xd7, 0xef, 0xb4, 0xa8, 0x6a, 0xcb, 0xfa, 0x38, 0x03, 0xaf, 0x70, 0xa8, 0xf6, - 0xe9, 0x28, 0x5c, 0xe8, 0x32, 0x10, 0xae, 0xce, 0x0b, 0x5c, 0x56, 0xa6, 0x0d, 0x85, 0x6a, 0x83, - 0x4a, 0xc1, 0x3c, 0xf4, 0x6b, 0xa0, 0xa6, 0xf3, 0x82, 0xe1, 0x5d, 0x68, 0x2a, 0x95, 0x19, 0x1c, - 0x67, 0xe6, 0xf4, 0x05, 0x38, 0xdb, 0xf6, 0xd0, 0x1e, 0x76, 0x3b, 0xbe, 0xe1, 0x93, 0x70, 0x8f, - 0x6c, 0x1e, 0xad, 0xb0, 0xcd, 0x33, 0xd9, 0x59, 0x81, 0xb0, 0xce, 0xda, 0x69, 0xf4, 0x59, 0xb5, - 0xd5, 0x45, 0x98, 0x4c, 0x51, 0x14, 0x29, 0xc5, 0xb8, 0x1f, 0xc7, 0xac, 0xc1, 0xa8, 0x19, 0x10, - 0xd9, 0x58, 0x3a, 0x54, 0xd4, 0xc5, 0xa7, 0xfa, 0x3c, 0xa8, 0x9b, 0xa6, 0xb5, 0xdb, 0x74, 0xb7, - 0x0d, 0xcb, 0xed, 0x38, 0x81, 0xb1, 0x83, 0x1d, 0x96, 0xda, 0xe4, 0xf5, 0x49, 0xde, 0xb2, 0x42, - 0x1a, 0xee, 0x63, 0x27, 0x90, 0xfd, 0xb7, 0x74, 0x0c, 0xfe, 0x5b, 0xce, 0x8a, 0x2b, 0x4b, 0x50, - 0xa4, 0xa7, 0xce, 0x34, 0x4b, 0x49, 0xe9, 0x94, 0xdd, 0x03, 0x48, 0x2a, 0x7d, 0x8b, 0x00, 0x74, - 0x46, 0xa2, 0x6e, 0xc3, 0x85, 0xac, 0x4c, 0x30, 0xf2, 0xe7, 0xca, 0x10, 0xfe, 0x3c, 0x97, 0xce, - 0x08, 0x43, 0x07, 0xbf, 0x07, 0xe3, 0x22, 0xf9, 0xb0, 0x69, 0xf2, 0xc6, 0x73, 0x99, 0xb9, 0x54, - 0xe6, 0xb6, 0x21, 0x8e, 0x95, 0x97, 0x0b, 0x1f, 0x92, 0xd4, 0x6d, 0x2c, 0xa4, 0x23, 0x2d, 0xea, - 0x0a, 0x54, 0x85, 0x0d, 0x29, 0x9b, 0xb1, 0x01, 0xd9, 0x54, 0x38, 0x15, 0x65, 0x82, 0x60, 0x94, - 0x8c, 0x1f, 0x23, 0xbf, 0x36, 0x4e, 0x23, 0xfe, 0x6b, 0x7d, 0x0f, 0x85, 0x7a, 0x4e, 0xac, 0xc6, - 0x5b, 0x8c, 0x1b, 0x3b, 0x21, 0x15, 0xbc, 0xe7, 0xde, 0x83, 0xaa, 0xdc, 0x90, 0x71, 0x50, 0xb7, - 0x24, 0x1f, 0xd4, 0x0d, 0x6c, 0xbb, 0xe8, 0x38, 0xef, 0xcf, 0x8a, 0x70, 0x89, 0x09, 0x61, 0xcb, - 0xc2, 0xad, 0xb8, 0xad, 0x36, 0xd9, 0x3c, 0xdb, 0x22, 0x84, 0xf5, 0x99, 0xf8, 0x5f, 0x82, 0x12, - 0xbf, 0x55, 0xf1, 0xbb, 0x2f, 0x81, 0xa6, 0x63, 0xd3, 0x53, 0x6a, 0xf6, 0x53, 0x0f, 0x29, 0x7a, - 0x06, 0x2f, 0x13, 0xa6, 0xfc, 0x00, 0x5b, 0xbb, 0x07, 0x72, 0x8a, 0xc8, 0xb6, 0x3b, 0x3f, 0xd7, - 0xc3, 0xa9, 0xd6, 0x29, 0x4d, 0xe8, 0x47, 0xb1, 0x74, 0x91, 0x36, 0x49, 0xe9, 0xe2, 0x2d, 0xa8, - 0x79, 0x28, 0xe8, 0x78, 0x0e, 0xcd, 0x6e, 0x62, 0xdb, 0x04, 0x9e, 0xe5, 0xcc, 0xb0, 0xf6, 0x37, - 0xd0, 0xbe, 0xac, 0x24, 0x75, 0x19, 0xea, 0x5b, 0xae, 0x67, 0x21, 0xc3, 0xf2, 0x90, 0x19, 0xa0, - 0x0c, 0xf2, 0x11, 0x4a, 0x3e, 0x47, 0xb1, 0x56, 0x28, 0x52, 0x92, 0x47, 0x46, 0x70, 0x1e, 0xcd, - 0x0a, 0xce, 0xea, 0x2f, 0xc3, 0x18, 0x35, 0xa7, 0xe1, 0x21, 0xbf, 0xd3, 0x0c, 0xfc, 0x5a, 0x89, - 0xea, 0xf9, 0xd1, 0x00, 0x47, 0xf2, 0x7d, 0xcd, 0xdb, 0x60, 0x7e, 0xc1, 0x18, 0x33, 0x1f, 0xac, - 0x3e, 0x96, 0x40, 0xf1, 0x15, 0xac, 0x9c, 0x58, 0xc1, 0xe6, 0x76, 0x61, 0x2a, 0xc5, 0x20, 0xc3, - 0x57, 0xbf, 0x1a, 0xf7, 0xd5, 0x67, 0x07, 0xf2, 0x55, 0xca, 0x52, 0xf6, 0xd8, 0x7f, 0x55, 0xe0, - 0x72, 0xef, 0x21, 0xf1, 0xb5, 0xca, 0x92, 0x97, 0x0c, 0x62, 0x0c, 0x96, 0x00, 0x7c, 0xe5, 0x68, - 0x33, 0x55, 0x5a, 0x4c, 0x88, 0xf9, 0x10, 0x8c, 0xd3, 0x4b, 0x13, 0x7a, 0xee, 0x60, 0xfa, 0xbb, - 0xc2, 0xfd, 0x07, 0xeb, 0xe5, 0x36, 0x27, 0x4d, 0xf7, 0x32, 0x66, 0x4a, 0x4d, 0xbe, 0xf6, 0x47, - 0x39, 0x58, 0xc8, 0x18, 0xf4, 0x5d, 0x7a, 0xe3, 0x3b, 0xe0, 0x1c, 0xbd, 0x03, 0x45, 0x7a, 0x35, - 0x4c, 0xd5, 0x3f, 0x9e, 0x3c, 0x48, 0x4c, 0xed, 0x2f, 0x23, 0xfe, 0x2b, 0x84, 0x4a, 0x67, 0xc4, - 0x64, 0x41, 0xe2, 0x17, 0xa3, 0x7c, 0x09, 0x4e, 0x4c, 0x74, 0xde, 0x48, 0x38, 0xdd, 0x65, 0x3f, - 0x75, 0x41, 0x10, 0x9b, 0xe7, 0x85, 0xfe, 0x49, 0x4a, 0x31, 0x73, 0x1e, 0xc4, 0x5c, 0x71, 0x24, - 0xe1, 0x8a, 0xda, 0x25, 0xb8, 0xd8, 0x43, 0x4f, 0xfc, 0x9c, 0xe7, 0xbf, 0x78, 0xc2, 0x96, 0xa1, - 0xfe, 0x13, 0x91, 0xb0, 0xbd, 0x0b, 0xa7, 0xa3, 0x0e, 0x8c, 0x16, 0x0a, 0x4c, 0x7a, 0x07, 0xc7, - 0xa2, 0xde, 0xf3, 0x83, 0xf4, 0xf4, 0x80, 0xd3, 0xe8, 0x53, 0x41, 0x12, 0xa4, 0x7d, 0xb3, 0xcc, - 0xb2, 0xbc, 0xae, 0xce, 0xd7, 0xcf, 0x91, 0x5e, 0x90, 0xb2, 0xbc, 0x48, 0x4d, 0xec, 0xb4, 0x2b, - 0x4c, 0xdd, 0xa2, 0x2b, 0xb9, 0x63, 0x4c, 0xdd, 0xb2, 0xf3, 0xcb, 0xc2, 0xf1, 0xe4, 0x97, 0xd1, - 0x3c, 0x26, 0x42, 0x16, 0x7b, 0x0b, 0x19, 0x2a, 0x8f, 0x0a, 0x69, 0x4a, 0x5f, 0xea, 0x3c, 0x54, - 0x42, 0x56, 0xd8, 0xe6, 0x2e, 0x0a, 0x02, 0xb4, 0x6a, 0x4b, 0xc7, 0x13, 0xa3, 0xc3, 0x1c, 0x4f, - 0x44, 0xa7, 0x75, 0xa5, 0xe1, 0x4e, 0xeb, 0x1e, 0xc0, 0xd4, 0x0e, 0x32, 0xbd, 0x60, 0x13, 0x99, - 0x81, 0x61, 0xa3, 0xc0, 0xc4, 0x4d, 0x9f, 0x06, 0xf1, 0x41, 0x78, 0x4c, 0x86, 0xa4, 0x77, 0x18, - 0x65, 0x46, 0x26, 0x06, 0x87, 0xcb, 0xc4, 0x10, 0xd4, 0xad, 0x8e, 0xe7, 0x91, 0x3c, 0x9a, 0x27, - 0xc7, 0x46, 0x82, 0x71, 0x65, 0x40, 0xc6, 0xe7, 0x38, 0x9f, 0xdb, 0x8c, 0xcd, 0x7a, 0xcf, 0x84, - 0xaf, 0x7a, 0x98, 0x84, 0x4f, 0xca, 0xe7, 0xc7, 0xe2, 0xf9, 0xfc, 0x3b, 0x70, 0x56, 0x48, 0x6d, - 0x04, 0xae, 0x61, 0x35, 0x5d, 0x1f, 0x85, 0xa7, 0x8b, 0xe3, 0x83, 0x9d, 0x2e, 0xce, 0x0a, 0x0e, - 0x1b, 0xee, 0x0a, 0xa1, 0x17, 0x07, 0x8c, 0x1b, 0x30, 0x4b, 0x85, 0x48, 0x33, 0x9e, 0x18, 0xf0, - 0xd8, 0x92, 0x92, 0x27, 0xb8, 0xbe, 0x2e, 0xfb, 0x83, 0x60, 0x38, 0x39, 0x18, 0xc3, 0xc8, 0x1d, - 0x04, 0xb7, 0xe4, 0x11, 0xe3, 0xd4, 0xe1, 0x8e, 0x18, 0xb5, 0xbf, 0x52, 0x40, 0xd3, 0x91, 0xe5, - 0x7a, 0xb6, 0x1c, 0x98, 0xee, 0x8b, 0xee, 0x06, 0x5c, 0xe4, 0x96, 0x60, 0x54, 0x78, 0x78, 0x6e, - 0x40, 0x0f, 0x17, 0x04, 0x3d, 0x43, 0x72, 0x6c, 0x45, 0x28, 0x24, 0x57, 0x9d, 0x35, 0x92, 0x44, - 0xf7, 0x10, 0x9d, 0xc7, 0xd5, 0x6b, 0x30, 0x69, 0x99, 0x8e, 0x85, 0x9a, 0x06, 0x3f, 0x08, 0x46, - 0xec, 0x1c, 0xb1, 0xa4, 0x4f, 0x30, 0xb8, 0x2e, 0xc0, 0xda, 0x7f, 0x28, 0x70, 0xb5, 0x07, 0xcb, - 0xe5, 0x83, 0x55, 0xfb, 0x98, 0xee, 0x24, 0xa2, 0x23, 0xcd, 0xbc, 0x74, 0xa4, 0x99, 0x8c, 0x62, - 0x85, 0x54, 0x14, 0x93, 0x34, 0x5d, 0x3c, 0x8a, 0xa6, 0x47, 0xe2, 0x9a, 0xd6, 0x36, 0xe0, 0x99, - 0xbe, 0x03, 0x1f, 0x5e, 0x9f, 0x7f, 0xa9, 0x84, 0xfb, 0x1c, 0x99, 0xef, 0xb0, 0xfb, 0x9c, 0xcf, - 0xc3, 0x08, 0x4b, 0xbf, 0x07, 0xf6, 0x2e, 0x8e, 0x7f, 0x04, 0xe7, 0xba, 0x1a, 0xe6, 0xbb, 0x5d, - 0x24, 0xe7, 0x59, 0xcd, 0xbf, 0x2b, 0x44, 0x73, 0xdd, 0x11, 0x4f, 0x80, 0xcf, 0x44, 0xea, 0x2b, - 0x1e, 0x41, 0x7d, 0x49, 0x8f, 0x79, 0x16, 0x16, 0xfb, 0x8f, 0x9b, 0x2b, 0xe9, 0x1b, 0x51, 0x22, - 0x2d, 0x23, 0x0f, 0x95, 0x48, 0x4b, 0x29, 0x70, 0xee, 0x28, 0x29, 0xf0, 0x50, 0x6e, 0xa0, 0x3e, - 0x82, 0xd9, 0xa6, 0xe9, 0x07, 0x46, 0x7a, 0x29, 0x1f, 0x54, 0x97, 0xd3, 0x84, 0xfe, 0x7e, 0x62, - 0x39, 0xd7, 0xcc, 0x30, 0x63, 0xce, 0x52, 0x08, 0x9f, 0x69, 0x5f, 0x82, 0x12, 0x1f, 0x81, 0xa8, - 0x82, 0xe9, 0x3f, 0xe6, 0x90, 0x42, 0xfb, 0xdb, 0x5c, 0xa6, 0x0b, 0xb3, 0x3e, 0x4e, 0x46, 0x28, - 0x13, 0x06, 0x2d, 0x1e, 0xc5, 0xa0, 0x09, 0xc7, 0xec, 0x61, 0xb2, 0xd1, 0x23, 0x99, 0x0c, 0xc1, - 0x95, 0x3e, 0xea, 0x3c, 0x16, 0xb3, 0xb1, 0x15, 0x39, 0x3d, 0xb1, 0x68, 0x68, 0x1d, 0x66, 0xb6, - 0x3c, 0x85, 0x15, 0xf9, 0x4a, 0x76, 0xb8, 0x0f, 0x45, 0xe7, 0xe1, 0x80, 0x2d, 0xb3, 0x5d, 0xf1, - 0x7e, 0x86, 0x97, 0xd9, 0x6b, 0xd9, 0x8b, 0x45, 0x6c, 0xe0, 0x5c, 0x49, 0x7f, 0x9c, 0x23, 0xfe, - 0x46, 0xb5, 0xc0, 0xda, 0x0f, 0x59, 0x1e, 0xf1, 0x93, 0xbb, 0x1d, 0xe8, 0xe5, 0x27, 0xf1, 0x8b, - 0xf8, 0x42, 0xf2, 0x22, 0xfe, 0x45, 0x98, 0xdd, 0xc2, 0x9e, 0x1f, 0xc8, 0x05, 0xbd, 0xcc, 0x4e, - 0xec, 0xf8, 0xe1, 0x34, 0x6d, 0x8d, 0x7a, 0xa7, 0x56, 0x9b, 0x25, 0xeb, 0x98, 0xe9, 0xbb, 0x0e, - 0x57, 0x2b, 0xff, 0xd2, 0x16, 0x89, 0x37, 0xf5, 0x56, 0x14, 0xd7, 0xe9, 0xff, 0xe4, 0xa0, 0xbe, - 0x8e, 0xb7, 0x1d, 0xf3, 0xe4, 0x29, 0x73, 0x1e, 0x2a, 0x3e, 0x95, 0x8c, 0x95, 0x06, 0xf3, 0x32, - 0x68, 0x06, 0xa2, 0x35, 0xc1, 0xe1, 0x3e, 0xb4, 0x30, 0xdc, 0x3e, 0x54, 0xb6, 0x52, 0xb1, 0xa7, - 0x95, 0x46, 0x92, 0x56, 0xaa, 0xc1, 0xa8, 0xe5, 0x3a, 0x81, 0xe7, 0x36, 0xf9, 0xe9, 0xa8, 0xf8, - 0x94, 0x36, 0xd3, 0xa5, 0xa1, 0xee, 0xfa, 0x2f, 0xc2, 0x7c, 0x57, 0xfd, 0x73, 0x1b, 0x7d, 0xbd, - 0x0c, 0xcf, 0x70, 0x1c, 0x1c, 0xec, 0x7c, 0x56, 0x18, 0xf4, 0x59, 0x61, 0xd0, 0xcf, 0x4e, 0x61, - 0x50, 0x62, 0x92, 0x57, 0x53, 0x93, 0x7c, 0x05, 0xaa, 0x1c, 0x81, 0x39, 0xc2, 0xd8, 0x80, 0x8e, - 0xc0, 0xd9, 0xae, 0x52, 0x77, 0x90, 0xa6, 0xed, 0x78, 0x7c, 0xda, 0x26, 0x4f, 0x0d, 0x26, 0x8e, - 0xab, 0x30, 0x69, 0xb2, 0x47, 0x61, 0xd2, 0xd4, 0xd1, 0x0a, 0x93, 0xd4, 0x63, 0x2c, 0x4c, 0x3a, - 0x3d, 0x54, 0xb0, 0xba, 0x0d, 0x8b, 0xfd, 0x03, 0x51, 0xef, 0x12, 0xa5, 0x7f, 0xca, 0xc1, 0x05, - 0x1d, 0xf9, 0x28, 0x38, 0x71, 0xeb, 0x4d, 0xb4, 0x98, 0xe6, 0xe5, 0xc5, 0x54, 0xfd, 0xaa, 0x74, - 0xb5, 0x4c, 0x67, 0xe6, 0x16, 0x76, 0xb0, 0xbf, 0x93, 0xbc, 0xab, 0x3f, 0x2b, 0x4f, 0xc0, 0xbb, - 0x14, 0x45, 0x5c, 0xc2, 0xc7, 0xa7, 0x5a, 0x31, 0x39, 0xd5, 0x1e, 0x82, 0x4a, 0x5f, 0xb0, 0x19, - 0x1e, 0x32, 0xdb, 0xed, 0xe6, 0x81, 0x5c, 0xa6, 0xf4, 0x4c, 0x97, 0x49, 0x46, 0x55, 0xa8, 0x33, - 0x7c, 0x1a, 0x7c, 0x27, 0xbd, 0x04, 0x44, 0xbb, 0x05, 0xf5, 0x6e, 0x8a, 0xee, 0x6d, 0xa2, 0xbf, - 0xce, 0xc1, 0xc5, 0x0d, 0xe4, 0xb5, 0xb0, 0x63, 0x06, 0xe8, 0xa7, 0xc6, 0x4c, 0x52, 0x82, 0x5a, - 0x38, 0x4a, 0x82, 0x9a, 0xcc, 0x08, 0xba, 0x27, 0x66, 0x23, 0x5d, 0x13, 0x33, 0xed, 0x32, 0x68, - 0xbd, 0x34, 0xc8, 0x17, 0xf6, 0x3f, 0xcc, 0xc3, 0xc5, 0xd7, 0xb1, 0x1f, 0xbc, 0xd9, 0x46, 0x4e, - 0x0a, 0xcb, 0x1f, 0x4c, 0xd1, 0x99, 0xb5, 0x4d, 0xb9, 0x81, 0x6b, 0x9b, 0x32, 0x0b, 0xbc, 0xd6, - 0x61, 0x8a, 0x1f, 0xf7, 0xe2, 0x56, 0xf8, 0xc0, 0x85, 0x29, 0x35, 0xe1, 0x8f, 0xac, 0x8d, 0x5d, - 0x74, 0x9b, 0x1e, 0x3d, 0x8b, 0x15, 0xaf, 0x5b, 0xfc, 0x38, 0x40, 0x7d, 0x17, 0x26, 0x23, 0x0d, - 0x72, 0x9e, 0x6c, 0x55, 0xbf, 0xde, 0x8d, 0x67, 0x4a, 0x27, 0x8c, 0xd5, 0xfd, 0x53, 0xfa, 0x04, - 0x8a, 0x83, 0xd4, 0x07, 0x50, 0x21, 0xb3, 0x46, 0x30, 0x1e, 0xc9, 0xba, 0xd9, 0x4d, 0x33, 0x26, - 0xf3, 0x24, 0xe4, 0x09, 0x41, 0xf8, 0xb5, 0x5c, 0x86, 0x51, 0x86, 0xed, 0x6b, 0xbf, 0xa3, 0x80, - 0xd6, 0xcb, 0x48, 0x61, 0x2d, 0x3e, 0x84, 0x32, 0x89, 0x4d, 0xee, 0xf5, 0xec, 0xcb, 0xd7, 0xcc, - 0xa1, 0xb1, 0x47, 0x12, 0x11, 0x8b, 0x81, 0x9f, 0xe5, 0xfc, 0x38, 0x0f, 0x97, 0x88, 0x7c, 0xf4, - 0x68, 0xdd, 0xfe, 0xcc, 0x8d, 0x4e, 0x90, 0x1b, 0xa9, 0xaf, 0xc1, 0x98, 0x1f, 0x98, 0x41, 0xc7, - 0x17, 0x0c, 0x47, 0xb3, 0xd2, 0xe0, 0xd8, 0xe8, 0x83, 0x8e, 0x1f, 0xb2, 0xaa, 0xfa, 0xd2, 0xb7, - 0xec, 0x93, 0xbf, 0xa7, 0xc0, 0xe5, 0xde, 0x36, 0x7f, 0xda, 0x5e, 0xf9, 0x2d, 0x05, 0x2e, 0x10, - 0x09, 0x0f, 0xeb, 0x8f, 0xb1, 0x77, 0x7a, 0xb9, 0xfe, 0xef, 0xf4, 0x32, 0x1d, 0x70, 0x5a, 0x14, - 0x94, 0xb1, 0xdd, 0x36, 0xfb, 0xd0, 0xbe, 0xad, 0x40, 0xbd, 0x9b, 0x68, 0x4f, 0x5b, 0x6d, 0xbf, - 0xaf, 0xc0, 0x15, 0x22, 0xdb, 0x6d, 0x5e, 0x4f, 0x7b, 0x02, 0xd5, 0xf7, 0x07, 0x0a, 0x5c, 0xed, - 0x27, 0xe2, 0x49, 0xf0, 0xbe, 0x75, 0xcb, 0x74, 0x4e, 0xa8, 0xf7, 0x75, 0x13, 0xed, 0x69, 0xab, - 0x6d, 0x03, 0xea, 0xb4, 0xe2, 0xf3, 0xb0, 0x6a, 0x0b, 0x47, 0x9c, 0x93, 0x47, 0x7c, 0x0b, 0xe6, - 0xbb, 0x72, 0xe5, 0x23, 0x9e, 0x86, 0x22, 0xad, 0x41, 0xa5, 0x2c, 0xf3, 0x3a, 0xfb, 0xd0, 0xce, - 0xc3, 0xdc, 0x3d, 0x14, 0xa4, 0xb6, 0x33, 0x4c, 0x14, 0xed, 0xef, 0x15, 0x38, 0x97, 0xd9, 0x1c, - 0x3e, 0x99, 0x2d, 0xec, 0xa2, 0x03, 0xa1, 0xbf, 0xbb, 0x7d, 0xeb, 0xa0, 0x7a, 0xf0, 0x6a, 0xbc, - 0x86, 0x0e, 0x78, 0x39, 0x1a, 0xe5, 0x39, 0xf7, 0x1e, 0x94, 0x43, 0x50, 0x46, 0x81, 0xd9, 0x97, - 0xe5, 0x02, 0xb3, 0xee, 0x39, 0xfc, 0xaa, 0x63, 0xa3, 0xf7, 0x91, 0xfd, 0x88, 0xa0, 0xd2, 0x1c, - 0x5e, 0xaa, 0x2e, 0xfb, 0xdd, 0xe8, 0x7e, 0x88, 0xd6, 0x9f, 0x1d, 0xe6, 0x92, 0xf0, 0x01, 0x8c, - 0x5b, 0x82, 0x84, 0xed, 0x29, 0x98, 0x3c, 0x57, 0xbb, 0xc8, 0x23, 0x15, 0xba, 0x51, 0x71, 0xc6, - 0x42, 0x6a, 0x7e, 0xa0, 0x53, 0x95, 0x0b, 0xff, 0xb2, 0xcb, 0xae, 0xb2, 0x76, 0xe2, 0x52, 0x05, - 0x1f, 0xd9, 0x27, 0x23, 0xcf, 0x73, 0x3d, 0x83, 0xff, 0x67, 0x03, 0x9f, 0x1c, 0x55, 0x0a, 0x7c, - 0xc0, 0x60, 0xbd, 0x4b, 0xab, 0x7e, 0xbe, 0x50, 0x2a, 0x4e, 0x8e, 0x48, 0x05, 0x56, 0x59, 0xfa, - 0xe1, 0x09, 0xf6, 0xaf, 0x29, 0x70, 0x8e, 0xee, 0x81, 0x58, 0x19, 0xe6, 0x90, 0xf5, 0x55, 0xc7, - 0xf5, 0xfe, 0x40, 0xab, 0xc3, 0xf9, 0x6c, 0x29, 0xb8, 0x98, 0xdf, 0xc9, 0xc1, 0x34, 0x1d, 0x85, - 0xe0, 0xf2, 0xff, 0xfc, 0x3e, 0x22, 0x2c, 0xbc, 0xce, 0x0f, 0x5f, 0x78, 0x6d, 0xc2, 0xac, 0xf0, - 0x8a, 0x5f, 0x42, 0x56, 0x60, 0x58, 0xae, 0x63, 0xe3, 0xb0, 0x1c, 0x6a, 0xfc, 0xe6, 0x73, 0xbd, - 0x9d, 0x8d, 0xd0, 0xac, 0x08, 0x12, 0x7d, 0xfa, 0x71, 0x06, 0x54, 0xfb, 0x13, 0x05, 0x66, 0x12, - 0xea, 0xe1, 0x73, 0x3c, 0xe9, 0x92, 0xca, 0x61, 0x5c, 0xf2, 0x35, 0x18, 0x97, 0x47, 0x80, 0xec, - 0x3e, 0x35, 0xcc, 0x92, 0xe4, 0xc8, 0xd6, 0xc7, 0x1e, 0xcb, 0x9f, 0xda, 0x6f, 0x2a, 0xb0, 0x20, - 0x9e, 0xb6, 0x1f, 0x72, 0xeb, 0x7c, 0x6c, 0x6e, 0xf7, 0x8d, 0x02, 0x5c, 0xec, 0x21, 0x0b, 0xd7, - 0x61, 0x2c, 0xa1, 0xe6, 0xaf, 0x75, 0x99, 0x1e, 0x6f, 0x0c, 0xb1, 0xe6, 0xf0, 0x77, 0xba, 0x51, - 0x42, 0xcd, 0x5f, 0xe9, 0x6e, 0xc3, 0x99, 0x8c, 0x83, 0x58, 0xe9, 0x1d, 0xf9, 0xd0, 0x0b, 0xdb, - 0xcc, 0x7e, 0x16, 0x58, 0x7d, 0x17, 0xd4, 0x36, 0x72, 0x6c, 0xec, 0x6c, 0x1b, 0xfc, 0xd6, 0x0a, - 0x23, 0xbf, 0x96, 0xa7, 0xc1, 0xff, 0x85, 0xee, 0x7d, 0xac, 0x31, 0x1a, 0x71, 0xf7, 0x44, 0x7b, - 0x98, 0x6a, 0xc7, 0x80, 0x18, 0xf9, 0xea, 0x2f, 0xc2, 0xa4, 0xe0, 0x6e, 0xed, 0xe0, 0xa6, 0xed, - 0xd1, 0x67, 0x41, 0x84, 0xf7, 0x8b, 0x7d, 0x79, 0xaf, 0x10, 0x82, 0xf8, 0x18, 0x26, 0xda, 0x52, - 0x93, 0x87, 0x1c, 0x15, 0xc1, 0x8c, 0xe0, 0x9f, 0xae, 0xfb, 0xee, 0x69, 0x09, 0xde, 0x89, 0x5c, - 0x65, 0x4a, 0xbb, 0x38, 0xdd, 0x4e, 0x37, 0x68, 0xbf, 0x9e, 0x8b, 0xfe, 0xc3, 0xe1, 0x69, 0x14, - 0x9b, 0xbe, 0x0e, 0x13, 0x52, 0x41, 0x69, 0x78, 0xc1, 0xd0, 0xfd, 0xdf, 0x47, 0x42, 0x2e, 0x6c, - 0x41, 0x0a, 0xe4, 0x4f, 0xf5, 0x0b, 0x70, 0x16, 0x3b, 0x56, 0xb3, 0x63, 0x23, 0xe9, 0xa1, 0x87, - 0xc1, 0xf6, 0x4c, 0xfc, 0x61, 0xda, 0x2c, 0x47, 0x08, 0xf9, 0xb0, 0x1d, 0x96, 0xf6, 0x17, 0x4a, - 0xf4, 0x0f, 0x14, 0xe9, 0xba, 0xd3, 0x57, 0x60, 0xb4, 0xed, 0x36, 0x9b, 0xc8, 0x13, 0xd9, 0xc3, - 0x95, 0x1e, 0x03, 0x5d, 0xa3, 0x98, 0x54, 0xe7, 0x82, 0x4a, 0x7d, 0x04, 0x53, 0x69, 0x89, 0x32, - 0xab, 0xcd, 0xb3, 0x75, 0xc6, 0xa4, 0xd4, 0x27, 0x82, 0x84, 0xd8, 0x67, 0x60, 0xe6, 0x1e, 0x0a, - 0xf8, 0xff, 0xe2, 0xd0, 0x2e, 0x79, 0x32, 0xf4, 0xdb, 0x05, 0x98, 0x4d, 0xb6, 0xf0, 0xc1, 0x7c, - 0x00, 0x53, 0x7e, 0xa7, 0xdd, 0x76, 0x69, 0xe1, 0xa1, 0xd5, 0xc4, 0xc8, 0x09, 0xc4, 0xb0, 0x1e, - 0x0c, 0x92, 0x14, 0x65, 0xf0, 0x6c, 0xac, 0x0b, 0x86, 0x2b, 0x8c, 0x1f, 0xcb, 0x8d, 0x26, 0xfd, - 0x04, 0x98, 0xbd, 0x86, 0xf7, 0xe4, 0x17, 0xfa, 0xe1, 0x6b, 0x78, 0x4f, 0x7a, 0x9f, 0x7f, 0x01, - 0x40, 0xfc, 0x0b, 0x50, 0x78, 0x2f, 0x5d, 0xe6, 0x90, 0x55, 0x5b, 0xbd, 0x07, 0x55, 0x4e, 0xce, - 0x02, 0x47, 0xe6, 0x5d, 0x12, 0xc7, 0x20, 0x42, 0x73, 0xb6, 0x54, 0xe2, 0xca, 0x5e, 0xf4, 0xa1, - 0x5e, 0x84, 0x6a, 0xec, 0xdf, 0x86, 0xd8, 0x51, 0x5f, 0xc5, 0x92, 0xfe, 0x67, 0xa8, 0x01, 0xa7, - 0xc5, 0xcb, 0x51, 0x7f, 0xc7, 0xf4, 0x6c, 0xf6, 0x36, 0x8a, 0xbf, 0x9d, 0x9a, 0xe2, 0x4d, 0xeb, - 0xa4, 0x85, 0xe6, 0xb4, 0xf4, 0xbf, 0x1c, 0x48, 0x0f, 0x7e, 0x80, 0x1c, 0x8b, 0x98, 0xda, 0xf5, - 0x10, 0xbf, 0x1a, 0x9c, 0x94, 0x1a, 0xd6, 0x09, 0x5c, 0xbd, 0x06, 0x93, 0xd2, 0x9f, 0xe4, 0x30, - 0x5c, 0xf6, 0x6f, 0x43, 0x13, 0x11, 0x9c, 0xa2, 0xce, 0xad, 0xc0, 0x4c, 0xa6, 0x92, 0x87, 0xfa, - 0x8f, 0x9c, 0x59, 0x98, 0x26, 0x59, 0xed, 0x81, 0x1f, 0xa0, 0x96, 0xec, 0x2d, 0x7f, 0x9e, 0xa7, - 0x7e, 0x24, 0x37, 0x70, 0x67, 0x49, 0x1b, 0x4c, 0xc9, 0x32, 0xd8, 0x36, 0x54, 0x2d, 0xb3, 0x6d, - 0x52, 0x81, 0x49, 0x98, 0x65, 0xae, 0xbd, 0x32, 0x50, 0x8e, 0x9d, 0xea, 0xb4, 0xb1, 0x22, 0xb1, - 0xd2, 0x63, 0x8c, 0xe7, 0xbe, 0x9e, 0x83, 0xaa, 0xdc, 0xac, 0xbe, 0x04, 0x67, 0xf8, 0x75, 0x90, - 0xe9, 0xd8, 0x06, 0x5b, 0xb7, 0xf9, 0x55, 0x06, 0xab, 0xb8, 0x9b, 0x66, 0xcd, 0xb7, 0x79, 0x5e, - 0xc8, 0x2e, 0x30, 0xd4, 0x3b, 0x50, 0xc7, 0x4e, 0x80, 0x3c, 0x42, 0xc8, 0xf2, 0x4f, 0x1b, 0x6f, - 0x6d, 0x21, 0x0f, 0x39, 0x01, 0x36, 0xc3, 0x85, 0xb6, 0xa4, 0x9f, 0x17, 0x58, 0xaf, 0x12, 0xa4, - 0x3b, 0x71, 0x1c, 0xf5, 0x35, 0xd0, 0xc2, 0x22, 0x09, 0x5e, 0x9d, 0x62, 0x88, 0x08, 0x14, 0xd6, - 0xd6, 0x50, 0xff, 0x2d, 0xe9, 0xf3, 0x02, 0x93, 0xd7, 0xb3, 0xac, 0x32, 0xbc, 0xb0, 0x86, 0x46, - 0x7d, 0x01, 0x54, 0x3e, 0x5f, 0xfc, 0xf0, 0xd6, 0x48, 0x84, 0x2d, 0x31, 0x63, 0x7d, 0x71, 0x75, - 0xe4, 0x6b, 0xbf, 0xca, 0x4f, 0x2d, 0xc2, 0x18, 0xb1, 0x66, 0x7a, 0x01, 0x1e, 0x62, 0x73, 0x76, - 0x1c, 0x01, 0x5c, 0xfb, 0x76, 0x0e, 0xe6, 0xbb, 0x4a, 0x11, 0x06, 0x9c, 0x7a, 0xec, 0x29, 0x0a, - 0x8f, 0x82, 0xed, 0x10, 0x93, 0x47, 0x9f, 0x97, 0x06, 0xe9, 0x3c, 0xe4, 0x1f, 0xbe, 0x24, 0x38, - 0x67, 0x26, 0xdf, 0x0b, 0x44, 0x32, 0x90, 0xbe, 0xe3, 0x77, 0x35, 0xa9, 0xbe, 0x73, 0x47, 0xea, - 0x7b, 0x3f, 0xf9, 0x1c, 0x27, 0xea, 0x5b, 0xfb, 0x6e, 0x1e, 0x66, 0xd8, 0xdb, 0x2a, 0x61, 0xb5, - 0x81, 0x2f, 0xe5, 0xc3, 0xc2, 0xed, 0xe8, 0x52, 0x5e, 0x80, 0x56, 0x6d, 0xf5, 0x2b, 0x50, 0x0a, - 0xaf, 0x15, 0x59, 0x86, 0xae, 0xc5, 0xc5, 0x17, 0xad, 0xf4, 0x08, 0x51, 0xf4, 0x1d, 0xd2, 0xa8, - 0xaf, 0xc3, 0x18, 0x76, 0x70, 0x80, 0xcd, 0xa6, 0xd1, 0x36, 0x03, 0x6b, 0x27, 0xfb, 0x0c, 0x36, - 0x8b, 0xc9, 0x1a, 0x41, 0xd7, 0xab, 0x9c, 0x9a, 0x7e, 0x1d, 0xa5, 0x7a, 0x42, 0xdc, 0x7f, 0x8e, - 0x1e, 0xed, 0xfe, 0xb3, 0x74, 0xd4, 0xfb, 0x4f, 0xed, 0x15, 0x98, 0x4d, 0x5a, 0x2a, 0x0a, 0x80, - 0x24, 0x07, 0x6e, 0x62, 0x2b, 0x88, 0x6d, 0xab, 0xc7, 0x04, 0x94, 0x9d, 0x94, 0x7c, 0x0d, 0xce, - 0x88, 0xf4, 0xe1, 0x78, 0x8d, 0xad, 0x7d, 0x5f, 0x4a, 0xd1, 0x52, 0xd2, 0xc9, 0x9e, 0xa0, 0x1c, - 0xc2, 0x13, 0x96, 0xa0, 0x20, 0xa5, 0xde, 0x57, 0xfb, 0xd3, 0xd2, 0x38, 0x4d, 0x69, 0x42, 0xe3, - 0xe5, 0x8f, 0x66, 0xbc, 0xc2, 0x91, 0x2f, 0xaf, 0xd3, 0x26, 0x2a, 0x66, 0x99, 0xe8, 0x3f, 0x15, - 0x98, 0x61, 0x7f, 0x9c, 0x74, 0xc2, 0xa6, 0x63, 0x5a, 0xfe, 0x42, 0x86, 0xfc, 0x47, 0x98, 0x67, - 0x5a, 0x4d, 0xfc, 0xd1, 0x57, 0xd2, 0x81, 0xb4, 0xbf, 0x53, 0x60, 0x9a, 0x4e, 0xe3, 0x63, 0xd6, - 0xc9, 0x97, 0xa1, 0xc8, 0x42, 0x4b, 0x7e, 0xb8, 0xd0, 0xc2, 0xa8, 0x7a, 0x3e, 0xc8, 0xeb, 0x7d, - 0x79, 0x4e, 0x52, 0xe2, 0xc4, 0x80, 0xf8, 0x50, 0x7f, 0xa8, 0xc0, 0x02, 0x59, 0xaa, 0x44, 0xc3, - 0x03, 0x82, 0x85, 0x9d, 0x6d, 0xfa, 0xbc, 0xe6, 0x98, 0x86, 0xfd, 0x0a, 0x40, 0x74, 0xc3, 0xc5, - 0xc7, 0xde, 0xff, 0x41, 0x4f, 0x39, 0xbc, 0xd3, 0x52, 0xbf, 0x08, 0x25, 0xe4, 0xf0, 0xf7, 0x40, - 0x85, 0x01, 0xc9, 0x47, 0x91, 0x43, 0xdf, 0x02, 0x69, 0x36, 0xbb, 0x3d, 0xee, 0x32, 0xc0, 0x70, - 0x2f, 0x23, 0x8b, 0xc8, 0x56, 0xde, 0x61, 0x44, 0xd4, 0x3c, 0x98, 0xb9, 0x43, 0xff, 0xc0, 0xec, - 0x98, 0x5d, 0xa6, 0x47, 0xad, 0x24, 0x71, 0xe0, 0x64, 0x9f, 0xdc, 0xaa, 0xbf, 0xa1, 0xc0, 0xb4, - 0x3c, 0xe8, 0xa7, 0x77, 0xbd, 0xa9, 0xfd, 0x16, 0xff, 0x93, 0x49, 0x49, 0x14, 0xae, 0xf3, 0x55, - 0x28, 0x47, 0x19, 0x1d, 0x53, 0xf9, 0x73, 0xfd, 0x67, 0x04, 0xe1, 0xc5, 0x36, 0x52, 0x11, 0xf5, - 0xa0, 0x47, 0xf7, 0xcb, 0xff, 0xa2, 0x7c, 0xf4, 0x71, 0xfd, 0xd4, 0x0f, 0x3e, 0xae, 0x9f, 0xfa, - 0xf4, 0xe3, 0xba, 0xf2, 0x2b, 0x4f, 0xea, 0xca, 0x77, 0x9f, 0xd4, 0x95, 0xbf, 0x79, 0x52, 0x57, - 0x3e, 0x7a, 0x52, 0x57, 0xfe, 0xe1, 0x49, 0x5d, 0xf9, 0xd1, 0x93, 0xfa, 0xa9, 0x4f, 0x9f, 0xd4, - 0x95, 0x0f, 0x3f, 0xa9, 0x9f, 0xfa, 0xe8, 0x93, 0xfa, 0xa9, 0x1f, 0x7c, 0x52, 0x3f, 0x05, 0x1a, - 0x76, 0xfb, 0x25, 0xed, 0xcb, 0xd3, 0x5c, 0xc5, 0x62, 0x78, 0x6b, 0xc4, 0x69, 0xd6, 0x94, 0x77, - 0x5e, 0xda, 0x96, 0x68, 0xb1, 0xdb, 0xe5, 0x9f, 0xaa, 0xbf, 0x98, 0x00, 0xfd, 0x69, 0x6e, 0x7e, - 0x43, 0x10, 0xdd, 0x6e, 0xe3, 0xf0, 0x90, 0x67, 0x9d, 0x77, 0xf8, 0xe8, 0xc6, 0x3f, 0xe7, 0x34, - 0x81, 0xb1, 0xb4, 0x74, 0xbb, 0x8d, 0x97, 0x96, 0x12, 0x38, 0x4b, 0x4b, 0x8f, 0x6e, 0x6c, 0x8e, - 0x50, 0xdf, 0x7d, 0xf1, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, 0x5d, 0x3b, 0x45, 0xa2, 0x2a, 0x5b, - 0x00, 0x00, + // 5054 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x7c, 0x4d, 0x6c, 0x1c, 0xc9, + 0x75, 0xb0, 0x7a, 0x7e, 0xc8, 0x99, 0xc7, 0x21, 0x39, 0x6c, 0x91, 0xd4, 0x88, 0x92, 0x86, 0x54, + 0xeb, 0x67, 0xa9, 0xfd, 0x19, 0x59, 0xda, 0x6f, 0x57, 0x36, 0xfd, 0xb3, 0x16, 0x47, 0x2b, 0x89, + 0xdf, 0x4a, 0xbb, 0x54, 0x93, 0xd2, 0x1a, 0x8b, 0x4d, 0x7a, 0x9b, 0xdd, 0x45, 0xb2, 0xc2, 0x99, + 0xee, 0x51, 0x77, 0x0f, 0x29, 0xae, 0x2f, 0x01, 0x12, 0xc4, 0x49, 0x2e, 0x5e, 0x20, 0x3e, 0xd8, + 0x80, 0xf3, 0x8b, 0x20, 0x71, 0x72, 0x09, 0x02, 0xe7, 0x90, 0xdc, 0x72, 0x32, 0x72, 0x48, 0x90, + 0x3d, 0x1a, 0xc8, 0xc1, 0x59, 0x2d, 0x90, 0x18, 0x39, 0x04, 0xeb, 0x04, 0x48, 0x02, 0x04, 0xf9, + 0x41, 0xfd, 0xf5, 0xff, 0xcc, 0xf4, 0x90, 0xdc, 0x88, 0x36, 0xf6, 0x36, 0xf3, 0xea, 0xbd, 0x57, + 0xaf, 0xde, 0x7b, 0xf5, 0xea, 0x55, 0xd5, 0xab, 0x86, 0x57, 0x3d, 0xd4, 0xee, 0xd8, 0x8e, 0xde, + 0xba, 0xaa, 0x77, 0xf0, 0xd5, 0x3d, 0xdb, 0xd9, 0xd9, 0x6c, 0xd9, 0x7b, 0x2e, 0x72, 0x76, 0xb1, + 0x81, 0xae, 0xee, 0x5e, 0xbb, 0xea, 0xa0, 0xc7, 0x5d, 0xe4, 0x7a, 0x9a, 0x83, 0xdc, 0x8e, 0x6d, + 0xb9, 0xa8, 0xd1, 0x71, 0x6c, 0xcf, 0x96, 0xe7, 0x05, 0x5d, 0x43, 0xef, 0xe0, 0x46, 0x8c, 0xae, + 0xb1, 0x7b, 0x6d, 0xee, 0x62, 0x84, 0x31, 0xb2, 0xba, 0x6d, 0x97, 0xb0, 0x13, 0x98, 0x8c, 0xcd, + 0xdc, 0xa5, 0x74, 0x2c, 0x4b, 0x6f, 0x23, 0xb7, 0xa3, 0x1b, 0xbc, 0xb7, 0xb9, 0xc5, 0x74, 0xb4, + 0x4d, 0x1d, 0xb7, 0x90, 0xa9, 0x19, 0x7a, 0x57, 0xc8, 0x35, 0xa7, 0xa4, 0x63, 0x1a, 0x76, 0xbb, + 0x6d, 0x5b, 0x1c, 0xe7, 0x7c, 0x3a, 0xce, 0xe3, 0x2e, 0x72, 0xf6, 0xfb, 0xa3, 0x38, 0xc8, 0x45, + 0x1e, 0x47, 0xb9, 0x9c, 0x8e, 0xe2, 0xe9, 0xee, 0x8e, 0xf6, 0xb8, 0x8b, 0xba, 0x42, 0xa2, 0xa8, + 0x22, 0x98, 0x20, 0x04, 0xb1, 0x8d, 0x5c, 0x57, 0xdf, 0x42, 0xa9, 0x8a, 0xd8, 0xc6, 0xae, 0x67, + 0x3b, 0xfb, 0x49, 0xb4, 0xcb, 0xa9, 0xe6, 0x1a, 0xc4, 0x8e, 0x74, 0xaa, 0x5b, 0xe6, 0x20, 0x34, + 0xa2, 0xce, 0xae, 0x83, 0x92, 0x68, 0xd1, 0x21, 0x6c, 0xe2, 0x96, 0x87, 0x9c, 0x24, 0xd6, 0x73, + 0x11, 0x2c, 0xdf, 0x84, 0x49, 0xc4, 0x0b, 0x11, 0x44, 0xaa, 0xf6, 0x24, 0xd2, 0x95, 0x08, 0x92, + 0x83, 0x3a, 0x2d, 0x6c, 0xe8, 0x1e, 0x4e, 0xd3, 0x5d, 0x54, 0x29, 0xae, 0xb1, 0x8d, 0xcc, 0x6e, + 0x0b, 0x0d, 0x12, 0x90, 0x18, 0x8a, 0xda, 0x69, 0x90, 0x5a, 0x76, 0x91, 0xe3, 0xa6, 0xf6, 0x5b, + 0xdf, 0xb2, 0xed, 0xad, 0x16, 0xba, 0x4a, 0xff, 0x6d, 0x74, 0x37, 0xaf, 0x9a, 0x5d, 0x87, 0x8a, + 0xc8, 0xdb, 0xe7, 0xe3, 0xed, 0x1e, 0x6e, 0x23, 0xd7, 0xd3, 0xdb, 0x1d, 0xe1, 0x65, 0x26, 0xea, + 0x20, 0xcb, 0x44, 0x96, 0x81, 0x91, 0x7b, 0x75, 0xcb, 0xde, 0xb2, 0x29, 0x9c, 0xfe, 0x62, 0x28, + 0xca, 0xff, 0x8c, 0x40, 0x4d, 0x45, 0x5b, 0xd8, 0xf5, 0x90, 0xf3, 0xa6, 0x50, 0xa9, 0xca, 0xe6, + 0xa4, 0x7c, 0x16, 0xca, 0xbe, 0x9a, 0x6b, 0xd2, 0x82, 0xb4, 0x58, 0x56, 0x03, 0x80, 0xbc, 0x00, + 0x63, 0x26, 0x72, 0x0d, 0x07, 0x77, 0x88, 0x4c, 0xb5, 0x1c, 0x6d, 0x0f, 0x83, 0xe4, 0x79, 0x18, + 0xb3, 0xf7, 0x2c, 0xe4, 0x68, 0xa8, 0xad, 0xe3, 0x56, 0x2d, 0x4f, 0x31, 0x80, 0x82, 0x5e, 0x27, + 0x10, 0xd9, 0x82, 0x0b, 0xc2, 0xc7, 0x34, 0xf4, 0x04, 0x19, 0x5d, 0x42, 0xa6, 0x39, 0xc8, 0x43, + 0x16, 0xfd, 0xd5, 0x41, 0x0e, 0xb6, 0xcd, 0x5a, 0x61, 0x41, 0x5a, 0x1c, 0xbb, 0x7e, 0xba, 0xc1, + 0xc6, 0xdb, 0x10, 0xe3, 0x6d, 0xdc, 0xe2, 0xfa, 0x58, 0x2e, 0x7c, 0xfb, 0x47, 0xf3, 0x92, 0xba, + 0x20, 0x78, 0xbd, 0x2e, 0x58, 0xa9, 0x82, 0xd3, 0x2a, 0x65, 0x24, 0x3f, 0x80, 0x92, 0xd1, 0xea, + 0x92, 0xb1, 0xba, 0xb5, 0xe2, 0x42, 0x7e, 0x71, 0xec, 0xfa, 0x2b, 0x8d, 0x48, 0xa0, 0x09, 0xf9, + 0x41, 0x63, 0xf7, 0x5a, 0xa3, 0xc9, 0x90, 0xd5, 0x00, 0xda, 0xb4, 0xad, 0x4d, 0xbc, 0xa5, 0xfa, + 0x6c, 0xe4, 0x06, 0x9c, 0xd4, 0x0d, 0x0f, 0xef, 0x22, 0x8d, 0x83, 0x34, 0xa2, 0xa1, 0xda, 0x08, + 0x1d, 0xeb, 0x14, 0x6b, 0xe2, 0x6c, 0x88, 0x7e, 0xe5, 0xb7, 0xa1, 0x60, 0xea, 0x9e, 0x5e, 0x1b, + 0xa5, 0xdd, 0x37, 0x1b, 0x03, 0xe2, 0x5c, 0xa3, 0x97, 0x71, 0x1a, 0xb7, 0x74, 0x4f, 0x7f, 0xdd, + 0xf2, 0x9c, 0x7d, 0x95, 0x32, 0x94, 0x2f, 0xc1, 0x84, 0x8b, 0x8c, 0xae, 0x83, 0xbd, 0x7d, 0xcd, + 0xb3, 0x77, 0x90, 0x55, 0x2b, 0x51, 0x19, 0xc6, 0x05, 0x74, 0x9d, 0x00, 0x89, 0xbc, 0xd8, 0xd5, + 0xb6, 0x5a, 0xf6, 0x86, 0xde, 0xd2, 0x02, 0xeb, 0x96, 0x17, 0xa4, 0xc5, 0x92, 0x3a, 0x85, 0xdd, + 0x3b, 0xb4, 0xc5, 0xef, 0x4d, 0x7e, 0x07, 0x66, 0x79, 0xb4, 0xd0, 0x74, 0xc7, 0xd8, 0xc6, 0xbb, + 0x7a, 0x4b, 0x73, 0x3d, 0xdd, 0x43, 0x35, 0x58, 0x90, 0x16, 0x27, 0xae, 0x5f, 0x8c, 0x8e, 0x80, + 0xc6, 0x29, 0x22, 0xf7, 0x4d, 0x8e, 0xbc, 0x46, 0x70, 0xd5, 0x69, 0xce, 0x23, 0x02, 0x95, 0x3f, + 0x07, 0xd3, 0x09, 0xde, 0x5d, 0x07, 0xd7, 0xc6, 0xa8, 0xe0, 0x72, 0x8c, 0xe6, 0xa1, 0x83, 0xe5, + 0xf7, 0xe0, 0xf4, 0x2e, 0x76, 0xf1, 0x06, 0x6e, 0x91, 0x61, 0xc6, 0x04, 0xaa, 0x0c, 0x21, 0xd0, + 0xa9, 0x80, 0x4d, 0x54, 0xa6, 0x57, 0xe1, 0x54, 0x5a, 0x0f, 0x44, 0xac, 0x71, 0x2a, 0xd6, 0x4c, + 0x92, 0xf2, 0xa1, 0x83, 0xe7, 0x6e, 0x40, 0xd9, 0xb7, 0x88, 0x5c, 0x85, 0xfc, 0x0e, 0xda, 0xe7, + 0x53, 0x86, 0xfc, 0x94, 0xa7, 0xa1, 0xb8, 0xab, 0xb7, 0xba, 0x88, 0x4f, 0x13, 0xf6, 0x67, 0x29, + 0xf7, 0x79, 0x49, 0x39, 0x03, 0xa7, 0x53, 0x6c, 0xcc, 0x16, 0x43, 0xe5, 0xfb, 0x12, 0xcc, 0xdc, + 0xc3, 0xae, 0xe7, 0xb7, 0xb8, 0x62, 0x6e, 0x9e, 0x81, 0x72, 0x47, 0xdf, 0x42, 0x9a, 0x8b, 0xdf, + 0x67, 0x73, 0xb3, 0xa8, 0x96, 0x08, 0x60, 0x0d, 0xbf, 0x8f, 0xe4, 0xcb, 0x30, 0x69, 0xa1, 0x27, + 0x9e, 0x46, 0x31, 0x98, 0x33, 0x90, 0x7e, 0x2b, 0xea, 0x38, 0x01, 0xaf, 0xea, 0x5b, 0x88, 0x39, + 0xc3, 0x43, 0xa8, 0xfa, 0x2e, 0xa0, 0xb1, 0xb8, 0x4b, 0x67, 0xe9, 0xd8, 0xf5, 0xe7, 0xa3, 0x5a, + 0x0c, 0x16, 0xcc, 0xdd, 0x6b, 0x0d, 0x5f, 0x98, 0xdb, 0x94, 0x42, 0x9d, 0xb4, 0xa2, 0x00, 0xe5, + 0xbb, 0x12, 0xcc, 0xc6, 0xa5, 0x66, 0x03, 0x92, 0xdf, 0x01, 0xf0, 0xb1, 0xdd, 0x9a, 0x44, 0x27, + 0xc1, 0xd2, 0xc0, 0x49, 0x70, 0x8b, 0x06, 0x95, 0x0d, 0x94, 0x50, 0x90, 0x1a, 0xe2, 0x96, 0x75, + 0xd4, 0xca, 0x5d, 0xa8, 0xa5, 0x30, 0xcc, 0x12, 0xf2, 0x26, 0x20, 0x87, 0x4d, 0x6e, 0xc2, 0x1c, + 0x36, 0x95, 0x7f, 0xcd, 0xc1, 0xe9, 0x9e, 0xb2, 0xc9, 0x6f, 0xc1, 0x44, 0xa0, 0x5d, 0x6c, 0x6d, + 0xda, 0x94, 0xe1, 0xd8, 0xf5, 0xc5, 0x2c, 0xba, 0x5d, 0xb1, 0x36, 0x6d, 0x75, 0xdc, 0x0a, 0xff, + 0x95, 0x97, 0x61, 0xc4, 0xa0, 0xf1, 0x87, 0x8a, 0x90, 0xd1, 0x48, 0x3c, 0x62, 0x71, 0x4a, 0x79, + 0x13, 0xe4, 0x50, 0x90, 0xd3, 0x38, 0x3f, 0x66, 0xf4, 0x1b, 0x7d, 0x83, 0x61, 0x68, 0x80, 0xf1, + 0x70, 0x38, 0xe5, 0xc4, 0x41, 0xf2, 0x15, 0xa8, 0x92, 0xf5, 0xde, 0xde, 0x45, 0x8e, 0xc6, 0x57, + 0x38, 0x1a, 0xc7, 0xf3, 0xea, 0xa4, 0x80, 0x3f, 0x62, 0xe0, 0x5e, 0x21, 0xa9, 0xd8, 0x23, 0x24, + 0x29, 0xdf, 0xcf, 0xc3, 0xec, 0xc3, 0x8e, 0xa9, 0x7b, 0xc3, 0x9a, 0xef, 0x2d, 0x18, 0xeb, 0x52, + 0x3a, 0x66, 0x0d, 0xa6, 0xc4, 0x46, 0x1f, 0x25, 0xc6, 0x7a, 0xa1, 0x36, 0x01, 0xc6, 0x22, 0x66, + 0x90, 0xfc, 0x11, 0x1b, 0xa4, 0x70, 0xe4, 0x06, 0x49, 0xae, 0x0f, 0xc5, 0xb4, 0xf5, 0xe1, 0x79, + 0x98, 0x32, 0x51, 0x0b, 0x79, 0x48, 0xdb, 0xd0, 0x4d, 0x6d, 0x03, 0x5b, 0xba, 0xb3, 0xcf, 0x57, + 0xb3, 0x49, 0xd6, 0xb0, 0xac, 0x9b, 0xcb, 0x14, 0x2c, 0xbf, 0x00, 0x53, 0x1d, 0xc7, 0x6e, 0xdb, + 0x1e, 0x0a, 0x99, 0x6d, 0x94, 0x9a, 0xad, 0xca, 0x1b, 0x02, 0xab, 0xfd, 0x24, 0x07, 0xa7, 0x12, + 0x56, 0xfb, 0x6c, 0xa6, 0x7c, 0xaa, 0x33, 0xe5, 0x3d, 0x12, 0x9e, 0x3a, 0x0e, 0x32, 0x86, 0x9f, + 0x2b, 0x49, 0x77, 0xc9, 0xa5, 0xb8, 0x8b, 0x72, 0x16, 0xe6, 0xd2, 0x7a, 0xe0, 0xcb, 0xd7, 0x7f, + 0x8d, 0xc2, 0xb9, 0x35, 0x4f, 0x77, 0xbc, 0xb7, 0x93, 0x99, 0x59, 0x16, 0x21, 0xe6, 0x61, 0xcc, + 0xcf, 0x0f, 0xfd, 0xc0, 0x0b, 0x02, 0xb4, 0x62, 0xca, 0x2b, 0x30, 0xee, 0x23, 0x78, 0xfb, 0x1d, + 0xc4, 0xcd, 0x13, 0xcb, 0x01, 0xf8, 0xee, 0x6c, 0xf7, 0x5a, 0x43, 0xc8, 0xb1, 0xbe, 0xdf, 0x41, + 0x6a, 0x65, 0x2f, 0xf4, 0x4f, 0x6e, 0x02, 0x04, 0x7b, 0x2b, 0x3e, 0xff, 0x62, 0x7c, 0xfc, 0x94, + 0x9e, 0xb0, 0x5a, 0xd7, 0xdd, 0x9d, 0x07, 0xe4, 0x8f, 0x5a, 0xf6, 0xc4, 0x4f, 0xf9, 0x55, 0x28, + 0x62, 0xab, 0xd3, 0xf5, 0xa8, 0x49, 0xc6, 0xae, 0x2f, 0xf4, 0x92, 0x63, 0x55, 0xdf, 0x6f, 0xd9, + 0xba, 0xe9, 0xaa, 0x0c, 0x5d, 0xfe, 0x39, 0x98, 0x4b, 0x49, 0x84, 0x49, 0x3e, 0x6f, 0x77, 0x3d, + 0x3a, 0xfd, 0x32, 0xe4, 0xbf, 0xb5, 0x44, 0xfe, 0xbb, 0xce, 0x18, 0xc8, 0x0f, 0x60, 0xda, 0x67, + 0xef, 0x74, 0x03, 0xc6, 0xa3, 0xd9, 0x18, 0xcb, 0x82, 0x58, 0xed, 0xfa, 0x2c, 0xd7, 0x60, 0x26, + 0xd0, 0x3c, 0xd1, 0x9b, 0xe0, 0x59, 0xca, 0xc6, 0xf3, 0xa4, 0xaf, 0x7c, 0xdd, 0xdd, 0x11, 0x4c, + 0xe7, 0xa0, 0x84, 0x4d, 0x92, 0xb1, 0x7b, 0xfb, 0x34, 0x23, 0x2d, 0xab, 0xfe, 0x7f, 0xf9, 0x1c, + 0x80, 0x38, 0x2b, 0xc0, 0x26, 0x4d, 0x3e, 0xcb, 0x6a, 0x99, 0x43, 0x56, 0x4c, 0x19, 0x41, 0x2d, + 0xe4, 0x2a, 0x9a, 0x83, 0xba, 0x2e, 0xd2, 0x3a, 0x76, 0x0b, 0x1b, 0xfb, 0x34, 0x9f, 0x9c, 0xb8, + 0xfe, 0x62, 0x8f, 0xc4, 0xf0, 0x6d, 0xdf, 0x9d, 0x54, 0x42, 0xb4, 0x4a, 0x69, 0xd4, 0x99, 0xbd, + 0x34, 0xb0, 0x7c, 0x1b, 0x2a, 0x0e, 0xf2, 0x9c, 0x7d, 0xc1, 0xba, 0x42, 0x47, 0x7b, 0xa1, 0x97, + 0x9d, 0x55, 0x82, 0xcb, 0x39, 0x8e, 0x39, 0xc1, 0x1f, 0xf9, 0x02, 0x8c, 0x1b, 0x8e, 0x6d, 0x69, + 0x62, 0x37, 0xc9, 0x93, 0xcb, 0x0a, 0x01, 0xae, 0x71, 0x98, 0xfc, 0x39, 0x28, 0xb4, 0x51, 0xdb, + 0xae, 0x4d, 0xd0, 0x4e, 0xce, 0xf6, 0xea, 0xe4, 0x3e, 0x6a, 0xdb, 0x2a, 0xc5, 0x94, 0x1f, 0xc2, + 0x94, 0x8b, 0x48, 0xd2, 0xaa, 0xe9, 0x9e, 0xe7, 0xe0, 0x8d, 0xae, 0x87, 0xdc, 0xda, 0x64, 0x5a, + 0x2c, 0x0d, 0xc8, 0xd7, 0x28, 0xc1, 0x4d, 0x1f, 0x5f, 0xad, 0xba, 0x31, 0x88, 0xfc, 0x2a, 0x8c, + 0x6c, 0x23, 0xdd, 0x44, 0x4e, 0xad, 0x4a, 0x79, 0xd5, 0x7b, 0xf1, 0xba, 0x4b, 0xb1, 0x54, 0x8e, + 0xad, 0xdc, 0x80, 0x7a, 0xaf, 0xe9, 0xcf, 0x23, 0xff, 0x0c, 0x8c, 0x10, 0x87, 0xc4, 0x26, 0x9f, + 0xfc, 0x45, 0xa7, 0x6b, 0xad, 0x98, 0xca, 0xb7, 0xf2, 0xa0, 0xdc, 0x41, 0x49, 0xba, 0xbb, 0x6c, + 0x4b, 0x90, 0x2d, 0x7a, 0xdc, 0x81, 0xb2, 0x3f, 0x97, 0xf8, 0x3a, 0x70, 0x65, 0x50, 0x60, 0x08, + 0x24, 0x0c, 0x68, 0xc9, 0x9a, 0xd8, 0xd6, 0x9f, 0xe0, 0x76, 0xb7, 0xad, 0x05, 0x39, 0x77, 0x9e, + 0xe6, 0xdc, 0x93, 0xbc, 0x61, 0xb5, 0x4f, 0xea, 0x5d, 0x48, 0x4b, 0xbd, 0x2f, 0xc2, 0xc4, 0x9e, + 0x8e, 0x3d, 0xcd, 0x42, 0x7b, 0x1a, 0xda, 0x45, 0x96, 0xc7, 0xa3, 0x78, 0x85, 0x40, 0xdf, 0x44, + 0x7b, 0xaf, 0x13, 0x98, 0xbc, 0x0d, 0xa7, 0xc5, 0x0e, 0x89, 0x22, 0xf1, 0x24, 0x9d, 0xc5, 0xba, + 0x11, 0xea, 0xd6, 0x2f, 0xf5, 0x70, 0x6b, 0xae, 0x2a, 0xca, 0x87, 0xe5, 0xe5, 0x34, 0xe8, 0x89, + 0xdd, 0x5c, 0x0c, 0x4e, 0x1c, 0xd2, 0xdd, 0xc1, 0x1d, 0x7f, 0xc7, 0xc3, 0xd7, 0xf1, 0x0a, 0x01, + 0x8a, 0x7d, 0x8e, 0xf2, 0x63, 0x09, 0x2e, 0xf4, 0x35, 0x0b, 0xb7, 0xea, 0x12, 0x8c, 0xf2, 0x6e, + 0xf8, 0x42, 0x1e, 0x0b, 0x84, 0xbc, 0x31, 0x24, 0xa6, 0x2a, 0x08, 0xe4, 0x9b, 0x30, 0xe6, 0xe8, + 0x7b, 0x9a, 0xa0, 0xcf, 0xd1, 0x2d, 0x42, 0xcf, 0x40, 0x4a, 0xf6, 0x5c, 0xcb, 0x2d, 0x7b, 0x43, + 0x05, 0x47, 0xdf, 0xe3, 0xbc, 0xd2, 0x6c, 0x90, 0x4f, 0xb3, 0xc1, 0x1c, 0x94, 0xd8, 0x70, 0x11, + 0x3b, 0x63, 0x28, 0xa9, 0xfe, 0x7f, 0xe5, 0x1f, 0x24, 0xb8, 0xd2, 0x77, 0xa8, 0x64, 0xa9, 0x46, + 0x3f, 0xfd, 0x8e, 0xa8, 0x7c, 0x20, 0xc1, 0xf3, 0x59, 0x06, 0x7a, 0x04, 0xa6, 0xcd, 0x68, 0x17, + 0xe5, 0x07, 0x12, 0x9c, 0x5d, 0xb5, 0x5b, 0xad, 0xb7, 0x43, 0x4b, 0x04, 0x5b, 0x6a, 0x33, 0xa9, + 0x3b, 0xba, 0x92, 0xe7, 0x0e, 0xb6, 0x92, 0x87, 0x97, 0xa2, 0x7c, 0x6c, 0x29, 0x7a, 0x0e, 0x26, + 0x59, 0x62, 0xac, 0x19, 0xdb, 0xc8, 0xd8, 0x71, 0xbb, 0x6d, 0xaa, 0xda, 0xb2, 0x3a, 0xc1, 0xc0, + 0x4d, 0x0e, 0x55, 0x3e, 0x19, 0x85, 0x73, 0x3d, 0x06, 0xc2, 0xd5, 0x79, 0x8e, 0xcb, 0xca, 0xb4, + 0x21, 0x51, 0x6d, 0x50, 0x29, 0x98, 0x87, 0x7e, 0x0d, 0xe4, 0x64, 0x5e, 0x30, 0xbc, 0x0b, 0x4d, + 0x25, 0x32, 0x83, 0xa3, 0xcc, 0x9c, 0xbe, 0x00, 0xa7, 0x3b, 0x0e, 0xda, 0xc5, 0x76, 0xd7, 0xd5, + 0x5c, 0x12, 0xee, 0x91, 0xc9, 0xa3, 0x15, 0x36, 0x79, 0x26, 0x3b, 0x2b, 0x10, 0xd6, 0x58, 0x3b, + 0x8d, 0x3e, 0x2b, 0xa6, 0xbc, 0x08, 0xd5, 0x04, 0x45, 0x91, 0x52, 0x4c, 0xb8, 0x51, 0xcc, 0x1a, + 0x8c, 0xea, 0x1e, 0x91, 0x8d, 0xa5, 0x43, 0x45, 0x55, 0xfc, 0x95, 0x5f, 0x04, 0x79, 0x43, 0x37, + 0x76, 0x5a, 0xf6, 0x96, 0x66, 0xd8, 0x5d, 0xcb, 0xd3, 0xb6, 0xb1, 0xc5, 0x52, 0x9b, 0xbc, 0x5a, + 0xe5, 0x2d, 0x4d, 0xd2, 0x70, 0x17, 0x5b, 0x5e, 0xd8, 0x7f, 0x4b, 0x47, 0xe0, 0xbf, 0xe5, 0xb4, + 0xb8, 0xb2, 0x04, 0x45, 0x7a, 0xea, 0x4c, 0xb3, 0x94, 0x84, 0x4e, 0xd9, 0x3d, 0x40, 0x48, 0xa5, + 0x0f, 0x08, 0x40, 0x65, 0x24, 0xf2, 0x16, 0x9c, 0x4b, 0xcb, 0x04, 0x03, 0x7f, 0x1e, 0x1b, 0xc2, + 0x9f, 0xe7, 0x92, 0x19, 0xa1, 0xef, 0xe0, 0x77, 0x60, 0x42, 0x24, 0x1f, 0x26, 0x4d, 0xde, 0x78, + 0x2e, 0x33, 0x97, 0xc8, 0xdc, 0xd6, 0xc5, 0xb1, 0xf2, 0x72, 0xe1, 0x03, 0x92, 0xba, 0x8d, 0xfb, + 0x74, 0xa4, 0x45, 0x6e, 0x42, 0x45, 0xd8, 0x90, 0xb2, 0x19, 0xcf, 0xc8, 0x66, 0x8c, 0x53, 0x51, + 0x26, 0x08, 0x46, 0xc9, 0xf8, 0x31, 0x72, 0x6b, 0x13, 0x34, 0xe2, 0xbf, 0x31, 0xf0, 0x50, 0xa8, + 0xef, 0xc4, 0x6a, 0x3c, 0x60, 0xdc, 0xd8, 0x09, 0xa9, 0xe0, 0x3d, 0xf7, 0x1e, 0x54, 0xc2, 0x0d, + 0x29, 0x07, 0x75, 0x4b, 0xe1, 0x83, 0xba, 0xcc, 0xb6, 0x0b, 0x8e, 0xf3, 0xfe, 0xa4, 0x08, 0x17, + 0x98, 0x10, 0x66, 0x58, 0xb8, 0xa6, 0xdd, 0xee, 0x90, 0xcd, 0xb3, 0x29, 0x42, 0xd8, 0x80, 0x89, + 0xff, 0x25, 0x28, 0xf1, 0x5b, 0x15, 0xb7, 0xf7, 0x12, 0xa8, 0x5b, 0x26, 0x3d, 0xa5, 0x66, 0x3f, + 0x55, 0x9f, 0xa2, 0x6f, 0xf0, 0xd2, 0x61, 0xca, 0xf5, 0xb0, 0xb1, 0xb3, 0x1f, 0x4e, 0x11, 0xd9, + 0x76, 0xe7, 0xff, 0xf5, 0x71, 0xaa, 0x35, 0x4a, 0xe3, 0xfb, 0x51, 0x24, 0x5d, 0xa4, 0x4d, 0xa1, + 0x74, 0xf1, 0x06, 0xd4, 0x1c, 0xe4, 0x75, 0x1d, 0x8b, 0x66, 0x37, 0x91, 0x6d, 0x02, 0xcf, 0x72, + 0x66, 0x58, 0xfb, 0x9b, 0x68, 0x2f, 0xac, 0x24, 0x79, 0x19, 0xea, 0x9b, 0xb6, 0x63, 0x20, 0xcd, + 0x70, 0x90, 0xee, 0xa1, 0x14, 0xf2, 0x11, 0x4a, 0x3e, 0x47, 0xb1, 0x9a, 0x14, 0x29, 0xce, 0x23, + 0x25, 0x38, 0x8f, 0xa6, 0x05, 0x67, 0xf9, 0xeb, 0x30, 0x4e, 0xcd, 0xa9, 0x39, 0xc8, 0xed, 0xb6, + 0x3c, 0xb7, 0x56, 0xa2, 0x7a, 0x7e, 0x94, 0xe1, 0x48, 0x7e, 0xa0, 0x79, 0x1b, 0xcc, 0x2f, 0x18, + 0x63, 0xe6, 0x83, 0x95, 0xc7, 0x21, 0x50, 0x74, 0x05, 0x2b, 0xc7, 0x56, 0xb0, 0xb9, 0x1d, 0x98, + 0x4a, 0x30, 0x48, 0xf1, 0xd5, 0xaf, 0x46, 0x7d, 0xf5, 0xf9, 0x4c, 0xbe, 0x4a, 0x59, 0x86, 0x3d, + 0xf6, 0x5f, 0x24, 0xb8, 0xd8, 0x7f, 0x48, 0x7c, 0xad, 0x32, 0xc2, 0x4b, 0x06, 0x31, 0x06, 0x4b, + 0x00, 0xbe, 0x72, 0xb8, 0x99, 0x1a, 0x5a, 0x4c, 0x88, 0xf9, 0x10, 0x4c, 0xd0, 0x4b, 0x13, 0x7a, + 0xee, 0xa0, 0xbb, 0x3b, 0xc2, 0xfd, 0xb3, 0xf5, 0x72, 0x93, 0x93, 0x26, 0x7b, 0x19, 0xd7, 0x43, + 0x4d, 0xae, 0xf2, 0x07, 0x39, 0x58, 0x48, 0x19, 0xf4, 0x6d, 0x7a, 0xe3, 0x9b, 0x71, 0x8e, 0xde, + 0x82, 0x22, 0xbd, 0x1a, 0xa6, 0xea, 0x9f, 0x88, 0x1f, 0x24, 0x26, 0xf6, 0x97, 0x01, 0xff, 0x26, + 0xa1, 0x52, 0x19, 0x31, 0x59, 0x90, 0xf8, 0xc5, 0x28, 0x5f, 0x82, 0x63, 0x13, 0x9d, 0x37, 0x12, + 0x4e, 0xb7, 0xd9, 0x4f, 0x55, 0x10, 0x44, 0xe6, 0x79, 0x61, 0x70, 0x92, 0x52, 0x4c, 0x9d, 0x07, + 0x11, 0x57, 0x1c, 0x89, 0xb9, 0xa2, 0x72, 0x01, 0xce, 0xf7, 0xd1, 0x13, 0x3f, 0xe7, 0xf9, 0x4f, + 0x9e, 0xb0, 0xa5, 0xa8, 0xff, 0x58, 0x24, 0x6c, 0xef, 0xc2, 0xc9, 0xa0, 0x03, 0xad, 0x8d, 0x3c, + 0x9d, 0xde, 0xc1, 0xb1, 0xa8, 0xf7, 0x62, 0x96, 0x9e, 0xee, 0x73, 0x1a, 0x75, 0xca, 0x8b, 0x83, + 0x94, 0x6f, 0x95, 0x59, 0x96, 0xd7, 0xd3, 0xf9, 0x06, 0x39, 0xd2, 0x4b, 0xa1, 0x2c, 0x2f, 0x50, + 0x13, 0x3b, 0xed, 0xf2, 0x53, 0xb7, 0xe0, 0x4a, 0xee, 0x08, 0x53, 0xb7, 0xf4, 0xfc, 0xb2, 0x70, + 0x34, 0xf9, 0x65, 0x30, 0x8f, 0x89, 0x90, 0xc5, 0xfe, 0x42, 0xfa, 0xca, 0xa3, 0x42, 0xea, 0xa1, + 0x7f, 0xf2, 0x3c, 0x8c, 0xf9, 0xac, 0xb0, 0xc9, 0x5d, 0x14, 0x04, 0x68, 0xc5, 0x0c, 0x1d, 0x4f, + 0x8c, 0x0e, 0x73, 0x3c, 0x11, 0x9c, 0xd6, 0x95, 0x86, 0x3b, 0xad, 0xbb, 0x0f, 0x53, 0xdb, 0x48, + 0x77, 0xbc, 0x0d, 0xa4, 0x7b, 0x9a, 0x89, 0x3c, 0x1d, 0xb7, 0x5c, 0x1a, 0xc4, 0xb3, 0xf0, 0xa8, + 0xfa, 0xa4, 0xb7, 0x18, 0x65, 0x4a, 0x26, 0x06, 0x07, 0xcb, 0xc4, 0x10, 0xd4, 0x8d, 0xae, 0xe3, + 0x90, 0x3c, 0x9a, 0x27, 0xc7, 0x5a, 0x8c, 0xf1, 0x58, 0x46, 0xc6, 0x67, 0x38, 0x9f, 0x9b, 0x8c, + 0xcd, 0x5a, 0xdf, 0x84, 0xaf, 0x72, 0x90, 0x84, 0x2f, 0x94, 0xcf, 0x8f, 0x47, 0xf3, 0xf9, 0x77, + 0xe0, 0xb4, 0x90, 0x5a, 0xf3, 0x6c, 0xcd, 0x68, 0xd9, 0x2e, 0xf2, 0x4f, 0x17, 0x27, 0xb2, 0x9d, + 0x2e, 0xce, 0x0a, 0x0e, 0xeb, 0x76, 0x93, 0xd0, 0x8b, 0x03, 0xc6, 0x75, 0x98, 0xa5, 0x42, 0x24, + 0x19, 0x4f, 0x66, 0x3c, 0xb6, 0xa4, 0xe4, 0x31, 0xae, 0xf7, 0xc2, 0xfe, 0x20, 0x18, 0x56, 0xb3, + 0x31, 0x0c, 0xdc, 0x41, 0x70, 0x8b, 0x1f, 0x31, 0x4e, 0x1d, 0xec, 0x88, 0x51, 0xf9, 0x0b, 0x09, + 0x14, 0x15, 0x19, 0xb6, 0x63, 0x86, 0x03, 0xd3, 0x5d, 0xd1, 0x5d, 0xc6, 0x45, 0x6e, 0x09, 0x46, + 0x85, 0x87, 0xe7, 0x32, 0x7a, 0xb8, 0x20, 0xe8, 0x1b, 0x92, 0x23, 0x2b, 0x42, 0x21, 0xbe, 0xea, + 0xac, 0x92, 0x24, 0xba, 0x8f, 0xe8, 0x3c, 0xae, 0x5e, 0x81, 0xaa, 0xa1, 0x5b, 0x06, 0x6a, 0x69, + 0xfc, 0x20, 0x18, 0xb1, 0x73, 0xc4, 0x92, 0x3a, 0xc9, 0xe0, 0xaa, 0x00, 0x2b, 0xff, 0x2e, 0xc1, + 0xe5, 0x3e, 0x2c, 0x97, 0xf7, 0x57, 0xcc, 0x23, 0xba, 0x93, 0x08, 0x8e, 0x34, 0xf3, 0xa1, 0x23, + 0xcd, 0x78, 0x14, 0x2b, 0x24, 0xa2, 0x58, 0x48, 0xd3, 0xc5, 0xc3, 0x68, 0x7a, 0x24, 0xaa, 0x69, + 0x65, 0x1d, 0x9e, 0x1b, 0x38, 0xf0, 0xe1, 0xf5, 0xf9, 0xe7, 0x92, 0xbf, 0xcf, 0x09, 0xf3, 0x1d, + 0x76, 0x9f, 0xf3, 0x79, 0x18, 0x61, 0xe9, 0x77, 0x66, 0xef, 0xe2, 0xf8, 0x87, 0x70, 0xae, 0xcb, + 0x7e, 0xbe, 0xdb, 0x43, 0x72, 0x9e, 0xd5, 0xfc, 0x9b, 0x44, 0x34, 0xd7, 0x1b, 0xf1, 0x18, 0xf8, + 0x4c, 0xa0, 0xbe, 0xe2, 0x21, 0xd4, 0x17, 0xf7, 0x98, 0xe7, 0x61, 0x71, 0xf0, 0xb8, 0xb9, 0x92, + 0xbe, 0x19, 0x24, 0xd2, 0x61, 0xe4, 0xa1, 0x12, 0xe9, 0x50, 0x0a, 0x9c, 0x3b, 0x4c, 0x0a, 0x3c, + 0x94, 0x1b, 0xc8, 0x8f, 0x60, 0xb6, 0xa5, 0xbb, 0x9e, 0x96, 0x5c, 0xca, 0xb3, 0xea, 0x72, 0x9a, + 0xd0, 0xdf, 0x8d, 0x2d, 0xe7, 0x8a, 0xee, 0x67, 0xcc, 0x69, 0x0a, 0xe1, 0x33, 0xed, 0x4b, 0x50, + 0xe2, 0x23, 0x10, 0x55, 0x30, 0x83, 0xc7, 0xec, 0x53, 0x28, 0x7f, 0x93, 0x4b, 0x75, 0x61, 0xd6, + 0xc7, 0xf1, 0x08, 0x65, 0xc2, 0xa0, 0xc5, 0xc3, 0x18, 0x34, 0xe6, 0x98, 0x7d, 0x4c, 0x36, 0x7a, + 0x28, 0x93, 0x21, 0xb8, 0x34, 0x40, 0x9d, 0x47, 0x62, 0x36, 0xb6, 0x22, 0x27, 0x27, 0x16, 0x0d, + 0xad, 0xc3, 0xcc, 0x96, 0x67, 0xb0, 0x22, 0x5f, 0x4a, 0x0f, 0xf7, 0xbe, 0xe8, 0x3c, 0x1c, 0xb0, + 0x65, 0xb6, 0x27, 0xde, 0xcf, 0xf0, 0x32, 0x7b, 0x25, 0x7d, 0xb1, 0x88, 0x0c, 0x9c, 0x2b, 0xe9, + 0x0f, 0x73, 0xc4, 0xdf, 0xa8, 0x16, 0x58, 0xfb, 0x01, 0xcb, 0x23, 0x3e, 0xbd, 0xdb, 0x81, 0x7e, + 0x7e, 0x12, 0xbd, 0x88, 0x2f, 0xc4, 0x2f, 0xe2, 0x5f, 0x86, 0xd9, 0x4d, 0xec, 0xb8, 0x5e, 0xb8, + 0xa0, 0x97, 0xd9, 0x89, 0x1d, 0x3f, 0x9c, 0xa4, 0xad, 0x41, 0xef, 0xd4, 0x6a, 0xb3, 0x64, 0x1d, + 0xd3, 0x5d, 0xdb, 0xe2, 0x6a, 0xe5, 0xff, 0x94, 0x45, 0xe2, 0x4d, 0xfd, 0x15, 0xc5, 0x75, 0xfa, + 0xdf, 0x39, 0xa8, 0xaf, 0xe1, 0x2d, 0x4b, 0x3f, 0x7e, 0xca, 0x9c, 0x87, 0x31, 0x97, 0x4a, 0xc6, + 0x4a, 0x83, 0x79, 0x19, 0x34, 0x03, 0xd1, 0x9a, 0x60, 0x7f, 0x1f, 0x5a, 0x18, 0x6e, 0x1f, 0x1a, + 0xb6, 0x52, 0xb1, 0xaf, 0x95, 0x46, 0xe2, 0x56, 0xaa, 0xc1, 0xa8, 0x61, 0x5b, 0x9e, 0x63, 0xb7, + 0xf8, 0xe9, 0xa8, 0xf8, 0x1b, 0xda, 0x4c, 0x97, 0x86, 0xba, 0xeb, 0x3f, 0x0f, 0xf3, 0x3d, 0xf5, + 0xcf, 0x6d, 0xf4, 0x8d, 0x32, 0x3c, 0xc7, 0x71, 0xb0, 0xb7, 0xfd, 0x59, 0x61, 0xd0, 0x67, 0x85, + 0x41, 0x3f, 0x3b, 0x85, 0x41, 0xb1, 0x49, 0x5e, 0x49, 0x4c, 0xf2, 0x26, 0x54, 0x38, 0x02, 0x73, + 0x84, 0xf1, 0x8c, 0x8e, 0xc0, 0xd9, 0xae, 0x50, 0x77, 0x08, 0x4d, 0xdb, 0x89, 0xe8, 0xb4, 0x8d, + 0x9f, 0x1a, 0x4c, 0x1e, 0x55, 0x61, 0x52, 0xb5, 0x4f, 0x61, 0xd2, 0xd4, 0xe1, 0x0a, 0x93, 0xe4, + 0x23, 0x2c, 0x4c, 0x3a, 0x39, 0x54, 0xb0, 0xba, 0x09, 0x8b, 0x83, 0x03, 0x51, 0xff, 0x12, 0xa5, + 0x7f, 0xcc, 0xc1, 0x39, 0x15, 0xb9, 0xc8, 0x3b, 0x76, 0xeb, 0x4d, 0xb0, 0x98, 0xe6, 0xc3, 0x8b, + 0xa9, 0xfc, 0xd5, 0xd0, 0xd5, 0x32, 0x9d, 0x99, 0x9b, 0xd8, 0xc2, 0xee, 0x76, 0xfc, 0xae, 0xfe, + 0x74, 0x78, 0x02, 0xde, 0xa6, 0x28, 0xe2, 0x12, 0x3e, 0x3a, 0xd5, 0x8a, 0xf1, 0xa9, 0xf6, 0x10, + 0x64, 0xfa, 0x82, 0x4d, 0x73, 0x90, 0xde, 0xe9, 0xb4, 0xf6, 0xc3, 0x65, 0x4a, 0xcf, 0xf5, 0x98, + 0x64, 0x54, 0x85, 0x2a, 0xc3, 0xa7, 0xc1, 0xb7, 0xea, 0xc4, 0x20, 0xca, 0x0d, 0xa8, 0xf7, 0x52, + 0x74, 0x7f, 0x13, 0xfd, 0x65, 0x0e, 0xce, 0xaf, 0x23, 0xa7, 0x8d, 0x2d, 0xdd, 0x43, 0x3f, 0x35, + 0x66, 0x0a, 0x25, 0xa8, 0x85, 0xc3, 0x24, 0xa8, 0xf1, 0x8c, 0xa0, 0x77, 0x62, 0x36, 0xd2, 0x33, + 0x31, 0x53, 0x2e, 0x82, 0xd2, 0x4f, 0x83, 0x7c, 0x61, 0xff, 0xbd, 0x3c, 0x9c, 0xbf, 0x87, 0x5d, + 0xef, 0xad, 0x0e, 0xb2, 0x12, 0x58, 0x6e, 0x36, 0x45, 0xa7, 0xd6, 0x36, 0xe5, 0x32, 0xd7, 0x36, + 0xa5, 0x16, 0x78, 0xad, 0xc1, 0x14, 0x3f, 0xee, 0xc5, 0x6d, 0xff, 0x81, 0x0b, 0x53, 0x6a, 0xcc, + 0x1f, 0x59, 0x1b, 0xbb, 0xe8, 0xd6, 0x1d, 0x7a, 0x16, 0x2b, 0x5e, 0xb7, 0xb8, 0x51, 0x80, 0xfc, + 0x2e, 0x54, 0x03, 0x0d, 0x72, 0x9e, 0x6c, 0x55, 0xbf, 0xda, 0x8b, 0x67, 0x42, 0x27, 0x8c, 0xd5, + 0xdd, 0x13, 0xea, 0x24, 0x8a, 0x82, 0xe4, 0xfb, 0x30, 0x46, 0x66, 0x8d, 0x60, 0x3c, 0x92, 0x76, + 0xb3, 0x9b, 0x64, 0x4c, 0xe6, 0x89, 0xcf, 0x13, 0x3c, 0xff, 0xdf, 0x72, 0x19, 0x46, 0x19, 0xb6, + 0xab, 0xfc, 0xa6, 0x04, 0x4a, 0x3f, 0x23, 0xf9, 0xb5, 0xf8, 0xe0, 0xcb, 0x24, 0x36, 0xb9, 0x57, + 0xd3, 0x2f, 0x5f, 0x53, 0x87, 0xc6, 0x1e, 0x49, 0x04, 0x2c, 0x32, 0x3f, 0xcb, 0xf9, 0x49, 0x1e, + 0x2e, 0x10, 0xf9, 0xe8, 0xd1, 0xba, 0xf9, 0x99, 0x1b, 0x1d, 0x23, 0x37, 0x92, 0xdf, 0x80, 0x71, + 0xd7, 0xd3, 0xbd, 0xae, 0x2b, 0x18, 0x8e, 0xa6, 0xa5, 0xc1, 0x91, 0xd1, 0x7b, 0x5d, 0xd7, 0x67, + 0x55, 0x71, 0x43, 0xff, 0xc3, 0x3e, 0xf9, 0xdb, 0x12, 0x5c, 0xec, 0x6f, 0xf3, 0x67, 0xed, 0x95, + 0xdf, 0x96, 0xe0, 0x1c, 0x91, 0xf0, 0xa0, 0xfe, 0x18, 0x79, 0xa7, 0x97, 0x1b, 0xfc, 0x4e, 0x2f, + 0xd5, 0x01, 0xa7, 0x45, 0x41, 0x19, 0xdb, 0x6d, 0xb3, 0x3f, 0xca, 0x77, 0x24, 0xa8, 0xf7, 0x12, + 0xed, 0x59, 0xab, 0xed, 0x77, 0x24, 0xb8, 0x44, 0x64, 0xbb, 0xc9, 0xeb, 0x69, 0x8f, 0xa1, 0xfa, + 0x7e, 0x57, 0x82, 0xcb, 0x83, 0x44, 0x3c, 0x0e, 0xde, 0xb7, 0x66, 0xe8, 0xd6, 0x31, 0xf5, 0xbe, + 0x5e, 0xa2, 0x3d, 0x6b, 0xb5, 0xad, 0x43, 0x9d, 0x56, 0x7c, 0x1e, 0x54, 0x6d, 0xfe, 0x88, 0x73, + 0xe1, 0x11, 0xdf, 0x80, 0xf9, 0x9e, 0x5c, 0xf9, 0x88, 0xa7, 0xa1, 0x48, 0x6b, 0x50, 0x29, 0xcb, + 0xbc, 0xca, 0xfe, 0x28, 0x67, 0x61, 0xee, 0x0e, 0xf2, 0x12, 0xdb, 0x19, 0x26, 0x8a, 0xf2, 0x77, + 0x12, 0x9c, 0x49, 0x6d, 0xf6, 0x9f, 0xcc, 0x16, 0x76, 0xd0, 0xbe, 0xd0, 0xdf, 0xed, 0x81, 0x75, + 0x50, 0x7d, 0x78, 0x35, 0xde, 0x40, 0xfb, 0xbc, 0x1c, 0x8d, 0xf2, 0x9c, 0x7b, 0x0f, 0xca, 0x3e, + 0x28, 0xa5, 0xc0, 0xec, 0xcb, 0xe1, 0x02, 0xb3, 0xde, 0x39, 0xfc, 0x8a, 0x65, 0xa2, 0x27, 0xc8, + 0x7c, 0x44, 0x50, 0x69, 0x0e, 0x1f, 0xaa, 0x2e, 0xfb, 0xad, 0xe0, 0x7e, 0x88, 0xd6, 0x9f, 0x1d, + 0xe4, 0x92, 0xf0, 0x3e, 0x4c, 0x18, 0x82, 0x84, 0xed, 0x29, 0x98, 0x3c, 0x97, 0x7b, 0xc8, 0x13, + 0x2a, 0x74, 0xa3, 0xe2, 0x8c, 0xfb, 0xd4, 0xfc, 0x40, 0xa7, 0x12, 0x2e, 0xfc, 0x4b, 0x2f, 0xbb, + 0x4a, 0xdb, 0x89, 0x87, 0x2a, 0xf8, 0xc8, 0x3e, 0x19, 0x39, 0x8e, 0xed, 0x68, 0xfc, 0x9b, 0x0d, + 0x7c, 0x72, 0x54, 0x28, 0xf0, 0x3e, 0x83, 0xf5, 0x2f, 0xad, 0xfa, 0xff, 0x85, 0x52, 0xb1, 0x3a, + 0x12, 0x2a, 0xb0, 0x4a, 0xd3, 0x0f, 0x4f, 0xb0, 0x7f, 0x59, 0x82, 0x33, 0x74, 0x0f, 0xc4, 0xca, + 0x30, 0x87, 0xac, 0xaf, 0x3a, 0xaa, 0xf7, 0x07, 0x4a, 0x1d, 0xce, 0xa6, 0x4b, 0xc1, 0xc5, 0xfc, + 0x6e, 0x0e, 0xa6, 0xe9, 0x28, 0x04, 0x97, 0xff, 0xe3, 0xf7, 0x11, 0x7e, 0xe1, 0x75, 0x7e, 0xf8, + 0xc2, 0x6b, 0x1d, 0x66, 0x85, 0x57, 0xfc, 0x02, 0x32, 0x3c, 0xcd, 0xb0, 0x2d, 0x13, 0xfb, 0xe5, + 0x50, 0x13, 0xd7, 0x5f, 0xe8, 0xef, 0x6c, 0x84, 0xa6, 0x29, 0x48, 0xd4, 0xe9, 0xc7, 0x29, 0x50, + 0xe5, 0x8f, 0x24, 0x98, 0x89, 0xa9, 0x87, 0xcf, 0xf1, 0xb8, 0x4b, 0x4a, 0x07, 0x71, 0xc9, 0x37, + 0x60, 0x22, 0x3c, 0x02, 0x64, 0x0e, 0xa8, 0x61, 0x0e, 0x49, 0x8e, 0x4c, 0x75, 0xfc, 0x71, 0xf8, + 0xaf, 0xf2, 0x6b, 0x12, 0x2c, 0x88, 0xa7, 0xed, 0x07, 0xdc, 0x3a, 0x1f, 0x99, 0xdb, 0x7d, 0xb3, + 0x00, 0xe7, 0xfb, 0xc8, 0xc2, 0x75, 0x18, 0x49, 0xa8, 0xf9, 0x6b, 0x5d, 0xa6, 0xc7, 0x6b, 0x43, + 0xac, 0x39, 0xfc, 0x9d, 0x6e, 0x90, 0x50, 0xf3, 0x57, 0xba, 0x5b, 0x70, 0x2a, 0xe5, 0x20, 0x36, + 0xf4, 0x8e, 0x7c, 0xe8, 0x85, 0x6d, 0x66, 0x2f, 0x0d, 0x2c, 0xbf, 0x0b, 0x72, 0x07, 0x59, 0x26, + 0xb6, 0xb6, 0x34, 0x7e, 0x6b, 0x85, 0x91, 0x5b, 0xcb, 0xd3, 0xe0, 0xff, 0x52, 0xef, 0x3e, 0x56, + 0x19, 0x8d, 0xb8, 0x7b, 0xa2, 0x3d, 0x4c, 0x75, 0x22, 0x40, 0x8c, 0x5c, 0xf9, 0xe7, 0xa1, 0x2a, + 0xb8, 0x1b, 0xdb, 0xb8, 0x65, 0x3a, 0xf4, 0x59, 0x10, 0xe1, 0xfd, 0xf2, 0x40, 0xde, 0x4d, 0x42, + 0x10, 0x1d, 0xc3, 0x64, 0x27, 0xd4, 0xe4, 0x20, 0x4b, 0x46, 0x30, 0x23, 0xf8, 0x27, 0xeb, 0xbe, + 0xfb, 0x5a, 0x82, 0x77, 0x12, 0xae, 0x32, 0xa5, 0x5d, 0x9c, 0xec, 0x24, 0x1b, 0x94, 0x5f, 0xc9, + 0x05, 0xdf, 0x70, 0x78, 0x16, 0xc5, 0xa6, 0xf7, 0x60, 0x32, 0x54, 0x50, 0xea, 0x5f, 0x30, 0xf4, + 0xfe, 0xfa, 0x88, 0xcf, 0x85, 0x2d, 0x48, 0x5e, 0xf8, 0xaf, 0xfc, 0x05, 0x38, 0x8d, 0x2d, 0xa3, + 0xd5, 0x35, 0x51, 0xe8, 0xa1, 0x87, 0xc6, 0xf6, 0x4c, 0xfc, 0x61, 0xda, 0x2c, 0x47, 0xf0, 0xf9, + 0xb0, 0x1d, 0x96, 0xf2, 0x67, 0x52, 0xf0, 0x05, 0x8a, 0x64, 0xdd, 0xe9, 0x6b, 0x30, 0xda, 0xb1, + 0x5b, 0x2d, 0xe4, 0x88, 0xec, 0xe1, 0x52, 0x9f, 0x81, 0xae, 0x52, 0x4c, 0xaa, 0x73, 0x41, 0x25, + 0x3f, 0x82, 0xa9, 0xa4, 0x44, 0xa9, 0xd5, 0xe6, 0xe9, 0x3a, 0x63, 0x52, 0xaa, 0x93, 0x5e, 0x4c, + 0xec, 0x53, 0x30, 0x73, 0x07, 0x79, 0xfc, 0xbb, 0x38, 0xb4, 0x4b, 0x9e, 0x0c, 0xfd, 0x46, 0x01, + 0x66, 0xe3, 0x2d, 0x7c, 0x30, 0xef, 0xc3, 0x94, 0xdb, 0xed, 0x74, 0x6c, 0x5a, 0x78, 0x68, 0xb4, + 0x30, 0xb2, 0x3c, 0x31, 0xac, 0xfb, 0x59, 0x92, 0xa2, 0x14, 0x9e, 0x8d, 0x35, 0xc1, 0xb0, 0xc9, + 0xf8, 0xb1, 0xdc, 0xa8, 0xea, 0xc6, 0xc0, 0xec, 0x35, 0xbc, 0x13, 0x7e, 0xa1, 0xef, 0xbf, 0x86, + 0x77, 0x42, 0xef, 0xf3, 0xcf, 0x01, 0x88, 0xaf, 0x00, 0xf9, 0xf7, 0xd2, 0x65, 0x0e, 0x59, 0x31, + 0xe5, 0x3b, 0x50, 0xe1, 0xe4, 0x2c, 0x70, 0xa4, 0xde, 0x25, 0x71, 0x0c, 0x22, 0x34, 0x67, 0x4b, + 0x25, 0x1e, 0xdb, 0x0d, 0xfe, 0xc8, 0xe7, 0xa1, 0x12, 0xf9, 0xda, 0x10, 0x3b, 0xea, 0x1b, 0x33, + 0x42, 0xdf, 0x19, 0x6a, 0xc0, 0x49, 0xf1, 0x72, 0xd4, 0xdd, 0xd6, 0x1d, 0x93, 0xbd, 0x8d, 0xe2, + 0x6f, 0xa7, 0xa6, 0x78, 0xd3, 0x1a, 0x69, 0xa1, 0x39, 0x2d, 0xfd, 0x96, 0x03, 0xe9, 0xc1, 0xf5, + 0x90, 0x65, 0x10, 0x53, 0xdb, 0x0e, 0xe2, 0x57, 0x83, 0xd5, 0x50, 0xc3, 0x1a, 0x81, 0xcb, 0x57, + 0xa0, 0x1a, 0xfa, 0x48, 0x0e, 0xc3, 0x65, 0x5f, 0x1b, 0x9a, 0x0c, 0xe0, 0x14, 0x75, 0xae, 0x09, + 0x33, 0xa9, 0x4a, 0x1e, 0xea, 0x1b, 0x39, 0xb3, 0x30, 0x4d, 0xb2, 0xda, 0x7d, 0xd7, 0x43, 0xed, + 0xb0, 0xb7, 0xfc, 0x69, 0x9e, 0xfa, 0x51, 0xb8, 0x81, 0x3b, 0x4b, 0xd2, 0x60, 0x52, 0x9a, 0xc1, + 0xb6, 0xa0, 0x62, 0xe8, 0x1d, 0x9d, 0x0a, 0x4c, 0xc2, 0x2c, 0x73, 0xed, 0x66, 0xa6, 0x1c, 0x3b, + 0xd1, 0x69, 0xa3, 0x19, 0x62, 0xa5, 0x46, 0x18, 0xcf, 0x7d, 0x23, 0x07, 0x95, 0x70, 0xb3, 0xfc, + 0x0a, 0x9c, 0xe2, 0xd7, 0x41, 0xba, 0x65, 0x6a, 0x6c, 0xdd, 0xe6, 0x57, 0x19, 0xac, 0xe2, 0x6e, + 0x9a, 0x35, 0xdf, 0xe4, 0x79, 0x21, 0xbb, 0xc0, 0x90, 0x6f, 0x41, 0x1d, 0x5b, 0x1e, 0x72, 0x08, + 0x21, 0xcb, 0x3f, 0x4d, 0xbc, 0xb9, 0x89, 0x1c, 0x64, 0x79, 0x58, 0xf7, 0x17, 0xda, 0x92, 0x7a, + 0x56, 0x60, 0xbd, 0x4e, 0x90, 0x6e, 0x45, 0x71, 0xe4, 0x37, 0x40, 0xf1, 0x8b, 0x24, 0x78, 0x75, + 0x8a, 0x26, 0x22, 0x90, 0x5f, 0x5b, 0x43, 0xfd, 0xb7, 0xa4, 0xce, 0x0b, 0x4c, 0x5e, 0xcf, 0xb2, + 0xc2, 0xf0, 0xfc, 0x1a, 0x1a, 0xf9, 0x25, 0x90, 0xf9, 0x7c, 0x71, 0xfd, 0x5b, 0x23, 0x11, 0xb6, + 0xc4, 0x8c, 0x75, 0xc5, 0xd5, 0x91, 0xab, 0xfc, 0x12, 0x3f, 0xb5, 0xf0, 0x63, 0xc4, 0xaa, 0xee, + 0x78, 0x78, 0x88, 0xcd, 0xd9, 0x51, 0x04, 0x70, 0xe5, 0x3b, 0x39, 0x98, 0xef, 0x29, 0x85, 0x1f, + 0x70, 0xea, 0x91, 0xa7, 0x28, 0x3c, 0x0a, 0x76, 0x7c, 0x4c, 0x1e, 0x7d, 0x5e, 0xc9, 0xd2, 0xb9, + 0xcf, 0xdf, 0x7f, 0x49, 0x70, 0x46, 0x8f, 0xbf, 0x17, 0x08, 0x64, 0x20, 0x7d, 0x47, 0xef, 0x6a, + 0x12, 0x7d, 0xe7, 0x0e, 0xd5, 0xf7, 0x5e, 0xfc, 0x39, 0x4e, 0xd0, 0xb7, 0xf2, 0xbd, 0x3c, 0xcc, + 0xb0, 0xb7, 0x55, 0xc2, 0x6a, 0x99, 0x2f, 0xe5, 0xfd, 0xc2, 0xed, 0xe0, 0x52, 0x5e, 0x80, 0x56, + 0x4c, 0xf9, 0x2b, 0x50, 0xf2, 0xaf, 0x15, 0x59, 0x86, 0xae, 0x44, 0xc5, 0x17, 0xad, 0xf4, 0x08, + 0x51, 0xf4, 0xed, 0xd3, 0xc8, 0xf7, 0x60, 0x1c, 0x5b, 0xd8, 0xc3, 0x7a, 0x4b, 0xeb, 0xe8, 0x9e, + 0xb1, 0x9d, 0x7e, 0x06, 0x9b, 0xc6, 0x64, 0x95, 0xa0, 0xab, 0x15, 0x4e, 0x4d, 0xff, 0x1d, 0xa6, + 0x7a, 0x42, 0xdc, 0x7f, 0x8e, 0x1e, 0xee, 0xfe, 0xb3, 0x74, 0xd8, 0xfb, 0x4f, 0xe5, 0x35, 0x98, + 0x8d, 0x5b, 0x2a, 0x08, 0x80, 0x24, 0x07, 0x6e, 0x61, 0xc3, 0x8b, 0x6c, 0xab, 0xc7, 0x05, 0x94, + 0x9d, 0x94, 0x7c, 0x0d, 0x4e, 0x89, 0xf4, 0xe1, 0x68, 0x8d, 0xad, 0xfc, 0x20, 0x94, 0xa2, 0x25, + 0xa4, 0x0b, 0x7b, 0x82, 0x74, 0x00, 0x4f, 0x58, 0x82, 0x42, 0x28, 0xf5, 0xbe, 0x3c, 0x98, 0x96, + 0xc6, 0x69, 0x4a, 0xe3, 0x1b, 0x2f, 0x7f, 0x38, 0xe3, 0x15, 0x0e, 0x7d, 0x79, 0x9d, 0x34, 0x51, + 0x31, 0xcd, 0x44, 0xff, 0x21, 0xc1, 0x0c, 0xfb, 0x70, 0xd2, 0x31, 0x9b, 0x8e, 0x49, 0xf9, 0x0b, + 0x29, 0xf2, 0x1f, 0x62, 0x9e, 0x29, 0x35, 0xf1, 0xa1, 0xaf, 0xb8, 0x03, 0x29, 0x7f, 0x2b, 0xc1, + 0x34, 0x9d, 0xc6, 0x47, 0xac, 0x93, 0x2f, 0x43, 0x91, 0x85, 0x96, 0xfc, 0x70, 0xa1, 0x85, 0x51, + 0xf5, 0x7d, 0x90, 0xd7, 0xff, 0xf2, 0x9c, 0xa4, 0xc4, 0xb1, 0x01, 0xf1, 0xa1, 0xfe, 0x48, 0x82, + 0x05, 0xb2, 0x54, 0x89, 0x86, 0xfb, 0x04, 0x0b, 0x5b, 0x5b, 0xf4, 0x79, 0xcd, 0x11, 0x0d, 0xfb, + 0x35, 0x80, 0xe0, 0x86, 0x8b, 0x8f, 0x7d, 0xf0, 0x83, 0x9e, 0xb2, 0x7f, 0xa7, 0x25, 0x7f, 0x11, + 0x4a, 0xc8, 0xe2, 0xef, 0x81, 0x0a, 0x19, 0xc9, 0x47, 0x91, 0x45, 0xdf, 0x02, 0x29, 0x26, 0xbb, + 0x3d, 0xee, 0x31, 0x40, 0x7f, 0x2f, 0x13, 0x16, 0x91, 0xad, 0xbc, 0xc3, 0x88, 0xa8, 0x38, 0x30, + 0x73, 0x8b, 0x7e, 0xc0, 0xec, 0x88, 0x5d, 0xa6, 0x4f, 0xad, 0x24, 0x71, 0xe0, 0x78, 0x9f, 0xdc, + 0xaa, 0xbf, 0x2a, 0xc1, 0x74, 0x78, 0xd0, 0xcf, 0xee, 0x7a, 0x53, 0xf9, 0x75, 0xfe, 0x91, 0xc9, + 0x90, 0x28, 0x5c, 0xe7, 0x2b, 0x50, 0x0e, 0x32, 0x3a, 0xa6, 0xf2, 0x17, 0x06, 0xcf, 0x08, 0xc2, + 0x8b, 0x6d, 0xa4, 0x02, 0xea, 0xcc, 0x47, 0xf7, 0xbf, 0x9f, 0x03, 0x85, 0xcd, 0x79, 0xb2, 0xe1, + 0x47, 0xce, 0x72, 0x17, 0xb7, 0xcc, 0x15, 0xf3, 0x2d, 0xc7, 0x44, 0x0e, 0xb6, 0xb6, 0xb2, 0x69, + 0xe9, 0x5c, 0x22, 0x45, 0x2c, 0x87, 0x77, 0xef, 0x4d, 0x00, 0x7f, 0x1f, 0x66, 0xa6, 0x9f, 0x15, + 0x46, 0x12, 0x29, 0xb1, 0x0f, 0x33, 0xd5, 0xb2, 0xd8, 0x85, 0x99, 0xf2, 0x43, 0x38, 0xe9, 0x7f, + 0xf5, 0xc2, 0xb0, 0xdb, 0x1d, 0xdd, 0xc3, 0x1b, 0xad, 0x2c, 0xf5, 0x81, 0x01, 0x37, 0x59, 0x30, + 0x68, 0xfa, 0xf4, 0x24, 0xa8, 0x6e, 0x20, 0xc3, 0x6e, 0x23, 0xcd, 0x44, 0x9b, 0xba, 0x78, 0xd9, + 0x51, 0x52, 0xc7, 0x19, 0xf4, 0x16, 0x03, 0x2a, 0x97, 0xe0, 0x42, 0x5f, 0x2d, 0x71, 0x2f, 0xfb, + 0x3a, 0xcc, 0xf3, 0x6f, 0xbb, 0x7c, 0x3a, 0x9a, 0x3c, 0x03, 0xe5, 0xb6, 0xfe, 0x44, 0x33, 0x51, + 0xc7, 0xdb, 0xe6, 0x1f, 0xa2, 0x29, 0xb5, 0xf5, 0x27, 0xb7, 0xc8, 0x7f, 0xe5, 0xaf, 0x25, 0x58, + 0xe8, 0xdd, 0x3b, 0x77, 0xb1, 0x07, 0x30, 0x29, 0xde, 0x2c, 0x8a, 0x01, 0xa7, 0x7e, 0xfb, 0x2f, + 0x5d, 0x85, 0x6f, 0xda, 0x26, 0x52, 0x27, 0x38, 0x03, 0xae, 0x1b, 0xb2, 0x5c, 0x07, 0x06, 0xd1, + 0x5a, 0x48, 0xdf, 0x45, 0x22, 0x5d, 0xce, 0xce, 0xb4, 0x1a, 0xb0, 0xb8, 0x47, 0x39, 0x2c, 0xff, + 0xb3, 0xf4, 0xe1, 0x47, 0xf5, 0x13, 0x3f, 0xfc, 0xa8, 0x7e, 0xe2, 0x93, 0x8f, 0xea, 0xd2, 0x2f, + 0x3e, 0xad, 0x4b, 0xdf, 0x7b, 0x5a, 0x97, 0xfe, 0xea, 0x69, 0x5d, 0xfa, 0xf0, 0x69, 0x5d, 0xfa, + 0xfb, 0xa7, 0x75, 0xe9, 0xc7, 0x4f, 0xeb, 0x27, 0x3e, 0x79, 0x5a, 0x97, 0x3e, 0xf8, 0xb8, 0x7e, + 0xe2, 0xc3, 0x8f, 0xeb, 0x27, 0x7e, 0xf8, 0x71, 0xfd, 0x04, 0x28, 0xd8, 0x1e, 0xb4, 0x9d, 0x5c, + 0x9e, 0xe6, 0xc6, 0x10, 0x5a, 0x59, 0x25, 0xe1, 0x6c, 0x55, 0x7a, 0xe7, 0x95, 0xad, 0x10, 0x2d, + 0xb6, 0x7b, 0x7c, 0x43, 0xfd, 0x8b, 0x31, 0xd0, 0x1f, 0xe7, 0xe6, 0xd7, 0x05, 0xd1, 0xcd, 0x0e, + 0xf6, 0x8f, 0x1f, 0xd7, 0x78, 0x87, 0x8f, 0xae, 0xfd, 0x53, 0x4e, 0x11, 0x18, 0x4b, 0x4b, 0x37, + 0x3b, 0x78, 0x69, 0x29, 0x86, 0xb3, 0xb4, 0xf4, 0xe8, 0xda, 0xc6, 0x08, 0x8d, 0xaa, 0x2f, 0xff, + 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x7c, 0xc3, 0xc6, 0xa9, 0xc4, 0x5d, 0x00, 0x00, } func (this *RegisterNamespaceRequest) Equal(that interface{}) bool { @@ -10285,6 +10545,125 @@ func (this *ListSchedulesResponse) Equal(that interface{}) bool { } return true } +func (this *UpdateWorkerBuildIdOrderingRequest) Equal(that interface{}) bool { + if that == nil { + return this == nil + } + + that1, ok := that.(*UpdateWorkerBuildIdOrderingRequest) + if !ok { + that2, ok := that.(UpdateWorkerBuildIdOrderingRequest) + if ok { + that1 = &that2 + } else { + return false + } + } + if that1 == nil { + return this == nil + } else if this == nil { + return false + } + if this.Namespace != that1.Namespace { + return false + } + if this.TaskQueue != that1.TaskQueue { + return false + } + if !this.VersionId.Equal(that1.VersionId) { + return false + } + if !this.PreviousCompatible.Equal(that1.PreviousCompatible) { + return false + } + if this.BecomeDefault != that1.BecomeDefault { + return false + } + return true +} +func (this *UpdateWorkerBuildIdOrderingResponse) Equal(that interface{}) bool { + if that == nil { + return this == nil + } + + that1, ok := that.(*UpdateWorkerBuildIdOrderingResponse) + if !ok { + that2, ok := that.(UpdateWorkerBuildIdOrderingResponse) + if ok { + that1 = &that2 + } else { + return false + } + } + if that1 == nil { + return this == nil + } else if this == nil { + return false + } + return true +} +func (this *GetWorkerBuildIdOrderingRequest) Equal(that interface{}) bool { + if that == nil { + return this == nil + } + + that1, ok := that.(*GetWorkerBuildIdOrderingRequest) + if !ok { + that2, ok := that.(GetWorkerBuildIdOrderingRequest) + if ok { + that1 = &that2 + } else { + return false + } + } + if that1 == nil { + return this == nil + } else if this == nil { + return false + } + if this.Namespace != that1.Namespace { + return false + } + if this.TaskQueue != that1.TaskQueue { + return false + } + if this.MaxDepth != that1.MaxDepth { + return false + } + return true +} +func (this *GetWorkerBuildIdOrderingResponse) Equal(that interface{}) bool { + if that == nil { + return this == nil + } + + that1, ok := that.(*GetWorkerBuildIdOrderingResponse) + if !ok { + that2, ok := that.(GetWorkerBuildIdOrderingResponse) + if ok { + that1 = &that2 + } else { + return false + } + } + if that1 == nil { + return this == nil + } else if this == nil { + return false + } + if !this.CurrentDefault.Equal(that1.CurrentDefault) { + return false + } + if len(this.CompatibleLeaves) != len(that1.CompatibleLeaves) { + return false + } + for i := range this.CompatibleLeaves { + if !this.CompatibleLeaves[i].Equal(that1.CompatibleLeaves[i]) { + return false + } + } + return true +} func (this *RegisterNamespaceRequest) GoString() string { if this == nil { return "nil" @@ -11804,22 +12183,76 @@ func (this *ListSchedulesResponse) GoString() string { s = append(s, "}") return strings.Join(s, "") } -func valueToGoStringRequestResponse(v interface{}, typ string) string { - rv := reflect.ValueOf(v) - if rv.IsNil() { +func (this *UpdateWorkerBuildIdOrderingRequest) GoString() string { + if this == nil { return "nil" } - pv := reflect.Indirect(rv).Interface() - return fmt.Sprintf("func(v %v) *%v { return &v } ( %#v )", typ, typ, pv) -} -func (m *RegisterNamespaceRequest) Marshal() (dAtA []byte, err error) { - size := m.Size() - dAtA = make([]byte, size) - n, err := m.MarshalToSizedBuffer(dAtA[:size]) - if err != nil { - return nil, err + s := make([]string, 0, 9) + s = append(s, "&workflowservice.UpdateWorkerBuildIdOrderingRequest{") + s = append(s, "Namespace: "+fmt.Sprintf("%#v", this.Namespace)+",\n") + s = append(s, "TaskQueue: "+fmt.Sprintf("%#v", this.TaskQueue)+",\n") + if this.VersionId != nil { + s = append(s, "VersionId: "+fmt.Sprintf("%#v", this.VersionId)+",\n") } - return dAtA[:n], nil + if this.PreviousCompatible != nil { + s = append(s, "PreviousCompatible: "+fmt.Sprintf("%#v", this.PreviousCompatible)+",\n") + } + s = append(s, "BecomeDefault: "+fmt.Sprintf("%#v", this.BecomeDefault)+",\n") + s = append(s, "}") + return strings.Join(s, "") +} +func (this *UpdateWorkerBuildIdOrderingResponse) GoString() string { + if this == nil { + return "nil" + } + s := make([]string, 0, 4) + s = append(s, "&workflowservice.UpdateWorkerBuildIdOrderingResponse{") + s = append(s, "}") + return strings.Join(s, "") +} +func (this *GetWorkerBuildIdOrderingRequest) GoString() string { + if this == nil { + return "nil" + } + s := make([]string, 0, 7) + s = append(s, "&workflowservice.GetWorkerBuildIdOrderingRequest{") + s = append(s, "Namespace: "+fmt.Sprintf("%#v", this.Namespace)+",\n") + s = append(s, "TaskQueue: "+fmt.Sprintf("%#v", this.TaskQueue)+",\n") + s = append(s, "MaxDepth: "+fmt.Sprintf("%#v", this.MaxDepth)+",\n") + s = append(s, "}") + return strings.Join(s, "") +} +func (this *GetWorkerBuildIdOrderingResponse) GoString() string { + if this == nil { + return "nil" + } + s := make([]string, 0, 6) + s = append(s, "&workflowservice.GetWorkerBuildIdOrderingResponse{") + if this.CurrentDefault != nil { + s = append(s, "CurrentDefault: "+fmt.Sprintf("%#v", this.CurrentDefault)+",\n") + } + if this.CompatibleLeaves != nil { + s = append(s, "CompatibleLeaves: "+fmt.Sprintf("%#v", this.CompatibleLeaves)+",\n") + } + s = append(s, "}") + return strings.Join(s, "") +} +func valueToGoStringRequestResponse(v interface{}, typ string) string { + rv := reflect.ValueOf(v) + if rv.IsNil() { + return "nil" + } + pv := reflect.Indirect(rv).Interface() + return fmt.Sprintf("func(v %v) *%v { return &v } ( %#v )", typ, typ, pv) +} +func (m *RegisterNamespaceRequest) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil } func (m *RegisterNamespaceRequest) MarshalTo(dAtA []byte) (int, error) { @@ -17213,6 +17646,191 @@ func (m *ListSchedulesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { return len(dAtA) - i, nil } +func (m *UpdateWorkerBuildIdOrderingRequest) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *UpdateWorkerBuildIdOrderingRequest) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *UpdateWorkerBuildIdOrderingRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.BecomeDefault { + i-- + if m.BecomeDefault { + dAtA[i] = 1 + } else { + dAtA[i] = 0 + } + i-- + dAtA[i] = 0x28 + } + if m.PreviousCompatible != nil { + { + size, err := m.PreviousCompatible.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintRequestResponse(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x22 + } + if m.VersionId != nil { + { + size, err := m.VersionId.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintRequestResponse(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x1a + } + if len(m.TaskQueue) > 0 { + i -= len(m.TaskQueue) + copy(dAtA[i:], m.TaskQueue) + i = encodeVarintRequestResponse(dAtA, i, uint64(len(m.TaskQueue))) + i-- + dAtA[i] = 0x12 + } + if len(m.Namespace) > 0 { + i -= len(m.Namespace) + copy(dAtA[i:], m.Namespace) + i = encodeVarintRequestResponse(dAtA, i, uint64(len(m.Namespace))) + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} + +func (m *UpdateWorkerBuildIdOrderingResponse) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *UpdateWorkerBuildIdOrderingResponse) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *UpdateWorkerBuildIdOrderingResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + return len(dAtA) - i, nil +} + +func (m *GetWorkerBuildIdOrderingRequest) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *GetWorkerBuildIdOrderingRequest) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *GetWorkerBuildIdOrderingRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.MaxDepth != 0 { + i = encodeVarintRequestResponse(dAtA, i, uint64(m.MaxDepth)) + i-- + dAtA[i] = 0x18 + } + if len(m.TaskQueue) > 0 { + i -= len(m.TaskQueue) + copy(dAtA[i:], m.TaskQueue) + i = encodeVarintRequestResponse(dAtA, i, uint64(len(m.TaskQueue))) + i-- + dAtA[i] = 0x12 + } + if len(m.Namespace) > 0 { + i -= len(m.Namespace) + copy(dAtA[i:], m.Namespace) + i = encodeVarintRequestResponse(dAtA, i, uint64(len(m.Namespace))) + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} + +func (m *GetWorkerBuildIdOrderingResponse) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *GetWorkerBuildIdOrderingResponse) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *GetWorkerBuildIdOrderingResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if len(m.CompatibleLeaves) > 0 { + for iNdEx := len(m.CompatibleLeaves) - 1; iNdEx >= 0; iNdEx-- { + { + size, err := m.CompatibleLeaves[iNdEx].MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintRequestResponse(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x12 + } + } + if m.CurrentDefault != nil { + { + size, err := m.CurrentDefault.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintRequestResponse(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} + func encodeVarintRequestResponse(dAtA []byte, offset int, v uint64) int { offset -= sovRequestResponse(v) base := offset @@ -19528,6 +20146,82 @@ func (m *ListSchedulesResponse) Size() (n int) { return n } +func (m *UpdateWorkerBuildIdOrderingRequest) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = len(m.Namespace) + if l > 0 { + n += 1 + l + sovRequestResponse(uint64(l)) + } + l = len(m.TaskQueue) + if l > 0 { + n += 1 + l + sovRequestResponse(uint64(l)) + } + if m.VersionId != nil { + l = m.VersionId.Size() + n += 1 + l + sovRequestResponse(uint64(l)) + } + if m.PreviousCompatible != nil { + l = m.PreviousCompatible.Size() + n += 1 + l + sovRequestResponse(uint64(l)) + } + if m.BecomeDefault { + n += 2 + } + return n +} + +func (m *UpdateWorkerBuildIdOrderingResponse) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + return n +} + +func (m *GetWorkerBuildIdOrderingRequest) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = len(m.Namespace) + if l > 0 { + n += 1 + l + sovRequestResponse(uint64(l)) + } + l = len(m.TaskQueue) + if l > 0 { + n += 1 + l + sovRequestResponse(uint64(l)) + } + if m.MaxDepth != 0 { + n += 1 + sovRequestResponse(uint64(m.MaxDepth)) + } + return n +} + +func (m *GetWorkerBuildIdOrderingResponse) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.CurrentDefault != nil { + l = m.CurrentDefault.Size() + n += 1 + l + sovRequestResponse(uint64(l)) + } + if len(m.CompatibleLeaves) > 0 { + for _, e := range m.CompatibleLeaves { + l = e.Size() + n += 1 + l + sovRequestResponse(uint64(l)) + } + } + return n +} + func sovRequestResponse(x uint64) (n int) { return (math_bits.Len64(x|1) + 6) / 7 } @@ -20926,9 +21620,60 @@ func (this *ListSchedulesResponse) String() string { }, "") return s } -func valueToStringRequestResponse(v interface{}) string { - rv := reflect.ValueOf(v) - if rv.IsNil() { +func (this *UpdateWorkerBuildIdOrderingRequest) String() string { + if this == nil { + return "nil" + } + s := strings.Join([]string{`&UpdateWorkerBuildIdOrderingRequest{`, + `Namespace:` + fmt.Sprintf("%v", this.Namespace) + `,`, + `TaskQueue:` + fmt.Sprintf("%v", this.TaskQueue) + `,`, + `VersionId:` + strings.Replace(fmt.Sprintf("%v", this.VersionId), "VersionId", "v14.VersionId", 1) + `,`, + `PreviousCompatible:` + strings.Replace(fmt.Sprintf("%v", this.PreviousCompatible), "VersionId", "v14.VersionId", 1) + `,`, + `BecomeDefault:` + fmt.Sprintf("%v", this.BecomeDefault) + `,`, + `}`, + }, "") + return s +} +func (this *UpdateWorkerBuildIdOrderingResponse) String() string { + if this == nil { + return "nil" + } + s := strings.Join([]string{`&UpdateWorkerBuildIdOrderingResponse{`, + `}`, + }, "") + return s +} +func (this *GetWorkerBuildIdOrderingRequest) String() string { + if this == nil { + return "nil" + } + s := strings.Join([]string{`&GetWorkerBuildIdOrderingRequest{`, + `Namespace:` + fmt.Sprintf("%v", this.Namespace) + `,`, + `TaskQueue:` + fmt.Sprintf("%v", this.TaskQueue) + `,`, + `MaxDepth:` + fmt.Sprintf("%v", this.MaxDepth) + `,`, + `}`, + }, "") + return s +} +func (this *GetWorkerBuildIdOrderingResponse) String() string { + if this == nil { + return "nil" + } + repeatedStringForCompatibleLeaves := "[]*VersionIdNode{" + for _, f := range this.CompatibleLeaves { + repeatedStringForCompatibleLeaves += strings.Replace(fmt.Sprintf("%v", f), "VersionIdNode", "v14.VersionIdNode", 1) + "," + } + repeatedStringForCompatibleLeaves += "}" + s := strings.Join([]string{`&GetWorkerBuildIdOrderingResponse{`, + `CurrentDefault:` + strings.Replace(fmt.Sprintf("%v", this.CurrentDefault), "VersionIdNode", "v14.VersionIdNode", 1) + `,`, + `CompatibleLeaves:` + repeatedStringForCompatibleLeaves + `,`, + `}`, + }, "") + return s +} +func valueToStringRequestResponse(v interface{}) string { + rv := reflect.ValueOf(v) + if rv.IsNil() { return "nil" } pv := reflect.Indirect(rv).Interface() @@ -37452,6 +38197,527 @@ func (m *ListSchedulesResponse) Unmarshal(dAtA []byte) error { } return nil } +func (m *UpdateWorkerBuildIdOrderingRequest) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowRequestResponse + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: UpdateWorkerBuildIdOrderingRequest: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: UpdateWorkerBuildIdOrderingRequest: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Namespace", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowRequestResponse + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthRequestResponse + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthRequestResponse + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Namespace = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field TaskQueue", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowRequestResponse + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthRequestResponse + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthRequestResponse + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.TaskQueue = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 3: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field VersionId", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowRequestResponse + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthRequestResponse + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthRequestResponse + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.VersionId == nil { + m.VersionId = &v14.VersionId{} + } + if err := m.VersionId.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 4: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PreviousCompatible", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowRequestResponse + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthRequestResponse + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthRequestResponse + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.PreviousCompatible == nil { + m.PreviousCompatible = &v14.VersionId{} + } + if err := m.PreviousCompatible.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 5: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field BecomeDefault", wireType) + } + var v int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowRequestResponse + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + m.BecomeDefault = bool(v != 0) + default: + iNdEx = preIndex + skippy, err := skipRequestResponse(dAtA[iNdEx:]) + if err != nil { + return err + } + if skippy < 0 { + return ErrInvalidLengthRequestResponse + } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthRequestResponse + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *UpdateWorkerBuildIdOrderingResponse) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowRequestResponse + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: UpdateWorkerBuildIdOrderingResponse: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: UpdateWorkerBuildIdOrderingResponse: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + default: + iNdEx = preIndex + skippy, err := skipRequestResponse(dAtA[iNdEx:]) + if err != nil { + return err + } + if skippy < 0 { + return ErrInvalidLengthRequestResponse + } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthRequestResponse + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *GetWorkerBuildIdOrderingRequest) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowRequestResponse + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: GetWorkerBuildIdOrderingRequest: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: GetWorkerBuildIdOrderingRequest: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Namespace", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowRequestResponse + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthRequestResponse + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthRequestResponse + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Namespace = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field TaskQueue", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowRequestResponse + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthRequestResponse + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthRequestResponse + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.TaskQueue = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 3: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field MaxDepth", wireType) + } + m.MaxDepth = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowRequestResponse + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.MaxDepth |= int32(b&0x7F) << shift + if b < 0x80 { + break + } + } + default: + iNdEx = preIndex + skippy, err := skipRequestResponse(dAtA[iNdEx:]) + if err != nil { + return err + } + if skippy < 0 { + return ErrInvalidLengthRequestResponse + } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthRequestResponse + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *GetWorkerBuildIdOrderingResponse) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowRequestResponse + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: GetWorkerBuildIdOrderingResponse: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: GetWorkerBuildIdOrderingResponse: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field CurrentDefault", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowRequestResponse + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthRequestResponse + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthRequestResponse + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.CurrentDefault == nil { + m.CurrentDefault = &v14.VersionIdNode{} + } + if err := m.CurrentDefault.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field CompatibleLeaves", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowRequestResponse + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthRequestResponse + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthRequestResponse + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.CompatibleLeaves = append(m.CompatibleLeaves, &v14.VersionIdNode{}) + if err := m.CompatibleLeaves[len(m.CompatibleLeaves)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipRequestResponse(dAtA[iNdEx:]) + if err != nil { + return err + } + if skippy < 0 { + return ErrInvalidLengthRequestResponse + } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthRequestResponse + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} func skipRequestResponse(dAtA []byte) (n int, err error) { l := len(dAtA) iNdEx := 0 diff --git a/workflowservice/v1/service.pb.go b/workflowservice/v1/service.pb.go index d5ce3828..5a22f064 100644 --- a/workflowservice/v1/service.pb.go +++ b/workflowservice/v1/service.pb.go @@ -52,85 +52,88 @@ func init() { } var fileDescriptor_bded41be6e20a31f = []byte{ - // 1248 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x99, 0xcd, 0x6b, 0x24, 0xc5, - 0x1b, 0xc7, 0xa7, 0xf6, 0xf0, 0x3b, 0x14, 0x3f, 0x5d, 0x6d, 0xdf, 0x30, 0x6a, 0x47, 0x72, 0x77, - 0x42, 0x94, 0xc4, 0xdd, 0xc9, 0x6e, 0xd6, 0xc9, 0x4c, 0xde, 0x7c, 0xcd, 0x66, 0xe2, 0x0a, 0x5e, - 0xa4, 0xd3, 0xf3, 0x6c, 0xa6, 0xc8, 0xcc, 0x74, 0x5b, 0x5d, 0x33, 0x6b, 0x6e, 0x0b, 0x82, 0x20, - 0x08, 0x8a, 0x20, 0x08, 0x82, 0x27, 0x41, 0x59, 0x10, 0x04, 0x41, 0xf0, 0xe4, 0x4d, 0x3c, 0xe6, - 0xb8, 0x47, 0x33, 0x01, 0x11, 0x4f, 0xfb, 0x27, 0x48, 0xcf, 0x4c, 0x95, 0x5d, 0xdd, 0x5d, 0xdd, - 0x4f, 0x77, 0xef, 0x6d, 0x77, 0xe7, 0xfb, 0xf9, 0xd6, 0x77, 0xeb, 0xa9, 0x7a, 0xba, 0xba, 0x9a, - 0xbe, 0x24, 0x60, 0xe0, 0x7b, 0xdc, 0xe9, 0x2f, 0x3b, 0x3e, 0x5b, 0xbe, 0xe3, 0xf1, 0x93, 0xdb, - 0x7d, 0xef, 0x4e, 0x00, 0x7c, 0xcc, 0x5c, 0x58, 0x1e, 0xaf, 0x2c, 0xcf, 0xff, 0x58, 0xf7, 0xb9, - 0x27, 0x3c, 0x6b, 0x51, 0xca, 0xeb, 0x8e, 0xcf, 0xea, 0x31, 0x79, 0x7d, 0xbc, 0xb2, 0xb0, 0x96, - 0xe7, 0xc7, 0xe1, 0xc3, 0x11, 0x04, 0xe2, 0x03, 0x0e, 0x81, 0xef, 0x0d, 0x83, 0xb9, 0xf1, 0xcb, - 0xbf, 0x37, 0xe8, 0xe5, 0xf7, 0xe6, 0xea, 0xce, 0x4c, 0x6d, 0x7d, 0x46, 0xe8, 0xe3, 0x07, 0x70, - 0xcc, 0x02, 0x01, 0xfc, 0x6d, 0x67, 0x00, 0x81, 0xef, 0xb8, 0x60, 0x5d, 0xad, 0xe7, 0x64, 0xa8, - 0x27, 0x98, 0x83, 0xd9, 0x98, 0x0b, 0x8d, 0x32, 0xe8, 0x2c, 0xe6, 0x52, 0x6d, 0x1a, 0xa7, 0x0d, - 0x81, 0xcb, 0xd9, 0x11, 0x14, 0x89, 0x93, 0x60, 0xf0, 0x71, 0x52, 0x50, 0x15, 0xe7, 0x63, 0x42, - 0x1f, 0x7d, 0x93, 0x05, 0x42, 0xfd, 0x16, 0x58, 0x6b, 0xb9, 0x86, 0x3a, 0x20, 0x83, 0xbc, 0x5a, - 0x98, 0x53, 0x29, 0x3e, 0x21, 0xf4, 0xf2, 0xbb, 0x7e, 0xd7, 0x11, 0x91, 0x29, 0xc9, 0xb7, 0x8b, - 0x11, 0x32, 0xc7, 0x95, 0xe2, 0xa0, 0x0a, 0xf2, 0x39, 0xa1, 0x56, 0x1b, 0x7c, 0x0e, 0xae, 0x96, - 0x05, 0x33, 0xc7, 0x71, 0x48, 0xc6, 0x59, 0x2f, 0xc5, 0xaa, 0x44, 0xdf, 0x10, 0xfa, 0x74, 0x47, - 0x38, 0x5c, 0xc8, 0x75, 0xbd, 0xf5, 0x11, 0xb8, 0x23, 0xc1, 0xbc, 0xa1, 0xb5, 0x91, 0xeb, 0x9c, - 0x0e, 0xca, 0x64, 0x37, 0x4a, 0xf3, 0x2a, 0xdd, 0x3d, 0x42, 0x9f, 0xdb, 0x81, 0xa4, 0x64, 0x97, - 0x05, 0xc2, 0xe3, 0xa7, 0x56, 0x2b, 0x77, 0x88, 0x0c, 0x5a, 0xe6, 0x6c, 0x57, 0x33, 0x51, 0x61, - 0x7f, 0x23, 0x74, 0x29, 0x53, 0x39, 0x06, 0x1e, 0x80, 0xf5, 0x7a, 0xb5, 0xe1, 0xa6, 0x26, 0x32, - 0xfa, 0x1b, 0x0f, 0xc5, 0x4b, 0xfd, 0x0f, 0xbe, 0x26, 0xf4, 0xa9, 0x7d, 0xaf, 0xdf, 0x97, 0xc4, - 0xa1, 0x13, 0x9c, 0xdc, 0x1c, 0xc1, 0x08, 0xac, 0xeb, 0xb9, 0x03, 0xa5, 0x72, 0x32, 0xe7, 0x46, - 0x59, 0x5c, 0x45, 0xfb, 0x91, 0xd0, 0xe7, 0x67, 0x7f, 0xed, 0x46, 0x65, 0x2d, 0x6f, 0xe0, 0xf7, - 0x41, 0x40, 0xd7, 0x6a, 0x23, 0xda, 0xa6, 0x19, 0x97, 0x41, 0xb7, 0x2a, 0xba, 0xa8, 0xbc, 0xdf, - 0x11, 0xfa, 0x6c, 0x8a, 0x74, 0xdb, 0x61, 0x7d, 0xe8, 0x5a, 0xcd, 0x32, 0xc3, 0xcc, 0x58, 0x99, - 0x74, 0xb3, 0x8a, 0x45, 0xa2, 0xe2, 0x4d, 0x57, 0xb0, 0x31, 0x13, 0xa7, 0x45, 0x2b, 0x9e, 0xe0, - 0x8a, 0x55, 0x3c, 0x05, 0xd7, 0xf6, 0xfe, 0x01, 0xb8, 0x1e, 0xef, 0x46, 0x55, 0xbb, 0xe0, 0x70, - 0x71, 0x04, 0x8e, 0x40, 0xec, 0xfd, 0x0c, 0x1a, 0xbf, 0xf7, 0x33, 0x4d, 0x54, 0xd8, 0x5f, 0x08, - 0x5d, 0xcc, 0x50, 0x6e, 0x9e, 0xee, 0x75, 0xad, 0x9d, 0x2a, 0x63, 0x85, 0x0e, 0x32, 0xf4, 0x6e, - 0x75, 0xa3, 0xb4, 0x7d, 0x15, 0x95, 0x97, 0xd8, 0x57, 0xa9, 0x78, 0xe1, 0x7d, 0x65, 0x70, 0x51, - 0x79, 0x7f, 0x25, 0xf4, 0xc5, 0x2c, 0xe9, 0x74, 0xa6, 0x77, 0x2b, 0x8d, 0x16, 0x9d, 0xea, 0xbd, - 0x87, 0xe0, 0x94, 0xd6, 0x13, 0xa2, 0xf2, 0xa2, 0x3d, 0x21, 0xc9, 0x16, 0xee, 0x09, 0x69, 0x16, - 0x2a, 0xe6, 0x4f, 0x84, 0xbe, 0x60, 0xd4, 0x4d, 0xe7, 0x77, 0xab, 0xfc, 0x38, 0xd1, 0xc9, 0xdd, - 0xae, 0x6a, 0x13, 0xeb, 0x15, 0xc9, 0x42, 0x38, 0x43, 0x17, 0xc2, 0xb9, 0x6d, 0x95, 0x2a, 0xe3, - 0x9c, 0x2e, 0xd2, 0x2b, 0x32, 0x4c, 0x62, 0xbd, 0xc2, 0xa8, 0x44, 0xf7, 0x8a, 0x4c, 0x87, 0x22, - 0xbd, 0x22, 0xc7, 0x48, 0x05, 0xff, 0x99, 0x50, 0x7b, 0xee, 0x3b, 0x53, 0x24, 0xcf, 0x8c, 0x98, - 0x92, 0x66, 0x19, 0xc8, 0xd8, 0x3b, 0x95, 0x7d, 0x54, 0xea, 0x6f, 0x09, 0x7d, 0xa6, 0xc3, 0x8e, - 0x87, 0x4e, 0x4a, 0x5c, 0xc4, 0x11, 0x35, 0x9d, 0x94, 0x39, 0x5f, 0x2b, 0x6f, 0xa0, 0xb5, 0xb4, - 0xb9, 0x8a, 0x89, 0x9e, 0xe1, 0x30, 0xbe, 0x8b, 0x1d, 0xc8, 0x68, 0x81, 0x6f, 0x69, 0xf9, 0x4e, - 0xda, 0xeb, 0xc3, 0x01, 0x04, 0x50, 0xea, 0xf5, 0x21, 0x1d, 0xc4, 0xbf, 0x3e, 0x98, 0x78, 0x95, - 0xee, 0x7b, 0x42, 0x17, 0x0e, 0x81, 0x0f, 0xd8, 0xd0, 0x11, 0x90, 0x4c, 0x98, 0xdf, 0x2e, 0xcd, - 0xb0, 0x4c, 0xd9, 0xaa, 0xe4, 0xa1, 0x25, 0x0d, 0x5f, 0x5f, 0xdf, 0xf1, 0x61, 0x98, 0xd0, 0x05, - 0x88, 0xa4, 0x66, 0x18, 0x9f, 0x34, 0xcb, 0x43, 0x3b, 0x30, 0x84, 0xc2, 0x56, 0xdf, 0x0b, 0xa0, - 0x9b, 0x92, 0xb5, 0x8d, 0x1a, 0xc7, 0x84, 0xe3, 0x0f, 0x0c, 0xd9, 0x2e, 0xda, 0x0a, 0x0d, 0xa5, - 0x29, 0x49, 0x37, 0x50, 0x63, 0x98, 0x33, 0xde, 0x28, 0xcd, 0x6b, 0x2d, 0x35, 0x14, 0x35, 0xb9, - 0xdb, 0x63, 0xe3, 0xd4, 0xf9, 0xdc, 0x46, 0x8d, 0x62, 0x36, 0xc0, 0xb7, 0xd4, 0x3c, 0x1f, 0xfd, - 0xd2, 0xc0, 0x75, 0x86, 0xa5, 0xe6, 0x34, 0x1d, 0x2c, 0x70, 0x69, 0x60, 0xe0, 0xb5, 0x86, 0xdf, - 0xf2, 0x46, 0xc3, 0xb4, 0x92, 0xe7, 0xdb, 0x1b, 0x48, 0x7c, 0xc3, 0x37, 0x1a, 0xa8, 0x80, 0x5f, - 0x12, 0xfa, 0xc4, 0x0e, 0x88, 0x0e, 0x38, 0xdc, 0xed, 0x35, 0x85, 0xe0, 0xec, 0x68, 0x24, 0x20, - 0xb0, 0xd6, 0x31, 0x6f, 0xf3, 0x71, 0x4a, 0x06, 0xbb, 0x56, 0x0e, 0x4e, 0x3b, 0x9c, 0xde, 0x1c, - 0x01, 0x8f, 0xbd, 0x05, 0xa0, 0x0f, 0xa7, 0x49, 0xb6, 0xf0, 0xe1, 0x34, 0xcd, 0x42, 0xc5, 0xfc, - 0x8a, 0xd0, 0x27, 0xa7, 0x7d, 0xbf, 0x23, 0x98, 0x7b, 0x12, 0x79, 0x5f, 0xbd, 0x86, 0x7b, 0x5c, - 0xc4, 0x30, 0x19, 0xee, 0x7a, 0x49, 0x5a, 0xe5, 0xba, 0x4b, 0xe8, 0x23, 0xd3, 0xe0, 0xb2, 0xf2, - 0xd6, 0x6a, 0xae, 0xa5, 0xa6, 0x97, 0x49, 0xd6, 0x8a, 0x62, 0x5a, 0x05, 0xe5, 0x5d, 0x6c, 0xf2, - 0x61, 0xd7, 0x44, 0xdf, 0xe3, 0x1a, 0x9f, 0x75, 0x9b, 0x55, 0x2c, 0x52, 0x6f, 0xa8, 0xff, 0x2b, - 0x1f, 0xfe, 0x86, 0x3a, 0x51, 0xbb, 0x46, 0x19, 0x54, 0xbb, 0xa1, 0xde, 0x01, 0xd1, 0xea, 0x8f, - 0x02, 0x01, 0x7c, 0x6f, 0x78, 0xdb, 0x43, 0xdc, 0x50, 0xeb, 0x00, 0xfe, 0x86, 0x3a, 0xce, 0x69, - 0xcb, 0x27, 0xdc, 0x9f, 0xa7, 0x81, 0x80, 0xc1, 0x34, 0xc4, 0x2a, 0x6a, 0x3f, 0x2b, 0x3d, 0x7e, - 0xf9, 0xc4, 0x30, 0xad, 0x6d, 0x86, 0x4f, 0x00, 0x35, 0x49, 0xfb, 0x0e, 0x17, 0x0c, 0xdb, 0x36, - 0x0d, 0x24, 0xbe, 0x6d, 0x1a, 0x0d, 0xb4, 0x4a, 0xb5, 0x38, 0x38, 0x02, 0x3a, 0x6e, 0x0f, 0xba, - 0xa3, 0x3e, 0x20, 0x2a, 0xa5, 0x03, 0xf8, 0x4a, 0xc5, 0x39, 0x95, 0xe2, 0x53, 0x42, 0x1f, 0x93, - 0xeb, 0x49, 0xe5, 0xb8, 0x82, 0x5e, 0x82, 0xf1, 0x24, 0x57, 0x4b, 0x90, 0xda, 0x8c, 0xcc, 0x3e, - 0x36, 0x14, 0x98, 0x11, 0x1d, 0xc0, 0xcf, 0x48, 0x9c, 0xd3, 0xd6, 0xee, 0xbe, 0x23, 0xdc, 0x9e, - 0x0a, 0x91, 0xbf, 0x76, 0x35, 0x3d, 0x7e, 0xed, 0xc6, 0x30, 0xad, 0xf5, 0x85, 0x0b, 0x48, 0xfe, - 0xf4, 0x56, 0xa8, 0x63, 0xc3, 0xe3, 0x43, 0x36, 0x80, 0x00, 0xd1, 0xfa, 0x8c, 0x2c, 0xbe, 0xf5, - 0x65, 0x58, 0x68, 0xf5, 0x6a, 0x43, 0xf8, 0x48, 0x2b, 0x50, 0x2f, 0x1d, 0xc0, 0xd7, 0x2b, 0xce, - 0x69, 0xf5, 0x8a, 0xa6, 0x0d, 0x10, 0xf5, 0xd2, 0xf4, 0xf8, 0x7a, 0xc5, 0x30, 0x19, 0x61, 0xf3, - 0x2f, 0x72, 0x76, 0x6e, 0xd7, 0xee, 0x9f, 0xdb, 0xb5, 0x07, 0xe7, 0x36, 0xb9, 0x3b, 0xb1, 0xc9, - 0x0f, 0x13, 0x9b, 0xfc, 0x31, 0xb1, 0xc9, 0xd9, 0xc4, 0x26, 0x7f, 0x4e, 0x6c, 0xf2, 0xf7, 0xc4, - 0xae, 0x3d, 0x98, 0xd8, 0xe4, 0x8b, 0x0b, 0xbb, 0x76, 0x76, 0x61, 0xd7, 0xee, 0x5f, 0xd8, 0x35, - 0xba, 0xc4, 0xbc, 0xbc, 0x21, 0x37, 0xff, 0x3f, 0xff, 0x30, 0xbb, 0xcf, 0x3d, 0xe1, 0xed, 0x93, - 0xf7, 0x57, 0x8f, 0x23, 0x0c, 0xf3, 0x0c, 0x5f, 0x7c, 0xd7, 0x63, 0xff, 0x74, 0xef, 0xd2, 0xe2, - 0xa1, 0x84, 0x9a, 0x3e, 0xab, 0xc7, 0xbe, 0xfa, 0xd6, 0x6f, 0xad, 0xfc, 0x73, 0x69, 0x49, 0x2a, - 0x1a, 0x8d, 0xa6, 0xcf, 0x1a, 0x8d, 0x98, 0xa6, 0xd1, 0xb8, 0xb5, 0x72, 0xf4, 0xbf, 0xe9, 0x87, - 0xe3, 0x57, 0xfe, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x6b, 0x53, 0xf1, 0xfd, 0xc2, 0x1e, 0x00, 0x00, + // 1296 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x99, 0xcd, 0x8b, 0x1c, 0x45, + 0x18, 0xc6, 0xa7, 0x72, 0xf0, 0x50, 0xa8, 0xd1, 0xf6, 0x7b, 0xd5, 0x5e, 0xd9, 0xbb, 0xb3, 0xac, + 0xb2, 0x6b, 0x32, 0x9b, 0xdd, 0x64, 0x3e, 0xf6, 0xcb, 0xaf, 0x6c, 0x76, 0xd6, 0x08, 0x5e, 0xa4, + 0xb7, 0xfb, 0xcd, 0x6e, 0xb1, 0x33, 0xdd, 0x6d, 0x75, 0xcd, 0xc4, 0xbd, 0x05, 0x04, 0x41, 0x10, + 0x14, 0x41, 0x14, 0x04, 0x41, 0x10, 0x94, 0x80, 0x20, 0x08, 0x82, 0x27, 0xaf, 0x1e, 0xf7, 0x98, + 0xa3, 0x3b, 0x0b, 0x22, 0x9e, 0xf2, 0x27, 0x48, 0xcf, 0x4c, 0x55, 0xa6, 0xfa, 0xf3, 0xed, 0xee, + 0xdc, 0x92, 0xcc, 0xf3, 0x3c, 0xf5, 0x4b, 0xbd, 0x55, 0x6f, 0x57, 0x57, 0xd3, 0x57, 0x05, 0xf4, + 0x7d, 0x8f, 0x5b, 0xbd, 0x45, 0xcb, 0x67, 0x8b, 0xb7, 0x3d, 0x7e, 0x7c, 0xab, 0xe7, 0xdd, 0x0e, + 0x80, 0x0f, 0x99, 0x0d, 0x8b, 0xc3, 0xa5, 0xc5, 0xe9, 0x1f, 0xeb, 0x3e, 0xf7, 0x84, 0x67, 0xcc, + 0x4b, 0x79, 0xdd, 0xf2, 0x59, 0x3d, 0x22, 0xaf, 0x0f, 0x97, 0xe6, 0x56, 0xf2, 0xf2, 0x38, 0x7c, + 0x34, 0x80, 0x40, 0x7c, 0xc8, 0x21, 0xf0, 0x3d, 0x37, 0x98, 0x06, 0xbf, 0xf6, 0xcd, 0x1a, 0xbd, + 0xf8, 0xfe, 0x54, 0xdd, 0x9d, 0xa8, 0x8d, 0xcf, 0x09, 0x7d, 0x72, 0x0f, 0x0e, 0x59, 0x20, 0x80, + 0xbf, 0x6b, 0xf5, 0x21, 0xf0, 0x2d, 0x1b, 0x8c, 0xcb, 0xf5, 0x1c, 0x86, 0x7a, 0xcc, 0xb3, 0x37, + 0x19, 0x73, 0xae, 0x51, 0xc6, 0x3a, 0xc1, 0x5c, 0xa8, 0x8d, 0x71, 0x3a, 0x10, 0xd8, 0x9c, 0x1d, + 0x40, 0x11, 0x9c, 0x98, 0x07, 0x8f, 0x93, 0x60, 0x55, 0x38, 0x9f, 0x10, 0xfa, 0xf8, 0xdb, 0x2c, + 0x10, 0xea, 0xb7, 0xc0, 0x58, 0xc9, 0x0d, 0xd4, 0x0d, 0x12, 0xe4, 0x8d, 0xc2, 0x3e, 0x45, 0xf1, + 0x29, 0xa1, 0x17, 0xdf, 0xf3, 0x1d, 0x4b, 0xcc, 0x4c, 0x49, 0x7e, 0x5c, 0xc4, 0x21, 0x39, 0x2e, + 0x15, 0x37, 0x2a, 0x90, 0x2f, 0x08, 0x35, 0x3a, 0xe0, 0x73, 0xb0, 0x35, 0x16, 0xcc, 0x1c, 0x47, + 0x4d, 0x12, 0x67, 0xb5, 0x94, 0x57, 0x11, 0x7d, 0x47, 0xe8, 0xb3, 0x5d, 0x61, 0x71, 0x21, 0xd7, + 0xf5, 0xc6, 0xc7, 0x60, 0x0f, 0x04, 0xf3, 0x5c, 0x63, 0x3d, 0x37, 0x39, 0xd9, 0x28, 0xc9, 0xae, + 0x96, 0xf6, 0x2b, 0xba, 0xbb, 0x84, 0xbe, 0xb8, 0x05, 0x71, 0xc9, 0x36, 0x0b, 0x84, 0xc7, 0x4f, + 0x8c, 0x76, 0xee, 0x10, 0x19, 0x6e, 0xc9, 0xd9, 0xa9, 0x16, 0xa2, 0x60, 0xff, 0x24, 0x74, 0x21, + 0x53, 0x39, 0x04, 0x1e, 0x80, 0xf1, 0x66, 0xb5, 0xe1, 0xc6, 0x21, 0x12, 0xfd, 0xad, 0x87, 0x92, + 0xa5, 0xfe, 0x07, 0xdf, 0x12, 0xfa, 0xcc, 0xae, 0xd7, 0xeb, 0x49, 0xc7, 0xbe, 0x15, 0x1c, 0xdf, + 0x18, 0xc0, 0x00, 0x8c, 0xb5, 0xdc, 0x81, 0x12, 0x7d, 0x92, 0x73, 0xbd, 0xac, 0x5d, 0xa1, 0xfd, + 0x42, 0xe8, 0x4b, 0x93, 0xbf, 0x3a, 0xb3, 0xb2, 0xb6, 0xd7, 0xf7, 0x7b, 0x20, 0xc0, 0x31, 0x3a, + 0x88, 0xb6, 0x99, 0x6e, 0x97, 0xa0, 0x1b, 0x15, 0x53, 0x14, 0xef, 0x8f, 0x84, 0xbe, 0x90, 0x20, + 0xdd, 0xb4, 0x58, 0x0f, 0x1c, 0xa3, 0x59, 0x66, 0x98, 0x89, 0x57, 0x92, 0xb6, 0xaa, 0x44, 0xc4, + 0x2a, 0xde, 0xb4, 0x05, 0x1b, 0x32, 0x71, 0x52, 0xb4, 0xe2, 0x31, 0x5f, 0xb1, 0x8a, 0x27, 0xd8, + 0xb5, 0xbd, 0xbf, 0x07, 0xb6, 0xc7, 0x9d, 0x59, 0xd5, 0x36, 0x58, 0x5c, 0x1c, 0x80, 0x25, 0x10, + 0x7b, 0x3f, 0xc3, 0x8d, 0xdf, 0xfb, 0x99, 0x21, 0x0a, 0xf6, 0x77, 0x42, 0xe7, 0x33, 0x94, 0xad, + 0x93, 0x1d, 0xc7, 0xd8, 0xaa, 0x32, 0x56, 0x98, 0x20, 0xa1, 0xb7, 0xab, 0x07, 0x25, 0xed, 0xab, + 0x59, 0x79, 0x89, 0x7d, 0x95, 0x68, 0x2f, 0xbc, 0xaf, 0x52, 0x52, 0x14, 0xef, 0x1f, 0x84, 0xbe, + 0x92, 0x25, 0x1d, 0xcf, 0xf4, 0x76, 0xa5, 0xd1, 0x66, 0xa7, 0x7a, 0xe7, 0x21, 0x24, 0x25, 0xf5, + 0x84, 0x59, 0x79, 0xd1, 0x9e, 0x10, 0xf7, 0x16, 0xee, 0x09, 0x49, 0x11, 0x0a, 0xf3, 0x57, 0x42, + 0x5f, 0x4e, 0xd5, 0x8d, 0xe7, 0x77, 0xa3, 0xfc, 0x38, 0xb3, 0x93, 0xbb, 0x59, 0x35, 0x26, 0xd2, + 0x2b, 0xe2, 0x85, 0xb0, 0x5c, 0x1b, 0xc2, 0xb9, 0x6d, 0x97, 0x2a, 0xe3, 0xd4, 0x5d, 0xa4, 0x57, + 0x64, 0x84, 0x44, 0x7a, 0x45, 0xaa, 0x12, 0xdd, 0x2b, 0x32, 0x13, 0x8a, 0xf4, 0x8a, 0x9c, 0x20, + 0x05, 0xfe, 0x1b, 0xa1, 0xe6, 0x34, 0x77, 0xa2, 0x88, 0x9f, 0x19, 0x31, 0x25, 0xcd, 0x0a, 0x90, + 0xd8, 0x5b, 0x95, 0x73, 0x14, 0xf5, 0xf7, 0x84, 0x3e, 0xd7, 0x65, 0x87, 0xae, 0x95, 0x80, 0x8b, + 0x38, 0xa2, 0x26, 0x3b, 0x25, 0xe7, 0xb5, 0xf2, 0x01, 0x5a, 0x4b, 0x9b, 0xaa, 0x98, 0x38, 0x4a, + 0x39, 0x8c, 0x6f, 0x63, 0x07, 0x4a, 0x8d, 0xc0, 0xb7, 0xb4, 0xfc, 0x24, 0xed, 0xf5, 0x61, 0x0f, + 0x02, 0x28, 0xf5, 0xfa, 0x90, 0x6c, 0xc4, 0xbf, 0x3e, 0xa4, 0xf9, 0x15, 0xdd, 0x4f, 0x84, 0xce, + 0xed, 0x03, 0xef, 0x33, 0xd7, 0x12, 0x10, 0x27, 0xcc, 0x6f, 0x97, 0xe9, 0x66, 0x49, 0xd9, 0xae, + 0x94, 0xa1, 0x91, 0x86, 0xaf, 0xaf, 0xd7, 0x7d, 0x70, 0x63, 0xba, 0x00, 0x41, 0x9a, 0x6e, 0xc6, + 0x93, 0x66, 0x65, 0x68, 0x07, 0x86, 0x50, 0xd8, 0xee, 0x79, 0x01, 0x38, 0x09, 0xac, 0x1d, 0xd4, + 0x38, 0x69, 0x76, 0xfc, 0x81, 0x21, 0x3b, 0x45, 0x5b, 0xa1, 0xa1, 0x34, 0x81, 0x74, 0x1d, 0x35, + 0x46, 0x3a, 0xe3, 0xd5, 0xd2, 0x7e, 0xad, 0xa5, 0x86, 0xa2, 0x26, 0xb7, 0x8f, 0xd8, 0x30, 0x71, + 0x3e, 0x37, 0x51, 0xa3, 0xa4, 0x07, 0xe0, 0x5b, 0x6a, 0x5e, 0x8e, 0x7e, 0x69, 0x60, 0x5b, 0x6e, + 0xa9, 0x39, 0x4d, 0x36, 0x16, 0xb8, 0x34, 0x48, 0xf1, 0x6b, 0x0d, 0xbf, 0xed, 0x0d, 0xdc, 0xa4, + 0x92, 0xe7, 0xc7, 0xa7, 0x38, 0xf1, 0x0d, 0x3f, 0x35, 0x40, 0x01, 0x7e, 0x45, 0xe8, 0x53, 0x5b, + 0x20, 0xba, 0x60, 0x71, 0xfb, 0xa8, 0x29, 0x04, 0x67, 0x07, 0x03, 0x01, 0x81, 0xb1, 0x8a, 0x79, + 0x9b, 0x8f, 0xba, 0x24, 0xd8, 0x95, 0x72, 0xe6, 0xa4, 0xc3, 0xe9, 0x8d, 0x01, 0xf0, 0xc8, 0x5b, + 0x00, 0xfa, 0x70, 0x1a, 0xf7, 0x16, 0x3e, 0x9c, 0x26, 0x45, 0x28, 0xcc, 0xaf, 0x09, 0x7d, 0x7a, + 0xdc, 0xf7, 0xbb, 0x82, 0xd9, 0xc7, 0x33, 0xef, 0xab, 0x57, 0x70, 0x8f, 0x8b, 0x88, 0x4d, 0xc2, + 0xad, 0x95, 0x74, 0x2b, 0xae, 0x3b, 0x84, 0x3e, 0x36, 0x06, 0x97, 0x95, 0x37, 0x96, 0x73, 0x23, + 0x35, 0xbd, 0x24, 0x59, 0x29, 0x6a, 0xd3, 0x2a, 0x28, 0xef, 0x62, 0xe3, 0x0f, 0xbb, 0x26, 0xfa, + 0x1e, 0x37, 0xf5, 0x59, 0xd7, 0xaa, 0x12, 0x91, 0x78, 0x43, 0xfd, 0xa0, 0x7c, 0xf8, 0x1b, 0xea, + 0x58, 0xed, 0x1a, 0x65, 0xac, 0xda, 0x0d, 0xf5, 0x16, 0x88, 0x76, 0x6f, 0x10, 0x08, 0xe0, 0x3b, + 0xee, 0x2d, 0x0f, 0x71, 0x43, 0xad, 0x1b, 0xf0, 0x37, 0xd4, 0x51, 0x9f, 0xb6, 0x7c, 0xc2, 0xfd, + 0x79, 0x12, 0x08, 0xe8, 0x8f, 0x21, 0x96, 0x51, 0xfb, 0x59, 0xe9, 0xf1, 0xcb, 0x27, 0x62, 0xd3, + 0xda, 0x66, 0xf8, 0x04, 0x50, 0x93, 0xb4, 0x6b, 0x71, 0xc1, 0xb0, 0x6d, 0x33, 0xc5, 0x89, 0x6f, + 0x9b, 0xa9, 0x01, 0x5a, 0xa5, 0xda, 0x1c, 0x2c, 0x01, 0x5d, 0xfb, 0x08, 0x9c, 0x41, 0x0f, 0x10, + 0x95, 0xd2, 0x0d, 0xf8, 0x4a, 0x45, 0x7d, 0x8a, 0xe2, 0x33, 0x42, 0x9f, 0x90, 0xeb, 0x49, 0x71, + 0x5c, 0x42, 0x2f, 0xc1, 0x28, 0xc9, 0xe5, 0x12, 0x4e, 0x6d, 0x46, 0x26, 0x1f, 0x1b, 0x0a, 0xcc, + 0x88, 0x6e, 0xc0, 0xcf, 0x48, 0xd4, 0xa7, 0xad, 0xdd, 0x5d, 0x4b, 0xd8, 0x47, 0x0a, 0x22, 0x7f, + 0xed, 0x6a, 0x7a, 0xfc, 0xda, 0x8d, 0xd8, 0xb4, 0xd6, 0x17, 0x2e, 0x20, 0xf9, 0xd3, 0x3b, 0xa1, + 0x8e, 0xb9, 0x87, 0xfb, 0xac, 0x0f, 0x01, 0xa2, 0xf5, 0xa5, 0x7a, 0xf1, 0xad, 0x2f, 0x23, 0x42, + 0xab, 0x57, 0x07, 0xc2, 0x47, 0x5a, 0x81, 0x7a, 0xe9, 0x06, 0x7c, 0xbd, 0xa2, 0x3e, 0xad, 0x5e, + 0xb3, 0xb4, 0x01, 0xa2, 0x5e, 0x9a, 0x1e, 0x5f, 0xaf, 0x88, 0x4d, 0xbb, 0xaf, 0x99, 0xac, 0xa7, + 0xf0, 0x49, 0x01, 0xbc, 0x35, 0x60, 0x3d, 0x67, 0xc7, 0xb9, 0xce, 0x1d, 0xe0, 0xcc, 0x3d, 0x44, + 0xdc, 0xd7, 0x64, 0xb8, 0xf1, 0xf7, 0x35, 0x99, 0x21, 0x0a, 0xf6, 0x07, 0x42, 0x9f, 0x9f, 0x7e, + 0x46, 0x89, 0x93, 0x5e, 0xc3, 0x7e, 0x81, 0x49, 0xc5, 0x6c, 0x56, 0x48, 0x90, 0x8c, 0xad, 0x7f, + 0xc8, 0xe9, 0x99, 0x59, 0xbb, 0x77, 0x66, 0xd6, 0xee, 0x9f, 0x99, 0xe4, 0xce, 0xc8, 0x24, 0x3f, + 0x8f, 0x4c, 0xf2, 0xd7, 0xc8, 0x24, 0xa7, 0x23, 0x93, 0xfc, 0x3d, 0x32, 0xc9, 0xbf, 0x23, 0xb3, + 0x76, 0x7f, 0x64, 0x92, 0x2f, 0xcf, 0xcd, 0xda, 0xe9, 0xb9, 0x59, 0xbb, 0x77, 0x6e, 0xd6, 0xe8, + 0x02, 0xf3, 0xf2, 0x46, 0x6f, 0x3d, 0x3a, 0xfd, 0xd2, 0xbd, 0xcb, 0x3d, 0xe1, 0xed, 0x92, 0x0f, + 0x96, 0x0f, 0x67, 0x3c, 0xcc, 0x4b, 0xf9, 0x84, 0xbe, 0x1a, 0xf9, 0xa7, 0xbb, 0x17, 0xe6, 0xf7, + 0xa5, 0xa9, 0xe9, 0xb3, 0x7a, 0xe4, 0x33, 0x7a, 0xfd, 0xe6, 0xd2, 0x7f, 0x17, 0x16, 0xa4, 0xa2, + 0xd1, 0x68, 0xfa, 0xac, 0xd1, 0x88, 0x68, 0x1a, 0x8d, 0x9b, 0x4b, 0x07, 0x8f, 0x8c, 0xbf, 0xc4, + 0xbf, 0xfe, 0x7f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x40, 0xaa, 0x14, 0xb7, 0x13, 0x20, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -373,6 +376,13 @@ type WorkflowServiceClient interface { DeleteSchedule(ctx context.Context, in *DeleteScheduleRequest, opts ...grpc.CallOption) (*DeleteScheduleResponse, error) // List all schedules in a namespace. ListSchedules(ctx context.Context, in *ListSchedulesRequest, opts ...grpc.CallOption) (*ListSchedulesResponse, error) + // (-- api-linter: core::0134::response-message-name=disabled + // aip.dev/not-precedent: UpdateWorkerBuildIdOrdering RPC doesn't follow Google API format. --) + // (-- api-linter: core::0134::method-signature=disabled + // aip.dev/not-precedent: UpdateWorkerBuildIdOrdering RPC doesn't follow Google API format. --) + UpdateWorkerBuildIdOrdering(ctx context.Context, in *UpdateWorkerBuildIdOrderingRequest, opts ...grpc.CallOption) (*UpdateWorkerBuildIdOrderingResponse, error) + // This could / maybe should just be part of `DescribeTaskQueue`, but is broken out here to show easily. + GetWorkerBuildIdOrdering(ctx context.Context, in *GetWorkerBuildIdOrderingRequest, opts ...grpc.CallOption) (*GetWorkerBuildIdOrderingResponse, error) } type workflowServiceClient struct { @@ -806,6 +816,24 @@ func (c *workflowServiceClient) ListSchedules(ctx context.Context, in *ListSched return out, nil } +func (c *workflowServiceClient) UpdateWorkerBuildIdOrdering(ctx context.Context, in *UpdateWorkerBuildIdOrderingRequest, opts ...grpc.CallOption) (*UpdateWorkerBuildIdOrderingResponse, error) { + out := new(UpdateWorkerBuildIdOrderingResponse) + err := c.cc.Invoke(ctx, "/temporal.api.workflowservice.v1.WorkflowService/UpdateWorkerBuildIdOrdering", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *workflowServiceClient) GetWorkerBuildIdOrdering(ctx context.Context, in *GetWorkerBuildIdOrderingRequest, opts ...grpc.CallOption) (*GetWorkerBuildIdOrderingResponse, error) { + out := new(GetWorkerBuildIdOrderingResponse) + err := c.cc.Invoke(ctx, "/temporal.api.workflowservice.v1.WorkflowService/GetWorkerBuildIdOrdering", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + // WorkflowServiceServer is the server API for WorkflowService service. type WorkflowServiceServer interface { // RegisterNamespace creates a new namespace which can be used as a container for all resources. @@ -1036,6 +1064,13 @@ type WorkflowServiceServer interface { DeleteSchedule(context.Context, *DeleteScheduleRequest) (*DeleteScheduleResponse, error) // List all schedules in a namespace. ListSchedules(context.Context, *ListSchedulesRequest) (*ListSchedulesResponse, error) + // (-- api-linter: core::0134::response-message-name=disabled + // aip.dev/not-precedent: UpdateWorkerBuildIdOrdering RPC doesn't follow Google API format. --) + // (-- api-linter: core::0134::method-signature=disabled + // aip.dev/not-precedent: UpdateWorkerBuildIdOrdering RPC doesn't follow Google API format. --) + UpdateWorkerBuildIdOrdering(context.Context, *UpdateWorkerBuildIdOrderingRequest) (*UpdateWorkerBuildIdOrderingResponse, error) + // This could / maybe should just be part of `DescribeTaskQueue`, but is broken out here to show easily. + GetWorkerBuildIdOrdering(context.Context, *GetWorkerBuildIdOrderingRequest) (*GetWorkerBuildIdOrderingResponse, error) } // UnimplementedWorkflowServiceServer can be embedded to have forward compatible implementations. @@ -1183,6 +1218,12 @@ func (*UnimplementedWorkflowServiceServer) DeleteSchedule(ctx context.Context, r func (*UnimplementedWorkflowServiceServer) ListSchedules(ctx context.Context, req *ListSchedulesRequest) (*ListSchedulesResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method ListSchedules not implemented") } +func (*UnimplementedWorkflowServiceServer) UpdateWorkerBuildIdOrdering(ctx context.Context, req *UpdateWorkerBuildIdOrderingRequest) (*UpdateWorkerBuildIdOrderingResponse, error) { + return nil, status.Errorf(codes.Unimplemented, "method UpdateWorkerBuildIdOrdering not implemented") +} +func (*UnimplementedWorkflowServiceServer) GetWorkerBuildIdOrdering(ctx context.Context, req *GetWorkerBuildIdOrderingRequest) (*GetWorkerBuildIdOrderingResponse, error) { + return nil, status.Errorf(codes.Unimplemented, "method GetWorkerBuildIdOrdering not implemented") +} func RegisterWorkflowServiceServer(s *grpc.Server, srv WorkflowServiceServer) { s.RegisterService(&_WorkflowService_serviceDesc, srv) @@ -2034,6 +2075,42 @@ func _WorkflowService_ListSchedules_Handler(srv interface{}, ctx context.Context return interceptor(ctx, in, info, handler) } +func _WorkflowService_UpdateWorkerBuildIdOrdering_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(UpdateWorkerBuildIdOrderingRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(WorkflowServiceServer).UpdateWorkerBuildIdOrdering(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/temporal.api.workflowservice.v1.WorkflowService/UpdateWorkerBuildIdOrdering", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(WorkflowServiceServer).UpdateWorkerBuildIdOrdering(ctx, req.(*UpdateWorkerBuildIdOrderingRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _WorkflowService_GetWorkerBuildIdOrdering_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(GetWorkerBuildIdOrderingRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(WorkflowServiceServer).GetWorkerBuildIdOrdering(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/temporal.api.workflowservice.v1.WorkflowService/GetWorkerBuildIdOrdering", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(WorkflowServiceServer).GetWorkerBuildIdOrdering(ctx, req.(*GetWorkerBuildIdOrderingRequest)) + } + return interceptor(ctx, in, info, handler) +} + var _WorkflowService_serviceDesc = grpc.ServiceDesc{ ServiceName: "temporal.api.workflowservice.v1.WorkflowService", HandlerType: (*WorkflowServiceServer)(nil), @@ -2226,6 +2303,14 @@ var _WorkflowService_serviceDesc = grpc.ServiceDesc{ MethodName: "ListSchedules", Handler: _WorkflowService_ListSchedules_Handler, }, + { + MethodName: "UpdateWorkerBuildIdOrdering", + Handler: _WorkflowService_UpdateWorkerBuildIdOrdering_Handler, + }, + { + MethodName: "GetWorkerBuildIdOrdering", + Handler: _WorkflowService_GetWorkerBuildIdOrdering_Handler, + }, }, Streams: []grpc.StreamDesc{}, Metadata: "temporal/api/workflowservice/v1/service.proto", diff --git a/workflowservicemock/v1/service.pb.mock.go b/workflowservicemock/v1/service.pb.mock.go index 0bd332ca..c1d5a10d 100644 --- a/workflowservicemock/v1/service.pb.mock.go +++ b/workflowservicemock/v1/service.pb.mock.go @@ -278,6 +278,26 @@ func (mr *MockWorkflowServiceClientMockRecorder) GetSystemInfo(ctx, in interface return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetSystemInfo", reflect.TypeOf((*MockWorkflowServiceClient)(nil).GetSystemInfo), varargs...) } +// GetWorkerBuildIdOrdering mocks base method. +func (m *MockWorkflowServiceClient) GetWorkerBuildIdOrdering(ctx context.Context, in *workflowservice.GetWorkerBuildIdOrderingRequest, opts ...grpc.CallOption) (*workflowservice.GetWorkerBuildIdOrderingResponse, error) { + m.ctrl.T.Helper() + varargs := []interface{}{ctx, in} + for _, a := range opts { + varargs = append(varargs, a) + } + ret := m.ctrl.Call(m, "GetWorkerBuildIdOrdering", varargs...) + ret0, _ := ret[0].(*workflowservice.GetWorkerBuildIdOrderingResponse) + ret1, _ := ret[1].(error) + return ret0, ret1 +} + +// GetWorkerBuildIdOrdering indicates an expected call of GetWorkerBuildIdOrdering. +func (mr *MockWorkflowServiceClientMockRecorder) GetWorkerBuildIdOrdering(ctx, in interface{}, opts ...interface{}) *gomock.Call { + mr.mock.ctrl.T.Helper() + varargs := append([]interface{}{ctx, in}, opts...) + return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetWorkerBuildIdOrdering", reflect.TypeOf((*MockWorkflowServiceClient)(nil).GetWorkerBuildIdOrdering), varargs...) +} + // GetWorkflowExecutionHistory mocks base method. func (m *MockWorkflowServiceClient) GetWorkflowExecutionHistory(ctx context.Context, in *workflowservice.GetWorkflowExecutionHistoryRequest, opts ...grpc.CallOption) (*workflowservice.GetWorkflowExecutionHistoryResponse, error) { m.ctrl.T.Helper() @@ -998,6 +1018,26 @@ func (mr *MockWorkflowServiceClientMockRecorder) UpdateSchedule(ctx, in interfac return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "UpdateSchedule", reflect.TypeOf((*MockWorkflowServiceClient)(nil).UpdateSchedule), varargs...) } +// UpdateWorkerBuildIdOrdering mocks base method. +func (m *MockWorkflowServiceClient) UpdateWorkerBuildIdOrdering(ctx context.Context, in *workflowservice.UpdateWorkerBuildIdOrderingRequest, opts ...grpc.CallOption) (*workflowservice.UpdateWorkerBuildIdOrderingResponse, error) { + m.ctrl.T.Helper() + varargs := []interface{}{ctx, in} + for _, a := range opts { + varargs = append(varargs, a) + } + ret := m.ctrl.Call(m, "UpdateWorkerBuildIdOrdering", varargs...) + ret0, _ := ret[0].(*workflowservice.UpdateWorkerBuildIdOrderingResponse) + ret1, _ := ret[1].(error) + return ret0, ret1 +} + +// UpdateWorkerBuildIdOrdering indicates an expected call of UpdateWorkerBuildIdOrdering. +func (mr *MockWorkflowServiceClientMockRecorder) UpdateWorkerBuildIdOrdering(ctx, in interface{}, opts ...interface{}) *gomock.Call { + mr.mock.ctrl.T.Helper() + varargs := append([]interface{}{ctx, in}, opts...) + return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "UpdateWorkerBuildIdOrdering", reflect.TypeOf((*MockWorkflowServiceClient)(nil).UpdateWorkerBuildIdOrdering), varargs...) +} + // MockWorkflowServiceServer is a mock of WorkflowServiceServer interface. type MockWorkflowServiceServer struct { ctrl *gomock.Controller @@ -1186,6 +1226,21 @@ func (mr *MockWorkflowServiceServerMockRecorder) GetSystemInfo(arg0, arg1 interf return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetSystemInfo", reflect.TypeOf((*MockWorkflowServiceServer)(nil).GetSystemInfo), arg0, arg1) } +// GetWorkerBuildIdOrdering mocks base method. +func (m *MockWorkflowServiceServer) GetWorkerBuildIdOrdering(arg0 context.Context, arg1 *workflowservice.GetWorkerBuildIdOrderingRequest) (*workflowservice.GetWorkerBuildIdOrderingResponse, error) { + m.ctrl.T.Helper() + ret := m.ctrl.Call(m, "GetWorkerBuildIdOrdering", arg0, arg1) + ret0, _ := ret[0].(*workflowservice.GetWorkerBuildIdOrderingResponse) + ret1, _ := ret[1].(error) + return ret0, ret1 +} + +// GetWorkerBuildIdOrdering indicates an expected call of GetWorkerBuildIdOrdering. +func (mr *MockWorkflowServiceServerMockRecorder) GetWorkerBuildIdOrdering(arg0, arg1 interface{}) *gomock.Call { + mr.mock.ctrl.T.Helper() + return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetWorkerBuildIdOrdering", reflect.TypeOf((*MockWorkflowServiceServer)(nil).GetWorkerBuildIdOrdering), arg0, arg1) +} + // GetWorkflowExecutionHistory mocks base method. func (m *MockWorkflowServiceServer) GetWorkflowExecutionHistory(arg0 context.Context, arg1 *workflowservice.GetWorkflowExecutionHistoryRequest) (*workflowservice.GetWorkflowExecutionHistoryResponse, error) { m.ctrl.T.Helper() @@ -1725,3 +1780,18 @@ func (mr *MockWorkflowServiceServerMockRecorder) UpdateSchedule(arg0, arg1 inter mr.mock.ctrl.T.Helper() return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "UpdateSchedule", reflect.TypeOf((*MockWorkflowServiceServer)(nil).UpdateSchedule), arg0, arg1) } + +// UpdateWorkerBuildIdOrdering mocks base method. +func (m *MockWorkflowServiceServer) UpdateWorkerBuildIdOrdering(arg0 context.Context, arg1 *workflowservice.UpdateWorkerBuildIdOrderingRequest) (*workflowservice.UpdateWorkerBuildIdOrderingResponse, error) { + m.ctrl.T.Helper() + ret := m.ctrl.Call(m, "UpdateWorkerBuildIdOrdering", arg0, arg1) + ret0, _ := ret[0].(*workflowservice.UpdateWorkerBuildIdOrderingResponse) + ret1, _ := ret[1].(error) + return ret0, ret1 +} + +// UpdateWorkerBuildIdOrdering indicates an expected call of UpdateWorkerBuildIdOrdering. +func (mr *MockWorkflowServiceServerMockRecorder) UpdateWorkerBuildIdOrdering(arg0, arg1 interface{}) *gomock.Call { + mr.mock.ctrl.T.Helper() + return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "UpdateWorkerBuildIdOrdering", reflect.TypeOf((*MockWorkflowServiceServer)(nil).UpdateWorkerBuildIdOrdering), arg0, arg1) +}