history

package
v0.29.0 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2020 License: MIT Imports: 16 Imported by: 2

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"`
	WorkflowTaskCompletedEventId int64 `` /* 152-byte string literal not displayed */
}

func (*ActivityTaskCancelRequestedEventAttributes) Descriptor

func (*ActivityTaskCancelRequestedEventAttributes) Equal

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

func (*ActivityTaskCancelRequestedEventAttributes) GetScheduledEventId

func (m *ActivityTaskCancelRequestedEventAttributes) GetScheduledEventId() int64

func (*ActivityTaskCancelRequestedEventAttributes) GetWorkflowTaskCompletedEventId

func (m *ActivityTaskCancelRequestedEventAttributes) GetWorkflowTaskCompletedEventId() 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"`
	RetryState       v12.RetryState `` /* 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) GetRetryState

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"`
	// (-- api-linter: core::0140::prepositions=disabled
	//     aip.dev/not-precedent: "to" is used to indicate interval. --)
	// 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.
	ScheduleToCloseTimeout *time.Duration `` /* 143-byte string literal not displayed */
	// (-- api-linter: core::0140::prepositions=disabled
	//     aip.dev/not-precedent: "to" is used to indicate interval. --)
	// 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.
	ScheduleToStartTimeout *time.Duration `` /* 143-byte string literal not displayed */
	// (-- api-linter: core::0140::prepositions=disabled
	//     aip.dev/not-precedent: "to" is used to indicate interval. --)
	// 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.
	StartToCloseTimeout *time.Duration `` /* 134-byte string literal not displayed */
	// Maximum time between successful worker heartbeats.
	HeartbeatTimeout             *time.Duration `protobuf:"bytes,10,opt,name=heartbeat_timeout,json=heartbeatTimeout,proto3,stdduration" json:"heartbeat_timeout,omitempty"`
	WorkflowTaskCompletedEventId 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) GetHeader

func (*ActivityTaskScheduledEventAttributes) GetHeartbeatTimeout

func (m *ActivityTaskScheduledEventAttributes) GetHeartbeatTimeout() *time.Duration

func (*ActivityTaskScheduledEventAttributes) GetInput

func (*ActivityTaskScheduledEventAttributes) GetNamespace

func (m *ActivityTaskScheduledEventAttributes) GetNamespace() string

func (*ActivityTaskScheduledEventAttributes) GetRetryPolicy

func (*ActivityTaskScheduledEventAttributes) GetScheduleToCloseTimeout

func (m *ActivityTaskScheduledEventAttributes) GetScheduleToCloseTimeout() *time.Duration

func (*ActivityTaskScheduledEventAttributes) GetScheduleToStartTimeout

func (m *ActivityTaskScheduledEventAttributes) GetScheduleToStartTimeout() *time.Duration

func (*ActivityTaskScheduledEventAttributes) GetStartToCloseTimeout

func (m *ActivityTaskScheduledEventAttributes) GetStartToCloseTimeout() *time.Duration

func (*ActivityTaskScheduledEventAttributes) GetTaskQueue

func (*ActivityTaskScheduledEventAttributes) GetWorkflowTaskCompletedEventId

func (m *ActivityTaskScheduledEventAttributes) GetWorkflowTaskCompletedEventId() int64

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"`
	RetryState       v12.RetryState `` /* 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) GetRetryState

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 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"`
	RetryState        v12.RetryState        `` /* 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) GetRetryState

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"`
	RetryState        v12.RetryState        `` /* 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) GetRetryState

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 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"`
	EventTime *time.Time    `protobuf:"bytes,2,opt,name=event_time,json=eventTime,proto3,stdtime" json:"event_time,omitempty"`
	EventType v12.EventType `` /* 126-byte string literal not displayed */
	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_WorkflowTaskScheduledEventAttributes
	//	*HistoryEvent_WorkflowTaskStartedEventAttributes
	//	*HistoryEvent_WorkflowTaskCompletedEventAttributes
	//	*HistoryEvent_WorkflowTaskTimedOutEventAttributes
	//	*HistoryEvent_WorkflowTaskFailedEventAttributes
	//	*HistoryEvent_ActivityTaskScheduledEventAttributes
	//	*HistoryEvent_ActivityTaskStartedEventAttributes
	//	*HistoryEvent_ActivityTaskCompletedEventAttributes
	//	*HistoryEvent_ActivityTaskFailedEventAttributes
	//	*HistoryEvent_ActivityTaskTimedOutEventAttributes
	//	*HistoryEvent_TimerStartedEventAttributes
	//	*HistoryEvent_TimerFiredEventAttributes
	//	*HistoryEvent_ActivityTaskCancelRequestedEventAttributes
	//	*HistoryEvent_ActivityTaskCanceledEventAttributes
	//	*HistoryEvent_TimerCanceledEventAttributes
	//	*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) 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) GetEventId

