history

package
v0.26.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 26, 2020 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthMessage        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowMessage          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupMessage = fmt.Errorf("proto: unexpected end of group")
)

Functions

This section is empty.

Types

type ActivityTaskCancelRequestedEventAttributes

type ActivityTaskCancelRequestedEventAttributes struct {
	ScheduledEventId             int64 `protobuf:"varint,1,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"`
	DecisionTaskCompletedEventId int64 `` /* 152-byte string literal not displayed */
}

func (*ActivityTaskCancelRequestedEventAttributes) Descriptor

func (*ActivityTaskCancelRequestedEventAttributes) Equal

func (this *ActivityTaskCancelRequestedEventAttributes) Equal(that interface{}) bool

func (*ActivityTaskCancelRequestedEventAttributes) GetDecisionTaskCompletedEventId

func (m *ActivityTaskCancelRequestedEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*ActivityTaskCancelRequestedEventAttributes) GetScheduledEventId

func (m *ActivityTaskCancelRequestedEventAttributes) GetScheduledEventId() int64

func (*ActivityTaskCancelRequestedEventAttributes) GoString

func (*ActivityTaskCancelRequestedEventAttributes) Marshal

func (m *ActivityTaskCancelRequestedEventAttributes) Marshal() (dAtA []byte, err error)

func (*ActivityTaskCancelRequestedEventAttributes) MarshalTo

func (m *ActivityTaskCancelRequestedEventAttributes) MarshalTo(dAtA []byte) (int, error)

func (*ActivityTaskCancelRequestedEventAttributes) MarshalToSizedBuffer

func (m *ActivityTaskCancelRequestedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ActivityTaskCancelRequestedEventAttributes) ProtoMessage

func (*ActivityTaskCancelRequestedEventAttributes) Reset

func (*ActivityTaskCancelRequestedEventAttributes) Size

func (*ActivityTaskCancelRequestedEventAttributes) String

func (*ActivityTaskCancelRequestedEventAttributes) Unmarshal

func (*ActivityTaskCancelRequestedEventAttributes) XXX_DiscardUnknown

func (m *ActivityTaskCancelRequestedEventAttributes) XXX_DiscardUnknown()

func (*ActivityTaskCancelRequestedEventAttributes) XXX_Marshal

func (m *ActivityTaskCancelRequestedEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ActivityTaskCancelRequestedEventAttributes) XXX_Merge

func (*ActivityTaskCancelRequestedEventAttributes) XXX_Size

func (*ActivityTaskCancelRequestedEventAttributes) XXX_Unmarshal

type ActivityTaskCanceledEventAttributes

type ActivityTaskCanceledEventAttributes struct {
	Details                      *v1.Payloads `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	LatestCancelRequestedEventId int64        `` /* 152-byte string literal not displayed */
	ScheduledEventId             int64        `protobuf:"varint,3,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"`
	StartedEventId               int64        `protobuf:"varint,4,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	Identity                     string       `protobuf:"bytes,5,opt,name=identity,proto3" json:"identity,omitempty"`
}

func (*ActivityTaskCanceledEventAttributes) Descriptor

func (*ActivityTaskCanceledEventAttributes) Descriptor() ([]byte, []int)

func (*ActivityTaskCanceledEventAttributes) Equal

func (this *ActivityTaskCanceledEventAttributes) Equal(that interface{}) bool

func (*ActivityTaskCanceledEventAttributes) GetDetails

func (*ActivityTaskCanceledEventAttributes) GetIdentity

func (*ActivityTaskCanceledEventAttributes) GetLatestCancelRequestedEventId

func (m *ActivityTaskCanceledEventAttributes) GetLatestCancelRequestedEventId() int64

func (*ActivityTaskCanceledEventAttributes) GetScheduledEventId

func (m *ActivityTaskCanceledEventAttributes) GetScheduledEventId() int64

func (*ActivityTaskCanceledEventAttributes) GetStartedEventId

func (m *ActivityTaskCanceledEventAttributes) GetStartedEventId() int64

func (*ActivityTaskCanceledEventAttributes) GoString

func (*ActivityTaskCanceledEventAttributes) Marshal

func (m *ActivityTaskCanceledEventAttributes) Marshal() (dAtA []byte, err error)

func (*ActivityTaskCanceledEventAttributes) MarshalTo

func (m *ActivityTaskCanceledEventAttributes) MarshalTo(dAtA []byte) (int, error)

func (*ActivityTaskCanceledEventAttributes) MarshalToSizedBuffer

func (m *ActivityTaskCanceledEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ActivityTaskCanceledEventAttributes) ProtoMessage

func (*ActivityTaskCanceledEventAttributes) ProtoMessage()

func (*ActivityTaskCanceledEventAttributes) Reset

func (*ActivityTaskCanceledEventAttributes) Size

func (*ActivityTaskCanceledEventAttributes) String

func (*ActivityTaskCanceledEventAttributes) Unmarshal

func (m *ActivityTaskCanceledEventAttributes) Unmarshal(dAtA []byte) error

func (*ActivityTaskCanceledEventAttributes) XXX_DiscardUnknown

func (m *ActivityTaskCanceledEventAttributes) XXX_DiscardUnknown()

func (*ActivityTaskCanceledEventAttributes) XXX_Marshal

func (m *ActivityTaskCanceledEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ActivityTaskCanceledEventAttributes) XXX_Merge

func (*ActivityTaskCanceledEventAttributes) XXX_Size

func (*ActivityTaskCanceledEventAttributes) XXX_Unmarshal

func (m *ActivityTaskCanceledEventAttributes) XXX_Unmarshal(b []byte) error

type ActivityTaskCompletedEventAttributes

type ActivityTaskCompletedEventAttributes struct {
	Result           *v1.Payloads `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	ScheduledEventId int64        `protobuf:"varint,2,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"`
	StartedEventId   int64        `protobuf:"varint,3,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	Identity         string       `protobuf:"bytes,4,opt,name=identity,proto3" json:"identity,omitempty"`
}

func (*ActivityTaskCompletedEventAttributes) Descriptor

func (*ActivityTaskCompletedEventAttributes) Descriptor() ([]byte, []int)

func (*ActivityTaskCompletedEventAttributes) Equal

func (this *ActivityTaskCompletedEventAttributes) Equal(that interface{}) bool

func (*ActivityTaskCompletedEventAttributes) GetIdentity

func (*ActivityTaskCompletedEventAttributes) GetResult

func (*ActivityTaskCompletedEventAttributes) GetScheduledEventId

func (m *ActivityTaskCompletedEventAttributes) GetScheduledEventId() int64

func (*ActivityTaskCompletedEventAttributes) GetStartedEventId

func (m *ActivityTaskCompletedEventAttributes) GetStartedEventId() int64

func (*ActivityTaskCompletedEventAttributes) GoString

func (*ActivityTaskCompletedEventAttributes) Marshal

func (m *ActivityTaskCompletedEventAttributes) Marshal() (dAtA []byte, err error)

func (*ActivityTaskCompletedEventAttributes) MarshalTo

func (m *ActivityTaskCompletedEventAttributes) MarshalTo(dAtA []byte) (int, error)

func (*ActivityTaskCompletedEventAttributes) MarshalToSizedBuffer

func (m *ActivityTaskCompletedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ActivityTaskCompletedEventAttributes) ProtoMessage

func (*ActivityTaskCompletedEventAttributes) ProtoMessage()

func (*ActivityTaskCompletedEventAttributes) Reset

func (*ActivityTaskCompletedEventAttributes) Size

func (*ActivityTaskCompletedEventAttributes) String

func (*ActivityTaskCompletedEventAttributes) Unmarshal

func (m *ActivityTaskCompletedEventAttributes) Unmarshal(dAtA []byte) error

func (*ActivityTaskCompletedEventAttributes) XXX_DiscardUnknown

func (m *ActivityTaskCompletedEventAttributes) XXX_DiscardUnknown()

func (*ActivityTaskCompletedEventAttributes) XXX_Marshal

func (m *ActivityTaskCompletedEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ActivityTaskCompletedEventAttributes) XXX_Merge

func (*ActivityTaskCompletedEventAttributes) XXX_Size

func (*ActivityTaskCompletedEventAttributes) XXX_Unmarshal

func (m *ActivityTaskCompletedEventAttributes) XXX_Unmarshal(b []byte) error

type ActivityTaskFailedEventAttributes

type ActivityTaskFailedEventAttributes struct {
	Failure          *v13.Failure    `protobuf:"bytes,1,opt,name=failure,proto3" json:"failure,omitempty"`
	ScheduledEventId int64           `protobuf:"varint,2,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"`
	StartedEventId   int64           `protobuf:"varint,3,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	Identity         string          `protobuf:"bytes,4,opt,name=identity,proto3" json:"identity,omitempty"`
	RetryStatus      v12.RetryStatus `` /* 130-byte string literal not displayed */
}

func (*ActivityTaskFailedEventAttributes) Descriptor

func (*ActivityTaskFailedEventAttributes) Descriptor() ([]byte, []int)

func (*ActivityTaskFailedEventAttributes) Equal

func (this *ActivityTaskFailedEventAttributes) Equal(that interface{}) bool

func (*ActivityTaskFailedEventAttributes) GetFailure

func (*ActivityTaskFailedEventAttributes) GetIdentity

func (m *ActivityTaskFailedEventAttributes) GetIdentity() string

func (*ActivityTaskFailedEventAttributes) GetRetryStatus

func (*ActivityTaskFailedEventAttributes) GetScheduledEventId

func (m *ActivityTaskFailedEventAttributes) GetScheduledEventId() int64

func (*ActivityTaskFailedEventAttributes) GetStartedEventId

func (m *ActivityTaskFailedEventAttributes) GetStartedEventId() int64

func (*ActivityTaskFailedEventAttributes) GoString

func (this *ActivityTaskFailedEventAttributes) GoString() string

func (*ActivityTaskFailedEventAttributes) Marshal

func (m *ActivityTaskFailedEventAttributes) Marshal() (dAtA []byte, err error)

func (*ActivityTaskFailedEventAttributes) MarshalTo

func (m *ActivityTaskFailedEventAttributes) MarshalTo(dAtA []byte) (int, error)

func (*ActivityTaskFailedEventAttributes) MarshalToSizedBuffer

func (m *ActivityTaskFailedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ActivityTaskFailedEventAttributes) ProtoMessage

func (*ActivityTaskFailedEventAttributes) ProtoMessage()

func (*ActivityTaskFailedEventAttributes) Reset

func (*ActivityTaskFailedEventAttributes) Size

func (m *ActivityTaskFailedEventAttributes) Size() (n int)

func (*ActivityTaskFailedEventAttributes) String

func (*ActivityTaskFailedEventAttributes) Unmarshal

func (m *ActivityTaskFailedEventAttributes) Unmarshal(dAtA []byte) error

func (*ActivityTaskFailedEventAttributes) XXX_DiscardUnknown

func (m *ActivityTaskFailedEventAttributes) XXX_DiscardUnknown()

func (*ActivityTaskFailedEventAttributes) XXX_Marshal

func (m *ActivityTaskFailedEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ActivityTaskFailedEventAttributes) XXX_Merge

func (*ActivityTaskFailedEventAttributes) XXX_Size

func (m *ActivityTaskFailedEventAttributes) XXX_Size() int

func (*ActivityTaskFailedEventAttributes) XXX_Unmarshal

func (m *ActivityTaskFailedEventAttributes) XXX_Unmarshal(b []byte) error

type ActivityTaskScheduledEventAttributes

type ActivityTaskScheduledEventAttributes struct {
	ActivityId   string           `protobuf:"bytes,1,opt,name=activity_id,json=activityId,proto3" json:"activity_id,omitempty"`
	ActivityType *v1.ActivityType `protobuf:"bytes,2,opt,name=activity_type,json=activityType,proto3" json:"activity_type,omitempty"`
	Namespace    string           `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	TaskQueue    *v11.TaskQueue   `protobuf:"bytes,4,opt,name=task_queue,json=taskQueue,proto3" json:"task_queue,omitempty"`
	Header       *v1.Header       `protobuf:"bytes,5,opt,name=header,proto3" json:"header,omitempty"`
	Input        *v1.Payloads     `protobuf:"bytes,6,opt,name=input,proto3" json:"input,omitempty"`
	// Indicates how long the caller is willing to wait for an activity completion.
	// Limits for how long retries are happening. Either this or start_to_close_timeout_seconds must be specified.
	ScheduleToCloseTimeoutSeconds int32 `` /* 155-byte string literal not displayed */
	// Limits time an activity task can stay in a task queue before a worker picks it up.
	// This timeout is always non retryable as all a retry would achieve is to put it back into the same queue.
	// Defaults to schedule_to_close_timeout_seconds or workflow execution timeout if not specified.
	ScheduleToStartTimeoutSeconds int32 `` /* 155-byte string literal not displayed */
	// Maximum time an activity is allowed to execute after a pick up by a worker.
	// This timeout is always retryable. Either this or schedule_to_close_timeout_seconds must be specified.
	StartToCloseTimeoutSeconds int32 `` /* 146-byte string literal not displayed */
	// Maximum time between successful worker heartbeats.
	HeartbeatTimeoutSeconds      int32 `` /* 134-byte string literal not displayed */
	DecisionTaskCompletedEventId int64 `` /* 153-byte string literal not displayed */
	// Activities are provided by a default retry policy controlled through the service dynamic configuration.
	// Retries are happening up to schedule_to_close_timeout.
	// To disable retries set retry_policy.maximum_attempts to 1.
	RetryPolicy *v1.RetryPolicy `protobuf:"bytes,12,opt,name=retry_policy,json=retryPolicy,proto3" json:"retry_policy,omitempty"`
}

func (*ActivityTaskScheduledEventAttributes) Descriptor

func (*ActivityTaskScheduledEventAttributes) Descriptor() ([]byte, []int)

func (*ActivityTaskScheduledEventAttributes) Equal

func (this *ActivityTaskScheduledEventAttributes) Equal(that interface{}) bool

func (*ActivityTaskScheduledEventAttributes) GetActivityId

func (m *ActivityTaskScheduledEventAttributes) GetActivityId() string

func (*ActivityTaskScheduledEventAttributes) GetActivityType

func (*ActivityTaskScheduledEventAttributes) GetDecisionTaskCompletedEventId

func (m *ActivityTaskScheduledEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*ActivityTaskScheduledEventAttributes) GetHeader

func (*ActivityTaskScheduledEventAttributes) GetHeartbeatTimeoutSeconds

func (m *ActivityTaskScheduledEventAttributes) GetHeartbeatTimeoutSeconds() int32

func (*ActivityTaskScheduledEventAttributes) GetInput

func (*ActivityTaskScheduledEventAttributes) GetNamespace

func (m *ActivityTaskScheduledEventAttributes) GetNamespace() string

func (*ActivityTaskScheduledEventAttributes) GetRetryPolicy

func (*ActivityTaskScheduledEventAttributes) GetScheduleToCloseTimeoutSeconds

func (m *ActivityTaskScheduledEventAttributes) GetScheduleToCloseTimeoutSeconds() int32

func (*ActivityTaskScheduledEventAttributes) GetScheduleToStartTimeoutSeconds

func (m *ActivityTaskScheduledEventAttributes) GetScheduleToStartTimeoutSeconds() int32

func (*ActivityTaskScheduledEventAttributes) GetStartToCloseTimeoutSeconds

func (m *ActivityTaskScheduledEventAttributes) GetStartToCloseTimeoutSeconds() int32

func (*ActivityTaskScheduledEventAttributes) GetTaskQueue added in v0.26.0

func (*ActivityTaskScheduledEventAttributes) GoString

func (*ActivityTaskScheduledEventAttributes) Marshal

func (m *ActivityTaskScheduledEventAttributes) Marshal() (dAtA []byte, err error)

func (*ActivityTaskScheduledEventAttributes) MarshalTo

func (m *ActivityTaskScheduledEventAttributes) MarshalTo(dAtA []byte) (int, error)

func (*ActivityTaskScheduledEventAttributes) MarshalToSizedBuffer

func (m *ActivityTaskScheduledEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ActivityTaskScheduledEventAttributes) ProtoMessage

func (*ActivityTaskScheduledEventAttributes) ProtoMessage()

func (*ActivityTaskScheduledEventAttributes) Reset

func (*ActivityTaskScheduledEventAttributes) Size

func (*ActivityTaskScheduledEventAttributes) String

func (*ActivityTaskScheduledEventAttributes) Unmarshal

func (m *ActivityTaskScheduledEventAttributes) Unmarshal(dAtA []byte) error

func (*ActivityTaskScheduledEventAttributes) XXX_DiscardUnknown

func (m *ActivityTaskScheduledEventAttributes) XXX_DiscardUnknown()

func (*ActivityTaskScheduledEventAttributes) XXX_Marshal

func (m *ActivityTaskScheduledEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ActivityTaskScheduledEventAttributes) XXX_Merge

func (*ActivityTaskScheduledEventAttributes) XXX_Size

func (*ActivityTaskScheduledEventAttributes) XXX_Unmarshal

func (m *ActivityTaskScheduledEventAttributes) XXX_Unmarshal(b []byte) error

type ActivityTaskStartedEventAttributes

type ActivityTaskStartedEventAttributes struct {
	ScheduledEventId int64        `protobuf:"varint,1,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"`
	Identity         string       `protobuf:"bytes,2,opt,name=identity,proto3" json:"identity,omitempty"`
	RequestId        string       `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Attempt          int32        `protobuf:"varint,4,opt,name=attempt,proto3" json:"attempt,omitempty"`
	LastFailure      *v13.Failure `protobuf:"bytes,5,opt,name=last_failure,json=lastFailure,proto3" json:"last_failure,omitempty"`
}

func (*ActivityTaskStartedEventAttributes) Descriptor

func (*ActivityTaskStartedEventAttributes) Descriptor() ([]byte, []int)

func (*ActivityTaskStartedEventAttributes) Equal

func (this *ActivityTaskStartedEventAttributes) Equal(that interface{}) bool

func (*ActivityTaskStartedEventAttributes) GetAttempt

func (m *ActivityTaskStartedEventAttributes) GetAttempt() int32

func (*ActivityTaskStartedEventAttributes) GetIdentity

func (m *ActivityTaskStartedEventAttributes) GetIdentity() string

func (*ActivityTaskStartedEventAttributes) GetLastFailure

func (m *ActivityTaskStartedEventAttributes) GetLastFailure() *v13.Failure

func (*ActivityTaskStartedEventAttributes) GetRequestId

func (m *ActivityTaskStartedEventAttributes) GetRequestId() string

func (*ActivityTaskStartedEventAttributes) GetScheduledEventId

func (m *ActivityTaskStartedEventAttributes) GetScheduledEventId() int64

func (*ActivityTaskStartedEventAttributes) GoString

func (this *ActivityTaskStartedEventAttributes) GoString() string

func (*ActivityTaskStartedEventAttributes) Marshal

func (m *ActivityTaskStartedEventAttributes) Marshal() (dAtA []byte, err error)

func (*ActivityTaskStartedEventAttributes) MarshalTo

func (m *ActivityTaskStartedEventAttributes) MarshalTo(dAtA []byte) (int, error)

func (*ActivityTaskStartedEventAttributes) MarshalToSizedBuffer

func (m *ActivityTaskStartedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ActivityTaskStartedEventAttributes) ProtoMessage

func (*ActivityTaskStartedEventAttributes) ProtoMessage()

func (*ActivityTaskStartedEventAttributes) Reset

func (*ActivityTaskStartedEventAttributes) Size

func (*ActivityTaskStartedEventAttributes) String

func (*ActivityTaskStartedEventAttributes) Unmarshal

func (m *ActivityTaskStartedEventAttributes) Unmarshal(dAtA []byte) error

func (*ActivityTaskStartedEventAttributes) XXX_DiscardUnknown

func (m *ActivityTaskStartedEventAttributes) XXX_DiscardUnknown()

func (*ActivityTaskStartedEventAttributes) XXX_Marshal

func (m *ActivityTaskStartedEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ActivityTaskStartedEventAttributes) XXX_Merge

func (*ActivityTaskStartedEventAttributes) XXX_Size

func (*ActivityTaskStartedEventAttributes) XXX_Unmarshal

func (m *ActivityTaskStartedEventAttributes) XXX_Unmarshal(b []byte) error

type ActivityTaskTimedOutEventAttributes

type ActivityTaskTimedOutEventAttributes struct {
	// For retry activity, it may have a failure before timeout. It is stored as `cause` in `failure`.
	Failure          *v13.Failure    `protobuf:"bytes,1,opt,name=failure,proto3" json:"failure,omitempty"`
	ScheduledEventId int64           `protobuf:"varint,2,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"`
	StartedEventId   int64           `protobuf:"varint,3,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	RetryStatus      v12.RetryStatus `` /* 130-byte string literal not displayed */
}

func (*ActivityTaskTimedOutEventAttributes) Descriptor

func (*ActivityTaskTimedOutEventAttributes) Descriptor() ([]byte, []int)

func (*ActivityTaskTimedOutEventAttributes) Equal

func (this *ActivityTaskTimedOutEventAttributes) Equal(that interface{}) bool

func (*ActivityTaskTimedOutEventAttributes) GetFailure

func (*ActivityTaskTimedOutEventAttributes) GetRetryStatus

func (*ActivityTaskTimedOutEventAttributes) GetScheduledEventId

func (m *ActivityTaskTimedOutEventAttributes) GetScheduledEventId() int64

func (*ActivityTaskTimedOutEventAttributes) GetStartedEventId

func (m *ActivityTaskTimedOutEventAttributes) GetStartedEventId() int64

func (*ActivityTaskTimedOutEventAttributes) GoString

func (*ActivityTaskTimedOutEventAttributes) Marshal

func (m *ActivityTaskTimedOutEventAttributes) Marshal() (dAtA []byte, err error)

func (*ActivityTaskTimedOutEventAttributes) MarshalTo

func (m *ActivityTaskTimedOutEventAttributes) MarshalTo(dAtA []byte) (int, error)

func (*ActivityTaskTimedOutEventAttributes) MarshalToSizedBuffer

func (m *ActivityTaskTimedOutEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ActivityTaskTimedOutEventAttributes) ProtoMessage

func (*ActivityTaskTimedOutEventAttributes) ProtoMessage()

