From a78be7955ceba96f302f74802fa3d4e78a172c5b Mon Sep 17 00:00:00 2001 From: Samar Abbas Date: Fri, 17 Apr 2020 19:22:36 -0700 Subject: [PATCH] Remove raw history API as it is removed from cadence (#15) --- decision/message.pb.go | 6 +- event/message.pb.go | 25 +- temporal-proto | 2 +- workflowservice/request_response.pb.go | 2060 ++++++------------------ workflowservice/service.pb.go | 201 +-- workflowservicemock/service.pb.mock.go | 70 - 6 files changed, 528 insertions(+), 1836 deletions(-) diff --git a/decision/message.pb.go b/decision/message.pb.go index fbe56d49..453d0233 100644 --- a/decision/message.pb.go +++ b/decision/message.pb.go @@ -426,8 +426,10 @@ type CancelWorkflowExecutionDecisionAttributes struct { func (m *CancelWorkflowExecutionDecisionAttributes) Reset() { *m = CancelWorkflowExecutionDecisionAttributes{} } -func (m *CancelWorkflowExecutionDecisionAttributes) String() string { return proto.CompactTextString(m) } -func (*CancelWorkflowExecutionDecisionAttributes) ProtoMessage() {} +func (m *CancelWorkflowExecutionDecisionAttributes) String() string { + return proto.CompactTextString(m) +} +func (*CancelWorkflowExecutionDecisionAttributes) ProtoMessage() {} func (*CancelWorkflowExecutionDecisionAttributes) Descriptor() ([]byte, []int) { return fileDescriptor_ec8a6bcee89103f4, []int{6} } diff --git a/event/message.pb.go b/event/message.pb.go index 65e2ffa0..5da9d068 100644 --- a/event/message.pb.go +++ b/event/message.pb.go @@ -295,8 +295,10 @@ type WorkflowExecutionCompletedEventAttributes struct { func (m *WorkflowExecutionCompletedEventAttributes) Reset() { *m = WorkflowExecutionCompletedEventAttributes{} } -func (m *WorkflowExecutionCompletedEventAttributes) String() string { return proto.CompactTextString(m) } -func (*WorkflowExecutionCompletedEventAttributes) ProtoMessage() {} +func (m *WorkflowExecutionCompletedEventAttributes) String() string { + return proto.CompactTextString(m) +} +func (*WorkflowExecutionCompletedEventAttributes) ProtoMessage() {} func (*WorkflowExecutionCompletedEventAttributes) Descriptor() ([]byte, []int) { return fileDescriptor_7135fdf3a2c9ba09, []int{1} } @@ -3754,15 +3756,16 @@ func (*HistoryEvent_RequestCancelExternalWorkflowExecutionFailedEventAttributes) } func (*HistoryEvent_ExternalWorkflowExecutionCancelRequestedEventAttributes) isHistoryEvent_Attributes() { } -func (*HistoryEvent_WorkflowExecutionContinuedAsNewEventAttributes) isHistoryEvent_Attributes() {} -func (*HistoryEvent_StartChildWorkflowExecutionInitiatedEventAttributes) isHistoryEvent_Attributes() {} -func (*HistoryEvent_StartChildWorkflowExecutionFailedEventAttributes) isHistoryEvent_Attributes() {} -func (*HistoryEvent_ChildWorkflowExecutionStartedEventAttributes) isHistoryEvent_Attributes() {} -func (*HistoryEvent_ChildWorkflowExecutionCompletedEventAttributes) isHistoryEvent_Attributes() {} -func (*HistoryEvent_ChildWorkflowExecutionFailedEventAttributes) isHistoryEvent_Attributes() {} -func (*HistoryEvent_ChildWorkflowExecutionCanceledEventAttributes) isHistoryEvent_Attributes() {} -func (*HistoryEvent_ChildWorkflowExecutionTimedOutEventAttributes) isHistoryEvent_Attributes() {} -func (*HistoryEvent_ChildWorkflowExecutionTerminatedEventAttributes) isHistoryEvent_Attributes() {} +func (*HistoryEvent_WorkflowExecutionContinuedAsNewEventAttributes) isHistoryEvent_Attributes() {} +func (*HistoryEvent_StartChildWorkflowExecutionInitiatedEventAttributes) isHistoryEvent_Attributes() { +} +func (*HistoryEvent_StartChildWorkflowExecutionFailedEventAttributes) isHistoryEvent_Attributes() {} +func (*HistoryEvent_ChildWorkflowExecutionStartedEventAttributes) isHistoryEvent_Attributes() {} +func (*HistoryEvent_ChildWorkflowExecutionCompletedEventAttributes) isHistoryEvent_Attributes() {} +func (*HistoryEvent_ChildWorkflowExecutionFailedEventAttributes) isHistoryEvent_Attributes() {} +func (*HistoryEvent_ChildWorkflowExecutionCanceledEventAttributes) isHistoryEvent_Attributes() {} +func (*HistoryEvent_ChildWorkflowExecutionTimedOutEventAttributes) isHistoryEvent_Attributes() {} +func (*HistoryEvent_ChildWorkflowExecutionTerminatedEventAttributes) isHistoryEvent_Attributes() {} func (*HistoryEvent_SignalExternalWorkflowExecutionInitiatedEventAttributes) isHistoryEvent_Attributes() { } func (*HistoryEvent_SignalExternalWorkflowExecutionFailedEventAttributes) isHistoryEvent_Attributes() { diff --git a/temporal-proto b/temporal-proto index 904e533a..a8a2b1b7 160000 --- a/temporal-proto +++ b/temporal-proto @@ -1 +1 @@ -Subproject commit 904e533a013e20b47c162da9e53a0de575076bbc +Subproject commit a8a2b1b771eb7e70a14022fca8ea25223c6a046e diff --git a/workflowservice/request_response.pb.go b/workflowservice/request_response.pb.go index af61f669..f0ac3a96 100644 --- a/workflowservice/request_response.pb.go +++ b/workflowservice/request_response.pb.go @@ -4600,128 +4600,6 @@ func (m *QueryWorkflowResponse) GetQueryRejected() *query.QueryRejected { return nil } -type GetWorkflowExecutionRawHistoryRequest struct { - Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` - Execution *execution.WorkflowExecution `protobuf:"bytes,2,opt,name=execution,proto3" json:"execution,omitempty"` - MaximumPageSize int32 `protobuf:"varint,3,opt,name=maximumPageSize,proto3" json:"maximumPageSize,omitempty"` - NextPageToken []byte `protobuf:"bytes,4,opt,name=nextPageToken,proto3" json:"nextPageToken,omitempty"` -} - -func (m *GetWorkflowExecutionRawHistoryRequest) Reset() { *m = GetWorkflowExecutionRawHistoryRequest{} } -func (m *GetWorkflowExecutionRawHistoryRequest) String() string { return proto.CompactTextString(m) } -func (*GetWorkflowExecutionRawHistoryRequest) ProtoMessage() {} -func (*GetWorkflowExecutionRawHistoryRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_2f2cc3b10536a077, []int{68} -} -func (m *GetWorkflowExecutionRawHistoryRequest) XXX_Unmarshal(b []byte) error { - return m.Unmarshal(b) -} -func (m *GetWorkflowExecutionRawHistoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - if deterministic { - return xxx_messageInfo_GetWorkflowExecutionRawHistoryRequest.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 *GetWorkflowExecutionRawHistoryRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetWorkflowExecutionRawHistoryRequest.Merge(m, src) -} -func (m *GetWorkflowExecutionRawHistoryRequest) XXX_Size() int { - return m.Size() -} -func (m *GetWorkflowExecutionRawHistoryRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetWorkflowExecutionRawHistoryRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetWorkflowExecutionRawHistoryRequest proto.InternalMessageInfo - -func (m *GetWorkflowExecutionRawHistoryRequest) GetNamespace() string { - if m != nil { - return m.Namespace - } - return "" -} - -func (m *GetWorkflowExecutionRawHistoryRequest) GetExecution() *execution.WorkflowExecution { - if m != nil { - return m.Execution - } - return nil -} - -func (m *GetWorkflowExecutionRawHistoryRequest) GetMaximumPageSize() int32 { - if m != nil { - return m.MaximumPageSize - } - return 0 -} - -func (m *GetWorkflowExecutionRawHistoryRequest) GetNextPageToken() []byte { - if m != nil { - return m.NextPageToken - } - return nil -} - -type GetWorkflowExecutionRawHistoryResponse struct { - RawHistory []*common.DataBlob `protobuf:"bytes,1,rep,name=rawHistory,proto3" json:"rawHistory,omitempty"` - NextPageToken []byte `protobuf:"bytes,2,opt,name=nextPageToken,proto3" json:"nextPageToken,omitempty"` -} - -func (m *GetWorkflowExecutionRawHistoryResponse) Reset() { - *m = GetWorkflowExecutionRawHistoryResponse{} -} -func (m *GetWorkflowExecutionRawHistoryResponse) String() string { return proto.CompactTextString(m) } -func (*GetWorkflowExecutionRawHistoryResponse) ProtoMessage() {} -func (*GetWorkflowExecutionRawHistoryResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_2f2cc3b10536a077, []int{69} -} -func (m *GetWorkflowExecutionRawHistoryResponse) XXX_Unmarshal(b []byte) error { - return m.Unmarshal(b) -} -func (m *GetWorkflowExecutionRawHistoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - if deterministic { - return xxx_messageInfo_GetWorkflowExecutionRawHistoryResponse.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 *GetWorkflowExecutionRawHistoryResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetWorkflowExecutionRawHistoryResponse.Merge(m, src) -} -func (m *GetWorkflowExecutionRawHistoryResponse) XXX_Size() int { - return m.Size() -} -func (m *GetWorkflowExecutionRawHistoryResponse) XXX_DiscardUnknown() { - xxx_messageInfo_GetWorkflowExecutionRawHistoryResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_GetWorkflowExecutionRawHistoryResponse proto.InternalMessageInfo - -func (m *GetWorkflowExecutionRawHistoryResponse) GetRawHistory() []*common.DataBlob { - if m != nil { - return m.RawHistory - } - return nil -} - -func (m *GetWorkflowExecutionRawHistoryResponse) GetNextPageToken() []byte { - if m != nil { - return m.NextPageToken - } - return nil -} - type DescribeWorkflowExecutionRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Execution *execution.WorkflowExecution `protobuf:"bytes,2,opt,name=execution,proto3" json:"execution,omitempty"` @@ -4731,7 +4609,7 @@ func (m *DescribeWorkflowExecutionRequest) Reset() { *m = DescribeWorkfl func (m *DescribeWorkflowExecutionRequest) String() string { return proto.CompactTextString(m) } func (*DescribeWorkflowExecutionRequest) ProtoMessage() {} func (*DescribeWorkflowExecutionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_2f2cc3b10536a077, []int{70} + return fileDescriptor_2f2cc3b10536a077, []int{68} } func (m *DescribeWorkflowExecutionRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4785,7 +4663,7 @@ func (m *DescribeWorkflowExecutionResponse) Reset() { *m = DescribeWorkf func (m *DescribeWorkflowExecutionResponse) String() string { return proto.CompactTextString(m) } func (*DescribeWorkflowExecutionResponse) ProtoMessage() {} func (*DescribeWorkflowExecutionResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_2f2cc3b10536a077, []int{71} + return fileDescriptor_2f2cc3b10536a077, []int{69} } func (m *DescribeWorkflowExecutionResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4853,7 +4731,7 @@ func (m *DescribeTaskListRequest) Reset() { *m = DescribeTaskListRequest func (m *DescribeTaskListRequest) String() string { return proto.CompactTextString(m) } func (*DescribeTaskListRequest) ProtoMessage() {} func (*DescribeTaskListRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_2f2cc3b10536a077, []int{72} + return fileDescriptor_2f2cc3b10536a077, []int{70} } func (m *DescribeTaskListRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4919,7 +4797,7 @@ func (m *DescribeTaskListResponse) Reset() { *m = DescribeTaskListRespon func (m *DescribeTaskListResponse) String() string { return proto.CompactTextString(m) } func (*DescribeTaskListResponse) ProtoMessage() {} func (*DescribeTaskListResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_2f2cc3b10536a077, []int{73} + return fileDescriptor_2f2cc3b10536a077, []int{71} } func (m *DescribeTaskListResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4969,7 +4847,7 @@ func (m *GetClusterInfoRequest) Reset() { *m = GetClusterInfoRequest{} } func (m *GetClusterInfoRequest) String() string { return proto.CompactTextString(m) } func (*GetClusterInfoRequest) ProtoMessage() {} func (*GetClusterInfoRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_2f2cc3b10536a077, []int{74} + return fileDescriptor_2f2cc3b10536a077, []int{72} } func (m *GetClusterInfoRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5007,7 +4885,7 @@ func (m *GetClusterInfoResponse) Reset() { *m = GetClusterInfoResponse{} func (m *GetClusterInfoResponse) String() string { return proto.CompactTextString(m) } func (*GetClusterInfoResponse) ProtoMessage() {} func (*GetClusterInfoResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_2f2cc3b10536a077, []int{75} + return fileDescriptor_2f2cc3b10536a077, []int{73} } func (m *GetClusterInfoResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5052,7 +4930,7 @@ func (m *ListTaskListPartitionsRequest) Reset() { *m = ListTaskListParti func (m *ListTaskListPartitionsRequest) String() string { return proto.CompactTextString(m) } func (*ListTaskListPartitionsRequest) ProtoMessage() {} func (*ListTaskListPartitionsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_2f2cc3b10536a077, []int{76} + return fileDescriptor_2f2cc3b10536a077, []int{74} } func (m *ListTaskListPartitionsRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5104,7 +4982,7 @@ func (m *ListTaskListPartitionsResponse) Reset() { *m = ListTaskListPart func (m *ListTaskListPartitionsResponse) String() string { return proto.CompactTextString(m) } func (*ListTaskListPartitionsResponse) ProtoMessage() {} func (*ListTaskListPartitionsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_2f2cc3b10536a077, []int{77} + return fileDescriptor_2f2cc3b10536a077, []int{75} } func (m *ListTaskListPartitionsResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5147,140 +5025,6 @@ func (m *ListTaskListPartitionsResponse) GetDecisionTaskListPartitions() []*task return nil } -type PollForWorkflowExecutionRawHistoryRequest struct { - Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` - Execution *execution.WorkflowExecution `protobuf:"bytes,2,opt,name=execution,proto3" json:"execution,omitempty"` - MaximumPageSize int32 `protobuf:"varint,3,opt,name=maximumPageSize,proto3" json:"maximumPageSize,omitempty"` - NextPageToken []byte `protobuf:"bytes,4,opt,name=nextPageToken,proto3" json:"nextPageToken,omitempty"` - HistoryEventFilterType filter.HistoryEventFilterType `protobuf:"varint,5,opt,name=HistoryEventFilterType,proto3,enum=filter.HistoryEventFilterType" json:"HistoryEventFilterType,omitempty"` -} - -func (m *PollForWorkflowExecutionRawHistoryRequest) Reset() { - *m = PollForWorkflowExecutionRawHistoryRequest{} -} -func (m *PollForWorkflowExecutionRawHistoryRequest) String() string { return proto.CompactTextString(m) } -func (*PollForWorkflowExecutionRawHistoryRequest) ProtoMessage() {} -func (*PollForWorkflowExecutionRawHistoryRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_2f2cc3b10536a077, []int{78} -} -func (m *PollForWorkflowExecutionRawHistoryRequest) XXX_Unmarshal(b []byte) error { - return m.Unmarshal(b) -} -func (m *PollForWorkflowExecutionRawHistoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - if deterministic { - return xxx_messageInfo_PollForWorkflowExecutionRawHistoryRequest.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 *PollForWorkflowExecutionRawHistoryRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_PollForWorkflowExecutionRawHistoryRequest.Merge(m, src) -} -func (m *PollForWorkflowExecutionRawHistoryRequest) XXX_Size() int { - return m.Size() -} -func (m *PollForWorkflowExecutionRawHistoryRequest) XXX_DiscardUnknown() { - xxx_messageInfo_PollForWorkflowExecutionRawHistoryRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_PollForWorkflowExecutionRawHistoryRequest proto.InternalMessageInfo - -func (m *PollForWorkflowExecutionRawHistoryRequest) GetNamespace() string { - if m != nil { - return m.Namespace - } - return "" -} - -func (m *PollForWorkflowExecutionRawHistoryRequest) GetExecution() *execution.WorkflowExecution { - if m != nil { - return m.Execution - } - return nil -} - -func (m *PollForWorkflowExecutionRawHistoryRequest) GetMaximumPageSize() int32 { - if m != nil { - return m.MaximumPageSize - } - return 0 -} - -func (m *PollForWorkflowExecutionRawHistoryRequest) GetNextPageToken() []byte { - if m != nil { - return m.NextPageToken - } - return nil -} - -func (m *PollForWorkflowExecutionRawHistoryRequest) GetHistoryEventFilterType() filter.HistoryEventFilterType { - if m != nil { - return m.HistoryEventFilterType - } - return filter.HistoryEventFilterType_AllEvent -} - -type PollForWorkflowExecutionRawHistoryResponse struct { - RawHistory []*common.DataBlob `protobuf:"bytes,1,rep,name=rawHistory,proto3" json:"rawHistory,omitempty"` - NextPageToken []byte `protobuf:"bytes,2,opt,name=nextPageToken,proto3" json:"nextPageToken,omitempty"` -} - -func (m *PollForWorkflowExecutionRawHistoryResponse) Reset() { - *m = PollForWorkflowExecutionRawHistoryResponse{} -} -func (m *PollForWorkflowExecutionRawHistoryResponse) String() string { - return proto.CompactTextString(m) -} -func (*PollForWorkflowExecutionRawHistoryResponse) ProtoMessage() {} -func (*PollForWorkflowExecutionRawHistoryResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_2f2cc3b10536a077, []int{79} -} -func (m *PollForWorkflowExecutionRawHistoryResponse) XXX_Unmarshal(b []byte) error { - return m.Unmarshal(b) -} -func (m *PollForWorkflowExecutionRawHistoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - if deterministic { - return xxx_messageInfo_PollForWorkflowExecutionRawHistoryResponse.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 *PollForWorkflowExecutionRawHistoryResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_PollForWorkflowExecutionRawHistoryResponse.Merge(m, src) -} -func (m *PollForWorkflowExecutionRawHistoryResponse) XXX_Size() int { - return m.Size() -} -func (m *PollForWorkflowExecutionRawHistoryResponse) XXX_DiscardUnknown() { - xxx_messageInfo_PollForWorkflowExecutionRawHistoryResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_PollForWorkflowExecutionRawHistoryResponse proto.InternalMessageInfo - -func (m *PollForWorkflowExecutionRawHistoryResponse) GetRawHistory() []*common.DataBlob { - if m != nil { - return m.RawHistory - } - return nil -} - -func (m *PollForWorkflowExecutionRawHistoryResponse) GetNextPageToken() []byte { - if m != nil { - return m.NextPageToken - } - return nil -} - func init() { proto.RegisterType((*RegisterNamespaceRequest)(nil), "workflowservice.RegisterNamespaceRequest") proto.RegisterMapType((map[string]string)(nil), "workflowservice.RegisterNamespaceRequest.DataEntry") @@ -5354,8 +5098,6 @@ func init() { proto.RegisterType((*ResetStickyTaskListResponse)(nil), "workflowservice.ResetStickyTaskListResponse") proto.RegisterType((*QueryWorkflowRequest)(nil), "workflowservice.QueryWorkflowRequest") proto.RegisterType((*QueryWorkflowResponse)(nil), "workflowservice.QueryWorkflowResponse") - proto.RegisterType((*GetWorkflowExecutionRawHistoryRequest)(nil), "workflowservice.GetWorkflowExecutionRawHistoryRequest") - proto.RegisterType((*GetWorkflowExecutionRawHistoryResponse)(nil), "workflowservice.GetWorkflowExecutionRawHistoryResponse") proto.RegisterType((*DescribeWorkflowExecutionRequest)(nil), "workflowservice.DescribeWorkflowExecutionRequest") proto.RegisterType((*DescribeWorkflowExecutionResponse)(nil), "workflowservice.DescribeWorkflowExecutionResponse") proto.RegisterType((*DescribeTaskListRequest)(nil), "workflowservice.DescribeTaskListRequest") @@ -5364,8 +5106,6 @@ func init() { proto.RegisterType((*GetClusterInfoResponse)(nil), "workflowservice.GetClusterInfoResponse") proto.RegisterType((*ListTaskListPartitionsRequest)(nil), "workflowservice.ListTaskListPartitionsRequest") proto.RegisterType((*ListTaskListPartitionsResponse)(nil), "workflowservice.ListTaskListPartitionsResponse") - proto.RegisterType((*PollForWorkflowExecutionRawHistoryRequest)(nil), "workflowservice.PollForWorkflowExecutionRawHistoryRequest") - proto.RegisterType((*PollForWorkflowExecutionRawHistoryResponse)(nil), "workflowservice.PollForWorkflowExecutionRawHistoryResponse") } func init() { @@ -5373,225 +5113,220 @@ func init() { } var fileDescriptor_2f2cc3b10536a077 = []byte{ - // 3484 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x1b, 0x3b, 0x6c, 0x1c, 0xc7, - 0x55, 0x7b, 0x1f, 0x7e, 0x1e, 0xbf, 0x5a, 0x93, 0xd4, 0xe9, 0x24, 0x9d, 0xa8, 0xd5, 0xc7, 0xb4, - 0x20, 0x9f, 0x0c, 0x5a, 0x91, 0x1d, 0xc1, 0x10, 0x24, 0x91, 0xa2, 0x48, 0xdb, 0x92, 0xa8, 0x21, - 0x25, 0x23, 0x4e, 0x11, 0x2c, 0x77, 0x47, 0xe4, 0x98, 0x7b, 0xbb, 0xe7, 0xdd, 0x39, 0x52, 0x17, - 0xa4, 0x48, 0x91, 0x22, 0x08, 0x02, 0xc3, 0x01, 0x92, 0x32, 0x7d, 0x9a, 0xa4, 0x49, 0x93, 0x22, - 0x4d, 0x80, 0x14, 0x01, 0x02, 0x04, 0x76, 0x10, 0x20, 0x09, 0xd2, 0x04, 0x36, 0x10, 0x18, 0xee, - 0x82, 0xc0, 0x5d, 0x8a, 0x60, 0x3e, 0xbb, 0x37, 0xfb, 0xe5, 0x91, 0x96, 0x64, 0x39, 0x50, 0x77, - 0xfb, 0xe6, 0xbd, 0x37, 0xef, 0xbd, 0x79, 0xf3, 0x3e, 0x33, 0x73, 0x70, 0x6e, 0xd7, 0xf3, 0xb7, - 0x1f, 0x3a, 0xde, 0x6e, 0x80, 0xfd, 0x1d, 0x62, 0xe1, 0x8b, 0x3e, 0x7e, 0xbf, 0x83, 0x03, 0xfa, - 0x1d, 0x1f, 0x07, 0x6d, 0xcf, 0x0d, 0x70, 0xb3, 0xed, 0x7b, 0xd4, 0xd3, 0x27, 0x12, 0x78, 0xf5, - 0xc3, 0x96, 0xd7, 0x6a, 0x79, 0xee, 0x45, 0xec, 0x76, 0x5a, 0x02, 0xa7, 0x3e, 0x25, 0x41, 0x2d, - 0x1c, 0x04, 0xe6, 0xa6, 0xa4, 0xac, 0x4f, 0xe2, 0x1d, 0xec, 0x52, 0x15, 0xef, 0x05, 0x01, 0x89, - 0xa3, 0x1d, 0xc1, 0x8f, 0xb0, 0xd5, 0xa1, 0x24, 0x45, 0x3f, 0x63, 0x63, 0x8b, 0x04, 0x69, 0xf8, - 0xe1, 0x87, 0xc4, 0xa1, 0xd8, 0x8f, 0x09, 0x20, 0x41, 0x09, 0xce, 0xae, 0xd9, 0xc2, 0x41, 0xdb, - 0xb4, 0x70, 0x62, 0x60, 0xaa, 0x37, 0xa0, 0x30, 0x99, 0x7c, 0xbf, 0x83, 0xfd, 0x6e, 0x4c, 0x5e, - 0x01, 0x89, 0x13, 0x1f, 0xf5, 0x71, 0xdb, 0x21, 0x96, 0x99, 0x21, 0xf1, 0x0b, 0xd4, 0x0c, 0xb6, - 0x1d, 0x12, 0xc4, 0x94, 0x9e, 0x89, 0x80, 0x71, 0xe4, 0xe9, 0x1d, 0xec, 0xa7, 0xb5, 0x33, 0x7e, - 0x3f, 0x00, 0x35, 0x84, 0x37, 0x49, 0x40, 0xb1, 0x7f, 0x27, 0x14, 0x13, 0x89, 0xb5, 0xd1, 0x75, - 0xa8, 0x30, 0xd1, 0x6b, 0xda, 0xac, 0x36, 0x37, 0x8c, 0xf8, 0x6f, 0x7d, 0x16, 0x46, 0x6c, 0x1c, - 0x58, 0x3e, 0x69, 0x33, 0x89, 0x6a, 0x25, 0x3e, 0xa4, 0x82, 0xf4, 0x06, 0x80, 0xb7, 0xeb, 0x62, - 0xff, 0x66, 0xcb, 0x24, 0x4e, 0xad, 0xcc, 0x11, 0x14, 0x88, 0xfe, 0xa0, 0xe7, 0x0c, 0x37, 0xc3, - 0xb5, 0x40, 0x98, 0x62, 0x97, 0xfd, 0x58, 0xc5, 0x3e, 0xf1, 0xec, 0x15, 0x77, 0xd1, 0xec, 0x06, - 0xb5, 0xca, 0xac, 0x36, 0x57, 0x45, 0x7d, 0x62, 0xb3, 0x79, 0x71, 0x8b, 0xd0, 0xdb, 0x98, 0xfa, - 0xc4, 0xaa, 0x55, 0x67, 0xb5, 0xb9, 0x21, 0xa4, 0x40, 0xf4, 0x65, 0x18, 0xb2, 0x9c, 0x0e, 0x53, - 0x34, 0xa8, 0x0d, 0xcc, 0x96, 0xe7, 0x46, 0xe6, 0x2f, 0x34, 0x15, 0xe3, 0x36, 0x17, 0xc4, 0x20, - 0xea, 0x81, 0x16, 0x3c, 0xf7, 0x21, 0xd9, 0xec, 0xf8, 0xfc, 0x03, 0x45, 0xd4, 0xfa, 0x05, 0x38, - 0x6c, 0x5a, 0x94, 0xec, 0x60, 0x49, 0xc2, 0x0c, 0x57, 0x1b, 0xe4, 0x8a, 0xa6, 0x07, 0xf4, 0x5b, - 0x50, 0xb1, 0x4d, 0x6a, 0xd6, 0x86, 0xf8, 0x9c, 0xaf, 0x36, 0x13, 0x1e, 0xde, 0xcc, 0x33, 0x7f, - 0x73, 0xd1, 0xa4, 0xe6, 0x4d, 0x97, 0xfa, 0x5d, 0xc4, 0x19, 0xe8, 0x67, 0x60, 0x2c, 0xc0, 0x56, - 0xc7, 0x27, 0xb4, 0xbb, 0xee, 0x6d, 0x63, 0xb7, 0x36, 0xcc, 0xa7, 0x8c, 0x03, 0x99, 0x70, 0x24, - 0xb8, 0xe5, 0x78, 0x1b, 0xa6, 0x13, 0x71, 0xac, 0x01, 0xb7, 0x46, 0x7a, 0x40, 0xbf, 0x0b, 0xd3, - 0x5b, 0x24, 0xa0, 0x9e, 0xdf, 0xbd, 0xee, 0x5b, 0x5b, 0x64, 0xc7, 0x74, 0xd6, 0xa8, 0x49, 0x3b, - 0x41, 0x6d, 0x64, 0x56, 0x9b, 0x1b, 0x9f, 0x3f, 0xda, 0x8c, 0x7c, 0xb7, 0x19, 0x47, 0x40, 0xd9, - 0x74, 0x7a, 0x13, 0xf4, 0xc4, 0xc0, 0x7d, 0xb4, 0x52, 0x1b, 0xe5, 0x92, 0x66, 0x8c, 0xe8, 0xf7, - 0xa1, 0xb6, 0x43, 0x02, 0xb2, 0x41, 0x1c, 0x42, 0x93, 0x32, 0x8c, 0xed, 0x25, 0x43, 0x2e, 0xa9, - 0x7e, 0x09, 0xa6, 0xd3, 0x63, 0x4c, 0x92, 0x71, 0x2e, 0x49, 0xf6, 0x60, 0xfd, 0x35, 0x18, 0x8e, - 0x8c, 0xae, 0x4f, 0x42, 0x79, 0x1b, 0x77, 0xa5, 0xf3, 0xb3, 0x9f, 0xfa, 0x14, 0x54, 0x77, 0x4c, - 0xa7, 0x83, 0xa5, 0xd7, 0x8b, 0x8f, 0x2b, 0xa5, 0xd7, 0x35, 0xe3, 0x18, 0x1c, 0xcd, 0x58, 0x46, - 0x11, 0xd9, 0x8c, 0x6f, 0xc1, 0xf4, 0xdb, 0x24, 0xa0, 0xd1, 0x40, 0x10, 0xee, 0xaf, 0x3a, 0x0c, - 0xb5, 0xcd, 0x4d, 0xbc, 0x46, 0xbe, 0x2b, 0xf6, 0x58, 0x15, 0x45, 0xdf, 0x6c, 0xb1, 0x5d, 0xfc, - 0x88, 0xae, 0x9a, 0x9b, 0x58, 0x2c, 0x36, 0x9b, 0x73, 0x14, 0xc5, 0x81, 0xc6, 0x8f, 0x34, 0x98, - 0x49, 0xf2, 0x16, 0xb3, 0xea, 0x6f, 0x02, 0x44, 0x76, 0x0b, 0x6a, 0x1a, 0x77, 0xbe, 0xf3, 0x29, - 0xe7, 0x5b, 0xe4, 0x1b, 0x77, 0x03, 0xa7, 0xa4, 0x46, 0x0a, 0x75, 0x9f, 0xc2, 0x5c, 0x85, 0x5a, - 0x06, 0xbb, 0xfc, 0x50, 0x32, 0x0e, 0x25, 0x62, 0x4b, 0x56, 0x25, 0x62, 0x1b, 0x9f, 0x95, 0xe0, - 0x68, 0xae, 0x3c, 0xfa, 0x55, 0x18, 0x8b, 0x24, 0x5a, 0x71, 0x1f, 0x7a, 0x9c, 0xd5, 0xc8, 0x7c, - 0x4d, 0xf1, 0x8e, 0x3b, 0xea, 0x38, 0x8a, 0xa3, 0xeb, 0xb7, 0x60, 0xcc, 0x52, 0xf7, 0x33, 0x9f, - 0x78, 0x64, 0xfe, 0x54, 0x16, 0x7d, 0x7c, 0xe3, 0xc7, 0xe9, 0xf4, 0xf7, 0xa0, 0xe6, 0xe7, 0xc4, - 0x08, 0x1e, 0xed, 0x46, 0xe6, 0x9b, 0xb1, 0xb8, 0xa2, 0xa8, 0x92, 0x13, 0x59, 0x72, 0xf9, 0xe9, - 0x73, 0x30, 0xf1, 0xd0, 0x24, 0x8e, 0xb7, 0x83, 0xfd, 0x07, 0x22, 0x7e, 0xf3, 0xa0, 0x58, 0x46, - 0x49, 0x70, 0xf6, 0xb6, 0xaf, 0xe6, 0x6c, 0x7b, 0xe3, 0x3f, 0x25, 0x98, 0xb9, 0xdf, 0xb6, 0x4d, - 0xda, 0xdf, 0x4a, 0x5d, 0x83, 0x91, 0x0e, 0xc7, 0xb6, 0xb9, 0xe5, 0x85, 0xe5, 0x1a, 0x8a, 0xe5, - 0x12, 0xbc, 0xb8, 0xfd, 0x55, 0x92, 0xb4, 0xf5, 0xcb, 0x4f, 0xc0, 0xfa, 0x95, 0xc7, 0x6c, 0xfd, - 0x54, 0xc0, 0xad, 0x66, 0x05, 0xdc, 0x39, 0x98, 0xb0, 0xb1, 0x83, 0x29, 0xbe, 0x61, 0xda, 0x37, - 0x88, 0x6b, 0xfa, 0xdd, 0xda, 0x00, 0xc7, 0x4b, 0x82, 0x8d, 0x7f, 0x95, 0xe0, 0x48, 0xca, 0xea, - 0xcf, 0xdd, 0xfb, 0xf1, 0xbb, 0xf7, 0x7d, 0x16, 0x48, 0xda, 0x3e, 0xb6, 0xfa, 0x75, 0xf0, 0xd4, - 0x4a, 0x97, 0x32, 0x56, 0xda, 0x38, 0x0e, 0xf5, 0x2c, 0xb6, 0x32, 0xcc, 0xff, 0xbb, 0x0a, 0x27, - 0xd6, 0xa8, 0xe9, 0xd3, 0x77, 0xd2, 0xf5, 0x8a, 0x98, 0xf9, 0x38, 0x0c, 0x47, 0xab, 0x21, 0xa7, - 0xef, 0x01, 0x58, 0xfd, 0x12, 0x46, 0xe7, 0x15, 0x5b, 0x0a, 0xa0, 0x40, 0xf4, 0xd7, 0x61, 0x34, - 0xfc, 0x5a, 0xef, 0xb6, 0xb1, 0x5c, 0x8c, 0xa9, 0xa6, 0xa8, 0x86, 0x9b, 0xef, 0x28, 0x63, 0x28, - 0x86, 0xa9, 0x37, 0x61, 0x88, 0x55, 0x85, 0x2c, 0x51, 0xc8, 0x3d, 0xa2, 0x37, 0xc3, 0x32, 0xb1, - 0xb9, 0x2e, 0x47, 0x50, 0x84, 0xc3, 0xf2, 0x1c, 0x71, 0xdb, 0x1d, 0xca, 0x0d, 0x3c, 0x8a, 0xc4, - 0x87, 0xbe, 0x0a, 0xa7, 0xa3, 0xda, 0x99, 0xeb, 0xb9, 0xee, 0x2d, 0x38, 0x5e, 0x80, 0xd7, 0x49, - 0x0b, 0x7b, 0x1d, 0xba, 0x86, 0x2d, 0xcf, 0xb5, 0x03, 0xee, 0xfb, 0x55, 0xd4, 0x0f, 0xaa, 0xbe, - 0x04, 0x0d, 0x36, 0x67, 0x01, 0xb3, 0x41, 0xce, 0x6c, 0x0f, 0x2c, 0x96, 0x47, 0x89, 0xcd, 0x2a, - 0x42, 0xda, 0xad, 0x0d, 0x71, 0xbb, 0x45, 0xdf, 0xcc, 0xe6, 0xb2, 0xd5, 0x58, 0xb1, 0x65, 0xc1, - 0xd4, 0x03, 0xe8, 0x6b, 0x30, 0xdd, 0xb3, 0x30, 0xc2, 0x9d, 0x00, 0xaf, 0x7a, 0x0e, 0xb1, 0xba, - 0xbc, 0x60, 0x1a, 0x9f, 0x3f, 0x91, 0x34, 0x6e, 0x0c, 0x09, 0x65, 0xd3, 0xea, 0xdf, 0x80, 0x11, - 0x1f, 0x53, 0xbf, 0x2b, 0x59, 0x8d, 0x70, 0x8b, 0xbf, 0x10, 0xb2, 0x42, 0xbd, 0x21, 0xa4, 0xe2, - 0xe9, 0x06, 0x8c, 0x5a, 0xbe, 0xe7, 0xae, 0x59, 0x5b, 0xd8, 0xee, 0x38, 0x58, 0xd6, 0x4c, 0x31, - 0x98, 0x3e, 0x0b, 0x95, 0x16, 0x6e, 0x79, 0xbc, 0x32, 0x1a, 0x99, 0x1f, 0x0d, 0x79, 0xde, 0xc6, - 0x2d, 0x0f, 0xf1, 0x11, 0x7d, 0x11, 0x26, 0x03, 0x6c, 0xfa, 0xd6, 0xd6, 0x75, 0x4a, 0x7d, 0xb2, - 0xd1, 0xa1, 0x38, 0xe0, 0x35, 0x0f, 0x0b, 0x25, 0x12, 0x7b, 0x2d, 0x31, 0x8e, 0x52, 0x14, 0xfa, - 0x39, 0x18, 0xd8, 0xc2, 0xa6, 0x8d, 0xfd, 0xda, 0x04, 0xa7, 0x1d, 0x0f, 0x69, 0x97, 0x39, 0x14, - 0xc9, 0x51, 0xe3, 0x32, 0x34, 0xf2, 0x5c, 0x5e, 0xc6, 0xb5, 0x29, 0xa8, 0xfa, 0x1d, 0x77, 0xc5, - 0xe6, 0xfe, 0x3e, 0x8a, 0xc4, 0x87, 0xf1, 0x51, 0x09, 0x8c, 0x5b, 0x38, 0x4d, 0xb6, 0x2c, 0x0a, - 0xc4, 0xfe, 0x36, 0xcc, 0x15, 0x18, 0x8e, 0xbc, 0x4c, 0x86, 0xbb, 0xe3, 0xcd, 0x08, 0xd2, 0x4c, - 0xcb, 0xd4, 0x43, 0x67, 0x91, 0xa7, 0x65, 0x3e, 0x22, 0xad, 0x4e, 0x6b, 0x35, 0xac, 0xc0, 0xca, - 0xdc, 0xd7, 0x92, 0xe0, 0x74, 0xed, 0x53, 0xc9, 0xa8, 0x7d, 0x18, 0xbf, 0x5d, 0x93, 0xd0, 0x25, - 0xcf, 0xbf, 0x83, 0x77, 0x6f, 0xb2, 0xbe, 0x53, 0x46, 0xa7, 0x24, 0x58, 0x7f, 0x00, 0x33, 0xb2, - 0x0c, 0xe6, 0xdf, 0x4b, 0xbc, 0x95, 0xe4, 0x1b, 0x7a, 0x80, 0xfb, 0x5c, 0xa3, 0x29, 0xba, 0xcb, - 0xe6, 0x72, 0x26, 0x16, 0xca, 0xa1, 0x36, 0x7e, 0xa2, 0xc1, 0xe9, 0x42, 0x93, 0xca, 0x05, 0x99, - 0x83, 0x41, 0xc9, 0x41, 0xa6, 0x98, 0xf1, 0x26, 0xef, 0x93, 0xc3, 0xf9, 0x50, 0x38, 0xdc, 0x5f, - 0xd5, 0xc7, 0x36, 0x9f, 0xc9, 0x4b, 0x68, 0x6c, 0x73, 0x13, 0x0e, 0xa1, 0xe8, 0xdb, 0xf8, 0x95, - 0x06, 0xf5, 0x55, 0xcf, 0x71, 0x96, 0x3c, 0x7f, 0x51, 0x76, 0xd7, 0x2c, 0xdc, 0xf4, 0xb7, 0xbc, - 0x6a, 0xd4, 0x2a, 0xf5, 0x11, 0xb5, 0xd4, 0x28, 0x50, 0x4e, 0x44, 0x81, 0x73, 0x30, 0xbe, 0xc1, - 0x73, 0xf0, 0xc2, 0x16, 0xb6, 0xb6, 0x83, 0x4e, 0x8b, 0xaf, 0xe2, 0x30, 0x4a, 0x40, 0x8d, 0xdf, - 0x0c, 0xc0, 0xb1, 0x4c, 0x81, 0xa5, 0xf1, 0x8e, 0xc3, 0x30, 0x9b, 0x4f, 0x98, 0x43, 0x78, 0x74, - 0x0f, 0xa0, 0xbf, 0x09, 0x87, 0x53, 0xbd, 0x6a, 0x5f, 0x8e, 0x99, 0x26, 0xfb, 0x12, 0xd1, 0xfe, - 0x32, 0xcc, 0xb4, 0x7d, 0xbc, 0x43, 0xbc, 0x4e, 0xc0, 0xf7, 0x26, 0xb6, 0xb9, 0xab, 0xac, 0xd8, - 0x32, 0xb7, 0xe6, 0x8c, 0x32, 0x1b, 0x05, 0x71, 0xfc, 0x2a, 0xc7, 0x4f, 0x40, 0xf5, 0x1a, 0x0c, - 0x9a, 0x94, 0xe2, 0x56, 0x9b, 0x72, 0x8f, 0x2d, 0xa3, 0xf0, 0x53, 0x3f, 0x0f, 0x93, 0x1b, 0xa6, - 0xb5, 0xed, 0x78, 0x9b, 0x0b, 0x5e, 0xc7, 0xa5, 0xcb, 0xc4, 0xa5, 0x3c, 0x82, 0x97, 0x51, 0x0a, - 0xae, 0xba, 0xe1, 0xd0, 0x3e, 0xdd, 0x70, 0x38, 0xcb, 0x0d, 0xcf, 0x43, 0x95, 0x1f, 0x9f, 0xf0, - 0xc8, 0xcd, 0x0c, 0xc5, 0xbf, 0x22, 0x3b, 0xdd, 0x63, 0x5f, 0x48, 0xa0, 0xe8, 0xab, 0x70, 0x34, - 0x65, 0xf0, 0xd0, 0xa1, 0x64, 0xb8, 0xce, 0x72, 0xb5, 0x7c, 0x22, 0xd6, 0xf5, 0x06, 0x32, 0x46, - 0xdb, 0x2c, 0x39, 0x05, 0xd4, 0x6c, 0xb5, 0x79, 0x04, 0x2f, 0xa3, 0x8c, 0x11, 0x66, 0x29, 0x69, - 0xd5, 0x1e, 0xf6, 0x98, 0xb0, 0x54, 0x12, 0xae, 0xaf, 0xc1, 0x20, 0x13, 0x9b, 0xf0, 0x40, 0xce, - 0xba, 0xb8, 0x6f, 0xa6, 0xba, 0xb8, 0x02, 0x97, 0x6d, 0xde, 0x13, 0xb4, 0xe2, 0x20, 0x21, 0xe4, - 0x54, 0x5f, 0x85, 0x51, 0x75, 0x20, 0xa3, 0xd9, 0x3d, 0xaf, 0x36, 0xbb, 0xb9, 0x06, 0xed, 0xb5, - 0xc0, 0x5f, 0x54, 0xe0, 0xb4, 0x98, 0xd4, 0x56, 0xe5, 0x58, 0xf0, 0x5a, 0x6d, 0x56, 0x05, 0xdb, - 0xca, 0xa6, 0x2f, 0xd8, 0x42, 0xaf, 0xc0, 0x70, 0x78, 0x0e, 0x17, 0xd4, 0x4a, 0x5c, 0x5d, 0xbd, - 0x19, 0x42, 0x9a, 0x21, 0x63, 0xd4, 0x43, 0x62, 0xa6, 0x8c, 0xb6, 0xd6, 0x82, 0xe7, 0x52, 0xfc, - 0x88, 0xf2, 0xcd, 0x32, 0x8a, 0x52, 0xf0, 0x58, 0x88, 0xa8, 0x24, 0x42, 0xc4, 0x5d, 0xb6, 0x24, - 0xc4, 0xda, 0xee, 0x2a, 0x89, 0xb3, 0xca, 0x55, 0x3f, 0xdd, 0x13, 0x60, 0x8d, 0x63, 0x44, 0xeb, - 0x1f, 0xcb, 0xa1, 0x09, 0x62, 0xfd, 0x12, 0x4c, 0xfb, 0x98, 0x76, 0x7c, 0xf7, 0x0e, 0xde, 0x55, - 0x2d, 0xc2, 0x77, 0xcd, 0x10, 0xca, 0x1e, 0xd4, 0xaf, 0x42, 0xfd, 0xa1, 0xe7, 0x5b, 0x78, 0xc1, - 0xc7, 0xac, 0xca, 0x4c, 0x90, 0x0e, 0x72, 0xd2, 0x02, 0x8c, 0x8c, 0x48, 0x37, 0x94, 0x15, 0xe9, - 0xf4, 0xf7, 0x60, 0x94, 0x2f, 0x28, 0xc2, 0x41, 0xc7, 0xa1, 0x41, 0x6d, 0x98, 0xdb, 0x7a, 0x29, - 0xe3, 0x74, 0x6a, 0xcf, 0x25, 0x6d, 0xde, 0x53, 0x18, 0x09, 0x3f, 0x8b, 0xf1, 0xae, 0x7f, 0x1b, - 0x0e, 0xa7, 0x50, 0x32, 0x3c, 0xee, 0x95, 0xb8, 0xc7, 0xd5, 0x33, 0x3d, 0x8e, 0xb3, 0x50, 0xfd, - 0xee, 0x11, 0x9c, 0x29, 0x96, 0x51, 0x86, 0xee, 0x55, 0x18, 0xb5, 0x55, 0x53, 0x8a, 0xe4, 0x77, - 0x61, 0x3f, 0x7b, 0x09, 0xc5, 0x38, 0x18, 0x7f, 0xd1, 0x60, 0x36, 0x63, 0xea, 0x25, 0x93, 0x38, - 0xfd, 0xba, 0xfb, 0x25, 0xa8, 0x5a, 0x66, 0x27, 0x10, 0x2a, 0xb3, 0xdc, 0x2f, 0x62, 0x60, 0x9a, - 0xdd, 0x02, 0xc3, 0x42, 0x02, 0x99, 0x45, 0x60, 0x1b, 0x53, 0x93, 0x38, 0x81, 0xf4, 0xf4, 0xf0, - 0xb3, 0xd0, 0xc1, 0xd3, 0x9e, 0x51, 0xcd, 0xcc, 0x81, 0xa7, 0xe1, 0x54, 0x81, 0x56, 0xb2, 0xd9, - 0xf9, 0x53, 0x2f, 0xb3, 0x5f, 0xb7, 0x28, 0xd9, 0x61, 0x3d, 0xd2, 0x57, 0x92, 0xd9, 0x97, 0x60, - 0x32, 0xc4, 0xbb, 0x8d, 0xa9, 0xc9, 0x4f, 0x5a, 0x2b, 0xd2, 0x7f, 0x52, 0x3c, 0x43, 0x0c, 0x94, - 0xa2, 0x31, 0x7e, 0xdd, 0xcb, 0xfc, 0x71, 0x85, 0x9e, 0x7a, 0xe6, 0x6f, 0x00, 0x98, 0x52, 0x82, - 0x15, 0x3b, 0x3c, 0x3f, 0xef, 0x41, 0x58, 0x65, 0x10, 0x7e, 0xf1, 0xca, 0xa0, 0x12, 0xaf, 0x0c, - 0xae, 0x2b, 0x63, 0x28, 0x86, 0x99, 0xd3, 0xd7, 0x65, 0xe7, 0xae, 0x81, 0xdc, 0xdc, 0xb5, 0x08, - 0x27, 0x42, 0x68, 0x51, 0xd3, 0x56, 0x8c, 0x94, 0x99, 0x01, 0x87, 0x72, 0x32, 0xe0, 0x55, 0xa8, - 0x07, 0xf9, 0x3d, 0xe2, 0x30, 0x9f, 0xae, 0x00, 0x43, 0x7f, 0x1d, 0x8e, 0x6c, 0x61, 0xd3, 0xa7, - 0x1b, 0xd8, 0xa4, 0x09, 0x62, 0xe0, 0xc4, 0x79, 0xc3, 0x6a, 0xad, 0x33, 0xc2, 0x31, 0xa3, 0x5a, - 0x67, 0x19, 0x4e, 0xa6, 0x6d, 0x73, 0xf7, 0xe1, 0xfa, 0x16, 0x09, 0xae, 0x4b, 0x0a, 0x91, 0xfe, - 0xf7, 0x42, 0x63, 0x96, 0x88, 0xa6, 0x5f, 0x94, 0xdb, 0x7a, 0x4c, 0x24, 0xb0, 0x24, 0x3c, 0x55, - 0x15, 0x8e, 0xf7, 0x5d, 0x15, 0x5e, 0xe8, 0x79, 0x68, 0xef, 0x00, 0x65, 0x42, 0xdc, 0x59, 0xa4, - 0x06, 0x94, 0xfe, 0x6f, 0xb2, 0xb0, 0xff, 0x7b, 0x04, 0x06, 0xc2, 0x96, 0xe7, 0xdb, 0xea, 0x9e, - 0x59, 0x0e, 0xa5, 0xee, 0x2f, 0x06, 0x2a, 0xd1, 0xac, 0x94, 0x1f, 0xcd, 0x12, 0xfb, 0xde, 0xb8, - 0xcb, 0xaa, 0x8d, 0x82, 0x99, 0xa3, 0x6e, 0x67, 0xc2, 0x32, 0x5d, 0x0b, 0x3b, 0x52, 0x16, 0x2c, - 0x1a, 0xd1, 0x21, 0x94, 0x04, 0x1b, 0x7f, 0xd6, 0xe0, 0x5c, 0x01, 0xc7, 0x1b, 0xdd, 0x15, 0xfb, - 0xf1, 0x9c, 0xe3, 0x44, 0x1d, 0x71, 0x59, 0xe9, 0x88, 0x13, 0xbb, 0xbe, 0x92, 0xda, 0xf5, 0x8a, - 0x95, 0xaa, 0xf9, 0x56, 0x1a, 0x48, 0x58, 0x69, 0x0d, 0x5e, 0xdc, 0x53, 0xa7, 0x7d, 0x5b, 0x6a, - 0x37, 0x2a, 0xf4, 0x54, 0xae, 0xfb, 0x2c, 0xf4, 0x66, 0x60, 0xc0, 0xe7, 0xb9, 0x5c, 0x2e, 0xba, - 0xfc, 0x2a, 0x5c, 0xf3, 0x73, 0x51, 0xaa, 0xcf, 0x99, 0x58, 0x26, 0xa7, 0x8f, 0x35, 0xa6, 0x76, - 0x3e, 0xe2, 0x57, 0xbd, 0x96, 0x3d, 0xdd, 0xab, 0xb9, 0xba, 0x27, 0x57, 0xf2, 0x3c, 0xcc, 0xed, - 0xad, 0x92, 0xd4, 0xff, 0x83, 0x5e, 0x61, 0xa2, 0x22, 0xef, 0xa7, 0x30, 0xe1, 0x22, 0x9a, 0x41, - 0x74, 0xc3, 0x2b, 0xbf, 0x0e, 0x56, 0x7a, 0x28, 0x25, 0x45, 0x96, 0x3c, 0x52, 0xea, 0xcf, 0xb4, - 0xcc, 0xe5, 0x15, 0x58, 0xcf, 0xc4, 0x92, 0x71, 0x7b, 0x54, 0xf3, 0xec, 0x31, 0x90, 0x6f, 0x8f, - 0xc1, 0x84, 0x3d, 0x5e, 0x84, 0xb3, 0x7b, 0x68, 0x2a, 0x6d, 0xc2, 0xe3, 0x6b, 0x7a, 0xd5, 0xf9, - 0x86, 0xec, 0x77, 0x29, 0x0f, 0x16, 0x5f, 0xcf, 0x66, 0x6f, 0xf2, 0x68, 0x66, 0x29, 0xa0, 0x88, - 0x9a, 0xb9, 0x78, 0x5f, 0xcf, 0xa8, 0xf9, 0x52, 0x76, 0xf8, 0x88, 0xe9, 0x24, 0xf5, 0xff, 0xa3, - 0xc6, 0x96, 0x92, 0x2b, 0x28, 0xc6, 0x0f, 0x78, 0xf8, 0xff, 0x38, 0x0b, 0xc8, 0xa2, 0x72, 0x39, - 0x76, 0x1c, 0x5e, 0x49, 0x1c, 0x87, 0x1b, 0x73, 0x6c, 0x31, 0x8b, 0x95, 0x91, 0x7a, 0xff, 0xb4, - 0x04, 0x8d, 0x35, 0xb2, 0xe9, 0x9a, 0xcf, 0x82, 0xc2, 0x0d, 0x80, 0x80, 0xcb, 0xc2, 0x1f, 0x62, - 0xc8, 0x8a, 0xb9, 0x07, 0xe9, 0xd5, 0xbd, 0x15, 0xb5, 0xee, 0x55, 0xcd, 0x54, 0x2d, 0x32, 0xd3, - 0x40, 0xf2, 0xd6, 0xa0, 0x06, 0x83, 0x96, 0xe7, 0x52, 0xdf, 0x73, 0xf8, 0xce, 0x1e, 0x45, 0xe1, - 0xa7, 0x71, 0x0a, 0x4e, 0xe6, 0x5a, 0x45, 0x5a, 0xee, 0xaf, 0x03, 0xf0, 0xa2, 0xc4, 0x21, 0x74, - 0xeb, 0xf9, 0x85, 0xd1, 0xf3, 0x0b, 0xa3, 0x84, 0xff, 0x8e, 0xa4, 0xfc, 0x77, 0x16, 0x46, 0xc4, - 0xd7, 0x0a, 0x37, 0xf2, 0x28, 0x37, 0xb2, 0x0a, 0x52, 0x3d, 0x72, 0x2c, 0xe6, 0x91, 0xc9, 0xcb, - 0xa8, 0xf1, 0x03, 0x5e, 0x46, 0x4d, 0x14, 0x5c, 0x46, 0x4d, 0xee, 0xeb, 0x32, 0xea, 0xf0, 0x97, - 0xb8, 0x8c, 0xd2, 0x0b, 0x9b, 0x91, 0x6b, 0x30, 0xb7, 0xf7, 0xc6, 0x2a, 0xbc, 0x96, 0xfa, 0x42, - 0x83, 0x13, 0x08, 0x07, 0x98, 0x3e, 0x03, 0x41, 0xad, 0x57, 0x71, 0x94, 0x63, 0x15, 0xc7, 0x25, - 0x98, 0x0e, 0x4f, 0xa1, 0x96, 0x88, 0x4b, 0x82, 0xad, 0xf8, 0xe9, 0x7e, 0xf6, 0x60, 0xdc, 0xab, - 0xab, 0xc9, 0xb8, 0x7f, 0x19, 0x1a, 0x79, 0x6a, 0x17, 0xda, 0xeb, 0x1f, 0x1a, 0x9c, 0x5a, 0xc7, - 0x7e, 0x8b, 0xb8, 0x26, 0xc5, 0xcf, 0xb0, 0xcd, 0x94, 0x32, 0xa0, 0x92, 0x5f, 0x06, 0x24, 0x92, - 0x80, 0x71, 0x06, 0x8c, 0x22, 0xe5, 0x64, 0x3c, 0xff, 0xbc, 0x04, 0xa7, 0x58, 0x10, 0xbc, 0xdb, - 0xc6, 0x6e, 0x0a, 0x2b, 0xe8, 0xcf, 0x06, 0x19, 0xb7, 0x91, 0xa5, 0x3e, 0x6f, 0x23, 0xcb, 0x59, - 0x97, 0x21, 0xd7, 0x61, 0x42, 0x1c, 0x87, 0x90, 0x16, 0x16, 0x57, 0x84, 0x32, 0x8c, 0x1f, 0x09, - 0x2f, 0x17, 0xd7, 0xe2, 0xc3, 0x28, 0x89, 0xaf, 0xbf, 0x05, 0x13, 0x91, 0xf1, 0x25, 0x0b, 0x71, - 0x1a, 0x7e, 0x32, 0x64, 0x91, 0x52, 0x56, 0xa0, 0x2d, 0x1f, 0x42, 0x49, 0x4a, 0xfd, 0x0d, 0x00, - 0xda, 0x6d, 0x87, 0xa2, 0x0c, 0xc8, 0xe3, 0xb9, 0x04, 0x9f, 0xf5, 0x08, 0x63, 0xf9, 0x10, 0x52, - 0xf0, 0x6f, 0x0c, 0xc3, 0xa0, 0x40, 0x0d, 0x8c, 0x1f, 0x6b, 0x60, 0x14, 0x19, 0x5b, 0x7a, 0xeb, - 0x35, 0x80, 0x48, 0x84, 0xf0, 0xed, 0xdb, 0x6c, 0x91, 0x33, 0xf1, 0x17, 0x35, 0x0a, 0x4d, 0x9f, - 0x2f, 0xde, 0x7e, 0x51, 0x86, 0xd3, 0x4c, 0x1c, 0x9e, 0x63, 0xec, 0xe7, 0xab, 0xff, 0x04, 0x56, - 0x5f, 0xbf, 0x02, 0xa3, 0x01, 0x7f, 0xd3, 0x29, 0xe9, 0x07, 0x65, 0x15, 0xd3, 0x53, 0x25, 0x1a, - 0x5b, 0x3e, 0x84, 0x62, 0xb8, 0xaa, 0xe7, 0x7c, 0xa0, 0xc1, 0x99, 0xe2, 0xa5, 0x7a, 0xca, 0xbe, - 0xf3, 0x33, 0x0d, 0x4e, 0x30, 0x81, 0x0e, 0xea, 0x35, 0xea, 0xe3, 0xd1, 0xd2, 0x5e, 0x8f, 0x47, - 0x33, 0xfd, 0x64, 0x2a, 0xbc, 0x32, 0x15, 0x7d, 0x80, 0xf8, 0x30, 0x7e, 0xa8, 0x41, 0x23, 0x4f, - 0xae, 0xa7, 0x6c, 0xa2, 0x9f, 0x6b, 0x70, 0x96, 0x89, 0x72, 0x5d, 0xbe, 0x27, 0x78, 0xd6, 0x4c, - 0xf5, 0xa1, 0x06, 0xe7, 0xf6, 0x92, 0xef, 0x2b, 0xf0, 0xaa, 0x35, 0xcb, 0x74, 0x9f, 0x45, 0xaf, - 0xca, 0x93, 0xeb, 0x29, 0x9b, 0x68, 0x1d, 0x1a, 0xfc, 0x19, 0xc2, 0x41, 0x4d, 0x14, 0x29, 0x58, - 0x52, 0x15, 0x7c, 0x0d, 0x4e, 0xe6, 0x72, 0xed, 0xd5, 0x50, 0x16, 0x43, 0xe1, 0x2c, 0xcb, 0x48, - 0x7c, 0x18, 0xc7, 0xa1, 0x7e, 0x0b, 0xd3, 0x54, 0x19, 0x2c, 0x44, 0x31, 0x7e, 0xab, 0xc1, 0xb1, - 0xcc, 0xe1, 0xe8, 0x95, 0x77, 0x65, 0x1b, 0x77, 0x43, 0x73, 0x5d, 0x4e, 0xdd, 0x66, 0x16, 0xd0, - 0x36, 0xdf, 0xc2, 0x5d, 0x79, 0x5d, 0xcb, 0x79, 0xd4, 0xef, 0xc1, 0x70, 0x04, 0xca, 0xb8, 0x9e, - 0x6d, 0xaa, 0xd7, 0xb3, 0xe3, 0xbd, 0x0a, 0x7e, 0xc5, 0xb5, 0xf1, 0x23, 0x6c, 0x3f, 0x60, 0x63, - 0xbc, 0x97, 0x54, 0x2e, 0x67, 0x3f, 0x28, 0x45, 0x27, 0x91, 0xfc, 0xfa, 0xf6, 0x00, 0x07, 0xc5, - 0x6f, 0xc0, 0x98, 0x15, 0x52, 0xf0, 0x36, 0x56, 0x4c, 0x3f, 0x23, 0x6f, 0x87, 0x95, 0x5b, 0x61, - 0x3e, 0x79, 0x1c, 0x99, 0xb5, 0x4e, 0xca, 0x55, 0xb4, 0xf4, 0x58, 0x15, 0xc4, 0x3a, 0x1d, 0xec, - 0xfb, 0x9e, 0x7f, 0x5b, 0xfc, 0x2f, 0x46, 0xba, 0x6d, 0x0c, 0xa6, 0x2f, 0x8b, 0x1a, 0x35, 0x7a, - 0x8e, 0xca, 0x1f, 0xe8, 0x56, 0x65, 0x22, 0x93, 0x7f, 0xac, 0xe1, 0xfe, 0x19, 0xc3, 0x40, 0x69, - 0x22, 0xe5, 0x24, 0x34, 0xcb, 0x1e, 0xb2, 0xa4, 0xdc, 0x81, 0x3a, 0x2f, 0xc7, 0xc5, 0x6b, 0x83, - 0xa8, 0xdf, 0x7e, 0xd2, 0x8f, 0xe2, 0x8c, 0x13, 0x70, 0x2c, 0x73, 0x5e, 0x29, 0xd6, 0xef, 0x4a, - 0x30, 0xc5, 0xa5, 0x0e, 0x99, 0x3c, 0xf9, 0x67, 0x7a, 0xd1, 0xab, 0x9e, 0xf2, 0xde, 0xaf, 0x7a, - 0xee, 0xc2, 0x94, 0x5c, 0xd7, 0xf7, 0xb0, 0x45, 0x17, 0x3c, 0xd7, 0x26, 0xd1, 0xab, 0xf0, 0xf1, - 0xf9, 0x63, 0x71, 0x7f, 0x89, 0xa1, 0xa0, 0x4c, 0x42, 0x1d, 0xc1, 0x34, 0x87, 0x2f, 0x78, 0x6e, - 0x40, 0x02, 0x8a, 0x5d, 0xab, 0xfb, 0x36, 0xde, 0xc1, 0x0e, 0x5f, 0xf9, 0xf1, 0xf9, 0xe3, 0x2a, - 0xc7, 0x24, 0x0e, 0xca, 0x26, 0x35, 0x3a, 0x30, 0x9d, 0x30, 0xa1, 0xdc, 0xc8, 0x09, 0x47, 0xd5, - 0xd2, 0x8e, 0x7a, 0x05, 0xc6, 0x14, 0x31, 0xb1, 0x9d, 0x78, 0x98, 0x73, 0x4f, 0x1d, 0x43, 0x71, - 0x54, 0xe3, 0x63, 0x0d, 0xce, 0x66, 0x3d, 0x0e, 0x44, 0xe6, 0xee, 0xd7, 0xf5, 0xc9, 0xa5, 0xf1, - 0x7d, 0x0d, 0xce, 0xed, 0xa5, 0x93, 0x34, 0xee, 0x2b, 0x00, 0x7e, 0x04, 0x95, 0xb1, 0x72, 0x32, - 0x8c, 0x5f, 0x8b, 0x26, 0x35, 0x6f, 0x38, 0xde, 0x06, 0x52, 0x70, 0xfa, 0x4c, 0x25, 0xdf, 0x83, - 0xd9, 0xf0, 0x0f, 0x2b, 0x07, 0xec, 0x7e, 0xbf, 0xcc, 0x76, 0xfd, 0x6f, 0x09, 0x4e, 0x15, 0x4c, - 0x2f, 0x75, 0x37, 0x61, 0x46, 0x7d, 0x07, 0xa5, 0xbc, 0xe6, 0x17, 0x2f, 0x60, 0x5e, 0x2a, 0x9a, - 0x2e, 0xfe, 0x90, 0x3f, 0x87, 0x91, 0xfe, 0xa0, 0x77, 0x28, 0x16, 0x4b, 0xce, 0x52, 0xa1, 0xbd, - 0x93, 0x78, 0x36, 0xb9, 0xfe, 0x36, 0x1c, 0x6e, 0x63, 0xd7, 0x26, 0xee, 0xa6, 0x3c, 0x87, 0x27, - 0x38, 0xa8, 0x95, 0xf9, 0xea, 0x35, 0x14, 0x9e, 0xab, 0x31, 0x9c, 0xae, 0x08, 0xbd, 0x29, 0x42, - 0xfd, 0x0e, 0x4c, 0x48, 0xe0, 0xc2, 0x16, 0x71, 0x6c, 0x9f, 0xfb, 0x15, 0xe3, 0x75, 0x26, 0xcd, - 0x8b, 0x63, 0xc4, 0x65, 0x4c, 0x12, 0x1b, 0x7f, 0xd7, 0xe0, 0x48, 0x68, 0xfe, 0xfd, 0xc5, 0xe8, - 0xfd, 0xbe, 0x7f, 0xb9, 0x02, 0xa3, 0xe1, 0xef, 0xe8, 0x20, 0x97, 0x65, 0xc0, 0x14, 0x8d, 0x38, - 0xca, 0x55, 0x71, 0xf5, 0x4b, 0x30, 0x4d, 0x5c, 0xcb, 0xe9, 0xd8, 0x91, 0x8c, 0xf2, 0xcf, 0x75, - 0x15, 0xf1, 0x0a, 0x2d, 0x73, 0x90, 0xf5, 0xd9, 0xb5, 0xb4, 0x6e, 0xd2, 0xa3, 0x9a, 0x30, 0xd8, - 0xf6, 0x1c, 0x07, 0xfb, 0x61, 0xd9, 0x31, 0xd5, 0x93, 0x64, 0x95, 0x0f, 0x70, 0x83, 0x85, 0x48, - 0xfa, 0x35, 0x18, 0xa7, 0xf1, 0xb9, 0x4b, 0xf2, 0x0c, 0x30, 0xa5, 0x80, 0xfc, 0x5f, 0x5f, 0x02, - 0xdf, 0x38, 0x02, 0xd3, 0xb7, 0x30, 0x95, 0x7f, 0xaa, 0xe4, 0xcc, 0x65, 0x79, 0x44, 0x61, 0x26, - 0x39, 0x20, 0x85, 0x7c, 0x17, 0x8e, 0x04, 0x9d, 0x76, 0xdb, 0xf3, 0x29, 0xb6, 0x17, 0x1c, 0x82, - 0x5d, 0x2a, 0xd3, 0x70, 0x20, 0xfd, 0x7e, 0x36, 0x4a, 0xdc, 0x6b, 0xd9, 0x78, 0x28, 0x8f, 0x81, - 0xd1, 0x12, 0x9d, 0x5b, 0x28, 0xf4, 0xaa, 0xe9, 0x53, 0xb2, 0x8f, 0x02, 0x72, 0x9f, 0xcb, 0x6f, - 0x7c, 0x2e, 0x3b, 0xb2, 0xac, 0xf9, 0xa4, 0xb6, 0x16, 0xd4, 0x4d, 0xe5, 0xaa, 0x2a, 0x8e, 0x25, - 0x57, 0xe9, 0x74, 0x7a, 0x92, 0x08, 0x27, 0x7a, 0x18, 0x55, 0xc0, 0x86, 0x4d, 0xa2, 0xbe, 0x7f, - 0x4b, 0x4c, 0x52, 0xda, 0xc7, 0x24, 0xf9, 0x6c, 0x8c, 0x5f, 0x96, 0xe0, 0x25, 0xf9, 0x0e, 0xeb, - 0xff, 0x29, 0x5b, 0xe9, 0x0f, 0x60, 0x26, 0xfb, 0x41, 0xbf, 0xac, 0x26, 0xf6, 0x7c, 0xf6, 0x9f, - 0x0d, 0x37, 0x7e, 0xa0, 0xc1, 0xf9, 0x7e, 0xec, 0xf5, 0x64, 0x33, 0xe1, 0x0d, 0xe7, 0x0f, 0x9f, - 0x34, 0xb4, 0x8f, 0x3e, 0x69, 0x68, 0xff, 0xfc, 0xa4, 0xa1, 0x7d, 0xf8, 0x69, 0xe3, 0xd0, 0x47, - 0x9f, 0x36, 0x0e, 0xfd, 0xed, 0xd3, 0xc6, 0x21, 0x38, 0x45, 0xbc, 0x26, 0xc5, 0xad, 0xb6, 0xe7, - 0x9b, 0x8e, 0xf8, 0xd3, 0x79, 0xb2, 0x49, 0x59, 0xd5, 0xde, 0x7d, 0x79, 0x53, 0x41, 0x22, 0xde, - 0xc5, 0xf0, 0xf7, 0xcb, 0x9c, 0xe0, 0x62, 0x82, 0x60, 0x63, 0x80, 0x83, 0x5f, 0xfd, 0x5f, 0x00, - 0x00, 0x00, 0xff, 0xff, 0xdb, 0x89, 0x87, 0x78, 0x56, 0x40, 0x00, 0x00, + // 3401 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x1b, 0x4b, 0x8f, 0x14, 0xc7, + 0x99, 0x9e, 0xc7, 0x3e, 0xbe, 0x9d, 0x7d, 0xd0, 0xde, 0x5d, 0x86, 0x01, 0x86, 0xa5, 0xc1, 0x78, + 0x8d, 0xf0, 0x60, 0xad, 0x09, 0x76, 0x90, 0x85, 0x80, 0x85, 0x65, 0xd7, 0x36, 0xb0, 0xd4, 0x2c, + 0x58, 0x71, 0x0e, 0x51, 0x6f, 0x77, 0xb1, 0x5b, 0xde, 0x9e, 0xee, 0x71, 0x77, 0xcd, 0xc2, 0x44, + 0xf9, 0x01, 0x51, 0x14, 0x59, 0x8e, 0x94, 0x1c, 0x73, 0xcf, 0x29, 0x97, 0x5c, 0x72, 0xc8, 0x25, + 0x52, 0x0e, 0x91, 0x22, 0x45, 0x4e, 0x14, 0x29, 0x89, 0x72, 0x89, 0x6c, 0x29, 0xb2, 0x7c, 0x8b, + 0x22, 0xdf, 0x72, 0x88, 0xea, 0xd1, 0x3d, 0xd5, 0xcf, 0x9d, 0x5d, 0x03, 0x26, 0x12, 0xb7, 0xe9, + 0xef, 0x55, 0x5f, 0x7d, 0xf5, 0xd5, 0xf7, 0xa8, 0xaa, 0x81, 0xb3, 0x8f, 0x3c, 0x7f, 0xe7, 0xa1, + 0xe3, 0x3d, 0x0a, 0xb0, 0xbf, 0x4b, 0x2c, 0x7c, 0xc1, 0xc7, 0x1f, 0xf5, 0x70, 0x40, 0xbf, 0xe7, + 0xe3, 0xa0, 0xeb, 0xb9, 0x01, 0x6e, 0x75, 0x7d, 0x8f, 0x7a, 0xfa, 0x74, 0x82, 0xae, 0x71, 0xd8, + 0xf2, 0x3a, 0x1d, 0xcf, 0xbd, 0x80, 0xdd, 0x5e, 0x47, 0xd0, 0x34, 0x66, 0x25, 0xa8, 0x83, 0x83, + 0xc0, 0xdc, 0x92, 0x9c, 0x8d, 0x19, 0xbc, 0x8b, 0x5d, 0xaa, 0xd2, 0xbd, 0x24, 0x20, 0x71, 0xb2, + 0x23, 0xf8, 0x31, 0xb6, 0x7a, 0x94, 0xa4, 0xf8, 0xe7, 0x6d, 0x6c, 0x91, 0x20, 0x0d, 0x3f, 0xfc, + 0x90, 0x38, 0x14, 0xfb, 0x31, 0x05, 0x24, 0x28, 0x21, 0xd9, 0x35, 0x3b, 0x38, 0xe8, 0x9a, 0x16, + 0x4e, 0x20, 0x66, 0x07, 0x08, 0x45, 0xc8, 0xcc, 0x47, 0x3d, 0xec, 0xf7, 0x63, 0xfa, 0x0a, 0x48, + 0x9c, 0xf9, 0xa8, 0x8f, 0xbb, 0x0e, 0xb1, 0xcc, 0x0c, 0x8d, 0x5f, 0xa2, 0x66, 0xb0, 0xe3, 0x90, + 0x20, 0x36, 0xe9, 0xf9, 0x08, 0x18, 0x27, 0x9e, 0xdb, 0xc5, 0x7e, 0x7a, 0x76, 0xc6, 0xef, 0x46, + 0xa0, 0x8e, 0xf0, 0x16, 0x09, 0x28, 0xf6, 0xef, 0x84, 0x6a, 0x22, 0xb1, 0x36, 0xba, 0x0e, 0x15, + 0xa6, 0x7a, 0x5d, 0x5b, 0xd0, 0x16, 0xc7, 0x11, 0xff, 0xad, 0x2f, 0xc0, 0x84, 0x8d, 0x03, 0xcb, + 0x27, 0x5d, 0xa6, 0x51, 0xbd, 0xc4, 0x51, 0x2a, 0x48, 0x6f, 0x02, 0x78, 0x8f, 0x5c, 0xec, 0xdf, + 0xec, 0x98, 0xc4, 0xa9, 0x97, 0x39, 0x81, 0x02, 0xd1, 0x1f, 0x0c, 0x9c, 0xe1, 0x66, 0xb8, 0x16, + 0x08, 0x53, 0xec, 0xb2, 0x1f, 0xeb, 0xd8, 0x27, 0x9e, 0xbd, 0xe6, 0xde, 0x30, 0xfb, 0x41, 0xbd, + 0xb2, 0xa0, 0x2d, 0x56, 0xd1, 0x90, 0xd4, 0x6c, 0x5c, 0xdc, 0x21, 0xf4, 0x36, 0xa6, 0x3e, 0xb1, + 0xea, 0xd5, 0x05, 0x6d, 0x71, 0x0c, 0x29, 0x10, 0x7d, 0x15, 0xc6, 0x2c, 0xa7, 0xc7, 0x26, 0x1a, + 0xd4, 0x47, 0x16, 0xca, 0x8b, 0x13, 0x4b, 0xe7, 0x5b, 0x8a, 0x71, 0x5b, 0xcb, 0x02, 0x89, 0x06, + 0xa0, 0x65, 0xcf, 0x7d, 0x48, 0xb6, 0x7a, 0x3e, 0xff, 0x40, 0x11, 0xb7, 0x7e, 0x1e, 0x0e, 0x9b, + 0x16, 0x25, 0xbb, 0x58, 0xb2, 0x30, 0xc3, 0xd5, 0x47, 0xf9, 0x44, 0xd3, 0x08, 0xfd, 0x16, 0x54, + 0x6c, 0x93, 0x9a, 0xf5, 0x31, 0x3e, 0xe6, 0x1b, 0xad, 0x84, 0x87, 0xb7, 0xf2, 0xcc, 0xdf, 0xba, + 0x61, 0x52, 0xf3, 0xa6, 0x4b, 0xfd, 0x3e, 0xe2, 0x02, 0xf4, 0x33, 0x30, 0x19, 0x60, 0xab, 0xe7, + 0x13, 0xda, 0xdf, 0xf0, 0x76, 0xb0, 0x5b, 0x1f, 0xe7, 0x43, 0xc6, 0x81, 0x4c, 0x39, 0x12, 0xdc, + 0x72, 0xbc, 0x4d, 0xd3, 0x89, 0x24, 0xd6, 0x81, 0x5b, 0x23, 0x8d, 0xd0, 0xef, 0xc2, 0xdc, 0x36, + 0x09, 0xa8, 0xe7, 0xf7, 0xaf, 0xf9, 0xd6, 0x36, 0xd9, 0x35, 0x9d, 0x36, 0x35, 0x69, 0x2f, 0xa8, + 0x4f, 0x2c, 0x68, 0x8b, 0x53, 0x4b, 0x47, 0x5b, 0x91, 0xef, 0xb6, 0xe2, 0x04, 0x28, 0x9b, 0x4f, + 0x6f, 0x81, 0x9e, 0x40, 0xdc, 0x47, 0x6b, 0xf5, 0x1a, 0xd7, 0x34, 0x03, 0xa3, 0xdf, 0x87, 0xfa, + 0x2e, 0x09, 0xc8, 0x26, 0x71, 0x08, 0x4d, 0xea, 0x30, 0xb9, 0x97, 0x0e, 0xb9, 0xac, 0xfa, 0x45, + 0x98, 0x4b, 0xe3, 0x98, 0x26, 0x53, 0x5c, 0x93, 0x6c, 0x64, 0xe3, 0x4d, 0x18, 0x8f, 0x8c, 0xae, + 0xcf, 0x40, 0x79, 0x07, 0xf7, 0xa5, 0xf3, 0xb3, 0x9f, 0xfa, 0x2c, 0x54, 0x77, 0x4d, 0xa7, 0x87, + 0xa5, 0xd7, 0x8b, 0x8f, 0xcb, 0xa5, 0xb7, 0x34, 0xe3, 0x18, 0x1c, 0xcd, 0x58, 0x46, 0x11, 0xd9, + 0x8c, 0xef, 0xc0, 0xdc, 0x7b, 0x24, 0xa0, 0x11, 0x22, 0x08, 0xf7, 0x57, 0x03, 0xc6, 0xba, 0xe6, + 0x16, 0x6e, 0x93, 0xef, 0x8b, 0x3d, 0x56, 0x45, 0xd1, 0x37, 0x5b, 0x6c, 0x17, 0x3f, 0xa6, 0xeb, + 0xe6, 0x16, 0x16, 0x8b, 0xcd, 0xc6, 0xac, 0xa1, 0x38, 0xd0, 0xf8, 0x91, 0x06, 0xf3, 0x49, 0xd9, + 0x62, 0x54, 0xfd, 0x1d, 0x80, 0xc8, 0x6e, 0x41, 0x5d, 0xe3, 0xce, 0x77, 0x2e, 0xe5, 0x7c, 0x37, + 0xf8, 0xc6, 0xdd, 0xc4, 0x29, 0xad, 0x91, 0xc2, 0x3d, 0xa4, 0x32, 0x57, 0xa0, 0x9e, 0x21, 0x2e, + 0x3f, 0x94, 0x4c, 0x41, 0x89, 0xd8, 0x52, 0x54, 0x89, 0xd8, 0xc6, 0x17, 0x25, 0x38, 0x9a, 0xab, + 0x8f, 0x7e, 0x05, 0x26, 0x23, 0x8d, 0xd6, 0xdc, 0x87, 0x1e, 0x17, 0x35, 0xb1, 0x54, 0x57, 0xbc, + 0xe3, 0x8e, 0x8a, 0x47, 0x71, 0x72, 0xfd, 0x16, 0x4c, 0x5a, 0xea, 0x7e, 0xe6, 0x03, 0x4f, 0x2c, + 0x9d, 0xca, 0xe2, 0x8f, 0x6f, 0xfc, 0x38, 0x9f, 0xfe, 0x21, 0xd4, 0xfd, 0x9c, 0x18, 0xc1, 0xa3, + 0xdd, 0xc4, 0x52, 0x2b, 0x16, 0x57, 0x94, 0xa9, 0xe4, 0x44, 0x96, 0x5c, 0x79, 0xfa, 0x22, 0x4c, + 0x3f, 0x34, 0x89, 0xe3, 0xed, 0x62, 0xff, 0x81, 0x88, 0xdf, 0x3c, 0x28, 0x96, 0x51, 0x12, 0x9c, + 0xbd, 0xed, 0xab, 0x39, 0xdb, 0xde, 0xf8, 0x4f, 0x09, 0xe6, 0xef, 0x77, 0x6d, 0x93, 0x0e, 0xb7, + 0x52, 0x57, 0x61, 0xa2, 0xc7, 0xa9, 0x6d, 0x6e, 0x79, 0x61, 0xb9, 0xa6, 0x62, 0xb9, 0x84, 0x2c, + 0x6e, 0x7f, 0x95, 0x25, 0x6d, 0xfd, 0xf2, 0x53, 0xb0, 0x7e, 0xe5, 0x09, 0x5b, 0x3f, 0x15, 0x70, + 0xab, 0x59, 0x01, 0x77, 0x11, 0xa6, 0x6d, 0xec, 0x60, 0x8a, 0xaf, 0x9b, 0xf6, 0x75, 0xe2, 0x9a, + 0x7e, 0xbf, 0x3e, 0xc2, 0xe9, 0x92, 0x60, 0xe3, 0x5f, 0x25, 0x38, 0x92, 0xb2, 0xfa, 0x0b, 0xf7, + 0x7e, 0xf2, 0xee, 0x7d, 0x9f, 0x05, 0x92, 0xae, 0x8f, 0xad, 0x61, 0x1d, 0x3c, 0xb5, 0xd2, 0xa5, + 0x8c, 0x95, 0x36, 0x8e, 0x43, 0x23, 0x4b, 0xac, 0x0c, 0xf3, 0xff, 0xae, 0xc2, 0x89, 0x36, 0x35, + 0x7d, 0xfa, 0x7e, 0xba, 0x5e, 0x11, 0x23, 0x1f, 0x87, 0xf1, 0x68, 0x35, 0xe4, 0xf0, 0x03, 0x00, + 0xab, 0x5f, 0xc2, 0xe8, 0xbc, 0x66, 0x4b, 0x05, 0x14, 0x88, 0xfe, 0x16, 0xd4, 0xc2, 0xaf, 0x8d, + 0x7e, 0x17, 0xcb, 0xc5, 0x98, 0x6d, 0x89, 0x6a, 0xb8, 0xf5, 0xbe, 0x82, 0x43, 0x31, 0x4a, 0xbd, + 0x05, 0x63, 0xac, 0x2a, 0x64, 0x89, 0x42, 0xee, 0x11, 0xbd, 0x15, 0x96, 0x89, 0xad, 0x0d, 0x89, + 0x41, 0x11, 0x0d, 0xcb, 0x73, 0xc4, 0xed, 0xf6, 0x28, 0x37, 0x70, 0x0d, 0x89, 0x0f, 0x7d, 0x1d, + 0x4e, 0x47, 0xb5, 0x33, 0x9f, 0xe7, 0x86, 0xb7, 0xec, 0x78, 0x01, 0xde, 0x20, 0x1d, 0xec, 0xf5, + 0x68, 0x1b, 0x5b, 0x9e, 0x6b, 0x07, 0xdc, 0xf7, 0xab, 0x68, 0x18, 0x52, 0x7d, 0x05, 0x9a, 0x6c, + 0xcc, 0x02, 0x61, 0xa3, 0x5c, 0xd8, 0x1e, 0x54, 0x2c, 0x8f, 0x12, 0x9b, 0x55, 0x84, 0xb4, 0x5f, + 0x1f, 0xe3, 0x76, 0x8b, 0xbe, 0x99, 0xcd, 0x65, 0xab, 0xb1, 0x66, 0xcb, 0x82, 0x69, 0x00, 0xd0, + 0xdb, 0x30, 0x37, 0xb0, 0x30, 0xc2, 0xbd, 0x00, 0xaf, 0x7b, 0x0e, 0xb1, 0xfa, 0xbc, 0x60, 0x9a, + 0x5a, 0x3a, 0x91, 0x34, 0x6e, 0x8c, 0x08, 0x65, 0xf3, 0xea, 0xdf, 0x82, 0x09, 0x1f, 0x53, 0xbf, + 0x2f, 0x45, 0x4d, 0x70, 0x8b, 0xbf, 0x14, 0x8a, 0x42, 0x03, 0x14, 0x52, 0xe9, 0x74, 0x03, 0x6a, + 0x96, 0xef, 0xb9, 0x6d, 0x6b, 0x1b, 0xdb, 0x3d, 0x07, 0xcb, 0x9a, 0x29, 0x06, 0xd3, 0x17, 0xa0, + 0xd2, 0xc1, 0x1d, 0x8f, 0x57, 0x46, 0x13, 0x4b, 0xb5, 0x50, 0xe6, 0x6d, 0xdc, 0xf1, 0x10, 0xc7, + 0xe8, 0x37, 0x60, 0x26, 0xc0, 0xa6, 0x6f, 0x6d, 0x5f, 0xa3, 0xd4, 0x27, 0x9b, 0x3d, 0x8a, 0x03, + 0x5e, 0xf3, 0xb0, 0x50, 0x22, 0xa9, 0xdb, 0x09, 0x3c, 0x4a, 0x71, 0xe8, 0x67, 0x61, 0x64, 0x1b, + 0x9b, 0x36, 0xf6, 0xeb, 0xd3, 0x9c, 0x77, 0x2a, 0xe4, 0x5d, 0xe5, 0x50, 0x24, 0xb1, 0xc6, 0x25, + 0x68, 0xe6, 0xb9, 0xbc, 0x8c, 0x6b, 0xb3, 0x50, 0xf5, 0x7b, 0xee, 0x9a, 0xcd, 0xfd, 0xbd, 0x86, + 0xc4, 0x87, 0xf1, 0x69, 0x09, 0x8c, 0x5b, 0x38, 0xcd, 0xb6, 0x2a, 0x0a, 0xc4, 0xe1, 0x36, 0xcc, + 0x65, 0x18, 0x8f, 0xbc, 0x4c, 0x86, 0xbb, 0xe3, 0xad, 0x08, 0xd2, 0x4a, 0xeb, 0x34, 0x20, 0x67, + 0x91, 0xa7, 0x63, 0x3e, 0x26, 0x9d, 0x5e, 0x67, 0x3d, 0xac, 0xc0, 0xca, 0xdc, 0xd7, 0x92, 0xe0, + 0x74, 0xed, 0x53, 0xc9, 0xa8, 0x7d, 0x98, 0xbc, 0x47, 0x26, 0xa1, 0x2b, 0x9e, 0x7f, 0x07, 0x3f, + 0xba, 0xc9, 0xfa, 0x4e, 0x19, 0x9d, 0x92, 0x60, 0xfd, 0x01, 0xcc, 0xcb, 0x32, 0x98, 0x7f, 0xaf, + 0xf0, 0x56, 0x92, 0x6f, 0xe8, 0x11, 0xee, 0x73, 0xcd, 0x96, 0xe8, 0x2e, 0x5b, 0xab, 0x99, 0x54, + 0x28, 0x87, 0xdb, 0xf8, 0x89, 0x06, 0xa7, 0x0b, 0x4d, 0x2a, 0x17, 0x64, 0x11, 0x46, 0xa5, 0x04, + 0x99, 0x62, 0xa6, 0x5a, 0xbc, 0x4f, 0x0e, 0xc7, 0x43, 0x21, 0x7a, 0xb8, 0xaa, 0x8f, 0x6d, 0x3e, + 0x93, 0x97, 0xd0, 0xd8, 0xe6, 0x26, 0x1c, 0x43, 0xd1, 0xb7, 0xf1, 0x4b, 0x0d, 0x1a, 0xeb, 0x9e, + 0xe3, 0xac, 0x78, 0xfe, 0x0d, 0xd9, 0x5d, 0xb3, 0x70, 0x33, 0xdc, 0xf2, 0xaa, 0x51, 0xab, 0x34, + 0x44, 0xd4, 0x52, 0xa3, 0x40, 0x39, 0x11, 0x05, 0xce, 0xc2, 0xd4, 0x26, 0xcf, 0xc1, 0xcb, 0xdb, + 0xd8, 0xda, 0x09, 0x7a, 0x1d, 0xbe, 0x8a, 0xe3, 0x28, 0x01, 0x35, 0x7e, 0x3d, 0x02, 0xc7, 0x32, + 0x15, 0x96, 0xc6, 0x3b, 0x0e, 0xe3, 0x6c, 0x3c, 0x61, 0x0e, 0xe1, 0xd1, 0x03, 0x80, 0xfe, 0x0e, + 0x1c, 0x4e, 0xf5, 0xaa, 0x43, 0x39, 0x66, 0x9a, 0xed, 0x6b, 0x44, 0xfb, 0x4b, 0x30, 0xdf, 0xf5, + 0xf1, 0x2e, 0xf1, 0x7a, 0x01, 0xdf, 0x9b, 0xd8, 0xe6, 0xae, 0xb2, 0x66, 0xcb, 0xdc, 0x9a, 0x83, + 0x65, 0x36, 0x0a, 0xe2, 0xf4, 0x55, 0x4e, 0x9f, 0x80, 0xea, 0x75, 0x18, 0x35, 0x29, 0xc5, 0x9d, + 0x2e, 0xe5, 0x1e, 0x5b, 0x46, 0xe1, 0xa7, 0x7e, 0x0e, 0x66, 0x36, 0x4d, 0x6b, 0xc7, 0xf1, 0xb6, + 0x96, 0xbd, 0x9e, 0x4b, 0x57, 0x89, 0x4b, 0x79, 0x04, 0x2f, 0xa3, 0x14, 0x5c, 0x75, 0xc3, 0xb1, + 0x7d, 0xba, 0xe1, 0x78, 0x96, 0x1b, 0x9e, 0x83, 0x2a, 0x3f, 0x3e, 0xe1, 0x91, 0x9b, 0x19, 0x8a, + 0x7f, 0x45, 0x76, 0xba, 0xc7, 0xbe, 0x90, 0x20, 0xd1, 0xd7, 0xe1, 0x68, 0xca, 0xe0, 0xa1, 0x43, + 0xc9, 0x70, 0x9d, 0xe5, 0x6a, 0xf9, 0x4c, 0xac, 0xeb, 0x0d, 0x64, 0x8c, 0xb6, 0x59, 0x72, 0x0a, + 0xa8, 0xd9, 0xe9, 0xf2, 0x08, 0x5e, 0x46, 0x19, 0x18, 0x66, 0x29, 0x69, 0xd5, 0x01, 0xf5, 0xa4, + 0xb0, 0x54, 0x12, 0xae, 0xb7, 0x61, 0x94, 0xa9, 0x4d, 0x78, 0x20, 0x67, 0x5d, 0xdc, 0xb7, 0x53, + 0x5d, 0x5c, 0x81, 0xcb, 0xb6, 0xee, 0x09, 0x5e, 0x71, 0x90, 0x10, 0x4a, 0x6a, 0xac, 0x43, 0x4d, + 0x45, 0x64, 0x34, 0xbb, 0xe7, 0xd4, 0x66, 0x37, 0xd7, 0xa0, 0x83, 0x16, 0xf8, 0xab, 0x0a, 0x9c, + 0x16, 0x83, 0xda, 0xaa, 0x1e, 0xcb, 0x5e, 0xa7, 0xcb, 0xaa, 0x60, 0x5b, 0xd9, 0xf4, 0x05, 0x5b, + 0xe8, 0x75, 0x18, 0x0f, 0xcf, 0xe1, 0x82, 0x7a, 0x89, 0x4f, 0x57, 0x6f, 0x85, 0x90, 0x56, 0x28, + 0x18, 0x0d, 0x88, 0x98, 0x29, 0xa3, 0xad, 0xb5, 0xec, 0xb9, 0x14, 0x3f, 0xa6, 0x7c, 0xb3, 0xd4, + 0x50, 0x0a, 0x1e, 0x0b, 0x11, 0x95, 0x44, 0x88, 0xb8, 0xcb, 0x96, 0x84, 0x58, 0x3b, 0x7d, 0x25, + 0x71, 0x56, 0xf9, 0xd4, 0x4f, 0x0f, 0x14, 0x68, 0x73, 0x8a, 0x68, 0xfd, 0x63, 0x39, 0x34, 0xc1, + 0xac, 0x5f, 0x84, 0x39, 0x1f, 0xd3, 0x9e, 0xef, 0xde, 0xc1, 0x8f, 0x54, 0x8b, 0xf0, 0x5d, 0x33, + 0x86, 0xb2, 0x91, 0xfa, 0x15, 0x68, 0x3c, 0xf4, 0x7c, 0x0b, 0x2f, 0xfb, 0x98, 0x55, 0x99, 0x09, + 0xd6, 0x51, 0xce, 0x5a, 0x40, 0x91, 0x11, 0xe9, 0xc6, 0xb2, 0x22, 0x9d, 0xfe, 0x21, 0xd4, 0xf8, + 0x82, 0x22, 0x1c, 0xf4, 0x1c, 0x1a, 0xd4, 0xc7, 0xb9, 0xad, 0x57, 0x32, 0x4e, 0xa7, 0xf6, 0x5c, + 0xd2, 0xd6, 0x3d, 0x45, 0x90, 0xf0, 0xb3, 0x98, 0xec, 0xc6, 0x77, 0xe1, 0x70, 0x8a, 0x24, 0xc3, + 0xe3, 0x5e, 0x8f, 0x7b, 0x5c, 0x23, 0xd3, 0xe3, 0xb8, 0x08, 0xd5, 0xef, 0x1e, 0xc3, 0x99, 0x62, + 0x1d, 0x65, 0xe8, 0x5e, 0x87, 0x9a, 0xad, 0x9a, 0x52, 0x24, 0xbf, 0xf3, 0xfb, 0xd9, 0x4b, 0x28, + 0x26, 0xc1, 0xf8, 0x8b, 0x06, 0x0b, 0x19, 0x43, 0xaf, 0x98, 0xc4, 0x19, 0xd6, 0xdd, 0x2f, 0x42, + 0xd5, 0x32, 0x7b, 0x81, 0x98, 0x32, 0xcb, 0xfd, 0x22, 0x06, 0xa6, 0xc5, 0x2d, 0x33, 0x2a, 0x24, + 0x88, 0x59, 0x04, 0xb6, 0x31, 0x35, 0x89, 0x13, 0x48, 0x4f, 0x0f, 0x3f, 0x0b, 0x1d, 0x3c, 0xed, + 0x19, 0xd5, 0xcc, 0x1c, 0x78, 0x1a, 0x4e, 0x15, 0xcc, 0x4a, 0x36, 0x3b, 0x7f, 0x1c, 0x64, 0xf6, + 0x6b, 0x16, 0x25, 0xbb, 0xac, 0x47, 0xfa, 0x46, 0x32, 0xfb, 0x0a, 0xcc, 0x84, 0x74, 0xb7, 0x31, + 0x35, 0xf9, 0x49, 0x6b, 0x45, 0xfa, 0x4f, 0x4a, 0x66, 0x48, 0x81, 0x52, 0x3c, 0xc6, 0xaf, 0x06, + 0x99, 0x3f, 0x3e, 0xa1, 0x67, 0x9e, 0xf9, 0x9b, 0x00, 0xa6, 0xd4, 0x60, 0xcd, 0x0e, 0xcf, 0xcf, + 0x07, 0x10, 0x56, 0x19, 0x84, 0x5f, 0xbc, 0x32, 0xa8, 0xc4, 0x2b, 0x83, 0x6b, 0x0a, 0x0e, 0xc5, + 0x28, 0x73, 0xfa, 0xba, 0xec, 0xdc, 0x35, 0x92, 0x9b, 0xbb, 0x6e, 0xc0, 0x89, 0x10, 0x5a, 0xd4, + 0xb4, 0x15, 0x13, 0x65, 0x66, 0xc0, 0xb1, 0x9c, 0x0c, 0x78, 0x05, 0x1a, 0x41, 0x7e, 0x8f, 0x38, + 0xce, 0x87, 0x2b, 0xa0, 0xd0, 0xdf, 0x82, 0x23, 0xdb, 0xd8, 0xf4, 0xe9, 0x26, 0x36, 0x69, 0x82, + 0x19, 0x38, 0x73, 0x1e, 0x5a, 0xad, 0x75, 0x26, 0x38, 0x65, 0x54, 0xeb, 0xac, 0xc2, 0xc9, 0xb4, + 0x6d, 0xee, 0x3e, 0xdc, 0xd8, 0x26, 0xc1, 0x35, 0xc9, 0x21, 0xd2, 0xff, 0x5e, 0x64, 0xcc, 0x12, + 0xd1, 0xf0, 0x37, 0xe4, 0xb6, 0x9e, 0x14, 0x09, 0x2c, 0x09, 0x4f, 0x55, 0x85, 0x53, 0x43, 0x57, + 0x85, 0xe7, 0x07, 0x1e, 0x3a, 0x38, 0x40, 0x99, 0x16, 0x77, 0x16, 0x29, 0x84, 0xd2, 0xff, 0xcd, + 0x14, 0xf6, 0x7f, 0x8f, 0xc1, 0x40, 0xd8, 0xf2, 0x7c, 0x5b, 0xdd, 0x33, 0xab, 0xa1, 0xd6, 0xc3, + 0xc5, 0x40, 0x25, 0x9a, 0x95, 0xf2, 0xa3, 0x59, 0x62, 0xdf, 0x1b, 0x77, 0x59, 0xb5, 0x51, 0x30, + 0x72, 0xd4, 0xed, 0x4c, 0x5b, 0xa6, 0x6b, 0x61, 0x47, 0xea, 0x82, 0x45, 0x23, 0x3a, 0x86, 0x92, + 0x60, 0xe3, 0xcf, 0x1a, 0x9c, 0x2d, 0x90, 0x78, 0xbd, 0xbf, 0x66, 0x3f, 0x99, 0x73, 0x9c, 0xa8, + 0x23, 0x2e, 0x2b, 0x1d, 0x71, 0x62, 0xd7, 0x57, 0x52, 0xbb, 0x5e, 0xb1, 0x52, 0x35, 0xdf, 0x4a, + 0x23, 0x09, 0x2b, 0xb5, 0xe1, 0x95, 0x3d, 0xe7, 0xb4, 0x6f, 0x4b, 0x3d, 0x8a, 0x0a, 0x3d, 0x55, + 0xea, 0x3e, 0x0b, 0xbd, 0x79, 0x18, 0xf1, 0x79, 0x2e, 0x97, 0x8b, 0x2e, 0xbf, 0x0a, 0xd7, 0xfc, + 0x6c, 0x94, 0xea, 0x73, 0x06, 0x96, 0xc9, 0xe9, 0x4f, 0x1a, 0x9b, 0x76, 0x3e, 0xe1, 0x37, 0xbd, + 0x96, 0x83, 0xb9, 0x57, 0x73, 0xe7, 0x9e, 0x5c, 0xc9, 0x73, 0xb0, 0xb8, 0xf7, 0x94, 0xe4, 0xfc, + 0x3f, 0x1e, 0x14, 0x26, 0x2a, 0xf1, 0x7e, 0x0a, 0x13, 0xae, 0xa2, 0x19, 0x44, 0x37, 0xbc, 0xf2, + 0xeb, 0x60, 0xa5, 0x87, 0x52, 0x52, 0x64, 0xe9, 0x23, 0xb5, 0xfe, 0x42, 0xcb, 0x5c, 0x5e, 0x41, + 0xf5, 0x5c, 0x2c, 0x19, 0xb7, 0x47, 0x35, 0xcf, 0x1e, 0x23, 0xf9, 0xf6, 0x18, 0x4d, 0xd8, 0xe3, + 0x15, 0x78, 0x79, 0x8f, 0x99, 0x4a, 0x9b, 0xf0, 0xf8, 0x9a, 0x5e, 0x75, 0xbe, 0x21, 0x87, 0x5d, + 0xca, 0x83, 0xc5, 0xd7, 0x97, 0xb3, 0x37, 0x79, 0x34, 0xb2, 0x54, 0x50, 0x44, 0xcd, 0x5c, 0xba, + 0xff, 0xcf, 0xa8, 0xf9, 0x6a, 0x76, 0xf8, 0x88, 0xcd, 0x49, 0xce, 0xff, 0x0f, 0x1a, 0x5b, 0x4a, + 0x3e, 0x41, 0x81, 0x3f, 0xe0, 0xe1, 0xff, 0x93, 0x2c, 0x20, 0x8b, 0xca, 0xe5, 0xd8, 0x71, 0x78, + 0x25, 0x71, 0x1c, 0x6e, 0x2c, 0xb2, 0xc5, 0x2c, 0x9e, 0x8c, 0x9c, 0xf7, 0x4f, 0x4b, 0xd0, 0x6c, + 0x93, 0x2d, 0xd7, 0x7c, 0x1e, 0x26, 0xdc, 0x04, 0x08, 0xb8, 0x2e, 0xfc, 0x21, 0x86, 0xac, 0x98, + 0x07, 0x90, 0x41, 0xdd, 0x5b, 0x51, 0xeb, 0x5e, 0xd5, 0x4c, 0xd5, 0x22, 0x33, 0x8d, 0x24, 0x6f, + 0x0d, 0xea, 0x30, 0x6a, 0x79, 0x2e, 0xf5, 0x3d, 0x87, 0xef, 0xec, 0x1a, 0x0a, 0x3f, 0x8d, 0x53, + 0x70, 0x32, 0xd7, 0x2a, 0xd2, 0x72, 0x7f, 0x1d, 0x81, 0x57, 0x24, 0x0d, 0xa1, 0xdb, 0x2f, 0x2e, + 0x8c, 0x5e, 0x5c, 0x18, 0x25, 0xfc, 0x77, 0x22, 0xe5, 0xbf, 0x0b, 0x30, 0x21, 0xbe, 0xd6, 0xb8, + 0x91, 0x6b, 0xdc, 0xc8, 0x2a, 0x48, 0xf5, 0xc8, 0xc9, 0x98, 0x47, 0x26, 0x2f, 0xa3, 0xa6, 0x0e, + 0x78, 0x19, 0x35, 0x5d, 0x70, 0x19, 0x35, 0xb3, 0xaf, 0xcb, 0xa8, 0xc3, 0x5f, 0xe3, 0x32, 0x4a, + 0x2f, 0x6c, 0x46, 0xae, 0xc2, 0xe2, 0xde, 0x1b, 0xab, 0xf0, 0x5a, 0xea, 0x2b, 0x0d, 0x4e, 0x20, + 0x1c, 0x60, 0xfa, 0x1c, 0x04, 0xb5, 0x41, 0xc5, 0x51, 0x8e, 0x55, 0x1c, 0x17, 0x61, 0x2e, 0x3c, + 0x85, 0x5a, 0x21, 0x2e, 0x09, 0xb6, 0xe3, 0xa7, 0xfb, 0xd9, 0xc8, 0xb8, 0x57, 0x57, 0x93, 0x71, + 0xff, 0x12, 0x34, 0xf3, 0xa6, 0x5d, 0x68, 0xaf, 0x7f, 0x68, 0x70, 0x6a, 0x03, 0xfb, 0x1d, 0xe2, + 0x9a, 0x14, 0x3f, 0xc7, 0x36, 0x53, 0xca, 0x80, 0x4a, 0x7e, 0x19, 0x90, 0x48, 0x02, 0xc6, 0x19, + 0x30, 0x8a, 0x26, 0x27, 0xe3, 0xf9, 0x97, 0x25, 0x38, 0xc5, 0x82, 0xe0, 0xdd, 0x2e, 0x76, 0x53, + 0x54, 0xc1, 0x70, 0x36, 0xc8, 0xb8, 0x8d, 0x2c, 0x0d, 0x79, 0x1b, 0x59, 0xce, 0xba, 0x0c, 0xb9, + 0x06, 0xd3, 0xe2, 0x38, 0x84, 0x74, 0xb0, 0xb8, 0x22, 0x94, 0x61, 0xfc, 0x48, 0x78, 0xb9, 0xd8, + 0x8e, 0xa3, 0x51, 0x92, 0x5e, 0x7f, 0x17, 0xa6, 0x23, 0xe3, 0x4b, 0x11, 0xe2, 0x34, 0xfc, 0x64, + 0x28, 0x22, 0x35, 0x59, 0x41, 0xb6, 0x7a, 0x08, 0x25, 0x39, 0xf5, 0xb7, 0x01, 0x68, 0xbf, 0x1b, + 0xaa, 0x32, 0x22, 0x8f, 0xe7, 0x12, 0x72, 0x36, 0x22, 0x8a, 0xd5, 0x43, 0x48, 0xa1, 0xbf, 0x3e, + 0x0e, 0xa3, 0x82, 0x34, 0x30, 0x7e, 0xac, 0x81, 0x51, 0x64, 0x6c, 0xe9, 0xad, 0x57, 0x01, 0x22, + 0x15, 0xc2, 0xb7, 0x6f, 0x0b, 0x45, 0xce, 0xc4, 0x5f, 0xd4, 0x28, 0x3c, 0x43, 0xbe, 0x78, 0xfb, + 0x45, 0x19, 0x4e, 0x33, 0x75, 0x78, 0x8e, 0xb1, 0x5f, 0xac, 0xfe, 0x53, 0x58, 0x7d, 0xfd, 0x32, + 0xd4, 0x02, 0xfe, 0xa6, 0x53, 0xf2, 0x8f, 0xca, 0x2a, 0x66, 0x30, 0x95, 0x08, 0xb7, 0x7a, 0x08, + 0xc5, 0x68, 0x55, 0xcf, 0xf9, 0x58, 0x83, 0x33, 0xc5, 0x4b, 0xf5, 0x8c, 0x7d, 0xe7, 0x67, 0x1a, + 0x9c, 0x60, 0x0a, 0x1d, 0xd4, 0x6b, 0xd4, 0xc7, 0xa3, 0xa5, 0xbd, 0x1e, 0x8f, 0x66, 0xfa, 0xc9, + 0x6c, 0x78, 0x65, 0x2a, 0xfa, 0x00, 0xf1, 0x61, 0xfc, 0x50, 0x83, 0x66, 0x9e, 0x5e, 0xcf, 0xd8, + 0x44, 0x3f, 0xd7, 0xe0, 0x65, 0xa6, 0xca, 0x35, 0xf9, 0x9e, 0xe0, 0x79, 0x33, 0xd5, 0x27, 0x1a, + 0x9c, 0xdd, 0x4b, 0xbf, 0x6f, 0xc0, 0xab, 0xda, 0x96, 0xe9, 0x3e, 0x8f, 0x5e, 0x95, 0xa7, 0xd7, + 0x33, 0x36, 0xd1, 0x06, 0x34, 0xf9, 0x33, 0x84, 0x83, 0x9a, 0x28, 0x9a, 0x60, 0x49, 0x9d, 0xe0, + 0x9b, 0x70, 0x32, 0x57, 0xea, 0xa0, 0x86, 0xb2, 0x18, 0x09, 0x17, 0x59, 0x46, 0xe2, 0xc3, 0x38, + 0x0e, 0x8d, 0x5b, 0x98, 0xa6, 0xca, 0x60, 0xa1, 0x8a, 0xf1, 0x1b, 0x0d, 0x8e, 0x65, 0xa2, 0xa3, + 0x57, 0xde, 0x95, 0x1d, 0xdc, 0x0f, 0xcd, 0x75, 0x29, 0x75, 0x9b, 0x59, 0xc0, 0xdb, 0x7a, 0x17, + 0xf7, 0xe5, 0x75, 0x2d, 0x97, 0xd1, 0xb8, 0x07, 0xe3, 0x11, 0x28, 0xe3, 0x7a, 0xb6, 0xa5, 0x5e, + 0xcf, 0x4e, 0x0d, 0x2a, 0xf8, 0x35, 0xd7, 0xc6, 0x8f, 0xb1, 0xfd, 0x80, 0xe1, 0x78, 0x2f, 0xa9, + 0x5c, 0xce, 0x7e, 0x5c, 0x8a, 0x4e, 0x22, 0xf9, 0xf5, 0xed, 0x01, 0x0e, 0x8a, 0xdf, 0x86, 0x49, + 0x2b, 0xe4, 0xe0, 0x6d, 0xac, 0x18, 0x7e, 0x5e, 0xde, 0x0e, 0x2b, 0xb7, 0xc2, 0x7c, 0xf0, 0x38, + 0x31, 0x6b, 0x9d, 0x94, 0xab, 0x68, 0xe9, 0xb1, 0x2a, 0x88, 0x75, 0x3a, 0xd8, 0xf7, 0x3d, 0xff, + 0xb6, 0xf8, 0x5f, 0x8c, 0x74, 0xdb, 0x18, 0x4c, 0x5f, 0x15, 0x35, 0x6a, 0xf4, 0x1c, 0x95, 0x3f, + 0xd0, 0xad, 0xca, 0x44, 0x26, 0xff, 0x58, 0xc3, 0xfd, 0x33, 0x46, 0x81, 0xd2, 0x4c, 0xca, 0x49, + 0x68, 0x96, 0x3d, 0x64, 0x49, 0xb9, 0x0b, 0x0d, 0x5e, 0x8e, 0x8b, 0xd7, 0x06, 0x51, 0xbf, 0xfd, + 0xb4, 0x1f, 0xc5, 0x19, 0x27, 0xe0, 0x58, 0xe6, 0xb8, 0x52, 0xad, 0xdf, 0x96, 0x60, 0x96, 0x6b, + 0x1d, 0x0a, 0x79, 0xfa, 0xcf, 0xf4, 0xa2, 0x57, 0x3d, 0xe5, 0xbd, 0x5f, 0xf5, 0xdc, 0x85, 0x59, + 0xb9, 0xae, 0x1f, 0x62, 0x8b, 0x2e, 0x7b, 0xae, 0x4d, 0xa2, 0x57, 0xe1, 0x53, 0x4b, 0xc7, 0xe2, + 0xfe, 0x12, 0x23, 0x41, 0x99, 0x8c, 0x3a, 0x82, 0x39, 0x0e, 0x5f, 0xf6, 0xdc, 0x80, 0x04, 0x14, + 0xbb, 0x56, 0xff, 0x3d, 0xbc, 0x8b, 0x1d, 0xbe, 0xf2, 0x53, 0x4b, 0xc7, 0x55, 0x89, 0x49, 0x1a, + 0x94, 0xcd, 0x6a, 0xf4, 0x60, 0x2e, 0x61, 0x42, 0xb9, 0x91, 0x13, 0x8e, 0xaa, 0xa5, 0x1d, 0xf5, + 0x32, 0x4c, 0x2a, 0x6a, 0x62, 0x3b, 0xf1, 0x30, 0xe7, 0x9e, 0x8a, 0x43, 0x71, 0x52, 0xe3, 0x07, + 0xb0, 0x10, 0xfe, 0xb3, 0xe2, 0x80, 0x6d, 0xda, 0xd7, 0xf1, 0xab, 0xff, 0x96, 0xe0, 0x54, 0xc1, + 0xf0, 0xd2, 0x02, 0x26, 0xcc, 0xab, 0x0f, 0x76, 0x94, 0x67, 0xe7, 0xe2, 0xa9, 0xc6, 0xab, 0x45, + 0xc3, 0xc5, 0x5f, 0x9c, 0xe7, 0x08, 0xd2, 0x1f, 0x0c, 0x4e, 0x6f, 0x62, 0x59, 0x44, 0x4e, 0x68, + 0xef, 0x6c, 0x93, 0xcd, 0xae, 0xbf, 0x07, 0x87, 0xbb, 0xd8, 0xb5, 0x89, 0xbb, 0x25, 0x0f, 0x8c, + 0x09, 0x0e, 0xea, 0x65, 0x1e, 0x92, 0x9b, 0x8a, 0xcc, 0xf5, 0x18, 0x4d, 0x5f, 0xc4, 0x88, 0x14, + 0xa3, 0x7e, 0x07, 0xa6, 0x25, 0x70, 0x79, 0x9b, 0x38, 0xb6, 0xcf, 0xdf, 0x9c, 0x32, 0x59, 0x67, + 0xd2, 0xb2, 0x38, 0x45, 0x5c, 0xc7, 0x24, 0xb3, 0xf1, 0x77, 0x0d, 0x8e, 0x84, 0xe6, 0xdf, 0x5f, + 0x30, 0xd9, 0xef, 0x43, 0x8d, 0xcb, 0x50, 0x0b, 0x7f, 0x47, 0x27, 0x8e, 0x2c, 0x54, 0xa7, 0x78, + 0xc4, 0x99, 0xa3, 0x4a, 0xab, 0x5f, 0x84, 0x39, 0xe2, 0x5a, 0x4e, 0xcf, 0x8e, 0x74, 0x94, 0xff, + 0x02, 0xab, 0x88, 0xe7, 0x52, 0x99, 0x48, 0xd6, 0x10, 0xd6, 0xd3, 0x73, 0x93, 0x1e, 0xd5, 0x82, + 0xd1, 0xae, 0xe7, 0x38, 0xd8, 0x0f, 0xf3, 0xe3, 0xec, 0x40, 0x93, 0x75, 0x8e, 0xe0, 0x06, 0x0b, + 0x89, 0xf4, 0xab, 0x30, 0x45, 0xe3, 0x63, 0x97, 0xe4, 0x61, 0x55, 0x6a, 0x02, 0xf2, 0x0f, 0x68, + 0x09, 0x7a, 0xe3, 0x08, 0xcc, 0xdd, 0xc2, 0x54, 0xfe, 0xfb, 0x8f, 0x0b, 0x97, 0x79, 0x9c, 0xc2, + 0x7c, 0x12, 0x21, 0x95, 0xfc, 0x00, 0x8e, 0x04, 0xbd, 0x6e, 0xd7, 0xf3, 0x29, 0xb6, 0x97, 0x1d, + 0x82, 0x5d, 0x2a, 0xf3, 0x45, 0x20, 0xfd, 0x7e, 0x21, 0xca, 0x30, 0xed, 0x6c, 0x3a, 0x94, 0x27, + 0xc0, 0xe8, 0x88, 0x16, 0x23, 0x54, 0x7a, 0xdd, 0xf4, 0x29, 0xd9, 0x47, 0xa5, 0xb3, 0xcf, 0xe5, + 0x37, 0xbe, 0x94, 0xad, 0x43, 0xd6, 0x78, 0x72, 0xb6, 0x16, 0x34, 0x4c, 0xe5, 0x4e, 0x25, 0x4e, + 0x25, 0x57, 0xe9, 0x74, 0x7a, 0x90, 0x88, 0x26, 0x7a, 0xc1, 0x53, 0x20, 0x86, 0x0d, 0xa2, 0x3e, + 0xd4, 0x4a, 0x0c, 0x52, 0xda, 0xc7, 0x20, 0xf9, 0x62, 0xae, 0x3b, 0xbf, 0xff, 0xac, 0xa9, 0x7d, + 0xfa, 0x59, 0x53, 0xfb, 0xe7, 0x67, 0x4d, 0xed, 0x93, 0xcf, 0x9b, 0x87, 0x3e, 0xfd, 0xbc, 0x79, + 0xe8, 0x6f, 0x9f, 0x37, 0x0f, 0xc1, 0x29, 0xe2, 0xb5, 0x28, 0xee, 0x74, 0x3d, 0xdf, 0x74, 0xc4, + 0xdf, 0x6c, 0x93, 0x65, 0xd9, 0xba, 0xf6, 0xc1, 0x6b, 0x5b, 0x0a, 0x11, 0xf1, 0x2e, 0x84, 0xbf, + 0x5f, 0xe3, 0x0c, 0x17, 0x12, 0x0c, 0x9b, 0x23, 0x1c, 0xfc, 0xc6, 0xff, 0x02, 0x00, 0x00, 0xff, + 0xff, 0xf4, 0x23, 0xba, 0x6e, 0x48, 0x3d, 0x00, 0x00, } func (m *RegisterNamespaceRequest) Marshal() (dAtA []byte, err error) { @@ -9314,7 +9049,7 @@ func (m *QueryWorkflowResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { return len(dAtA) - i, nil } -func (m *GetWorkflowExecutionRawHistoryRequest) Marshal() (dAtA []byte, err error) { +func (m *DescribeWorkflowExecutionRequest) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) n, err := m.MarshalToSizedBuffer(dAtA[:size]) @@ -9324,28 +9059,16 @@ func (m *GetWorkflowExecutionRawHistoryRequest) Marshal() (dAtA []byte, err erro return dAtA[:n], nil } -func (m *GetWorkflowExecutionRawHistoryRequest) MarshalTo(dAtA []byte) (int, error) { +func (m *DescribeWorkflowExecutionRequest) MarshalTo(dAtA []byte) (int, error) { size := m.Size() return m.MarshalToSizedBuffer(dAtA[:size]) } -func (m *GetWorkflowExecutionRawHistoryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { +func (m *DescribeWorkflowExecutionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { i := len(dAtA) _ = i var l int _ = l - if len(m.NextPageToken) > 0 { - i -= len(m.NextPageToken) - copy(dAtA[i:], m.NextPageToken) - i = encodeVarintRequestResponse(dAtA, i, uint64(len(m.NextPageToken))) - i-- - dAtA[i] = 0x22 - } - if m.MaximumPageSize != 0 { - i = encodeVarintRequestResponse(dAtA, i, uint64(m.MaximumPageSize)) - i-- - dAtA[i] = 0x18 - } if m.Execution != nil { { size, err := m.Execution.MarshalToSizedBuffer(dAtA[:i]) @@ -9368,7 +9091,7 @@ func (m *GetWorkflowExecutionRawHistoryRequest) MarshalToSizedBuffer(dAtA []byte return len(dAtA) - i, nil } -func (m *GetWorkflowExecutionRawHistoryResponse) Marshal() (dAtA []byte, err error) { +func (m *DescribeWorkflowExecutionResponse) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) n, err := m.MarshalToSizedBuffer(dAtA[:size]) @@ -9378,27 +9101,34 @@ func (m *GetWorkflowExecutionRawHistoryResponse) Marshal() (dAtA []byte, err err return dAtA[:n], nil } -func (m *GetWorkflowExecutionRawHistoryResponse) MarshalTo(dAtA []byte) (int, error) { +func (m *DescribeWorkflowExecutionResponse) MarshalTo(dAtA []byte) (int, error) { size := m.Size() return m.MarshalToSizedBuffer(dAtA[:size]) } -func (m *GetWorkflowExecutionRawHistoryResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { +func (m *DescribeWorkflowExecutionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { i := len(dAtA) _ = i var l int _ = l - if len(m.NextPageToken) > 0 { - i -= len(m.NextPageToken) - copy(dAtA[i:], m.NextPageToken) - i = encodeVarintRequestResponse(dAtA, i, uint64(len(m.NextPageToken))) - i-- - dAtA[i] = 0x12 + if len(m.PendingChildren) > 0 { + for iNdEx := len(m.PendingChildren) - 1; iNdEx >= 0; iNdEx-- { + { + size, err := m.PendingChildren[iNdEx].MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintRequestResponse(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x22 + } } - if len(m.RawHistory) > 0 { - for iNdEx := len(m.RawHistory) - 1; iNdEx >= 0; iNdEx-- { + if len(m.PendingActivities) > 0 { + for iNdEx := len(m.PendingActivities) - 1; iNdEx >= 0; iNdEx-- { { - size, err := m.RawHistory[iNdEx].MarshalToSizedBuffer(dAtA[:i]) + size, err := m.PendingActivities[iNdEx].MarshalToSizedBuffer(dAtA[:i]) if err != nil { return 0, err } @@ -9406,13 +9136,37 @@ func (m *GetWorkflowExecutionRawHistoryResponse) MarshalToSizedBuffer(dAtA []byt i = encodeVarintRequestResponse(dAtA, i, uint64(size)) } i-- - dAtA[i] = 0xa + dAtA[i] = 0x1a + } + } + if m.WorkflowExecutionInfo != nil { + { + size, err := m.WorkflowExecutionInfo.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintRequestResponse(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x12 + } + if m.ExecutionConfiguration != nil { + { + size, err := m.ExecutionConfiguration.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 (m *DescribeWorkflowExecutionRequest) Marshal() (dAtA []byte, err error) { +func (m *DescribeTaskListRequest) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) n, err := m.MarshalToSizedBuffer(dAtA[:size]) @@ -9422,129 +9176,12 @@ func (m *DescribeWorkflowExecutionRequest) Marshal() (dAtA []byte, err error) { return dAtA[:n], nil } -func (m *DescribeWorkflowExecutionRequest) MarshalTo(dAtA []byte) (int, error) { +func (m *DescribeTaskListRequest) MarshalTo(dAtA []byte) (int, error) { size := m.Size() return m.MarshalToSizedBuffer(dAtA[:size]) } -func (m *DescribeWorkflowExecutionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { - i := len(dAtA) - _ = i - var l int - _ = l - if m.Execution != nil { - { - size, err := m.Execution.MarshalToSizedBuffer(dAtA[:i]) - if err != nil { - return 0, err - } - i -= size - i = encodeVarintRequestResponse(dAtA, i, uint64(size)) - } - 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 *DescribeWorkflowExecutionResponse) 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 *DescribeWorkflowExecutionResponse) MarshalTo(dAtA []byte) (int, error) { - size := m.Size() - return m.MarshalToSizedBuffer(dAtA[:size]) -} - -func (m *DescribeWorkflowExecutionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { - i := len(dAtA) - _ = i - var l int - _ = l - if len(m.PendingChildren) > 0 { - for iNdEx := len(m.PendingChildren) - 1; iNdEx >= 0; iNdEx-- { - { - size, err := m.PendingChildren[iNdEx].MarshalToSizedBuffer(dAtA[:i]) - if err != nil { - return 0, err - } - i -= size - i = encodeVarintRequestResponse(dAtA, i, uint64(size)) - } - i-- - dAtA[i] = 0x22 - } - } - if len(m.PendingActivities) > 0 { - for iNdEx := len(m.PendingActivities) - 1; iNdEx >= 0; iNdEx-- { - { - size, err := m.PendingActivities[iNdEx].MarshalToSizedBuffer(dAtA[:i]) - if err != nil { - return 0, err - } - i -= size - i = encodeVarintRequestResponse(dAtA, i, uint64(size)) - } - i-- - dAtA[i] = 0x1a - } - } - if m.WorkflowExecutionInfo != nil { - { - size, err := m.WorkflowExecutionInfo.MarshalToSizedBuffer(dAtA[:i]) - if err != nil { - return 0, err - } - i -= size - i = encodeVarintRequestResponse(dAtA, i, uint64(size)) - } - i-- - dAtA[i] = 0x12 - } - if m.ExecutionConfiguration != nil { - { - size, err := m.ExecutionConfiguration.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 (m *DescribeTaskListRequest) 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 *DescribeTaskListRequest) MarshalTo(dAtA []byte) (int, error) { - size := m.Size() - return m.MarshalToSizedBuffer(dAtA[:size]) -} - -func (m *DescribeTaskListRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { +func (m *DescribeTaskListRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { i := len(dAtA) _ = i var l int @@ -9786,109 +9423,6 @@ func (m *ListTaskListPartitionsResponse) MarshalToSizedBuffer(dAtA []byte) (int, return len(dAtA) - i, nil } -func (m *PollForWorkflowExecutionRawHistoryRequest) 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 *PollForWorkflowExecutionRawHistoryRequest) MarshalTo(dAtA []byte) (int, error) { - size := m.Size() - return m.MarshalToSizedBuffer(dAtA[:size]) -} - -func (m *PollForWorkflowExecutionRawHistoryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { - i := len(dAtA) - _ = i - var l int - _ = l - if m.HistoryEventFilterType != 0 { - i = encodeVarintRequestResponse(dAtA, i, uint64(m.HistoryEventFilterType)) - i-- - dAtA[i] = 0x28 - } - if len(m.NextPageToken) > 0 { - i -= len(m.NextPageToken) - copy(dAtA[i:], m.NextPageToken) - i = encodeVarintRequestResponse(dAtA, i, uint64(len(m.NextPageToken))) - i-- - dAtA[i] = 0x22 - } - if m.MaximumPageSize != 0 { - i = encodeVarintRequestResponse(dAtA, i, uint64(m.MaximumPageSize)) - i-- - dAtA[i] = 0x18 - } - if m.Execution != nil { - { - size, err := m.Execution.MarshalToSizedBuffer(dAtA[:i]) - if err != nil { - return 0, err - } - i -= size - i = encodeVarintRequestResponse(dAtA, i, uint64(size)) - } - 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 *PollForWorkflowExecutionRawHistoryResponse) 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 *PollForWorkflowExecutionRawHistoryResponse) MarshalTo(dAtA []byte) (int, error) { - size := m.Size() - return m.MarshalToSizedBuffer(dAtA[:size]) -} - -func (m *PollForWorkflowExecutionRawHistoryResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { - i := len(dAtA) - _ = i - var l int - _ = l - if len(m.NextPageToken) > 0 { - i -= len(m.NextPageToken) - copy(dAtA[i:], m.NextPageToken) - i = encodeVarintRequestResponse(dAtA, i, uint64(len(m.NextPageToken))) - i-- - dAtA[i] = 0x12 - } - if len(m.RawHistory) > 0 { - for iNdEx := len(m.RawHistory) - 1; iNdEx >= 0; iNdEx-- { - { - size, err := m.RawHistory[iNdEx].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 @@ -11552,49 +11086,6 @@ func (m *QueryWorkflowResponse) Size() (n int) { return n } -func (m *GetWorkflowExecutionRawHistoryRequest) 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)) - } - if m.Execution != nil { - l = m.Execution.Size() - n += 1 + l + sovRequestResponse(uint64(l)) - } - if m.MaximumPageSize != 0 { - n += 1 + sovRequestResponse(uint64(m.MaximumPageSize)) - } - l = len(m.NextPageToken) - if l > 0 { - n += 1 + l + sovRequestResponse(uint64(l)) - } - return n -} - -func (m *GetWorkflowExecutionRawHistoryResponse) Size() (n int) { - if m == nil { - return 0 - } - var l int - _ = l - if len(m.RawHistory) > 0 { - for _, e := range m.RawHistory { - l = e.Size() - n += 1 + l + sovRequestResponse(uint64(l)) - } - } - l = len(m.NextPageToken) - if l > 0 { - n += 1 + l + sovRequestResponse(uint64(l)) - } - return n -} - func (m *DescribeWorkflowExecutionRequest) Size() (n int) { if m == nil { return 0 @@ -11743,52 +11234,6 @@ func (m *ListTaskListPartitionsResponse) Size() (n int) { return n } -func (m *PollForWorkflowExecutionRawHistoryRequest) 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)) - } - if m.Execution != nil { - l = m.Execution.Size() - n += 1 + l + sovRequestResponse(uint64(l)) - } - if m.MaximumPageSize != 0 { - n += 1 + sovRequestResponse(uint64(m.MaximumPageSize)) - } - l = len(m.NextPageToken) - if l > 0 { - n += 1 + l + sovRequestResponse(uint64(l)) - } - if m.HistoryEventFilterType != 0 { - n += 1 + sovRequestResponse(uint64(m.HistoryEventFilterType)) - } - return n -} - -func (m *PollForWorkflowExecutionRawHistoryResponse) Size() (n int) { - if m == nil { - return 0 - } - var l int - _ = l - if len(m.RawHistory) > 0 { - for _, e := range m.RawHistory { - l = e.Size() - n += 1 + l + sovRequestResponse(uint64(l)) - } - } - l = len(m.NextPageToken) - if l > 0 { - n += 1 + l + sovRequestResponse(uint64(l)) - } - return n -} - func sovRequestResponse(x uint64) (n int) { return (math_bits.Len64(x|1) + 6) / 7 } @@ -23484,7 +22929,7 @@ func (m *QueryWorkflowResponse) Unmarshal(dAtA []byte) error { } return nil } -func (m *GetWorkflowExecutionRawHistoryRequest) Unmarshal(dAtA []byte) error { +func (m *DescribeWorkflowExecutionRequest) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -23507,10 +22952,10 @@ func (m *GetWorkflowExecutionRawHistoryRequest) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: GetWorkflowExecutionRawHistoryRequest: wiretype end group for non-group") + return fmt.Errorf("proto: DescribeWorkflowExecutionRequest: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: GetWorkflowExecutionRawHistoryRequest: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: DescribeWorkflowExecutionRequest: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: @@ -23581,59 +23026,6 @@ func (m *GetWorkflowExecutionRawHistoryRequest) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex - case 3: - if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field MaximumPageSize", wireType) - } - m.MaximumPageSize = 0 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowRequestResponse - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - m.MaximumPageSize |= int32(b&0x7F) << shift - if b < 0x80 { - break - } - } - case 4: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field NextPageToken", wireType) - } - var byteLen int - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowRequestResponse - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - byteLen |= int(b&0x7F) << shift - if b < 0x80 { - break - } - } - if byteLen < 0 { - return ErrInvalidLengthRequestResponse - } - postIndex := iNdEx + byteLen - if postIndex < 0 { - return ErrInvalidLengthRequestResponse - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - m.NextPageToken = append(m.NextPageToken[:0], dAtA[iNdEx:postIndex]...) - if m.NextPageToken == nil { - m.NextPageToken = []byte{} - } - iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipRequestResponse(dAtA[iNdEx:]) @@ -23658,7 +23050,7 @@ func (m *GetWorkflowExecutionRawHistoryRequest) Unmarshal(dAtA []byte) error { } return nil } -func (m *GetWorkflowExecutionRawHistoryResponse) Unmarshal(dAtA []byte) error { +func (m *DescribeWorkflowExecutionResponse) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -23681,15 +23073,15 @@ func (m *GetWorkflowExecutionRawHistoryResponse) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: GetWorkflowExecutionRawHistoryResponse: wiretype end group for non-group") + return fmt.Errorf("proto: DescribeWorkflowExecutionResponse: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: GetWorkflowExecutionRawHistoryResponse: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: DescribeWorkflowExecutionResponse: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field RawHistory", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field ExecutionConfiguration", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -23716,16 +23108,18 @@ func (m *GetWorkflowExecutionRawHistoryResponse) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - m.RawHistory = append(m.RawHistory, &common.DataBlob{}) - if err := m.RawHistory[len(m.RawHistory)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + if m.ExecutionConfiguration == nil { + m.ExecutionConfiguration = &execution.WorkflowExecutionConfiguration{} + } + if err := m.ExecutionConfiguration.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex case 2: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field NextPageToken", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field WorkflowExecutionInfo", wireType) } - var byteLen int + var msglen int for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowRequestResponse @@ -23735,24 +23129,94 @@ func (m *GetWorkflowExecutionRawHistoryResponse) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - byteLen |= int(b&0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } } - if byteLen < 0 { + if msglen < 0 { return ErrInvalidLengthRequestResponse } - postIndex := iNdEx + byteLen + postIndex := iNdEx + msglen if postIndex < 0 { return ErrInvalidLengthRequestResponse } if postIndex > l { return io.ErrUnexpectedEOF } - m.NextPageToken = append(m.NextPageToken[:0], dAtA[iNdEx:postIndex]...) - if m.NextPageToken == nil { - m.NextPageToken = []byte{} + if m.WorkflowExecutionInfo == nil { + m.WorkflowExecutionInfo = &execution.WorkflowExecutionInfo{} + } + if err := m.WorkflowExecutionInfo.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 3: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PendingActivities", 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.PendingActivities = append(m.PendingActivities, &execution.PendingActivityInfo{}) + if err := m.PendingActivities[len(m.PendingActivities)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 4: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PendingChildren", 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.PendingChildren = append(m.PendingChildren, &execution.PendingChildExecutionInfo{}) + if err := m.PendingChildren[len(m.PendingChildren)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err } iNdEx = postIndex default: @@ -23779,7 +23243,7 @@ func (m *GetWorkflowExecutionRawHistoryResponse) Unmarshal(dAtA []byte) error { } return nil } -func (m *DescribeWorkflowExecutionRequest) Unmarshal(dAtA []byte) error { +func (m *DescribeTaskListRequest) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -23802,10 +23266,10 @@ func (m *DescribeWorkflowExecutionRequest) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: DescribeWorkflowExecutionRequest: wiretype end group for non-group") + return fmt.Errorf("proto: DescribeTaskListRequest: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: DescribeWorkflowExecutionRequest: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: DescribeTaskListRequest: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: @@ -23842,7 +23306,7 @@ func (m *DescribeWorkflowExecutionRequest) Unmarshal(dAtA []byte) error { iNdEx = postIndex case 2: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Execution", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field TaskList", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -23869,13 +23333,52 @@ func (m *DescribeWorkflowExecutionRequest) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - if m.Execution == nil { - m.Execution = &execution.WorkflowExecution{} + if m.TaskList == nil { + m.TaskList = &tasklist.TaskList{} } - if err := m.Execution.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + if err := m.TaskList.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex + case 3: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field TaskListType", wireType) + } + m.TaskListType = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowRequestResponse + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.TaskListType |= tasklist.TaskListType(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 4: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field IncludeTaskListStatus", 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.IncludeTaskListStatus = bool(v != 0) default: iNdEx = preIndex skippy, err := skipRequestResponse(dAtA[iNdEx:]) @@ -23900,7 +23403,7 @@ func (m *DescribeWorkflowExecutionRequest) Unmarshal(dAtA []byte) error { } return nil } -func (m *DescribeWorkflowExecutionResponse) Unmarshal(dAtA []byte) error { +func (m *DescribeTaskListResponse) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -23923,15 +23426,15 @@ func (m *DescribeWorkflowExecutionResponse) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: DescribeWorkflowExecutionResponse: wiretype end group for non-group") + return fmt.Errorf("proto: DescribeTaskListResponse: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: DescribeWorkflowExecutionResponse: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: DescribeTaskListResponse: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field ExecutionConfiguration", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field Pollers", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -23958,16 +23461,14 @@ func (m *DescribeWorkflowExecutionResponse) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - if m.ExecutionConfiguration == nil { - m.ExecutionConfiguration = &execution.WorkflowExecutionConfiguration{} - } - if err := m.ExecutionConfiguration.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + m.Pollers = append(m.Pollers, &tasklist.PollerInfo{}) + if err := m.Pollers[len(m.Pollers)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex case 2: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field WorkflowExecutionInfo", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field TaskListStatus", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -23994,503 +23495,10 @@ func (m *DescribeWorkflowExecutionResponse) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - if m.WorkflowExecutionInfo == nil { - m.WorkflowExecutionInfo = &execution.WorkflowExecutionInfo{} - } - if err := m.WorkflowExecutionInfo.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } - iNdEx = postIndex - case 3: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field PendingActivities", 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.PendingActivities = append(m.PendingActivities, &execution.PendingActivityInfo{}) - if err := m.PendingActivities[len(m.PendingActivities)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } - iNdEx = postIndex - case 4: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field PendingChildren", 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.PendingChildren = append(m.PendingChildren, &execution.PendingChildExecutionInfo{}) - if err := m.PendingChildren[len(m.PendingChildren)-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 (m *DescribeTaskListRequest) 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: DescribeTaskListRequest: wiretype end group for non-group") - } - if fieldNum <= 0 { - return fmt.Errorf("proto: DescribeTaskListRequest: 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 TaskList", 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.TaskList == nil { - m.TaskList = &tasklist.TaskList{} - } - if err := m.TaskList.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } - iNdEx = postIndex - case 3: - if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field TaskListType", wireType) - } - m.TaskListType = 0 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowRequestResponse - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - m.TaskListType |= tasklist.TaskListType(b&0x7F) << shift - if b < 0x80 { - break - } - } - case 4: - if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field IncludeTaskListStatus", 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.IncludeTaskListStatus = 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 *DescribeTaskListResponse) 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: DescribeTaskListResponse: wiretype end group for non-group") - } - if fieldNum <= 0 { - return fmt.Errorf("proto: DescribeTaskListResponse: illegal tag %d (wire type %d)", fieldNum, wire) - } - switch fieldNum { - case 1: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Pollers", 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.Pollers = append(m.Pollers, &tasklist.PollerInfo{}) - if err := m.Pollers[len(m.Pollers)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } - iNdEx = postIndex - case 2: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field TaskListStatus", 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.TaskListStatus == nil { - m.TaskListStatus = &tasklist.TaskListStatus{} - } - if err := m.TaskListStatus.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 (m *GetClusterInfoRequest) 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: GetClusterInfoRequest: wiretype end group for non-group") - } - if fieldNum <= 0 { - return fmt.Errorf("proto: GetClusterInfoRequest: 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 *GetClusterInfoResponse) 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: GetClusterInfoResponse: wiretype end group for non-group") - } - if fieldNum <= 0 { - return fmt.Errorf("proto: GetClusterInfoResponse: illegal tag %d (wire type %d)", fieldNum, wire) - } - switch fieldNum { - case 1: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field SupportedClientVersions", 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.SupportedClientVersions == nil { - m.SupportedClientVersions = &version.SupportedClientVersions{} + if m.TaskListStatus == nil { + m.TaskListStatus = &tasklist.TaskListStatus{} } - if err := m.SupportedClientVersions.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + if err := m.TaskListStatus.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex @@ -24518,7 +23526,7 @@ func (m *GetClusterInfoResponse) Unmarshal(dAtA []byte) error { } return nil } -func (m *ListTaskListPartitionsRequest) Unmarshal(dAtA []byte) error { +func (m *GetClusterInfoRequest) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -24541,80 +23549,12 @@ func (m *ListTaskListPartitionsRequest) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: ListTaskListPartitionsRequest: wiretype end group for non-group") + return fmt.Errorf("proto: GetClusterInfoRequest: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: ListTaskListPartitionsRequest: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: GetClusterInfoRequest: 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 TaskList", 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.TaskList == nil { - m.TaskList = &tasklist.TaskList{} - } - if err := m.TaskList.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } - iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipRequestResponse(dAtA[iNdEx:]) @@ -24639,7 +23579,7 @@ func (m *ListTaskListPartitionsRequest) Unmarshal(dAtA []byte) error { } return nil } -func (m *ListTaskListPartitionsResponse) Unmarshal(dAtA []byte) error { +func (m *GetClusterInfoResponse) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -24662,15 +23602,15 @@ func (m *ListTaskListPartitionsResponse) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: ListTaskListPartitionsResponse: wiretype end group for non-group") + return fmt.Errorf("proto: GetClusterInfoResponse: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: ListTaskListPartitionsResponse: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: GetClusterInfoResponse: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field ActivityTaskListPartitions", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field SupportedClientVersions", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -24697,42 +23637,10 @@ func (m *ListTaskListPartitionsResponse) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - m.ActivityTaskListPartitions = append(m.ActivityTaskListPartitions, &tasklist.TaskListPartitionMetadata{}) - if err := m.ActivityTaskListPartitions[len(m.ActivityTaskListPartitions)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } - iNdEx = postIndex - case 2: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field DecisionTaskListPartitions", 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.SupportedClientVersions == nil { + m.SupportedClientVersions = &version.SupportedClientVersions{} } - m.DecisionTaskListPartitions = append(m.DecisionTaskListPartitions, &tasklist.TaskListPartitionMetadata{}) - if err := m.DecisionTaskListPartitions[len(m.DecisionTaskListPartitions)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + if err := m.SupportedClientVersions.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex @@ -24760,7 +23668,7 @@ func (m *ListTaskListPartitionsResponse) Unmarshal(dAtA []byte) error { } return nil } -func (m *PollForWorkflowExecutionRawHistoryRequest) Unmarshal(dAtA []byte) error { +func (m *ListTaskListPartitionsRequest) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -24783,10 +23691,10 @@ func (m *PollForWorkflowExecutionRawHistoryRequest) Unmarshal(dAtA []byte) error fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: PollForWorkflowExecutionRawHistoryRequest: wiretype end group for non-group") + return fmt.Errorf("proto: ListTaskListPartitionsRequest: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: PollForWorkflowExecutionRawHistoryRequest: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: ListTaskListPartitionsRequest: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: @@ -24823,7 +23731,7 @@ func (m *PollForWorkflowExecutionRawHistoryRequest) Unmarshal(dAtA []byte) error iNdEx = postIndex case 2: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Execution", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field TaskList", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -24850,85 +23758,13 @@ func (m *PollForWorkflowExecutionRawHistoryRequest) Unmarshal(dAtA []byte) error if postIndex > l { return io.ErrUnexpectedEOF } - if m.Execution == nil { - m.Execution = &execution.WorkflowExecution{} + if m.TaskList == nil { + m.TaskList = &tasklist.TaskList{} } - if err := m.Execution.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + if err := m.TaskList.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex - case 3: - if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field MaximumPageSize", wireType) - } - m.MaximumPageSize = 0 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowRequestResponse - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - m.MaximumPageSize |= int32(b&0x7F) << shift - if b < 0x80 { - break - } - } - case 4: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field NextPageToken", wireType) - } - var byteLen int - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowRequestResponse - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - byteLen |= int(b&0x7F) << shift - if b < 0x80 { - break - } - } - if byteLen < 0 { - return ErrInvalidLengthRequestResponse - } - postIndex := iNdEx + byteLen - if postIndex < 0 { - return ErrInvalidLengthRequestResponse - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - m.NextPageToken = append(m.NextPageToken[:0], dAtA[iNdEx:postIndex]...) - if m.NextPageToken == nil { - m.NextPageToken = []byte{} - } - iNdEx = postIndex - case 5: - if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field HistoryEventFilterType", wireType) - } - m.HistoryEventFilterType = 0 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowRequestResponse - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - m.HistoryEventFilterType |= filter.HistoryEventFilterType(b&0x7F) << shift - if b < 0x80 { - break - } - } default: iNdEx = preIndex skippy, err := skipRequestResponse(dAtA[iNdEx:]) @@ -24953,7 +23789,7 @@ func (m *PollForWorkflowExecutionRawHistoryRequest) Unmarshal(dAtA []byte) error } return nil } -func (m *PollForWorkflowExecutionRawHistoryResponse) Unmarshal(dAtA []byte) error { +func (m *ListTaskListPartitionsResponse) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -24976,15 +23812,15 @@ func (m *PollForWorkflowExecutionRawHistoryResponse) Unmarshal(dAtA []byte) erro fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: PollForWorkflowExecutionRawHistoryResponse: wiretype end group for non-group") + return fmt.Errorf("proto: ListTaskListPartitionsResponse: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: PollForWorkflowExecutionRawHistoryResponse: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: ListTaskListPartitionsResponse: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field RawHistory", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field ActivityTaskListPartitions", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -25011,16 +23847,16 @@ func (m *PollForWorkflowExecutionRawHistoryResponse) Unmarshal(dAtA []byte) erro if postIndex > l { return io.ErrUnexpectedEOF } - m.RawHistory = append(m.RawHistory, &common.DataBlob{}) - if err := m.RawHistory[len(m.RawHistory)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + m.ActivityTaskListPartitions = append(m.ActivityTaskListPartitions, &tasklist.TaskListPartitionMetadata{}) + if err := m.ActivityTaskListPartitions[len(m.ActivityTaskListPartitions)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex case 2: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field NextPageToken", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field DecisionTaskListPartitions", wireType) } - var byteLen int + var msglen int for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowRequestResponse @@ -25030,24 +23866,24 @@ func (m *PollForWorkflowExecutionRawHistoryResponse) Unmarshal(dAtA []byte) erro } b := dAtA[iNdEx] iNdEx++ - byteLen |= int(b&0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } } - if byteLen < 0 { + if msglen < 0 { return ErrInvalidLengthRequestResponse } - postIndex := iNdEx + byteLen + postIndex := iNdEx + msglen if postIndex < 0 { return ErrInvalidLengthRequestResponse } if postIndex > l { return io.ErrUnexpectedEOF } - m.NextPageToken = append(m.NextPageToken[:0], dAtA[iNdEx:postIndex]...) - if m.NextPageToken == nil { - m.NextPageToken = []byte{} + m.DecisionTaskListPartitions = append(m.DecisionTaskListPartitions, &tasklist.TaskListPartitionMetadata{}) + if err := m.DecisionTaskListPartitions[len(m.DecisionTaskListPartitions)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err } iNdEx = postIndex default: diff --git a/workflowservice/service.pb.go b/workflowservice/service.pb.go index 4ec763bc..dfa5ab3c 100644 --- a/workflowservice/service.pb.go +++ b/workflowservice/service.pb.go @@ -49,70 +49,67 @@ const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package func init() { proto.RegisterFile("workflowservice/service.proto", fileDescriptor_6d5ecb190c8dcb99) } var fileDescriptor_6d5ecb190c8dcb99 = []byte{ - // 997 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x98, 0xcf, 0x6f, 0xe4, 0x34, - 0x14, 0xc7, 0x9b, 0x0b, 0x07, 0x4b, 0x50, 0x08, 0x12, 0x88, 0xc2, 0x0e, 0xb0, 0x12, 0x65, 0x0b, - 0xec, 0x0c, 0xdb, 0x76, 0xbb, 0x05, 0x4e, 0xdd, 0x96, 0xed, 0xae, 0x84, 0xa0, 0xcc, 0x2c, 0x42, - 0xe2, 0x02, 0x6e, 0xe6, 0xb5, 0xb5, 0x9a, 0x89, 0x83, 0xed, 0x69, 0xa9, 0x90, 0x38, 0x21, 0x90, - 0x90, 0x90, 0x56, 0x42, 0x42, 0xe2, 0xc4, 0xbf, 0xc3, 0x71, 0x8f, 0x1c, 0x51, 0xfb, 0x8f, 0xa0, - 0xcc, 0x8c, 0xbd, 0x49, 0xfc, 0x9e, 0x93, 0xf4, 0xd4, 0x1f, 0xf9, 0x7c, 0xdf, 0xfb, 0xc6, 0xf6, - 0x73, 0x9e, 0xcd, 0x6e, 0x9c, 0x4b, 0x75, 0x7a, 0x94, 0xca, 0x73, 0x0d, 0xea, 0x4c, 0x24, 0x30, - 0x58, 0xfc, 0xec, 0xe7, 0x4a, 0x1a, 0x19, 0x2f, 0xd7, 0x1e, 0xaf, 0xac, 0xd6, 0x79, 0x05, 0xdf, - 0x4f, 0x41, 0x9b, 0x6f, 0x15, 0xe8, 0x5c, 0x66, 0x7a, 0x21, 0x5c, 0xff, 0x65, 0x8d, 0x2d, 0x7f, - 0xbd, 0x40, 0x47, 0x73, 0x34, 0x4e, 0xd9, 0x4b, 0x43, 0x38, 0x16, 0xda, 0x80, 0xfa, 0x9c, 0x4f, - 0x40, 0xe7, 0x3c, 0x81, 0x78, 0xad, 0x5f, 0x8b, 0xd8, 0xf7, 0x98, 0xe1, 0x3c, 0xc5, 0xca, 0x7b, - 0x6d, 0xd0, 0xb9, 0x8b, 0x9b, 0x4b, 0x45, 0xb6, 0x3d, 0xd0, 0x89, 0x12, 0x87, 0x10, 0xca, 0xe6, - 0x31, 0x74, 0x36, 0x04, 0x75, 0xd9, 0x12, 0xf6, 0xc2, 0x67, 0x42, 0x1b, 0xf7, 0x48, 0xc7, 0xab, - 0x9e, 0xbe, 0x0a, 0xd8, 0x3c, 0xef, 0x36, 0x72, 0x2e, 0xc9, 0x11, 0x5b, 0xfe, 0x2a, 0x1f, 0x73, - 0x53, 0x7a, 0x21, 0x5f, 0x5d, 0x23, 0x6c, 0x9a, 0x5b, 0xcd, 0xa0, 0xcb, 0x23, 0x59, 0xbc, 0x07, - 0xb9, 0x82, 0xa4, 0x92, 0x0a, 0x1b, 0x90, 0x3a, 0x64, 0xb3, 0xbd, 0xdf, 0x8a, 0x75, 0x09, 0x7f, - 0x64, 0xaf, 0x8c, 0x0c, 0x57, 0xc6, 0xae, 0x98, 0x4f, 0x7f, 0x80, 0x64, 0x6a, 0x84, 0xcc, 0xe2, - 0xbe, 0x17, 0x08, 0x07, 0x6d, 0xe2, 0x41, 0x6b, 0xde, 0x25, 0xff, 0x2d, 0x62, 0xaf, 0xef, 0x83, - 0x8f, 0x3c, 0x14, 0xda, 0x48, 0x75, 0x11, 0x6f, 0x78, 0x21, 0x03, 0xb4, 0xf5, 0xb1, 0xd9, 0x4d, - 0xe4, 0xcc, 0x28, 0xf6, 0xf2, 0x81, 0x4c, 0xd3, 0x07, 0x52, 0xed, 0x41, 0x22, 0xb4, 0x90, 0xd9, - 0x63, 0xae, 0x4f, 0x63, 0x7f, 0x3c, 0x11, 0xca, 0xe6, 0xfe, 0xa0, 0x1d, 0xec, 0x72, 0xfe, 0x1e, - 0xb1, 0x37, 0xe6, 0x7f, 0x8e, 0xcb, 0xc4, 0xae, 0x9c, 0xe4, 0x29, 0x18, 0x18, 0xc7, 0x9b, 0x48, - 0xe1, 0xd1, 0xb8, 0xb5, 0x71, 0xb7, 0xa3, 0xca, 0xf9, 0xf9, 0x39, 0x62, 0xaf, 0x21, 0xe8, 0x03, - 0x2e, 0x52, 0x18, 0xc7, 0x77, 0xda, 0x84, 0x9d, 0xb3, 0xd6, 0xc9, 0x7a, 0x17, 0x09, 0x32, 0x15, - 0x3b, 0x89, 0x11, 0x67, 0xc2, 0x5c, 0x84, 0xa7, 0xa2, 0x4c, 0x35, 0x4e, 0x45, 0x15, 0xae, 0xac, - 0xc5, 0x21, 0x24, 0x52, 0x8d, 0xcb, 0xc0, 0x43, 0xe0, 0xca, 0x1c, 0x02, 0x37, 0xc8, 0x5a, 0x0c, - 0xd0, 0xf4, 0x5a, 0x0c, 0x8a, 0x9c, 0x99, 0x3f, 0x23, 0xf6, 0x66, 0x80, 0xbc, 0x7f, 0xf1, 0x68, - 0x1c, 0xdf, 0xeb, 0x12, 0xbb, 0x50, 0x58, 0x53, 0xdb, 0xdd, 0x85, 0xd8, 0x82, 0x2d, 0xe3, 0x2d, - 0x16, 0x2c, 0x8a, 0x37, 0x2e, 0x58, 0x42, 0xe5, 0xfc, 0xfc, 0x15, 0xb1, 0xb7, 0x42, 0xe8, 0x6c, - 0xa4, 0xb6, 0x3b, 0x45, 0x2f, 0x0f, 0xd5, 0x47, 0xd7, 0x50, 0x62, 0xc5, 0x54, 0xc6, 0x9b, 0x8a, - 0xc9, 0x67, 0x1b, 0x8b, 0x09, 0x93, 0x38, 0x1b, 0x4f, 0x22, 0x76, 0x83, 0xe4, 0x66, 0xe3, 0x73, - 0xb7, 0x7d, 0xdc, 0xf2, 0xe0, 0x6c, 0x75, 0x95, 0xd5, 0x6a, 0xcd, 0x1f, 0x48, 0x9e, 0x25, 0x50, - 0x8c, 0xcd, 0x46, 0xab, 0x61, 0x5f, 0xd0, 0xa1, 0x5a, 0x0b, 0x88, 0x6a, 0xb5, 0x46, 0x92, 0x64, - 0xad, 0x05, 0x15, 0xa1, 0x5a, 0x6b, 0x10, 0x3a, 0x63, 0x7f, 0x44, 0xac, 0xb7, 0x88, 0x33, 0x27, - 0xfc, 0x6f, 0x34, 0x36, 0x05, 0x21, 0x81, 0xb5, 0x75, 0xaf, 0xb3, 0xce, 0xb9, 0xfa, 0x89, 0xbd, - 0x3a, 0x12, 0xc7, 0x19, 0x47, 0xdc, 0x20, 0x1d, 0x00, 0x4e, 0x5a, 0x1b, 0x1f, 0xb6, 0x17, 0x54, - 0x2a, 0x7e, 0x41, 0x09, 0x73, 0x42, 0xf4, 0x2e, 0xdb, 0x54, 0x60, 0x52, 0x42, 0x57, 0x7c, 0xb3, - 0xb2, 0xdc, 0x4c, 0x0d, 0x41, 0x43, 0xab, 0x66, 0x0a, 0x07, 0xe9, 0x66, 0x8a, 0xe2, 0x5d, 0xf2, - 0x5f, 0x23, 0xb6, 0xf2, 0x18, 0xd4, 0x44, 0x64, 0xdc, 0x80, 0xef, 0xc0, 0xdf, 0x3c, 0x68, 0xd8, - 0xba, 0xd8, 0xe8, 0xa4, 0xa9, 0x38, 0x29, 0x3a, 0xe9, 0x2f, 0x72, 0xc8, 0x3c, 0x4e, 0x23, 0x4e, - 0x68, 0x98, 0x76, 0x12, 0xd2, 0x54, 0x3e, 0x57, 0x05, 0xb8, 0x9b, 0x4a, 0x0d, 0x63, 0xc4, 0xcb, - 0x26, 0x1a, 0x97, 0xc2, 0xe9, 0xcf, 0x55, 0x58, 0x55, 0x5e, 0x20, 0x05, 0x89, 0x18, 0xe9, 0xa3, - 0x21, 0x69, 0x0b, 0x83, 0xd6, 0x7c, 0x65, 0x3f, 0x29, 0xa0, 0x1d, 0x95, 0x9c, 0x88, 0x33, 0x74, - 0x38, 0xb6, 0xd0, 0xa8, 0xb4, 0x80, 0xde, 0x4f, 0x9a, 0x74, 0x95, 0x03, 0x48, 0xc2, 0xb3, 0x56, - 0x43, 0x82, 0x83, 0x81, 0x03, 0x08, 0xc1, 0x97, 0x37, 0xb3, 0x5d, 0x39, 0xcd, 0xb0, 0x09, 0xf1, - 0xa3, 0x11, 0x24, 0xbd, 0x99, 0x91, 0x82, 0x72, 0xa3, 0xbb, 0x0f, 0x66, 0x04, 0x5c, 0x25, 0x27, - 0x3b, 0xc6, 0x28, 0x71, 0x38, 0x35, 0xa0, 0x91, 0x46, 0x17, 0xa1, 0xe8, 0x46, 0x17, 0x85, 0xb1, - 0xb6, 0xe4, 0xcb, 0x29, 0xa8, 0x5a, 0xff, 0x46, 0xb6, 0x25, 0x3e, 0xdb, 0xd8, 0x96, 0x60, 0x92, - 0xf2, 0xab, 0xcf, 0xb6, 0xb4, 0x91, 0x11, 0xc9, 0xe9, 0x8c, 0x2a, 0x96, 0x0c, 0xf2, 0xea, 0x08, - 0x45, 0xbf, 0x3a, 0x0a, 0xbb, 0x9c, 0xdf, 0xb1, 0xe7, 0x67, 0x9e, 0xec, 0x9c, 0xc4, 0xef, 0x78, - 0x01, 0x2a, 0xcf, 0x6d, 0x9e, 0xd5, 0x26, 0xac, 0x52, 0x63, 0xd8, 0x71, 0x73, 0xc8, 0xcf, 0xed, - 0xa1, 0x76, 0xab, 0xd5, 0xf9, 0xf4, 0x99, 0x80, 0xae, 0xb1, 0x26, 0x5d, 0x65, 0xca, 0xed, 0x15, - 0x8a, 0xff, 0x65, 0xb8, 0x43, 0x5e, 0xb7, 0x90, 0x1f, 0x86, 0xf5, 0x2e, 0x12, 0x67, 0x43, 0xb0, - 0x17, 0x2d, 0xe6, 0xe6, 0xfb, 0x16, 0x19, 0xa9, 0x3e, 0xd9, 0x6b, 0x2d, 0xc8, 0xf2, 0xa5, 0xd0, - 0x3e, 0x98, 0xdd, 0x74, 0xaa, 0x0d, 0xa8, 0x47, 0xd9, 0x91, 0x44, 0x2e, 0x85, 0xaa, 0x00, 0x7d, - 0x29, 0x54, 0xe7, 0xea, 0xbb, 0xb9, 0x4d, 0x7f, 0xc0, 0x95, 0x11, 0xa1, 0xdd, 0xdc, 0x07, 0xc3, - 0xbb, 0x39, 0xc6, 0xbb, 0xe4, 0x7f, 0x47, 0xec, 0xe6, 0xe2, 0x44, 0x1b, 0x5a, 0x6d, 0x1f, 0x53, - 0xc7, 0xe0, 0x16, 0x2b, 0xee, 0x93, 0x6b, 0x69, 0xad, 0xc3, 0xfb, 0xe9, 0x3f, 0x97, 0xbd, 0xe8, - 0xe9, 0x65, 0x2f, 0xfa, 0xef, 0xb2, 0x17, 0x3d, 0xb9, 0xea, 0x2d, 0x3d, 0xbd, 0xea, 0x2d, 0xfd, - 0x7b, 0xd5, 0x5b, 0x62, 0x6f, 0x0b, 0xd9, 0x37, 0x30, 0xc9, 0xa5, 0xe2, 0xe9, 0xfc, 0xd6, 0xb2, - 0x9e, 0xe9, 0x20, 0xfa, 0xe6, 0xf6, 0x71, 0x09, 0x12, 0x72, 0x60, 0x7f, 0xbf, 0x3d, 0x13, 0x0c, - 0x6a, 0x82, 0xc3, 0xe7, 0x66, 0xff, 0xde, 0xf8, 0x3f, 0x00, 0x00, 0xff, 0xff, 0xe8, 0x4f, 0x70, - 0x71, 0x57, 0x15, 0x00, 0x00, + // 954 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x98, 0xcf, 0x6b, 0x24, 0x45, + 0x14, 0xc7, 0xa7, 0x2f, 0x1e, 0x0a, 0x34, 0xda, 0x82, 0x62, 0x74, 0xc7, 0x1f, 0xe0, 0xb8, 0xab, + 0xee, 0x8c, 0x9b, 0xc9, 0xee, 0xc6, 0x63, 0x76, 0xe2, 0x66, 0x03, 0xa2, 0x71, 0x26, 0x22, 0x78, + 0xd1, 0x9e, 0x9e, 0x97, 0xa4, 0x48, 0x4f, 0x57, 0x5b, 0x55, 0x93, 0x18, 0x04, 0x4f, 0x82, 0x20, + 0x08, 0x01, 0x41, 0xf0, 0x3f, 0xf2, 0x24, 0x39, 0x7a, 0x94, 0xe4, 0x1f, 0x91, 0x9e, 0x99, 0x2a, + 0xba, 0xbb, 0xde, 0xab, 0xee, 0xde, 0x53, 0x7e, 0xcc, 0xe7, 0xfb, 0xde, 0xb7, 0x5f, 0x55, 0xbd, + 0x7e, 0x53, 0xec, 0xce, 0x85, 0x90, 0x67, 0xc7, 0x89, 0xb8, 0x50, 0x20, 0xcf, 0x79, 0x0c, 0x83, + 0xf5, 0xcf, 0x7e, 0x26, 0x85, 0x16, 0xe1, 0x46, 0xe5, 0xe3, 0xcd, 0x5e, 0x95, 0x97, 0xf0, 0xc3, + 0x02, 0x94, 0xfe, 0x4e, 0x82, 0xca, 0x44, 0xaa, 0xd6, 0xc2, 0xad, 0x7f, 0x7a, 0x6c, 0xe3, 0x9b, + 0x35, 0x3a, 0x59, 0xa1, 0x61, 0xc2, 0x5e, 0x19, 0xc3, 0x09, 0x57, 0x1a, 0xe4, 0x17, 0xd1, 0x1c, + 0x54, 0x16, 0xc5, 0x10, 0xde, 0xeb, 0x57, 0x22, 0xf6, 0x1d, 0x66, 0xbc, 0x4a, 0xb1, 0xf9, 0x61, + 0x13, 0x74, 0xe5, 0xe2, 0xbd, 0x4e, 0x9e, 0x6d, 0x0f, 0x54, 0x2c, 0xf9, 0x14, 0x7c, 0xd9, 0x1c, + 0x86, 0xce, 0x86, 0xa0, 0x36, 0x5b, 0xcc, 0x5e, 0xfa, 0x9c, 0x2b, 0x6d, 0x3f, 0x52, 0x61, 0xcf, + 0xd1, 0x97, 0x01, 0x93, 0xe7, 0x83, 0x5a, 0xce, 0x26, 0x39, 0x66, 0x1b, 0x5f, 0x67, 0xb3, 0x48, + 0x17, 0x1e, 0xc8, 0x55, 0x57, 0x08, 0x93, 0xe6, 0x6e, 0x3d, 0x68, 0xf3, 0x08, 0x16, 0xee, 0x41, + 0x26, 0x21, 0x2e, 0xa5, 0xc2, 0x0a, 0x52, 0x85, 0x4c, 0xb6, 0x8f, 0x1a, 0xb1, 0x36, 0xe1, 0x4f, + 0xec, 0xb5, 0x89, 0x8e, 0xa4, 0x36, 0x3b, 0xe6, 0xb3, 0x1f, 0x21, 0x5e, 0x68, 0x2e, 0xd2, 0xb0, + 0xef, 0x04, 0xc2, 0x41, 0x93, 0x78, 0xd0, 0x98, 0xb7, 0xc9, 0x7f, 0x0b, 0xd8, 0x9b, 0xfb, 0xe0, + 0x22, 0xcf, 0xb8, 0xd2, 0x42, 0x5e, 0x86, 0x43, 0x27, 0xa4, 0x87, 0x36, 0x3e, 0xb6, 0xdb, 0x89, + 0xac, 0x19, 0xc9, 0x5e, 0x3d, 0x14, 0x49, 0xf2, 0x54, 0xc8, 0x3d, 0x88, 0xb9, 0xe2, 0x22, 0x3d, + 0x8a, 0xd4, 0x59, 0xe8, 0xd6, 0x13, 0xa1, 0x4c, 0xee, 0x8f, 0x9b, 0xc1, 0x36, 0xe7, 0xef, 0x01, + 0x7b, 0x6b, 0xf5, 0xe7, 0xac, 0x48, 0x8c, 0xc4, 0x3c, 0x4b, 0x40, 0xc3, 0x2c, 0xdc, 0x46, 0x0e, + 0x1e, 0x8d, 0x1b, 0x1b, 0x0f, 0x5b, 0xaa, 0xac, 0x9f, 0x5f, 0x02, 0xf6, 0x06, 0x82, 0x3e, 0x8d, + 0x78, 0x02, 0xb3, 0xf0, 0x41, 0x93, 0xb0, 0x2b, 0xd6, 0x38, 0xd9, 0x6a, 0x23, 0x41, 0x96, 0x62, + 0x37, 0xd6, 0xfc, 0x9c, 0xeb, 0x4b, 0xff, 0x52, 0x14, 0xa9, 0xda, 0xa5, 0x28, 0xc3, 0xa5, 0xbd, + 0x38, 0x86, 0x58, 0xc8, 0x59, 0x11, 0x78, 0x06, 0x91, 0xd4, 0x53, 0x88, 0x34, 0xb2, 0x17, 0x3d, + 0x34, 0xbd, 0x17, 0xbd, 0x22, 0x6b, 0xe6, 0xcf, 0x80, 0xbd, 0xed, 0x21, 0x9f, 0x5c, 0x1e, 0xcc, + 0xc2, 0xc7, 0x6d, 0x62, 0xe7, 0x0a, 0x63, 0x6a, 0xa7, 0xbd, 0x10, 0xdb, 0xb0, 0x45, 0xbc, 0xc1, + 0x86, 0x45, 0xf1, 0xda, 0x0d, 0x4b, 0xa8, 0xac, 0x9f, 0xbf, 0x02, 0xf6, 0x8e, 0x0f, 0x5d, 0x56, + 0x6a, 0xa7, 0x55, 0xf4, 0x62, 0xa9, 0x3e, 0x7d, 0x0e, 0x25, 0x76, 0x98, 0x8a, 0x78, 0xdd, 0x61, + 0x72, 0xd9, 0xda, 0xc3, 0x84, 0x49, 0xac, 0x8d, 0xab, 0x80, 0xdd, 0x21, 0xb9, 0x65, 0x7d, 0x1e, + 0x36, 0x8f, 0x5b, 0x2c, 0xce, 0xa3, 0xb6, 0xb2, 0xca, 0x59, 0x73, 0x0b, 0x19, 0xa5, 0x31, 0xe4, + 0xb5, 0x19, 0x36, 0x2a, 0xfb, 0x9a, 0xf6, 0x9d, 0x35, 0x8f, 0xa8, 0x72, 0xd6, 0x48, 0x92, 0x3c, + 0x6b, 0x5e, 0x85, 0xef, 0xac, 0xd5, 0x08, 0xad, 0xb1, 0x3f, 0x02, 0xd6, 0x5d, 0xc7, 0x59, 0x11, + 0xee, 0x3b, 0x1a, 0x5b, 0x02, 0x9f, 0xc0, 0xd8, 0x7a, 0xdc, 0x5a, 0x67, 0x5d, 0xfd, 0xcc, 0x5e, + 0x9f, 0xf0, 0x93, 0x34, 0x42, 0xdc, 0x20, 0x13, 0x00, 0x4e, 0x1a, 0x1b, 0x9f, 0x34, 0x17, 0x94, + 0x4e, 0xfc, 0x9a, 0xe2, 0xfa, 0x94, 0x98, 0x5d, 0x76, 0xa8, 0xc0, 0xa4, 0x84, 0x3e, 0xf1, 0xf5, + 0xca, 0xe2, 0x30, 0x35, 0x06, 0x05, 0x8d, 0x86, 0x29, 0x1c, 0xa4, 0x87, 0x29, 0x8a, 0xb7, 0xc9, + 0x7f, 0x0d, 0xd8, 0xe6, 0x11, 0xc8, 0x39, 0x4f, 0x23, 0x0d, 0xae, 0x03, 0xb7, 0x79, 0xd0, 0xb0, + 0x71, 0x31, 0x6c, 0xa5, 0x29, 0x39, 0xc9, 0x27, 0xe9, 0x2f, 0x33, 0x48, 0x1d, 0x4e, 0x21, 0x4e, + 0x68, 0x98, 0x76, 0xe2, 0xd3, 0x94, 0x5e, 0x57, 0x39, 0x38, 0x4a, 0x84, 0x82, 0x19, 0xe2, 0x65, + 0x1b, 0x8d, 0x4b, 0xe1, 0xf4, 0xeb, 0xca, 0xaf, 0x2a, 0x6e, 0x90, 0x9c, 0x44, 0x8c, 0xf4, 0xd1, + 0x90, 0xb4, 0x85, 0x41, 0x63, 0xbe, 0xd4, 0x4f, 0x72, 0x68, 0x57, 0xc6, 0xa7, 0xfc, 0x1c, 0x2d, + 0xc7, 0x23, 0x34, 0x2a, 0x2d, 0xa0, 0xfb, 0x49, 0x9d, 0xae, 0xf4, 0x05, 0x24, 0x8e, 0xd2, 0x46, + 0x25, 0xc1, 0x41, 0xcf, 0x17, 0x10, 0x82, 0x2f, 0x36, 0xb3, 0x91, 0x58, 0xa4, 0xd8, 0x82, 0xb8, + 0xd1, 0x08, 0x92, 0x6e, 0x66, 0xa4, 0xa0, 0x38, 0xe8, 0xee, 0x83, 0x9e, 0x40, 0x24, 0xe3, 0xd3, + 0x5d, 0xad, 0x25, 0x9f, 0x2e, 0x34, 0x28, 0x64, 0xd0, 0x45, 0x28, 0x7a, 0xd0, 0x45, 0x61, 0x6c, + 0x2c, 0xf9, 0x6a, 0x01, 0xb2, 0x32, 0xbf, 0x91, 0x63, 0x89, 0xcb, 0xd6, 0x8e, 0x25, 0x98, 0xa4, + 0xf8, 0xe8, 0xcb, 0x96, 0x36, 0xd1, 0x3c, 0x3e, 0x5b, 0x52, 0xf9, 0x96, 0x41, 0x1e, 0x1d, 0xa1, + 0xe8, 0x47, 0x47, 0x61, 0x9b, 0xf3, 0x7b, 0xf6, 0xe2, 0xd2, 0x93, 0x59, 0x93, 0xf0, 0x7d, 0x27, + 0x40, 0xe9, 0x73, 0x93, 0xa7, 0x57, 0x87, 0x95, 0x8a, 0x6b, 0x2e, 0x2b, 0xdc, 0x1e, 0xfc, 0x80, + 0xbc, 0xd8, 0x20, 0x5b, 0xf0, 0x56, 0x1b, 0x89, 0xb5, 0xc1, 0xd9, 0xcb, 0x06, 0xb3, 0x95, 0xbd, + 0x4b, 0x46, 0xaa, 0x96, 0xf5, 0x5e, 0x03, 0xb2, 0x78, 0xfd, 0xb2, 0x0f, 0x7a, 0x94, 0x2c, 0x94, + 0x06, 0x79, 0x90, 0x1e, 0x0b, 0xe4, 0xfa, 0xa5, 0x0c, 0xd0, 0xd7, 0x2f, 0x55, 0xae, 0xda, 0x37, + 0x4d, 0xfa, 0xc3, 0x48, 0x6a, 0xee, 0xeb, 0x9b, 0x2e, 0xe8, 0xef, 0x9b, 0x18, 0x6f, 0x92, 0x3f, + 0x49, 0xfe, 0xbe, 0xe9, 0x06, 0xd7, 0x37, 0xdd, 0xe0, 0xbf, 0x9b, 0x6e, 0x70, 0x75, 0xdb, 0xed, + 0x5c, 0xdf, 0x76, 0x3b, 0xff, 0xde, 0x76, 0x3b, 0xec, 0x5d, 0x2e, 0xfa, 0x1a, 0xe6, 0x99, 0x90, + 0x51, 0xb2, 0xba, 0x7d, 0xab, 0x46, 0x3f, 0x0c, 0xbe, 0xbd, 0x7f, 0x52, 0x80, 0xb8, 0x18, 0x98, + 0xdf, 0xef, 0x2f, 0x05, 0x83, 0x8a, 0x60, 0xfa, 0xc2, 0xf2, 0xdf, 0xc3, 0xff, 0x03, 0x00, 0x00, + 0xff, 0xff, 0xdb, 0x58, 0x7f, 0xae, 0x1f, 0x14, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -272,8 +269,6 @@ type WorkflowServiceClient interface { ResetStickyTaskList(ctx context.Context, in *ResetStickyTaskListRequest, opts ...grpc.CallOption) (*ResetStickyTaskListResponse, error) // QueryWorkflow returns query result for a specified workflow execution QueryWorkflow(ctx context.Context, in *QueryWorkflowRequest, opts ...grpc.CallOption) (*QueryWorkflowResponse, error) - // Returns raw history in binary for specified workflow execution. - GetWorkflowExecutionRawHistory(ctx context.Context, in *GetWorkflowExecutionRawHistoryRequest, opts ...grpc.CallOption) (*GetWorkflowExecutionRawHistoryResponse, error) // DescribeWorkflowExecution returns information about the specified workflow execution. DescribeWorkflowExecution(ctx context.Context, in *DescribeWorkflowExecutionRequest, opts ...grpc.CallOption) (*DescribeWorkflowExecutionResponse, error) // DescribeTaskList returns information about the target task list, right now this API returns the @@ -282,8 +277,6 @@ type WorkflowServiceClient interface { // GetClusterInfo returns information about temporal cluster GetClusterInfo(ctx context.Context, in *GetClusterInfoRequest, opts ...grpc.CallOption) (*GetClusterInfoResponse, error) ListTaskListPartitions(ctx context.Context, in *ListTaskListPartitionsRequest, opts ...grpc.CallOption) (*ListTaskListPartitionsResponse, error) - // Returns raw history in binary for specified workflow execution. - PollForWorkflowExecutionRawHistory(ctx context.Context, in *PollForWorkflowExecutionRawHistoryRequest, opts ...grpc.CallOption) (*PollForWorkflowExecutionRawHistoryResponse, error) } type workflowServiceClient struct { @@ -600,15 +593,6 @@ func (c *workflowServiceClient) QueryWorkflow(ctx context.Context, in *QueryWork return out, nil } -func (c *workflowServiceClient) GetWorkflowExecutionRawHistory(ctx context.Context, in *GetWorkflowExecutionRawHistoryRequest, opts ...grpc.CallOption) (*GetWorkflowExecutionRawHistoryResponse, error) { - out := new(GetWorkflowExecutionRawHistoryResponse) - err := c.cc.Invoke(ctx, "/workflowservice.WorkflowService/GetWorkflowExecutionRawHistory", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - func (c *workflowServiceClient) DescribeWorkflowExecution(ctx context.Context, in *DescribeWorkflowExecutionRequest, opts ...grpc.CallOption) (*DescribeWorkflowExecutionResponse, error) { out := new(DescribeWorkflowExecutionResponse) err := c.cc.Invoke(ctx, "/workflowservice.WorkflowService/DescribeWorkflowExecution", in, out, opts...) @@ -645,15 +629,6 @@ func (c *workflowServiceClient) ListTaskListPartitions(ctx context.Context, in * return out, nil } -func (c *workflowServiceClient) PollForWorkflowExecutionRawHistory(ctx context.Context, in *PollForWorkflowExecutionRawHistoryRequest, opts ...grpc.CallOption) (*PollForWorkflowExecutionRawHistoryResponse, error) { - out := new(PollForWorkflowExecutionRawHistoryResponse) - err := c.cc.Invoke(ctx, "/workflowservice.WorkflowService/PollForWorkflowExecutionRawHistory", 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. Namespace is a top level @@ -801,8 +776,6 @@ type WorkflowServiceServer interface { ResetStickyTaskList(context.Context, *ResetStickyTaskListRequest) (*ResetStickyTaskListResponse, error) // QueryWorkflow returns query result for a specified workflow execution QueryWorkflow(context.Context, *QueryWorkflowRequest) (*QueryWorkflowResponse, error) - // Returns raw history in binary for specified workflow execution. - GetWorkflowExecutionRawHistory(context.Context, *GetWorkflowExecutionRawHistoryRequest) (*GetWorkflowExecutionRawHistoryResponse, error) // DescribeWorkflowExecution returns information about the specified workflow execution. DescribeWorkflowExecution(context.Context, *DescribeWorkflowExecutionRequest) (*DescribeWorkflowExecutionResponse, error) // DescribeTaskList returns information about the target task list, right now this API returns the @@ -811,8 +784,6 @@ type WorkflowServiceServer interface { // GetClusterInfo returns information about temporal cluster GetClusterInfo(context.Context, *GetClusterInfoRequest) (*GetClusterInfoResponse, error) ListTaskListPartitions(context.Context, *ListTaskListPartitionsRequest) (*ListTaskListPartitionsResponse, error) - // Returns raw history in binary for specified workflow execution. - PollForWorkflowExecutionRawHistory(context.Context, *PollForWorkflowExecutionRawHistoryRequest) (*PollForWorkflowExecutionRawHistoryResponse, error) } // UnimplementedWorkflowServiceServer can be embedded to have forward compatible implementations. @@ -921,9 +892,6 @@ func (*UnimplementedWorkflowServiceServer) ResetStickyTaskList(ctx context.Conte func (*UnimplementedWorkflowServiceServer) QueryWorkflow(ctx context.Context, req *QueryWorkflowRequest) (*QueryWorkflowResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method QueryWorkflow not implemented") } -func (*UnimplementedWorkflowServiceServer) GetWorkflowExecutionRawHistory(ctx context.Context, req *GetWorkflowExecutionRawHistoryRequest) (*GetWorkflowExecutionRawHistoryResponse, error) { - return nil, status.Errorf(codes.Unimplemented, "method GetWorkflowExecutionRawHistory not implemented") -} func (*UnimplementedWorkflowServiceServer) DescribeWorkflowExecution(ctx context.Context, req *DescribeWorkflowExecutionRequest) (*DescribeWorkflowExecutionResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method DescribeWorkflowExecution not implemented") } @@ -936,9 +904,6 @@ func (*UnimplementedWorkflowServiceServer) GetClusterInfo(ctx context.Context, r func (*UnimplementedWorkflowServiceServer) ListTaskListPartitions(ctx context.Context, req *ListTaskListPartitionsRequest) (*ListTaskListPartitionsResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method ListTaskListPartitions not implemented") } -func (*UnimplementedWorkflowServiceServer) PollForWorkflowExecutionRawHistory(ctx context.Context, req *PollForWorkflowExecutionRawHistoryRequest) (*PollForWorkflowExecutionRawHistoryResponse, error) { - return nil, status.Errorf(codes.Unimplemented, "method PollForWorkflowExecutionRawHistory not implemented") -} func RegisterWorkflowServiceServer(s *grpc.Server, srv WorkflowServiceServer) { s.RegisterService(&_WorkflowService_serviceDesc, srv) @@ -1556,24 +1521,6 @@ func _WorkflowService_QueryWorkflow_Handler(srv interface{}, ctx context.Context return interceptor(ctx, in, info, handler) } -func _WorkflowService_GetWorkflowExecutionRawHistory_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetWorkflowExecutionRawHistoryRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(WorkflowServiceServer).GetWorkflowExecutionRawHistory(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/workflowservice.WorkflowService/GetWorkflowExecutionRawHistory", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(WorkflowServiceServer).GetWorkflowExecutionRawHistory(ctx, req.(*GetWorkflowExecutionRawHistoryRequest)) - } - return interceptor(ctx, in, info, handler) -} - func _WorkflowService_DescribeWorkflowExecution_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(DescribeWorkflowExecutionRequest) if err := dec(in); err != nil { @@ -1646,24 +1593,6 @@ func _WorkflowService_ListTaskListPartitions_Handler(srv interface{}, ctx contex return interceptor(ctx, in, info, handler) } -func _WorkflowService_PollForWorkflowExecutionRawHistory_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(PollForWorkflowExecutionRawHistoryRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(WorkflowServiceServer).PollForWorkflowExecutionRawHistory(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/workflowservice.WorkflowService/PollForWorkflowExecutionRawHistory", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(WorkflowServiceServer).PollForWorkflowExecutionRawHistory(ctx, req.(*PollForWorkflowExecutionRawHistoryRequest)) - } - return interceptor(ctx, in, info, handler) -} - var _WorkflowService_serviceDesc = grpc.ServiceDesc{ ServiceName: "workflowservice.WorkflowService", HandlerType: (*WorkflowServiceServer)(nil), @@ -1804,10 +1733,6 @@ var _WorkflowService_serviceDesc = grpc.ServiceDesc{ MethodName: "QueryWorkflow", Handler: _WorkflowService_QueryWorkflow_Handler, }, - { - MethodName: "GetWorkflowExecutionRawHistory", - Handler: _WorkflowService_GetWorkflowExecutionRawHistory_Handler, - }, { MethodName: "DescribeWorkflowExecution", Handler: _WorkflowService_DescribeWorkflowExecution_Handler, @@ -1824,10 +1749,6 @@ var _WorkflowService_serviceDesc = grpc.ServiceDesc{ MethodName: "ListTaskListPartitions", Handler: _WorkflowService_ListTaskListPartitions_Handler, }, - { - MethodName: "PollForWorkflowExecutionRawHistory", - Handler: _WorkflowService_PollForWorkflowExecutionRawHistory_Handler, - }, }, Streams: []grpc.StreamDesc{}, Metadata: "workflowservice/service.proto", diff --git a/workflowservicemock/service.pb.mock.go b/workflowservicemock/service.pb.mock.go index 0ae35726..8c5bdf0e 100644 --- a/workflowservicemock/service.pb.mock.go +++ b/workflowservicemock/service.pb.mock.go @@ -737,26 +737,6 @@ func (mr *MockWorkflowServiceClientMockRecorder) QueryWorkflow(ctx, in interface return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "QueryWorkflow", reflect.TypeOf((*MockWorkflowServiceClient)(nil).QueryWorkflow), varargs...) } -// GetWorkflowExecutionRawHistory mocks base method. -func (m *MockWorkflowServiceClient) GetWorkflowExecutionRawHistory(ctx context.Context, in *workflowservice.GetWorkflowExecutionRawHistoryRequest, opts ...grpc.CallOption) (*workflowservice.GetWorkflowExecutionRawHistoryResponse, error) { - m.ctrl.T.Helper() - varargs := []interface{}{ctx, in} - for _, a := range opts { - varargs = append(varargs, a) - } - ret := m.ctrl.Call(m, "GetWorkflowExecutionRawHistory", varargs...) - ret0, _ := ret[0].(*workflowservice.GetWorkflowExecutionRawHistoryResponse) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetWorkflowExecutionRawHistory indicates an expected call of GetWorkflowExecutionRawHistory. -func (mr *MockWorkflowServiceClientMockRecorder) GetWorkflowExecutionRawHistory(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, "GetWorkflowExecutionRawHistory", reflect.TypeOf((*MockWorkflowServiceClient)(nil).GetWorkflowExecutionRawHistory), varargs...) -} - // DescribeWorkflowExecution mocks base method. func (m *MockWorkflowServiceClient) DescribeWorkflowExecution(ctx context.Context, in *workflowservice.DescribeWorkflowExecutionRequest, opts ...grpc.CallOption) (*workflowservice.DescribeWorkflowExecutionResponse, error) { m.ctrl.T.Helper() @@ -837,26 +817,6 @@ func (mr *MockWorkflowServiceClientMockRecorder) ListTaskListPartitions(ctx, in return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ListTaskListPartitions", reflect.TypeOf((*MockWorkflowServiceClient)(nil).ListTaskListPartitions), varargs...) } -// PollForWorkflowExecutionRawHistory mocks base method. -func (m *MockWorkflowServiceClient) PollForWorkflowExecutionRawHistory(ctx context.Context, in *workflowservice.PollForWorkflowExecutionRawHistoryRequest, opts ...grpc.CallOption) (*workflowservice.PollForWorkflowExecutionRawHistoryResponse, error) { - m.ctrl.T.Helper() - varargs := []interface{}{ctx, in} - for _, a := range opts { - varargs = append(varargs, a) - } - ret := m.ctrl.Call(m, "PollForWorkflowExecutionRawHistory", varargs...) - ret0, _ := ret[0].(*workflowservice.PollForWorkflowExecutionRawHistoryResponse) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// PollForWorkflowExecutionRawHistory indicates an expected call of PollForWorkflowExecutionRawHistory. -func (mr *MockWorkflowServiceClientMockRecorder) PollForWorkflowExecutionRawHistory(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, "PollForWorkflowExecutionRawHistory", reflect.TypeOf((*MockWorkflowServiceClient)(nil).PollForWorkflowExecutionRawHistory), varargs...) -} - // MockWorkflowServiceServer is a mock of WorkflowServiceServer interface. type MockWorkflowServiceServer struct { ctrl *gomock.Controller @@ -1390,21 +1350,6 @@ func (mr *MockWorkflowServiceServerMockRecorder) QueryWorkflow(arg0, arg1 interf return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "QueryWorkflow", reflect.TypeOf((*MockWorkflowServiceServer)(nil).QueryWorkflow), arg0, arg1) } -// GetWorkflowExecutionRawHistory mocks base method. -func (m *MockWorkflowServiceServer) GetWorkflowExecutionRawHistory(arg0 context.Context, arg1 *workflowservice.GetWorkflowExecutionRawHistoryRequest) (*workflowservice.GetWorkflowExecutionRawHistoryResponse, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetWorkflowExecutionRawHistory", arg0, arg1) - ret0, _ := ret[0].(*workflowservice.GetWorkflowExecutionRawHistoryResponse) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetWorkflowExecutionRawHistory indicates an expected call of GetWorkflowExecutionRawHistory. -func (mr *MockWorkflowServiceServerMockRecorder) GetWorkflowExecutionRawHistory(arg0, arg1 interface{}) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetWorkflowExecutionRawHistory", reflect.TypeOf((*MockWorkflowServiceServer)(nil).GetWorkflowExecutionRawHistory), arg0, arg1) -} - // DescribeWorkflowExecution mocks base method. func (m *MockWorkflowServiceServer) DescribeWorkflowExecution(arg0 context.Context, arg1 *workflowservice.DescribeWorkflowExecutionRequest) (*workflowservice.DescribeWorkflowExecutionResponse, error) { m.ctrl.T.Helper() @@ -1464,18 +1409,3 @@ func (mr *MockWorkflowServiceServerMockRecorder) ListTaskListPartitions(arg0, ar mr.mock.ctrl.T.Helper() return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ListTaskListPartitions", reflect.TypeOf((*MockWorkflowServiceServer)(nil).ListTaskListPartitions), arg0, arg1) } - -// PollForWorkflowExecutionRawHistory mocks base method. -func (m *MockWorkflowServiceServer) PollForWorkflowExecutionRawHistory(arg0 context.Context, arg1 *workflowservice.PollForWorkflowExecutionRawHistoryRequest) (*workflowservice.PollForWorkflowExecutionRawHistoryResponse, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "PollForWorkflowExecutionRawHistory", arg0, arg1) - ret0, _ := ret[0].(*workflowservice.PollForWorkflowExecutionRawHistoryResponse) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// PollForWorkflowExecutionRawHistory indicates an expected call of PollForWorkflowExecutionRawHistory. -func (mr *MockWorkflowServiceServerMockRecorder) PollForWorkflowExecutionRawHistory(arg0, arg1 interface{}) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PollForWorkflowExecutionRawHistory", reflect.TypeOf((*MockWorkflowServiceServer)(nil).PollForWorkflowExecutionRawHistory), arg0, arg1) -}