func (m *HistoryEvent) GetEventId() int64

func (*HistoryEvent) GetEventTime

func (m *HistoryEvent) GetEventTime() *time.Time

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) 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) GetWorkflowTaskCompletedEventAttributes

func (m *HistoryEvent) GetWorkflowTaskCompletedEventAttributes() *WorkflowTaskCompletedEventAttributes

func (*HistoryEvent) GetWorkflowTaskFailedEventAttributes

func (m *HistoryEvent) GetWorkflowTaskFailedEventAttributes() *WorkflowTaskFailedEventAttributes

func (*HistoryEvent) GetWorkflowTaskScheduledEventAttributes

func (m *HistoryEvent) GetWorkflowTaskScheduledEventAttributes() *WorkflowTaskScheduledEventAttributes

func (*HistoryEvent) GetWorkflowTaskStartedEventAttributes

func (m *HistoryEvent) GetWorkflowTaskStartedEventAttributes() *WorkflowTaskStartedEventAttributes

func (*HistoryEvent) GetWorkflowTaskTimedOutEventAttributes

func (m *HistoryEvent) GetWorkflowTaskTimedOutEventAttributes() *WorkflowTaskTimedOutEventAttributes

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_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_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 HistoryEvent_WorkflowTaskCompletedEventAttributes

type HistoryEvent_WorkflowTaskCompletedEventAttributes struct {
	WorkflowTaskCompletedEventAttributes *WorkflowTaskCompletedEventAttributes `` /* 182-byte string literal not displayed */
}

func (*HistoryEvent_WorkflowTaskCompletedEventAttributes) Equal

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

func (*HistoryEvent_WorkflowTaskCompletedEventAttributes) GoString

func (*HistoryEvent_WorkflowTaskCompletedEventAttributes) MarshalTo

func (*HistoryEvent_WorkflowTaskCompletedEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_WorkflowTaskCompletedEventAttributes) Size

func (*HistoryEvent_WorkflowTaskCompletedEventAttributes) String

type HistoryEvent_WorkflowTaskFailedEventAttributes

type HistoryEvent_WorkflowTaskFailedEventAttributes struct {
	WorkflowTaskFailedEventAttributes *WorkflowTaskFailedEventAttributes `` /* 173-byte string literal not displayed */
}

func (*HistoryEvent_WorkflowTaskFailedEventAttributes) Equal

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

func (*HistoryEvent_WorkflowTaskFailedEventAttributes) GoString

func (*HistoryEvent_WorkflowTaskFailedEventAttributes) MarshalTo

func (*HistoryEvent_WorkflowTaskFailedEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_WorkflowTaskFailedEventAttributes) Size

func (*HistoryEvent_WorkflowTaskFailedEventAttributes) String

type HistoryEvent_WorkflowTaskScheduledEventAttributes

type HistoryEvent_WorkflowTaskScheduledEventAttributes struct {
	WorkflowTaskScheduledEventAttributes *WorkflowTaskScheduledEventAttributes `` /* 182-byte string literal not displayed */
}

func (*HistoryEvent_WorkflowTaskScheduledEventAttributes) Equal

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

func (*HistoryEvent_WorkflowTaskScheduledEventAttributes) GoString

func (*HistoryEvent_WorkflowTaskScheduledEventAttributes) MarshalTo

func (*HistoryEvent_WorkflowTaskScheduledEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_WorkflowTaskScheduledEventAttributes) Size

func (*HistoryEvent_WorkflowTaskScheduledEventAttributes) String

type HistoryEvent_WorkflowTaskStartedEventAttributes

type HistoryEvent_WorkflowTaskStartedEventAttributes struct {
	WorkflowTaskStartedEventAttributes *WorkflowTaskStartedEventAttributes `` /* 176-byte string literal not displayed */
}

func (*HistoryEvent_WorkflowTaskStartedEventAttributes) Equal

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

func (*HistoryEvent_WorkflowTaskStartedEventAttributes) GoString