func (*ActivityTaskTimedOutEventAttributes) Reset

func (*ActivityTaskTimedOutEventAttributes) Size

func (*ActivityTaskTimedOutEventAttributes) String

func (*ActivityTaskTimedOutEventAttributes) Unmarshal

func (m *ActivityTaskTimedOutEventAttributes) Unmarshal(dAtA []byte) error

func (*ActivityTaskTimedOutEventAttributes) XXX_DiscardUnknown

func (m *ActivityTaskTimedOutEventAttributes) XXX_DiscardUnknown()

func (*ActivityTaskTimedOutEventAttributes) XXX_Marshal

func (m *ActivityTaskTimedOutEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ActivityTaskTimedOutEventAttributes) XXX_Merge

func (*ActivityTaskTimedOutEventAttributes) XXX_Size

func (*ActivityTaskTimedOutEventAttributes) XXX_Unmarshal

func (m *ActivityTaskTimedOutEventAttributes) XXX_Unmarshal(b []byte) error

type CancelTimerFailedEventAttributes

type CancelTimerFailedEventAttributes struct {
	TimerId                      string `protobuf:"bytes,1,opt,name=timer_id,json=timerId,proto3" json:"timer_id,omitempty"`
	Cause                        string `protobuf:"bytes,2,opt,name=cause,proto3" json:"cause,omitempty"`
	DecisionTaskCompletedEventId int64  `` /* 152-byte string literal not displayed */
	Identity                     string `protobuf:"bytes,4,opt,name=identity,proto3" json:"identity,omitempty"`
}

func (*CancelTimerFailedEventAttributes) Descriptor

func (*CancelTimerFailedEventAttributes) Descriptor() ([]byte, []int)

func (*CancelTimerFailedEventAttributes) Equal

func (this *CancelTimerFailedEventAttributes) Equal(that interface{}) bool

func (*CancelTimerFailedEventAttributes) GetCause

func (*CancelTimerFailedEventAttributes) GetDecisionTaskCompletedEventId

func (m *CancelTimerFailedEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*CancelTimerFailedEventAttributes) GetIdentity

func (m *CancelTimerFailedEventAttributes) GetIdentity() string

func (*CancelTimerFailedEventAttributes) GetTimerId

func (m *CancelTimerFailedEventAttributes) GetTimerId() string

func (*CancelTimerFailedEventAttributes) GoString

func (this *CancelTimerFailedEventAttributes) GoString() string

func (*CancelTimerFailedEventAttributes) Marshal

func (m *CancelTimerFailedEventAttributes) Marshal() (dAtA []byte, err error)

func (*CancelTimerFailedEventAttributes) MarshalTo

func (m *CancelTimerFailedEventAttributes) MarshalTo(dAtA []byte) (int, error)

func (*CancelTimerFailedEventAttributes) MarshalToSizedBuffer

func (m *CancelTimerFailedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CancelTimerFailedEventAttributes) ProtoMessage

func (*CancelTimerFailedEventAttributes) ProtoMessage()

func (*CancelTimerFailedEventAttributes) Reset

func (*CancelTimerFailedEventAttributes) Size

func (m *CancelTimerFailedEventAttributes) Size() (n int)

func (*CancelTimerFailedEventAttributes) String

func (*CancelTimerFailedEventAttributes) Unmarshal

func (m *CancelTimerFailedEventAttributes) Unmarshal(dAtA []byte) error

func (*CancelTimerFailedEventAttributes) XXX_DiscardUnknown

func (m *CancelTimerFailedEventAttributes) XXX_DiscardUnknown()

func (*CancelTimerFailedEventAttributes) XXX_Marshal

func (m *CancelTimerFailedEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CancelTimerFailedEventAttributes) XXX_Merge

func (*CancelTimerFailedEventAttributes) XXX_Size

func (m *CancelTimerFailedEventAttributes) XXX_Size() int

func (*CancelTimerFailedEventAttributes) XXX_Unmarshal

func (m *CancelTimerFailedEventAttributes) XXX_Unmarshal(b []byte) error

type ChildWorkflowExecutionCanceledEventAttributes

type ChildWorkflowExecutionCanceledEventAttributes struct {
	Details           *v1.Payloads          `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Namespace         string                `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	WorkflowExecution *v1.WorkflowExecution `protobuf:"bytes,3,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	WorkflowType      *v1.WorkflowType      `protobuf:"bytes,4,opt,name=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"`
	InitiatedEventId  int64                 `protobuf:"varint,5,opt,name=initiated_event_id,json=initiatedEventId,proto3" json:"initiated_event_id,omitempty"`
	StartedEventId    int64                 `protobuf:"varint,6,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
}

func (*ChildWorkflowExecutionCanceledEventAttributes) Descriptor

func (*ChildWorkflowExecutionCanceledEventAttributes) Equal

func (this *ChildWorkflowExecutionCanceledEventAttributes) Equal(that interface{}) bool

func (*ChildWorkflowExecutionCanceledEventAttributes) GetDetails

func (*ChildWorkflowExecutionCanceledEventAttributes) GetInitiatedEventId

func (m *ChildWorkflowExecutionCanceledEventAttributes) GetInitiatedEventId() int64

func (*ChildWorkflowExecutionCanceledEventAttributes) GetNamespace

func (*ChildWorkflowExecutionCanceledEventAttributes) GetStartedEventId

func (*ChildWorkflowExecutionCanceledEventAttributes) GetWorkflowExecution

func (*ChildWorkflowExecutionCanceledEventAttributes) GetWorkflowType

func (*ChildWorkflowExecutionCanceledEventAttributes) GoString

func (*ChildWorkflowExecutionCanceledEventAttributes) Marshal

func (m *ChildWorkflowExecutionCanceledEventAttributes) Marshal() (dAtA []byte, err error)

func (*ChildWorkflowExecutionCanceledEventAttributes) MarshalTo

func (*ChildWorkflowExecutionCanceledEventAttributes) MarshalToSizedBuffer

func (m *ChildWorkflowExecutionCanceledEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ChildWorkflowExecutionCanceledEventAttributes) ProtoMessage

func (*ChildWorkflowExecutionCanceledEventAttributes) Reset

func (*ChildWorkflowExecutionCanceledEventAttributes) Size

func (*ChildWorkflowExecutionCanceledEventAttributes) String

func (*ChildWorkflowExecutionCanceledEventAttributes) Unmarshal

func (*ChildWorkflowExecutionCanceledEventAttributes) XXX_DiscardUnknown

func (m *ChildWorkflowExecutionCanceledEventAttributes) XXX_DiscardUnknown()

func (*ChildWorkflowExecutionCanceledEventAttributes) XXX_Marshal

func (m *ChildWorkflowExecutionCanceledEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChildWorkflowExecutionCanceledEventAttributes) XXX_Merge

func (*ChildWorkflowExecutionCanceledEventAttributes) XXX_Size

func (*ChildWorkflowExecutionCanceledEventAttributes) XXX_Unmarshal

type ChildWorkflowExecutionCompletedEventAttributes

type ChildWorkflowExecutionCompletedEventAttributes struct {
	Result            *v1.Payloads          `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	Namespace         string                `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	WorkflowExecution *v1.WorkflowExecution `protobuf:"bytes,3,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	WorkflowType      *v1.WorkflowType      `protobuf:"bytes,4,opt,name=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"`
	InitiatedEventId  int64                 `protobuf:"varint,5,opt,name=initiated_event_id,json=initiatedEventId,proto3" json:"initiated_event_id,omitempty"`
	StartedEventId    int64                 `protobuf:"varint,6,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
}

func (*ChildWorkflowExecutionCompletedEventAttributes) Descriptor

func (*ChildWorkflowExecutionCompletedEventAttributes) Equal

func (this *ChildWorkflowExecutionCompletedEventAttributes) Equal(that interface{}) bool

func (*ChildWorkflowExecutionCompletedEventAttributes) GetInitiatedEventId

func (m *ChildWorkflowExecutionCompletedEventAttributes) GetInitiatedEventId() int64

func (*ChildWorkflowExecutionCompletedEventAttributes) GetNamespace

func (*ChildWorkflowExecutionCompletedEventAttributes) GetResult

func (*ChildWorkflowExecutionCompletedEventAttributes) GetStartedEventId

func (*ChildWorkflowExecutionCompletedEventAttributes) GetWorkflowExecution

func (*ChildWorkflowExecutionCompletedEventAttributes) GetWorkflowType

func (*ChildWorkflowExecutionCompletedEventAttributes) GoString

func (*ChildWorkflowExecutionCompletedEventAttributes) Marshal

func (m *ChildWorkflowExecutionCompletedEventAttributes) Marshal() (dAtA []byte, err error)

func (*ChildWorkflowExecutionCompletedEventAttributes) MarshalTo

func (*ChildWorkflowExecutionCompletedEventAttributes) MarshalToSizedBuffer

func (m *ChildWorkflowExecutionCompletedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ChildWorkflowExecutionCompletedEventAttributes) ProtoMessage

func (*ChildWorkflowExecutionCompletedEventAttributes) Reset

func (*ChildWorkflowExecutionCompletedEventAttributes) Size

func (*ChildWorkflowExecutionCompletedEventAttributes) String

func (*ChildWorkflowExecutionCompletedEventAttributes) Unmarshal

func (*ChildWorkflowExecutionCompletedEventAttributes) XXX_DiscardUnknown

func (m *ChildWorkflowExecutionCompletedEventAttributes) XXX_DiscardUnknown()

func (*ChildWorkflowExecutionCompletedEventAttributes) XXX_Marshal

func (m *ChildWorkflowExecutionCompletedEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChildWorkflowExecutionCompletedEventAttributes) XXX_Merge

func (*ChildWorkflowExecutionCompletedEventAttributes) XXX_Size

func (*ChildWorkflowExecutionCompletedEventAttributes) XXX_Unmarshal

type ChildWorkflowExecutionFailedEventAttributes

type ChildWorkflowExecutionFailedEventAttributes struct {
	Failure           *v13.Failure          `protobuf:"bytes,1,opt,name=failure,proto3" json:"failure,omitempty"`
	Namespace         string                `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	WorkflowExecution *v1.WorkflowExecution `protobuf:"bytes,3,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	WorkflowType      *v1.WorkflowType      `protobuf:"bytes,4,opt,name=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"`
	InitiatedEventId  int64                 `protobuf:"varint,5,opt,name=initiated_event_id,json=initiatedEventId,proto3" json:"initiated_event_id,omitempty"`
	StartedEventId    int64                 `protobuf:"varint,6,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	RetryStatus       v12.RetryStatus       `` /* 130-byte string literal not displayed */
}

func (*ChildWorkflowExecutionFailedEventAttributes) Descriptor

func (*ChildWorkflowExecutionFailedEventAttributes) Equal

func (this *ChildWorkflowExecutionFailedEventAttributes) Equal(that interface{}) bool

func (*ChildWorkflowExecutionFailedEventAttributes) GetFailure

func (*ChildWorkflowExecutionFailedEventAttributes) GetInitiatedEventId

func (m *ChildWorkflowExecutionFailedEventAttributes) GetInitiatedEventId() int64

func (*ChildWorkflowExecutionFailedEventAttributes) GetNamespace

func (*ChildWorkflowExecutionFailedEventAttributes) GetRetryStatus

func (*ChildWorkflowExecutionFailedEventAttributes) GetStartedEventId

func (m *ChildWorkflowExecutionFailedEventAttributes) GetStartedEventId() int64

func (*ChildWorkflowExecutionFailedEventAttributes) GetWorkflowExecution

func (*ChildWorkflowExecutionFailedEventAttributes) GetWorkflowType

func (*ChildWorkflowExecutionFailedEventAttributes) GoString

func (*ChildWorkflowExecutionFailedEventAttributes) Marshal

func (m *ChildWorkflowExecutionFailedEventAttributes) Marshal() (dAtA []byte, err error)

func (*ChildWorkflowExecutionFailedEventAttributes) MarshalTo

func (*ChildWorkflowExecutionFailedEventAttributes) MarshalToSizedBuffer

func (m *ChildWorkflowExecutionFailedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ChildWorkflowExecutionFailedEventAttributes) ProtoMessage

func (*ChildWorkflowExecutionFailedEventAttributes) Reset

func (*ChildWorkflowExecutionFailedEventAttributes) Size

func (*ChildWorkflowExecutionFailedEventAttributes) String

func (*ChildWorkflowExecutionFailedEventAttributes) Unmarshal

func (*ChildWorkflowExecutionFailedEventAttributes) XXX_DiscardUnknown

func (m *ChildWorkflowExecutionFailedEventAttributes) XXX_DiscardUnknown()

func (*ChildWorkflowExecutionFailedEventAttributes) XXX_Marshal

func (m *ChildWorkflowExecutionFailedEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChildWorkflowExecutionFailedEventAttributes) XXX_Merge

func (*ChildWorkflowExecutionFailedEventAttributes) XXX_Size

func (*ChildWorkflowExecutionFailedEventAttributes) XXX_Unmarshal

type ChildWorkflowExecutionStartedEventAttributes

type ChildWorkflowExecutionStartedEventAttributes struct {
	Namespace         string                `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	InitiatedEventId  int64                 `protobuf:"varint,2,opt,name=initiated_event_id,json=initiatedEventId,proto3" json:"initiated_event_id,omitempty"`
	WorkflowExecution *v1.WorkflowExecution `protobuf:"bytes,3,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	WorkflowType      *v1.WorkflowType      `protobuf:"bytes,4,opt,name=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"`
	Header            *v1.Header            `protobuf:"bytes,5,opt,name=header,proto3" json:"header,omitempty"`
}

func (*ChildWorkflowExecutionStartedEventAttributes) Descriptor

func (*ChildWorkflowExecutionStartedEventAttributes) Equal

func (this *ChildWorkflowExecutionStartedEventAttributes) Equal(that interface{}) bool

func (*ChildWorkflowExecutionStartedEventAttributes) GetHeader

func (*ChildWorkflowExecutionStartedEventAttributes) GetInitiatedEventId

func (m *ChildWorkflowExecutionStartedEventAttributes) GetInitiatedEventId() int64

func (*ChildWorkflowExecutionStartedEventAttributes) GetNamespace

func (*ChildWorkflowExecutionStartedEventAttributes) GetWorkflowExecution

func (*ChildWorkflowExecutionStartedEventAttributes) GetWorkflowType

func (*ChildWorkflowExecutionStartedEventAttributes) GoString

func (*ChildWorkflowExecutionStartedEventAttributes) Marshal

func (m *ChildWorkflowExecutionStartedEventAttributes) Marshal() (dAtA []byte, err error)

func (*ChildWorkflowExecutionStartedEventAttributes) MarshalTo

func (*ChildWorkflowExecutionStartedEventAttributes) MarshalToSizedBuffer

func (m *ChildWorkflowExecutionStartedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ChildWorkflowExecutionStartedEventAttributes) ProtoMessage

func (*ChildWorkflowExecutionStartedEventAttributes) Reset

func (*ChildWorkflowExecutionStartedEventAttributes) Size

func (*ChildWorkflowExecutionStartedEventAttributes) String

func (*ChildWorkflowExecutionStartedEventAttributes) Unmarshal

func (*ChildWorkflowExecutionStartedEventAttributes) XXX_DiscardUnknown

func (m *ChildWorkflowExecutionStartedEventAttributes) XXX_DiscardUnknown()

func (*ChildWorkflowExecutionStartedEventAttributes) XXX_Marshal

func (m *ChildWorkflowExecutionStartedEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChildWorkflowExecutionStartedEventAttributes) XXX_Merge

func (*ChildWorkflowExecutionStartedEventAttributes) XXX_Size

func (*ChildWorkflowExecutionStartedEventAttributes) XXX_Unmarshal

type ChildWorkflowExecutionTerminatedEventAttributes

type ChildWorkflowExecutionTerminatedEventAttributes struct {
	Namespace         string                `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	WorkflowExecution *v1.WorkflowExecution `protobuf:"bytes,2,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	WorkflowType      *v1.WorkflowType      `protobuf:"bytes,3,opt,name=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"`
	InitiatedEventId  int64                 `protobuf:"varint,4,opt,name=initiated_event_id,json=initiatedEventId,proto3" json:"initiated_event_id,omitempty"`
	StartedEventId    int64                 `protobuf:"varint,5,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
}

func (*ChildWorkflowExecutionTerminatedEventAttributes) Descriptor

func (*ChildWorkflowExecutionTerminatedEventAttributes) Equal

func (this *ChildWorkflowExecutionTerminatedEventAttributes) Equal(that interface{}) bool

func (*ChildWorkflowExecutionTerminatedEventAttributes) GetInitiatedEventId

func (m *ChildWorkflowExecutionTerminatedEventAttributes) GetInitiatedEventId() int64

func (*ChildWorkflowExecutionTerminatedEventAttributes) GetNamespace

func (*ChildWorkflowExecutionTerminatedEventAttributes) GetStartedEventId

func (*ChildWorkflowExecutionTerminatedEventAttributes) GetWorkflowExecution

func (*ChildWorkflowExecutionTerminatedEventAttributes) GetWorkflowType

func (*ChildWorkflowExecutionTerminatedEventAttributes) GoString

func (*ChildWorkflowExecutionTerminatedEventAttributes) Marshal

func (m *ChildWorkflowExecutionTerminatedEventAttributes) Marshal() (dAtA []byte, err error)

func (*ChildWorkflowExecutionTerminatedEventAttributes) MarshalTo

func (*ChildWorkflowExecutionTerminatedEventAttributes) MarshalToSizedBuffer

func (m *ChildWorkflowExecutionTerminatedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ChildWorkflowExecutionTerminatedEventAttributes) ProtoMessage

func (*ChildWorkflowExecutionTerminatedEventAttributes) Reset

func (*ChildWorkflowExecutionTerminatedEventAttributes) Size

func (*ChildWorkflowExecutionTerminatedEventAttributes) String

func (*ChildWorkflowExecutionTerminatedEventAttributes) Unmarshal

func (*ChildWorkflowExecutionTerminatedEventAttributes) XXX_DiscardUnknown

func (m *ChildWorkflowExecutionTerminatedEventAttributes) XXX_DiscardUnknown()

func (*ChildWorkflowExecutionTerminatedEventAttributes) XXX_Marshal

func (m *ChildWorkflowExecutionTerminatedEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChildWorkflowExecutionTerminatedEventAttributes) XXX_Merge

func (*ChildWorkflowExecutionTerminatedEventAttributes) XXX_Size

func (*ChildWorkflowExecutionTerminatedEventAttributes) XXX_Unmarshal

type ChildWorkflowExecutionTimedOutEventAttributes

type ChildWorkflowExecutionTimedOutEventAttributes struct {
	Namespace         string                `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	WorkflowExecution *v1.WorkflowExecution `protobuf:"bytes,2,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	WorkflowType      *v1.WorkflowType      `protobuf:"bytes,3,opt,name=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"`
	InitiatedEventId  int64                 `protobuf:"varint,4,opt,name=initiated_event_id,json=initiatedEventId,proto3" json:"initiated_event_id,omitempty"`
	StartedEventId    int64                 `protobuf:"varint,5,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	RetryStatus       v12.RetryStatus       `` /* 130-byte string literal not displayed */
}

func (*ChildWorkflowExecutionTimedOutEventAttributes) Descriptor

func (*ChildWorkflowExecutionTimedOutEventAttributes) Equal

func (this *ChildWorkflowExecutionTimedOutEventAttributes) Equal(that interface{}) bool

func (*ChildWorkflowExecutionTimedOutEventAttributes) GetInitiatedEventId

func (m *ChildWorkflowExecutionTimedOutEventAttributes) GetInitiatedEventId() int64

func (*ChildWorkflowExecutionTimedOutEventAttributes) GetNamespace

func (*ChildWorkflowExecutionTimedOutEventAttributes) GetRetryStatus

func (*ChildWorkflowExecutionTimedOutEventAttributes) GetStartedEventId

func (*ChildWorkflowExecutionTimedOutEventAttributes) GetWorkflowExecution

func (*ChildWorkflowExecutionTimedOutEventAttributes) GetWorkflowType

func (*ChildWorkflowExecutionTimedOutEventAttributes) GoString

func (*ChildWorkflowExecutionTimedOutEventAttributes) Marshal

func (m *ChildWorkflowExecutionTimedOutEventAttributes) Marshal() (dAtA []byte, err error)

func (*ChildWorkflowExecutionTimedOutEventAttributes) MarshalTo

func (*ChildWorkflowExecutionTimedOutEventAttributes) MarshalToSizedBuffer

func (m *ChildWorkflowExecutionTimedOutEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ChildWorkflowExecutionTimedOutEventAttributes) ProtoMessage

func (*ChildWorkflowExecutionTimedOutEventAttributes) Reset

func (*ChildWorkflowExecutionTimedOutEventAttributes) Size

func (*ChildWorkflowExecutionTimedOutEventAttributes) String

func (*ChildWorkflowExecutionTimedOutEventAttributes) Unmarshal

func (*ChildWorkflowExecutionTimedOutEventAttributes) XXX_DiscardUnknown

func (m *ChildWorkflowExecutionTimedOutEventAttributes) XXX_DiscardUnknown()

func (*ChildWorkflowExecutionTimedOutEventAttributes) XXX_Marshal

func (m *ChildWorkflowExecutionTimedOutEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChildWorkflowExecutionTimedOutEventAttributes) XXX_Merge

func (*ChildWorkflowExecutionTimedOutEventAttributes) XXX_Size

func (*ChildWorkflowExecutionTimedOutEventAttributes) XXX_Unmarshal

type DecisionTaskCompletedEventAttributes

type DecisionTaskCompletedEventAttributes struct {
	ScheduledEventId int64  `protobuf:"varint,1,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"`
	StartedEventId   int64  `protobuf:"varint,2,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	Identity         string `protobuf:"bytes,3,opt,name=identity,proto3" json:"identity,omitempty"`
	BinaryChecksum   string `protobuf:"bytes,4,opt,name=binary_checksum,json=binaryChecksum,proto3" json:"binary_checksum,omitempty"`
}

func (*DecisionTaskCompletedEventAttributes) Descriptor

func (*DecisionTaskCompletedEventAttributes) Descriptor() ([]byte, []int)