func (*HistoryEvent_WorkflowTaskStartedEventAttributes) MarshalTo

func (*HistoryEvent_WorkflowTaskStartedEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_WorkflowTaskStartedEventAttributes) Size

func (*HistoryEvent_WorkflowTaskStartedEventAttributes) String

type HistoryEvent_WorkflowTaskTimedOutEventAttributes

type HistoryEvent_WorkflowTaskTimedOutEventAttributes struct {
	WorkflowTaskTimedOutEventAttributes *WorkflowTaskTimedOutEventAttributes `` /* 181-byte string literal not displayed */
}

func (*HistoryEvent_WorkflowTaskTimedOutEventAttributes) Equal

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

func (*HistoryEvent_WorkflowTaskTimedOutEventAttributes) GoString

func (*HistoryEvent_WorkflowTaskTimedOutEventAttributes) MarshalTo

func (*HistoryEvent_WorkflowTaskTimedOutEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_WorkflowTaskTimedOutEventAttributes) Size

func (*HistoryEvent_WorkflowTaskTimedOutEventAttributes) 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 */
	WorkflowTaskCompletedEventId 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) 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) GetWorkflowTaskCompletedEventId

func (m *MarkerRecordedEventAttributes) GetWorkflowTaskCompletedEventId() int64

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 `` /* 134-byte string literal not displayed */
	WorkflowTaskCompletedEventId 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) GetInitiatedEventId

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) GetNamespace

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) GetWorkflowExecution

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) GetWorkflowTaskCompletedEventId

func (m *RequestCancelExternalWorkflowExecutionFailedEventAttributes) GetWorkflowTaskCompletedEventId() int64

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 {
	WorkflowTaskCompletedEventId 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) GetNamespace

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GetWorkflowExecution

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GetWorkflowTaskCompletedEventId

func (m *RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GetWorkflowTaskCompletedEventId() int64

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 `` /* 134-byte string literal not displayed */
	WorkflowTaskCompletedEventId 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) GetInitiatedEventId

func (*SignalExternalWorkflowExecutionFailedEventAttributes) GetNamespace

func (*SignalExternalWorkflowExecutionFailedEventAttributes) GetWorkflowExecution

func (*SignalExternalWorkflowExecutionFailedEventAttributes) GetWorkflowTaskCompletedEventId

func (m *SignalExternalWorkflowExecutionFailedEventAttributes) GetWorkflowTaskCompletedEventId() int64

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 {
	WorkflowTaskCompletedEventId 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) GetInput

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) GetNamespace

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) GetSignalName

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) GetWorkflowExecution

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) GetWorkflowTaskCompletedEventId

func (m *SignalExternalWorkflowExecutionInitiatedEventAttributes) GetWorkflowTaskCompletedEventId() int64

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 `` /* 130-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"`
	WorkflowTaskCompletedEventId 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) GetInitiatedEventId

func (*StartChildWorkflowExecutionFailedEventAttributes) GetNamespace

func (*StartChildWorkflowExecutionFailedEventAttributes) GetWorkflowId

func (*StartChildWorkflowExecutionFailedEventAttributes) GetWorkflowTaskCompletedEventId

func (m *StartChildWorkflowExecutionFailedEventAttributes) GetWorkflowTaskCompletedEventId() int64

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.
	WorkflowExecutionTimeout *time.Duration `` /* 147-byte string literal not displayed */
	// Timeout of a single workflow run.
	WorkflowRunTimeout *time.Duration `` /* 129-byte string literal not displayed */
	// Timeout of a single workflow task.
	WorkflowTaskTimeout *time.Duration `` /* 132-byte string literal not displayed */
	// Default: PARENT_CLOSE_POLICY_TERMINATE.
	ParentClosePolicy            v12.ParentClosePolicy `` /* 160-byte string literal not displayed */
	Control                      string                `protobuf:"bytes,10,opt,name=control,proto3" json:"control,omitempty"`
	WorkflowTaskCompletedEventId int64                 `` /* 153-byte string literal not displayed */
	// Default: WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE.
	WorkflowIdReusePolicy v12.WorkflowIdReusePolicy `` /* 179-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) GetHeader

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetInput

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetMemo

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetNamespace

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetParentClosePolicy

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetRetryPolicy

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetSearchAttributes

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetTaskQueue

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetWorkflowExecutionTimeout

func (m *StartChildWorkflowExecutionInitiatedEventAttributes) GetWorkflowExecutionTimeout() *time.Duration

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetWorkflowId

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetWorkflowIdReusePolicy

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetWorkflowRunTimeout

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetWorkflowTaskCompletedEventId

func (m *StartChildWorkflowExecutionInitiatedEventAttributes) GetWorkflowTaskCompletedEventId() int64

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetWorkflowTaskTimeout

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"`
	WorkflowTaskCompletedEventId 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) GetIdentity

func (m *TimerCanceledEventAttributes) GetIdentity() string

func (*TimerCanceledEventAttributes) GetStartedEventId

func (m *TimerCanceledEventAttributes) GetStartedEventId() int64

func (*TimerCanceledEventAttributes) GetTimerId

func (m *TimerCanceledEventAttributes) GetTimerId() string

func (*TimerCanceledEventAttributes) GetWorkflowTaskCompletedEventId

func (m *TimerCanceledEventAttributes) GetWorkflowTaskCompletedEventId() int64

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"`
	// (-- api-linter: core::0140::prepositions=disabled
	//     aip.dev/not-precedent: "to" is used to indicate interval. --)
	StartToFireTimeout           *time.Duration `` /* 131-byte string literal not displayed */
	WorkflowTaskCompletedEventId 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) GetStartToFireTimeout