func (*DecisionTaskCompletedEventAttributes) Equal

func (this *DecisionTaskCompletedEventAttributes) Equal(that interface{}) bool

func (*DecisionTaskCompletedEventAttributes) GetBinaryChecksum

func (m *DecisionTaskCompletedEventAttributes) GetBinaryChecksum() string

func (*DecisionTaskCompletedEventAttributes) GetIdentity

func (*DecisionTaskCompletedEventAttributes) GetScheduledEventId

func (m *DecisionTaskCompletedEventAttributes) GetScheduledEventId() int64

func (*DecisionTaskCompletedEventAttributes) GetStartedEventId

func (m *DecisionTaskCompletedEventAttributes) GetStartedEventId() int64

func (*DecisionTaskCompletedEventAttributes) GoString

func (*DecisionTaskCompletedEventAttributes) Marshal

func (m *DecisionTaskCompletedEventAttributes) Marshal() (dAtA []byte, err error)

func (*DecisionTaskCompletedEventAttributes) MarshalTo

func (m *DecisionTaskCompletedEventAttributes) MarshalTo(dAtA []byte) (int, error)

func (*DecisionTaskCompletedEventAttributes) MarshalToSizedBuffer

func (m *DecisionTaskCompletedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DecisionTaskCompletedEventAttributes) ProtoMessage

func (*DecisionTaskCompletedEventAttributes) ProtoMessage()

func (*DecisionTaskCompletedEventAttributes) Reset

func (*DecisionTaskCompletedEventAttributes) Size

func (*DecisionTaskCompletedEventAttributes) String

func (*DecisionTaskCompletedEventAttributes) Unmarshal

func (m *DecisionTaskCompletedEventAttributes) Unmarshal(dAtA []byte) error

func (*DecisionTaskCompletedEventAttributes) XXX_DiscardUnknown

func (m *DecisionTaskCompletedEventAttributes) XXX_DiscardUnknown()

func (*DecisionTaskCompletedEventAttributes) XXX_Marshal

func (m *DecisionTaskCompletedEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DecisionTaskCompletedEventAttributes) XXX_Merge

func (*DecisionTaskCompletedEventAttributes) XXX_Size

func (*DecisionTaskCompletedEventAttributes) XXX_Unmarshal

func (m *DecisionTaskCompletedEventAttributes) XXX_Unmarshal(b []byte) error

type DecisionTaskFailedEventAttributes

type DecisionTaskFailedEventAttributes struct {
	ScheduledEventId int64                       `protobuf:"varint,1,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"`
	StartedEventId   int64                       `protobuf:"varint,2,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	Cause            v12.DecisionTaskFailedCause `protobuf:"varint,3,opt,name=cause,proto3,enum=temporal.enums.v1.DecisionTaskFailedCause" json:"cause,omitempty"`
	Failure          *v13.Failure                `protobuf:"bytes,4,opt,name=failure,proto3" json:"failure,omitempty"`
	Identity         string                      `protobuf:"bytes,5,opt,name=identity,proto3" json:"identity,omitempty"`
	// For reset workflow.
	BaseRunId        string `protobuf:"bytes,6,opt,name=base_run_id,json=baseRunId,proto3" json:"base_run_id,omitempty"`
	NewRunId         string `protobuf:"bytes,7,opt,name=new_run_id,json=newRunId,proto3" json:"new_run_id,omitempty"`
	ForkEventVersion int64  `protobuf:"varint,8,opt,name=fork_event_version,json=forkEventVersion,proto3" json:"fork_event_version,omitempty"`
	BinaryChecksum   string `protobuf:"bytes,9,opt,name=binary_checksum,json=binaryChecksum,proto3" json:"binary_checksum,omitempty"`
}

func (*DecisionTaskFailedEventAttributes) Descriptor

func (*DecisionTaskFailedEventAttributes) Descriptor() ([]byte, []int)

func (*DecisionTaskFailedEventAttributes) Equal

func (this *DecisionTaskFailedEventAttributes) Equal(that interface{}) bool

func (*DecisionTaskFailedEventAttributes) GetBaseRunId

func (m *DecisionTaskFailedEventAttributes) GetBaseRunId() string

func (*DecisionTaskFailedEventAttributes) GetBinaryChecksum

func (m *DecisionTaskFailedEventAttributes) GetBinaryChecksum() string

func (*DecisionTaskFailedEventAttributes) GetCause

func (*DecisionTaskFailedEventAttributes) GetFailure

func (*DecisionTaskFailedEventAttributes) GetForkEventVersion

func (m *DecisionTaskFailedEventAttributes) GetForkEventVersion() int64

func (*DecisionTaskFailedEventAttributes) GetIdentity

func (m *DecisionTaskFailedEventAttributes) GetIdentity() string

func (*DecisionTaskFailedEventAttributes) GetNewRunId

func (m *DecisionTaskFailedEventAttributes) GetNewRunId() string

func (*DecisionTaskFailedEventAttributes) GetScheduledEventId

func (m *DecisionTaskFailedEventAttributes) GetScheduledEventId() int64

func (*DecisionTaskFailedEventAttributes) GetStartedEventId

func (m *DecisionTaskFailedEventAttributes) GetStartedEventId() int64

func (*DecisionTaskFailedEventAttributes) GoString

func (this *DecisionTaskFailedEventAttributes) GoString() string

func (*DecisionTaskFailedEventAttributes) Marshal

func (m *DecisionTaskFailedEventAttributes) Marshal() (dAtA []byte, err error)

func (*DecisionTaskFailedEventAttributes) MarshalTo

func (m *DecisionTaskFailedEventAttributes) MarshalTo(dAtA []byte) (int, error)

func (*DecisionTaskFailedEventAttributes) MarshalToSizedBuffer

func (m *DecisionTaskFailedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DecisionTaskFailedEventAttributes) ProtoMessage

func (*DecisionTaskFailedEventAttributes) ProtoMessage()

func (*DecisionTaskFailedEventAttributes) Reset

func (*DecisionTaskFailedEventAttributes) Size

func (m *DecisionTaskFailedEventAttributes) Size() (n int)

func (*DecisionTaskFailedEventAttributes) String

func (*DecisionTaskFailedEventAttributes) Unmarshal

func (m *DecisionTaskFailedEventAttributes) Unmarshal(dAtA []byte) error

func (*DecisionTaskFailedEventAttributes) XXX_DiscardUnknown

func (m *DecisionTaskFailedEventAttributes) XXX_DiscardUnknown()

func (*DecisionTaskFailedEventAttributes) XXX_Marshal

func (m *DecisionTaskFailedEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DecisionTaskFailedEventAttributes) XXX_Merge

func (*DecisionTaskFailedEventAttributes) XXX_Size

func (m *DecisionTaskFailedEventAttributes) XXX_Size() int

func (*DecisionTaskFailedEventAttributes) XXX_Unmarshal

func (m *DecisionTaskFailedEventAttributes) XXX_Unmarshal(b []byte) error

type DecisionTaskScheduledEventAttributes

type DecisionTaskScheduledEventAttributes struct {
	TaskQueue                  *v11.TaskQueue `protobuf:"bytes,1,opt,name=task_queue,json=taskQueue,proto3" json:"task_queue,omitempty"`
	StartToCloseTimeoutSeconds int32          `` /* 146-byte string literal not displayed */
	Attempt                    int64          `protobuf:"varint,3,opt,name=attempt,proto3" json:"attempt,omitempty"`
}

func (*DecisionTaskScheduledEventAttributes) Descriptor

func (*DecisionTaskScheduledEventAttributes) Descriptor() ([]byte, []int)

func (*DecisionTaskScheduledEventAttributes) Equal

func (this *DecisionTaskScheduledEventAttributes) Equal(that interface{}) bool

func (*DecisionTaskScheduledEventAttributes) GetAttempt

func (*DecisionTaskScheduledEventAttributes) GetStartToCloseTimeoutSeconds

func (m *DecisionTaskScheduledEventAttributes) GetStartToCloseTimeoutSeconds() int32

func (*DecisionTaskScheduledEventAttributes) GetTaskQueue added in v0.26.0

func (*DecisionTaskScheduledEventAttributes) GoString

func (*DecisionTaskScheduledEventAttributes) Marshal

func (m *DecisionTaskScheduledEventAttributes) Marshal() (dAtA []byte, err error)

func (*DecisionTaskScheduledEventAttributes) MarshalTo

func (m *DecisionTaskScheduledEventAttributes) MarshalTo(dAtA []byte) (int, error)

func (*DecisionTaskScheduledEventAttributes) MarshalToSizedBuffer

func (m *DecisionTaskScheduledEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DecisionTaskScheduledEventAttributes) ProtoMessage

func (*DecisionTaskScheduledEventAttributes) ProtoMessage()

func (*DecisionTaskScheduledEventAttributes) Reset

func (*DecisionTaskScheduledEventAttributes) Size

func (*DecisionTaskScheduledEventAttributes) String

func (*DecisionTaskScheduledEventAttributes) Unmarshal

func (m *DecisionTaskScheduledEventAttributes) Unmarshal(dAtA []byte) error

func (*DecisionTaskScheduledEventAttributes) XXX_DiscardUnknown

func (m *DecisionTaskScheduledEventAttributes) XXX_DiscardUnknown()

func (*DecisionTaskScheduledEventAttributes) XXX_Marshal

func (m *DecisionTaskScheduledEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DecisionTaskScheduledEventAttributes) XXX_Merge

func (*DecisionTaskScheduledEventAttributes) XXX_Size

func (*DecisionTaskScheduledEventAttributes) XXX_Unmarshal

func (m *DecisionTaskScheduledEventAttributes) XXX_Unmarshal(b []byte) error

type DecisionTaskStartedEventAttributes

type DecisionTaskStartedEventAttributes struct {
	ScheduledEventId int64  `protobuf:"varint,1,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"`
	Identity         string `protobuf:"bytes,2,opt,name=identity,proto3" json:"identity,omitempty"`
	RequestId        string `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
}

func (*DecisionTaskStartedEventAttributes) Descriptor

func (*DecisionTaskStartedEventAttributes) Descriptor() ([]byte, []int)

func (*DecisionTaskStartedEventAttributes) Equal

func (this *DecisionTaskStartedEventAttributes) Equal(that interface{}) bool

func (*DecisionTaskStartedEventAttributes) GetIdentity

func (m *DecisionTaskStartedEventAttributes) GetIdentity() string

func (*DecisionTaskStartedEventAttributes) GetRequestId

func (m *DecisionTaskStartedEventAttributes) GetRequestId() string

func (*DecisionTaskStartedEventAttributes) GetScheduledEventId

func (m *DecisionTaskStartedEventAttributes) GetScheduledEventId() int64

func (*DecisionTaskStartedEventAttributes) GoString

func (this *DecisionTaskStartedEventAttributes) GoString() string

func (*DecisionTaskStartedEventAttributes) Marshal

func (m *DecisionTaskStartedEventAttributes) Marshal() (dAtA []byte, err error)

func (*DecisionTaskStartedEventAttributes) MarshalTo

func (m *DecisionTaskStartedEventAttributes) MarshalTo(dAtA []byte) (int, error)

func (*DecisionTaskStartedEventAttributes) MarshalToSizedBuffer

func (m *DecisionTaskStartedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DecisionTaskStartedEventAttributes) ProtoMessage

func (*DecisionTaskStartedEventAttributes) ProtoMessage()

func (*DecisionTaskStartedEventAttributes) Reset

func (*DecisionTaskStartedEventAttributes) Size

func (*DecisionTaskStartedEventAttributes) String

func (*DecisionTaskStartedEventAttributes) Unmarshal

func (m *DecisionTaskStartedEventAttributes) Unmarshal(dAtA []byte) error

func (*DecisionTaskStartedEventAttributes) XXX_DiscardUnknown

func (m *DecisionTaskStartedEventAttributes) XXX_DiscardUnknown()

func (*DecisionTaskStartedEventAttributes) XXX_Marshal

func (m *DecisionTaskStartedEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DecisionTaskStartedEventAttributes) XXX_Merge

func (*DecisionTaskStartedEventAttributes) XXX_Size

func (*DecisionTaskStartedEventAttributes) XXX_Unmarshal

func (m *DecisionTaskStartedEventAttributes) XXX_Unmarshal(b []byte) error

type DecisionTaskTimedOutEventAttributes

type DecisionTaskTimedOutEventAttributes struct {
	ScheduledEventId int64           `protobuf:"varint,1,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"`
	StartedEventId   int64           `protobuf:"varint,2,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	TimeoutType      v12.TimeoutType `` /* 130-byte string literal not displayed */
}

func (*DecisionTaskTimedOutEventAttributes) Descriptor

func (*DecisionTaskTimedOutEventAttributes) Descriptor() ([]byte, []int)

func (*DecisionTaskTimedOutEventAttributes) Equal

func (this *DecisionTaskTimedOutEventAttributes) Equal(that interface{}) bool

func (*DecisionTaskTimedOutEventAttributes) GetScheduledEventId

func (m *DecisionTaskTimedOutEventAttributes) GetScheduledEventId() int64

func (*DecisionTaskTimedOutEventAttributes) GetStartedEventId

func (m *DecisionTaskTimedOutEventAttributes) GetStartedEventId() int64

func (*DecisionTaskTimedOutEventAttributes) GetTimeoutType

func (*DecisionTaskTimedOutEventAttributes) GoString

func (*DecisionTaskTimedOutEventAttributes) Marshal

func (m *DecisionTaskTimedOutEventAttributes) Marshal() (dAtA []byte, err error)

func (*DecisionTaskTimedOutEventAttributes) MarshalTo

func (m *DecisionTaskTimedOutEventAttributes) MarshalTo(dAtA []byte) (int, error)

func (*DecisionTaskTimedOutEventAttributes) MarshalToSizedBuffer

func (m *DecisionTaskTimedOutEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DecisionTaskTimedOutEventAttributes) ProtoMessage

func (*DecisionTaskTimedOutEventAttributes) ProtoMessage()

func (*DecisionTaskTimedOutEventAttributes) Reset

func (*DecisionTaskTimedOutEventAttributes) Size

func (*DecisionTaskTimedOutEventAttributes) String

func (*DecisionTaskTimedOutEventAttributes) Unmarshal

func (m *DecisionTaskTimedOutEventAttributes) Unmarshal(dAtA []byte) error

func (*DecisionTaskTimedOutEventAttributes) XXX_DiscardUnknown

func (m *DecisionTaskTimedOutEventAttributes) XXX_DiscardUnknown()

func (*DecisionTaskTimedOutEventAttributes) XXX_Marshal

func (m *DecisionTaskTimedOutEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DecisionTaskTimedOutEventAttributes) XXX_Merge

func (*DecisionTaskTimedOutEventAttributes) XXX_Size

func (*DecisionTaskTimedOutEventAttributes) XXX_Unmarshal

func (m *DecisionTaskTimedOutEventAttributes) XXX_Unmarshal(b []byte) error

type ExternalWorkflowExecutionCancelRequestedEventAttributes

type ExternalWorkflowExecutionCancelRequestedEventAttributes struct {
	InitiatedEventId  int64                 `protobuf:"varint,1,opt,name=initiated_event_id,json=initiatedEventId,proto3" json:"initiated_event_id,omitempty"`
	Namespace         string                `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	WorkflowExecution *v1.WorkflowExecution `protobuf:"bytes,3,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
}

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) Descriptor

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) Equal

func (this *ExternalWorkflowExecutionCancelRequestedEventAttributes) Equal(that interface{}) bool

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) GetInitiatedEventId

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) GetNamespace

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) GetWorkflowExecution

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) GoString

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) Marshal

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) MarshalTo

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) MarshalToSizedBuffer

func (m *ExternalWorkflowExecutionCancelRequestedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) ProtoMessage

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) Reset

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) Size

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) String

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) Unmarshal

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) XXX_DiscardUnknown

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) XXX_Marshal

func (m *ExternalWorkflowExecutionCancelRequestedEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) XXX_Merge

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) XXX_Size

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) XXX_Unmarshal

type ExternalWorkflowExecutionSignaledEventAttributes

type ExternalWorkflowExecutionSignaledEventAttributes struct {
	InitiatedEventId  int64                 `protobuf:"varint,1,opt,name=initiated_event_id,json=initiatedEventId,proto3" json:"initiated_event_id,omitempty"`
	Namespace         string                `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	WorkflowExecution *v1.WorkflowExecution `protobuf:"bytes,3,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	Control           string                `protobuf:"bytes,4,opt,name=control,proto3" json:"control,omitempty"`
}

func (*ExternalWorkflowExecutionSignaledEventAttributes) Descriptor

func (*ExternalWorkflowExecutionSignaledEventAttributes) Equal

func (this *ExternalWorkflowExecutionSignaledEventAttributes) Equal(that interface{}) bool

func (*ExternalWorkflowExecutionSignaledEventAttributes) GetControl

func (*ExternalWorkflowExecutionSignaledEventAttributes) GetInitiatedEventId

func (*ExternalWorkflowExecutionSignaledEventAttributes) GetNamespace

func (*ExternalWorkflowExecutionSignaledEventAttributes) GetWorkflowExecution

func (*ExternalWorkflowExecutionSignaledEventAttributes) GoString

func (*ExternalWorkflowExecutionSignaledEventAttributes) Marshal

func (m *ExternalWorkflowExecutionSignaledEventAttributes) Marshal() (dAtA []byte, err error)

func (*ExternalWorkflowExecutionSignaledEventAttributes) MarshalTo

func (*ExternalWorkflowExecutionSignaledEventAttributes) MarshalToSizedBuffer

func (m *ExternalWorkflowExecutionSignaledEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ExternalWorkflowExecutionSignaledEventAttributes) ProtoMessage

func (*ExternalWorkflowExecutionSignaledEventAttributes) Reset

func (*ExternalWorkflowExecutionSignaledEventAttributes) Size

func (*ExternalWorkflowExecutionSignaledEventAttributes) String

func (*ExternalWorkflowExecutionSignaledEventAttributes) Unmarshal

func (*ExternalWorkflowExecutionSignaledEventAttributes) XXX_DiscardUnknown

func (m *ExternalWorkflowExecutionSignaledEventAttributes) XXX_DiscardUnknown()

func (*ExternalWorkflowExecutionSignaledEventAttributes) XXX_Marshal

func (m *ExternalWorkflowExecutionSignaledEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExternalWorkflowExecutionSignaledEventAttributes) XXX_Merge

func (*ExternalWorkflowExecutionSignaledEventAttributes) XXX_Size

func (*ExternalWorkflowExecutionSignaledEventAttributes) XXX_Unmarshal

type History

type History struct {
	Events []*HistoryEvent `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"`
}

func (*History) Descriptor

func (*History) Descriptor() ([]byte, []int)

func (*History) Equal

func (this *History) Equal(that interface{}) bool

func (*History) GetEvents

func (m *History) GetEvents() []*HistoryEvent

func (*History) GoString

func (this *History) GoString() string

func (*History) Marshal

func (m *History) Marshal() (dAtA []byte, err error)

func (*History) MarshalTo

func (m *History) MarshalTo(dAtA []byte) (int, error)

func (*History) MarshalToSizedBuffer

func (m *History) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*History) ProtoMessage

func (*History) ProtoMessage()

func (*History) Reset

func (m *History) Reset()

func (*History) Size

func (m *History) Size() (n int)

func (*History) String

func (this *History) String() string

func (*History) Unmarshal

func (m *History) Unmarshal(dAtA []byte) error

func (*History) XXX_DiscardUnknown

func (m *History) XXX_DiscardUnknown()

func (*History) XXX_Marshal

func (m *History) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*History) XXX_Merge

func (m *History) XXX_Merge(src proto.Message)

func (*History) XXX_Size

func (m *History) XXX_Size() int

func (*History) XXX_Unmarshal

func (m *History) XXX_Unmarshal(b []byte) error

type HistoryEvent

type HistoryEvent struct {
	EventId   int64         `protobuf:"varint,1,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"`
	Timestamp int64         `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	EventType v12.EventType `protobuf:"varint,3,opt,name=event_type,json=eventType,proto3,enum=temporal.enums.v1.EventType" json:"event_type,omitempty"`
	Version   int64         `protobuf:"varint,4,opt,name=version,proto3" json:"version,omitempty"`
	TaskId    int64         `protobuf:"varint,5,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	// Types that are valid to be assigned to Attributes:
	//	*HistoryEvent_WorkflowExecutionStartedEventAttributes
	//	*HistoryEvent_WorkflowExecutionCompletedEventAttributes
	//	*HistoryEvent_WorkflowExecutionFailedEventAttributes
	//	*HistoryEvent_WorkflowExecutionTimedOutEventAttributes
	//	*HistoryEvent_DecisionTaskScheduledEventAttributes
	//	*HistoryEvent_DecisionTaskStartedEventAttributes
	//	*HistoryEvent_DecisionTaskCompletedEventAttributes
	//	*HistoryEvent_DecisionTaskTimedOutEventAttributes
	//	*HistoryEvent_DecisionTaskFailedEventAttributes
	//	*HistoryEvent_ActivityTaskScheduledEventAttributes
	//	*HistoryEvent_ActivityTaskStartedEventAttributes
	//	*HistoryEvent_ActivityTaskCompletedEventAttributes
	//	*HistoryEvent_ActivityTaskFailedEventAttributes
	//	*HistoryEvent_ActivityTaskTimedOutEventAttributes
	//	*HistoryEvent_TimerStartedEventAttributes
	//	*HistoryEvent_TimerFiredEventAttributes
	//	*HistoryEvent_ActivityTaskCancelRequestedEventAttributes
	//	*HistoryEvent_ActivityTaskCanceledEventAttributes
	//	*HistoryEvent_TimerCanceledEventAttributes
	//	*HistoryEvent_CancelTimerFailedEventAttributes
	//	*HistoryEvent_MarkerRecordedEventAttributes
	//	*HistoryEvent_WorkflowExecutionSignaledEventAttributes
	//	*HistoryEvent_WorkflowExecutionTerminatedEventAttributes
	//	*HistoryEvent_WorkflowExecutionCancelRequestedEventAttributes
	//	*HistoryEvent_WorkflowExecutionCanceledEventAttributes
	//	*HistoryEvent_RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
	//	*HistoryEvent_RequestCancelExternalWorkflowExecutionFailedEventAttributes
	//	*HistoryEvent_ExternalWorkflowExecutionCancelRequestedEventAttributes
	//	*HistoryEvent_WorkflowExecutionContinuedAsNewEventAttributes
	//	*HistoryEvent_StartChildWorkflowExecutionInitiatedEventAttributes
	//	*HistoryEvent_StartChildWorkflowExecutionFailedEventAttributes
	//	*HistoryEvent_ChildWorkflowExecutionStartedEventAttributes
	//	*HistoryEvent_ChildWorkflowExecutionCompletedEventAttributes
	//	*HistoryEvent_ChildWorkflowExecutionFailedEventAttributes
	//	*HistoryEvent_ChildWorkflowExecutionCanceledEventAttributes
	//	*HistoryEvent_ChildWorkflowExecutionTimedOutEventAttributes
	//	*HistoryEvent_ChildWorkflowExecutionTerminatedEventAttributes
	//	*HistoryEvent_SignalExternalWorkflowExecutionInitiatedEventAttributes
	//	*HistoryEvent_SignalExternalWorkflowExecutionFailedEventAttributes
	//	*HistoryEvent_ExternalWorkflowExecutionSignaledEventAttributes
	//	*HistoryEvent_UpsertWorkflowSearchAttributesEventAttributes
	Attributes isHistoryEvent_Attributes `protobuf_oneof:"attributes"`
}

func (*HistoryEvent) Descriptor

func (*HistoryEvent) Descriptor() ([]byte, []int)

func (*HistoryEvent) Equal

func (this *HistoryEvent) Equal(that interface{}) bool

func (*HistoryEvent) GetActivityTaskCancelRequestedEventAttributes

func (m *HistoryEvent) GetActivityTaskCancelRequestedEventAttributes() *ActivityTaskCancelRequestedEventAttributes

func (*HistoryEvent) GetActivityTaskCanceledEventAttributes

func (m *HistoryEvent) GetActivityTaskCanceledEventAttributes() *ActivityTaskCanceledEventAttributes

func (*HistoryEvent) GetActivityTaskCompletedEventAttributes

func (m *HistoryEvent) GetActivityTaskCompletedEventAttributes() *ActivityTaskCompletedEventAttributes

func (*HistoryEvent) GetActivityTaskFailedEventAttributes

func (m *HistoryEvent) GetActivityTaskFailedEventAttributes() *ActivityTaskFailedEventAttributes

func (*HistoryEvent) GetActivityTaskScheduledEventAttributes

func (m *HistoryEvent) GetActivityTaskScheduledEventAttributes() *ActivityTaskScheduledEventAttributes

func (*HistoryEvent) GetActivityTaskStartedEventAttributes

func (m *HistoryEvent) GetActivityTaskStartedEventAttributes() *ActivityTaskStartedEventAttributes

func (*HistoryEvent) GetActivityTaskTimedOutEventAttributes

func (m *HistoryEvent) GetActivityTaskTimedOutEventAttributes() *ActivityTaskTimedOutEventAttributes

func (*HistoryEvent) GetAttributes

func (m *HistoryEvent) GetAttributes() isHistoryEvent_Attributes

func (*HistoryEvent) GetCancelTimerFailedEventAttributes

func (m *HistoryEvent) GetCancelTimerFailedEventAttributes() *CancelTimerFailedEventAttributes

func (*HistoryEvent) GetChildWorkflowExecutionCanceledEventAttributes

func (m *HistoryEvent) GetChildWorkflowExecutionCanceledEventAttributes() *ChildWorkflowExecutionCanceledEventAttributes

func (*HistoryEvent) GetChildWorkflowExecutionCompletedEventAttributes

func (m *HistoryEvent) GetChildWorkflowExecutionCompletedEventAttributes() *ChildWorkflowExecutionCompletedEventAttributes

func (*HistoryEvent) GetChildWorkflowExecutionFailedEventAttributes

func (m *HistoryEvent) GetChildWorkflowExecutionFailedEventAttributes() *ChildWorkflowExecutionFailedEventAttributes

func (*HistoryEvent) GetChildWorkflowExecutionStartedEventAttributes

func (m *HistoryEvent) GetChildWorkflowExecutionStartedEventAttributes() *ChildWorkflowExecutionStartedEventAttributes

func (*HistoryEvent) GetChildWorkflowExecutionTerminatedEventAttributes

func (m *HistoryEvent) GetChildWorkflowExecutionTerminatedEventAttributes() *ChildWorkflowExecutionTerminatedEventAttributes

func (*HistoryEvent) GetChildWorkflowExecutionTimedOutEventAttributes

func (m *HistoryEvent) GetChildWorkflowExecutionTimedOutEventAttributes() *ChildWorkflowExecutionTimedOutEventAttributes

func (*HistoryEvent) GetDecisionTaskCompletedEventAttributes

func (m *HistoryEvent) GetDecisionTaskCompletedEventAttributes() *DecisionTaskCompletedEventAttributes

func (*HistoryEvent) GetDecisionTaskFailedEventAttributes

func (m *HistoryEvent) GetDecisionTaskFailedEventAttributes() *DecisionTaskFailedEventAttributes

func (*HistoryEvent) GetDecisionTaskScheduledEventAttributes

func (m *HistoryEvent) GetDecisionTaskScheduledEventAttributes() *DecisionTaskScheduledEventAttributes

func (*HistoryEvent) GetDecisionTaskStartedEventAttributes

func (m *HistoryEvent) GetDecisionTaskStartedEventAttributes() *DecisionTaskStartedEventAttributes

func (*HistoryEvent) GetDecisionTaskTimedOutEventAttributes

func (m *HistoryEvent) GetDecisionTaskTimedOutEventAttributes() *DecisionTaskTimedOutEventAttributes

func (*HistoryEvent) GetEventId

func (m *HistoryEvent) GetEventId() int64

func (*HistoryEvent) GetEventType

func (m *HistoryEvent) GetEventType() v12.EventType

func (*HistoryEvent) GetExternalWorkflowExecutionCancelRequestedEventAttributes

func (m *HistoryEvent) GetExternalWorkflowExecutionCancelRequestedEventAttributes() *ExternalWorkflowExecutionCancelRequestedEventAttributes

func (*HistoryEvent) GetExternalWorkflowExecutionSignaledEventAttributes

func (m *HistoryEvent) GetExternalWorkflowExecutionSignaledEventAttributes() *ExternalWorkflowExecutionSignaledEventAttributes

func (*HistoryEvent) GetMarkerRecordedEventAttributes

func (m *HistoryEvent) GetMarkerRecordedEventAttributes() *MarkerRecordedEventAttributes

func (*HistoryEvent) GetRequestCancelExternalWorkflowExecutionFailedEventAttributes

func (m *HistoryEvent) GetRequestCancelExternalWorkflowExecutionFailedEventAttributes() *RequestCancelExternalWorkflowExecutionFailedEventAttributes

func (*HistoryEvent) GetRequestCancelExternalWorkflowExecutionInitiatedEventAttributes

func (m *HistoryEvent) GetRequestCancelExternalWorkflowExecutionInitiatedEventAttributes() *RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

func (*HistoryEvent) GetSignalExternalWorkflowExecutionFailedEventAttributes

func (m *HistoryEvent) GetSignalExternalWorkflowExecutionFailedEventAttributes() *SignalExternalWorkflowExecutionFailedEventAttributes

func (*HistoryEvent) GetSignalExternalWorkflowExecutionInitiatedEventAttributes

func (m *HistoryEvent) GetSignalExternalWorkflowExecutionInitiatedEventAttributes() *SignalExternalWorkflowExecutionInitiatedEventAttributes

func (*HistoryEvent) GetStartChildWorkflowExecutionFailedEventAttributes

func (m *HistoryEvent) GetStartChildWorkflowExecutionFailedEventAttributes() *StartChildWorkflowExecutionFailedEventAttributes

func (*HistoryEvent) GetStartChildWorkflowExecutionInitiatedEventAttributes

func (m *HistoryEvent) GetStartChildWorkflowExecutionInitiatedEventAttributes() *StartChildWorkflowExecutionInitiatedEventAttributes

func (*HistoryEvent) GetTaskId

func (m *HistoryEvent) GetTaskId() int64

func (*HistoryEvent) GetTimerCanceledEventAttributes

func (m *HistoryEvent) GetTimerCanceledEventAttributes() *TimerCanceledEventAttributes

func (*HistoryEvent) GetTimerFiredEventAttributes

func (m *HistoryEvent) GetTimerFiredEventAttributes() *TimerFiredEventAttributes

func (*HistoryEvent) GetTimerStartedEventAttributes

func (m *HistoryEvent) GetTimerStartedEventAttributes() *TimerStartedEventAttributes

func (*HistoryEvent) GetTimestamp

func (m *HistoryEvent) GetTimestamp() int64

func (*HistoryEvent) GetUpsertWorkflowSearchAttributesEventAttributes

func (m *HistoryEvent) GetUpsertWorkflowSearchAttributesEventAttributes() *UpsertWorkflowSearchAttributesEventAttributes

func (*HistoryEvent) GetVersion

func (m *HistoryEvent) GetVersion() int64

func (*HistoryEvent) GetWorkflowExecutionCancelRequestedEventAttributes

func (m *HistoryEvent) GetWorkflowExecutionCancelRequestedEventAttributes() *WorkflowExecutionCancelRequestedEventAttributes

func (*HistoryEvent) GetWorkflowExecutionCanceledEventAttributes

func (m *HistoryEvent) GetWorkflowExecutionCanceledEventAttributes() *WorkflowExecutionCanceledEventAttributes

func (*HistoryEvent) GetWorkflowExecutionCompletedEventAttributes

func (m *HistoryEvent) GetWorkflowExecutionCompletedEventAttributes() *WorkflowExecutionCompletedEventAttributes

func (*HistoryEvent) GetWorkflowExecutionContinuedAsNewEventAttributes

func (m *HistoryEvent) GetWorkflowExecutionContinuedAsNewEventAttributes() *WorkflowExecutionContinuedAsNewEventAttributes

func (*HistoryEvent) GetWorkflowExecutionFailedEventAttributes

func (m *HistoryEvent) GetWorkflowExecutionFailedEventAttributes() *WorkflowExecutionFailedEventAttributes

func (*HistoryEvent) GetWorkflowExecutionSignaledEventAttributes

func (m *HistoryEvent) GetWorkflowExecutionSignaledEventAttributes() *WorkflowExecutionSignaledEventAttributes

func (*HistoryEvent) GetWorkflowExecutionStartedEventAttributes

func (m *HistoryEvent) GetWorkflowExecutionStartedEventAttributes() *WorkflowExecutionStartedEventAttributes

func (*HistoryEvent) GetWorkflowExecutionTerminatedEventAttributes

func (m *HistoryEvent) GetWorkflowExecutionTerminatedEventAttributes() *WorkflowExecutionTerminatedEventAttributes

func (*HistoryEvent) GetWorkflowExecutionTimedOutEventAttributes

func (m *HistoryEvent) GetWorkflowExecutionTimedOutEventAttributes() *WorkflowExecutionTimedOutEventAttributes

func (*HistoryEvent) GoString

func (this *HistoryEvent) GoString() string

func (*HistoryEvent) Marshal

func (m *HistoryEvent) Marshal() (dAtA []byte, err error)

func (*HistoryEvent) MarshalTo

func (m *HistoryEvent) MarshalTo(dAtA []byte) (int, error)

func (*HistoryEvent) MarshalToSizedBuffer

func (m *HistoryEvent) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HistoryEvent) ProtoMessage

func (*HistoryEvent) ProtoMessage()

func (*HistoryEvent) Reset

func (m *HistoryEvent) Reset()

func (*HistoryEvent) Size

func (m *HistoryEvent) Size() (n int)

func (*HistoryEvent) String

func (this *HistoryEvent) String() string

func (*HistoryEvent) Unmarshal

func (m *HistoryEvent) Unmarshal(dAtA []byte) error

func (*HistoryEvent) XXX_DiscardUnknown

func (m *HistoryEvent) XXX_DiscardUnknown()

func (*HistoryEvent) XXX_Marshal

func (m *HistoryEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HistoryEvent) XXX_Merge

func (m *HistoryEvent) XXX_Merge(src proto.Message)

func (*HistoryEvent) XXX_OneofWrappers

func (*HistoryEvent) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*HistoryEvent) XXX_Size

func (m *HistoryEvent) XXX_Size() int

func (*HistoryEvent) XXX_Unmarshal

func (m *HistoryEvent) XXX_Unmarshal(b []byte) error

type HistoryEvent_ActivityTaskCancelRequestedEventAttributes

type HistoryEvent_ActivityTaskCancelRequestedEventAttributes struct {
	ActivityTaskCancelRequestedEventAttributes *ActivityTaskCancelRequestedEventAttributes `` /* 202-byte string literal not displayed */
}

func (*HistoryEvent_ActivityTaskCancelRequestedEventAttributes) Equal

func (this *HistoryEvent_ActivityTaskCancelRequestedEventAttributes) Equal(that interface{}) bool

func (*HistoryEvent_ActivityTaskCancelRequestedEventAttributes) GoString

func (*HistoryEvent_ActivityTaskCancelRequestedEventAttributes) MarshalTo

func (*HistoryEvent_ActivityTaskCancelRequestedEventAttributes) MarshalToSizedBuffer

func (m *HistoryEvent_ActivityTaskCancelRequestedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HistoryEvent_ActivityTaskCancelRequestedEventAttributes) Size

func (*HistoryEvent_ActivityTaskCancelRequestedEventAttributes) String

type HistoryEvent_ActivityTaskCanceledEventAttributes

type HistoryEvent_ActivityTaskCanceledEventAttributes struct {
	ActivityTaskCanceledEventAttributes *ActivityTaskCanceledEventAttributes `` /* 179-byte string literal not displayed */
}

func (*HistoryEvent_ActivityTaskCanceledEventAttributes) Equal

func (this *HistoryEvent_ActivityTaskCanceledEventAttributes) Equal(that interface{}) bool

func (*HistoryEvent_ActivityTaskCanceledEventAttributes) GoString

func (*HistoryEvent_ActivityTaskCanceledEventAttributes) MarshalTo

func (*HistoryEvent_ActivityTaskCanceledEventAttributes) MarshalToSizedBuffer

func (m *HistoryEvent_ActivityTaskCanceledEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HistoryEvent_ActivityTaskCanceledEventAttributes) Size

func (*HistoryEvent_ActivityTaskCanceledEventAttributes) String

type HistoryEvent_ActivityTaskCompletedEventAttributes

type HistoryEvent_ActivityTaskCompletedEventAttributes struct {
	ActivityTaskCompletedEventAttributes *ActivityTaskCompletedEventAttributes `` /* 182-byte string literal not displayed */
}

func (*HistoryEvent_ActivityTaskCompletedEventAttributes) Equal

func (this *HistoryEvent_ActivityTaskCompletedEventAttributes) Equal(that interface{}) bool

func (*HistoryEvent_ActivityTaskCompletedEventAttributes) GoString

func (*HistoryEvent_ActivityTaskCompletedEventAttributes) MarshalTo

func (*HistoryEvent_ActivityTaskCompletedEventAttributes) MarshalToSizedBuffer

func (m *HistoryEvent_ActivityTaskCompletedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HistoryEvent_ActivityTaskCompletedEventAttributes) Size

func (*HistoryEvent_ActivityTaskCompletedEventAttributes) String

type HistoryEvent_ActivityTaskFailedEventAttributes

type HistoryEvent_ActivityTaskFailedEventAttributes struct {
	ActivityTaskFailedEventAttributes *ActivityTaskFailedEventAttributes `` /* 173-byte string literal not displayed */
}

func (*HistoryEvent_ActivityTaskFailedEventAttributes) Equal

func (this *HistoryEvent_ActivityTaskFailedEventAttributes) Equal(that interface{}) bool

func (*HistoryEvent_ActivityTaskFailedEventAttributes) GoString

func (*HistoryEvent_ActivityTaskFailedEventAttributes) MarshalTo

func (*HistoryEvent_ActivityTaskFailedEventAttributes) MarshalToSizedBuffer

func (m *HistoryEvent_ActivityTaskFailedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HistoryEvent_ActivityTaskFailedEventAttributes) Size

func (*HistoryEvent_ActivityTaskFailedEventAttributes) String

type HistoryEvent_ActivityTaskScheduledEventAttributes

type HistoryEvent_ActivityTaskScheduledEventAttributes struct {
	ActivityTaskScheduledEventAttributes *ActivityTaskScheduledEventAttributes `` /* 182-byte string literal not displayed */
}

func (*HistoryEvent_ActivityTaskScheduledEventAttributes) Equal

func (this *HistoryEvent_ActivityTaskScheduledEventAttributes) Equal(that interface{}) bool

func (*HistoryEvent_ActivityTaskScheduledEventAttributes) GoString

func (*HistoryEvent_ActivityTaskScheduledEventAttributes) MarshalTo

func (*HistoryEvent_ActivityTaskScheduledEventAttributes) MarshalToSizedBuffer

func (m *HistoryEvent_ActivityTaskScheduledEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HistoryEvent_ActivityTaskScheduledEventAttributes) Size

func (*HistoryEvent_ActivityTaskScheduledEventAttributes) String

type HistoryEvent_ActivityTaskStartedEventAttributes

type HistoryEvent_ActivityTaskStartedEventAttributes struct {
	ActivityTaskStartedEventAttributes *ActivityTaskStartedEventAttributes `` /* 176-byte string literal not displayed */
}

func (*HistoryEvent_ActivityTaskStartedEventAttributes) Equal

func (this *HistoryEvent_ActivityTaskStartedEventAttributes) Equal(that interface{}) bool

func (*HistoryEvent_ActivityTaskStartedEventAttributes) GoString

func (*HistoryEvent_ActivityTaskStartedEventAttributes) MarshalTo

func (*HistoryEvent_ActivityTaskStartedEventAttributes) MarshalToSizedBuffer

func (m *HistoryEvent_ActivityTaskStartedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HistoryEvent_ActivityTaskStartedEventAttributes) Size

func (*HistoryEvent_ActivityTaskStartedEventAttributes) String

type HistoryEvent_ActivityTaskTimedOutEventAttributes

type HistoryEvent_ActivityTaskTimedOutEventAttributes struct {
	ActivityTaskTimedOutEventAttributes *ActivityTaskTimedOutEventAttributes `` /* 181-byte string literal not displayed */
}

func (*HistoryEvent_ActivityTaskTimedOutEventAttributes) Equal

func (this *HistoryEvent_ActivityTaskTimedOutEventAttributes) Equal(that interface{}) bool

func (*HistoryEvent_ActivityTaskTimedOutEventAttributes) GoString

func (*HistoryEvent_ActivityTaskTimedOutEventAttributes) MarshalTo

func (*HistoryEvent_ActivityTaskTimedOutEventAttributes) MarshalToSizedBuffer

func (m *HistoryEvent_ActivityTaskTimedOutEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HistoryEvent_ActivityTaskTimedOutEventAttributes) Size

func (*HistoryEvent_ActivityTaskTimedOutEventAttributes) String

type HistoryEvent_CancelTimerFailedEventAttributes

type HistoryEvent_CancelTimerFailedEventAttributes struct {
	CancelTimerFailedEventAttributes *CancelTimerFailedEventAttributes `` /* 170-byte string literal not displayed */
}

func (*HistoryEvent_CancelTimerFailedEventAttributes) Equal

func (this *HistoryEvent_CancelTimerFailedEventAttributes) Equal(that interface{}) bool

func (*HistoryEvent_CancelTimerFailedEventAttributes) GoString

func (*HistoryEvent_CancelTimerFailedEventAttributes) MarshalTo

func (*HistoryEvent_CancelTimerFailedEventAttributes) MarshalToSizedBuffer

func (m *HistoryEvent_CancelTimerFailedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HistoryEvent_CancelTimerFailedEventAttributes) Size

func (*HistoryEvent_CancelTimerFailedEventAttributes) String

type HistoryEvent_ChildWorkflowExecutionCanceledEventAttributes

type HistoryEvent_ChildWorkflowExecutionCanceledEventAttributes struct {
	ChildWorkflowExecutionCanceledEventAttributes *ChildWorkflowExecutionCanceledEventAttributes `` /* 211-byte string literal not displayed */
}

func (*HistoryEvent_ChildWorkflowExecutionCanceledEventAttributes) Equal

func (*HistoryEvent_ChildWorkflowExecutionCanceledEventAttributes) GoString

func (*HistoryEvent_ChildWorkflowExecutionCanceledEventAttributes) MarshalTo

func (*HistoryEvent_ChildWorkflowExecutionCanceledEventAttributes) MarshalToSizedBuffer

func (m *HistoryEvent_ChildWorkflowExecutionCanceledEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HistoryEvent_ChildWorkflowExecutionCanceledEventAttributes) Size

func (*HistoryEvent_ChildWorkflowExecutionCanceledEventAttributes) String

type HistoryEvent_ChildWorkflowExecutionCompletedEventAttributes

type HistoryEvent_ChildWorkflowExecutionCompletedEventAttributes struct {
	ChildWorkflowExecutionCompletedEventAttributes *ChildWorkflowExecutionCompletedEventAttributes `` /* 214-byte string literal not displayed */
}

func (*HistoryEvent_ChildWorkflowExecutionCompletedEventAttributes) Equal

func (*HistoryEvent_ChildWorkflowExecutionCompletedEventAttributes) GoString

func (*HistoryEvent_ChildWorkflowExecutionCompletedEventAttributes) MarshalTo

func (*HistoryEvent_ChildWorkflowExecutionCompletedEventAttributes) MarshalToSizedBuffer

func (*HistoryEvent_ChildWorkflowExecutionCompletedEventAttributes) Size

func (*HistoryEvent_ChildWorkflowExecutionCompletedEventAttributes) String

type HistoryEvent_ChildWorkflowExecutionFailedEventAttributes

type HistoryEvent_ChildWorkflowExecutionFailedEventAttributes struct {
	ChildWorkflowExecutionFailedEventAttributes *ChildWorkflowExecutionFailedEventAttributes `` /* 205-byte string literal not displayed */
}