func (m *TimerStartedEventAttributes) GetStartToFireTimeout() *time.Duration

func (*TimerStartedEventAttributes) GetTimerId

func (m *TimerStartedEventAttributes) GetTimerId() string

func (*TimerStartedEventAttributes) GetWorkflowTaskCompletedEventId

func (m *TimerStartedEventAttributes) GetWorkflowTaskCompletedEventId() int64

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 {
	WorkflowTaskCompletedEventId 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) GetSearchAttributes

func (*UpsertWorkflowSearchAttributesEventAttributes) GetWorkflowTaskCompletedEventId

func (m *UpsertWorkflowSearchAttributesEventAttributes) GetWorkflowTaskCompletedEventId() int64

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 {
	WorkflowTaskCompletedEventId 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) GetDetails

func (*WorkflowExecutionCanceledEventAttributes) GetWorkflowTaskCompletedEventId

func (m *WorkflowExecutionCanceledEventAttributes) GetWorkflowTaskCompletedEventId() int64

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"`
	WorkflowTaskCompletedEventId 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) GetResult

func (*WorkflowExecutionCompletedEventAttributes) GetWorkflowTaskCompletedEventId

func (m *WorkflowExecutionCompletedEventAttributes) GetWorkflowTaskCompletedEventId() int64

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.
	WorkflowRunTimeout *time.Duration `` /* 129-byte string literal not displayed */
	// Timeout of a single workflow task.
	WorkflowTaskTimeout          *time.Duration             `` /* 132-byte string literal not displayed */
	WorkflowTaskCompletedEventId int64                      `` /* 152-byte string literal not displayed */
	BackoffStartInterval         *time.Duration             `` /* 135-byte string literal not displayed */
	Initiator                    v12.ContinueAsNewInitiator `protobuf:"varint,9,opt,name=initiator,proto3,enum=temporal.api.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) GetBackoffStartInterval

func (m *WorkflowExecutionContinuedAsNewEventAttributes) GetBackoffStartInterval() *time.Duration

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

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetWorkflowRunTimeout

func (m *WorkflowExecutionContinuedAsNewEventAttributes) GetWorkflowRunTimeout() *time.Duration

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetWorkflowTaskCompletedEventId

func (m *WorkflowExecutionContinuedAsNewEventAttributes) GetWorkflowTaskCompletedEventId() int64

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetWorkflowTaskTimeout

func (m *WorkflowExecutionContinuedAsNewEventAttributes) GetWorkflowTaskTimeout() *time.Duration

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"`
	RetryState                   v12.RetryState `` /* 130-byte string literal not displayed */
	WorkflowTaskCompletedEventId 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) GetFailure

func (*WorkflowExecutionFailedEventAttributes) GetRetryState

func (*WorkflowExecutionFailedEventAttributes) GetWorkflowTaskCompletedEventId