func (*HistoryEvent_ChildWorkflowExecutionFailedEventAttributes) Equal

func (this *HistoryEvent_ChildWorkflowExecutionFailedEventAttributes) Equal(that interface{}) bool

func (*HistoryEvent_ChildWorkflowExecutionFailedEventAttributes) GoString

func (*HistoryEvent_ChildWorkflowExecutionFailedEventAttributes) MarshalTo

func (*HistoryEvent_ChildWorkflowExecutionFailedEventAttributes) MarshalToSizedBuffer

func (m *HistoryEvent_ChildWorkflowExecutionFailedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HistoryEvent_ChildWorkflowExecutionFailedEventAttributes) Size

func (*HistoryEvent_ChildWorkflowExecutionFailedEventAttributes) String

type HistoryEvent_ChildWorkflowExecutionStartedEventAttributes

type HistoryEvent_ChildWorkflowExecutionStartedEventAttributes struct {
	ChildWorkflowExecutionStartedEventAttributes *ChildWorkflowExecutionStartedEventAttributes `` /* 208-byte string literal not displayed */
}

func (*HistoryEvent_ChildWorkflowExecutionStartedEventAttributes) Equal

func (*HistoryEvent_ChildWorkflowExecutionStartedEventAttributes) GoString

func (*HistoryEvent_ChildWorkflowExecutionStartedEventAttributes) MarshalTo

func (*HistoryEvent_ChildWorkflowExecutionStartedEventAttributes) MarshalToSizedBuffer

func (m *HistoryEvent_ChildWorkflowExecutionStartedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HistoryEvent_ChildWorkflowExecutionStartedEventAttributes) Size

func (*HistoryEvent_ChildWorkflowExecutionStartedEventAttributes) String

type HistoryEvent_ChildWorkflowExecutionTerminatedEventAttributes

type HistoryEvent_ChildWorkflowExecutionTerminatedEventAttributes struct {
	ChildWorkflowExecutionTerminatedEventAttributes *ChildWorkflowExecutionTerminatedEventAttributes `` /* 217-byte string literal not displayed */
}

func (*HistoryEvent_ChildWorkflowExecutionTerminatedEventAttributes) Equal

func (*HistoryEvent_ChildWorkflowExecutionTerminatedEventAttributes) GoString

func (*HistoryEvent_ChildWorkflowExecutionTerminatedEventAttributes) MarshalTo

func (*HistoryEvent_ChildWorkflowExecutionTerminatedEventAttributes) MarshalToSizedBuffer

func (*HistoryEvent_ChildWorkflowExecutionTerminatedEventAttributes) Size

func (*HistoryEvent_ChildWorkflowExecutionTerminatedEventAttributes) String

type HistoryEvent_ChildWorkflowExecutionTimedOutEventAttributes

type HistoryEvent_ChildWorkflowExecutionTimedOutEventAttributes struct {
	ChildWorkflowExecutionTimedOutEventAttributes *ChildWorkflowExecutionTimedOutEventAttributes `` /* 213-byte string literal not displayed */
}

func (*HistoryEvent_ChildWorkflowExecutionTimedOutEventAttributes) Equal

func (*HistoryEvent_ChildWorkflowExecutionTimedOutEventAttributes) GoString

func (*HistoryEvent_ChildWorkflowExecutionTimedOutEventAttributes) MarshalTo

func (*HistoryEvent_ChildWorkflowExecutionTimedOutEventAttributes) MarshalToSizedBuffer

func (m *HistoryEvent_ChildWorkflowExecutionTimedOutEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HistoryEvent_ChildWorkflowExecutionTimedOutEventAttributes) Size

func (*HistoryEvent_ChildWorkflowExecutionTimedOutEventAttributes) String

type HistoryEvent_DecisionTaskCompletedEventAttributes

type HistoryEvent_DecisionTaskCompletedEventAttributes struct {
	DecisionTaskCompletedEventAttributes *DecisionTaskCompletedEventAttributes `` /* 182-byte string literal not displayed */
}

func (*HistoryEvent_DecisionTaskCompletedEventAttributes) Equal

func (this *HistoryEvent_DecisionTaskCompletedEventAttributes) Equal(that interface{}) bool

func (*HistoryEvent_DecisionTaskCompletedEventAttributes) GoString

func (*HistoryEvent_DecisionTaskCompletedEventAttributes) MarshalTo

func (*HistoryEvent_DecisionTaskCompletedEventAttributes) MarshalToSizedBuffer

func (m *HistoryEvent_DecisionTaskCompletedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HistoryEvent_DecisionTaskCompletedEventAttributes) Size

func (*HistoryEvent_DecisionTaskCompletedEventAttributes) String

type HistoryEvent_DecisionTaskFailedEventAttributes

type HistoryEvent_DecisionTaskFailedEventAttributes struct {
	DecisionTaskFailedEventAttributes *DecisionTaskFailedEventAttributes `` /* 173-byte string literal not displayed */
}

func (*HistoryEvent_DecisionTaskFailedEventAttributes) Equal

func (this *HistoryEvent_DecisionTaskFailedEventAttributes) Equal(that interface{}) bool

func (*HistoryEvent_DecisionTaskFailedEventAttributes) GoString

func (*HistoryEvent_DecisionTaskFailedEventAttributes) MarshalTo

func (*HistoryEvent_DecisionTaskFailedEventAttributes) MarshalToSizedBuffer

func (m *HistoryEvent_DecisionTaskFailedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HistoryEvent_DecisionTaskFailedEventAttributes) Size

func (*HistoryEvent_DecisionTaskFailedEventAttributes) String

type HistoryEvent_DecisionTaskScheduledEventAttributes

type HistoryEvent_DecisionTaskScheduledEventAttributes struct {
	DecisionTaskScheduledEventAttributes *DecisionTaskScheduledEventAttributes `` /* 182-byte string literal not displayed */
}

func (*HistoryEvent_DecisionTaskScheduledEventAttributes) Equal

func (this *HistoryEvent_DecisionTaskScheduledEventAttributes) Equal(that interface{}) bool

func (*HistoryEvent_DecisionTaskScheduledEventAttributes) GoString

func (*HistoryEvent_DecisionTaskScheduledEventAttributes) MarshalTo

func (*HistoryEvent_DecisionTaskScheduledEventAttributes) MarshalToSizedBuffer

func (m *HistoryEvent_DecisionTaskScheduledEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HistoryEvent_DecisionTaskScheduledEventAttributes) Size

func (*HistoryEvent_DecisionTaskScheduledEventAttributes) String

type HistoryEvent_DecisionTaskStartedEventAttributes

type HistoryEvent_DecisionTaskStartedEventAttributes struct {
	DecisionTaskStartedEventAttributes *DecisionTaskStartedEventAttributes `` /* 176-byte string literal not displayed */
}

func (*HistoryEvent_DecisionTaskStartedEventAttributes) Equal

func (this *HistoryEvent_DecisionTaskStartedEventAttributes) Equal(that interface{}) bool

func (*HistoryEvent_DecisionTaskStartedEventAttributes) GoString

func (*HistoryEvent_DecisionTaskStartedEventAttributes) MarshalTo

func (*HistoryEvent_DecisionTaskStartedEventAttributes) MarshalToSizedBuffer

func (m *HistoryEvent_DecisionTaskStartedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HistoryEvent_DecisionTaskStartedEventAttributes) Size

func (*HistoryEvent_DecisionTaskStartedEventAttributes) String

type HistoryEvent_DecisionTaskTimedOutEventAttributes

type HistoryEvent_DecisionTaskTimedOutEventAttributes struct {
	DecisionTaskTimedOutEventAttributes *DecisionTaskTimedOutEventAttributes `` /* 181-byte string literal not displayed */
}

func (*HistoryEvent_DecisionTaskTimedOutEventAttributes) Equal

func (this *HistoryEvent_DecisionTaskTimedOutEventAttributes) Equal(that interface{}) bool

func (*HistoryEvent_DecisionTaskTimedOutEventAttributes) GoString

func (*HistoryEvent_DecisionTaskTimedOutEventAttributes) MarshalTo

func (*HistoryEvent_DecisionTaskTimedOutEventAttributes) MarshalToSizedBuffer

func (m *HistoryEvent_DecisionTaskTimedOutEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HistoryEvent_DecisionTaskTimedOutEventAttributes) Size

func (*HistoryEvent_DecisionTaskTimedOutEventAttributes) String

type HistoryEvent_ExternalWorkflowExecutionCancelRequestedEventAttributes

type HistoryEvent_ExternalWorkflowExecutionCancelRequestedEventAttributes struct {
	ExternalWorkflowExecutionCancelRequestedEventAttributes *ExternalWorkflowExecutionCancelRequestedEventAttributes `` /* 243-byte string literal not displayed */
}

func (*HistoryEvent_ExternalWorkflowExecutionCancelRequestedEventAttributes) Equal

func (*HistoryEvent_ExternalWorkflowExecutionCancelRequestedEventAttributes) GoString

func (*HistoryEvent_ExternalWorkflowExecutionCancelRequestedEventAttributes) MarshalTo

func (*HistoryEvent_ExternalWorkflowExecutionCancelRequestedEventAttributes) MarshalToSizedBuffer

func (*HistoryEvent_ExternalWorkflowExecutionCancelRequestedEventAttributes) Size

func (*HistoryEvent_ExternalWorkflowExecutionCancelRequestedEventAttributes) String

type HistoryEvent_ExternalWorkflowExecutionSignaledEventAttributes

type HistoryEvent_ExternalWorkflowExecutionSignaledEventAttributes struct {
	ExternalWorkflowExecutionSignaledEventAttributes *ExternalWorkflowExecutionSignaledEventAttributes `` /* 220-byte string literal not displayed */
}

func (*HistoryEvent_ExternalWorkflowExecutionSignaledEventAttributes) Equal

func (*HistoryEvent_ExternalWorkflowExecutionSignaledEventAttributes) GoString

func (*HistoryEvent_ExternalWorkflowExecutionSignaledEventAttributes) MarshalTo

func (*HistoryEvent_ExternalWorkflowExecutionSignaledEventAttributes) MarshalToSizedBuffer

func (*HistoryEvent_ExternalWorkflowExecutionSignaledEventAttributes) Size

func (*HistoryEvent_ExternalWorkflowExecutionSignaledEventAttributes) String

type HistoryEvent_MarkerRecordedEventAttributes

type HistoryEvent_MarkerRecordedEventAttributes struct {
	MarkerRecordedEventAttributes *MarkerRecordedEventAttributes `` /* 159-byte string literal not displayed */
}

func (*HistoryEvent_MarkerRecordedEventAttributes) Equal

func (this *HistoryEvent_MarkerRecordedEventAttributes) Equal(that interface{}) bool

func (*HistoryEvent_MarkerRecordedEventAttributes) GoString

func (*HistoryEvent_MarkerRecordedEventAttributes) MarshalTo

func (m *HistoryEvent_MarkerRecordedEventAttributes) MarshalTo(dAtA []byte) (int, error)

func (*HistoryEvent_MarkerRecordedEventAttributes) MarshalToSizedBuffer

func (m *HistoryEvent_MarkerRecordedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HistoryEvent_MarkerRecordedEventAttributes) Size

func (*HistoryEvent_MarkerRecordedEventAttributes) String

type HistoryEvent_RequestCancelExternalWorkflowExecutionFailedEventAttributes

type HistoryEvent_RequestCancelExternalWorkflowExecutionFailedEventAttributes struct {
	RequestCancelExternalWorkflowExecutionFailedEventAttributes *RequestCancelExternalWorkflowExecutionFailedEventAttributes `` /* 257-byte string literal not displayed */
}

func (*HistoryEvent_RequestCancelExternalWorkflowExecutionFailedEventAttributes) Equal

func (*HistoryEvent_RequestCancelExternalWorkflowExecutionFailedEventAttributes) GoString

func (*HistoryEvent_RequestCancelExternalWorkflowExecutionFailedEventAttributes) MarshalTo

func (*HistoryEvent_RequestCancelExternalWorkflowExecutionFailedEventAttributes) MarshalToSizedBuffer

func (*HistoryEvent_RequestCancelExternalWorkflowExecutionFailedEventAttributes) Size

func (*HistoryEvent_RequestCancelExternalWorkflowExecutionFailedEventAttributes) String

type HistoryEvent_RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

type HistoryEvent_RequestCancelExternalWorkflowExecutionInitiatedEventAttributes struct {
	RequestCancelExternalWorkflowExecutionInitiatedEventAttributes *RequestCancelExternalWorkflowExecutionInitiatedEventAttributes `` /* 266-byte string literal not displayed */
}

func (*HistoryEvent_RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) Equal

func (*HistoryEvent_RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GoString

func (*HistoryEvent_RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) MarshalTo

func (*HistoryEvent_RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) MarshalToSizedBuffer

func (*HistoryEvent_RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) Size

func (*HistoryEvent_RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) String

type HistoryEvent_SignalExternalWorkflowExecutionFailedEventAttributes

type HistoryEvent_SignalExternalWorkflowExecutionFailedEventAttributes struct {
	SignalExternalWorkflowExecutionFailedEventAttributes *SignalExternalWorkflowExecutionFailedEventAttributes `` /* 234-byte string literal not displayed */
}

func (*HistoryEvent_SignalExternalWorkflowExecutionFailedEventAttributes) Equal

func (*HistoryEvent_SignalExternalWorkflowExecutionFailedEventAttributes) GoString

func (*HistoryEvent_SignalExternalWorkflowExecutionFailedEventAttributes) MarshalTo

func (*HistoryEvent_SignalExternalWorkflowExecutionFailedEventAttributes) MarshalToSizedBuffer

func (*HistoryEvent_SignalExternalWorkflowExecutionFailedEventAttributes) Size

func (*HistoryEvent_SignalExternalWorkflowExecutionFailedEventAttributes) String

type HistoryEvent_SignalExternalWorkflowExecutionInitiatedEventAttributes

type HistoryEvent_SignalExternalWorkflowExecutionInitiatedEventAttributes struct {
	SignalExternalWorkflowExecutionInitiatedEventAttributes *SignalExternalWorkflowExecutionInitiatedEventAttributes `` /* 243-byte string literal not displayed */
}

func (*HistoryEvent_SignalExternalWorkflowExecutionInitiatedEventAttributes) Equal

func (*HistoryEvent_SignalExternalWorkflowExecutionInitiatedEventAttributes) GoString

func (*HistoryEvent_SignalExternalWorkflowExecutionInitiatedEventAttributes) MarshalTo

func (*HistoryEvent_SignalExternalWorkflowExecutionInitiatedEventAttributes) MarshalToSizedBuffer

func (*HistoryEvent_SignalExternalWorkflowExecutionInitiatedEventAttributes) Size

func (*HistoryEvent_SignalExternalWorkflowExecutionInitiatedEventAttributes) String

type HistoryEvent_StartChildWorkflowExecutionFailedEventAttributes

type HistoryEvent_StartChildWorkflowExecutionFailedEventAttributes struct {
	StartChildWorkflowExecutionFailedEventAttributes *StartChildWorkflowExecutionFailedEventAttributes `` /* 222-byte string literal not displayed */
}

func (*HistoryEvent_StartChildWorkflowExecutionFailedEventAttributes) Equal

func (*HistoryEvent_StartChildWorkflowExecutionFailedEventAttributes) GoString

func (*HistoryEvent_StartChildWorkflowExecutionFailedEventAttributes) MarshalTo

func (*HistoryEvent_StartChildWorkflowExecutionFailedEventAttributes) MarshalToSizedBuffer

func (*HistoryEvent_StartChildWorkflowExecutionFailedEventAttributes) Size

func (*HistoryEvent_StartChildWorkflowExecutionFailedEventAttributes) String

type HistoryEvent_StartChildWorkflowExecutionInitiatedEventAttributes

type HistoryEvent_StartChildWorkflowExecutionInitiatedEventAttributes struct {
	StartChildWorkflowExecutionInitiatedEventAttributes *StartChildWorkflowExecutionInitiatedEventAttributes `` /* 231-byte string literal not displayed */
}

func (*HistoryEvent_StartChildWorkflowExecutionInitiatedEventAttributes) Equal

func (*HistoryEvent_StartChildWorkflowExecutionInitiatedEventAttributes) GoString

func (*HistoryEvent_StartChildWorkflowExecutionInitiatedEventAttributes) MarshalTo

func (*HistoryEvent_StartChildWorkflowExecutionInitiatedEventAttributes) MarshalToSizedBuffer

func (*HistoryEvent_StartChildWorkflowExecutionInitiatedEventAttributes) Size

func (*HistoryEvent_StartChildWorkflowExecutionInitiatedEventAttributes) String

type HistoryEvent_TimerCanceledEventAttributes

type HistoryEvent_TimerCanceledEventAttributes struct {
	TimerCanceledEventAttributes *TimerCanceledEventAttributes `` /* 156-byte string literal not displayed */
}

func (*HistoryEvent_TimerCanceledEventAttributes) Equal

func (this *HistoryEvent_TimerCanceledEventAttributes) Equal(that interface{}) bool

func (*HistoryEvent_TimerCanceledEventAttributes) GoString

func (*HistoryEvent_TimerCanceledEventAttributes) MarshalTo

func (m *HistoryEvent_TimerCanceledEventAttributes) MarshalTo(dAtA []byte) (int, error)

func (*HistoryEvent_TimerCanceledEventAttributes) MarshalToSizedBuffer

func (m *HistoryEvent_TimerCanceledEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HistoryEvent_TimerCanceledEventAttributes) Size

func (*HistoryEvent_TimerCanceledEventAttributes) String

type HistoryEvent_TimerFiredEventAttributes

type HistoryEvent_TimerFiredEventAttributes struct {
	TimerFiredEventAttributes *TimerFiredEventAttributes `` /* 147-byte string literal not displayed */
}

func (*HistoryEvent_TimerFiredEventAttributes) Equal

func (this *HistoryEvent_TimerFiredEventAttributes) Equal(that interface{}) bool

func (*HistoryEvent_TimerFiredEventAttributes) GoString

func (*HistoryEvent_TimerFiredEventAttributes) MarshalTo

func (m *HistoryEvent_TimerFiredEventAttributes) MarshalTo(dAtA []byte) (int, error)

func (*HistoryEvent_TimerFiredEventAttributes) MarshalToSizedBuffer

func (m *HistoryEvent_TimerFiredEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HistoryEvent_TimerFiredEventAttributes) Size

func (*HistoryEvent_TimerFiredEventAttributes) String

type HistoryEvent_TimerStartedEventAttributes

type HistoryEvent_TimerStartedEventAttributes struct {
	TimerStartedEventAttributes *TimerStartedEventAttributes `` /* 153-byte string literal not displayed */
}

func (*HistoryEvent_TimerStartedEventAttributes) Equal

func (this *HistoryEvent_TimerStartedEventAttributes) Equal(that interface{}) bool

func (*HistoryEvent_TimerStartedEventAttributes) GoString

func (*HistoryEvent_TimerStartedEventAttributes) MarshalTo

func (m *HistoryEvent_TimerStartedEventAttributes) MarshalTo(dAtA []byte) (int, error)

func (*HistoryEvent_TimerStartedEventAttributes) MarshalToSizedBuffer

func (m *HistoryEvent_TimerStartedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HistoryEvent_TimerStartedEventAttributes) Size

func (*HistoryEvent_TimerStartedEventAttributes) String

type HistoryEvent_UpsertWorkflowSearchAttributesEventAttributes

type HistoryEvent_UpsertWorkflowSearchAttributesEventAttributes struct {
	UpsertWorkflowSearchAttributesEventAttributes *UpsertWorkflowSearchAttributesEventAttributes `` /* 211-byte string literal not displayed */
}

func (*HistoryEvent_UpsertWorkflowSearchAttributesEventAttributes) Equal

func (*HistoryEvent_UpsertWorkflowSearchAttributesEventAttributes) GoString

func (*HistoryEvent_UpsertWorkflowSearchAttributesEventAttributes) MarshalTo

func (*HistoryEvent_UpsertWorkflowSearchAttributesEventAttributes) MarshalToSizedBuffer

func (m *HistoryEvent_UpsertWorkflowSearchAttributesEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HistoryEvent_UpsertWorkflowSearchAttributesEventAttributes) Size

func (*HistoryEvent_UpsertWorkflowSearchAttributesEventAttributes) String

type HistoryEvent_WorkflowExecutionCancelRequestedEventAttributes

type HistoryEvent_WorkflowExecutionCancelRequestedEventAttributes struct {
	WorkflowExecutionCancelRequestedEventAttributes *WorkflowExecutionCancelRequestedEventAttributes `` /* 217-byte string literal not displayed */
}

func (*HistoryEvent_WorkflowExecutionCancelRequestedEventAttributes) Equal

func (*HistoryEvent_WorkflowExecutionCancelRequestedEventAttributes) GoString

func (*HistoryEvent_WorkflowExecutionCancelRequestedEventAttributes) MarshalTo

func (*HistoryEvent_WorkflowExecutionCancelRequestedEventAttributes) MarshalToSizedBuffer

func (*HistoryEvent_WorkflowExecutionCancelRequestedEventAttributes) Size

func (*HistoryEvent_WorkflowExecutionCancelRequestedEventAttributes) String

type HistoryEvent_WorkflowExecutionCanceledEventAttributes

type HistoryEvent_WorkflowExecutionCanceledEventAttributes struct {
	WorkflowExecutionCanceledEventAttributes *WorkflowExecutionCanceledEventAttributes `` /* 194-byte string literal not displayed */
}

func (*HistoryEvent_WorkflowExecutionCanceledEventAttributes) Equal

func (this *HistoryEvent_WorkflowExecutionCanceledEventAttributes) Equal(that interface{}) bool

func (*HistoryEvent_WorkflowExecutionCanceledEventAttributes) GoString

func (*HistoryEvent_WorkflowExecutionCanceledEventAttributes) MarshalTo

func (*HistoryEvent_WorkflowExecutionCanceledEventAttributes) MarshalToSizedBuffer

func (m *HistoryEvent_WorkflowExecutionCanceledEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HistoryEvent_WorkflowExecutionCanceledEventAttributes) Size

func (*HistoryEvent_WorkflowExecutionCanceledEventAttributes) String

type HistoryEvent_WorkflowExecutionCompletedEventAttributes

type HistoryEvent_WorkflowExecutionCompletedEventAttributes struct {
	WorkflowExecutionCompletedEventAttributes *WorkflowExecutionCompletedEventAttributes `` /* 196-byte string literal not displayed */
}

func (*HistoryEvent_WorkflowExecutionCompletedEventAttributes) Equal

func (this *HistoryEvent_WorkflowExecutionCompletedEventAttributes) Equal(that interface{}) bool

func (*HistoryEvent_WorkflowExecutionCompletedEventAttributes) GoString

func (*HistoryEvent_WorkflowExecutionCompletedEventAttributes) MarshalTo

func (*HistoryEvent_WorkflowExecutionCompletedEventAttributes) MarshalToSizedBuffer

func (m *HistoryEvent_WorkflowExecutionCompletedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HistoryEvent_WorkflowExecutionCompletedEventAttributes) Size

func (*HistoryEvent_WorkflowExecutionCompletedEventAttributes) String

type HistoryEvent_WorkflowExecutionContinuedAsNewEventAttributes

type HistoryEvent_WorkflowExecutionContinuedAsNewEventAttributes struct {
	WorkflowExecutionContinuedAsNewEventAttributes *WorkflowExecutionContinuedAsNewEventAttributes `` /* 216-byte string literal not displayed */
}

func (*HistoryEvent_WorkflowExecutionContinuedAsNewEventAttributes) Equal

func (*HistoryEvent_WorkflowExecutionContinuedAsNewEventAttributes) GoString

func (*HistoryEvent_WorkflowExecutionContinuedAsNewEventAttributes) MarshalTo

func (*HistoryEvent_WorkflowExecutionContinuedAsNewEventAttributes) MarshalToSizedBuffer

func (*HistoryEvent_WorkflowExecutionContinuedAsNewEventAttributes) Size

func (*HistoryEvent_WorkflowExecutionContinuedAsNewEventAttributes) String

type HistoryEvent_WorkflowExecutionFailedEventAttributes

type HistoryEvent_WorkflowExecutionFailedEventAttributes struct {
	WorkflowExecutionFailedEventAttributes *WorkflowExecutionFailedEventAttributes `` /* 187-byte string literal not displayed */
}

func (*HistoryEvent_WorkflowExecutionFailedEventAttributes) Equal

func (this *HistoryEvent_WorkflowExecutionFailedEventAttributes) Equal(that interface{}) bool

func (*HistoryEvent_WorkflowExecutionFailedEventAttributes) GoString

func (*HistoryEvent_WorkflowExecutionFailedEventAttributes) MarshalTo

func (*HistoryEvent_WorkflowExecutionFailedEventAttributes) MarshalToSizedBuffer

func (m *HistoryEvent_WorkflowExecutionFailedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HistoryEvent_WorkflowExecutionFailedEventAttributes) Size

func (*HistoryEvent_WorkflowExecutionFailedEventAttributes) String

type HistoryEvent_WorkflowExecutionSignaledEventAttributes

type HistoryEvent_WorkflowExecutionSignaledEventAttributes struct {
	WorkflowExecutionSignaledEventAttributes *WorkflowExecutionSignaledEventAttributes `` /* 194-byte string literal not displayed */
}

func (*HistoryEvent_WorkflowExecutionSignaledEventAttributes) Equal

func (this *HistoryEvent_WorkflowExecutionSignaledEventAttributes) Equal(that interface{}) bool

func (*HistoryEvent_WorkflowExecutionSignaledEventAttributes) GoString

func (*HistoryEvent_WorkflowExecutionSignaledEventAttributes) MarshalTo

func (*HistoryEvent_WorkflowExecutionSignaledEventAttributes) MarshalToSizedBuffer

func (m *HistoryEvent_WorkflowExecutionSignaledEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HistoryEvent_WorkflowExecutionSignaledEventAttributes) Size

func (*HistoryEvent_WorkflowExecutionSignaledEventAttributes) String

type HistoryEvent_WorkflowExecutionStartedEventAttributes

type HistoryEvent_WorkflowExecutionStartedEventAttributes struct {
	WorkflowExecutionStartedEventAttributes *WorkflowExecutionStartedEventAttributes `` /* 190-byte string literal not displayed */
}

func (*HistoryEvent_WorkflowExecutionStartedEventAttributes) Equal

func (this *HistoryEvent_WorkflowExecutionStartedEventAttributes) Equal(that interface{}) bool

func (*HistoryEvent_WorkflowExecutionStartedEventAttributes) GoString

func (*HistoryEvent_WorkflowExecutionStartedEventAttributes) MarshalTo

func (*HistoryEvent_WorkflowExecutionStartedEventAttributes) MarshalToSizedBuffer

func (m *HistoryEvent_WorkflowExecutionStartedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HistoryEvent_WorkflowExecutionStartedEventAttributes) Size

func (*HistoryEvent_WorkflowExecutionStartedEventAttributes) String

type HistoryEvent_WorkflowExecutionTerminatedEventAttributes

type HistoryEvent_WorkflowExecutionTerminatedEventAttributes struct {
	WorkflowExecutionTerminatedEventAttributes *WorkflowExecutionTerminatedEventAttributes `` /* 200-byte string literal not displayed */
}

func (*HistoryEvent_WorkflowExecutionTerminatedEventAttributes) Equal

func (this *HistoryEvent_WorkflowExecutionTerminatedEventAttributes) Equal(that interface{}) bool

func (*HistoryEvent_WorkflowExecutionTerminatedEventAttributes) GoString

func (*HistoryEvent_WorkflowExecutionTerminatedEventAttributes) MarshalTo

func (*HistoryEvent_WorkflowExecutionTerminatedEventAttributes) MarshalToSizedBuffer

func (m *HistoryEvent_WorkflowExecutionTerminatedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HistoryEvent_WorkflowExecutionTerminatedEventAttributes) Size

func (*HistoryEvent_WorkflowExecutionTerminatedEventAttributes) String

type HistoryEvent_WorkflowExecutionTimedOutEventAttributes

type HistoryEvent_WorkflowExecutionTimedOutEventAttributes struct {
	WorkflowExecutionTimedOutEventAttributes *WorkflowExecutionTimedOutEventAttributes `` /* 195-byte string literal not displayed */
}

func (*HistoryEvent_WorkflowExecutionTimedOutEventAttributes) Equal

func (this *HistoryEvent_WorkflowExecutionTimedOutEventAttributes) Equal(that interface{}) bool

func (*HistoryEvent_WorkflowExecutionTimedOutEventAttributes) GoString

func (*HistoryEvent_WorkflowExecutionTimedOutEventAttributes) MarshalTo

func (*HistoryEvent_WorkflowExecutionTimedOutEventAttributes) MarshalToSizedBuffer

func (m *HistoryEvent_WorkflowExecutionTimedOutEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HistoryEvent_WorkflowExecutionTimedOutEventAttributes) Size

func (*HistoryEvent_WorkflowExecutionTimedOutEventAttributes) String

type MarkerRecordedEventAttributes

type MarkerRecordedEventAttributes struct {
	MarkerName                   string                  `protobuf:"bytes,1,opt,name=marker_name,json=markerName,proto3" json:"marker_name,omitempty"`
	Details                      map[string]*v1.Payloads `` /* 155-byte string literal not displayed */
	DecisionTaskCompletedEventId int64                   `` /* 152-byte string literal not displayed */
	Header                       *v1.Header              `protobuf:"bytes,4,opt,name=header,proto3" json:"header,omitempty"`
	Failure                      *v13.Failure            `protobuf:"bytes,5,opt,name=failure,proto3" json:"failure,omitempty"`
}

func (*MarkerRecordedEventAttributes) Descriptor

func (*MarkerRecordedEventAttributes) Descriptor() ([]byte, []int)

func (*MarkerRecordedEventAttributes) Equal

func (this *MarkerRecordedEventAttributes) Equal(that interface{}) bool

func (*MarkerRecordedEventAttributes) GetDecisionTaskCompletedEventId

func (m *MarkerRecordedEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*MarkerRecordedEventAttributes) GetDetails

func (m *MarkerRecordedEventAttributes) GetDetails() map[string]*v1.Payloads

func (*MarkerRecordedEventAttributes) GetFailure

func (m *MarkerRecordedEventAttributes) GetFailure() *v13.Failure

func (*MarkerRecordedEventAttributes) GetHeader

func (m *MarkerRecordedEventAttributes) GetHeader() *v1.Header

func (*MarkerRecordedEventAttributes) GetMarkerName

func (m *MarkerRecordedEventAttributes) GetMarkerName() string

func (*MarkerRecordedEventAttributes) GoString

func (this *MarkerRecordedEventAttributes) GoString() string

func (*MarkerRecordedEventAttributes) Marshal

func (m *MarkerRecordedEventAttributes) Marshal() (dAtA []byte, err error)

func (*MarkerRecordedEventAttributes) MarshalTo

func (m *MarkerRecordedEventAttributes) MarshalTo(dAtA []byte) (int, error)

func (*MarkerRecordedEventAttributes) MarshalToSizedBuffer

func (m *MarkerRecordedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MarkerRecordedEventAttributes) ProtoMessage

func (*MarkerRecordedEventAttributes) ProtoMessage()

func (*MarkerRecordedEventAttributes) Reset

func (m *MarkerRecordedEventAttributes) Reset()

func (*MarkerRecordedEventAttributes) Size

func (m *MarkerRecordedEventAttributes) Size() (n int)

func (*MarkerRecordedEventAttributes) String

func (this *MarkerRecordedEventAttributes) String() string

func (*MarkerRecordedEventAttributes) Unmarshal

func (m *MarkerRecordedEventAttributes) Unmarshal(dAtA []byte) error

func (*MarkerRecordedEventAttributes) XXX_DiscardUnknown

func (m *MarkerRecordedEventAttributes) XXX_DiscardUnknown()

func (*MarkerRecordedEventAttributes) XXX_Marshal

func (m *MarkerRecordedEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MarkerRecordedEventAttributes) XXX_Merge

func (m *MarkerRecordedEventAttributes) XXX_Merge(src proto.Message)

func (*MarkerRecordedEventAttributes) XXX_Size

func (m *MarkerRecordedEventAttributes) XXX_Size() int

func (*MarkerRecordedEventAttributes) XXX_Unmarshal

func (m *MarkerRecordedEventAttributes) XXX_Unmarshal(b []byte) error

type RequestCancelExternalWorkflowExecutionFailedEventAttributes

type RequestCancelExternalWorkflowExecutionFailedEventAttributes struct {
	Cause                        v12.CancelExternalWorkflowExecutionFailedCause `` /* 130-byte string literal not displayed */
	DecisionTaskCompletedEventId int64                                          `` /* 152-byte string literal not displayed */
	Namespace                    string                                         `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	WorkflowExecution            *v1.WorkflowExecution                          `protobuf:"bytes,4,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	InitiatedEventId             int64                                          `protobuf:"varint,5,opt,name=initiated_event_id,json=initiatedEventId,proto3" json:"initiated_event_id,omitempty"`
	Control                      string                                         `protobuf:"bytes,6,opt,name=control,proto3" json:"control,omitempty"`
}

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) Descriptor

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) Equal

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) GetCause

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) GetControl

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) GetDecisionTaskCompletedEventId

func (m *RequestCancelExternalWorkflowExecutionFailedEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) GetInitiatedEventId

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) GetNamespace

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) GetWorkflowExecution

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) GoString

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) Marshal

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) MarshalTo

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) MarshalToSizedBuffer

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) ProtoMessage

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) Reset

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) Size

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) String

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) Unmarshal

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) XXX_DiscardUnknown

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) XXX_Marshal

func (m *RequestCancelExternalWorkflowExecutionFailedEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) XXX_Merge

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) XXX_Size

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) XXX_Unmarshal

type RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

type RequestCancelExternalWorkflowExecutionInitiatedEventAttributes struct {
	DecisionTaskCompletedEventId int64                 `` /* 152-byte string literal not displayed */
	Namespace                    string                `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	WorkflowExecution            *v1.WorkflowExecution `protobuf:"bytes,3,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	Control                      string                `protobuf:"bytes,4,opt,name=control,proto3" json:"control,omitempty"`
	ChildWorkflowOnly            bool                  `protobuf:"varint,5,opt,name=child_workflow_only,json=childWorkflowOnly,proto3" json:"child_workflow_only,omitempty"`
}

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) Descriptor

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) Equal

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GetChildWorkflowOnly

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GetControl

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GetDecisionTaskCompletedEventId

func (m *RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GetNamespace

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GetWorkflowExecution

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GoString

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) Marshal

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) MarshalTo

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) MarshalToSizedBuffer

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) ProtoMessage

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) Reset

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) Size

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) String

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) Unmarshal

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) XXX_DiscardUnknown

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) XXX_Marshal

func (m *RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) XXX_Merge

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) XXX_Size

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) XXX_Unmarshal

type SignalExternalWorkflowExecutionFailedEventAttributes

type SignalExternalWorkflowExecutionFailedEventAttributes struct {
	Cause                        v12.SignalExternalWorkflowExecutionFailedCause `` /* 130-byte string literal not displayed */
	DecisionTaskCompletedEventId int64                                          `` /* 152-byte string literal not displayed */
	Namespace                    string                                         `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	WorkflowExecution            *v1.WorkflowExecution                          `protobuf:"bytes,4,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	InitiatedEventId             int64                                          `protobuf:"varint,5,opt,name=initiated_event_id,json=initiatedEventId,proto3" json:"initiated_event_id,omitempty"`
	Control                      string                                         `protobuf:"bytes,6,opt,name=control,proto3" json:"control,omitempty"`
}

func (*SignalExternalWorkflowExecutionFailedEventAttributes) Descriptor

func (*SignalExternalWorkflowExecutionFailedEventAttributes) Equal

func (this *SignalExternalWorkflowExecutionFailedEventAttributes) Equal(that interface{}) bool

func (*SignalExternalWorkflowExecutionFailedEventAttributes) GetCause

func (*SignalExternalWorkflowExecutionFailedEventAttributes) GetControl

func (*SignalExternalWorkflowExecutionFailedEventAttributes) GetDecisionTaskCompletedEventId

func (m *SignalExternalWorkflowExecutionFailedEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*SignalExternalWorkflowExecutionFailedEventAttributes) GetInitiatedEventId

func (*SignalExternalWorkflowExecutionFailedEventAttributes) GetNamespace

func (*SignalExternalWorkflowExecutionFailedEventAttributes) GetWorkflowExecution

func (*SignalExternalWorkflowExecutionFailedEventAttributes) GoString

func (*SignalExternalWorkflowExecutionFailedEventAttributes) Marshal

func (*SignalExternalWorkflowExecutionFailedEventAttributes) MarshalTo

func (*SignalExternalWorkflowExecutionFailedEventAttributes) MarshalToSizedBuffer

func (m *SignalExternalWorkflowExecutionFailedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SignalExternalWorkflowExecutionFailedEventAttributes) ProtoMessage

func (*SignalExternalWorkflowExecutionFailedEventAttributes) Reset

func (*SignalExternalWorkflowExecutionFailedEventAttributes) Size

func (*SignalExternalWorkflowExecutionFailedEventAttributes) String

func (*SignalExternalWorkflowExecutionFailedEventAttributes) Unmarshal

func (*SignalExternalWorkflowExecutionFailedEventAttributes) XXX_DiscardUnknown

func (*SignalExternalWorkflowExecutionFailedEventAttributes) XXX_Marshal

func (m *SignalExternalWorkflowExecutionFailedEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignalExternalWorkflowExecutionFailedEventAttributes) XXX_Merge

func (*SignalExternalWorkflowExecutionFailedEventAttributes) XXX_Size

func (*SignalExternalWorkflowExecutionFailedEventAttributes) XXX_Unmarshal

type SignalExternalWorkflowExecutionInitiatedEventAttributes

type SignalExternalWorkflowExecutionInitiatedEventAttributes struct {
	DecisionTaskCompletedEventId int64                 `` /* 152-byte string literal not displayed */
	Namespace                    string                `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	WorkflowExecution            *v1.WorkflowExecution `protobuf:"bytes,3,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	SignalName                   string                `protobuf:"bytes,4,opt,name=signal_name,json=signalName,proto3" json:"signal_name,omitempty"`
	Input                        *v1.Payloads          `protobuf:"bytes,5,opt,name=input,proto3" json:"input,omitempty"`
	Control                      string                `protobuf:"bytes,6,opt,name=control,proto3" json:"control,omitempty"`
	ChildWorkflowOnly            bool                  `protobuf:"varint,7,opt,name=child_workflow_only,json=childWorkflowOnly,proto3" json:"child_workflow_only,omitempty"`
}

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) Descriptor

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) Equal

func (this *SignalExternalWorkflowExecutionInitiatedEventAttributes) Equal(that interface{}) bool

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) GetChildWorkflowOnly

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) GetControl

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) GetDecisionTaskCompletedEventId

func (m *SignalExternalWorkflowExecutionInitiatedEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) GetInput

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) GetNamespace

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) GetSignalName

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) GetWorkflowExecution

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) GoString

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) Marshal

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) MarshalTo

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) MarshalToSizedBuffer

func (m *SignalExternalWorkflowExecutionInitiatedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) ProtoMessage

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) Reset

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) Size

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) String

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) Unmarshal

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) XXX_DiscardUnknown

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) XXX_Marshal

func (m *SignalExternalWorkflowExecutionInitiatedEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) XXX_Merge

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) XXX_Size

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) XXX_Unmarshal

type StartChildWorkflowExecutionFailedEventAttributes

type StartChildWorkflowExecutionFailedEventAttributes struct {
	Namespace                    string                                     `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	WorkflowId                   string                                     `protobuf:"bytes,2,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"`
	WorkflowType                 *v1.WorkflowType                           `protobuf:"bytes,3,opt,name=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"`
	Cause                        v12.StartChildWorkflowExecutionFailedCause `` /* 126-byte string literal not displayed */
	Control                      string                                     `protobuf:"bytes,5,opt,name=control,proto3" json:"control,omitempty"`
	InitiatedEventId             int64                                      `protobuf:"varint,6,opt,name=initiated_event_id,json=initiatedEventId,proto3" json:"initiated_event_id,omitempty"`
	DecisionTaskCompletedEventId int64                                      `` /* 152-byte string literal not displayed */
}

func (*StartChildWorkflowExecutionFailedEventAttributes) Descriptor

func (*StartChildWorkflowExecutionFailedEventAttributes) Equal

func (this *StartChildWorkflowExecutionFailedEventAttributes) Equal(that interface{}) bool

func (*StartChildWorkflowExecutionFailedEventAttributes) GetCause

func (*StartChildWorkflowExecutionFailedEventAttributes) GetControl

func (*StartChildWorkflowExecutionFailedEventAttributes) GetDecisionTaskCompletedEventId

func (m *StartChildWorkflowExecutionFailedEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*StartChildWorkflowExecutionFailedEventAttributes) GetInitiatedEventId

func (*StartChildWorkflowExecutionFailedEventAttributes) GetNamespace

func (*StartChildWorkflowExecutionFailedEventAttributes) GetWorkflowId

func (*StartChildWorkflowExecutionFailedEventAttributes) GetWorkflowType

func (*StartChildWorkflowExecutionFailedEventAttributes) GoString

func (*StartChildWorkflowExecutionFailedEventAttributes) Marshal

func (m *StartChildWorkflowExecutionFailedEventAttributes) Marshal() (dAtA []byte, err error)

func (*StartChildWorkflowExecutionFailedEventAttributes) MarshalTo

func (*StartChildWorkflowExecutionFailedEventAttributes) MarshalToSizedBuffer

func (m *StartChildWorkflowExecutionFailedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StartChildWorkflowExecutionFailedEventAttributes) ProtoMessage

func (*StartChildWorkflowExecutionFailedEventAttributes) Reset

func (*StartChildWorkflowExecutionFailedEventAttributes) Size

func (*StartChildWorkflowExecutionFailedEventAttributes) String

func (*StartChildWorkflowExecutionFailedEventAttributes) Unmarshal

func (*StartChildWorkflowExecutionFailedEventAttributes) XXX_DiscardUnknown

func (m *StartChildWorkflowExecutionFailedEventAttributes) XXX_DiscardUnknown()

func (*StartChildWorkflowExecutionFailedEventAttributes) XXX_Marshal

func (m *StartChildWorkflowExecutionFailedEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StartChildWorkflowExecutionFailedEventAttributes) XXX_Merge

func (*StartChildWorkflowExecutionFailedEventAttributes) XXX_Size

func (*StartChildWorkflowExecutionFailedEventAttributes) XXX_Unmarshal

type StartChildWorkflowExecutionInitiatedEventAttributes

type StartChildWorkflowExecutionInitiatedEventAttributes struct {
	Namespace    string           `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	WorkflowId   string           `protobuf:"bytes,2,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"`
	WorkflowType *v1.WorkflowType `protobuf:"bytes,3,opt,name=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"`
	TaskQueue    *v11.TaskQueue   `protobuf:"bytes,4,opt,name=task_queue,json=taskQueue,proto3" json:"task_queue,omitempty"`
	Input        *v1.Payloads     `protobuf:"bytes,5,opt,name=input,proto3" json:"input,omitempty"`
	// Total workflow execution timeout including retries and continue as new.
	WorkflowExecutionTimeoutSeconds int32 `` /* 159-byte string literal not displayed */
	// Timeout of a single workflow run.
	WorkflowRunTimeoutSeconds int32 `` /* 141-byte string literal not displayed */
	// Timeout of a single workflow task.
	WorkflowTaskTimeoutSeconds   int32                     `` /* 144-byte string literal not displayed */
	ParentClosePolicy            v12.ParentClosePolicy     `` /* 156-byte string literal not displayed */
	Control                      string                    `protobuf:"bytes,10,opt,name=control,proto3" json:"control,omitempty"`
	DecisionTaskCompletedEventId int64                     `` /* 153-byte string literal not displayed */
	WorkflowIdReusePolicy        v12.WorkflowIdReusePolicy `` /* 175-byte string literal not displayed */
	RetryPolicy                  *v1.RetryPolicy           `protobuf:"bytes,13,opt,name=retry_policy,json=retryPolicy,proto3" json:"retry_policy,omitempty"`
	CronSchedule                 string                    `protobuf:"bytes,14,opt,name=cron_schedule,json=cronSchedule,proto3" json:"cron_schedule,omitempty"`
	Header                       *v1.Header                `protobuf:"bytes,15,opt,name=header,proto3" json:"header,omitempty"`
	Memo                         *v1.Memo                  `protobuf:"bytes,16,opt,name=memo,proto3" json:"memo,omitempty"`
	SearchAttributes             *v1.SearchAttributes      `protobuf:"bytes,17,opt,name=search_attributes,json=searchAttributes,proto3" json:"search_attributes,omitempty"`
}