func (m *WorkflowExecutionFailedEventAttributes) GetWorkflowTaskCompletedEventId() int64

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.
	WorkflowExecutionTimeout *time.Duration `` /* 147-byte string literal not displayed */
	// Timeout of a single workflow run.
	WorkflowRunTimeout *time.Duration `` /* 129-byte string literal not displayed */
	// Timeout of a single workflow task.
	WorkflowTaskTimeout     *time.Duration             `` /* 132-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.api.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.
	WorkflowExecutionExpirationTime *time.Time           `` /* 167-byte string literal not displayed */
	CronSchedule                    string               `protobuf:"bytes,20,opt,name=cron_schedule,json=cronSchedule,proto3" json:"cron_schedule,omitempty"`
	FirstWorkflowTaskBackoff        *time.Duration       `` /* 150-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) GetFirstExecutionRunId

func (m *WorkflowExecutionStartedEventAttributes) GetFirstExecutionRunId() string

func (*WorkflowExecutionStartedEventAttributes) GetFirstWorkflowTaskBackoff

func (m *WorkflowExecutionStartedEventAttributes) GetFirstWorkflowTaskBackoff() *time.Duration

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

func (*WorkflowExecutionStartedEventAttributes) GetWorkflowExecutionExpirationTime

func (m *WorkflowExecutionStartedEventAttributes) GetWorkflowExecutionExpirationTime() *time.Time

func (*WorkflowExecutionStartedEventAttributes) GetWorkflowExecutionTimeout

func (m *WorkflowExecutionStartedEventAttributes) GetWorkflowExecutionTimeout() *time.Duration

func (*WorkflowExecutionStartedEventAttributes) GetWorkflowRunTimeout

func (m *WorkflowExecutionStartedEventAttributes) GetWorkflowRunTimeout() *time.Duration

func (*WorkflowExecutionStartedEventAttributes) GetWorkflowTaskTimeout

func (m *WorkflowExecutionStartedEventAttributes) GetWorkflowTaskTimeout() *time.Duration

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 {
	RetryState v12.RetryState `` /* 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) GetRetryState

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

type WorkflowTaskCompletedEventAttributes

type WorkflowTaskCompletedEventAttributes 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 (*WorkflowTaskCompletedEventAttributes) Descriptor

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

func (*WorkflowTaskCompletedEventAttributes) Equal

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

func (*WorkflowTaskCompletedEventAttributes) GetBinaryChecksum

func (m *WorkflowTaskCompletedEventAttributes) GetBinaryChecksum() string

func (*WorkflowTaskCompletedEventAttributes) GetIdentity

func (*WorkflowTaskCompletedEventAttributes) GetScheduledEventId

func (m *WorkflowTaskCompletedEventAttributes) GetScheduledEventId() int64

func (*WorkflowTaskCompletedEventAttributes) GetStartedEventId

func (m *WorkflowTaskCompletedEventAttributes) GetStartedEventId() int64

func (*WorkflowTaskCompletedEventAttributes) GoString

func (*WorkflowTaskCompletedEventAttributes) Marshal

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

func (*WorkflowTaskCompletedEventAttributes) MarshalTo

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

func (*WorkflowTaskCompletedEventAttributes) MarshalToSizedBuffer

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

func (*WorkflowTaskCompletedEventAttributes) ProtoMessage

func (*WorkflowTaskCompletedEventAttributes) ProtoMessage()

func (*WorkflowTaskCompletedEventAttributes) Reset

func (*WorkflowTaskCompletedEventAttributes) Size

func (*WorkflowTaskCompletedEventAttributes) String

func (*WorkflowTaskCompletedEventAttributes) Unmarshal

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

func (*WorkflowTaskCompletedEventAttributes) XXX_DiscardUnknown

func (m *WorkflowTaskCompletedEventAttributes) XXX_DiscardUnknown()

func (*WorkflowTaskCompletedEventAttributes) XXX_Marshal

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

func (*WorkflowTaskCompletedEventAttributes) XXX_Merge

func (*WorkflowTaskCompletedEventAttributes) XXX_Size

func (*WorkflowTaskCompletedEventAttributes) XXX_Unmarshal

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

type WorkflowTaskFailedEventAttributes

type WorkflowTaskFailedEventAttributes 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.WorkflowTaskFailedCause `protobuf:"varint,3,opt,name=cause,proto3,enum=temporal.api.enums.v1.WorkflowTaskFailedCause" 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 (*WorkflowTaskFailedEventAttributes) Descriptor

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

func (*WorkflowTaskFailedEventAttributes) Equal

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

func (*WorkflowTaskFailedEventAttributes) GetBaseRunId

func (m *WorkflowTaskFailedEventAttributes) GetBaseRunId() string

func (*WorkflowTaskFailedEventAttributes) GetBinaryChecksum

func (m *WorkflowTaskFailedEventAttributes) GetBinaryChecksum() string

func (*WorkflowTaskFailedEventAttributes) GetCause

func (*WorkflowTaskFailedEventAttributes) GetFailure

func (*WorkflowTaskFailedEventAttributes) GetForkEventVersion

func (m *WorkflowTaskFailedEventAttributes) GetForkEventVersion() int64

func (*WorkflowTaskFailedEventAttributes) GetIdentity

func (m *WorkflowTaskFailedEventAttributes) GetIdentity() string

func (*WorkflowTaskFailedEventAttributes) GetNewRunId

func (m *WorkflowTaskFailedEventAttributes) GetNewRunId() string

func (*WorkflowTaskFailedEventAttributes) GetScheduledEventId

func (m *WorkflowTaskFailedEventAttributes) GetScheduledEventId() int64

func (*WorkflowTaskFailedEventAttributes) GetStartedEventId

func (m *WorkflowTaskFailedEventAttributes) GetStartedEventId() int64

func (*WorkflowTaskFailedEventAttributes) GoString

func (this *WorkflowTaskFailedEventAttributes) GoString() string

func (*WorkflowTaskFailedEventAttributes) Marshal

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

func (*WorkflowTaskFailedEventAttributes) MarshalTo

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

func (*WorkflowTaskFailedEventAttributes) MarshalToSizedBuffer

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

func (*WorkflowTaskFailedEventAttributes) ProtoMessage

func (*WorkflowTaskFailedEventAttributes) ProtoMessage()

func (*WorkflowTaskFailedEventAttributes) Reset

func (*WorkflowTaskFailedEventAttributes) Size

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

func (*WorkflowTaskFailedEventAttributes) String

func (*WorkflowTaskFailedEventAttributes) Unmarshal

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

func (*WorkflowTaskFailedEventAttributes) XXX_DiscardUnknown

func (m *WorkflowTaskFailedEventAttributes) XXX_DiscardUnknown()

func (*WorkflowTaskFailedEventAttributes) XXX_Marshal

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

func (*WorkflowTaskFailedEventAttributes) XXX_Merge

func (*WorkflowTaskFailedEventAttributes) XXX_Size

func (m *WorkflowTaskFailedEventAttributes) XXX_Size() int

func (*WorkflowTaskFailedEventAttributes) XXX_Unmarshal

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

type WorkflowTaskScheduledEventAttributes

type WorkflowTaskScheduledEventAttributes struct {
	TaskQueue *v11.TaskQueue `protobuf:"bytes,1,opt,name=task_queue,json=taskQueue,proto3" json:"task_queue,omitempty"`
	// (-- api-linter: core::0140::prepositions=disabled
	//     aip.dev/not-precedent: "to" is used to indicate interval. --)
	StartToCloseTimeout *time.Duration `` /* 134-byte string literal not displayed */
	Attempt             int32          `protobuf:"varint,3,opt,name=attempt,proto3" json:"attempt,omitempty"`
}

func (*WorkflowTaskScheduledEventAttributes) Descriptor

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

func (*WorkflowTaskScheduledEventAttributes) Equal

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

func (*WorkflowTaskScheduledEventAttributes) GetAttempt

func (*WorkflowTaskScheduledEventAttributes) GetStartToCloseTimeout

func (m *WorkflowTaskScheduledEventAttributes) GetStartToCloseTimeout() *time.Duration

func (*WorkflowTaskScheduledEventAttributes) GetTaskQueue

func (*WorkflowTaskScheduledEventAttributes) GoString

func (*WorkflowTaskScheduledEventAttributes) Marshal

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

func (*WorkflowTaskScheduledEventAttributes) MarshalTo

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

func (*WorkflowTaskScheduledEventAttributes) MarshalToSizedBuffer

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

func (*WorkflowTaskScheduledEventAttributes) ProtoMessage

func (*WorkflowTaskScheduledEventAttributes) ProtoMessage()

func (*WorkflowTaskScheduledEventAttributes) Reset

func (*WorkflowTaskScheduledEventAttributes) Size

func (*WorkflowTaskScheduledEventAttributes) String

func (*WorkflowTaskScheduledEventAttributes) Unmarshal

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

func (*WorkflowTaskScheduledEventAttributes) XXX_DiscardUnknown

func (m *WorkflowTaskScheduledEventAttributes) XXX_DiscardUnknown()

func (*WorkflowTaskScheduledEventAttributes) XXX_Marshal

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

func (*WorkflowTaskScheduledEventAttributes) XXX_Merge

func (*WorkflowTaskScheduledEventAttributes) XXX_Size

func (*WorkflowTaskScheduledEventAttributes) XXX_Unmarshal

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

type WorkflowTaskStartedEventAttributes

type WorkflowTaskStartedEventAttributes 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 (*WorkflowTaskStartedEventAttributes) Descriptor

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

func (*WorkflowTaskStartedEventAttributes) Equal

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

func (*WorkflowTaskStartedEventAttributes) GetIdentity

func (m *WorkflowTaskStartedEventAttributes) GetIdentity() string

func (*WorkflowTaskStartedEventAttributes) GetRequestId

func (m *WorkflowTaskStartedEventAttributes) GetRequestId() string

func (*WorkflowTaskStartedEventAttributes) GetScheduledEventId

func (m *WorkflowTaskStartedEventAttributes) GetScheduledEventId() int64

func (*WorkflowTaskStartedEventAttributes) GoString

func (this *WorkflowTaskStartedEventAttributes) GoString() string

func (*WorkflowTaskStartedEventAttributes) Marshal

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

func (*WorkflowTaskStartedEventAttributes) MarshalTo

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

func (*WorkflowTaskStartedEventAttributes) MarshalToSizedBuffer

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

func (*WorkflowTaskStartedEventAttributes) ProtoMessage

func (*WorkflowTaskStartedEventAttributes) ProtoMessage()

func (*WorkflowTaskStartedEventAttributes) Reset

func (*WorkflowTaskStartedEventAttributes) Size

func (*WorkflowTaskStartedEventAttributes) String

func (*WorkflowTaskStartedEventAttributes) Unmarshal

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

func (*WorkflowTaskStartedEventAttributes) XXX_DiscardUnknown

func (m *WorkflowTaskStartedEventAttributes) XXX_DiscardUnknown()

func (*WorkflowTaskStartedEventAttributes) XXX_Marshal

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

func (*WorkflowTaskStartedEventAttributes) XXX_Merge

func (*WorkflowTaskStartedEventAttributes) XXX_Size

func (*WorkflowTaskStartedEventAttributes) XXX_Unmarshal

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

type WorkflowTaskTimedOutEventAttributes

type WorkflowTaskTimedOutEventAttributes 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 `` /* 134-byte string literal not displayed */
}

func (*WorkflowTaskTimedOutEventAttributes) Descriptor

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

func (*WorkflowTaskTimedOutEventAttributes) Equal

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

func (*WorkflowTaskTimedOutEventAttributes) GetScheduledEventId

func (m *WorkflowTaskTimedOutEventAttributes) GetScheduledEventId() int64

func (*WorkflowTaskTimedOutEventAttributes) GetStartedEventId

func (m *WorkflowTaskTimedOutEventAttributes) GetStartedEventId() int64

func (*WorkflowTaskTimedOutEventAttributes) GetTimeoutType

func (*WorkflowTaskTimedOutEventAttributes) GoString

func (*WorkflowTaskTimedOutEventAttributes) Marshal

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

func (*WorkflowTaskTimedOutEventAttributes) MarshalTo

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

func (*WorkflowTaskTimedOutEventAttributes) MarshalToSizedBuffer

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

func (*WorkflowTaskTimedOutEventAttributes) ProtoMessage

func (*WorkflowTaskTimedOutEventAttributes) ProtoMessage()

func (*WorkflowTaskTimedOutEventAttributes) Reset

func (*WorkflowTaskTimedOutEventAttributes) Size

func (*WorkflowTaskTimedOutEventAttributes) String

func (*WorkflowTaskTimedOutEventAttributes) Unmarshal

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

func (*WorkflowTaskTimedOutEventAttributes) XXX_DiscardUnknown

func (m *WorkflowTaskTimedOutEventAttributes) XXX_DiscardUnknown()

func (*WorkflowTaskTimedOutEventAttributes) XXX_Marshal

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

func (*WorkflowTaskTimedOutEventAttributes) XXX_Merge

func (*WorkflowTaskTimedOutEventAttributes) XXX_Size

func (*WorkflowTaskTimedOutEventAttributes) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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