func (*StartChildWorkflowExecutionInitiatedEventAttributes) Descriptor

func (*StartChildWorkflowExecutionInitiatedEventAttributes) Equal

func (this *StartChildWorkflowExecutionInitiatedEventAttributes) Equal(that interface{}) bool

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetControl

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetCronSchedule

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetDecisionTaskCompletedEventId

func (m *StartChildWorkflowExecutionInitiatedEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetHeader

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetInput

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetMemo

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetNamespace

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetParentClosePolicy

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetRetryPolicy

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetSearchAttributes

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetTaskQueue added in v0.26.0

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetWorkflowExecutionTimeoutSeconds

func (m *StartChildWorkflowExecutionInitiatedEventAttributes) GetWorkflowExecutionTimeoutSeconds() int32

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetWorkflowId

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetWorkflowIdReusePolicy

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetWorkflowRunTimeoutSeconds

func (m *StartChildWorkflowExecutionInitiatedEventAttributes) GetWorkflowRunTimeoutSeconds() int32

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetWorkflowTaskTimeoutSeconds

func (m *StartChildWorkflowExecutionInitiatedEventAttributes) GetWorkflowTaskTimeoutSeconds() int32

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetWorkflowType

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GoString

func (*StartChildWorkflowExecutionInitiatedEventAttributes) Marshal

func (*StartChildWorkflowExecutionInitiatedEventAttributes) MarshalTo

func (*StartChildWorkflowExecutionInitiatedEventAttributes) MarshalToSizedBuffer

func (m *StartChildWorkflowExecutionInitiatedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StartChildWorkflowExecutionInitiatedEventAttributes) ProtoMessage

func (*StartChildWorkflowExecutionInitiatedEventAttributes) Reset

func (*StartChildWorkflowExecutionInitiatedEventAttributes) Size

func (*StartChildWorkflowExecutionInitiatedEventAttributes) String

func (*StartChildWorkflowExecutionInitiatedEventAttributes) Unmarshal

func (*StartChildWorkflowExecutionInitiatedEventAttributes) XXX_DiscardUnknown

func (*StartChildWorkflowExecutionInitiatedEventAttributes) XXX_Marshal

func (m *StartChildWorkflowExecutionInitiatedEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StartChildWorkflowExecutionInitiatedEventAttributes) XXX_Merge

func (*StartChildWorkflowExecutionInitiatedEventAttributes) XXX_Size

func (*StartChildWorkflowExecutionInitiatedEventAttributes) XXX_Unmarshal

type TimerCanceledEventAttributes

type TimerCanceledEventAttributes struct {
	TimerId                      string `protobuf:"bytes,1,opt,name=timer_id,json=timerId,proto3" json:"timer_id,omitempty"`
	StartedEventId               int64  `protobuf:"varint,2,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	DecisionTaskCompletedEventId int64  `` /* 152-byte string literal not displayed */
	Identity                     string `protobuf:"bytes,4,opt,name=identity,proto3" json:"identity,omitempty"`
}

func (*TimerCanceledEventAttributes) Descriptor

func (*TimerCanceledEventAttributes) Descriptor() ([]byte, []int)

func (*TimerCanceledEventAttributes) Equal

func (this *TimerCanceledEventAttributes) Equal(that interface{}) bool

func (*TimerCanceledEventAttributes) GetDecisionTaskCompletedEventId

func (m *TimerCanceledEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*TimerCanceledEventAttributes) GetIdentity

func (m *TimerCanceledEventAttributes) GetIdentity() string

func (*TimerCanceledEventAttributes) GetStartedEventId

func (m *TimerCanceledEventAttributes) GetStartedEventId() int64

func (*TimerCanceledEventAttributes) GetTimerId

func (m *TimerCanceledEventAttributes) GetTimerId() string

func (*TimerCanceledEventAttributes) GoString

func (this *TimerCanceledEventAttributes) GoString() string

func (*TimerCanceledEventAttributes) Marshal

func (m *TimerCanceledEventAttributes) Marshal() (dAtA []byte, err error)

func (*TimerCanceledEventAttributes) MarshalTo

func (m *TimerCanceledEventAttributes) MarshalTo(dAtA []byte) (int, error)

func (*TimerCanceledEventAttributes) MarshalToSizedBuffer

func (m *TimerCanceledEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TimerCanceledEventAttributes) ProtoMessage

func (*TimerCanceledEventAttributes) ProtoMessage()

func (*TimerCanceledEventAttributes) Reset

func (m *TimerCanceledEventAttributes) Reset()

func (*TimerCanceledEventAttributes) Size

func (m *TimerCanceledEventAttributes) Size() (n int)

func (*TimerCanceledEventAttributes) String

func (this *TimerCanceledEventAttributes) String() string

func (*TimerCanceledEventAttributes) Unmarshal

func (m *TimerCanceledEventAttributes) Unmarshal(dAtA []byte) error

func (*TimerCanceledEventAttributes) XXX_DiscardUnknown

func (m *TimerCanceledEventAttributes) XXX_DiscardUnknown()

func (*TimerCanceledEventAttributes) XXX_Marshal

func (m *TimerCanceledEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TimerCanceledEventAttributes) XXX_Merge

func (m *TimerCanceledEventAttributes) XXX_Merge(src proto.Message)

func (*TimerCanceledEventAttributes) XXX_Size

func (m *TimerCanceledEventAttributes) XXX_Size() int

func (*TimerCanceledEventAttributes) XXX_Unmarshal

func (m *TimerCanceledEventAttributes) XXX_Unmarshal(b []byte) error

type TimerFiredEventAttributes

type TimerFiredEventAttributes struct {
	TimerId        string `protobuf:"bytes,1,opt,name=timer_id,json=timerId,proto3" json:"timer_id,omitempty"`
	StartedEventId int64  `protobuf:"varint,2,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
}

func (*TimerFiredEventAttributes) Descriptor

func (*TimerFiredEventAttributes) Descriptor() ([]byte, []int)

func (*TimerFiredEventAttributes) Equal

func (this *TimerFiredEventAttributes) Equal(that interface{}) bool

func (*TimerFiredEventAttributes) GetStartedEventId

func (m *TimerFiredEventAttributes) GetStartedEventId() int64

func (*TimerFiredEventAttributes) GetTimerId

func (m *TimerFiredEventAttributes) GetTimerId() string

func (*TimerFiredEventAttributes) GoString

func (this *TimerFiredEventAttributes) GoString() string

func (*TimerFiredEventAttributes) Marshal

func (m *TimerFiredEventAttributes) Marshal() (dAtA []byte, err error)

func (*TimerFiredEventAttributes) MarshalTo

func (m *TimerFiredEventAttributes) MarshalTo(dAtA []byte) (int, error)

func (*TimerFiredEventAttributes) MarshalToSizedBuffer

func (m *TimerFiredEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TimerFiredEventAttributes) ProtoMessage

func (*TimerFiredEventAttributes) ProtoMessage()

func (*TimerFiredEventAttributes) Reset

func (m *TimerFiredEventAttributes) Reset()

func (*TimerFiredEventAttributes) Size

func (m *TimerFiredEventAttributes) Size() (n int)

func (*TimerFiredEventAttributes) String

func (this *TimerFiredEventAttributes) String() string

func (*TimerFiredEventAttributes) Unmarshal

func (m *TimerFiredEventAttributes) Unmarshal(dAtA []byte) error

func (*TimerFiredEventAttributes) XXX_DiscardUnknown

func (m *TimerFiredEventAttributes) XXX_DiscardUnknown()

func (*TimerFiredEventAttributes) XXX_Marshal

func (m *TimerFiredEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TimerFiredEventAttributes) XXX_Merge

func (m *TimerFiredEventAttributes) XXX_Merge(src proto.Message)

func (*TimerFiredEventAttributes) XXX_Size

func (m *TimerFiredEventAttributes) XXX_Size() int

func (*TimerFiredEventAttributes) XXX_Unmarshal

func (m *TimerFiredEventAttributes) XXX_Unmarshal(b []byte) error

type TimerStartedEventAttributes

type TimerStartedEventAttributes struct {
	TimerId                      string `protobuf:"bytes,1,opt,name=timer_id,json=timerId,proto3" json:"timer_id,omitempty"`
	StartToFireTimeoutSeconds    int64  `` /* 143-byte string literal not displayed */
	DecisionTaskCompletedEventId int64  `` /* 152-byte string literal not displayed */
}

func (*TimerStartedEventAttributes) Descriptor

func (*TimerStartedEventAttributes) Descriptor() ([]byte, []int)

func (*TimerStartedEventAttributes) Equal

func (this *TimerStartedEventAttributes) Equal(that interface{}) bool

func (*TimerStartedEventAttributes) GetDecisionTaskCompletedEventId

func (m *TimerStartedEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*TimerStartedEventAttributes) GetStartToFireTimeoutSeconds

func (m *TimerStartedEventAttributes) GetStartToFireTimeoutSeconds() int64

func (*TimerStartedEventAttributes) GetTimerId

func (m *TimerStartedEventAttributes) GetTimerId() string

func (*TimerStartedEventAttributes) GoString

func (this *TimerStartedEventAttributes) GoString() string

func (*TimerStartedEventAttributes) Marshal

func (m *TimerStartedEventAttributes) Marshal() (dAtA []byte, err error)

func (*TimerStartedEventAttributes) MarshalTo

func (m *TimerStartedEventAttributes) MarshalTo(dAtA []byte) (int, error)

func (*TimerStartedEventAttributes) MarshalToSizedBuffer

func (m *TimerStartedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TimerStartedEventAttributes) ProtoMessage

func (*TimerStartedEventAttributes) ProtoMessage()

func (*TimerStartedEventAttributes) Reset

func (m *TimerStartedEventAttributes) Reset()

func (*TimerStartedEventAttributes) Size

func (m *TimerStartedEventAttributes) Size() (n int)

func (*TimerStartedEventAttributes) String

func (this *TimerStartedEventAttributes) String() string

func (*TimerStartedEventAttributes) Unmarshal

func (m *TimerStartedEventAttributes) Unmarshal(dAtA []byte) error

func (*TimerStartedEventAttributes) XXX_DiscardUnknown

func (m *TimerStartedEventAttributes) XXX_DiscardUnknown()

func (*TimerStartedEventAttributes) XXX_Marshal

func (m *TimerStartedEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TimerStartedEventAttributes) XXX_Merge

func (m *TimerStartedEventAttributes) XXX_Merge(src proto.Message)

func (*TimerStartedEventAttributes) XXX_Size

func (m *TimerStartedEventAttributes) XXX_Size() int

func (*TimerStartedEventAttributes) XXX_Unmarshal

func (m *TimerStartedEventAttributes) XXX_Unmarshal(b []byte) error

type UpsertWorkflowSearchAttributesEventAttributes

type UpsertWorkflowSearchAttributesEventAttributes struct {
	DecisionTaskCompletedEventId int64                `` /* 152-byte string literal not displayed */
	SearchAttributes             *v1.SearchAttributes `protobuf:"bytes,2,opt,name=search_attributes,json=searchAttributes,proto3" json:"search_attributes,omitempty"`
}

func (*UpsertWorkflowSearchAttributesEventAttributes) Descriptor

func (*UpsertWorkflowSearchAttributesEventAttributes) Equal

func (this *UpsertWorkflowSearchAttributesEventAttributes) Equal(that interface{}) bool

func (*UpsertWorkflowSearchAttributesEventAttributes) GetDecisionTaskCompletedEventId

func (m *UpsertWorkflowSearchAttributesEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*UpsertWorkflowSearchAttributesEventAttributes) GetSearchAttributes

func (*UpsertWorkflowSearchAttributesEventAttributes) GoString

func (*UpsertWorkflowSearchAttributesEventAttributes) Marshal

func (m *UpsertWorkflowSearchAttributesEventAttributes) Marshal() (dAtA []byte, err error)

func (*UpsertWorkflowSearchAttributesEventAttributes) MarshalTo

func (*UpsertWorkflowSearchAttributesEventAttributes) MarshalToSizedBuffer

func (m *UpsertWorkflowSearchAttributesEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpsertWorkflowSearchAttributesEventAttributes) ProtoMessage

func (*UpsertWorkflowSearchAttributesEventAttributes) Reset

func (*UpsertWorkflowSearchAttributesEventAttributes) Size

func (*UpsertWorkflowSearchAttributesEventAttributes) String

func (*UpsertWorkflowSearchAttributesEventAttributes) Unmarshal

func (*UpsertWorkflowSearchAttributesEventAttributes) XXX_DiscardUnknown

func (m *UpsertWorkflowSearchAttributesEventAttributes) XXX_DiscardUnknown()

func (*UpsertWorkflowSearchAttributesEventAttributes) XXX_Marshal

func (m *UpsertWorkflowSearchAttributesEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpsertWorkflowSearchAttributesEventAttributes) XXX_Merge

func (*UpsertWorkflowSearchAttributesEventAttributes) XXX_Size

func (*UpsertWorkflowSearchAttributesEventAttributes) XXX_Unmarshal

type WorkflowExecutionCancelRequestedEventAttributes

type WorkflowExecutionCancelRequestedEventAttributes struct {
	Cause                     string                `protobuf:"bytes,1,opt,name=cause,proto3" json:"cause,omitempty"`
	ExternalInitiatedEventId  int64                 `` /* 138-byte string literal not displayed */
	ExternalWorkflowExecution *v1.WorkflowExecution `` /* 138-byte string literal not displayed */
	Identity                  string                `protobuf:"bytes,4,opt,name=identity,proto3" json:"identity,omitempty"`
}

func (*WorkflowExecutionCancelRequestedEventAttributes) Descriptor

func (*WorkflowExecutionCancelRequestedEventAttributes) Equal

func (this *WorkflowExecutionCancelRequestedEventAttributes) Equal(that interface{}) bool

func (*WorkflowExecutionCancelRequestedEventAttributes) GetCause

func (*WorkflowExecutionCancelRequestedEventAttributes) GetExternalInitiatedEventId

func (m *WorkflowExecutionCancelRequestedEventAttributes) GetExternalInitiatedEventId() int64

func (*WorkflowExecutionCancelRequestedEventAttributes) GetExternalWorkflowExecution

func (m *WorkflowExecutionCancelRequestedEventAttributes) GetExternalWorkflowExecution() *v1.WorkflowExecution

func (*WorkflowExecutionCancelRequestedEventAttributes) GetIdentity

func (*WorkflowExecutionCancelRequestedEventAttributes) GoString

func (*WorkflowExecutionCancelRequestedEventAttributes) Marshal

func (m *WorkflowExecutionCancelRequestedEventAttributes) Marshal() (dAtA []byte, err error)

func (*WorkflowExecutionCancelRequestedEventAttributes) MarshalTo

func (*WorkflowExecutionCancelRequestedEventAttributes) MarshalToSizedBuffer

func (m *WorkflowExecutionCancelRequestedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WorkflowExecutionCancelRequestedEventAttributes) ProtoMessage

func (*WorkflowExecutionCancelRequestedEventAttributes) Reset

func (*WorkflowExecutionCancelRequestedEventAttributes) Size

func (*WorkflowExecutionCancelRequestedEventAttributes) String

func (*WorkflowExecutionCancelRequestedEventAttributes) Unmarshal

func (*WorkflowExecutionCancelRequestedEventAttributes) XXX_DiscardUnknown

func (m *WorkflowExecutionCancelRequestedEventAttributes) XXX_DiscardUnknown()

func (*WorkflowExecutionCancelRequestedEventAttributes) XXX_Marshal

func (m *WorkflowExecutionCancelRequestedEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WorkflowExecutionCancelRequestedEventAttributes) XXX_Merge

func (*WorkflowExecutionCancelRequestedEventAttributes) XXX_Size

func (*WorkflowExecutionCancelRequestedEventAttributes) XXX_Unmarshal

type WorkflowExecutionCanceledEventAttributes

type WorkflowExecutionCanceledEventAttributes struct {
	DecisionTaskCompletedEventId int64        `` /* 152-byte string literal not displayed */
	Details                      *v1.Payloads `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"`
}

func (*WorkflowExecutionCanceledEventAttributes) Descriptor

func (*WorkflowExecutionCanceledEventAttributes) Descriptor() ([]byte, []int)

func (*WorkflowExecutionCanceledEventAttributes) Equal

func (this *WorkflowExecutionCanceledEventAttributes) Equal(that interface{}) bool

func (*WorkflowExecutionCanceledEventAttributes) GetDecisionTaskCompletedEventId

func (m *WorkflowExecutionCanceledEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*WorkflowExecutionCanceledEventAttributes) GetDetails

func (*WorkflowExecutionCanceledEventAttributes) GoString

func (*WorkflowExecutionCanceledEventAttributes) Marshal

func (m *WorkflowExecutionCanceledEventAttributes) Marshal() (dAtA []byte, err error)

func (*WorkflowExecutionCanceledEventAttributes) MarshalTo

func (m *WorkflowExecutionCanceledEventAttributes) MarshalTo(dAtA []byte) (int, error)

func (*WorkflowExecutionCanceledEventAttributes) MarshalToSizedBuffer

func (m *WorkflowExecutionCanceledEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WorkflowExecutionCanceledEventAttributes) ProtoMessage

func (*WorkflowExecutionCanceledEventAttributes) Reset

func (*WorkflowExecutionCanceledEventAttributes) Size

func (*WorkflowExecutionCanceledEventAttributes) String

func (*WorkflowExecutionCanceledEventAttributes) Unmarshal

func (*WorkflowExecutionCanceledEventAttributes) XXX_DiscardUnknown

func (m *WorkflowExecutionCanceledEventAttributes) XXX_DiscardUnknown()

func (*WorkflowExecutionCanceledEventAttributes) XXX_Marshal

func (m *WorkflowExecutionCanceledEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WorkflowExecutionCanceledEventAttributes) XXX_Merge

func (*WorkflowExecutionCanceledEventAttributes) XXX_Size

func (*WorkflowExecutionCanceledEventAttributes) XXX_Unmarshal

func (m *WorkflowExecutionCanceledEventAttributes) XXX_Unmarshal(b []byte) error

type WorkflowExecutionCompletedEventAttributes

type WorkflowExecutionCompletedEventAttributes struct {
	Result                       *v1.Payloads `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	DecisionTaskCompletedEventId int64        `` /* 152-byte string literal not displayed */
}

func (*WorkflowExecutionCompletedEventAttributes) Descriptor

func (*WorkflowExecutionCompletedEventAttributes) Descriptor() ([]byte, []int)

func (*WorkflowExecutionCompletedEventAttributes) Equal

func (this *WorkflowExecutionCompletedEventAttributes) Equal(that interface{}) bool

func (*WorkflowExecutionCompletedEventAttributes) GetDecisionTaskCompletedEventId

func (m *WorkflowExecutionCompletedEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*WorkflowExecutionCompletedEventAttributes) GetResult

func (*WorkflowExecutionCompletedEventAttributes) GoString

func (*WorkflowExecutionCompletedEventAttributes) Marshal

func (m *WorkflowExecutionCompletedEventAttributes) Marshal() (dAtA []byte, err error)

func (*WorkflowExecutionCompletedEventAttributes) MarshalTo

func (m *WorkflowExecutionCompletedEventAttributes) MarshalTo(dAtA []byte) (int, error)

func (*WorkflowExecutionCompletedEventAttributes) MarshalToSizedBuffer

func (m *WorkflowExecutionCompletedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WorkflowExecutionCompletedEventAttributes) ProtoMessage

func (*WorkflowExecutionCompletedEventAttributes) Reset

func (*WorkflowExecutionCompletedEventAttributes) Size

func (*WorkflowExecutionCompletedEventAttributes) String

func (*WorkflowExecutionCompletedEventAttributes) Unmarshal

func (*WorkflowExecutionCompletedEventAttributes) XXX_DiscardUnknown

func (m *WorkflowExecutionCompletedEventAttributes) XXX_DiscardUnknown()

func (*WorkflowExecutionCompletedEventAttributes) XXX_Marshal

func (m *WorkflowExecutionCompletedEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WorkflowExecutionCompletedEventAttributes) XXX_Merge

func (*WorkflowExecutionCompletedEventAttributes) XXX_Size

func (*WorkflowExecutionCompletedEventAttributes) XXX_Unmarshal

type WorkflowExecutionContinuedAsNewEventAttributes

type WorkflowExecutionContinuedAsNewEventAttributes struct {
	NewExecutionRunId string           `protobuf:"bytes,1,opt,name=new_execution_run_id,json=newExecutionRunId,proto3" json:"new_execution_run_id,omitempty"`
	WorkflowType      *v1.WorkflowType `protobuf:"bytes,2,opt,name=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"`
	TaskQueue         *v11.TaskQueue   `protobuf:"bytes,3,opt,name=task_queue,json=taskQueue,proto3" json:"task_queue,omitempty"`
	Input             *v1.Payloads     `protobuf:"bytes,4,opt,name=input,proto3" json:"input,omitempty"`
	// workflow_execution_timeout is omitted as it shouldn'be overridden from within a workflow.
	// Timeout of a single workflow run.
	WorkflowRunTimeoutSeconds int32 `` /* 141-byte string literal not displayed */
	// Timeout of a single workflow task.
	WorkflowTaskTimeoutSeconds    int32                      `` /* 144-byte string literal not displayed */
	DecisionTaskCompletedEventId  int64                      `` /* 152-byte string literal not displayed */
	BackoffStartIntervalInSeconds int32                      `` /* 155-byte string literal not displayed */
	Initiator                     v12.ContinueAsNewInitiator `protobuf:"varint,9,opt,name=initiator,proto3,enum=temporal.enums.v1.ContinueAsNewInitiator" json:"initiator,omitempty"`
	Failure                       *v13.Failure               `protobuf:"bytes,10,opt,name=failure,proto3" json:"failure,omitempty"`
	LastCompletionResult          *v1.Payloads               `protobuf:"bytes,11,opt,name=last_completion_result,json=lastCompletionResult,proto3" json:"last_completion_result,omitempty"`
	Header                        *v1.Header                 `protobuf:"bytes,12,opt,name=header,proto3" json:"header,omitempty"`
	Memo                          *v1.Memo                   `protobuf:"bytes,13,opt,name=memo,proto3" json:"memo,omitempty"`
	SearchAttributes              *v1.SearchAttributes       `protobuf:"bytes,14,opt,name=search_attributes,json=searchAttributes,proto3" json:"search_attributes,omitempty"`
}

func (*WorkflowExecutionContinuedAsNewEventAttributes) Descriptor

func (*WorkflowExecutionContinuedAsNewEventAttributes) Equal

func (this *WorkflowExecutionContinuedAsNewEventAttributes) Equal(that interface{}) bool

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetBackoffStartIntervalInSeconds

func (m *WorkflowExecutionContinuedAsNewEventAttributes) GetBackoffStartIntervalInSeconds() int32

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetDecisionTaskCompletedEventId

func (m *WorkflowExecutionContinuedAsNewEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetFailure

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetHeader

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetInitiator

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetInput

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetLastCompletionResult

func (m *WorkflowExecutionContinuedAsNewEventAttributes) GetLastCompletionResult() *v1.Payloads

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetMemo

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetNewExecutionRunId

func (m *WorkflowExecutionContinuedAsNewEventAttributes) GetNewExecutionRunId() string

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetSearchAttributes

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetTaskQueue added in v0.26.0

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetWorkflowRunTimeoutSeconds

func (m *WorkflowExecutionContinuedAsNewEventAttributes) GetWorkflowRunTimeoutSeconds() int32

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetWorkflowTaskTimeoutSeconds

func (m *WorkflowExecutionContinuedAsNewEventAttributes) GetWorkflowTaskTimeoutSeconds() int32

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetWorkflowType

func (*WorkflowExecutionContinuedAsNewEventAttributes) GoString

func (*WorkflowExecutionContinuedAsNewEventAttributes) Marshal

func (m *WorkflowExecutionContinuedAsNewEventAttributes) Marshal() (dAtA []byte, err error)

func (*WorkflowExecutionContinuedAsNewEventAttributes) MarshalTo

func (*WorkflowExecutionContinuedAsNewEventAttributes) MarshalToSizedBuffer

func (m *WorkflowExecutionContinuedAsNewEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WorkflowExecutionContinuedAsNewEventAttributes) ProtoMessage

func (*WorkflowExecutionContinuedAsNewEventAttributes) Reset

func (*WorkflowExecutionContinuedAsNewEventAttributes) Size

func (*WorkflowExecutionContinuedAsNewEventAttributes) String

func (*WorkflowExecutionContinuedAsNewEventAttributes) Unmarshal

func (*WorkflowExecutionContinuedAsNewEventAttributes) XXX_DiscardUnknown

func (m *WorkflowExecutionContinuedAsNewEventAttributes) XXX_DiscardUnknown()

func (*WorkflowExecutionContinuedAsNewEventAttributes) XXX_Marshal

func (m *WorkflowExecutionContinuedAsNewEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WorkflowExecutionContinuedAsNewEventAttributes) XXX_Merge

func (*WorkflowExecutionContinuedAsNewEventAttributes) XXX_Size

func (*WorkflowExecutionContinuedAsNewEventAttributes) XXX_Unmarshal

type WorkflowExecutionFailedEventAttributes

type WorkflowExecutionFailedEventAttributes struct {
	Failure                      *v13.Failure    `protobuf:"bytes,1,opt,name=failure,proto3" json:"failure,omitempty"`
	RetryStatus                  v12.RetryStatus `` /* 130-byte string literal not displayed */
	DecisionTaskCompletedEventId int64           `` /* 152-byte string literal not displayed */
}

func (*WorkflowExecutionFailedEventAttributes) Descriptor

func (*WorkflowExecutionFailedEventAttributes) Descriptor() ([]byte, []int)

func (*WorkflowExecutionFailedEventAttributes) Equal

func (this *WorkflowExecutionFailedEventAttributes) Equal(that interface{}) bool

func (*WorkflowExecutionFailedEventAttributes) GetDecisionTaskCompletedEventId

func (m *WorkflowExecutionFailedEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*WorkflowExecutionFailedEventAttributes) GetFailure

func (*WorkflowExecutionFailedEventAttributes) GetRetryStatus

func (*WorkflowExecutionFailedEventAttributes) GoString

func (*WorkflowExecutionFailedEventAttributes) Marshal

func (m *WorkflowExecutionFailedEventAttributes) Marshal() (dAtA []byte, err error)

func (*WorkflowExecutionFailedEventAttributes) MarshalTo

func (m *WorkflowExecutionFailedEventAttributes) MarshalTo(dAtA []byte) (int, error)

func (*WorkflowExecutionFailedEventAttributes) MarshalToSizedBuffer

func (m *WorkflowExecutionFailedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WorkflowExecutionFailedEventAttributes) ProtoMessage

func (*WorkflowExecutionFailedEventAttributes) Reset

func (*WorkflowExecutionFailedEventAttributes) Size

func (*WorkflowExecutionFailedEventAttributes) String

func (*WorkflowExecutionFailedEventAttributes) Unmarshal

func (m *WorkflowExecutionFailedEventAttributes) Unmarshal(dAtA []byte) error

func (*WorkflowExecutionFailedEventAttributes) XXX_DiscardUnknown

func (m *WorkflowExecutionFailedEventAttributes) XXX_DiscardUnknown()

func (*WorkflowExecutionFailedEventAttributes) XXX_Marshal

func (m *WorkflowExecutionFailedEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WorkflowExecutionFailedEventAttributes) XXX_Merge

func (*WorkflowExecutionFailedEventAttributes) XXX_Size

func (*WorkflowExecutionFailedEventAttributes) XXX_Unmarshal

func (m *WorkflowExecutionFailedEventAttributes) XXX_Unmarshal(b []byte) error

type WorkflowExecutionSignaledEventAttributes

type WorkflowExecutionSignaledEventAttributes struct {
	SignalName string       `protobuf:"bytes,1,opt,name=signal_name,json=signalName,proto3" json:"signal_name,omitempty"`
	Input      *v1.Payloads `protobuf:"bytes,2,opt,name=input,proto3" json:"input,omitempty"`
	Identity   string       `protobuf:"bytes,3,opt,name=identity,proto3" json:"identity,omitempty"`
}

func (*WorkflowExecutionSignaledEventAttributes) Descriptor

func (*WorkflowExecutionSignaledEventAttributes) Descriptor() ([]byte, []int)

func (*WorkflowExecutionSignaledEventAttributes) Equal

func (this *WorkflowExecutionSignaledEventAttributes) Equal(that interface{}) bool

func (*WorkflowExecutionSignaledEventAttributes) GetIdentity

func (*WorkflowExecutionSignaledEventAttributes) GetInput

func (*WorkflowExecutionSignaledEventAttributes) GetSignalName

func (*WorkflowExecutionSignaledEventAttributes) GoString

func (*WorkflowExecutionSignaledEventAttributes) Marshal

func (m *WorkflowExecutionSignaledEventAttributes) Marshal() (dAtA []byte, err error)

func (*WorkflowExecutionSignaledEventAttributes) MarshalTo

func (m *WorkflowExecutionSignaledEventAttributes) MarshalTo(dAtA []byte) (int, error)

func (*WorkflowExecutionSignaledEventAttributes) MarshalToSizedBuffer

func (m *WorkflowExecutionSignaledEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WorkflowExecutionSignaledEventAttributes) ProtoMessage

func (*WorkflowExecutionSignaledEventAttributes) Reset

func (*WorkflowExecutionSignaledEventAttributes) Size

func (*WorkflowExecutionSignaledEventAttributes) String

func (*WorkflowExecutionSignaledEventAttributes) Unmarshal

func (*WorkflowExecutionSignaledEventAttributes) XXX_DiscardUnknown

func (m *WorkflowExecutionSignaledEventAttributes) XXX_DiscardUnknown()

func (*WorkflowExecutionSignaledEventAttributes) XXX_Marshal

func (m *WorkflowExecutionSignaledEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WorkflowExecutionSignaledEventAttributes) XXX_Merge

func (*WorkflowExecutionSignaledEventAttributes) XXX_Size

func (*WorkflowExecutionSignaledEventAttributes) XXX_Unmarshal

func (m *WorkflowExecutionSignaledEventAttributes) XXX_Unmarshal(b []byte) error

type WorkflowExecutionStartedEventAttributes

type WorkflowExecutionStartedEventAttributes struct {
	WorkflowType            *v1.WorkflowType      `protobuf:"bytes,1,opt,name=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"`
	ParentWorkflowNamespace string                `` /* 132-byte string literal not displayed */
	ParentWorkflowExecution *v1.WorkflowExecution `` /* 132-byte string literal not displayed */
	ParentInitiatedEventId  int64                 `` /* 132-byte string literal not displayed */
	TaskQueue               *v11.TaskQueue        `protobuf:"bytes,5,opt,name=task_queue,json=taskQueue,proto3" json:"task_queue,omitempty"`
	Input                   *v1.Payloads          `protobuf:"bytes,6,opt,name=input,proto3" json:"input,omitempty"`
	// Total workflow execution timeout including retries and continue as new.
	WorkflowExecutionTimeoutSeconds int32 `` /* 159-byte string literal not displayed */
	// Timeout of a single workflow run.
	WorkflowRunTimeoutSeconds int32 `` /* 141-byte string literal not displayed */
	// Timeout of a single workflow task.
	WorkflowTaskTimeoutSeconds int32                      `` /* 144-byte string literal not displayed */
	ContinuedExecutionRunId    string                     `` /* 135-byte string literal not displayed */
	Initiator                  v12.ContinueAsNewInitiator `protobuf:"varint,11,opt,name=initiator,proto3,enum=temporal.enums.v1.ContinueAsNewInitiator" json:"initiator,omitempty"`
	ContinuedFailure           *v13.Failure               `protobuf:"bytes,12,opt,name=continued_failure,json=continuedFailure,proto3" json:"continued_failure,omitempty"`
	LastCompletionResult       *v1.Payloads               `protobuf:"bytes,13,opt,name=last_completion_result,json=lastCompletionResult,proto3" json:"last_completion_result,omitempty"`
	// This is the runId when the WorkflowExecutionStarted event is written.
	OriginalExecutionRunId string `` /* 132-byte string literal not displayed */
	Identity               string `protobuf:"bytes,15,opt,name=identity,proto3" json:"identity,omitempty"`
	// This is the very first runId along the chain of ContinueAsNew and Reset.
	FirstExecutionRunId string          `protobuf:"bytes,16,opt,name=first_execution_run_id,json=firstExecutionRunId,proto3" json:"first_execution_run_id,omitempty"`
	RetryPolicy         *v1.RetryPolicy `protobuf:"bytes,17,opt,name=retry_policy,json=retryPolicy,proto3" json:"retry_policy,omitempty"`
	Attempt             int32           `protobuf:"varint,18,opt,name=attempt,proto3" json:"attempt,omitempty"`
	// The absolute time at which workflow is timed out.
	// This time is passed without change to the next run/retry of a workflow.
	WorkflowExecutionExpirationTimestamp int64                `` /* 175-byte string literal not displayed */
	CronSchedule                         string               `protobuf:"bytes,20,opt,name=cron_schedule,json=cronSchedule,proto3" json:"cron_schedule,omitempty"`
	FirstDecisionTaskBackoffSeconds      int32                `` /* 162-byte string literal not displayed */
	Memo                                 *v1.Memo             `protobuf:"bytes,22,opt,name=memo,proto3" json:"memo,omitempty"`
	SearchAttributes                     *v1.SearchAttributes `protobuf:"bytes,23,opt,name=search_attributes,json=searchAttributes,proto3" json:"search_attributes,omitempty"`
	PrevAutoResetPoints                  *v14.ResetPoints     `protobuf:"bytes,24,opt,name=prev_auto_reset_points,json=prevAutoResetPoints,proto3" json:"prev_auto_reset_points,omitempty"`
	Header                               *v1.Header           `protobuf:"bytes,25,opt,name=header,proto3" json:"header,omitempty"`
}

func (*WorkflowExecutionStartedEventAttributes) Descriptor

func (*WorkflowExecutionStartedEventAttributes) Descriptor() ([]byte, []int)

func (*WorkflowExecutionStartedEventAttributes) Equal

func (this *WorkflowExecutionStartedEventAttributes) Equal(that interface{}) bool

func (*WorkflowExecutionStartedEventAttributes) GetAttempt

func (*WorkflowExecutionStartedEventAttributes) GetContinuedExecutionRunId

func (m *WorkflowExecutionStartedEventAttributes) GetContinuedExecutionRunId() string

func (*WorkflowExecutionStartedEventAttributes) GetContinuedFailure

func (m *WorkflowExecutionStartedEventAttributes) GetContinuedFailure() *v13.Failure

func (*WorkflowExecutionStartedEventAttributes) GetCronSchedule

func (m *WorkflowExecutionStartedEventAttributes) GetCronSchedule() string

func (*WorkflowExecutionStartedEventAttributes) GetFirstDecisionTaskBackoffSeconds

func (m *WorkflowExecutionStartedEventAttributes) GetFirstDecisionTaskBackoffSeconds() int32

func (*WorkflowExecutionStartedEventAttributes) GetFirstExecutionRunId

func (m *WorkflowExecutionStartedEventAttributes) GetFirstExecutionRunId() string

func (*WorkflowExecutionStartedEventAttributes) GetHeader

func (*WorkflowExecutionStartedEventAttributes) GetIdentity

func (*WorkflowExecutionStartedEventAttributes) GetInitiator

func (*WorkflowExecutionStartedEventAttributes) GetInput

func (*WorkflowExecutionStartedEventAttributes) GetLastCompletionResult

func (m *WorkflowExecutionStartedEventAttributes) GetLastCompletionResult() *v1.Payloads

func (*WorkflowExecutionStartedEventAttributes) GetMemo

func (*WorkflowExecutionStartedEventAttributes) GetOriginalExecutionRunId

func (m *WorkflowExecutionStartedEventAttributes) GetOriginalExecutionRunId() string

func (*WorkflowExecutionStartedEventAttributes) GetParentInitiatedEventId

func (m *WorkflowExecutionStartedEventAttributes) GetParentInitiatedEventId() int64

func (*WorkflowExecutionStartedEventAttributes) GetParentWorkflowExecution

func (m *WorkflowExecutionStartedEventAttributes) GetParentWorkflowExecution() *v1.WorkflowExecution

func (*WorkflowExecutionStartedEventAttributes) GetParentWorkflowNamespace

func (m *WorkflowExecutionStartedEventAttributes) GetParentWorkflowNamespace() string

func (*WorkflowExecutionStartedEventAttributes) GetPrevAutoResetPoints

func (m *WorkflowExecutionStartedEventAttributes) GetPrevAutoResetPoints() *v14.ResetPoints

func (*WorkflowExecutionStartedEventAttributes) GetRetryPolicy

func (*WorkflowExecutionStartedEventAttributes) GetSearchAttributes

func (*WorkflowExecutionStartedEventAttributes) GetTaskQueue added in v0.26.0

func (*WorkflowExecutionStartedEventAttributes) GetWorkflowExecutionExpirationTimestamp

func (m *WorkflowExecutionStartedEventAttributes) GetWorkflowExecutionExpirationTimestamp() int64

func (*WorkflowExecutionStartedEventAttributes) GetWorkflowExecutionTimeoutSeconds

func (m *WorkflowExecutionStartedEventAttributes) GetWorkflowExecutionTimeoutSeconds() int32

func (*WorkflowExecutionStartedEventAttributes) GetWorkflowRunTimeoutSeconds

func (m *WorkflowExecutionStartedEventAttributes) GetWorkflowRunTimeoutSeconds() int32

func (*WorkflowExecutionStartedEventAttributes) GetWorkflowTaskTimeoutSeconds

func (m *WorkflowExecutionStartedEventAttributes) GetWorkflowTaskTimeoutSeconds() int32

func (*WorkflowExecutionStartedEventAttributes) GetWorkflowType

func (*WorkflowExecutionStartedEventAttributes) GoString

func (*WorkflowExecutionStartedEventAttributes) Marshal

func (m *WorkflowExecutionStartedEventAttributes) Marshal() (dAtA []byte, err error)

func (*WorkflowExecutionStartedEventAttributes) MarshalTo

func (m *WorkflowExecutionStartedEventAttributes) MarshalTo(dAtA []byte) (int, error)

func (*WorkflowExecutionStartedEventAttributes) MarshalToSizedBuffer

func (m *WorkflowExecutionStartedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WorkflowExecutionStartedEventAttributes) ProtoMessage

func (*WorkflowExecutionStartedEventAttributes) Reset

func (*WorkflowExecutionStartedEventAttributes) Size

func (*WorkflowExecutionStartedEventAttributes) String

func (*WorkflowExecutionStartedEventAttributes) Unmarshal

func (m *WorkflowExecutionStartedEventAttributes) Unmarshal(dAtA []byte) error

func (*WorkflowExecutionStartedEventAttributes) XXX_DiscardUnknown

func (m *WorkflowExecutionStartedEventAttributes) XXX_DiscardUnknown()

func (*WorkflowExecutionStartedEventAttributes) XXX_Marshal

func (m *WorkflowExecutionStartedEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WorkflowExecutionStartedEventAttributes) XXX_Merge

func (*WorkflowExecutionStartedEventAttributes) XXX_Size

func (*WorkflowExecutionStartedEventAttributes) XXX_Unmarshal

func (m *WorkflowExecutionStartedEventAttributes) XXX_Unmarshal(b []byte) error

type WorkflowExecutionTerminatedEventAttributes

type WorkflowExecutionTerminatedEventAttributes struct {
	Reason   string       `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
	Details  *v1.Payloads `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"`
	Identity string       `protobuf:"bytes,3,opt,name=identity,proto3" json:"identity,omitempty"`
}

func (*WorkflowExecutionTerminatedEventAttributes) Descriptor

func (*WorkflowExecutionTerminatedEventAttributes) Equal

func (this *WorkflowExecutionTerminatedEventAttributes) Equal(that interface{}) bool

func (*WorkflowExecutionTerminatedEventAttributes) GetDetails

func (*WorkflowExecutionTerminatedEventAttributes) GetIdentity

func (*WorkflowExecutionTerminatedEventAttributes) GetReason

func (*WorkflowExecutionTerminatedEventAttributes) GoString

func (*WorkflowExecutionTerminatedEventAttributes) Marshal

func (m *WorkflowExecutionTerminatedEventAttributes) Marshal() (dAtA []byte, err error)

func (*WorkflowExecutionTerminatedEventAttributes) MarshalTo

func (m *WorkflowExecutionTerminatedEventAttributes) MarshalTo(dAtA []byte) (int, error)

func (*WorkflowExecutionTerminatedEventAttributes) MarshalToSizedBuffer

func (m *WorkflowExecutionTerminatedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WorkflowExecutionTerminatedEventAttributes) ProtoMessage

func (*WorkflowExecutionTerminatedEventAttributes) Reset

func (*WorkflowExecutionTerminatedEventAttributes) Size

func (*WorkflowExecutionTerminatedEventAttributes) String

func (*WorkflowExecutionTerminatedEventAttributes) Unmarshal

func (*WorkflowExecutionTerminatedEventAttributes) XXX_DiscardUnknown

func (m *WorkflowExecutionTerminatedEventAttributes) XXX_DiscardUnknown()

func (*WorkflowExecutionTerminatedEventAttributes) XXX_Marshal

func (m *WorkflowExecutionTerminatedEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WorkflowExecutionTerminatedEventAttributes) XXX_Merge

func (*WorkflowExecutionTerminatedEventAttributes) XXX_Size

func (*WorkflowExecutionTerminatedEventAttributes) XXX_Unmarshal

type WorkflowExecutionTimedOutEventAttributes

type WorkflowExecutionTimedOutEventAttributes struct {
	RetryStatus v12.RetryStatus `` /* 130-byte string literal not displayed */
}

func (*WorkflowExecutionTimedOutEventAttributes) Descriptor

func (*WorkflowExecutionTimedOutEventAttributes) Descriptor() ([]byte, []int)

func (*WorkflowExecutionTimedOutEventAttributes) Equal

func (this *WorkflowExecutionTimedOutEventAttributes) Equal(that interface{}) bool

func (*WorkflowExecutionTimedOutEventAttributes) GetRetryStatus

func (*WorkflowExecutionTimedOutEventAttributes) GoString

func (*WorkflowExecutionTimedOutEventAttributes) Marshal

func (m *WorkflowExecutionTimedOutEventAttributes) Marshal() (dAtA []byte, err error)

func (*WorkflowExecutionTimedOutEventAttributes) MarshalTo

func (m *WorkflowExecutionTimedOutEventAttributes) MarshalTo(dAtA []byte) (int, error)

func (*WorkflowExecutionTimedOutEventAttributes) MarshalToSizedBuffer

func (m *WorkflowExecutionTimedOutEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WorkflowExecutionTimedOutEventAttributes) ProtoMessage

func (*WorkflowExecutionTimedOutEventAttributes) Reset

func (*WorkflowExecutionTimedOutEventAttributes) Size

func (*WorkflowExecutionTimedOutEventAttributes) String

func (*WorkflowExecutionTimedOutEventAttributes) Unmarshal

func (*WorkflowExecutionTimedOutEventAttributes) XXX_DiscardUnknown

func (m *WorkflowExecutionTimedOutEventAttributes) XXX_DiscardUnknown()

func (*WorkflowExecutionTimedOutEventAttributes) XXX_Marshal

func (m *WorkflowExecutionTimedOutEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WorkflowExecutionTimedOutEventAttributes) XXX_Merge

func (*WorkflowExecutionTimedOutEventAttributes) XXX_Size

func (*WorkflowExecutionTimedOutEventAttributes) XXX_Unmarshal

func (m *WorkflowExecutionTimedOutEventAttributes) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL