common

package
v0.0.0-...-ae3c8eb Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2020 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthCommon        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowCommon          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupCommon = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthDecision        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowDecision          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupDecision = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthDomain        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowDomain          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupDomain = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthHistory        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowHistory          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupHistory = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthWorkflowExecution        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowWorkflowExecution          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupWorkflowExecution = fmt.Errorf("proto: unexpected end of group")
)

Functions

This section is empty.

Types

type ActivityTaskCancelRequestedEventAttributes

type ActivityTaskCancelRequestedEventAttributes struct {
	ActivityId                   string `protobuf:"bytes,1,opt,name=activityId,proto3" json:"activityId,omitempty"`
	DecisionTaskCompletedEventId int64  `protobuf:"varint,2,opt,name=decisionTaskCompletedEventId,proto3" json:"decisionTaskCompletedEventId,omitempty"`
}

func (*ActivityTaskCancelRequestedEventAttributes) Descriptor

func (*ActivityTaskCancelRequestedEventAttributes) Equal

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

func (*ActivityTaskCancelRequestedEventAttributes) GetActivityId

func (*ActivityTaskCancelRequestedEventAttributes) GetDecisionTaskCompletedEventId

func (m *ActivityTaskCancelRequestedEventAttributes) GetDecisionTaskCompletedEventId() 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                      []byte `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	LatestCancelRequestedEventId int64  `protobuf:"varint,2,opt,name=latestCancelRequestedEventId,proto3" json:"latestCancelRequestedEventId,omitempty"`
	ScheduledEventId             int64  `protobuf:"varint,3,opt,name=scheduledEventId,proto3" json:"scheduledEventId,omitempty"`
	StartedEventId               int64  `protobuf:"varint,4,opt,name=startedEventId,proto3" json:"startedEventId,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 (m *ActivityTaskCanceledEventAttributes) GetDetails() []byte

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           []byte `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	ScheduledEventId int64  `protobuf:"varint,2,opt,name=scheduledEventId,proto3" json:"scheduledEventId,omitempty"`
	StartedEventId   int64  `protobuf:"varint,3,opt,name=startedEventId,proto3" json:"startedEventId,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 (m *ActivityTaskCompletedEventAttributes) GetResult() []byte

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 {
	Reason           string `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
	Details          []byte `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"`
	ScheduledEventId int64  `protobuf:"varint,3,opt,name=scheduledEventId,proto3" json:"scheduledEventId,omitempty"`
	StartedEventId   int64  `protobuf:"varint,4,opt,name=startedEventId,proto3" json:"startedEventId,omitempty"`
	Identity         string `protobuf:"bytes,5,opt,name=identity,proto3" json:"identity,omitempty"`
}

func (*ActivityTaskFailedEventAttributes) Descriptor

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

func (*ActivityTaskFailedEventAttributes) Equal

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

func (*ActivityTaskFailedEventAttributes) GetDetails

func (m *ActivityTaskFailedEventAttributes) GetDetails() []byte

func (*ActivityTaskFailedEventAttributes) GetIdentity

func (m *ActivityTaskFailedEventAttributes) GetIdentity() string

func (*ActivityTaskFailedEventAttributes) GetReason

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=activityId,proto3" json:"activityId,omitempty"`
	ActivityType                  *ActivityType `protobuf:"bytes,2,opt,name=activityType,proto3" json:"activityType,omitempty"`
	Domain                        string        `protobuf:"bytes,3,opt,name=domain,proto3" json:"domain,omitempty"`
	TaskList                      *TaskList     `protobuf:"bytes,4,opt,name=taskList,proto3" json:"taskList,omitempty"`
	Input                         []byte        `protobuf:"bytes,5,opt,name=input,proto3" json:"input,omitempty"`
	ScheduleToCloseTimeoutSeconds int32         `protobuf:"varint,6,opt,name=scheduleToCloseTimeoutSeconds,proto3" json:"scheduleToCloseTimeoutSeconds,omitempty"`
	ScheduleToStartTimeoutSeconds int32         `protobuf:"varint,7,opt,name=scheduleToStartTimeoutSeconds,proto3" json:"scheduleToStartTimeoutSeconds,omitempty"`
	StartToCloseTimeoutSeconds    int32         `protobuf:"varint,8,opt,name=startToCloseTimeoutSeconds,proto3" json:"startToCloseTimeoutSeconds,omitempty"`
	HeartbeatTimeoutSeconds       int32         `protobuf:"varint,9,opt,name=heartbeatTimeoutSeconds,proto3" json:"heartbeatTimeoutSeconds,omitempty"`
	DecisionTaskCompletedEventId  int64         `protobuf:"varint,10,opt,name=decisionTaskCompletedEventId,proto3" json:"decisionTaskCompletedEventId,omitempty"`
	RetryPolicy                   *RetryPolicy  `protobuf:"bytes,11,opt,name=retryPolicy,proto3" json:"retryPolicy,omitempty"`
	Header                        *Header       `protobuf:"bytes,12,opt,name=header,proto3" json:"header,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 (m *ActivityTaskScheduledEventAttributes) GetActivityType() *ActivityType

func (*ActivityTaskScheduledEventAttributes) GetDecisionTaskCompletedEventId

func (m *ActivityTaskScheduledEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*ActivityTaskScheduledEventAttributes) GetDomain

func (*ActivityTaskScheduledEventAttributes) GetHeader

func (*ActivityTaskScheduledEventAttributes) GetHeartbeatTimeoutSeconds

func (m *ActivityTaskScheduledEventAttributes) GetHeartbeatTimeoutSeconds() int32

func (*ActivityTaskScheduledEventAttributes) GetInput

func (*ActivityTaskScheduledEventAttributes) GetRetryPolicy

func (*ActivityTaskScheduledEventAttributes) GetScheduleToCloseTimeoutSeconds

func (m *ActivityTaskScheduledEventAttributes) GetScheduleToCloseTimeoutSeconds() int32

func (*ActivityTaskScheduledEventAttributes) GetScheduleToStartTimeoutSeconds

func (m *ActivityTaskScheduledEventAttributes) GetScheduleToStartTimeoutSeconds() int32

func (*ActivityTaskScheduledEventAttributes) GetStartToCloseTimeoutSeconds

func (m *ActivityTaskScheduledEventAttributes) GetStartToCloseTimeoutSeconds() int32

func (*ActivityTaskScheduledEventAttributes) GetTaskList

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=scheduledEventId,proto3" json:"scheduledEventId,omitempty"`
	Identity         string `protobuf:"bytes,2,opt,name=identity,proto3" json:"identity,omitempty"`
	RequestId        string `protobuf:"bytes,3,opt,name=requestId,proto3" json:"requestId,omitempty"`
	Attempt          int32  `protobuf:"varint,4,opt,name=attempt,proto3" json:"attempt,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) 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 {
	Details          []byte            `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	ScheduledEventId int64             `protobuf:"varint,2,opt,name=scheduledEventId,proto3" json:"scheduledEventId,omitempty"`
	StartedEventId   int64             `protobuf:"varint,3,opt,name=startedEventId,proto3" json:"startedEventId,omitempty"`
	TimeoutType      enums.TimeoutType `protobuf:"varint,4,opt,name=timeoutType,proto3,enum=enums.TimeoutType" json:"timeoutType,omitempty"`
	// For retry activity, it may have a failure before timeout. It's important to keep those information for debug.
	// Client can also provide the info for making next decision
	LastFailureReason  string `protobuf:"bytes,5,opt,name=lastFailureReason,proto3" json:"lastFailureReason,omitempty"`
	LastFailureDetails []byte `protobuf:"bytes,6,opt,name=lastFailureDetails,proto3" json:"lastFailureDetails,omitempty"`
}

func (*ActivityTaskTimedOutEventAttributes) Descriptor

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

func (*ActivityTaskTimedOutEventAttributes) Equal

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

func (*ActivityTaskTimedOutEventAttributes) GetDetails

func (m *ActivityTaskTimedOutEventAttributes) GetDetails() []byte

func (*ActivityTaskTimedOutEventAttributes) GetLastFailureDetails

func (m *ActivityTaskTimedOutEventAttributes) GetLastFailureDetails() []byte

func (*ActivityTaskTimedOutEventAttributes) GetLastFailureReason

func (m *ActivityTaskTimedOutEventAttributes) GetLastFailureReason() string

func (*ActivityTaskTimedOutEventAttributes) GetScheduledEventId

func (m *ActivityTaskTimedOutEventAttributes) GetScheduledEventId() int64

func (*ActivityTaskTimedOutEventAttributes) GetStartedEventId

func (m *ActivityTaskTimedOutEventAttributes) GetStartedEventId() int64

func (*ActivityTaskTimedOutEventAttributes) GetTimeoutType

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 ActivityType

type ActivityType struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
}

func (*ActivityType) Descriptor

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

func (*ActivityType) Equal

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

func (*ActivityType) GetName

func (m *ActivityType) GetName() string

func (*ActivityType) GoString

func (this *ActivityType) GoString() string

func (*ActivityType) Marshal

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

func (*ActivityType) MarshalTo

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

func (*ActivityType) MarshalToSizedBuffer

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

func (*ActivityType) ProtoMessage

func (*ActivityType) ProtoMessage()

func (*ActivityType) Reset

func (m *ActivityType) Reset()

func (*ActivityType) Size

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

func (*ActivityType) String

func (this *ActivityType) String() string

func (*ActivityType) Unmarshal

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

func (*ActivityType) XXX_DiscardUnknown

func (m *ActivityType) XXX_DiscardUnknown()

func (*ActivityType) XXX_Marshal

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

func (*ActivityType) XXX_Merge

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

func (*ActivityType) XXX_Size

func (m *ActivityType) XXX_Size() int

func (*ActivityType) XXX_Unmarshal

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

type BadBinaries

type BadBinaries struct {
	Binaries map[string]*BadBinaryInfo `` /* 157-byte string literal not displayed */
}

func (*BadBinaries) Descriptor

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

func (*BadBinaries) Equal

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

func (*BadBinaries) GetBinaries

func (m *BadBinaries) GetBinaries() map[string]*BadBinaryInfo

func (*BadBinaries) GoString

func (this *BadBinaries) GoString() string

func (*BadBinaries) Marshal

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

func (*BadBinaries) MarshalTo

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

func (*BadBinaries) MarshalToSizedBuffer

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

func (*BadBinaries) ProtoMessage

func (*BadBinaries) ProtoMessage()

func (*BadBinaries) Reset

func (m *BadBinaries) Reset()

func (*BadBinaries) Size

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

func (*BadBinaries) String

func (this *BadBinaries) String() string

func (*BadBinaries) Unmarshal

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

func (*BadBinaries) XXX_DiscardUnknown

func (m *BadBinaries) XXX_DiscardUnknown()

func (*BadBinaries) XXX_Marshal

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

func (*BadBinaries) XXX_Merge

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

func (*BadBinaries) XXX_Size

func (m *BadBinaries) XXX_Size() int

func (*BadBinaries) XXX_Unmarshal

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

type BadBinaryInfo

type BadBinaryInfo struct {
	Reason          string `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
	Operator        string `protobuf:"bytes,2,opt,name=operator,proto3" json:"operator,omitempty"`
	CreatedTimeNano int64  `protobuf:"varint,3,opt,name=createdTimeNano,proto3" json:"createdTimeNano,omitempty"`
}

func (*BadBinaryInfo) Descriptor

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

func (*BadBinaryInfo) Equal

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

func (*BadBinaryInfo) GetCreatedTimeNano

func (m *BadBinaryInfo) GetCreatedTimeNano() int64

func (*BadBinaryInfo) GetOperator

func (m *BadBinaryInfo) GetOperator() string

func (*BadBinaryInfo) GetReason

func (m *BadBinaryInfo) GetReason() string

func (*BadBinaryInfo) GoString

func (this *BadBinaryInfo) GoString() string

func (*BadBinaryInfo) Marshal

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

func (*BadBinaryInfo) MarshalTo

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

func (*BadBinaryInfo) MarshalToSizedBuffer

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

func (*BadBinaryInfo) ProtoMessage

func (*BadBinaryInfo) ProtoMessage()

func (*BadBinaryInfo) Reset

func (m *BadBinaryInfo) Reset()

func (*BadBinaryInfo) Size

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

func (*BadBinaryInfo) String

func (this *BadBinaryInfo) String() string

func (*BadBinaryInfo) Unmarshal

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

func (*BadBinaryInfo) XXX_DiscardUnknown

func (m *BadBinaryInfo) XXX_DiscardUnknown()

func (*BadBinaryInfo) XXX_Marshal

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

func (*BadBinaryInfo) XXX_Merge

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

func (*BadBinaryInfo) XXX_Size

func (m *BadBinaryInfo) XXX_Size() int

func (*BadBinaryInfo) XXX_Unmarshal

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

type CancelTimerDecisionAttributes

type CancelTimerDecisionAttributes struct {
	TimerId string `protobuf:"bytes,1,opt,name=timerId,proto3" json:"timerId,omitempty"`
}

func (*CancelTimerDecisionAttributes) Descriptor

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

func (*CancelTimerDecisionAttributes) Equal

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

func (*CancelTimerDecisionAttributes) GetTimerId

func (m *CancelTimerDecisionAttributes) GetTimerId() string

func (*CancelTimerDecisionAttributes) GoString

func (this *CancelTimerDecisionAttributes) GoString() string

func (*CancelTimerDecisionAttributes) Marshal

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

func (*CancelTimerDecisionAttributes) MarshalTo

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

func (*CancelTimerDecisionAttributes) MarshalToSizedBuffer

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

func (*CancelTimerDecisionAttributes) ProtoMessage

func (*CancelTimerDecisionAttributes) ProtoMessage()

func (*CancelTimerDecisionAttributes) Reset

func (m *CancelTimerDecisionAttributes) Reset()

func (*CancelTimerDecisionAttributes) Size

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

func (*CancelTimerDecisionAttributes) String

func (this *CancelTimerDecisionAttributes) String() string

func (*CancelTimerDecisionAttributes) Unmarshal

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

func (*CancelTimerDecisionAttributes) XXX_DiscardUnknown

func (m *CancelTimerDecisionAttributes) XXX_DiscardUnknown()

func (*CancelTimerDecisionAttributes) XXX_Marshal

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

func (*CancelTimerDecisionAttributes) XXX_Merge

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

func (*CancelTimerDecisionAttributes) XXX_Size

func (m *CancelTimerDecisionAttributes) XXX_Size() int

func (*CancelTimerDecisionAttributes) XXX_Unmarshal

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

type CancelTimerFailedEventAttributes

type CancelTimerFailedEventAttributes struct {
	TimerId                      string `protobuf:"bytes,1,opt,name=timerId,proto3" json:"timerId,omitempty"`
	Cause                        string `protobuf:"bytes,2,opt,name=cause,proto3" json:"cause,omitempty"`
	DecisionTaskCompletedEventId int64  `protobuf:"varint,3,opt,name=decisionTaskCompletedEventId,proto3" json:"decisionTaskCompletedEventId,omitempty"`
	Identity                     string `protobuf:"bytes,4,opt,name=identity,proto3" json:"identity,omitempty"`
}

func (*CancelTimerFailedEventAttributes) Descriptor

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

func (*CancelTimerFailedEventAttributes) Equal

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

func (*CancelTimerFailedEventAttributes) GetCause

func (*CancelTimerFailedEventAttributes) GetDecisionTaskCompletedEventId

func (m *CancelTimerFailedEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*CancelTimerFailedEventAttributes) GetIdentity

func (m *CancelTimerFailedEventAttributes) GetIdentity() string

func (*CancelTimerFailedEventAttributes) GetTimerId

func (m *CancelTimerFailedEventAttributes) GetTimerId() string

func (*CancelTimerFailedEventAttributes) GoString

func (this *CancelTimerFailedEventAttributes) GoString() string

func (*CancelTimerFailedEventAttributes) Marshal

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

func (*CancelTimerFailedEventAttributes) MarshalTo

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

func (*CancelTimerFailedEventAttributes) MarshalToSizedBuffer

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

func (*CancelTimerFailedEventAttributes) ProtoMessage

func (*CancelTimerFailedEventAttributes) ProtoMessage()

func (*CancelTimerFailedEventAttributes) Reset

func (*CancelTimerFailedEventAttributes) Size

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

func (*CancelTimerFailedEventAttributes) String

func (*CancelTimerFailedEventAttributes) Unmarshal

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

func (*CancelTimerFailedEventAttributes) XXX_DiscardUnknown

func (m *CancelTimerFailedEventAttributes) XXX_DiscardUnknown()

func (*CancelTimerFailedEventAttributes) XXX_Marshal

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

func (*CancelTimerFailedEventAttributes) XXX_Merge

func (*CancelTimerFailedEventAttributes) XXX_Size

func (m *CancelTimerFailedEventAttributes) XXX_Size() int

func (*CancelTimerFailedEventAttributes) XXX_Unmarshal

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

type CancelWorkflowExecutionDecisionAttributes

type CancelWorkflowExecutionDecisionAttributes struct {
	Details []byte `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
}

func (*CancelWorkflowExecutionDecisionAttributes) Descriptor

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

func (*CancelWorkflowExecutionDecisionAttributes) Equal

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

func (*CancelWorkflowExecutionDecisionAttributes) GetDetails

func (*CancelWorkflowExecutionDecisionAttributes) GoString

func (*CancelWorkflowExecutionDecisionAttributes) Marshal

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

func (*CancelWorkflowExecutionDecisionAttributes) MarshalTo

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

func (*CancelWorkflowExecutionDecisionAttributes) MarshalToSizedBuffer

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

func (*CancelWorkflowExecutionDecisionAttributes) ProtoMessage

func (*CancelWorkflowExecutionDecisionAttributes) Reset

func (*CancelWorkflowExecutionDecisionAttributes) Size

func (*CancelWorkflowExecutionDecisionAttributes) String

func (*CancelWorkflowExecutionDecisionAttributes) Unmarshal

func (*CancelWorkflowExecutionDecisionAttributes) XXX_DiscardUnknown

func (m *CancelWorkflowExecutionDecisionAttributes) XXX_DiscardUnknown()

func (*CancelWorkflowExecutionDecisionAttributes) XXX_Marshal

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

func (*CancelWorkflowExecutionDecisionAttributes) XXX_Merge

func (*CancelWorkflowExecutionDecisionAttributes) XXX_Size

func (*CancelWorkflowExecutionDecisionAttributes) XXX_Unmarshal

type ChildWorkflowExecutionCanceledEventAttributes

type ChildWorkflowExecutionCanceledEventAttributes struct {
	Details           []byte             `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Domain            string             `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowExecution *WorkflowExecution `protobuf:"bytes,3,opt,name=workflowExecution,proto3" json:"workflowExecution,omitempty"`
	WorkflowType      *WorkflowType      `protobuf:"bytes,4,opt,name=workflowType,proto3" json:"workflowType,omitempty"`
	InitiatedEventId  int64              `protobuf:"varint,5,opt,name=initiatedEventId,proto3" json:"initiatedEventId,omitempty"`
	StartedEventId    int64              `protobuf:"varint,6,opt,name=startedEventId,proto3" json:"startedEventId,omitempty"`
}

func (*ChildWorkflowExecutionCanceledEventAttributes) Descriptor

func (*ChildWorkflowExecutionCanceledEventAttributes) Equal

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

func (*ChildWorkflowExecutionCanceledEventAttributes) GetDetails

func (*ChildWorkflowExecutionCanceledEventAttributes) GetDomain

func (*ChildWorkflowExecutionCanceledEventAttributes) GetInitiatedEventId

func (m *ChildWorkflowExecutionCanceledEventAttributes) GetInitiatedEventId() int64

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            []byte             `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	Domain            string             `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowExecution *WorkflowExecution `protobuf:"bytes,3,opt,name=workflowExecution,proto3" json:"workflowExecution,omitempty"`
	WorkflowType      *WorkflowType      `protobuf:"bytes,4,opt,name=workflowType,proto3" json:"workflowType,omitempty"`
	InitiatedEventId  int64              `protobuf:"varint,5,opt,name=initiatedEventId,proto3" json:"initiatedEventId,omitempty"`
	StartedEventId    int64              `protobuf:"varint,6,opt,name=startedEventId,proto3" json:"startedEventId,omitempty"`
}

func (*ChildWorkflowExecutionCompletedEventAttributes) Descriptor

func (*ChildWorkflowExecutionCompletedEventAttributes) Equal

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

func (*ChildWorkflowExecutionCompletedEventAttributes) GetDomain

func (*ChildWorkflowExecutionCompletedEventAttributes) GetInitiatedEventId

func (m *ChildWorkflowExecutionCompletedEventAttributes) GetInitiatedEventId() int64

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 {
	Reason            string             `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
	Details           []byte             `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"`
	Domain            string             `protobuf:"bytes,3,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowExecution *WorkflowExecution `protobuf:"bytes,4,opt,name=workflowExecution,proto3" json:"workflowExecution,omitempty"`
	WorkflowType      *WorkflowType      `protobuf:"bytes,5,opt,name=workflowType,proto3" json:"workflowType,omitempty"`
	InitiatedEventId  int64              `protobuf:"varint,6,opt,name=initiatedEventId,proto3" json:"initiatedEventId,omitempty"`
	StartedEventId    int64              `protobuf:"varint,7,opt,name=startedEventId,proto3" json:"startedEventId,omitempty"`
}

func (*ChildWorkflowExecutionFailedEventAttributes) Descriptor

func (*ChildWorkflowExecutionFailedEventAttributes) Equal

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

func (*ChildWorkflowExecutionFailedEventAttributes) GetDetails

func (*ChildWorkflowExecutionFailedEventAttributes) GetDomain

func (*ChildWorkflowExecutionFailedEventAttributes) GetInitiatedEventId

func (m *ChildWorkflowExecutionFailedEventAttributes) GetInitiatedEventId() int64

func (*ChildWorkflowExecutionFailedEventAttributes) GetReason

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 {
	Domain            string             `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	InitiatedEventId  int64              `protobuf:"varint,2,opt,name=initiatedEventId,proto3" json:"initiatedEventId,omitempty"`
	WorkflowExecution *WorkflowExecution `protobuf:"bytes,3,opt,name=workflowExecution,proto3" json:"workflowExecution,omitempty"`
	WorkflowType      *WorkflowType      `protobuf:"bytes,4,opt,name=workflowType,proto3" json:"workflowType,omitempty"`
	Header            *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) GetDomain

func (*ChildWorkflowExecutionStartedEventAttributes) GetHeader

func (*ChildWorkflowExecutionStartedEventAttributes) GetInitiatedEventId

func (m *ChildWorkflowExecutionStartedEventAttributes) GetInitiatedEventId() int64

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 {
	Domain            string             `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowExecution *WorkflowExecution `protobuf:"bytes,2,opt,name=workflowExecution,proto3" json:"workflowExecution,omitempty"`
	WorkflowType      *WorkflowType      `protobuf:"bytes,3,opt,name=workflowType,proto3" json:"workflowType,omitempty"`
	InitiatedEventId  int64              `protobuf:"varint,4,opt,name=initiatedEventId,proto3" json:"initiatedEventId,omitempty"`
	StartedEventId    int64              `protobuf:"varint,5,opt,name=startedEventId,proto3" json:"startedEventId,omitempty"`
}

func (*ChildWorkflowExecutionTerminatedEventAttributes) Descriptor

func (*ChildWorkflowExecutionTerminatedEventAttributes) Equal

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

func (*ChildWorkflowExecutionTerminatedEventAttributes) GetDomain

func (*ChildWorkflowExecutionTerminatedEventAttributes) GetInitiatedEventId

func (m *ChildWorkflowExecutionTerminatedEventAttributes) GetInitiatedEventId() int64

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 {
	TimeoutType       enums.TimeoutType  `protobuf:"varint,1,opt,name=timeoutType,proto3,enum=enums.TimeoutType" json:"timeoutType,omitempty"`
	Domain            string             `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowExecution *WorkflowExecution `protobuf:"bytes,3,opt,name=workflowExecution,proto3" json:"workflowExecution,omitempty"`
	WorkflowType      *WorkflowType      `protobuf:"bytes,4,opt,name=workflowType,proto3" json:"workflowType,omitempty"`
	InitiatedEventId  int64              `protobuf:"varint,5,opt,name=initiatedEventId,proto3" json:"initiatedEventId,omitempty"`
	StartedEventId    int64              `protobuf:"varint,6,opt,name=startedEventId,proto3" json:"startedEventId,omitempty"`
}

func (*ChildWorkflowExecutionTimedOutEventAttributes) Descriptor

func (*ChildWorkflowExecutionTimedOutEventAttributes) Equal

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

func (*ChildWorkflowExecutionTimedOutEventAttributes) GetDomain

func (*ChildWorkflowExecutionTimedOutEventAttributes) GetInitiatedEventId

func (m *ChildWorkflowExecutionTimedOutEventAttributes) GetInitiatedEventId() int64

func (*ChildWorkflowExecutionTimedOutEventAttributes) GetStartedEventId

func (*ChildWorkflowExecutionTimedOutEventAttributes) GetTimeoutType

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 ClusterReplicationConfiguration

type ClusterReplicationConfiguration struct {
	ClusterName string `protobuf:"bytes,1,opt,name=clusterName,proto3" json:"clusterName,omitempty"`
}

func (*ClusterReplicationConfiguration) Descriptor

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

func (*ClusterReplicationConfiguration) Equal

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

func (*ClusterReplicationConfiguration) GetClusterName

func (m *ClusterReplicationConfiguration) GetClusterName() string

func (*ClusterReplicationConfiguration) GoString

func (this *ClusterReplicationConfiguration) GoString() string

func (*ClusterReplicationConfiguration) Marshal

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

func (*ClusterReplicationConfiguration) MarshalTo

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

func (*ClusterReplicationConfiguration) MarshalToSizedBuffer

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

func (*ClusterReplicationConfiguration) ProtoMessage

func (*ClusterReplicationConfiguration) ProtoMessage()

func (*ClusterReplicationConfiguration) Reset

func (*ClusterReplicationConfiguration) Size

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

func (*ClusterReplicationConfiguration) String

func (this *ClusterReplicationConfiguration) String() string

func (*ClusterReplicationConfiguration) Unmarshal

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

func (*ClusterReplicationConfiguration) XXX_DiscardUnknown

func (m *ClusterReplicationConfiguration) XXX_DiscardUnknown()

func (*ClusterReplicationConfiguration) XXX_Marshal

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

func (*ClusterReplicationConfiguration) XXX_Merge

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

func (*ClusterReplicationConfiguration) XXX_Size

func (m *ClusterReplicationConfiguration) XXX_Size() int

func (*ClusterReplicationConfiguration) XXX_Unmarshal

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

type CompleteWorkflowExecutionDecisionAttributes

type CompleteWorkflowExecutionDecisionAttributes struct {
	Result []byte `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
}

func (*CompleteWorkflowExecutionDecisionAttributes) Descriptor

func (*CompleteWorkflowExecutionDecisionAttributes) Equal

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

func (*CompleteWorkflowExecutionDecisionAttributes) GetResult

func (*CompleteWorkflowExecutionDecisionAttributes) GoString

func (*CompleteWorkflowExecutionDecisionAttributes) Marshal

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

func (*CompleteWorkflowExecutionDecisionAttributes) MarshalTo

func (*CompleteWorkflowExecutionDecisionAttributes) MarshalToSizedBuffer

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

func (*CompleteWorkflowExecutionDecisionAttributes) ProtoMessage

func (*CompleteWorkflowExecutionDecisionAttributes) Reset

func (*CompleteWorkflowExecutionDecisionAttributes) Size

func (*CompleteWorkflowExecutionDecisionAttributes) String

func (*CompleteWorkflowExecutionDecisionAttributes) Unmarshal

func (*CompleteWorkflowExecutionDecisionAttributes) XXX_DiscardUnknown

func (m *CompleteWorkflowExecutionDecisionAttributes) XXX_DiscardUnknown()

func (*CompleteWorkflowExecutionDecisionAttributes) XXX_Marshal

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

func (*CompleteWorkflowExecutionDecisionAttributes) XXX_Merge

func (*CompleteWorkflowExecutionDecisionAttributes) XXX_Size

func (*CompleteWorkflowExecutionDecisionAttributes) XXX_Unmarshal

type ContinueAsNewWorkflowExecutionDecisionAttributes

type ContinueAsNewWorkflowExecutionDecisionAttributes struct {
	WorkflowType                        *WorkflowType                `protobuf:"bytes,1,opt,name=workflowType,proto3" json:"workflowType,omitempty"`
	TaskList                            *TaskList                    `protobuf:"bytes,2,opt,name=taskList,proto3" json:"taskList,omitempty"`
	Input                               []byte                       `protobuf:"bytes,3,opt,name=input,proto3" json:"input,omitempty"`
	ExecutionStartToCloseTimeoutSeconds int32                        `protobuf:"varint,4,opt,name=executionStartToCloseTimeoutSeconds,proto3" json:"executionStartToCloseTimeoutSeconds,omitempty"`
	TaskStartToCloseTimeoutSeconds      int32                        `protobuf:"varint,5,opt,name=taskStartToCloseTimeoutSeconds,proto3" json:"taskStartToCloseTimeoutSeconds,omitempty"`
	BackoffStartIntervalInSeconds       int32                        `protobuf:"varint,6,opt,name=backoffStartIntervalInSeconds,proto3" json:"backoffStartIntervalInSeconds,omitempty"`
	RetryPolicy                         *RetryPolicy                 `protobuf:"bytes,7,opt,name=retryPolicy,proto3" json:"retryPolicy,omitempty"`
	Initiator                           enums.ContinueAsNewInitiator `protobuf:"varint,8,opt,name=initiator,proto3,enum=enums.ContinueAsNewInitiator" json:"initiator,omitempty"`
	FailureReason                       string                       `protobuf:"bytes,9,opt,name=failureReason,proto3" json:"failureReason,omitempty"`
	FailureDetails                      []byte                       `protobuf:"bytes,10,opt,name=failureDetails,proto3" json:"failureDetails,omitempty"`
	LastCompletionResult                []byte                       `protobuf:"bytes,11,opt,name=lastCompletionResult,proto3" json:"lastCompletionResult,omitempty"`
	CronSchedule                        string                       `protobuf:"bytes,12,opt,name=cronSchedule,proto3" json:"cronSchedule,omitempty"`
	Header                              *Header                      `protobuf:"bytes,13,opt,name=header,proto3" json:"header,omitempty"`
	Memo                                *Memo                        `protobuf:"bytes,14,opt,name=memo,proto3" json:"memo,omitempty"`
	SearchAttributes                    *SearchAttributes            `protobuf:"bytes,15,opt,name=searchAttributes,proto3" json:"searchAttributes,omitempty"`
}

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) Descriptor

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) Equal

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

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) GetBackoffStartIntervalInSeconds

func (m *ContinueAsNewWorkflowExecutionDecisionAttributes) GetBackoffStartIntervalInSeconds() int32

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) GetCronSchedule

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) GetExecutionStartToCloseTimeoutSeconds

func (m *ContinueAsNewWorkflowExecutionDecisionAttributes) GetExecutionStartToCloseTimeoutSeconds() int32

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) GetFailureDetails

func (m *ContinueAsNewWorkflowExecutionDecisionAttributes) GetFailureDetails() []byte

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) GetFailureReason

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) GetHeader

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) GetInitiator

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) GetInput

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) GetLastCompletionResult

func (m *ContinueAsNewWorkflowExecutionDecisionAttributes) GetLastCompletionResult() []byte

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) GetMemo

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) GetRetryPolicy

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) GetSearchAttributes

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) GetTaskList

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) GetTaskStartToCloseTimeoutSeconds

func (m *ContinueAsNewWorkflowExecutionDecisionAttributes) GetTaskStartToCloseTimeoutSeconds() int32

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) GetWorkflowType

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) GoString

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) Marshal

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

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) MarshalTo

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) MarshalToSizedBuffer

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

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) ProtoMessage

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) Reset

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) Size

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) String

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) Unmarshal

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) XXX_DiscardUnknown

func (m *ContinueAsNewWorkflowExecutionDecisionAttributes) XXX_DiscardUnknown()

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) XXX_Marshal

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

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) XXX_Merge

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) XXX_Size

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) XXX_Unmarshal

type DataBlob

type DataBlob struct {
	EncodingType enums.EncodingType `protobuf:"varint,1,opt,name=EncodingType,proto3,enum=enums.EncodingType" json:"EncodingType,omitempty"`
	Data         []byte             `protobuf:"bytes,2,opt,name=Data,proto3" json:"Data,omitempty"`
}

func (*DataBlob) Descriptor

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

func (*DataBlob) Equal

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

func (*DataBlob) GetData

func (m *DataBlob) GetData() []byte

func (*DataBlob) GetEncodingType

func (m *DataBlob) GetEncodingType() enums.EncodingType

func (*DataBlob) GoString

func (this *DataBlob) GoString() string

func (*DataBlob) Marshal

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

func (*DataBlob) MarshalTo

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

func (*DataBlob) MarshalToSizedBuffer

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

func (*DataBlob) ProtoMessage

func (*DataBlob) ProtoMessage()

func (*DataBlob) Reset

func (m *DataBlob) Reset()

func (*DataBlob) Size

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

func (*DataBlob) String

func (this *DataBlob) String() string

func (*DataBlob) Unmarshal

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

func (*DataBlob) XXX_DiscardUnknown

func (m *DataBlob) XXX_DiscardUnknown()

func (*DataBlob) XXX_Marshal

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

func (*DataBlob) XXX_Merge

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

func (*DataBlob) XXX_Size

func (m *DataBlob) XXX_Size() int

func (*DataBlob) XXX_Unmarshal

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

type Decision

type Decision struct {
	DecisionType enums.DecisionType `protobuf:"varint,1,opt,name=decisionType,proto3,enum=enums.DecisionType" json:"decisionType,omitempty"`
	// Types that are valid to be assigned to Attributes:
	//	*Decision_ScheduleActivityTaskDecisionAttributes
	//	*Decision_StartTimerDecisionAttributes
	//	*Decision_CompleteWorkflowExecutionDecisionAttributes
	//	*Decision_FailWorkflowExecutionDecisionAttributes
	//	*Decision_RequestCancelActivityTaskDecisionAttributes
	//	*Decision_CancelTimerDecisionAttributes
	//	*Decision_CancelWorkflowExecutionDecisionAttributes
	//	*Decision_RequestCancelExternalWorkflowExecutionDecisionAttributes
	//	*Decision_RecordMarkerDecisionAttributes
	//	*Decision_ContinueAsNewWorkflowExecutionDecisionAttributes
	//	*Decision_StartChildWorkflowExecutionDecisionAttributes
	//	*Decision_SignalExternalWorkflowExecutionDecisionAttributes
	//	*Decision_UpsertWorkflowSearchAttributesDecisionAttributes
	Attributes isDecision_Attributes `protobuf_oneof:"Attributes"`
}

func (*Decision) Descriptor

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

func (*Decision) Equal

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

func (*Decision) GetAttributes

func (m *Decision) GetAttributes() isDecision_Attributes

func (*Decision) GetCancelTimerDecisionAttributes

func (m *Decision) GetCancelTimerDecisionAttributes() *CancelTimerDecisionAttributes

func (*Decision) GetCancelWorkflowExecutionDecisionAttributes

func (m *Decision) GetCancelWorkflowExecutionDecisionAttributes() *CancelWorkflowExecutionDecisionAttributes

func (*Decision) GetCompleteWorkflowExecutionDecisionAttributes

func (m *Decision) GetCompleteWorkflowExecutionDecisionAttributes() *CompleteWorkflowExecutionDecisionAttributes

func (*Decision) GetContinueAsNewWorkflowExecutionDecisionAttributes

func (m *Decision) GetContinueAsNewWorkflowExecutionDecisionAttributes() *ContinueAsNewWorkflowExecutionDecisionAttributes

func (*Decision) GetDecisionType

func (m *Decision) GetDecisionType() enums.DecisionType

func (*Decision) GetFailWorkflowExecutionDecisionAttributes

func (m *Decision) GetFailWorkflowExecutionDecisionAttributes() *FailWorkflowExecutionDecisionAttributes

func (*Decision) GetRecordMarkerDecisionAttributes

func (m *Decision) GetRecordMarkerDecisionAttributes() *RecordMarkerDecisionAttributes

func (*Decision) GetRequestCancelActivityTaskDecisionAttributes

func (m *Decision) GetRequestCancelActivityTaskDecisionAttributes() *RequestCancelActivityTaskDecisionAttributes

func (*Decision) GetRequestCancelExternalWorkflowExecutionDecisionAttributes

func (m *Decision) GetRequestCancelExternalWorkflowExecutionDecisionAttributes() *RequestCancelExternalWorkflowExecutionDecisionAttributes

func (*Decision) GetScheduleActivityTaskDecisionAttributes

func (m *Decision) GetScheduleActivityTaskDecisionAttributes() *ScheduleActivityTaskDecisionAttributes

func (*Decision) GetSignalExternalWorkflowExecutionDecisionAttributes

func (m *Decision) GetSignalExternalWorkflowExecutionDecisionAttributes() *SignalExternalWorkflowExecutionDecisionAttributes

func (*Decision) GetStartChildWorkflowExecutionDecisionAttributes

func (m *Decision) GetStartChildWorkflowExecutionDecisionAttributes() *StartChildWorkflowExecutionDecisionAttributes

func (*Decision) GetStartTimerDecisionAttributes

func (m *Decision) GetStartTimerDecisionAttributes() *StartTimerDecisionAttributes

func (*Decision) GetUpsertWorkflowSearchAttributesDecisionAttributes

func (m *Decision) GetUpsertWorkflowSearchAttributesDecisionAttributes() *UpsertWorkflowSearchAttributesDecisionAttributes

func (*Decision) GoString

func (this *Decision) GoString() string

func (*Decision) Marshal

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

func (*Decision) MarshalTo

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

func (*Decision) MarshalToSizedBuffer

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

func (*Decision) ProtoMessage

func (*Decision) ProtoMessage()

func (*Decision) Reset

func (m *Decision) Reset()

func (*Decision) Size

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

func (*Decision) String

func (this *Decision) String() string

func (*Decision) Unmarshal

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

func (*Decision) XXX_DiscardUnknown

func (m *Decision) XXX_DiscardUnknown()

func (*Decision) XXX_Marshal

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

func (*Decision) XXX_Merge

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

func (*Decision) XXX_OneofWrappers

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

XXX_OneofWrappers is for the internal use of the proto package.

func (*Decision) XXX_Size

func (m *Decision) XXX_Size() int

func (*Decision) XXX_Unmarshal

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

type DecisionTaskCompletedEventAttributes

type DecisionTaskCompletedEventAttributes struct {
	ExecutionContext []byte `protobuf:"bytes,1,opt,name=executionContext,proto3" json:"executionContext,omitempty"`
	ScheduledEventId int64  `protobuf:"varint,2,opt,name=scheduledEventId,proto3" json:"scheduledEventId,omitempty"`
	StartedEventId   int64  `protobuf:"varint,3,opt,name=startedEventId,proto3" json:"startedEventId,omitempty"`
	Identity         string `protobuf:"bytes,4,opt,name=identity,proto3" json:"identity,omitempty"`
	BinaryChecksum   string `protobuf:"bytes,5,opt,name=binaryChecksum,proto3" json:"binaryChecksum,omitempty"`
}

func (*DecisionTaskCompletedEventAttributes) Descriptor

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

func (*DecisionTaskCompletedEventAttributes) Equal

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

func (*DecisionTaskCompletedEventAttributes) GetBinaryChecksum

func (m *DecisionTaskCompletedEventAttributes) GetBinaryChecksum() string

func (*DecisionTaskCompletedEventAttributes) GetExecutionContext

func (m *DecisionTaskCompletedEventAttributes) GetExecutionContext() []byte

func (*DecisionTaskCompletedEventAttributes) GetIdentity

func (*DecisionTaskCompletedEventAttributes) GetScheduledEventId

func (m *DecisionTaskCompletedEventAttributes) GetScheduledEventId() int64

func (*DecisionTaskCompletedEventAttributes) GetStartedEventId

func (m *DecisionTaskCompletedEventAttributes) GetStartedEventId() int64

func (*DecisionTaskCompletedEventAttributes) GoString

func (*DecisionTaskCompletedEventAttributes) Marshal

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

func (*DecisionTaskCompletedEventAttributes) MarshalTo

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

func (*DecisionTaskCompletedEventAttributes) MarshalToSizedBuffer

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

func (*DecisionTaskCompletedEventAttributes) ProtoMessage

func (*DecisionTaskCompletedEventAttributes) ProtoMessage()

func (*DecisionTaskCompletedEventAttributes) Reset

func (*DecisionTaskCompletedEventAttributes) Size

func (*DecisionTaskCompletedEventAttributes) String

func (*DecisionTaskCompletedEventAttributes) Unmarshal

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

func (*DecisionTaskCompletedEventAttributes) XXX_DiscardUnknown

func (m *DecisionTaskCompletedEventAttributes) XXX_DiscardUnknown()

func (*DecisionTaskCompletedEventAttributes) XXX_Marshal

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

func (*DecisionTaskCompletedEventAttributes) XXX_Merge

func (*DecisionTaskCompletedEventAttributes) XXX_Size

func (*DecisionTaskCompletedEventAttributes) XXX_Unmarshal

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

type DecisionTaskFailedEventAttributes

type DecisionTaskFailedEventAttributes struct {
	ScheduledEventId int64                         `protobuf:"varint,1,opt,name=scheduledEventId,proto3" json:"scheduledEventId,omitempty"`
	StartedEventId   int64                         `protobuf:"varint,2,opt,name=startedEventId,proto3" json:"startedEventId,omitempty"`
	Cause            enums.DecisionTaskFailedCause `protobuf:"varint,3,opt,name=cause,proto3,enum=enums.DecisionTaskFailedCause" json:"cause,omitempty"`
	Details          []byte                        `protobuf:"bytes,4,opt,name=details,proto3" json:"details,omitempty"`
	Identity         string                        `protobuf:"bytes,5,opt,name=identity,proto3" json:"identity,omitempty"`
	Reason           string                        `protobuf:"bytes,6,opt,name=reason,proto3" json:"reason,omitempty"`
	// for reset workflow
	BaseRunId        []byte `protobuf:"bytes,7,opt,name=baseRunId,proto3" json:"baseRunId,omitempty"`
	NewRunId         []byte `protobuf:"bytes,8,opt,name=newRunId,proto3" json:"newRunId,omitempty"`
	ForkEventVersion int64  `protobuf:"varint,9,opt,name=forkEventVersion,proto3" json:"forkEventVersion,omitempty"`
	BinaryChecksum   string `protobuf:"bytes,10,opt,name=binaryChecksum,proto3" json:"binaryChecksum,omitempty"`
}

func (*DecisionTaskFailedEventAttributes) Descriptor

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

func (*DecisionTaskFailedEventAttributes) Equal

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

func (*DecisionTaskFailedEventAttributes) GetBaseRunId

func (m *DecisionTaskFailedEventAttributes) GetBaseRunId() []byte

func (*DecisionTaskFailedEventAttributes) GetBinaryChecksum

func (m *DecisionTaskFailedEventAttributes) GetBinaryChecksum() string

func (*DecisionTaskFailedEventAttributes) GetCause

func (*DecisionTaskFailedEventAttributes) GetDetails

func (m *DecisionTaskFailedEventAttributes) GetDetails() []byte

func (*DecisionTaskFailedEventAttributes) GetForkEventVersion

func (m *DecisionTaskFailedEventAttributes) GetForkEventVersion() int64

func (*DecisionTaskFailedEventAttributes) GetIdentity

func (m *DecisionTaskFailedEventAttributes) GetIdentity() string

func (*DecisionTaskFailedEventAttributes) GetNewRunId

func (m *DecisionTaskFailedEventAttributes) GetNewRunId() []byte

func (*DecisionTaskFailedEventAttributes) GetReason

func (*DecisionTaskFailedEventAttributes) GetScheduledEventId

func (m *DecisionTaskFailedEventAttributes) GetScheduledEventId() int64

func (*DecisionTaskFailedEventAttributes) GetStartedEventId

func (m *DecisionTaskFailedEventAttributes) GetStartedEventId() int64

func (*DecisionTaskFailedEventAttributes) GoString

func (this *DecisionTaskFailedEventAttributes) GoString() string

func (*DecisionTaskFailedEventAttributes) Marshal

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

func (*DecisionTaskFailedEventAttributes) MarshalTo

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

func (*DecisionTaskFailedEventAttributes) MarshalToSizedBuffer

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

func (*DecisionTaskFailedEventAttributes) ProtoMessage

func (*DecisionTaskFailedEventAttributes) ProtoMessage()

func (*DecisionTaskFailedEventAttributes) Reset

func (*DecisionTaskFailedEventAttributes) Size

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

func (*DecisionTaskFailedEventAttributes) String

func (*DecisionTaskFailedEventAttributes) Unmarshal

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

func (*DecisionTaskFailedEventAttributes) XXX_DiscardUnknown

func (m *DecisionTaskFailedEventAttributes) XXX_DiscardUnknown()

func (*DecisionTaskFailedEventAttributes) XXX_Marshal

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

func (*DecisionTaskFailedEventAttributes) XXX_Merge

func (*DecisionTaskFailedEventAttributes) XXX_Size

func (m *DecisionTaskFailedEventAttributes) XXX_Size() int

func (*DecisionTaskFailedEventAttributes) XXX_Unmarshal

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

type DecisionTaskScheduledEventAttributes

type DecisionTaskScheduledEventAttributes struct {
	TaskList                   *TaskList `protobuf:"bytes,1,opt,name=taskList,proto3" json:"taskList,omitempty"`
	StartToCloseTimeoutSeconds int32     `protobuf:"varint,2,opt,name=startToCloseTimeoutSeconds,proto3" json:"startToCloseTimeoutSeconds,omitempty"`
	Attempt                    int64     `protobuf:"varint,3,opt,name=attempt,proto3" json:"attempt,omitempty"`
}

func (*DecisionTaskScheduledEventAttributes) Descriptor

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

func (*DecisionTaskScheduledEventAttributes) Equal

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

func (*DecisionTaskScheduledEventAttributes) GetAttempt

func (*DecisionTaskScheduledEventAttributes) GetStartToCloseTimeoutSeconds

func (m *DecisionTaskScheduledEventAttributes) GetStartToCloseTimeoutSeconds() int32

func (*DecisionTaskScheduledEventAttributes) GetTaskList

func (*DecisionTaskScheduledEventAttributes) GoString

func (*DecisionTaskScheduledEventAttributes) Marshal

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

func (*DecisionTaskScheduledEventAttributes) MarshalTo

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

func (*DecisionTaskScheduledEventAttributes) MarshalToSizedBuffer

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

func (*DecisionTaskScheduledEventAttributes) ProtoMessage

func (*DecisionTaskScheduledEventAttributes) ProtoMessage()

func (*DecisionTaskScheduledEventAttributes) Reset

func (*DecisionTaskScheduledEventAttributes) Size

func (*DecisionTaskScheduledEventAttributes) String

func (*DecisionTaskScheduledEventAttributes) Unmarshal

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

func (*DecisionTaskScheduledEventAttributes) XXX_DiscardUnknown

func (m *DecisionTaskScheduledEventAttributes) XXX_DiscardUnknown()

func (*DecisionTaskScheduledEventAttributes) XXX_Marshal

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

func (*DecisionTaskScheduledEventAttributes) XXX_Merge

func (*DecisionTaskScheduledEventAttributes) XXX_Size

func (*DecisionTaskScheduledEventAttributes) XXX_Unmarshal

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

type DecisionTaskStartedEventAttributes

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

func (*DecisionTaskStartedEventAttributes) Descriptor

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

func (*DecisionTaskStartedEventAttributes) Equal

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

func (*DecisionTaskStartedEventAttributes) GetIdentity

func (m *DecisionTaskStartedEventAttributes) GetIdentity() string

func (*DecisionTaskStartedEventAttributes) GetRequestId

func (m *DecisionTaskStartedEventAttributes) GetRequestId() string

func (*DecisionTaskStartedEventAttributes) GetScheduledEventId

func (m *DecisionTaskStartedEventAttributes) GetScheduledEventId() int64

func (*DecisionTaskStartedEventAttributes) GoString

func (this *DecisionTaskStartedEventAttributes) GoString() string

func (*DecisionTaskStartedEventAttributes) Marshal

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

func (*DecisionTaskStartedEventAttributes) MarshalTo

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

func (*DecisionTaskStartedEventAttributes) MarshalToSizedBuffer

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

func (*DecisionTaskStartedEventAttributes) ProtoMessage

func (*DecisionTaskStartedEventAttributes) ProtoMessage()

func (*DecisionTaskStartedEventAttributes) Reset

func (*DecisionTaskStartedEventAttributes) Size

func (*DecisionTaskStartedEventAttributes) String

func (*DecisionTaskStartedEventAttributes) Unmarshal

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

func (*DecisionTaskStartedEventAttributes) XXX_DiscardUnknown

func (m *DecisionTaskStartedEventAttributes) XXX_DiscardUnknown()

func (*DecisionTaskStartedEventAttributes) XXX_Marshal

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

func (*DecisionTaskStartedEventAttributes) XXX_Merge

func (*DecisionTaskStartedEventAttributes) XXX_Size

func (*DecisionTaskStartedEventAttributes) XXX_Unmarshal

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

type DecisionTaskTimedOutEventAttributes

type DecisionTaskTimedOutEventAttributes struct {
	ScheduledEventId int64             `protobuf:"varint,1,opt,name=scheduledEventId,proto3" json:"scheduledEventId,omitempty"`
	StartedEventId   int64             `protobuf:"varint,2,opt,name=startedEventId,proto3" json:"startedEventId,omitempty"`
	TimeoutType      enums.TimeoutType `protobuf:"varint,3,opt,name=timeoutType,proto3,enum=enums.TimeoutType" json:"timeoutType,omitempty"`
}

func (*DecisionTaskTimedOutEventAttributes) Descriptor

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

func (*DecisionTaskTimedOutEventAttributes) Equal

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

func (*DecisionTaskTimedOutEventAttributes) GetScheduledEventId

func (m *DecisionTaskTimedOutEventAttributes) GetScheduledEventId() int64

func (*DecisionTaskTimedOutEventAttributes) GetStartedEventId

func (m *DecisionTaskTimedOutEventAttributes) GetStartedEventId() int64

func (*DecisionTaskTimedOutEventAttributes) GetTimeoutType

func (*DecisionTaskTimedOutEventAttributes) GoString

func (*DecisionTaskTimedOutEventAttributes) Marshal

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

func (*DecisionTaskTimedOutEventAttributes) MarshalTo

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

func (*DecisionTaskTimedOutEventAttributes) MarshalToSizedBuffer

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

func (*DecisionTaskTimedOutEventAttributes) ProtoMessage

func (*DecisionTaskTimedOutEventAttributes) ProtoMessage()

func (*DecisionTaskTimedOutEventAttributes) Reset

func (*DecisionTaskTimedOutEventAttributes) Size

func (*DecisionTaskTimedOutEventAttributes) String

func (*DecisionTaskTimedOutEventAttributes) Unmarshal

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

func (*DecisionTaskTimedOutEventAttributes) XXX_DiscardUnknown

func (m *DecisionTaskTimedOutEventAttributes) XXX_DiscardUnknown()

func (*DecisionTaskTimedOutEventAttributes) XXX_Marshal

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

func (*DecisionTaskTimedOutEventAttributes) XXX_Merge

func (*DecisionTaskTimedOutEventAttributes) XXX_Size

func (*DecisionTaskTimedOutEventAttributes) XXX_Unmarshal

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

type Decision_CancelTimerDecisionAttributes

type Decision_CancelTimerDecisionAttributes struct {
	CancelTimerDecisionAttributes *CancelTimerDecisionAttributes `protobuf:"bytes,7,opt,name=cancelTimerDecisionAttributes,proto3,oneof" json:"cancelTimerDecisionAttributes,omitempty"`
}

func (*Decision_CancelTimerDecisionAttributes) Equal

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

func (*Decision_CancelTimerDecisionAttributes) GoString

func (*Decision_CancelTimerDecisionAttributes) MarshalTo

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

func (*Decision_CancelTimerDecisionAttributes) MarshalToSizedBuffer

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

func (*Decision_CancelTimerDecisionAttributes) Size

func (*Decision_CancelTimerDecisionAttributes) String

type Decision_CancelWorkflowExecutionDecisionAttributes

type Decision_CancelWorkflowExecutionDecisionAttributes struct {
	CancelWorkflowExecutionDecisionAttributes *CancelWorkflowExecutionDecisionAttributes `` /* 141-byte string literal not displayed */
}

func (*Decision_CancelWorkflowExecutionDecisionAttributes) Equal

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

func (*Decision_CancelWorkflowExecutionDecisionAttributes) GoString

func (*Decision_CancelWorkflowExecutionDecisionAttributes) MarshalTo

func (*Decision_CancelWorkflowExecutionDecisionAttributes) MarshalToSizedBuffer

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

func (*Decision_CancelWorkflowExecutionDecisionAttributes) Size

func (*Decision_CancelWorkflowExecutionDecisionAttributes) String

type Decision_CompleteWorkflowExecutionDecisionAttributes

type Decision_CompleteWorkflowExecutionDecisionAttributes struct {
	CompleteWorkflowExecutionDecisionAttributes *CompleteWorkflowExecutionDecisionAttributes `` /* 145-byte string literal not displayed */
}

func (*Decision_CompleteWorkflowExecutionDecisionAttributes) Equal

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

func (*Decision_CompleteWorkflowExecutionDecisionAttributes) GoString

func (*Decision_CompleteWorkflowExecutionDecisionAttributes) MarshalTo

func (*Decision_CompleteWorkflowExecutionDecisionAttributes) MarshalToSizedBuffer

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

func (*Decision_CompleteWorkflowExecutionDecisionAttributes) Size

func (*Decision_CompleteWorkflowExecutionDecisionAttributes) String

type Decision_ContinueAsNewWorkflowExecutionDecisionAttributes

type Decision_ContinueAsNewWorkflowExecutionDecisionAttributes struct {
	ContinueAsNewWorkflowExecutionDecisionAttributes *ContinueAsNewWorkflowExecutionDecisionAttributes `` /* 156-byte string literal not displayed */
}

func (*Decision_ContinueAsNewWorkflowExecutionDecisionAttributes) Equal

func (*Decision_ContinueAsNewWorkflowExecutionDecisionAttributes) GoString

func (*Decision_ContinueAsNewWorkflowExecutionDecisionAttributes) MarshalTo

func (*Decision_ContinueAsNewWorkflowExecutionDecisionAttributes) MarshalToSizedBuffer

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

func (*Decision_ContinueAsNewWorkflowExecutionDecisionAttributes) Size

func (*Decision_ContinueAsNewWorkflowExecutionDecisionAttributes) String

type Decision_FailWorkflowExecutionDecisionAttributes

type Decision_FailWorkflowExecutionDecisionAttributes struct {
	FailWorkflowExecutionDecisionAttributes *FailWorkflowExecutionDecisionAttributes `` /* 137-byte string literal not displayed */
}

func (*Decision_FailWorkflowExecutionDecisionAttributes) Equal

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

func (*Decision_FailWorkflowExecutionDecisionAttributes) GoString

func (*Decision_FailWorkflowExecutionDecisionAttributes) MarshalTo

func (*Decision_FailWorkflowExecutionDecisionAttributes) MarshalToSizedBuffer

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

func (*Decision_FailWorkflowExecutionDecisionAttributes) Size

func (*Decision_FailWorkflowExecutionDecisionAttributes) String

type Decision_RecordMarkerDecisionAttributes

type Decision_RecordMarkerDecisionAttributes struct {
	RecordMarkerDecisionAttributes *RecordMarkerDecisionAttributes `protobuf:"bytes,10,opt,name=recordMarkerDecisionAttributes,proto3,oneof" json:"recordMarkerDecisionAttributes,omitempty"`
}

func (*Decision_RecordMarkerDecisionAttributes) Equal

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

func (*Decision_RecordMarkerDecisionAttributes) GoString

func (*Decision_RecordMarkerDecisionAttributes) MarshalTo

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

func (*Decision_RecordMarkerDecisionAttributes) MarshalToSizedBuffer

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

func (*Decision_RecordMarkerDecisionAttributes) Size

func (*Decision_RecordMarkerDecisionAttributes) String

type Decision_RequestCancelActivityTaskDecisionAttributes

type Decision_RequestCancelActivityTaskDecisionAttributes struct {
	RequestCancelActivityTaskDecisionAttributes *RequestCancelActivityTaskDecisionAttributes `` /* 145-byte string literal not displayed */
}

func (*Decision_RequestCancelActivityTaskDecisionAttributes) Equal

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

func (*Decision_RequestCancelActivityTaskDecisionAttributes) GoString

func (*Decision_RequestCancelActivityTaskDecisionAttributes) MarshalTo

func (*Decision_RequestCancelActivityTaskDecisionAttributes) MarshalToSizedBuffer

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

func (*Decision_RequestCancelActivityTaskDecisionAttributes) Size

func (*Decision_RequestCancelActivityTaskDecisionAttributes) String

type Decision_RequestCancelExternalWorkflowExecutionDecisionAttributes

type Decision_RequestCancelExternalWorkflowExecutionDecisionAttributes struct {
	RequestCancelExternalWorkflowExecutionDecisionAttributes *RequestCancelExternalWorkflowExecutionDecisionAttributes `` /* 171-byte string literal not displayed */
}

func (*Decision_RequestCancelExternalWorkflowExecutionDecisionAttributes) Equal

func (*Decision_RequestCancelExternalWorkflowExecutionDecisionAttributes) GoString

func (*Decision_RequestCancelExternalWorkflowExecutionDecisionAttributes) MarshalTo

func (*Decision_RequestCancelExternalWorkflowExecutionDecisionAttributes) MarshalToSizedBuffer

func (*Decision_RequestCancelExternalWorkflowExecutionDecisionAttributes) Size

func (*Decision_RequestCancelExternalWorkflowExecutionDecisionAttributes) String

type Decision_ScheduleActivityTaskDecisionAttributes

type Decision_ScheduleActivityTaskDecisionAttributes struct {
	ScheduleActivityTaskDecisionAttributes *ScheduleActivityTaskDecisionAttributes `` /* 135-byte string literal not displayed */
}

func (*Decision_ScheduleActivityTaskDecisionAttributes) Equal

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

func (*Decision_ScheduleActivityTaskDecisionAttributes) GoString

func (*Decision_ScheduleActivityTaskDecisionAttributes) MarshalTo

func (*Decision_ScheduleActivityTaskDecisionAttributes) MarshalToSizedBuffer

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

func (*Decision_ScheduleActivityTaskDecisionAttributes) Size

func (*Decision_ScheduleActivityTaskDecisionAttributes) String

type Decision_SignalExternalWorkflowExecutionDecisionAttributes

type Decision_SignalExternalWorkflowExecutionDecisionAttributes struct {
	SignalExternalWorkflowExecutionDecisionAttributes *SignalExternalWorkflowExecutionDecisionAttributes `` /* 158-byte string literal not displayed */
}

func (*Decision_SignalExternalWorkflowExecutionDecisionAttributes) Equal

func (*Decision_SignalExternalWorkflowExecutionDecisionAttributes) GoString

func (*Decision_SignalExternalWorkflowExecutionDecisionAttributes) MarshalTo

func (*Decision_SignalExternalWorkflowExecutionDecisionAttributes) MarshalToSizedBuffer

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

func (*Decision_SignalExternalWorkflowExecutionDecisionAttributes) Size

func (*Decision_SignalExternalWorkflowExecutionDecisionAttributes) String

type Decision_StartChildWorkflowExecutionDecisionAttributes

type Decision_StartChildWorkflowExecutionDecisionAttributes struct {
	StartChildWorkflowExecutionDecisionAttributes *StartChildWorkflowExecutionDecisionAttributes `` /* 150-byte string literal not displayed */
}

func (*Decision_StartChildWorkflowExecutionDecisionAttributes) Equal

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

func (*Decision_StartChildWorkflowExecutionDecisionAttributes) GoString

func (*Decision_StartChildWorkflowExecutionDecisionAttributes) MarshalTo

func (*Decision_StartChildWorkflowExecutionDecisionAttributes) MarshalToSizedBuffer

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

func (*Decision_StartChildWorkflowExecutionDecisionAttributes) Size

func (*Decision_StartChildWorkflowExecutionDecisionAttributes) String

type Decision_StartTimerDecisionAttributes

type Decision_StartTimerDecisionAttributes struct {
	StartTimerDecisionAttributes *StartTimerDecisionAttributes `protobuf:"bytes,3,opt,name=startTimerDecisionAttributes,proto3,oneof" json:"startTimerDecisionAttributes,omitempty"`
}

func (*Decision_StartTimerDecisionAttributes) Equal

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

func (*Decision_StartTimerDecisionAttributes) GoString

func (*Decision_StartTimerDecisionAttributes) MarshalTo

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

func (*Decision_StartTimerDecisionAttributes) MarshalToSizedBuffer

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

func (*Decision_StartTimerDecisionAttributes) Size

func (*Decision_StartTimerDecisionAttributes) String

type Decision_UpsertWorkflowSearchAttributesDecisionAttributes

type Decision_UpsertWorkflowSearchAttributesDecisionAttributes struct {
	UpsertWorkflowSearchAttributesDecisionAttributes *UpsertWorkflowSearchAttributesDecisionAttributes `` /* 156-byte string literal not displayed */
}

func (*Decision_UpsertWorkflowSearchAttributesDecisionAttributes) Equal

func (*Decision_UpsertWorkflowSearchAttributesDecisionAttributes) GoString

func (*Decision_UpsertWorkflowSearchAttributesDecisionAttributes) MarshalTo

func (*Decision_UpsertWorkflowSearchAttributesDecisionAttributes) MarshalToSizedBuffer

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

func (*Decision_UpsertWorkflowSearchAttributesDecisionAttributes) Size

func (*Decision_UpsertWorkflowSearchAttributesDecisionAttributes) String

type DomainCacheInfo

type DomainCacheInfo struct {
	NumOfItemsInCacheByID   int64 `protobuf:"varint,1,opt,name=numOfItemsInCacheByID,proto3" json:"numOfItemsInCacheByID,omitempty"`
	NumOfItemsInCacheByName int64 `protobuf:"varint,2,opt,name=numOfItemsInCacheByName,proto3" json:"numOfItemsInCacheByName,omitempty"`
}

func (*DomainCacheInfo) Descriptor

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

func (*DomainCacheInfo) Equal

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

func (*DomainCacheInfo) GetNumOfItemsInCacheByID

func (m *DomainCacheInfo) GetNumOfItemsInCacheByID() int64

func (*DomainCacheInfo) GetNumOfItemsInCacheByName

func (m *DomainCacheInfo) GetNumOfItemsInCacheByName() int64

func (*DomainCacheInfo) GoString

func (this *DomainCacheInfo) GoString() string

func (*DomainCacheInfo) Marshal

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

func (*DomainCacheInfo) MarshalTo

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

func (*DomainCacheInfo) MarshalToSizedBuffer

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

func (*DomainCacheInfo) ProtoMessage

func (*DomainCacheInfo) ProtoMessage()

func (*DomainCacheInfo) Reset

func (m *DomainCacheInfo) Reset()

func (*DomainCacheInfo) Size

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

func (*DomainCacheInfo) String

func (this *DomainCacheInfo) String() string

func (*DomainCacheInfo) Unmarshal

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

func (*DomainCacheInfo) XXX_DiscardUnknown

func (m *DomainCacheInfo) XXX_DiscardUnknown()

func (*DomainCacheInfo) XXX_Marshal

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

func (*DomainCacheInfo) XXX_Merge

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

func (*DomainCacheInfo) XXX_Size

func (m *DomainCacheInfo) XXX_Size() int

func (*DomainCacheInfo) XXX_Unmarshal

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

type DomainConfiguration

type DomainConfiguration struct {
	WorkflowExecutionRetentionPeriodInDays int32                `` /* 130-byte string literal not displayed */
	EmitMetric                             *types.BoolValue     `protobuf:"bytes,2,opt,name=emitMetric,proto3" json:"emitMetric,omitempty"`
	BadBinaries                            *BadBinaries         `protobuf:"bytes,3,opt,name=badBinaries,proto3" json:"badBinaries,omitempty"`
	HistoryArchivalStatus                  enums.ArchivalStatus `protobuf:"varint,4,opt,name=historyArchivalStatus,proto3,enum=enums.ArchivalStatus" json:"historyArchivalStatus,omitempty"`
	HistoryArchivalURI                     string               `protobuf:"bytes,5,opt,name=historyArchivalURI,proto3" json:"historyArchivalURI,omitempty"`
	VisibilityArchivalStatus               enums.ArchivalStatus `` /* 128-byte string literal not displayed */
	VisibilityArchivalURI                  string               `protobuf:"bytes,7,opt,name=visibilityArchivalURI,proto3" json:"visibilityArchivalURI,omitempty"`
}

func (*DomainConfiguration) Descriptor

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

func (*DomainConfiguration) Equal

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

func (*DomainConfiguration) GetBadBinaries

func (m *DomainConfiguration) GetBadBinaries() *BadBinaries

func (*DomainConfiguration) GetEmitMetric

func (m *DomainConfiguration) GetEmitMetric() *types.BoolValue

func (*DomainConfiguration) GetHistoryArchivalStatus

func (m *DomainConfiguration) GetHistoryArchivalStatus() enums.ArchivalStatus

func (*DomainConfiguration) GetHistoryArchivalURI

func (m *DomainConfiguration) GetHistoryArchivalURI() string

func (*DomainConfiguration) GetVisibilityArchivalStatus

func (m *DomainConfiguration) GetVisibilityArchivalStatus() enums.ArchivalStatus

func (*DomainConfiguration) GetVisibilityArchivalURI

func (m *DomainConfiguration) GetVisibilityArchivalURI() string

func (*DomainConfiguration) GetWorkflowExecutionRetentionPeriodInDays

func (m *DomainConfiguration) GetWorkflowExecutionRetentionPeriodInDays() int32

func (*DomainConfiguration) GoString

func (this *DomainConfiguration) GoString() string

func (*DomainConfiguration) Marshal

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

func (*DomainConfiguration) MarshalTo

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

func (*DomainConfiguration) MarshalToSizedBuffer

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

func (*DomainConfiguration) ProtoMessage

func (*DomainConfiguration) ProtoMessage()

func (*DomainConfiguration) Reset

func (m *DomainConfiguration) Reset()

func (*DomainConfiguration) Size

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

func (*DomainConfiguration) String

func (this *DomainConfiguration) String() string

func (*DomainConfiguration) Unmarshal

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

func (*DomainConfiguration) XXX_DiscardUnknown

func (m *DomainConfiguration) XXX_DiscardUnknown()

func (*DomainConfiguration) XXX_Marshal

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

func (*DomainConfiguration) XXX_Merge

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

func (*DomainConfiguration) XXX_Size

func (m *DomainConfiguration) XXX_Size() int

func (*DomainConfiguration) XXX_Unmarshal

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

type DomainInfo

type DomainInfo struct {
	Name        string             `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Status      enums.DomainStatus `protobuf:"varint,2,opt,name=status,proto3,enum=enums.DomainStatus" json:"status,omitempty"`
	Description string             `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	OwnerEmail  string             `protobuf:"bytes,4,opt,name=ownerEmail,proto3" json:"ownerEmail,omitempty"`
	// A key-value map for any customized purpose.
	Data map[string]string `` /* 149-byte string literal not displayed */
	Uuid string            `protobuf:"bytes,6,opt,name=uuid,proto3" json:"uuid,omitempty"`
}

func (*DomainInfo) Descriptor

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

func (*DomainInfo) Equal

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

func (*DomainInfo) GetData

func (m *DomainInfo) GetData() map[string]string

func (*DomainInfo) GetDescription

func (m *DomainInfo) GetDescription() string

func (*DomainInfo) GetName

func (m *DomainInfo) GetName() string

func (*DomainInfo) GetOwnerEmail

func (m *DomainInfo) GetOwnerEmail() string

func (*DomainInfo) GetStatus

func (m *DomainInfo) GetStatus() enums.DomainStatus

func (*DomainInfo) GetUuid

func (m *DomainInfo) GetUuid() string

func (*DomainInfo) GoString

func (this *DomainInfo) GoString() string

func (*DomainInfo) Marshal

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

func (*DomainInfo) MarshalTo

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

func (*DomainInfo) MarshalToSizedBuffer

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

func (*DomainInfo) ProtoMessage

func (*DomainInfo) ProtoMessage()

func (*DomainInfo) Reset

func (m *DomainInfo) Reset()

func (*DomainInfo) Size

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

func (*DomainInfo) String

func (this *DomainInfo) String() string

func (*DomainInfo) Unmarshal

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

func (*DomainInfo) XXX_DiscardUnknown

func (m *DomainInfo) XXX_DiscardUnknown()

func (*DomainInfo) XXX_Marshal

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

func (*DomainInfo) XXX_Merge

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

func (*DomainInfo) XXX_Size

func (m *DomainInfo) XXX_Size() int

func (*DomainInfo) XXX_Unmarshal

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

type DomainReplicationConfiguration

type DomainReplicationConfiguration struct {
	ActiveClusterName string                             `protobuf:"bytes,1,opt,name=activeClusterName,proto3" json:"activeClusterName,omitempty"`
	Clusters          []*ClusterReplicationConfiguration `protobuf:"bytes,2,rep,name=clusters,proto3" json:"clusters,omitempty"`
}

func (*DomainReplicationConfiguration) Descriptor

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

func (*DomainReplicationConfiguration) Equal

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

func (*DomainReplicationConfiguration) GetActiveClusterName

func (m *DomainReplicationConfiguration) GetActiveClusterName() string

func (*DomainReplicationConfiguration) GetClusters

func (*DomainReplicationConfiguration) GoString

func (this *DomainReplicationConfiguration) GoString() string

func (*DomainReplicationConfiguration) Marshal

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

func (*DomainReplicationConfiguration) MarshalTo

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

func (*DomainReplicationConfiguration) MarshalToSizedBuffer

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

func (*DomainReplicationConfiguration) ProtoMessage

func (*DomainReplicationConfiguration) ProtoMessage()

func (*DomainReplicationConfiguration) Reset

func (m *DomainReplicationConfiguration) Reset()

func (*DomainReplicationConfiguration) Size

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

func (*DomainReplicationConfiguration) String

func (this *DomainReplicationConfiguration) String() string

func (*DomainReplicationConfiguration) Unmarshal

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

func (*DomainReplicationConfiguration) XXX_DiscardUnknown

func (m *DomainReplicationConfiguration) XXX_DiscardUnknown()

func (*DomainReplicationConfiguration) XXX_Marshal

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

func (*DomainReplicationConfiguration) XXX_Merge

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

func (*DomainReplicationConfiguration) XXX_Size

func (m *DomainReplicationConfiguration) XXX_Size() int

func (*DomainReplicationConfiguration) XXX_Unmarshal

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

type ExternalWorkflowExecutionCancelRequestedEventAttributes

type ExternalWorkflowExecutionCancelRequestedEventAttributes struct {
	InitiatedEventId  int64              `protobuf:"varint,1,opt,name=initiatedEventId,proto3" json:"initiatedEventId,omitempty"`
	Domain            string             `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowExecution *WorkflowExecution `protobuf:"bytes,3,opt,name=workflowExecution,proto3" json:"workflowExecution,omitempty"`
}

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) Descriptor

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) Equal

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

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) GetDomain

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) GetInitiatedEventId

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=initiatedEventId,proto3" json:"initiatedEventId,omitempty"`
	Domain            string             `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowExecution *WorkflowExecution `protobuf:"bytes,3,opt,name=workflowExecution,proto3" json:"workflowExecution,omitempty"`
	Control           []byte             `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) GetDomain

func (*ExternalWorkflowExecutionSignaledEventAttributes) GetInitiatedEventId

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 FailWorkflowExecutionDecisionAttributes

type FailWorkflowExecutionDecisionAttributes struct {
	Reason  string `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
	Details []byte `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"`
}

func (*FailWorkflowExecutionDecisionAttributes) Descriptor

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

func (*FailWorkflowExecutionDecisionAttributes) Equal

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

func (*FailWorkflowExecutionDecisionAttributes) GetDetails

func (*FailWorkflowExecutionDecisionAttributes) GetReason

func (*FailWorkflowExecutionDecisionAttributes) GoString

func (*FailWorkflowExecutionDecisionAttributes) Marshal

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

func (*FailWorkflowExecutionDecisionAttributes) MarshalTo

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

func (*FailWorkflowExecutionDecisionAttributes) MarshalToSizedBuffer

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

func (*FailWorkflowExecutionDecisionAttributes) ProtoMessage

func (*FailWorkflowExecutionDecisionAttributes) Reset

func (*FailWorkflowExecutionDecisionAttributes) Size

func (*FailWorkflowExecutionDecisionAttributes) String

func (*FailWorkflowExecutionDecisionAttributes) Unmarshal

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

func (*FailWorkflowExecutionDecisionAttributes) XXX_DiscardUnknown

func (m *FailWorkflowExecutionDecisionAttributes) XXX_DiscardUnknown()

func (*FailWorkflowExecutionDecisionAttributes) XXX_Marshal

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

func (*FailWorkflowExecutionDecisionAttributes) XXX_Merge

func (*FailWorkflowExecutionDecisionAttributes) XXX_Size

func (*FailWorkflowExecutionDecisionAttributes) XXX_Unmarshal

func (m *FailWorkflowExecutionDecisionAttributes) XXX_Unmarshal(b []byte) error
type Header struct {
	Fields map[string][]byte `` /* 153-byte string literal not displayed */
}

func (*Header) Descriptor

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

func (*Header) Equal

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

func (*Header) GetFields

func (m *Header) GetFields() map[string][]byte

func (*Header) GoString

func (this *Header) GoString() string

func (*Header) Marshal

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

func (*Header) MarshalTo

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

func (*Header) MarshalToSizedBuffer

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

func (*Header) ProtoMessage

func (*Header) ProtoMessage()

func (*Header) Reset

func (m *Header) Reset()

func (*Header) Size

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

func (*Header) String

func (this *Header) String() string

func (*Header) Unmarshal

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

func (*Header) XXX_DiscardUnknown

func (m *Header) XXX_DiscardUnknown()

func (*Header) XXX_Marshal

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

func (*Header) XXX_Merge

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

func (*Header) XXX_Size

func (m *Header) XXX_Size() int

func (*Header) XXX_Unmarshal

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

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=eventId,proto3" json:"eventId,omitempty"`
	Timestamp int64           `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	EventType enums.EventType `protobuf:"varint,3,opt,name=eventType,proto3,enum=enums.EventType" json:"eventType,omitempty"`
	Version   int64           `protobuf:"varint,4,opt,name=version,proto3" json:"version,omitempty"`
	TaskId    int64           `protobuf:"varint,5,opt,name=taskId,proto3" json:"taskId,omitempty"`
	// Types that are valid to be assigned to Attributes:
	//	*HistoryEvent_WorkflowExecutionStartedEventAttributes
	//	*HistoryEvent_WorkflowExecutionCompletedEventAttributes
	//	*HistoryEvent_WorkflowExecutionFailedEventAttributes
	//	*HistoryEvent_WorkflowExecutionTimedOutEventAttributes
	//	*HistoryEvent_DecisionTaskScheduledEventAttributes
	//	*HistoryEvent_DecisionTaskStartedEventAttributes
	//	*HistoryEvent_DecisionTaskCompletedEventAttributes
	//	*HistoryEvent_DecisionTaskTimedOutEventAttributes
	//	*HistoryEvent_DecisionTaskFailedEventAttributes
	//	*HistoryEvent_ActivityTaskScheduledEventAttributes
	//	*HistoryEvent_ActivityTaskStartedEventAttributes
	//	*HistoryEvent_ActivityTaskCompletedEventAttributes
	//	*HistoryEvent_ActivityTaskFailedEventAttributes
	//	*HistoryEvent_ActivityTaskTimedOutEventAttributes
	//	*HistoryEvent_TimerStartedEventAttributes
	//	*HistoryEvent_TimerFiredEventAttributes
	//	*HistoryEvent_ActivityTaskCancelRequestedEventAttributes
	//	*HistoryEvent_RequestCancelActivityTaskFailedEventAttributes
	//	*HistoryEvent_ActivityTaskCanceledEventAttributes
	//	*HistoryEvent_TimerCanceledEventAttributes
	//	*HistoryEvent_CancelTimerFailedEventAttributes
	//	*HistoryEvent_MarkerRecordedEventAttributes
	//	*HistoryEvent_WorkflowExecutionSignaledEventAttributes
	//	*HistoryEvent_WorkflowExecutionTerminatedEventAttributes
	//	*HistoryEvent_WorkflowExecutionCancelRequestedEventAttributes
	//	*HistoryEvent_WorkflowExecutionCanceledEventAttributes
	//	*HistoryEvent_RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
	//	*HistoryEvent_RequestCancelExternalWorkflowExecutionFailedEventAttributes
	//	*HistoryEvent_ExternalWorkflowExecutionCancelRequestedEventAttributes
	//	*HistoryEvent_WorkflowExecutionContinuedAsNewEventAttributes
	//	*HistoryEvent_StartChildWorkflowExecutionInitiatedEventAttributes
	//	*HistoryEvent_StartChildWorkflowExecutionFailedEventAttributes
	//	*HistoryEvent_ChildWorkflowExecutionStartedEventAttributes
	//	*HistoryEvent_ChildWorkflowExecutionCompletedEventAttributes
	//	*HistoryEvent_ChildWorkflowExecutionFailedEventAttributes
	//	*HistoryEvent_ChildWorkflowExecutionCanceledEventAttributes
	//	*HistoryEvent_ChildWorkflowExecutionTimedOutEventAttributes
	//	*HistoryEvent_ChildWorkflowExecutionTerminatedEventAttributes
	//	*HistoryEvent_SignalExternalWorkflowExecutionInitiatedEventAttributes
	//	*HistoryEvent_SignalExternalWorkflowExecutionFailedEventAttributes
	//	*HistoryEvent_ExternalWorkflowExecutionSignaledEventAttributes
	//	*HistoryEvent_UpsertWorkflowSearchAttributesEventAttributes
	Attributes isHistoryEvent_Attributes `protobuf_oneof:"Attributes"`
}

func (*HistoryEvent) Descriptor

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

func (*HistoryEvent) Equal

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

func (*HistoryEvent) GetActivityTaskCancelRequestedEventAttributes

func (m *HistoryEvent) GetActivityTaskCancelRequestedEventAttributes() *ActivityTaskCancelRequestedEventAttributes

func (*HistoryEvent) GetActivityTaskCanceledEventAttributes

func (m *HistoryEvent) GetActivityTaskCanceledEventAttributes() *ActivityTaskCanceledEventAttributes

func (*HistoryEvent) GetActivityTaskCompletedEventAttributes

func (m *HistoryEvent) GetActivityTaskCompletedEventAttributes() *ActivityTaskCompletedEventAttributes

func (*HistoryEvent) GetActivityTaskFailedEventAttributes

func (m *HistoryEvent) GetActivityTaskFailedEventAttributes() *ActivityTaskFailedEventAttributes

func (*HistoryEvent) GetActivityTaskScheduledEventAttributes

func (m *HistoryEvent) GetActivityTaskScheduledEventAttributes() *ActivityTaskScheduledEventAttributes

func (*HistoryEvent) GetActivityTaskStartedEventAttributes

func (m *HistoryEvent) GetActivityTaskStartedEventAttributes() *ActivityTaskStartedEventAttributes

func (*HistoryEvent) GetActivityTaskTimedOutEventAttributes

func (m *HistoryEvent) GetActivityTaskTimedOutEventAttributes() *ActivityTaskTimedOutEventAttributes

func (*HistoryEvent) GetAttributes

func (m *HistoryEvent) GetAttributes() isHistoryEvent_Attributes

func (*HistoryEvent) GetCancelTimerFailedEventAttributes

func (m *HistoryEvent) GetCancelTimerFailedEventAttributes() *CancelTimerFailedEventAttributes

func (*HistoryEvent) GetChildWorkflowExecutionCanceledEventAttributes

func (m *HistoryEvent) GetChildWorkflowExecutionCanceledEventAttributes() *ChildWorkflowExecutionCanceledEventAttributes

func (*HistoryEvent) GetChildWorkflowExecutionCompletedEventAttributes

func (m *HistoryEvent) GetChildWorkflowExecutionCompletedEventAttributes() *ChildWorkflowExecutionCompletedEventAttributes

func (*HistoryEvent) GetChildWorkflowExecutionFailedEventAttributes

func (m *HistoryEvent) GetChildWorkflowExecutionFailedEventAttributes() *ChildWorkflowExecutionFailedEventAttributes

func (*HistoryEvent) GetChildWorkflowExecutionStartedEventAttributes

func (m *HistoryEvent) GetChildWorkflowExecutionStartedEventAttributes() *ChildWorkflowExecutionStartedEventAttributes

func (*HistoryEvent) GetChildWorkflowExecutionTerminatedEventAttributes

func (m *HistoryEvent) GetChildWorkflowExecutionTerminatedEventAttributes() *ChildWorkflowExecutionTerminatedEventAttributes

func (*HistoryEvent) GetChildWorkflowExecutionTimedOutEventAttributes

func (m *HistoryEvent) GetChildWorkflowExecutionTimedOutEventAttributes() *ChildWorkflowExecutionTimedOutEventAttributes

func (*HistoryEvent) GetDecisionTaskCompletedEventAttributes

func (m *HistoryEvent) GetDecisionTaskCompletedEventAttributes() *DecisionTaskCompletedEventAttributes

func (*HistoryEvent) GetDecisionTaskFailedEventAttributes

func (m *HistoryEvent) GetDecisionTaskFailedEventAttributes() *DecisionTaskFailedEventAttributes

func (*HistoryEvent) GetDecisionTaskScheduledEventAttributes

func (m *HistoryEvent) GetDecisionTaskScheduledEventAttributes() *DecisionTaskScheduledEventAttributes

func (*HistoryEvent) GetDecisionTaskStartedEventAttributes

func (m *HistoryEvent) GetDecisionTaskStartedEventAttributes() *DecisionTaskStartedEventAttributes

func (*HistoryEvent) GetDecisionTaskTimedOutEventAttributes

func (m *HistoryEvent) GetDecisionTaskTimedOutEventAttributes() *DecisionTaskTimedOutEventAttributes

func (*HistoryEvent) GetEventId

func (m *HistoryEvent) GetEventId() int64

func (*HistoryEvent) GetEventType

func (m *HistoryEvent) GetEventType() enums.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) GetRequestCancelActivityTaskFailedEventAttributes

func (m *HistoryEvent) GetRequestCancelActivityTaskFailedEventAttributes() *RequestCancelActivityTaskFailedEventAttributes

func (*HistoryEvent) GetRequestCancelExternalWorkflowExecutionFailedEventAttributes

func (m *HistoryEvent) GetRequestCancelExternalWorkflowExecutionFailedEventAttributes() *RequestCancelExternalWorkflowExecutionFailedEventAttributes

func (*HistoryEvent) GetRequestCancelExternalWorkflowExecutionInitiatedEventAttributes

func (m *HistoryEvent) GetRequestCancelExternalWorkflowExecutionInitiatedEventAttributes() *RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

func (*HistoryEvent) GetSignalExternalWorkflowExecutionFailedEventAttributes

func (m *HistoryEvent) GetSignalExternalWorkflowExecutionFailedEventAttributes() *SignalExternalWorkflowExecutionFailedEventAttributes

func (*HistoryEvent) GetSignalExternalWorkflowExecutionInitiatedEventAttributes

func (m *HistoryEvent) GetSignalExternalWorkflowExecutionInitiatedEventAttributes() *SignalExternalWorkflowExecutionInitiatedEventAttributes

func (*HistoryEvent) GetStartChildWorkflowExecutionFailedEventAttributes

func (m *HistoryEvent) GetStartChildWorkflowExecutionFailedEventAttributes() *StartChildWorkflowExecutionFailedEventAttributes

func (*HistoryEvent) GetStartChildWorkflowExecutionInitiatedEventAttributes

func (m *HistoryEvent) GetStartChildWorkflowExecutionInitiatedEventAttributes() *StartChildWorkflowExecutionInitiatedEventAttributes

func (*HistoryEvent) GetTaskId

func (m *HistoryEvent) GetTaskId() int64

func (*HistoryEvent) GetTimerCanceledEventAttributes

func (m *HistoryEvent) GetTimerCanceledEventAttributes() *TimerCanceledEventAttributes

func (*HistoryEvent) GetTimerFiredEventAttributes

func (m *HistoryEvent) GetTimerFiredEventAttributes() *TimerFiredEventAttributes

func (*HistoryEvent) GetTimerStartedEventAttributes

func (m *HistoryEvent) GetTimerStartedEventAttributes() *TimerStartedEventAttributes

func (*HistoryEvent) GetTimestamp

func (m *HistoryEvent) GetTimestamp() int64

func (*HistoryEvent) GetUpsertWorkflowSearchAttributesEventAttributes

func (m *HistoryEvent) GetUpsertWorkflowSearchAttributesEventAttributes() *UpsertWorkflowSearchAttributesEventAttributes

func (*HistoryEvent) GetVersion

func (m *HistoryEvent) GetVersion() int64

func (*HistoryEvent) GetWorkflowExecutionCancelRequestedEventAttributes

func (m *HistoryEvent) GetWorkflowExecutionCancelRequestedEventAttributes() *WorkflowExecutionCancelRequestedEventAttributes

func (*HistoryEvent) GetWorkflowExecutionCanceledEventAttributes

func (m *HistoryEvent) GetWorkflowExecutionCanceledEventAttributes() *WorkflowExecutionCanceledEventAttributes

func (*HistoryEvent) GetWorkflowExecutionCompletedEventAttributes

func (m *HistoryEvent) GetWorkflowExecutionCompletedEventAttributes() *WorkflowExecutionCompletedEventAttributes

func (*HistoryEvent) GetWorkflowExecutionContinuedAsNewEventAttributes

func (m *HistoryEvent) GetWorkflowExecutionContinuedAsNewEventAttributes() *WorkflowExecutionContinuedAsNewEventAttributes

func (*HistoryEvent) GetWorkflowExecutionFailedEventAttributes

func (m *HistoryEvent) GetWorkflowExecutionFailedEventAttributes() *WorkflowExecutionFailedEventAttributes

func (*HistoryEvent) GetWorkflowExecutionSignaledEventAttributes

func (m *HistoryEvent) GetWorkflowExecutionSignaledEventAttributes() *WorkflowExecutionSignaledEventAttributes

func (*HistoryEvent) GetWorkflowExecutionStartedEventAttributes

func (m *HistoryEvent) GetWorkflowExecutionStartedEventAttributes() *WorkflowExecutionStartedEventAttributes

func (*HistoryEvent) GetWorkflowExecutionTerminatedEventAttributes

func (m *HistoryEvent) GetWorkflowExecutionTerminatedEventAttributes() *WorkflowExecutionTerminatedEventAttributes

func (*HistoryEvent) GetWorkflowExecutionTimedOutEventAttributes

func (m *HistoryEvent) GetWorkflowExecutionTimedOutEventAttributes() *WorkflowExecutionTimedOutEventAttributes

func (*HistoryEvent) GoString

func (this *HistoryEvent) GoString() string

func (*HistoryEvent) Marshal

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

func (*HistoryEvent) MarshalTo

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

func (*HistoryEvent) MarshalToSizedBuffer

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

func (*HistoryEvent) ProtoMessage

func (*HistoryEvent) ProtoMessage()

func (*HistoryEvent) Reset

func (m *HistoryEvent) Reset()

func (*HistoryEvent) Size

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

func (*HistoryEvent) String

func (this *HistoryEvent) String() string

func (*HistoryEvent) Unmarshal

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

func (*HistoryEvent) XXX_DiscardUnknown

func (m *HistoryEvent) XXX_DiscardUnknown()

func (*HistoryEvent) XXX_Marshal

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

func (*HistoryEvent) XXX_Merge

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

func (*HistoryEvent) XXX_OneofWrappers

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

XXX_OneofWrappers is for the internal use of the proto package.

func (*HistoryEvent) XXX_Size

func (m *HistoryEvent) XXX_Size() int

func (*HistoryEvent) XXX_Unmarshal

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

type HistoryEvent_ActivityTaskCancelRequestedEventAttributes

type HistoryEvent_ActivityTaskCancelRequestedEventAttributes struct {
	ActivityTaskCancelRequestedEventAttributes *ActivityTaskCancelRequestedEventAttributes `` /* 144-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 `` /* 130-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 `` /* 132-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 `` /* 126-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 `` /* 132-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 `` /* 128-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 `` /* 130-byte string literal not displayed */
}

func (*HistoryEvent_ActivityTaskTimedOutEventAttributes) Equal

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

func (*HistoryEvent_ActivityTaskTimedOutEventAttributes) GoString

func (*HistoryEvent_ActivityTaskTimedOutEventAttributes) MarshalTo

func (*HistoryEvent_ActivityTaskTimedOutEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_ActivityTaskTimedOutEventAttributes) Size

func (*HistoryEvent_ActivityTaskTimedOutEventAttributes) String

type HistoryEvent_CancelTimerFailedEventAttributes

type HistoryEvent_CancelTimerFailedEventAttributes struct {
	CancelTimerFailedEventAttributes *CancelTimerFailedEventAttributes `protobuf:"bytes,26,opt,name=cancelTimerFailedEventAttributes,proto3,oneof" json:"cancelTimerFailedEventAttributes,omitempty"`
}

func (*HistoryEvent_CancelTimerFailedEventAttributes) Equal

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

func (*HistoryEvent_CancelTimerFailedEventAttributes) GoString

func (*HistoryEvent_CancelTimerFailedEventAttributes) MarshalTo

func (*HistoryEvent_CancelTimerFailedEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_CancelTimerFailedEventAttributes) Size

func (*HistoryEvent_CancelTimerFailedEventAttributes) String

type HistoryEvent_ChildWorkflowExecutionCanceledEventAttributes

type HistoryEvent_ChildWorkflowExecutionCanceledEventAttributes struct {
	ChildWorkflowExecutionCanceledEventAttributes *ChildWorkflowExecutionCanceledEventAttributes `` /* 150-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 `` /* 152-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 `` /* 146-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 `` /* 148-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 `` /* 154-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 `` /* 150-byte string literal not displayed */
}

func (*HistoryEvent_ChildWorkflowExecutionTimedOutEventAttributes) Equal

func (*HistoryEvent_ChildWorkflowExecutionTimedOutEventAttributes) GoString

func (*HistoryEvent_ChildWorkflowExecutionTimedOutEventAttributes) MarshalTo

func (*HistoryEvent_ChildWorkflowExecutionTimedOutEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_ChildWorkflowExecutionTimedOutEventAttributes) Size

func (*HistoryEvent_ChildWorkflowExecutionTimedOutEventAttributes) String

type HistoryEvent_DecisionTaskCompletedEventAttributes

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

func (*HistoryEvent_DecisionTaskCompletedEventAttributes) Equal

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

func (*HistoryEvent_DecisionTaskCompletedEventAttributes) GoString

func (*HistoryEvent_DecisionTaskCompletedEventAttributes) MarshalTo

func (*HistoryEvent_DecisionTaskCompletedEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_DecisionTaskCompletedEventAttributes) Size

func (*HistoryEvent_DecisionTaskCompletedEventAttributes) String

type HistoryEvent_DecisionTaskFailedEventAttributes

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

func (*HistoryEvent_DecisionTaskFailedEventAttributes) Equal

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

func (*HistoryEvent_DecisionTaskFailedEventAttributes) GoString

func (*HistoryEvent_DecisionTaskFailedEventAttributes) MarshalTo

func (*HistoryEvent_DecisionTaskFailedEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_DecisionTaskFailedEventAttributes) Size

func (*HistoryEvent_DecisionTaskFailedEventAttributes) String

type HistoryEvent_DecisionTaskScheduledEventAttributes

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

func (*HistoryEvent_DecisionTaskScheduledEventAttributes) Equal

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

func (*HistoryEvent_DecisionTaskScheduledEventAttributes) GoString

func (*HistoryEvent_DecisionTaskScheduledEventAttributes) MarshalTo

func (*HistoryEvent_DecisionTaskScheduledEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_DecisionTaskScheduledEventAttributes) Size

func (*HistoryEvent_DecisionTaskScheduledEventAttributes) String

type HistoryEvent_DecisionTaskStartedEventAttributes

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

func (*HistoryEvent_DecisionTaskStartedEventAttributes) Equal

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

func (*HistoryEvent_DecisionTaskStartedEventAttributes) GoString

func (*HistoryEvent_DecisionTaskStartedEventAttributes) MarshalTo

func (*HistoryEvent_DecisionTaskStartedEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_DecisionTaskStartedEventAttributes) Size

func (*HistoryEvent_DecisionTaskStartedEventAttributes) String

type HistoryEvent_DecisionTaskTimedOutEventAttributes

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

func (*HistoryEvent_DecisionTaskTimedOutEventAttributes) Equal

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

func (*HistoryEvent_DecisionTaskTimedOutEventAttributes) GoString

func (*HistoryEvent_DecisionTaskTimedOutEventAttributes) MarshalTo

func (*HistoryEvent_DecisionTaskTimedOutEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_DecisionTaskTimedOutEventAttributes) Size

func (*HistoryEvent_DecisionTaskTimedOutEventAttributes) String

type HistoryEvent_ExternalWorkflowExecutionCancelRequestedEventAttributes

type HistoryEvent_ExternalWorkflowExecutionCancelRequestedEventAttributes struct {
	ExternalWorkflowExecutionCancelRequestedEventAttributes *ExternalWorkflowExecutionCancelRequestedEventAttributes `` /* 170-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 `` /* 156-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 `protobuf:"bytes,27,opt,name=markerRecordedEventAttributes,proto3,oneof" json:"markerRecordedEventAttributes,omitempty"`
}

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_RequestCancelActivityTaskFailedEventAttributes

type HistoryEvent_RequestCancelActivityTaskFailedEventAttributes struct {
	RequestCancelActivityTaskFailedEventAttributes *RequestCancelActivityTaskFailedEventAttributes `` /* 152-byte string literal not displayed */
}

func (*HistoryEvent_RequestCancelActivityTaskFailedEventAttributes) Equal

func (*HistoryEvent_RequestCancelActivityTaskFailedEventAttributes) GoString

func (*HistoryEvent_RequestCancelActivityTaskFailedEventAttributes) MarshalTo

func (*HistoryEvent_RequestCancelActivityTaskFailedEventAttributes) MarshalToSizedBuffer

func (*HistoryEvent_RequestCancelActivityTaskFailedEventAttributes) Size

func (*HistoryEvent_RequestCancelActivityTaskFailedEventAttributes) String

type HistoryEvent_RequestCancelExternalWorkflowExecutionFailedEventAttributes

type HistoryEvent_RequestCancelExternalWorkflowExecutionFailedEventAttributes struct {
	RequestCancelExternalWorkflowExecutionFailedEventAttributes *RequestCancelExternalWorkflowExecutionFailedEventAttributes `` /* 178-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 `` /* 184-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 `` /* 164-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 `` /* 170-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 `` /* 156-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 `` /* 162-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 `protobuf:"bytes,25,opt,name=timerCanceledEventAttributes,proto3,oneof" json:"timerCanceledEventAttributes,omitempty"`
}

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 `protobuf:"bytes,21,opt,name=timerFiredEventAttributes,proto3,oneof" json:"timerFiredEventAttributes,omitempty"`
}

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 `protobuf:"bytes,20,opt,name=timerStartedEventAttributes,proto3,oneof" json:"timerStartedEventAttributes,omitempty"`
}

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 `` /* 150-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 `` /* 154-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 `` /* 140-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 `` /* 141-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 `` /* 152-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 `` /* 135-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 `` /* 140-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 `` /* 137-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 `` /* 144-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 `` /* 139-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 HostInfo

type HostInfo struct {
	Identity string `protobuf:"bytes,1,opt,name=Identity,proto3" json:"Identity,omitempty"`
}

func (*HostInfo) Descriptor

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

func (*HostInfo) Equal

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

func (*HostInfo) GetIdentity

func (m *HostInfo) GetIdentity() string

func (*HostInfo) GoString

func (this *HostInfo) GoString() string

func (*HostInfo) Marshal

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

func (*HostInfo) MarshalTo

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

func (*HostInfo) MarshalToSizedBuffer

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

func (*HostInfo) ProtoMessage

func (*HostInfo) ProtoMessage()

func (*HostInfo) Reset

func (m *HostInfo) Reset()

func (*HostInfo) Size

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

func (*HostInfo) String

func (this *HostInfo) String() string

func (*HostInfo) Unmarshal

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

func (*HostInfo) XXX_DiscardUnknown

func (m *HostInfo) XXX_DiscardUnknown()

func (*HostInfo) XXX_Marshal

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

func (*HostInfo) XXX_Merge

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

func (*HostInfo) XXX_Size

func (m *HostInfo) XXX_Size() int

func (*HostInfo) XXX_Unmarshal

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

type MarkerRecordedEventAttributes

type MarkerRecordedEventAttributes struct {
	MarkerName                   string  `protobuf:"bytes,1,opt,name=markerName,proto3" json:"markerName,omitempty"`
	Details                      []byte  `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"`
	DecisionTaskCompletedEventId int64   `protobuf:"varint,3,opt,name=decisionTaskCompletedEventId,proto3" json:"decisionTaskCompletedEventId,omitempty"`
	Header                       *Header `protobuf:"bytes,4,opt,name=header,proto3" json:"header,omitempty"`
}

func (*MarkerRecordedEventAttributes) Descriptor

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

func (*MarkerRecordedEventAttributes) Equal

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

func (*MarkerRecordedEventAttributes) GetDecisionTaskCompletedEventId

func (m *MarkerRecordedEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*MarkerRecordedEventAttributes) GetDetails

func (m *MarkerRecordedEventAttributes) GetDetails() []byte

func (*MarkerRecordedEventAttributes) GetHeader

func (m *MarkerRecordedEventAttributes) GetHeader() *Header

func (*MarkerRecordedEventAttributes) GetMarkerName

func (m *MarkerRecordedEventAttributes) GetMarkerName() string

func (*MarkerRecordedEventAttributes) GoString

func (this *MarkerRecordedEventAttributes) GoString() string

func (*MarkerRecordedEventAttributes) Marshal

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

func (*MarkerRecordedEventAttributes) MarshalTo

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

func (*MarkerRecordedEventAttributes) MarshalToSizedBuffer

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

func (*MarkerRecordedEventAttributes) ProtoMessage

func (*MarkerRecordedEventAttributes) ProtoMessage()

func (*MarkerRecordedEventAttributes) Reset

func (m *MarkerRecordedEventAttributes) Reset()

func (*MarkerRecordedEventAttributes) Size

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

func (*MarkerRecordedEventAttributes) String

func (this *MarkerRecordedEventAttributes) String() string

func (*MarkerRecordedEventAttributes) Unmarshal

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

func (*MarkerRecordedEventAttributes) XXX_DiscardUnknown

func (m *MarkerRecordedEventAttributes) XXX_DiscardUnknown()

func (*MarkerRecordedEventAttributes) XXX_Marshal

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

func (*MarkerRecordedEventAttributes) XXX_Merge

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

func (*MarkerRecordedEventAttributes) XXX_Size

func (m *MarkerRecordedEventAttributes) XXX_Size() int

func (*MarkerRecordedEventAttributes) XXX_Unmarshal

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

type MembershipInfo

type MembershipInfo struct {
	CurrentHost      *HostInfo   `protobuf:"bytes,1,opt,name=currentHost,proto3" json:"currentHost,omitempty"`
	ReachableMembers []string    `protobuf:"bytes,2,rep,name=reachableMembers,proto3" json:"reachableMembers,omitempty"`
	Rings            []*RingInfo `protobuf:"bytes,3,rep,name=rings,proto3" json:"rings,omitempty"`
}

func (*MembershipInfo) Descriptor

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

func (*MembershipInfo) Equal

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

func (*MembershipInfo) GetCurrentHost

func (m *MembershipInfo) GetCurrentHost() *HostInfo

func (*MembershipInfo) GetReachableMembers

func (m *MembershipInfo) GetReachableMembers() []string

func (*MembershipInfo) GetRings

func (m *MembershipInfo) GetRings() []*RingInfo

func (*MembershipInfo) GoString

func (this *MembershipInfo) GoString() string

func (*MembershipInfo) Marshal

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

func (*MembershipInfo) MarshalTo

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

func (*MembershipInfo) MarshalToSizedBuffer

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

func (*MembershipInfo) ProtoMessage

func (*MembershipInfo) ProtoMessage()

func (*MembershipInfo) Reset

func (m *MembershipInfo) Reset()

func (*MembershipInfo) Size

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

func (*MembershipInfo) String

func (this *MembershipInfo) String() string

func (*MembershipInfo) Unmarshal

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

func (*MembershipInfo) XXX_DiscardUnknown

func (m *MembershipInfo) XXX_DiscardUnknown()

func (*MembershipInfo) XXX_Marshal

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

func (*MembershipInfo) XXX_Merge

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

func (*MembershipInfo) XXX_Size

func (m *MembershipInfo) XXX_Size() int

func (*MembershipInfo) XXX_Unmarshal

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

type Memo

type Memo struct {
	Fields map[string][]byte `` /* 153-byte string literal not displayed */
}

func (*Memo) Descriptor

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

func (*Memo) Equal

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

func (*Memo) GetFields

func (m *Memo) GetFields() map[string][]byte

func (*Memo) GoString

func (this *Memo) GoString() string

func (*Memo) Marshal

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

func (*Memo) MarshalTo

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

func (*Memo) MarshalToSizedBuffer

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

func (*Memo) ProtoMessage

func (*Memo) ProtoMessage()

func (*Memo) Reset

func (m *Memo) Reset()

func (*Memo) Size

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

func (*Memo) String

func (this *Memo) String() string

func (*Memo) Unmarshal

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

func (*Memo) XXX_DiscardUnknown

func (m *Memo) XXX_DiscardUnknown()

func (*Memo) XXX_Marshal

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

func (*Memo) XXX_Merge

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

func (*Memo) XXX_Size

func (m *Memo) XXX_Size() int

func (*Memo) XXX_Unmarshal

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

type ParentExecutionInfo

type ParentExecutionInfo struct {
	DomainUUID  []byte             `protobuf:"bytes,1,opt,name=domainUUID,proto3" json:"domainUUID,omitempty"`
	Domain      string             `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
	Execution   *WorkflowExecution `protobuf:"bytes,3,opt,name=execution,proto3" json:"execution,omitempty"`
	InitiatedId int64              `protobuf:"varint,4,opt,name=initiatedId,proto3" json:"initiatedId,omitempty"`
}

func (*ParentExecutionInfo) Descriptor

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

func (*ParentExecutionInfo) Equal

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

func (*ParentExecutionInfo) GetDomain

func (m *ParentExecutionInfo) GetDomain() string

func (*ParentExecutionInfo) GetDomainUUID

func (m *ParentExecutionInfo) GetDomainUUID() []byte

func (*ParentExecutionInfo) GetExecution

func (m *ParentExecutionInfo) GetExecution() *WorkflowExecution

func (*ParentExecutionInfo) GetInitiatedId

func (m *ParentExecutionInfo) GetInitiatedId() int64

func (*ParentExecutionInfo) GoString

func (this *ParentExecutionInfo) GoString() string

func (*ParentExecutionInfo) Marshal

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

func (*ParentExecutionInfo) MarshalTo

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

func (*ParentExecutionInfo) MarshalToSizedBuffer

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

func (*ParentExecutionInfo) ProtoMessage

func (*ParentExecutionInfo) ProtoMessage()

func (*ParentExecutionInfo) Reset

func (m *ParentExecutionInfo) Reset()

func (*ParentExecutionInfo) Size

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

func (*ParentExecutionInfo) String

func (this *ParentExecutionInfo) String() string

func (*ParentExecutionInfo) Unmarshal

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

func (*ParentExecutionInfo) XXX_DiscardUnknown

func (m *ParentExecutionInfo) XXX_DiscardUnknown()

func (*ParentExecutionInfo) XXX_Marshal

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

func (*ParentExecutionInfo) XXX_Merge

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

func (*ParentExecutionInfo) XXX_Size

func (m *ParentExecutionInfo) XXX_Size() int

func (*ParentExecutionInfo) XXX_Unmarshal

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

type PendingActivityInfo

type PendingActivityInfo struct {
	ActivityID             string                     `protobuf:"bytes,1,opt,name=activityID,proto3" json:"activityID,omitempty"`
	ActivityType           *ActivityType              `protobuf:"bytes,2,opt,name=activityType,proto3" json:"activityType,omitempty"`
	State                  enums.PendingActivityState `protobuf:"varint,3,opt,name=state,proto3,enum=enums.PendingActivityState" json:"state,omitempty"`
	HeartbeatDetails       []byte                     `protobuf:"bytes,4,opt,name=heartbeatDetails,proto3" json:"heartbeatDetails,omitempty"`
	LastHeartbeatTimestamp int64                      `protobuf:"varint,5,opt,name=lastHeartbeatTimestamp,proto3" json:"lastHeartbeatTimestamp,omitempty"`
	LastStartedTimestamp   int64                      `protobuf:"varint,6,opt,name=lastStartedTimestamp,proto3" json:"lastStartedTimestamp,omitempty"`
	Attempt                int32                      `protobuf:"varint,7,opt,name=attempt,proto3" json:"attempt,omitempty"`
	MaximumAttempts        int32                      `protobuf:"varint,8,opt,name=maximumAttempts,proto3" json:"maximumAttempts,omitempty"`
	ScheduledTimestamp     int64                      `protobuf:"varint,9,opt,name=scheduledTimestamp,proto3" json:"scheduledTimestamp,omitempty"`
	ExpirationTimestamp    int64                      `protobuf:"varint,10,opt,name=expirationTimestamp,proto3" json:"expirationTimestamp,omitempty"`
	LastFailureReason      string                     `protobuf:"bytes,11,opt,name=lastFailureReason,proto3" json:"lastFailureReason,omitempty"`
	LastWorkerIdentity     string                     `protobuf:"bytes,12,opt,name=lastWorkerIdentity,proto3" json:"lastWorkerIdentity,omitempty"`
	LastFailureDetails     []byte                     `protobuf:"bytes,13,opt,name=lastFailureDetails,proto3" json:"lastFailureDetails,omitempty"`
}

func (*PendingActivityInfo) Descriptor

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

func (*PendingActivityInfo) Equal

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

func (*PendingActivityInfo) GetActivityID

func (m *PendingActivityInfo) GetActivityID() string

func (*PendingActivityInfo) GetActivityType

func (m *PendingActivityInfo) GetActivityType() *ActivityType

func (*PendingActivityInfo) GetAttempt

func (m *PendingActivityInfo) GetAttempt() int32

func (*PendingActivityInfo) GetExpirationTimestamp

func (m *PendingActivityInfo) GetExpirationTimestamp() int64

func (*PendingActivityInfo) GetHeartbeatDetails

func (m *PendingActivityInfo) GetHeartbeatDetails() []byte

func (*PendingActivityInfo) GetLastFailureDetails

func (m *PendingActivityInfo) GetLastFailureDetails() []byte

func (*PendingActivityInfo) GetLastFailureReason

func (m *PendingActivityInfo) GetLastFailureReason() string

func (*PendingActivityInfo) GetLastHeartbeatTimestamp

func (m *PendingActivityInfo) GetLastHeartbeatTimestamp() int64

func (*PendingActivityInfo) GetLastStartedTimestamp

func (m *PendingActivityInfo) GetLastStartedTimestamp() int64

func (*PendingActivityInfo) GetLastWorkerIdentity

func (m *PendingActivityInfo) GetLastWorkerIdentity() string

func (*PendingActivityInfo) GetMaximumAttempts

func (m *PendingActivityInfo) GetMaximumAttempts() int32

func (*PendingActivityInfo) GetScheduledTimestamp

func (m *PendingActivityInfo) GetScheduledTimestamp() int64

func (*PendingActivityInfo) GetState

func (*PendingActivityInfo) GoString

func (this *PendingActivityInfo) GoString() string

func (*PendingActivityInfo) Marshal

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

func (*PendingActivityInfo) MarshalTo

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

func (*PendingActivityInfo) MarshalToSizedBuffer

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

func (*PendingActivityInfo) ProtoMessage

func (*PendingActivityInfo) ProtoMessage()

func (*PendingActivityInfo) Reset

func (m *PendingActivityInfo) Reset()

func (*PendingActivityInfo) Size

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

func (*PendingActivityInfo) String

func (this *PendingActivityInfo) String() string

func (*PendingActivityInfo) Unmarshal

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

func (*PendingActivityInfo) XXX_DiscardUnknown

func (m *PendingActivityInfo) XXX_DiscardUnknown()

func (*PendingActivityInfo) XXX_Marshal

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

func (*PendingActivityInfo) XXX_Merge

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

func (*PendingActivityInfo) XXX_Size

func (m *PendingActivityInfo) XXX_Size() int

func (*PendingActivityInfo) XXX_Unmarshal

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

type PendingChildExecutionInfo

type PendingChildExecutionInfo struct {
	WorkflowID        string                  `protobuf:"bytes,1,opt,name=workflowID,proto3" json:"workflowID,omitempty"`
	RunID             []byte                  `protobuf:"bytes,2,opt,name=runID,proto3" json:"runID,omitempty"`
	WorkflowTypName   string                  `protobuf:"bytes,3,opt,name=workflowTypName,proto3" json:"workflowTypName,omitempty"`
	InitiatedID       int64                   `protobuf:"varint,4,opt,name=initiatedID,proto3" json:"initiatedID,omitempty"`
	ParentClosePolicy enums.ParentClosePolicy `protobuf:"varint,5,opt,name=parentClosePolicy,proto3,enum=enums.ParentClosePolicy" json:"parentClosePolicy,omitempty"`
}

func (*PendingChildExecutionInfo) Descriptor

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

func (*PendingChildExecutionInfo) Equal

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

func (*PendingChildExecutionInfo) GetInitiatedID

func (m *PendingChildExecutionInfo) GetInitiatedID() int64

func (*PendingChildExecutionInfo) GetParentClosePolicy

func (m *PendingChildExecutionInfo) GetParentClosePolicy() enums.ParentClosePolicy

func (*PendingChildExecutionInfo) GetRunID

func (m *PendingChildExecutionInfo) GetRunID() []byte

func (*PendingChildExecutionInfo) GetWorkflowID

func (m *PendingChildExecutionInfo) GetWorkflowID() string

func (*PendingChildExecutionInfo) GetWorkflowTypName

func (m *PendingChildExecutionInfo) GetWorkflowTypName() string

func (*PendingChildExecutionInfo) GoString

func (this *PendingChildExecutionInfo) GoString() string

func (*PendingChildExecutionInfo) Marshal

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

func (*PendingChildExecutionInfo) MarshalTo

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

func (*PendingChildExecutionInfo) MarshalToSizedBuffer

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

func (*PendingChildExecutionInfo) ProtoMessage

func (*PendingChildExecutionInfo) ProtoMessage()

func (*PendingChildExecutionInfo) Reset

func (m *PendingChildExecutionInfo) Reset()

func (*PendingChildExecutionInfo) Size

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

func (*PendingChildExecutionInfo) String

func (this *PendingChildExecutionInfo) String() string

func (*PendingChildExecutionInfo) Unmarshal

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

func (*PendingChildExecutionInfo) XXX_DiscardUnknown

func (m *PendingChildExecutionInfo) XXX_DiscardUnknown()

func (*PendingChildExecutionInfo) XXX_Marshal

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

func (*PendingChildExecutionInfo) XXX_Merge

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

func (*PendingChildExecutionInfo) XXX_Size

func (m *PendingChildExecutionInfo) XXX_Size() int

func (*PendingChildExecutionInfo) XXX_Unmarshal

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

type PollerInfo

type PollerInfo struct {
	// Unix Nano
	LastAccessTime int64   `protobuf:"varint,1,opt,name=lastAccessTime,proto3" json:"lastAccessTime,omitempty"`
	Identity       string  `protobuf:"bytes,2,opt,name=identity,proto3" json:"identity,omitempty"`
	RatePerSecond  float64 `protobuf:"fixed64,3,opt,name=ratePerSecond,proto3" json:"ratePerSecond,omitempty"`
}

func (*PollerInfo) Descriptor

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

func (*PollerInfo) Equal

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

func (*PollerInfo) GetIdentity

func (m *PollerInfo) GetIdentity() string

func (*PollerInfo) GetLastAccessTime

func (m *PollerInfo) GetLastAccessTime() int64

func (*PollerInfo) GetRatePerSecond

func (m *PollerInfo) GetRatePerSecond() float64

func (*PollerInfo) GoString

func (this *PollerInfo) GoString() string

func (*PollerInfo) Marshal

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

func (*PollerInfo) MarshalTo

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

func (*PollerInfo) MarshalToSizedBuffer

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

func (*PollerInfo) ProtoMessage

func (*PollerInfo) ProtoMessage()

func (*PollerInfo) Reset

func (m *PollerInfo) Reset()

func (*PollerInfo) Size

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

func (*PollerInfo) String

func (this *PollerInfo) String() string

func (*PollerInfo) Unmarshal

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

func (*PollerInfo) XXX_DiscardUnknown

func (m *PollerInfo) XXX_DiscardUnknown()

func (*PollerInfo) XXX_Marshal

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

func (*PollerInfo) XXX_Merge

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

func (*PollerInfo) XXX_Size

func (m *PollerInfo) XXX_Size() int

func (*PollerInfo) XXX_Unmarshal

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

type QueryRejected

type QueryRejected struct {
	CloseStatus enums.WorkflowExecutionCloseStatus `protobuf:"varint,1,opt,name=closeStatus,proto3,enum=enums.WorkflowExecutionCloseStatus" json:"closeStatus,omitempty"`
}

func (*QueryRejected) Descriptor

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

func (*QueryRejected) Equal

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

func (*QueryRejected) GetCloseStatus

func (m *QueryRejected) GetCloseStatus() enums.WorkflowExecutionCloseStatus

func (*QueryRejected) GoString

func (this *QueryRejected) GoString() string

func (*QueryRejected) Marshal

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

func (*QueryRejected) MarshalTo

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

func (*QueryRejected) MarshalToSizedBuffer

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

func (*QueryRejected) ProtoMessage

func (*QueryRejected) ProtoMessage()

func (*QueryRejected) Reset

func (m *QueryRejected) Reset()

func (*QueryRejected) Size

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

func (*QueryRejected) String

func (this *QueryRejected) String() string

func (*QueryRejected) Unmarshal

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

func (*QueryRejected) XXX_DiscardUnknown

func (m *QueryRejected) XXX_DiscardUnknown()

func (*QueryRejected) XXX_Marshal

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

func (*QueryRejected) XXX_Merge

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

func (*QueryRejected) XXX_Size

func (m *QueryRejected) XXX_Size() int

func (*QueryRejected) XXX_Unmarshal

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

type RecordMarkerDecisionAttributes

type RecordMarkerDecisionAttributes struct {
	MarkerName string  `protobuf:"bytes,1,opt,name=markerName,proto3" json:"markerName,omitempty"`
	Details    []byte  `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"`
	Header     *Header `protobuf:"bytes,3,opt,name=header,proto3" json:"header,omitempty"`
}

func (*RecordMarkerDecisionAttributes) Descriptor

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

func (*RecordMarkerDecisionAttributes) Equal

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

func (*RecordMarkerDecisionAttributes) GetDetails

func (m *RecordMarkerDecisionAttributes) GetDetails() []byte

func (*RecordMarkerDecisionAttributes) GetHeader

func (m *RecordMarkerDecisionAttributes) GetHeader() *Header

func (*RecordMarkerDecisionAttributes) GetMarkerName

func (m *RecordMarkerDecisionAttributes) GetMarkerName() string

func (*RecordMarkerDecisionAttributes) GoString

func (this *RecordMarkerDecisionAttributes) GoString() string

func (*RecordMarkerDecisionAttributes) Marshal

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

func (*RecordMarkerDecisionAttributes) MarshalTo

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

func (*RecordMarkerDecisionAttributes) MarshalToSizedBuffer

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

func (*RecordMarkerDecisionAttributes) ProtoMessage

func (*RecordMarkerDecisionAttributes) ProtoMessage()

func (*RecordMarkerDecisionAttributes) Reset

func (m *RecordMarkerDecisionAttributes) Reset()

func (*RecordMarkerDecisionAttributes) Size

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

func (*RecordMarkerDecisionAttributes) String

func (this *RecordMarkerDecisionAttributes) String() string

func (*RecordMarkerDecisionAttributes) Unmarshal

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

func (*RecordMarkerDecisionAttributes) XXX_DiscardUnknown

func (m *RecordMarkerDecisionAttributes) XXX_DiscardUnknown()

func (*RecordMarkerDecisionAttributes) XXX_Marshal

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

func (*RecordMarkerDecisionAttributes) XXX_Merge

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

func (*RecordMarkerDecisionAttributes) XXX_Size

func (m *RecordMarkerDecisionAttributes) XXX_Size() int

func (*RecordMarkerDecisionAttributes) XXX_Unmarshal

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

type RequestCancelActivityTaskDecisionAttributes

type RequestCancelActivityTaskDecisionAttributes struct {
	ActivityId string `protobuf:"bytes,1,opt,name=activityId,proto3" json:"activityId,omitempty"`
}

func (*RequestCancelActivityTaskDecisionAttributes) Descriptor

func (*RequestCancelActivityTaskDecisionAttributes) Equal

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

func (*RequestCancelActivityTaskDecisionAttributes) GetActivityId

func (*RequestCancelActivityTaskDecisionAttributes) GoString

func (*RequestCancelActivityTaskDecisionAttributes) Marshal

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

func (*RequestCancelActivityTaskDecisionAttributes) MarshalTo

func (*RequestCancelActivityTaskDecisionAttributes) MarshalToSizedBuffer

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

func (*RequestCancelActivityTaskDecisionAttributes) ProtoMessage

func (*RequestCancelActivityTaskDecisionAttributes) Reset

func (*RequestCancelActivityTaskDecisionAttributes) Size

func (*RequestCancelActivityTaskDecisionAttributes) String

func (*RequestCancelActivityTaskDecisionAttributes) Unmarshal

func (*RequestCancelActivityTaskDecisionAttributes) XXX_DiscardUnknown

func (m *RequestCancelActivityTaskDecisionAttributes) XXX_DiscardUnknown()

func (*RequestCancelActivityTaskDecisionAttributes) XXX_Marshal

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

func (*RequestCancelActivityTaskDecisionAttributes) XXX_Merge

func (*RequestCancelActivityTaskDecisionAttributes) XXX_Size

func (*RequestCancelActivityTaskDecisionAttributes) XXX_Unmarshal

type RequestCancelActivityTaskFailedEventAttributes

type RequestCancelActivityTaskFailedEventAttributes struct {
	ActivityId                   string `protobuf:"bytes,1,opt,name=activityId,proto3" json:"activityId,omitempty"`
	Cause                        string `protobuf:"bytes,2,opt,name=cause,proto3" json:"cause,omitempty"`
	DecisionTaskCompletedEventId int64  `protobuf:"varint,3,opt,name=decisionTaskCompletedEventId,proto3" json:"decisionTaskCompletedEventId,omitempty"`
}

func (*RequestCancelActivityTaskFailedEventAttributes) Descriptor

func (*RequestCancelActivityTaskFailedEventAttributes) Equal

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

func (*RequestCancelActivityTaskFailedEventAttributes) GetActivityId

func (*RequestCancelActivityTaskFailedEventAttributes) GetCause

func (*RequestCancelActivityTaskFailedEventAttributes) GetDecisionTaskCompletedEventId

func (m *RequestCancelActivityTaskFailedEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*RequestCancelActivityTaskFailedEventAttributes) GoString

func (*RequestCancelActivityTaskFailedEventAttributes) Marshal

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

func (*RequestCancelActivityTaskFailedEventAttributes) MarshalTo

func (*RequestCancelActivityTaskFailedEventAttributes) MarshalToSizedBuffer

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

func (*RequestCancelActivityTaskFailedEventAttributes) ProtoMessage

func (*RequestCancelActivityTaskFailedEventAttributes) Reset

func (*RequestCancelActivityTaskFailedEventAttributes) Size

func (*RequestCancelActivityTaskFailedEventAttributes) String

func (*RequestCancelActivityTaskFailedEventAttributes) Unmarshal

func (*RequestCancelActivityTaskFailedEventAttributes) XXX_DiscardUnknown

func (m *RequestCancelActivityTaskFailedEventAttributes) XXX_DiscardUnknown()

func (*RequestCancelActivityTaskFailedEventAttributes) XXX_Marshal

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

func (*RequestCancelActivityTaskFailedEventAttributes) XXX_Merge

func (*RequestCancelActivityTaskFailedEventAttributes) XXX_Size

func (*RequestCancelActivityTaskFailedEventAttributes) XXX_Unmarshal

type RequestCancelExternalWorkflowExecutionDecisionAttributes

type RequestCancelExternalWorkflowExecutionDecisionAttributes struct {
	Domain            string `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowId        string `protobuf:"bytes,2,opt,name=workflowId,proto3" json:"workflowId,omitempty"`
	RunId             []byte `protobuf:"bytes,3,opt,name=runId,proto3" json:"runId,omitempty"`
	Control           []byte `protobuf:"bytes,4,opt,name=control,proto3" json:"control,omitempty"`
	ChildWorkflowOnly bool   `protobuf:"varint,5,opt,name=childWorkflowOnly,proto3" json:"childWorkflowOnly,omitempty"`
}

func (*RequestCancelExternalWorkflowExecutionDecisionAttributes) Descriptor

func (*RequestCancelExternalWorkflowExecutionDecisionAttributes) Equal

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

func (*RequestCancelExternalWorkflowExecutionDecisionAttributes) GetChildWorkflowOnly

func (*RequestCancelExternalWorkflowExecutionDecisionAttributes) GetControl

func (*RequestCancelExternalWorkflowExecutionDecisionAttributes) GetDomain

func (*RequestCancelExternalWorkflowExecutionDecisionAttributes) GetRunId

func (*RequestCancelExternalWorkflowExecutionDecisionAttributes) GetWorkflowId

func (*RequestCancelExternalWorkflowExecutionDecisionAttributes) GoString

func (*RequestCancelExternalWorkflowExecutionDecisionAttributes) Marshal

func (*RequestCancelExternalWorkflowExecutionDecisionAttributes) MarshalTo

func (*RequestCancelExternalWorkflowExecutionDecisionAttributes) MarshalToSizedBuffer

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

func (*RequestCancelExternalWorkflowExecutionDecisionAttributes) ProtoMessage

func (*RequestCancelExternalWorkflowExecutionDecisionAttributes) Reset

func (*RequestCancelExternalWorkflowExecutionDecisionAttributes) Size

func (*RequestCancelExternalWorkflowExecutionDecisionAttributes) String

func (*RequestCancelExternalWorkflowExecutionDecisionAttributes) Unmarshal

func (*RequestCancelExternalWorkflowExecutionDecisionAttributes) XXX_DiscardUnknown

func (*RequestCancelExternalWorkflowExecutionDecisionAttributes) XXX_Marshal

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

func (*RequestCancelExternalWorkflowExecutionDecisionAttributes) XXX_Merge

func (*RequestCancelExternalWorkflowExecutionDecisionAttributes) XXX_Size

func (*RequestCancelExternalWorkflowExecutionDecisionAttributes) XXX_Unmarshal

type RequestCancelExternalWorkflowExecutionFailedEventAttributes

type RequestCancelExternalWorkflowExecutionFailedEventAttributes struct {
	Cause                        enums.CancelExternalWorkflowExecutionFailedCause `protobuf:"varint,1,opt,name=cause,proto3,enum=enums.CancelExternalWorkflowExecutionFailedCause" json:"cause,omitempty"`
	DecisionTaskCompletedEventId int64                                            `protobuf:"varint,2,opt,name=decisionTaskCompletedEventId,proto3" json:"decisionTaskCompletedEventId,omitempty"`
	Domain                       string                                           `protobuf:"bytes,3,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowExecution            *WorkflowExecution                               `protobuf:"bytes,4,opt,name=workflowExecution,proto3" json:"workflowExecution,omitempty"`
	InitiatedEventId             int64                                            `protobuf:"varint,5,opt,name=initiatedEventId,proto3" json:"initiatedEventId,omitempty"`
	Control                      []byte                                           `protobuf:"bytes,6,opt,name=control,proto3" json:"control,omitempty"`
}

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) Descriptor

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) Equal

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) GetCause

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) GetControl

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) GetDecisionTaskCompletedEventId

func (m *RequestCancelExternalWorkflowExecutionFailedEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) GetDomain

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) GetInitiatedEventId

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) GetWorkflowExecution

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) GoString

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) Marshal

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) MarshalTo

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) MarshalToSizedBuffer

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) ProtoMessage

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) Reset

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) Size

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) String

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) Unmarshal

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) XXX_DiscardUnknown

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) XXX_Marshal

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

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) XXX_Merge

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) XXX_Size

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) XXX_Unmarshal

type RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

type RequestCancelExternalWorkflowExecutionInitiatedEventAttributes struct {
	DecisionTaskCompletedEventId int64              `protobuf:"varint,1,opt,name=decisionTaskCompletedEventId,proto3" json:"decisionTaskCompletedEventId,omitempty"`
	Domain                       string             `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowExecution            *WorkflowExecution `protobuf:"bytes,3,opt,name=workflowExecution,proto3" json:"workflowExecution,omitempty"`
	Control                      []byte             `protobuf:"bytes,4,opt,name=control,proto3" json:"control,omitempty"`
	ChildWorkflowOnly            bool               `protobuf:"varint,5,opt,name=childWorkflowOnly,proto3" json:"childWorkflowOnly,omitempty"`
}

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) Descriptor

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) Equal

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GetChildWorkflowOnly

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GetControl

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GetDecisionTaskCompletedEventId

func (m *RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GetDomain

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GetWorkflowExecution

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GoString

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) Marshal

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) MarshalTo

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) MarshalToSizedBuffer

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) ProtoMessage

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) Reset

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) Size

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) String

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) Unmarshal

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) XXX_DiscardUnknown

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) XXX_Marshal

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

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) XXX_Merge

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) XXX_Size

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) XXX_Unmarshal

type ResetPointInfo

type ResetPointInfo struct {
	BinaryChecksum           string `protobuf:"bytes,1,opt,name=binaryChecksum,proto3" json:"binaryChecksum,omitempty"`
	RunId                    []byte `protobuf:"bytes,2,opt,name=runId,proto3" json:"runId,omitempty"`
	FirstDecisionCompletedId int64  `protobuf:"varint,3,opt,name=firstDecisionCompletedId,proto3" json:"firstDecisionCompletedId,omitempty"`
	CreatedTimeNano          int64  `protobuf:"varint,4,opt,name=createdTimeNano,proto3" json:"createdTimeNano,omitempty"`
	// The time that the run is deleted due to retention.
	ExpiringTimeNano int64 `protobuf:"varint,5,opt,name=expiringTimeNano,proto3" json:"expiringTimeNano,omitempty"`
	// false if the reset point has pending childWFs/reqCancels/signalExternals.
	Resettable bool `protobuf:"varint,6,opt,name=resettable,proto3" json:"resettable,omitempty"`
}

func (*ResetPointInfo) Descriptor

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

func (*ResetPointInfo) Equal

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

func (*ResetPointInfo) GetBinaryChecksum

func (m *ResetPointInfo) GetBinaryChecksum() string

func (*ResetPointInfo) GetCreatedTimeNano

func (m *ResetPointInfo) GetCreatedTimeNano() int64

func (*ResetPointInfo) GetExpiringTimeNano

func (m *ResetPointInfo) GetExpiringTimeNano() int64

func (*ResetPointInfo) GetFirstDecisionCompletedId

func (m *ResetPointInfo) GetFirstDecisionCompletedId() int64

func (*ResetPointInfo) GetResettable

func (m *ResetPointInfo) GetResettable() bool

func (*ResetPointInfo) GetRunId

func (m *ResetPointInfo) GetRunId() []byte

func (*ResetPointInfo) GoString

func (this *ResetPointInfo) GoString() string

func (*ResetPointInfo) Marshal

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

func (*ResetPointInfo) MarshalTo

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

func (*ResetPointInfo) MarshalToSizedBuffer

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

func (*ResetPointInfo) ProtoMessage

func (*ResetPointInfo) ProtoMessage()

func (*ResetPointInfo) Reset

func (m *ResetPointInfo) Reset()

func (*ResetPointInfo) Size

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

func (*ResetPointInfo) String

func (this *ResetPointInfo) String() string

func (*ResetPointInfo) Unmarshal

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

func (*ResetPointInfo) XXX_DiscardUnknown

func (m *ResetPointInfo) XXX_DiscardUnknown()

func (*ResetPointInfo) XXX_Marshal

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

func (*ResetPointInfo) XXX_Merge

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

func (*ResetPointInfo) XXX_Size

func (m *ResetPointInfo) XXX_Size() int

func (*ResetPointInfo) XXX_Unmarshal

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

type ResetPoints

type ResetPoints struct {
	Points []*ResetPointInfo `protobuf:"bytes,1,rep,name=points,proto3" json:"points,omitempty"`
}

func (*ResetPoints) Descriptor

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

func (*ResetPoints) Equal

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

func (*ResetPoints) GetPoints

func (m *ResetPoints) GetPoints() []*ResetPointInfo

func (*ResetPoints) GoString

func (this *ResetPoints) GoString() string

func (*ResetPoints) Marshal

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

func (*ResetPoints) MarshalTo

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

func (*ResetPoints) MarshalToSizedBuffer

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

func (*ResetPoints) ProtoMessage

func (*ResetPoints) ProtoMessage()

func (*ResetPoints) Reset

func (m *ResetPoints) Reset()

func (*ResetPoints) Size

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

func (*ResetPoints) String

func (this *ResetPoints) String() string

func (*ResetPoints) Unmarshal

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

func (*ResetPoints) XXX_DiscardUnknown

func (m *ResetPoints) XXX_DiscardUnknown()

func (*ResetPoints) XXX_Marshal

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

func (*ResetPoints) XXX_Merge

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

func (*ResetPoints) XXX_Size

func (m *ResetPoints) XXX_Size() int

func (*ResetPoints) XXX_Unmarshal

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

type RetryPolicy

type RetryPolicy struct {
	// Interval of the first retry. If coefficient is 1.0 then it is used for all retries.
	InitialIntervalInSeconds int32 `protobuf:"varint,1,opt,name=initialIntervalInSeconds,proto3" json:"initialIntervalInSeconds,omitempty"`
	// Coefficient used to calculate the next retry interval.
	// The next retry interval is previous interval multiplied by the coefficient.
	// Must be 1 or larger.
	BackoffCoefficient float64 `protobuf:"fixed64,2,opt,name=backoffCoefficient,proto3" json:"backoffCoefficient,omitempty"`
	// Maximum interval between retries. Exponential backoff leads to interval increase.
	// This value is the cap of the increase. Default is 100x of initial interval.
	MaximumIntervalInSeconds int32 `protobuf:"varint,3,opt,name=maximumIntervalInSeconds,proto3" json:"maximumIntervalInSeconds,omitempty"`
	// Maximum number of attempts. When exceeded the retries stop even if not expired yet.
	// Must be 1 or bigger. Default is unlimited.
	MaximumAttempts int32 `protobuf:"varint,4,opt,name=maximumAttempts,proto3" json:"maximumAttempts,omitempty"`
	// Non-Retriable errors. Will stop retrying if error matches this list.
	NonRetriableErrorReasons []string `protobuf:"bytes,5,rep,name=nonRetriableErrorReasons,proto3" json:"nonRetriableErrorReasons,omitempty"`
	// Expiration time for the whole retry process.
	ExpirationIntervalInSeconds int32 `protobuf:"varint,6,opt,name=expirationIntervalInSeconds,proto3" json:"expirationIntervalInSeconds,omitempty"`
}

func (*RetryPolicy) Descriptor

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

func (*RetryPolicy) Equal

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

func (*RetryPolicy) GetBackoffCoefficient

func (m *RetryPolicy) GetBackoffCoefficient() float64

func (*RetryPolicy) GetExpirationIntervalInSeconds

func (m *RetryPolicy) GetExpirationIntervalInSeconds() int32

func (*RetryPolicy) GetInitialIntervalInSeconds

func (m *RetryPolicy) GetInitialIntervalInSeconds() int32

func (*RetryPolicy) GetMaximumAttempts

func (m *RetryPolicy) GetMaximumAttempts() int32

func (*RetryPolicy) GetMaximumIntervalInSeconds

func (m *RetryPolicy) GetMaximumIntervalInSeconds() int32

func (*RetryPolicy) GetNonRetriableErrorReasons

func (m *RetryPolicy) GetNonRetriableErrorReasons() []string

func (*RetryPolicy) GoString

func (this *RetryPolicy) GoString() string

func (*RetryPolicy) Marshal

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

func (*RetryPolicy) MarshalTo

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

func (*RetryPolicy) MarshalToSizedBuffer

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

func (*RetryPolicy) ProtoMessage

func (*RetryPolicy) ProtoMessage()

func (*RetryPolicy) Reset

func (m *RetryPolicy) Reset()

func (*RetryPolicy) Size

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

func (*RetryPolicy) String

func (this *RetryPolicy) String() string

func (*RetryPolicy) Unmarshal

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

func (*RetryPolicy) XXX_DiscardUnknown

func (m *RetryPolicy) XXX_DiscardUnknown()

func (*RetryPolicy) XXX_Marshal

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

func (*RetryPolicy) XXX_Merge

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

func (*RetryPolicy) XXX_Size

func (m *RetryPolicy) XXX_Size() int

func (*RetryPolicy) XXX_Unmarshal

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

type RingInfo

type RingInfo struct {
	Role        string      `protobuf:"bytes,1,opt,name=role,proto3" json:"role,omitempty"`
	MemberCount int32       `protobuf:"varint,2,opt,name=memberCount,proto3" json:"memberCount,omitempty"`
	Members     []*HostInfo `protobuf:"bytes,3,rep,name=members,proto3" json:"members,omitempty"`
}

func (*RingInfo) Descriptor

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

func (*RingInfo) Equal

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

func (*RingInfo) GetMemberCount

func (m *RingInfo) GetMemberCount() int32

func (*RingInfo) GetMembers

func (m *RingInfo) GetMembers() []*HostInfo

func (*RingInfo) GetRole

func (m *RingInfo) GetRole() string

func (*RingInfo) GoString

func (this *RingInfo) GoString() string

func (*RingInfo) Marshal

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

func (*RingInfo) MarshalTo

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

func (*RingInfo) MarshalToSizedBuffer

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

func (*RingInfo) ProtoMessage

func (*RingInfo) ProtoMessage()

func (*RingInfo) Reset

func (m *RingInfo) Reset()

func (*RingInfo) Size

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

func (*RingInfo) String

func (this *RingInfo) String() string

func (*RingInfo) Unmarshal

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

func (*RingInfo) XXX_DiscardUnknown

func (m *RingInfo) XXX_DiscardUnknown()

func (*RingInfo) XXX_Marshal

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

func (*RingInfo) XXX_Merge

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

func (*RingInfo) XXX_Size

func (m *RingInfo) XXX_Size() int

func (*RingInfo) XXX_Unmarshal

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

type ScheduleActivityTaskDecisionAttributes

type ScheduleActivityTaskDecisionAttributes struct {
	ActivityId                    string        `protobuf:"bytes,1,opt,name=activityId,proto3" json:"activityId,omitempty"`
	ActivityType                  *ActivityType `protobuf:"bytes,2,opt,name=activityType,proto3" json:"activityType,omitempty"`
	Domain                        string        `protobuf:"bytes,3,opt,name=domain,proto3" json:"domain,omitempty"`
	TaskList                      *TaskList     `protobuf:"bytes,4,opt,name=taskList,proto3" json:"taskList,omitempty"`
	Input                         []byte        `protobuf:"bytes,5,opt,name=input,proto3" json:"input,omitempty"`
	ScheduleToCloseTimeoutSeconds int32         `protobuf:"varint,6,opt,name=scheduleToCloseTimeoutSeconds,proto3" json:"scheduleToCloseTimeoutSeconds,omitempty"`
	ScheduleToStartTimeoutSeconds int32         `protobuf:"varint,7,opt,name=scheduleToStartTimeoutSeconds,proto3" json:"scheduleToStartTimeoutSeconds,omitempty"`
	StartToCloseTimeoutSeconds    int32         `protobuf:"varint,8,opt,name=startToCloseTimeoutSeconds,proto3" json:"startToCloseTimeoutSeconds,omitempty"`
	HeartbeatTimeoutSeconds       int32         `protobuf:"varint,9,opt,name=heartbeatTimeoutSeconds,proto3" json:"heartbeatTimeoutSeconds,omitempty"`
	RetryPolicy                   *RetryPolicy  `protobuf:"bytes,10,opt,name=retryPolicy,proto3" json:"retryPolicy,omitempty"`
	Header                        *Header       `protobuf:"bytes,11,opt,name=header,proto3" json:"header,omitempty"`
}

func (*ScheduleActivityTaskDecisionAttributes) Descriptor

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

func (*ScheduleActivityTaskDecisionAttributes) Equal

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

func (*ScheduleActivityTaskDecisionAttributes) GetActivityId

func (*ScheduleActivityTaskDecisionAttributes) GetActivityType

func (*ScheduleActivityTaskDecisionAttributes) GetDomain

func (*ScheduleActivityTaskDecisionAttributes) GetHeader

func (*ScheduleActivityTaskDecisionAttributes) GetHeartbeatTimeoutSeconds

func (m *ScheduleActivityTaskDecisionAttributes) GetHeartbeatTimeoutSeconds() int32

func (*ScheduleActivityTaskDecisionAttributes) GetInput

func (*ScheduleActivityTaskDecisionAttributes) GetRetryPolicy

func (*ScheduleActivityTaskDecisionAttributes) GetScheduleToCloseTimeoutSeconds

func (m *ScheduleActivityTaskDecisionAttributes) GetScheduleToCloseTimeoutSeconds() int32

func (*ScheduleActivityTaskDecisionAttributes) GetScheduleToStartTimeoutSeconds

func (m *ScheduleActivityTaskDecisionAttributes) GetScheduleToStartTimeoutSeconds() int32

func (*ScheduleActivityTaskDecisionAttributes) GetStartToCloseTimeoutSeconds

func (m *ScheduleActivityTaskDecisionAttributes) GetStartToCloseTimeoutSeconds() int32

func (*ScheduleActivityTaskDecisionAttributes) GetTaskList

func (*ScheduleActivityTaskDecisionAttributes) GoString

func (*ScheduleActivityTaskDecisionAttributes) Marshal

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

func (*ScheduleActivityTaskDecisionAttributes) MarshalTo

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

func (*ScheduleActivityTaskDecisionAttributes) MarshalToSizedBuffer

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

func (*ScheduleActivityTaskDecisionAttributes) ProtoMessage

func (*ScheduleActivityTaskDecisionAttributes) Reset

func (*ScheduleActivityTaskDecisionAttributes) Size

func (*ScheduleActivityTaskDecisionAttributes) String

func (*ScheduleActivityTaskDecisionAttributes) Unmarshal

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

func (*ScheduleActivityTaskDecisionAttributes) XXX_DiscardUnknown

func (m *ScheduleActivityTaskDecisionAttributes) XXX_DiscardUnknown()

func (*ScheduleActivityTaskDecisionAttributes) XXX_Marshal

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

func (*ScheduleActivityTaskDecisionAttributes) XXX_Merge

func (*ScheduleActivityTaskDecisionAttributes) XXX_Size

func (*ScheduleActivityTaskDecisionAttributes) XXX_Unmarshal

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

type SearchAttributes

type SearchAttributes struct {
	IndexedFields map[string][]byte `` /* 167-byte string literal not displayed */
}

func (*SearchAttributes) Descriptor

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

func (*SearchAttributes) Equal

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

func (*SearchAttributes) GetIndexedFields

func (m *SearchAttributes) GetIndexedFields() map[string][]byte

func (*SearchAttributes) GoString

func (this *SearchAttributes) GoString() string

func (*SearchAttributes) Marshal

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

func (*SearchAttributes) MarshalTo

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

func (*SearchAttributes) MarshalToSizedBuffer

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

func (*SearchAttributes) ProtoMessage

func (*SearchAttributes) ProtoMessage()

func (*SearchAttributes) Reset

func (m *SearchAttributes) Reset()

func (*SearchAttributes) Size

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

func (*SearchAttributes) String

func (this *SearchAttributes) String() string

func (*SearchAttributes) Unmarshal

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

func (*SearchAttributes) XXX_DiscardUnknown

func (m *SearchAttributes) XXX_DiscardUnknown()

func (*SearchAttributes) XXX_Marshal

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

func (*SearchAttributes) XXX_Merge

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

func (*SearchAttributes) XXX_Size

func (m *SearchAttributes) XXX_Size() int

func (*SearchAttributes) XXX_Unmarshal

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

type SignalExternalWorkflowExecutionDecisionAttributes

type SignalExternalWorkflowExecutionDecisionAttributes struct {
	Domain            string             `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	Execution         *WorkflowExecution `protobuf:"bytes,2,opt,name=execution,proto3" json:"execution,omitempty"`
	SignalName        string             `protobuf:"bytes,3,opt,name=signalName,proto3" json:"signalName,omitempty"`
	Input             []byte             `protobuf:"bytes,4,opt,name=input,proto3" json:"input,omitempty"`
	Control           []byte             `protobuf:"bytes,5,opt,name=control,proto3" json:"control,omitempty"`
	ChildWorkflowOnly bool               `protobuf:"varint,6,opt,name=childWorkflowOnly,proto3" json:"childWorkflowOnly,omitempty"`
}

func (*SignalExternalWorkflowExecutionDecisionAttributes) Descriptor

func (*SignalExternalWorkflowExecutionDecisionAttributes) Equal

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

func (*SignalExternalWorkflowExecutionDecisionAttributes) GetChildWorkflowOnly

func (m *SignalExternalWorkflowExecutionDecisionAttributes) GetChildWorkflowOnly() bool

func (*SignalExternalWorkflowExecutionDecisionAttributes) GetControl

func (*SignalExternalWorkflowExecutionDecisionAttributes) GetDomain

func (*SignalExternalWorkflowExecutionDecisionAttributes) GetExecution

func (*SignalExternalWorkflowExecutionDecisionAttributes) GetInput

func (*SignalExternalWorkflowExecutionDecisionAttributes) GetSignalName

func (*SignalExternalWorkflowExecutionDecisionAttributes) GoString

func (*SignalExternalWorkflowExecutionDecisionAttributes) Marshal

func (*SignalExternalWorkflowExecutionDecisionAttributes) MarshalTo

func (*SignalExternalWorkflowExecutionDecisionAttributes) MarshalToSizedBuffer

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

func (*SignalExternalWorkflowExecutionDecisionAttributes) ProtoMessage

func (*SignalExternalWorkflowExecutionDecisionAttributes) Reset

func (*SignalExternalWorkflowExecutionDecisionAttributes) Size

func (*SignalExternalWorkflowExecutionDecisionAttributes) String

func (*SignalExternalWorkflowExecutionDecisionAttributes) Unmarshal

func (*SignalExternalWorkflowExecutionDecisionAttributes) XXX_DiscardUnknown

func (m *SignalExternalWorkflowExecutionDecisionAttributes) XXX_DiscardUnknown()

func (*SignalExternalWorkflowExecutionDecisionAttributes) XXX_Marshal

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

func (*SignalExternalWorkflowExecutionDecisionAttributes) XXX_Merge

func (*SignalExternalWorkflowExecutionDecisionAttributes) XXX_Size

func (*SignalExternalWorkflowExecutionDecisionAttributes) XXX_Unmarshal

type SignalExternalWorkflowExecutionFailedEventAttributes

type SignalExternalWorkflowExecutionFailedEventAttributes struct {
	Cause                        enums.SignalExternalWorkflowExecutionFailedCause `protobuf:"varint,1,opt,name=cause,proto3,enum=enums.SignalExternalWorkflowExecutionFailedCause" json:"cause,omitempty"`
	DecisionTaskCompletedEventId int64                                            `protobuf:"varint,2,opt,name=decisionTaskCompletedEventId,proto3" json:"decisionTaskCompletedEventId,omitempty"`
	Domain                       string                                           `protobuf:"bytes,3,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowExecution            *WorkflowExecution                               `protobuf:"bytes,4,opt,name=workflowExecution,proto3" json:"workflowExecution,omitempty"`
	InitiatedEventId             int64                                            `protobuf:"varint,5,opt,name=initiatedEventId,proto3" json:"initiatedEventId,omitempty"`
	Control                      []byte                                           `protobuf:"bytes,6,opt,name=control,proto3" json:"control,omitempty"`
}

func (*SignalExternalWorkflowExecutionFailedEventAttributes) Descriptor

func (*SignalExternalWorkflowExecutionFailedEventAttributes) Equal

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

func (*SignalExternalWorkflowExecutionFailedEventAttributes) GetCause

func (*SignalExternalWorkflowExecutionFailedEventAttributes) GetControl

func (*SignalExternalWorkflowExecutionFailedEventAttributes) GetDecisionTaskCompletedEventId

func (m *SignalExternalWorkflowExecutionFailedEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*SignalExternalWorkflowExecutionFailedEventAttributes) GetDomain

func (*SignalExternalWorkflowExecutionFailedEventAttributes) GetInitiatedEventId

func (*SignalExternalWorkflowExecutionFailedEventAttributes) GetWorkflowExecution

func (*SignalExternalWorkflowExecutionFailedEventAttributes) GoString

func (*SignalExternalWorkflowExecutionFailedEventAttributes) Marshal

func (*SignalExternalWorkflowExecutionFailedEventAttributes) MarshalTo

func (*SignalExternalWorkflowExecutionFailedEventAttributes) MarshalToSizedBuffer

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

func (*SignalExternalWorkflowExecutionFailedEventAttributes) ProtoMessage

func (*SignalExternalWorkflowExecutionFailedEventAttributes) Reset

func (*SignalExternalWorkflowExecutionFailedEventAttributes) Size

func (*SignalExternalWorkflowExecutionFailedEventAttributes) String

func (*SignalExternalWorkflowExecutionFailedEventAttributes) Unmarshal

func (*SignalExternalWorkflowExecutionFailedEventAttributes) XXX_DiscardUnknown

func (*SignalExternalWorkflowExecutionFailedEventAttributes) XXX_Marshal

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

func (*SignalExternalWorkflowExecutionFailedEventAttributes) XXX_Merge

func (*SignalExternalWorkflowExecutionFailedEventAttributes) XXX_Size

func (*SignalExternalWorkflowExecutionFailedEventAttributes) XXX_Unmarshal

type SignalExternalWorkflowExecutionInitiatedEventAttributes

type SignalExternalWorkflowExecutionInitiatedEventAttributes struct {
	DecisionTaskCompletedEventId int64              `protobuf:"varint,1,opt,name=decisionTaskCompletedEventId,proto3" json:"decisionTaskCompletedEventId,omitempty"`
	Domain                       string             `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowExecution            *WorkflowExecution `protobuf:"bytes,3,opt,name=workflowExecution,proto3" json:"workflowExecution,omitempty"`
	SignalName                   string             `protobuf:"bytes,4,opt,name=signalName,proto3" json:"signalName,omitempty"`
	Input                        []byte             `protobuf:"bytes,5,opt,name=input,proto3" json:"input,omitempty"`
	Control                      []byte             `protobuf:"bytes,6,opt,name=control,proto3" json:"control,omitempty"`
	ChildWorkflowOnly            bool               `protobuf:"varint,7,opt,name=childWorkflowOnly,proto3" json:"childWorkflowOnly,omitempty"`
}

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) Descriptor

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) Equal

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

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) GetChildWorkflowOnly

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) GetControl

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) GetDecisionTaskCompletedEventId

func (m *SignalExternalWorkflowExecutionInitiatedEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) GetDomain

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) GetInput

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) GetSignalName

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) GetWorkflowExecution

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) GoString

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) Marshal

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) MarshalTo

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) MarshalToSizedBuffer

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

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) ProtoMessage

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) Reset

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) Size

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) String

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) Unmarshal

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) XXX_DiscardUnknown

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) XXX_Marshal

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

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) XXX_Merge

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) XXX_Size

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) XXX_Unmarshal

type StartChildWorkflowExecutionDecisionAttributes

type StartChildWorkflowExecutionDecisionAttributes struct {
	Domain                              string                      `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowId                          string                      `protobuf:"bytes,2,opt,name=workflowId,proto3" json:"workflowId,omitempty"`
	WorkflowType                        *WorkflowType               `protobuf:"bytes,3,opt,name=workflowType,proto3" json:"workflowType,omitempty"`
	TaskList                            *TaskList                   `protobuf:"bytes,4,opt,name=taskList,proto3" json:"taskList,omitempty"`
	Input                               []byte                      `protobuf:"bytes,5,opt,name=input,proto3" json:"input,omitempty"`
	ExecutionStartToCloseTimeoutSeconds int32                       `protobuf:"varint,6,opt,name=executionStartToCloseTimeoutSeconds,proto3" json:"executionStartToCloseTimeoutSeconds,omitempty"`
	TaskStartToCloseTimeoutSeconds      int32                       `protobuf:"varint,7,opt,name=taskStartToCloseTimeoutSeconds,proto3" json:"taskStartToCloseTimeoutSeconds,omitempty"`
	ParentClosePolicy                   enums.ParentClosePolicy     `protobuf:"varint,8,opt,name=parentClosePolicy,proto3,enum=enums.ParentClosePolicy" json:"parentClosePolicy,omitempty"`
	Control                             []byte                      `protobuf:"bytes,9,opt,name=control,proto3" json:"control,omitempty"`
	WorkflowIdReusePolicy               enums.WorkflowIdReusePolicy `` /* 130-byte string literal not displayed */
	RetryPolicy                         *RetryPolicy                `protobuf:"bytes,11,opt,name=retryPolicy,proto3" json:"retryPolicy,omitempty"`
	CronSchedule                        string                      `protobuf:"bytes,12,opt,name=cronSchedule,proto3" json:"cronSchedule,omitempty"`
	Header                              *Header                     `protobuf:"bytes,13,opt,name=header,proto3" json:"header,omitempty"`
	Memo                                *Memo                       `protobuf:"bytes,14,opt,name=memo,proto3" json:"memo,omitempty"`
	SearchAttributes                    *SearchAttributes           `protobuf:"bytes,15,opt,name=searchAttributes,proto3" json:"searchAttributes,omitempty"`
}

func (*StartChildWorkflowExecutionDecisionAttributes) Descriptor

func (*StartChildWorkflowExecutionDecisionAttributes) Equal

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

func (*StartChildWorkflowExecutionDecisionAttributes) GetControl

func (*StartChildWorkflowExecutionDecisionAttributes) GetCronSchedule

func (*StartChildWorkflowExecutionDecisionAttributes) GetDomain

func (*StartChildWorkflowExecutionDecisionAttributes) GetExecutionStartToCloseTimeoutSeconds

func (m *StartChildWorkflowExecutionDecisionAttributes) GetExecutionStartToCloseTimeoutSeconds() int32

func (*StartChildWorkflowExecutionDecisionAttributes) GetHeader

func (*StartChildWorkflowExecutionDecisionAttributes) GetInput

func (*StartChildWorkflowExecutionDecisionAttributes) GetMemo

func (*StartChildWorkflowExecutionDecisionAttributes) GetParentClosePolicy

func (*StartChildWorkflowExecutionDecisionAttributes) GetRetryPolicy

func (*StartChildWorkflowExecutionDecisionAttributes) GetSearchAttributes

func (*StartChildWorkflowExecutionDecisionAttributes) GetTaskList

func (*StartChildWorkflowExecutionDecisionAttributes) GetTaskStartToCloseTimeoutSeconds

func (m *StartChildWorkflowExecutionDecisionAttributes) GetTaskStartToCloseTimeoutSeconds() int32

func (*StartChildWorkflowExecutionDecisionAttributes) GetWorkflowId

func (*StartChildWorkflowExecutionDecisionAttributes) GetWorkflowIdReusePolicy

func (*StartChildWorkflowExecutionDecisionAttributes) GetWorkflowType

func (*StartChildWorkflowExecutionDecisionAttributes) GoString

func (*StartChildWorkflowExecutionDecisionAttributes) Marshal

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

func (*StartChildWorkflowExecutionDecisionAttributes) MarshalTo

func (*StartChildWorkflowExecutionDecisionAttributes) MarshalToSizedBuffer

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

func (*StartChildWorkflowExecutionDecisionAttributes) ProtoMessage

func (*StartChildWorkflowExecutionDecisionAttributes) Reset

func (*StartChildWorkflowExecutionDecisionAttributes) Size

func (*StartChildWorkflowExecutionDecisionAttributes) String

func (*StartChildWorkflowExecutionDecisionAttributes) Unmarshal

func (*StartChildWorkflowExecutionDecisionAttributes) XXX_DiscardUnknown

func (m *StartChildWorkflowExecutionDecisionAttributes) XXX_DiscardUnknown()

func (*StartChildWorkflowExecutionDecisionAttributes) XXX_Marshal

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

func (*StartChildWorkflowExecutionDecisionAttributes) XXX_Merge

func (*StartChildWorkflowExecutionDecisionAttributes) XXX_Size

func (*StartChildWorkflowExecutionDecisionAttributes) XXX_Unmarshal

type StartChildWorkflowExecutionFailedEventAttributes

type StartChildWorkflowExecutionFailedEventAttributes struct {
	Domain                       string                                  `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowId                   string                                  `protobuf:"bytes,2,opt,name=workflowId,proto3" json:"workflowId,omitempty"`
	WorkflowType                 *WorkflowType                           `protobuf:"bytes,3,opt,name=workflowType,proto3" json:"workflowType,omitempty"`
	Cause                        enums.ChildWorkflowExecutionFailedCause `protobuf:"varint,4,opt,name=cause,proto3,enum=enums.ChildWorkflowExecutionFailedCause" json:"cause,omitempty"`
	Control                      []byte                                  `protobuf:"bytes,5,opt,name=control,proto3" json:"control,omitempty"`
	InitiatedEventId             int64                                   `protobuf:"varint,6,opt,name=initiatedEventId,proto3" json:"initiatedEventId,omitempty"`
	DecisionTaskCompletedEventId int64                                   `protobuf:"varint,7,opt,name=decisionTaskCompletedEventId,proto3" json:"decisionTaskCompletedEventId,omitempty"`
}

func (*StartChildWorkflowExecutionFailedEventAttributes) Descriptor

func (*StartChildWorkflowExecutionFailedEventAttributes) Equal

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

func (*StartChildWorkflowExecutionFailedEventAttributes) GetCause

func (*StartChildWorkflowExecutionFailedEventAttributes) GetControl

func (*StartChildWorkflowExecutionFailedEventAttributes) GetDecisionTaskCompletedEventId

func (m *StartChildWorkflowExecutionFailedEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*StartChildWorkflowExecutionFailedEventAttributes) GetDomain

func (*StartChildWorkflowExecutionFailedEventAttributes) GetInitiatedEventId

func (*StartChildWorkflowExecutionFailedEventAttributes) GetWorkflowId

func (*StartChildWorkflowExecutionFailedEventAttributes) GetWorkflowType

func (*StartChildWorkflowExecutionFailedEventAttributes) GoString

func (*StartChildWorkflowExecutionFailedEventAttributes) Marshal

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

func (*StartChildWorkflowExecutionFailedEventAttributes) MarshalTo

func (*StartChildWorkflowExecutionFailedEventAttributes) MarshalToSizedBuffer

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

func (*StartChildWorkflowExecutionFailedEventAttributes) ProtoMessage

func (*StartChildWorkflowExecutionFailedEventAttributes) Reset

func (*StartChildWorkflowExecutionFailedEventAttributes) Size

func (*StartChildWorkflowExecutionFailedEventAttributes) String

func (*StartChildWorkflowExecutionFailedEventAttributes) Unmarshal

func (*StartChildWorkflowExecutionFailedEventAttributes) XXX_DiscardUnknown

func (m *StartChildWorkflowExecutionFailedEventAttributes) XXX_DiscardUnknown()

func (*StartChildWorkflowExecutionFailedEventAttributes) XXX_Marshal

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

func (*StartChildWorkflowExecutionFailedEventAttributes) XXX_Merge

func (*StartChildWorkflowExecutionFailedEventAttributes) XXX_Size

func (*StartChildWorkflowExecutionFailedEventAttributes) XXX_Unmarshal

type StartChildWorkflowExecutionInitiatedEventAttributes

type StartChildWorkflowExecutionInitiatedEventAttributes struct {
	Domain                              string                      `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowId                          string                      `protobuf:"bytes,2,opt,name=workflowId,proto3" json:"workflowId,omitempty"`
	WorkflowType                        *WorkflowType               `protobuf:"bytes,3,opt,name=workflowType,proto3" json:"workflowType,omitempty"`
	TaskList                            *TaskList                   `protobuf:"bytes,4,opt,name=taskList,proto3" json:"taskList,omitempty"`
	Input                               []byte                      `protobuf:"bytes,5,opt,name=input,proto3" json:"input,omitempty"`
	ExecutionStartToCloseTimeoutSeconds int32                       `protobuf:"varint,6,opt,name=executionStartToCloseTimeoutSeconds,proto3" json:"executionStartToCloseTimeoutSeconds,omitempty"`
	TaskStartToCloseTimeoutSeconds      int32                       `protobuf:"varint,7,opt,name=taskStartToCloseTimeoutSeconds,proto3" json:"taskStartToCloseTimeoutSeconds,omitempty"`
	ParentClosePolicy                   enums.ParentClosePolicy     `protobuf:"varint,8,opt,name=parentClosePolicy,proto3,enum=enums.ParentClosePolicy" json:"parentClosePolicy,omitempty"`
	Control                             []byte                      `protobuf:"bytes,9,opt,name=control,proto3" json:"control,omitempty"`
	DecisionTaskCompletedEventId        int64                       `protobuf:"varint,10,opt,name=decisionTaskCompletedEventId,proto3" json:"decisionTaskCompletedEventId,omitempty"`
	WorkflowIdReusePolicy               enums.WorkflowIdReusePolicy `` /* 130-byte string literal not displayed */
	RetryPolicy                         *RetryPolicy                `protobuf:"bytes,12,opt,name=retryPolicy,proto3" json:"retryPolicy,omitempty"`
	CronSchedule                        string                      `protobuf:"bytes,13,opt,name=cronSchedule,proto3" json:"cronSchedule,omitempty"`
	Header                              *Header                     `protobuf:"bytes,14,opt,name=header,proto3" json:"header,omitempty"`
	Memo                                *Memo                       `protobuf:"bytes,15,opt,name=memo,proto3" json:"memo,omitempty"`
	SearchAttributes                    *SearchAttributes           `protobuf:"bytes,16,opt,name=searchAttributes,proto3" json:"searchAttributes,omitempty"`
}

func (*StartChildWorkflowExecutionInitiatedEventAttributes) Descriptor

func (*StartChildWorkflowExecutionInitiatedEventAttributes) Equal

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

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetControl

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetCronSchedule

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetDecisionTaskCompletedEventId

func (m *StartChildWorkflowExecutionInitiatedEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetDomain

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetExecutionStartToCloseTimeoutSeconds

func (m *StartChildWorkflowExecutionInitiatedEventAttributes) GetExecutionStartToCloseTimeoutSeconds() int32

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetHeader

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetInput

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetMemo

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetParentClosePolicy

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetRetryPolicy

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetSearchAttributes

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetTaskList

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetTaskStartToCloseTimeoutSeconds

func (m *StartChildWorkflowExecutionInitiatedEventAttributes) GetTaskStartToCloseTimeoutSeconds() int32

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetWorkflowId

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetWorkflowIdReusePolicy

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 StartTimeFilter

type StartTimeFilter struct {
	EarliestTime int64 `protobuf:"varint,1,opt,name=earliestTime,proto3" json:"earliestTime,omitempty"`
	LatestTime   int64 `protobuf:"varint,2,opt,name=latestTime,proto3" json:"latestTime,omitempty"`
}

func (*StartTimeFilter) Descriptor

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

func (*StartTimeFilter) Equal

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

func (*StartTimeFilter) GetEarliestTime

func (m *StartTimeFilter) GetEarliestTime() int64

func (*StartTimeFilter) GetLatestTime

func (m *StartTimeFilter) GetLatestTime() int64

func (*StartTimeFilter) GoString

func (this *StartTimeFilter) GoString() string

func (*StartTimeFilter) Marshal

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

func (*StartTimeFilter) MarshalTo

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

func (*StartTimeFilter) MarshalToSizedBuffer

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

func (*StartTimeFilter) ProtoMessage

func (*StartTimeFilter) ProtoMessage()

func (*StartTimeFilter) Reset

func (m *StartTimeFilter) Reset()

func (*StartTimeFilter) Size

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

func (*StartTimeFilter) String

func (this *StartTimeFilter) String() string

func (*StartTimeFilter) Unmarshal

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

func (*StartTimeFilter) XXX_DiscardUnknown

func (m *StartTimeFilter) XXX_DiscardUnknown()

func (*StartTimeFilter) XXX_Marshal

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

func (*StartTimeFilter) XXX_Merge

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

func (*StartTimeFilter) XXX_Size

func (m *StartTimeFilter) XXX_Size() int

func (*StartTimeFilter) XXX_Unmarshal

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

type StartTimerDecisionAttributes

type StartTimerDecisionAttributes struct {
	TimerId                   string `protobuf:"bytes,1,opt,name=timerId,proto3" json:"timerId,omitempty"`
	StartToFireTimeoutSeconds int64  `protobuf:"varint,2,opt,name=startToFireTimeoutSeconds,proto3" json:"startToFireTimeoutSeconds,omitempty"`
}

func (*StartTimerDecisionAttributes) Descriptor

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

func (*StartTimerDecisionAttributes) Equal

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

func (*StartTimerDecisionAttributes) GetStartToFireTimeoutSeconds

func (m *StartTimerDecisionAttributes) GetStartToFireTimeoutSeconds() int64

func (*StartTimerDecisionAttributes) GetTimerId

func (m *StartTimerDecisionAttributes) GetTimerId() string

func (*StartTimerDecisionAttributes) GoString

func (this *StartTimerDecisionAttributes) GoString() string

func (*StartTimerDecisionAttributes) Marshal

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

func (*StartTimerDecisionAttributes) MarshalTo

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

func (*StartTimerDecisionAttributes) MarshalToSizedBuffer

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

func (*StartTimerDecisionAttributes) ProtoMessage

func (*StartTimerDecisionAttributes) ProtoMessage()

func (*StartTimerDecisionAttributes) Reset

func (m *StartTimerDecisionAttributes) Reset()

func (*StartTimerDecisionAttributes) Size

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

func (*StartTimerDecisionAttributes) String

func (this *StartTimerDecisionAttributes) String() string

func (*StartTimerDecisionAttributes) Unmarshal

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

func (*StartTimerDecisionAttributes) XXX_DiscardUnknown

func (m *StartTimerDecisionAttributes) XXX_DiscardUnknown()

func (*StartTimerDecisionAttributes) XXX_Marshal

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

func (*StartTimerDecisionAttributes) XXX_Merge

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

func (*StartTimerDecisionAttributes) XXX_Size

func (m *StartTimerDecisionAttributes) XXX_Size() int

func (*StartTimerDecisionAttributes) XXX_Unmarshal

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

type StatusFilter

type StatusFilter struct {
	CloseStatus enums.WorkflowExecutionCloseStatus `protobuf:"varint,1,opt,name=closeStatus,proto3,enum=enums.WorkflowExecutionCloseStatus" json:"closeStatus,omitempty"`
}

func (*StatusFilter) Descriptor

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

func (*StatusFilter) Equal

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

func (*StatusFilter) GetCloseStatus

func (m *StatusFilter) GetCloseStatus() enums.WorkflowExecutionCloseStatus

func (*StatusFilter) GoString

func (this *StatusFilter) GoString() string

func (*StatusFilter) Marshal

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

func (*StatusFilter) MarshalTo

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

func (*StatusFilter) MarshalToSizedBuffer

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

func (*StatusFilter) ProtoMessage

func (*StatusFilter) ProtoMessage()

func (*StatusFilter) Reset

func (m *StatusFilter) Reset()

func (*StatusFilter) Size

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

func (*StatusFilter) String

func (this *StatusFilter) String() string

func (*StatusFilter) Unmarshal

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

func (*StatusFilter) XXX_DiscardUnknown

func (m *StatusFilter) XXX_DiscardUnknown()

func (*StatusFilter) XXX_Marshal

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

func (*StatusFilter) XXX_Merge

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

func (*StatusFilter) XXX_Size

func (m *StatusFilter) XXX_Size() int

func (*StatusFilter) XXX_Unmarshal

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

type StickyExecutionAttributes

type StickyExecutionAttributes struct {
	WorkerTaskList                *TaskList `protobuf:"bytes,1,opt,name=workerTaskList,proto3" json:"workerTaskList,omitempty"`
	ScheduleToStartTimeoutSeconds int32     `protobuf:"varint,2,opt,name=scheduleToStartTimeoutSeconds,proto3" json:"scheduleToStartTimeoutSeconds,omitempty"`
}

func (*StickyExecutionAttributes) Descriptor

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

func (*StickyExecutionAttributes) Equal

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

func (*StickyExecutionAttributes) GetScheduleToStartTimeoutSeconds

func (m *StickyExecutionAttributes) GetScheduleToStartTimeoutSeconds() int32

func (*StickyExecutionAttributes) GetWorkerTaskList

func (m *StickyExecutionAttributes) GetWorkerTaskList() *TaskList

func (*StickyExecutionAttributes) GoString

func (this *StickyExecutionAttributes) GoString() string

func (*StickyExecutionAttributes) Marshal

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

func (*StickyExecutionAttributes) MarshalTo

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

func (*StickyExecutionAttributes) MarshalToSizedBuffer

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

func (*StickyExecutionAttributes) ProtoMessage

func (*StickyExecutionAttributes) ProtoMessage()

func (*StickyExecutionAttributes) Reset

func (m *StickyExecutionAttributes) Reset()

func (*StickyExecutionAttributes) Size

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

func (*StickyExecutionAttributes) String

func (this *StickyExecutionAttributes) String() string

func (*StickyExecutionAttributes) Unmarshal

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

func (*StickyExecutionAttributes) XXX_DiscardUnknown

func (m *StickyExecutionAttributes) XXX_DiscardUnknown()

func (*StickyExecutionAttributes) XXX_Marshal

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

func (*StickyExecutionAttributes) XXX_Merge

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

func (*StickyExecutionAttributes) XXX_Size

func (m *StickyExecutionAttributes) XXX_Size() int

func (*StickyExecutionAttributes) XXX_Unmarshal

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

type SupportedClientVersions

type SupportedClientVersions struct {
	GoSdk   string `protobuf:"bytes,1,opt,name=goSdk,proto3" json:"goSdk,omitempty"`
	JavaSdk string `protobuf:"bytes,2,opt,name=javaSdk,proto3" json:"javaSdk,omitempty"`
}

SupportedClientVersions contains the support versions for client library

func (*SupportedClientVersions) Descriptor

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

func (*SupportedClientVersions) Equal

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

func (*SupportedClientVersions) GetGoSdk

func (m *SupportedClientVersions) GetGoSdk() string

func (*SupportedClientVersions) GetJavaSdk

func (m *SupportedClientVersions) GetJavaSdk() string

func (*SupportedClientVersions) GoString

func (this *SupportedClientVersions) GoString() string

func (*SupportedClientVersions) Marshal

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

func (*SupportedClientVersions) MarshalTo

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

func (*SupportedClientVersions) MarshalToSizedBuffer

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

func (*SupportedClientVersions) ProtoMessage

func (*SupportedClientVersions) ProtoMessage()

func (*SupportedClientVersions) Reset

func (m *SupportedClientVersions) Reset()

func (*SupportedClientVersions) Size

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

func (*SupportedClientVersions) String

func (this *SupportedClientVersions) String() string

func (*SupportedClientVersions) Unmarshal

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

func (*SupportedClientVersions) XXX_DiscardUnknown

func (m *SupportedClientVersions) XXX_DiscardUnknown()

func (*SupportedClientVersions) XXX_Marshal

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

func (*SupportedClientVersions) XXX_Merge

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

func (*SupportedClientVersions) XXX_Size

func (m *SupportedClientVersions) XXX_Size() int

func (*SupportedClientVersions) XXX_Unmarshal

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

type TaskIDBlock

type TaskIDBlock struct {
	StartID int64 `protobuf:"varint,1,opt,name=startID,proto3" json:"startID,omitempty"`
	EndID   int64 `protobuf:"varint,2,opt,name=endID,proto3" json:"endID,omitempty"`
}

func (*TaskIDBlock) Descriptor

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

func (*TaskIDBlock) Equal

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

func (*TaskIDBlock) GetEndID

func (m *TaskIDBlock) GetEndID() int64

func (*TaskIDBlock) GetStartID

func (m *TaskIDBlock) GetStartID() int64

func (*TaskIDBlock) GoString

func (this *TaskIDBlock) GoString() string

func (*TaskIDBlock) Marshal

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

func (*TaskIDBlock) MarshalTo

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

func (*TaskIDBlock) MarshalToSizedBuffer

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

func (*TaskIDBlock) ProtoMessage

func (*TaskIDBlock) ProtoMessage()

func (*TaskIDBlock) Reset

func (m *TaskIDBlock) Reset()

func (*TaskIDBlock) Size

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

func (*TaskIDBlock) String

func (this *TaskIDBlock) String() string

func (*TaskIDBlock) Unmarshal

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

func (*TaskIDBlock) XXX_DiscardUnknown

func (m *TaskIDBlock) XXX_DiscardUnknown()

func (*TaskIDBlock) XXX_Marshal

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

func (*TaskIDBlock) XXX_Merge

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

func (*TaskIDBlock) XXX_Size

func (m *TaskIDBlock) XXX_Size() int

func (*TaskIDBlock) XXX_Unmarshal

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

type TaskList

type TaskList struct {
	Name string             `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind enums.TaskListKind `protobuf:"varint,2,opt,name=kind,proto3,enum=enums.TaskListKind" json:"kind,omitempty"`
}

func (*TaskList) Descriptor

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

func (*TaskList) Equal

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

func (*TaskList) GetKind

func (m *TaskList) GetKind() enums.TaskListKind

func (*TaskList) GetName

func (m *TaskList) GetName() string

func (*TaskList) GoString

func (this *TaskList) GoString() string

func (*TaskList) Marshal

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

func (*TaskList) MarshalTo

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

func (*TaskList) MarshalToSizedBuffer

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

func (*TaskList) ProtoMessage

func (*TaskList) ProtoMessage()

func (*TaskList) Reset

func (m *TaskList) Reset()

func (*TaskList) Size

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

func (*TaskList) String

func (this *TaskList) String() string

func (*TaskList) Unmarshal

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

func (*TaskList) XXX_DiscardUnknown

func (m *TaskList) XXX_DiscardUnknown()

func (*TaskList) XXX_Marshal

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

func (*TaskList) XXX_Merge

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

func (*TaskList) XXX_Size

func (m *TaskList) XXX_Size() int

func (*TaskList) XXX_Unmarshal

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

type TaskListMetadata

type TaskListMetadata struct {
	MaxTasksPerSecond *types.DoubleValue `protobuf:"bytes,1,opt,name=maxTasksPerSecond,proto3" json:"maxTasksPerSecond,omitempty"`
}

func (*TaskListMetadata) Descriptor

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

func (*TaskListMetadata) Equal

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

func (*TaskListMetadata) GetMaxTasksPerSecond

func (m *TaskListMetadata) GetMaxTasksPerSecond() *types.DoubleValue

func (*TaskListMetadata) GoString

func (this *TaskListMetadata) GoString() string

func (*TaskListMetadata) Marshal

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

func (*TaskListMetadata) MarshalTo

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

func (*TaskListMetadata) MarshalToSizedBuffer

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

func (*TaskListMetadata) ProtoMessage

func (*TaskListMetadata) ProtoMessage()

func (*TaskListMetadata) Reset

func (m *TaskListMetadata) Reset()

func (*TaskListMetadata) Size

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

func (*TaskListMetadata) String

func (this *TaskListMetadata) String() string

func (*TaskListMetadata) Unmarshal

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

func (*TaskListMetadata) XXX_DiscardUnknown

func (m *TaskListMetadata) XXX_DiscardUnknown()

func (*TaskListMetadata) XXX_Marshal

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

func (*TaskListMetadata) XXX_Merge

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

func (*TaskListMetadata) XXX_Size

func (m *TaskListMetadata) XXX_Size() int

func (*TaskListMetadata) XXX_Unmarshal

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

type TaskListPartitionMetadata

type TaskListPartitionMetadata struct {
	Key           string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	OwnerHostName string `protobuf:"bytes,2,opt,name=ownerHostName,proto3" json:"ownerHostName,omitempty"`
}

func (*TaskListPartitionMetadata) Descriptor

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

func (*TaskListPartitionMetadata) Equal

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

func (*TaskListPartitionMetadata) GetKey

func (m *TaskListPartitionMetadata) GetKey() string

func (*TaskListPartitionMetadata) GetOwnerHostName

func (m *TaskListPartitionMetadata) GetOwnerHostName() string

func (*TaskListPartitionMetadata) GoString

func (this *TaskListPartitionMetadata) GoString() string

func (*TaskListPartitionMetadata) Marshal

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

func (*TaskListPartitionMetadata) MarshalTo

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

func (*TaskListPartitionMetadata) MarshalToSizedBuffer

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

func (*TaskListPartitionMetadata) ProtoMessage

func (*TaskListPartitionMetadata) ProtoMessage()

func (*TaskListPartitionMetadata) Reset

func (m *TaskListPartitionMetadata) Reset()

func (*TaskListPartitionMetadata) Size

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

func (*TaskListPartitionMetadata) String

func (this *TaskListPartitionMetadata) String() string

func (*TaskListPartitionMetadata) Unmarshal

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

func (*TaskListPartitionMetadata) XXX_DiscardUnknown

func (m *TaskListPartitionMetadata) XXX_DiscardUnknown()

func (*TaskListPartitionMetadata) XXX_Marshal

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

func (*TaskListPartitionMetadata) XXX_Merge

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

func (*TaskListPartitionMetadata) XXX_Size

func (m *TaskListPartitionMetadata) XXX_Size() int

func (*TaskListPartitionMetadata) XXX_Unmarshal

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

type TaskListStatus

type TaskListStatus struct {
	BacklogCountHint int64        `protobuf:"varint,1,opt,name=backlogCountHint,proto3" json:"backlogCountHint,omitempty"`
	ReadLevel        int64        `protobuf:"varint,2,opt,name=readLevel,proto3" json:"readLevel,omitempty"`
	AckLevel         int64        `protobuf:"varint,3,opt,name=ackLevel,proto3" json:"ackLevel,omitempty"`
	RatePerSecond    float64      `protobuf:"fixed64,4,opt,name=ratePerSecond,proto3" json:"ratePerSecond,omitempty"`
	TaskIDBlock      *TaskIDBlock `protobuf:"bytes,5,opt,name=taskIDBlock,proto3" json:"taskIDBlock,omitempty"`
}

func (*TaskListStatus) Descriptor

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

func (*TaskListStatus) Equal

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

func (*TaskListStatus) GetAckLevel

func (m *TaskListStatus) GetAckLevel() int64

func (*TaskListStatus) GetBacklogCountHint

func (m *TaskListStatus) GetBacklogCountHint() int64

func (*TaskListStatus) GetRatePerSecond

func (m *TaskListStatus) GetRatePerSecond() float64

func (*TaskListStatus) GetReadLevel

func (m *TaskListStatus) GetReadLevel() int64

func (*TaskListStatus) GetTaskIDBlock

func (m *TaskListStatus) GetTaskIDBlock() *TaskIDBlock

func (*TaskListStatus) GoString

func (this *TaskListStatus) GoString() string

func (*TaskListStatus) Marshal

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

func (*TaskListStatus) MarshalTo

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

func (*TaskListStatus) MarshalToSizedBuffer

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

func (*TaskListStatus) ProtoMessage

func (*TaskListStatus) ProtoMessage()

func (*TaskListStatus) Reset

func (m *TaskListStatus) Reset()

func (*TaskListStatus) Size

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

func (*TaskListStatus) String

func (this *TaskListStatus) String() string

func (*TaskListStatus) Unmarshal

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

func (*TaskListStatus) XXX_DiscardUnknown

func (m *TaskListStatus) XXX_DiscardUnknown()

func (*TaskListStatus) XXX_Marshal

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

func (*TaskListStatus) XXX_Merge

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

func (*TaskListStatus) XXX_Size

func (m *TaskListStatus) XXX_Size() int

func (*TaskListStatus) XXX_Unmarshal

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

type TimerCanceledEventAttributes

type TimerCanceledEventAttributes struct {
	TimerId                      string `protobuf:"bytes,1,opt,name=timerId,proto3" json:"timerId,omitempty"`
	StartedEventId               int64  `protobuf:"varint,2,opt,name=startedEventId,proto3" json:"startedEventId,omitempty"`
	DecisionTaskCompletedEventId int64  `protobuf:"varint,3,opt,name=decisionTaskCompletedEventId,proto3" json:"decisionTaskCompletedEventId,omitempty"`
	Identity                     string `protobuf:"bytes,4,opt,name=identity,proto3" json:"identity,omitempty"`
}

func (*TimerCanceledEventAttributes) Descriptor

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

func (*TimerCanceledEventAttributes) Equal

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

func (*TimerCanceledEventAttributes) GetDecisionTaskCompletedEventId

func (m *TimerCanceledEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*TimerCanceledEventAttributes) GetIdentity

func (m *TimerCanceledEventAttributes) GetIdentity() string

func (*TimerCanceledEventAttributes) GetStartedEventId

func (m *TimerCanceledEventAttributes) GetStartedEventId() int64

func (*TimerCanceledEventAttributes) GetTimerId

func (m *TimerCanceledEventAttributes) GetTimerId() string

func (*TimerCanceledEventAttributes) GoString

func (this *TimerCanceledEventAttributes) GoString() string

func (*TimerCanceledEventAttributes) Marshal

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

func (*TimerCanceledEventAttributes) MarshalTo

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

func (*TimerCanceledEventAttributes) MarshalToSizedBuffer

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

func (*TimerCanceledEventAttributes) ProtoMessage

func (*TimerCanceledEventAttributes) ProtoMessage()

func (*TimerCanceledEventAttributes) Reset

func (m *TimerCanceledEventAttributes) Reset()

func (*TimerCanceledEventAttributes) Size

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

func (*TimerCanceledEventAttributes) String

func (this *TimerCanceledEventAttributes) String() string

func (*TimerCanceledEventAttributes) Unmarshal

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

func (*TimerCanceledEventAttributes) XXX_DiscardUnknown

func (m *TimerCanceledEventAttributes) XXX_DiscardUnknown()

func (*TimerCanceledEventAttributes) XXX_Marshal

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

func (*TimerCanceledEventAttributes) XXX_Merge

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

func (*TimerCanceledEventAttributes) XXX_Size

func (m *TimerCanceledEventAttributes) XXX_Size() int

func (*TimerCanceledEventAttributes) XXX_Unmarshal

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

type TimerFiredEventAttributes

type TimerFiredEventAttributes struct {
	TimerId        string `protobuf:"bytes,1,opt,name=timerId,proto3" json:"timerId,omitempty"`
	StartedEventId int64  `protobuf:"varint,2,opt,name=startedEventId,proto3" json:"startedEventId,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=timerId,proto3" json:"timerId,omitempty"`
	StartToFireTimeoutSeconds    int64  `protobuf:"varint,2,opt,name=startToFireTimeoutSeconds,proto3" json:"startToFireTimeoutSeconds,omitempty"`
	DecisionTaskCompletedEventId int64  `protobuf:"varint,3,opt,name=decisionTaskCompletedEventId,proto3" json:"decisionTaskCompletedEventId,omitempty"`
}

func (*TimerStartedEventAttributes) Descriptor

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

func (*TimerStartedEventAttributes) Equal

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

func (*TimerStartedEventAttributes) GetDecisionTaskCompletedEventId

func (m *TimerStartedEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*TimerStartedEventAttributes) GetStartToFireTimeoutSeconds

func (m *TimerStartedEventAttributes) GetStartToFireTimeoutSeconds() int64

func (*TimerStartedEventAttributes) GetTimerId

func (m *TimerStartedEventAttributes) GetTimerId() string

func (*TimerStartedEventAttributes) GoString

func (this *TimerStartedEventAttributes) GoString() string

func (*TimerStartedEventAttributes) Marshal

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

func (*TimerStartedEventAttributes) MarshalTo

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

func (*TimerStartedEventAttributes) MarshalToSizedBuffer

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

func (*TimerStartedEventAttributes) ProtoMessage

func (*TimerStartedEventAttributes) ProtoMessage()

func (*TimerStartedEventAttributes) Reset

func (m *TimerStartedEventAttributes) Reset()

func (*TimerStartedEventAttributes) Size

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

func (*TimerStartedEventAttributes) String

func (this *TimerStartedEventAttributes) String() string

func (*TimerStartedEventAttributes) Unmarshal

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

func (*TimerStartedEventAttributes) XXX_DiscardUnknown

func (m *TimerStartedEventAttributes) XXX_DiscardUnknown()

func (*TimerStartedEventAttributes) XXX_Marshal

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

func (*TimerStartedEventAttributes) XXX_Merge

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

func (*TimerStartedEventAttributes) XXX_Size

func (m *TimerStartedEventAttributes) XXX_Size() int

func (*TimerStartedEventAttributes) XXX_Unmarshal

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

type TransientDecisionInfo

type TransientDecisionInfo struct {
	ScheduledEvent *HistoryEvent `protobuf:"bytes,1,opt,name=scheduledEvent,proto3" json:"scheduledEvent,omitempty"`
	StartedEvent   *HistoryEvent `protobuf:"bytes,2,opt,name=startedEvent,proto3" json:"startedEvent,omitempty"`
}

func (*TransientDecisionInfo) Descriptor

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

func (*TransientDecisionInfo) Equal

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

func (*TransientDecisionInfo) GetScheduledEvent

func (m *TransientDecisionInfo) GetScheduledEvent() *HistoryEvent

func (*TransientDecisionInfo) GetStartedEvent

func (m *TransientDecisionInfo) GetStartedEvent() *HistoryEvent

func (*TransientDecisionInfo) GoString

func (this *TransientDecisionInfo) GoString() string

func (*TransientDecisionInfo) Marshal

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

func (*TransientDecisionInfo) MarshalTo

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

func (*TransientDecisionInfo) MarshalToSizedBuffer

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

func (*TransientDecisionInfo) ProtoMessage

func (*TransientDecisionInfo) ProtoMessage()

func (*TransientDecisionInfo) Reset

func (m *TransientDecisionInfo) Reset()

func (*TransientDecisionInfo) Size

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

func (*TransientDecisionInfo) String

func (this *TransientDecisionInfo) String() string

func (*TransientDecisionInfo) Unmarshal

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

func (*TransientDecisionInfo) XXX_DiscardUnknown

func (m *TransientDecisionInfo) XXX_DiscardUnknown()

func (*TransientDecisionInfo) XXX_Marshal

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

func (*TransientDecisionInfo) XXX_Merge

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

func (*TransientDecisionInfo) XXX_Size

func (m *TransientDecisionInfo) XXX_Size() int

func (*TransientDecisionInfo) XXX_Unmarshal

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

type UpdateDomainInfo

type UpdateDomainInfo struct {
	Description string `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
	OwnerEmail  string `protobuf:"bytes,2,opt,name=ownerEmail,proto3" json:"ownerEmail,omitempty"`
	// A key-value map for any customized purpose.
	Data map[string]string `` /* 149-byte string literal not displayed */
}

func (*UpdateDomainInfo) Descriptor

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

func (*UpdateDomainInfo) Equal

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

func (*UpdateDomainInfo) GetData

func (m *UpdateDomainInfo) GetData() map[string]string

func (*UpdateDomainInfo) GetDescription

func (m *UpdateDomainInfo) GetDescription() string

func (*UpdateDomainInfo) GetOwnerEmail

func (m *UpdateDomainInfo) GetOwnerEmail() string

func (*UpdateDomainInfo) GoString

func (this *UpdateDomainInfo) GoString() string

func (*UpdateDomainInfo) Marshal

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

func (*UpdateDomainInfo) MarshalTo

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

func (*UpdateDomainInfo) MarshalToSizedBuffer

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

func (*UpdateDomainInfo) ProtoMessage

func (*UpdateDomainInfo) ProtoMessage()

func (*UpdateDomainInfo) Reset

func (m *UpdateDomainInfo) Reset()

func (*UpdateDomainInfo) Size

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

func (*UpdateDomainInfo) String

func (this *UpdateDomainInfo) String() string

func (*UpdateDomainInfo) Unmarshal

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

func (*UpdateDomainInfo) XXX_DiscardUnknown

func (m *UpdateDomainInfo) XXX_DiscardUnknown()

func (*UpdateDomainInfo) XXX_Marshal

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

func (*UpdateDomainInfo) XXX_Merge

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

func (*UpdateDomainInfo) XXX_Size

func (m *UpdateDomainInfo) XXX_Size() int

func (*UpdateDomainInfo) XXX_Unmarshal

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

type UpsertWorkflowSearchAttributesDecisionAttributes

type UpsertWorkflowSearchAttributesDecisionAttributes struct {
	SearchAttributes *SearchAttributes `protobuf:"bytes,1,opt,name=searchAttributes,proto3" json:"searchAttributes,omitempty"`
}

func (*UpsertWorkflowSearchAttributesDecisionAttributes) Descriptor

func (*UpsertWorkflowSearchAttributesDecisionAttributes) Equal

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

func (*UpsertWorkflowSearchAttributesDecisionAttributes) GetSearchAttributes

func (*UpsertWorkflowSearchAttributesDecisionAttributes) GoString

func (*UpsertWorkflowSearchAttributesDecisionAttributes) Marshal

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

func (*UpsertWorkflowSearchAttributesDecisionAttributes) MarshalTo

func (*UpsertWorkflowSearchAttributesDecisionAttributes) MarshalToSizedBuffer

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

func (*UpsertWorkflowSearchAttributesDecisionAttributes) ProtoMessage

func (*UpsertWorkflowSearchAttributesDecisionAttributes) Reset

func (*UpsertWorkflowSearchAttributesDecisionAttributes) Size

func (*UpsertWorkflowSearchAttributesDecisionAttributes) String

func (*UpsertWorkflowSearchAttributesDecisionAttributes) Unmarshal

func (*UpsertWorkflowSearchAttributesDecisionAttributes) XXX_DiscardUnknown

func (m *UpsertWorkflowSearchAttributesDecisionAttributes) XXX_DiscardUnknown()

func (*UpsertWorkflowSearchAttributesDecisionAttributes) XXX_Marshal

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

func (*UpsertWorkflowSearchAttributesDecisionAttributes) XXX_Merge

func (*UpsertWorkflowSearchAttributesDecisionAttributes) XXX_Size

func (*UpsertWorkflowSearchAttributesDecisionAttributes) XXX_Unmarshal

type UpsertWorkflowSearchAttributesEventAttributes

type UpsertWorkflowSearchAttributesEventAttributes struct {
	DecisionTaskCompletedEventId int64             `protobuf:"varint,1,opt,name=decisionTaskCompletedEventId,proto3" json:"decisionTaskCompletedEventId,omitempty"`
	SearchAttributes             *SearchAttributes `protobuf:"bytes,2,opt,name=searchAttributes,proto3" json:"searchAttributes,omitempty"`
}

func (*UpsertWorkflowSearchAttributesEventAttributes) Descriptor

func (*UpsertWorkflowSearchAttributesEventAttributes) Equal

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

func (*UpsertWorkflowSearchAttributesEventAttributes) GetDecisionTaskCompletedEventId

func (m *UpsertWorkflowSearchAttributesEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*UpsertWorkflowSearchAttributesEventAttributes) GetSearchAttributes

func (*UpsertWorkflowSearchAttributesEventAttributes) GoString

func (*UpsertWorkflowSearchAttributesEventAttributes) Marshal

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

func (*UpsertWorkflowSearchAttributesEventAttributes) MarshalTo

func (*UpsertWorkflowSearchAttributesEventAttributes) MarshalToSizedBuffer

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

func (*UpsertWorkflowSearchAttributesEventAttributes) ProtoMessage

func (*UpsertWorkflowSearchAttributesEventAttributes) Reset

func (*UpsertWorkflowSearchAttributesEventAttributes) Size

func (*UpsertWorkflowSearchAttributesEventAttributes) String

func (*UpsertWorkflowSearchAttributesEventAttributes) Unmarshal

func (*UpsertWorkflowSearchAttributesEventAttributes) XXX_DiscardUnknown

func (m *UpsertWorkflowSearchAttributesEventAttributes) XXX_DiscardUnknown()

func (*UpsertWorkflowSearchAttributesEventAttributes) XXX_Marshal

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

func (*UpsertWorkflowSearchAttributesEventAttributes) XXX_Merge

func (*UpsertWorkflowSearchAttributesEventAttributes) XXX_Size

func (*UpsertWorkflowSearchAttributesEventAttributes) XXX_Unmarshal

type VersionHistories

type VersionHistories struct {
	CurrentVersionHistoryIndex int32             `protobuf:"varint,1,opt,name=currentVersionHistoryIndex,proto3" json:"currentVersionHistoryIndex,omitempty"`
	Histories                  []*VersionHistory `protobuf:"bytes,2,rep,name=histories,proto3" json:"histories,omitempty"`
}

VersionHistories contains all version histories from all branches.

func (*VersionHistories) Descriptor

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

func (*VersionHistories) Equal

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

func (*VersionHistories) GetCurrentVersionHistoryIndex

func (m *VersionHistories) GetCurrentVersionHistoryIndex() int32

func (*VersionHistories) GetHistories

func (m *VersionHistories) GetHistories() []*VersionHistory

func (*VersionHistories) GoString

func (this *VersionHistories) GoString() string

func (*VersionHistories) Marshal

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

func (*VersionHistories) MarshalTo

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

func (*VersionHistories) MarshalToSizedBuffer

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

func (*VersionHistories) ProtoMessage

func (*VersionHistories) ProtoMessage()

func (*VersionHistories) Reset

func (m *VersionHistories) Reset()

func (*VersionHistories) Size

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

func (*VersionHistories) String

func (this *VersionHistories) String() string

func (*VersionHistories) Unmarshal

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

func (*VersionHistories) XXX_DiscardUnknown

func (m *VersionHistories) XXX_DiscardUnknown()

func (*VersionHistories) XXX_Marshal

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

func (*VersionHistories) XXX_Merge

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

func (*VersionHistories) XXX_Size

func (m *VersionHistories) XXX_Size() int

func (*VersionHistories) XXX_Unmarshal

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

type VersionHistory

type VersionHistory struct {
	BranchToken []byte                `protobuf:"bytes,1,opt,name=branchToken,proto3" json:"branchToken,omitempty"`
	Items       []*VersionHistoryItem `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"`
}

VersionHistory contains the version history of a branch.

func (*VersionHistory) Descriptor

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

func (*VersionHistory) Equal

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

func (*VersionHistory) GetBranchToken

func (m *VersionHistory) GetBranchToken() []byte

func (*VersionHistory) GetItems

func (m *VersionHistory) GetItems() []*VersionHistoryItem

func (*VersionHistory) GoString

func (this *VersionHistory) GoString() string

func (*VersionHistory) Marshal

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

func (*VersionHistory) MarshalTo

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

func (*VersionHistory) MarshalToSizedBuffer

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

func (*VersionHistory) ProtoMessage

func (*VersionHistory) ProtoMessage()

func (*VersionHistory) Reset

func (m *VersionHistory) Reset()

func (*VersionHistory) Size

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

func (*VersionHistory) String

func (this *VersionHistory) String() string

func (*VersionHistory) Unmarshal

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

func (*VersionHistory) XXX_DiscardUnknown

func (m *VersionHistory) XXX_DiscardUnknown()

func (*VersionHistory) XXX_Marshal

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

func (*VersionHistory) XXX_Merge

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

func (*VersionHistory) XXX_Size

func (m *VersionHistory) XXX_Size() int

func (*VersionHistory) XXX_Unmarshal

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

type VersionHistoryItem

type VersionHistoryItem struct {
	EventID int64 `protobuf:"varint,1,opt,name=eventID,proto3" json:"eventID,omitempty"`
	Version int64 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"`
}

VersionHistoryItem contains signal eventID and the corresponding version.

func (*VersionHistoryItem) Descriptor

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

func (*VersionHistoryItem) Equal

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

func (*VersionHistoryItem) GetEventID

func (m *VersionHistoryItem) GetEventID() int64

func (*VersionHistoryItem) GetVersion

func (m *VersionHistoryItem) GetVersion() int64

func (*VersionHistoryItem) GoString

func (this *VersionHistoryItem) GoString() string

func (*VersionHistoryItem) Marshal

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

func (*VersionHistoryItem) MarshalTo

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

func (*VersionHistoryItem) MarshalToSizedBuffer

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

func (*VersionHistoryItem) ProtoMessage

func (*VersionHistoryItem) ProtoMessage()

func (*VersionHistoryItem) Reset

func (m *VersionHistoryItem) Reset()

func (*VersionHistoryItem) Size

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

func (*VersionHistoryItem) String

func (this *VersionHistoryItem) String() string

func (*VersionHistoryItem) Unmarshal

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

func (*VersionHistoryItem) XXX_DiscardUnknown

func (m *VersionHistoryItem) XXX_DiscardUnknown()

func (*VersionHistoryItem) XXX_Marshal

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

func (*VersionHistoryItem) XXX_Merge

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

func (*VersionHistoryItem) XXX_Size

func (m *VersionHistoryItem) XXX_Size() int

func (*VersionHistoryItem) XXX_Unmarshal

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

type WorkerVersionInfo

type WorkerVersionInfo struct {
	Impl           string `protobuf:"bytes,1,opt,name=impl,proto3" json:"impl,omitempty"`
	FeatureVersion string `protobuf:"bytes,2,opt,name=featureVersion,proto3" json:"featureVersion,omitempty"`
}

func (*WorkerVersionInfo) Descriptor

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

func (*WorkerVersionInfo) Equal

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

func (*WorkerVersionInfo) GetFeatureVersion

func (m *WorkerVersionInfo) GetFeatureVersion() string

func (*WorkerVersionInfo) GetImpl

func (m *WorkerVersionInfo) GetImpl() string

func (*WorkerVersionInfo) GoString

func (this *WorkerVersionInfo) GoString() string

func (*WorkerVersionInfo) Marshal

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

func (*WorkerVersionInfo) MarshalTo

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

func (*WorkerVersionInfo) MarshalToSizedBuffer

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

func (*WorkerVersionInfo) ProtoMessage

func (*WorkerVersionInfo) ProtoMessage()

func (*WorkerVersionInfo) Reset

func (m *WorkerVersionInfo) Reset()

func (*WorkerVersionInfo) Size

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

func (*WorkerVersionInfo) String

func (this *WorkerVersionInfo) String() string

func (*WorkerVersionInfo) Unmarshal

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

func (*WorkerVersionInfo) XXX_DiscardUnknown

func (m *WorkerVersionInfo) XXX_DiscardUnknown()

func (*WorkerVersionInfo) XXX_Marshal

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

func (*WorkerVersionInfo) XXX_Merge

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

func (*WorkerVersionInfo) XXX_Size

func (m *WorkerVersionInfo) XXX_Size() int

func (*WorkerVersionInfo) XXX_Unmarshal

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

type WorkflowExecution

type WorkflowExecution struct {
	WorkflowId string `protobuf:"bytes,1,opt,name=workflowId,proto3" json:"workflowId,omitempty"`
	RunId      []byte `protobuf:"bytes,2,opt,name=runId,proto3" json:"runId,omitempty"`
}

func (*WorkflowExecution) Descriptor

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

func (*WorkflowExecution) Equal

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

func (*WorkflowExecution) GetRunId

func (m *WorkflowExecution) GetRunId() []byte

func (*WorkflowExecution) GetWorkflowId

func (m *WorkflowExecution) GetWorkflowId() string

func (*WorkflowExecution) GoString

func (this *WorkflowExecution) GoString() string

func (*WorkflowExecution) Marshal

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

func (*WorkflowExecution) MarshalTo

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

func (*WorkflowExecution) MarshalToSizedBuffer

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

func (*WorkflowExecution) ProtoMessage

func (*WorkflowExecution) ProtoMessage()

func (*WorkflowExecution) Reset

func (m *WorkflowExecution) Reset()

func (*WorkflowExecution) Size

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

func (*WorkflowExecution) String

func (this *WorkflowExecution) String() string

func (*WorkflowExecution) Unmarshal

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

func (*WorkflowExecution) XXX_DiscardUnknown

func (m *WorkflowExecution) XXX_DiscardUnknown()

func (*WorkflowExecution) XXX_Marshal

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

func (*WorkflowExecution) XXX_Merge

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

func (*WorkflowExecution) XXX_Size

func (m *WorkflowExecution) XXX_Size() int

func (*WorkflowExecution) XXX_Unmarshal

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

type WorkflowExecutionCancelRequestedEventAttributes

type WorkflowExecutionCancelRequestedEventAttributes struct {
	Cause                     string             `protobuf:"bytes,1,opt,name=cause,proto3" json:"cause,omitempty"`
	ExternalInitiatedEventId  int64              `protobuf:"varint,2,opt,name=externalInitiatedEventId,proto3" json:"externalInitiatedEventId,omitempty"`
	ExternalWorkflowExecution *WorkflowExecution `protobuf:"bytes,3,opt,name=externalWorkflowExecution,proto3" json:"externalWorkflowExecution,omitempty"`
	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() *WorkflowExecution

func (*WorkflowExecutionCancelRequestedEventAttributes) GetIdentity

func (*WorkflowExecutionCancelRequestedEventAttributes) GoString

func (*WorkflowExecutionCancelRequestedEventAttributes) Marshal

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

func (*WorkflowExecutionCancelRequestedEventAttributes) MarshalTo

func (*WorkflowExecutionCancelRequestedEventAttributes) MarshalToSizedBuffer

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

func (*WorkflowExecutionCancelRequestedEventAttributes) ProtoMessage

func (*WorkflowExecutionCancelRequestedEventAttributes) Reset

func (*WorkflowExecutionCancelRequestedEventAttributes) Size

func (*WorkflowExecutionCancelRequestedEventAttributes) String

func (*WorkflowExecutionCancelRequestedEventAttributes) Unmarshal

func (*WorkflowExecutionCancelRequestedEventAttributes) XXX_DiscardUnknown

func (m *WorkflowExecutionCancelRequestedEventAttributes) XXX_DiscardUnknown()

func (*WorkflowExecutionCancelRequestedEventAttributes) XXX_Marshal

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

func (*WorkflowExecutionCancelRequestedEventAttributes) XXX_Merge

func (*WorkflowExecutionCancelRequestedEventAttributes) XXX_Size

func (*WorkflowExecutionCancelRequestedEventAttributes) XXX_Unmarshal

type WorkflowExecutionCanceledEventAttributes

type WorkflowExecutionCanceledEventAttributes struct {
	DecisionTaskCompletedEventId int64  `protobuf:"varint,1,opt,name=decisionTaskCompletedEventId,proto3" json:"decisionTaskCompletedEventId,omitempty"`
	Details                      []byte `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"`
}

func (*WorkflowExecutionCanceledEventAttributes) Descriptor

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

func (*WorkflowExecutionCanceledEventAttributes) Equal

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

func (*WorkflowExecutionCanceledEventAttributes) GetDecisionTaskCompletedEventId

func (m *WorkflowExecutionCanceledEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*WorkflowExecutionCanceledEventAttributes) GetDetails

func (*WorkflowExecutionCanceledEventAttributes) GoString

func (*WorkflowExecutionCanceledEventAttributes) Marshal

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

func (*WorkflowExecutionCanceledEventAttributes) MarshalTo

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

func (*WorkflowExecutionCanceledEventAttributes) MarshalToSizedBuffer

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

func (*WorkflowExecutionCanceledEventAttributes) ProtoMessage

func (*WorkflowExecutionCanceledEventAttributes) Reset

func (*WorkflowExecutionCanceledEventAttributes) Size

func (*WorkflowExecutionCanceledEventAttributes) String

func (*WorkflowExecutionCanceledEventAttributes) Unmarshal

func (*WorkflowExecutionCanceledEventAttributes) XXX_DiscardUnknown

func (m *WorkflowExecutionCanceledEventAttributes) XXX_DiscardUnknown()

func (*WorkflowExecutionCanceledEventAttributes) XXX_Marshal

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

func (*WorkflowExecutionCanceledEventAttributes) XXX_Merge

func (*WorkflowExecutionCanceledEventAttributes) XXX_Size

func (*WorkflowExecutionCanceledEventAttributes) XXX_Unmarshal

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

type WorkflowExecutionCompletedEventAttributes

type WorkflowExecutionCompletedEventAttributes struct {
	Result                       []byte `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	DecisionTaskCompletedEventId int64  `protobuf:"varint,2,opt,name=decisionTaskCompletedEventId,proto3" json:"decisionTaskCompletedEventId,omitempty"`
}

func (*WorkflowExecutionCompletedEventAttributes) Descriptor

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

func (*WorkflowExecutionCompletedEventAttributes) Equal

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

func (*WorkflowExecutionCompletedEventAttributes) GetDecisionTaskCompletedEventId

func (m *WorkflowExecutionCompletedEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*WorkflowExecutionCompletedEventAttributes) GetResult

func (*WorkflowExecutionCompletedEventAttributes) GoString

func (*WorkflowExecutionCompletedEventAttributes) Marshal

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

func (*WorkflowExecutionCompletedEventAttributes) MarshalTo

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

func (*WorkflowExecutionCompletedEventAttributes) MarshalToSizedBuffer

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

func (*WorkflowExecutionCompletedEventAttributes) ProtoMessage

func (*WorkflowExecutionCompletedEventAttributes) Reset

func (*WorkflowExecutionCompletedEventAttributes) Size

func (*WorkflowExecutionCompletedEventAttributes) String

func (*WorkflowExecutionCompletedEventAttributes) Unmarshal

func (*WorkflowExecutionCompletedEventAttributes) XXX_DiscardUnknown

func (m *WorkflowExecutionCompletedEventAttributes) XXX_DiscardUnknown()

func (*WorkflowExecutionCompletedEventAttributes) XXX_Marshal

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

func (*WorkflowExecutionCompletedEventAttributes) XXX_Merge

func (*WorkflowExecutionCompletedEventAttributes) XXX_Size

func (*WorkflowExecutionCompletedEventAttributes) XXX_Unmarshal

type WorkflowExecutionConfiguration

type WorkflowExecutionConfiguration struct {
	TaskList                            *TaskList `protobuf:"bytes,1,opt,name=taskList,proto3" json:"taskList,omitempty"`
	ExecutionStartToCloseTimeoutSeconds int32     `protobuf:"varint,2,opt,name=executionStartToCloseTimeoutSeconds,proto3" json:"executionStartToCloseTimeoutSeconds,omitempty"`
	TaskStartToCloseTimeoutSeconds      int32     `protobuf:"varint,3,opt,name=taskStartToCloseTimeoutSeconds,proto3" json:"taskStartToCloseTimeoutSeconds,omitempty"`
}

func (*WorkflowExecutionConfiguration) Descriptor

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

func (*WorkflowExecutionConfiguration) Equal

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

func (*WorkflowExecutionConfiguration) GetExecutionStartToCloseTimeoutSeconds

func (m *WorkflowExecutionConfiguration) GetExecutionStartToCloseTimeoutSeconds() int32

func (*WorkflowExecutionConfiguration) GetTaskList

func (m *WorkflowExecutionConfiguration) GetTaskList() *TaskList

func (*WorkflowExecutionConfiguration) GetTaskStartToCloseTimeoutSeconds

func (m *WorkflowExecutionConfiguration) GetTaskStartToCloseTimeoutSeconds() int32

func (*WorkflowExecutionConfiguration) GoString

func (this *WorkflowExecutionConfiguration) GoString() string

func (*WorkflowExecutionConfiguration) Marshal

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

func (*WorkflowExecutionConfiguration) MarshalTo

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

func (*WorkflowExecutionConfiguration) MarshalToSizedBuffer

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

func (*WorkflowExecutionConfiguration) ProtoMessage

func (*WorkflowExecutionConfiguration) ProtoMessage()

func (*WorkflowExecutionConfiguration) Reset

func (m *WorkflowExecutionConfiguration) Reset()

func (*WorkflowExecutionConfiguration) Size

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

func (*WorkflowExecutionConfiguration) String

func (this *WorkflowExecutionConfiguration) String() string

func (*WorkflowExecutionConfiguration) Unmarshal

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

func (*WorkflowExecutionConfiguration) XXX_DiscardUnknown

func (m *WorkflowExecutionConfiguration) XXX_DiscardUnknown()

func (*WorkflowExecutionConfiguration) XXX_Marshal

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

func (*WorkflowExecutionConfiguration) XXX_Merge

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

func (*WorkflowExecutionConfiguration) XXX_Size

func (m *WorkflowExecutionConfiguration) XXX_Size() int

func (*WorkflowExecutionConfiguration) XXX_Unmarshal

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

type WorkflowExecutionContinuedAsNewEventAttributes

type WorkflowExecutionContinuedAsNewEventAttributes struct {
	NewExecutionRunId                   string                       `protobuf:"bytes,1,opt,name=newExecutionRunId,proto3" json:"newExecutionRunId,omitempty"`
	WorkflowType                        *WorkflowType                `protobuf:"bytes,2,opt,name=workflowType,proto3" json:"workflowType,omitempty"`
	TaskList                            *TaskList                    `protobuf:"bytes,3,opt,name=taskList,proto3" json:"taskList,omitempty"`
	Input                               []byte                       `protobuf:"bytes,4,opt,name=input,proto3" json:"input,omitempty"`
	ExecutionStartToCloseTimeoutSeconds int32                        `protobuf:"varint,5,opt,name=executionStartToCloseTimeoutSeconds,proto3" json:"executionStartToCloseTimeoutSeconds,omitempty"`
	TaskStartToCloseTimeoutSeconds      int32                        `protobuf:"varint,6,opt,name=taskStartToCloseTimeoutSeconds,proto3" json:"taskStartToCloseTimeoutSeconds,omitempty"`
	DecisionTaskCompletedEventId        int64                        `protobuf:"varint,7,opt,name=decisionTaskCompletedEventId,proto3" json:"decisionTaskCompletedEventId,omitempty"`
	BackoffStartIntervalInSeconds       int32                        `protobuf:"varint,8,opt,name=backoffStartIntervalInSeconds,proto3" json:"backoffStartIntervalInSeconds,omitempty"`
	Initiator                           enums.ContinueAsNewInitiator `protobuf:"varint,9,opt,name=initiator,proto3,enum=enums.ContinueAsNewInitiator" json:"initiator,omitempty"`
	FailureReason                       string                       `protobuf:"bytes,10,opt,name=failureReason,proto3" json:"failureReason,omitempty"`
	FailureDetails                      []byte                       `protobuf:"bytes,11,opt,name=failureDetails,proto3" json:"failureDetails,omitempty"`
	LastCompletionResult                []byte                       `protobuf:"bytes,12,opt,name=lastCompletionResult,proto3" json:"lastCompletionResult,omitempty"`
	Header                              *Header                      `protobuf:"bytes,13,opt,name=header,proto3" json:"header,omitempty"`
	Memo                                *Memo                        `protobuf:"bytes,14,opt,name=memo,proto3" json:"memo,omitempty"`
	SearchAttributes                    *SearchAttributes            `protobuf:"bytes,15,opt,name=searchAttributes,proto3" json:"searchAttributes,omitempty"`
}

func (*WorkflowExecutionContinuedAsNewEventAttributes) Descriptor

func (*WorkflowExecutionContinuedAsNewEventAttributes) Equal

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

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetBackoffStartIntervalInSeconds

func (m *WorkflowExecutionContinuedAsNewEventAttributes) GetBackoffStartIntervalInSeconds() int32

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetDecisionTaskCompletedEventId

func (m *WorkflowExecutionContinuedAsNewEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetExecutionStartToCloseTimeoutSeconds

func (m *WorkflowExecutionContinuedAsNewEventAttributes) GetExecutionStartToCloseTimeoutSeconds() int32

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetFailureDetails

func (m *WorkflowExecutionContinuedAsNewEventAttributes) GetFailureDetails() []byte

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetFailureReason

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetHeader

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetInitiator

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetInput

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetLastCompletionResult

func (m *WorkflowExecutionContinuedAsNewEventAttributes) GetLastCompletionResult() []byte

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetMemo

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetNewExecutionRunId

func (m *WorkflowExecutionContinuedAsNewEventAttributes) GetNewExecutionRunId() string

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetSearchAttributes

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetTaskList

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetTaskStartToCloseTimeoutSeconds

func (m *WorkflowExecutionContinuedAsNewEventAttributes) GetTaskStartToCloseTimeoutSeconds() int32

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetWorkflowType

func (*WorkflowExecutionContinuedAsNewEventAttributes) GoString

func (*WorkflowExecutionContinuedAsNewEventAttributes) Marshal

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

func (*WorkflowExecutionContinuedAsNewEventAttributes) MarshalTo

func (*WorkflowExecutionContinuedAsNewEventAttributes) MarshalToSizedBuffer

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

func (*WorkflowExecutionContinuedAsNewEventAttributes) ProtoMessage

func (*WorkflowExecutionContinuedAsNewEventAttributes) Reset

func (*WorkflowExecutionContinuedAsNewEventAttributes) Size

func (*WorkflowExecutionContinuedAsNewEventAttributes) String

func (*WorkflowExecutionContinuedAsNewEventAttributes) Unmarshal

func (*WorkflowExecutionContinuedAsNewEventAttributes) XXX_DiscardUnknown

func (m *WorkflowExecutionContinuedAsNewEventAttributes) XXX_DiscardUnknown()

func (*WorkflowExecutionContinuedAsNewEventAttributes) XXX_Marshal

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

func (*WorkflowExecutionContinuedAsNewEventAttributes) XXX_Merge

func (*WorkflowExecutionContinuedAsNewEventAttributes) XXX_Size

func (*WorkflowExecutionContinuedAsNewEventAttributes) XXX_Unmarshal

type WorkflowExecutionFailedEventAttributes

type WorkflowExecutionFailedEventAttributes struct {
	Reason                       string `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
	Details                      []byte `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"`
	DecisionTaskCompletedEventId int64  `protobuf:"varint,3,opt,name=decisionTaskCompletedEventId,proto3" json:"decisionTaskCompletedEventId,omitempty"`
}

func (*WorkflowExecutionFailedEventAttributes) Descriptor

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

func (*WorkflowExecutionFailedEventAttributes) Equal

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

func (*WorkflowExecutionFailedEventAttributes) GetDecisionTaskCompletedEventId

func (m *WorkflowExecutionFailedEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*WorkflowExecutionFailedEventAttributes) GetDetails

func (m *WorkflowExecutionFailedEventAttributes) GetDetails() []byte

func (*WorkflowExecutionFailedEventAttributes) GetReason

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 WorkflowExecutionFilter

type WorkflowExecutionFilter struct {
	WorkflowId string `protobuf:"bytes,1,opt,name=workflowId,proto3" json:"workflowId,omitempty"`
	RunId      []byte `protobuf:"bytes,2,opt,name=runId,proto3" json:"runId,omitempty"`
}

func (*WorkflowExecutionFilter) Descriptor

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

func (*WorkflowExecutionFilter) Equal

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

func (*WorkflowExecutionFilter) GetRunId

func (m *WorkflowExecutionFilter) GetRunId() []byte

func (*WorkflowExecutionFilter) GetWorkflowId

func (m *WorkflowExecutionFilter) GetWorkflowId() string

func (*WorkflowExecutionFilter) GoString

func (this *WorkflowExecutionFilter) GoString() string

func (*WorkflowExecutionFilter) Marshal

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

func (*WorkflowExecutionFilter) MarshalTo

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

func (*WorkflowExecutionFilter) MarshalToSizedBuffer

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

func (*WorkflowExecutionFilter) ProtoMessage

func (*WorkflowExecutionFilter) ProtoMessage()

func (*WorkflowExecutionFilter) Reset

func (m *WorkflowExecutionFilter) Reset()

func (*WorkflowExecutionFilter) Size

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

func (*WorkflowExecutionFilter) String

func (this *WorkflowExecutionFilter) String() string

func (*WorkflowExecutionFilter) Unmarshal

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

func (*WorkflowExecutionFilter) XXX_DiscardUnknown

func (m *WorkflowExecutionFilter) XXX_DiscardUnknown()

func (*WorkflowExecutionFilter) XXX_Marshal

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

func (*WorkflowExecutionFilter) XXX_Merge

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

func (*WorkflowExecutionFilter) XXX_Size

func (m *WorkflowExecutionFilter) XXX_Size() int

func (*WorkflowExecutionFilter) XXX_Unmarshal

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

type WorkflowExecutionInfo

type WorkflowExecutionInfo struct {
	Execution        *WorkflowExecution                 `protobuf:"bytes,1,opt,name=execution,proto3" json:"execution,omitempty"`
	Type             *WorkflowType                      `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	StartTime        *types.Int64Value                  `protobuf:"bytes,3,opt,name=startTime,proto3" json:"startTime,omitempty"`
	CloseTime        *types.Int64Value                  `protobuf:"bytes,4,opt,name=closeTime,proto3" json:"closeTime,omitempty"`
	CloseStatus      enums.WorkflowExecutionCloseStatus `protobuf:"varint,5,opt,name=closeStatus,proto3,enum=enums.WorkflowExecutionCloseStatus" json:"closeStatus,omitempty"`
	HistoryLength    int64                              `protobuf:"varint,6,opt,name=historyLength,proto3" json:"historyLength,omitempty"`
	ParentDomainId   []byte                             `protobuf:"bytes,7,opt,name=parentDomainId,proto3" json:"parentDomainId,omitempty"`
	ParentExecution  *WorkflowExecution                 `protobuf:"bytes,8,opt,name=parentExecution,proto3" json:"parentExecution,omitempty"`
	ExecutionTime    int64                              `protobuf:"varint,9,opt,name=executionTime,proto3" json:"executionTime,omitempty"`
	Memo             *Memo                              `protobuf:"bytes,10,opt,name=memo,proto3" json:"memo,omitempty"`
	SearchAttributes *SearchAttributes                  `protobuf:"bytes,11,opt,name=searchAttributes,proto3" json:"searchAttributes,omitempty"`
	AutoResetPoints  *ResetPoints                       `protobuf:"bytes,12,opt,name=autoResetPoints,proto3" json:"autoResetPoints,omitempty"`
}

func (*WorkflowExecutionInfo) Descriptor

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

func (*WorkflowExecutionInfo) Equal

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

func (*WorkflowExecutionInfo) GetAutoResetPoints

func (m *WorkflowExecutionInfo) GetAutoResetPoints() *ResetPoints

func (*WorkflowExecutionInfo) GetCloseStatus

func (*WorkflowExecutionInfo) GetCloseTime

func (m *WorkflowExecutionInfo) GetCloseTime() *types.Int64Value

func (*WorkflowExecutionInfo) GetExecution

func (m *WorkflowExecutionInfo) GetExecution() *WorkflowExecution

func (*WorkflowExecutionInfo) GetExecutionTime

func (m *WorkflowExecutionInfo) GetExecutionTime() int64

func (*WorkflowExecutionInfo) GetHistoryLength

func (m *WorkflowExecutionInfo) GetHistoryLength() int64

func (*WorkflowExecutionInfo) GetMemo

func (m *WorkflowExecutionInfo) GetMemo() *Memo

func (*WorkflowExecutionInfo) GetParentDomainId

func (m *WorkflowExecutionInfo) GetParentDomainId() []byte

func (*WorkflowExecutionInfo) GetParentExecution

func (m *WorkflowExecutionInfo) GetParentExecution() *WorkflowExecution

func (*WorkflowExecutionInfo) GetSearchAttributes

func (m *WorkflowExecutionInfo) GetSearchAttributes() *SearchAttributes

func (*WorkflowExecutionInfo) GetStartTime

func (m *WorkflowExecutionInfo) GetStartTime() *types.Int64Value

func (*WorkflowExecutionInfo) GetType

func (m *WorkflowExecutionInfo) GetType() *WorkflowType

func (*WorkflowExecutionInfo) GoString

func (this *WorkflowExecutionInfo) GoString() string

func (*WorkflowExecutionInfo) Marshal

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

func (*WorkflowExecutionInfo) MarshalTo

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

func (*WorkflowExecutionInfo) MarshalToSizedBuffer

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

func (*WorkflowExecutionInfo) ProtoMessage

func (*WorkflowExecutionInfo) ProtoMessage()

func (*WorkflowExecutionInfo) Reset

func (m *WorkflowExecutionInfo) Reset()

func (*WorkflowExecutionInfo) Size

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

func (*WorkflowExecutionInfo) String

func (this *WorkflowExecutionInfo) String() string

func (*WorkflowExecutionInfo) Unmarshal

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

func (*WorkflowExecutionInfo) XXX_DiscardUnknown

func (m *WorkflowExecutionInfo) XXX_DiscardUnknown()

func (*WorkflowExecutionInfo) XXX_Marshal

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

func (*WorkflowExecutionInfo) XXX_Merge

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

func (*WorkflowExecutionInfo) XXX_Size

func (m *WorkflowExecutionInfo) XXX_Size() int

func (*WorkflowExecutionInfo) XXX_Unmarshal

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

type WorkflowExecutionSignaledEventAttributes

type WorkflowExecutionSignaledEventAttributes struct {
	SignalName string `protobuf:"bytes,1,opt,name=signalName,proto3" json:"signalName,omitempty"`
	Input      []byte `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                        *WorkflowType                `protobuf:"bytes,1,opt,name=workflowType,proto3" json:"workflowType,omitempty"`
	ParentWorkflowDomain                string                       `protobuf:"bytes,2,opt,name=parentWorkflowDomain,proto3" json:"parentWorkflowDomain,omitempty"`
	ParentWorkflowExecution             *WorkflowExecution           `protobuf:"bytes,3,opt,name=parentWorkflowExecution,proto3" json:"parentWorkflowExecution,omitempty"`
	ParentInitiatedEventId              int64                        `protobuf:"varint,4,opt,name=parentInitiatedEventId,proto3" json:"parentInitiatedEventId,omitempty"`
	TaskList                            *TaskList                    `protobuf:"bytes,5,opt,name=taskList,proto3" json:"taskList,omitempty"`
	Input                               []byte                       `protobuf:"bytes,6,opt,name=input,proto3" json:"input,omitempty"`
	ExecutionStartToCloseTimeoutSeconds int32                        `protobuf:"varint,7,opt,name=executionStartToCloseTimeoutSeconds,proto3" json:"executionStartToCloseTimeoutSeconds,omitempty"`
	TaskStartToCloseTimeoutSeconds      int32                        `protobuf:"varint,8,opt,name=taskStartToCloseTimeoutSeconds,proto3" json:"taskStartToCloseTimeoutSeconds,omitempty"`
	ContinuedExecutionRunId             []byte                       `protobuf:"bytes,9,opt,name=continuedExecutionRunId,proto3" json:"continuedExecutionRunId,omitempty"`
	Initiator                           enums.ContinueAsNewInitiator `protobuf:"varint,10,opt,name=initiator,proto3,enum=enums.ContinueAsNewInitiator" json:"initiator,omitempty"`
	ContinuedFailureReason              string                       `protobuf:"bytes,11,opt,name=continuedFailureReason,proto3" json:"continuedFailureReason,omitempty"`
	ContinuedFailureDetails             []byte                       `protobuf:"bytes,12,opt,name=continuedFailureDetails,proto3" json:"continuedFailureDetails,omitempty"`
	LastCompletionResult                []byte                       `protobuf:"bytes,13,opt,name=lastCompletionResult,proto3" json:"lastCompletionResult,omitempty"`
	// This is the runID when the WorkflowExecutionStarted event is written.
	OriginalExecutionRunId []byte `protobuf:"bytes,14,opt,name=originalExecutionRunId,proto3" json:"originalExecutionRunId,omitempty"`
	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             []byte            `protobuf:"bytes,16,opt,name=firstExecutionRunId,proto3" json:"firstExecutionRunId,omitempty"`
	RetryPolicy                     *RetryPolicy      `protobuf:"bytes,17,opt,name=retryPolicy,proto3" json:"retryPolicy,omitempty"`
	Attempt                         int32             `protobuf:"varint,18,opt,name=attempt,proto3" json:"attempt,omitempty"`
	ExpirationTimestamp             int64             `protobuf:"varint,19,opt,name=expirationTimestamp,proto3" json:"expirationTimestamp,omitempty"`
	CronSchedule                    string            `protobuf:"bytes,20,opt,name=cronSchedule,proto3" json:"cronSchedule,omitempty"`
	FirstDecisionTaskBackoffSeconds int32             `protobuf:"varint,21,opt,name=firstDecisionTaskBackoffSeconds,proto3" json:"firstDecisionTaskBackoffSeconds,omitempty"`
	Memo                            *Memo             `protobuf:"bytes,22,opt,name=memo,proto3" json:"memo,omitempty"`
	SearchAttributes                *SearchAttributes `protobuf:"bytes,23,opt,name=searchAttributes,proto3" json:"searchAttributes,omitempty"`
	PrevAutoResetPoints             *ResetPoints      `protobuf:"bytes,24,opt,name=prevAutoResetPoints,proto3" json:"prevAutoResetPoints,omitempty"`
	Header                          *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() []byte

func (*WorkflowExecutionStartedEventAttributes) GetContinuedFailureDetails

func (m *WorkflowExecutionStartedEventAttributes) GetContinuedFailureDetails() []byte

func (*WorkflowExecutionStartedEventAttributes) GetContinuedFailureReason

func (m *WorkflowExecutionStartedEventAttributes) GetContinuedFailureReason() string

func (*WorkflowExecutionStartedEventAttributes) GetCronSchedule

func (m *WorkflowExecutionStartedEventAttributes) GetCronSchedule() string

func (*WorkflowExecutionStartedEventAttributes) GetExecutionStartToCloseTimeoutSeconds

func (m *WorkflowExecutionStartedEventAttributes) GetExecutionStartToCloseTimeoutSeconds() int32

func (*WorkflowExecutionStartedEventAttributes) GetExpirationTimestamp

func (m *WorkflowExecutionStartedEventAttributes) GetExpirationTimestamp() int64

func (*WorkflowExecutionStartedEventAttributes) GetFirstDecisionTaskBackoffSeconds

func (m *WorkflowExecutionStartedEventAttributes) GetFirstDecisionTaskBackoffSeconds() int32

func (*WorkflowExecutionStartedEventAttributes) GetFirstExecutionRunId

func (m *WorkflowExecutionStartedEventAttributes) GetFirstExecutionRunId() []byte

func (*WorkflowExecutionStartedEventAttributes) GetHeader

func (*WorkflowExecutionStartedEventAttributes) GetIdentity

func (*WorkflowExecutionStartedEventAttributes) GetInitiator

func (*WorkflowExecutionStartedEventAttributes) GetInput

func (*WorkflowExecutionStartedEventAttributes) GetLastCompletionResult

func (m *WorkflowExecutionStartedEventAttributes) GetLastCompletionResult() []byte

func (*WorkflowExecutionStartedEventAttributes) GetMemo

func (*WorkflowExecutionStartedEventAttributes) GetOriginalExecutionRunId

func (m *WorkflowExecutionStartedEventAttributes) GetOriginalExecutionRunId() []byte

func (*WorkflowExecutionStartedEventAttributes) GetParentInitiatedEventId

func (m *WorkflowExecutionStartedEventAttributes) GetParentInitiatedEventId() int64

func (*WorkflowExecutionStartedEventAttributes) GetParentWorkflowDomain

func (m *WorkflowExecutionStartedEventAttributes) GetParentWorkflowDomain() string

func (*WorkflowExecutionStartedEventAttributes) GetParentWorkflowExecution

func (m *WorkflowExecutionStartedEventAttributes) GetParentWorkflowExecution() *WorkflowExecution

func (*WorkflowExecutionStartedEventAttributes) GetPrevAutoResetPoints

func (m *WorkflowExecutionStartedEventAttributes) GetPrevAutoResetPoints() *ResetPoints

func (*WorkflowExecutionStartedEventAttributes) GetRetryPolicy

func (*WorkflowExecutionStartedEventAttributes) GetSearchAttributes

func (*WorkflowExecutionStartedEventAttributes) GetTaskList

func (*WorkflowExecutionStartedEventAttributes) GetTaskStartToCloseTimeoutSeconds

func (m *WorkflowExecutionStartedEventAttributes) GetTaskStartToCloseTimeoutSeconds() int32

func (*WorkflowExecutionStartedEventAttributes) GetWorkflowType

func (*WorkflowExecutionStartedEventAttributes) GoString

func (*WorkflowExecutionStartedEventAttributes) Marshal

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

func (*WorkflowExecutionStartedEventAttributes) MarshalTo

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

func (*WorkflowExecutionStartedEventAttributes) MarshalToSizedBuffer

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

func (*WorkflowExecutionStartedEventAttributes) ProtoMessage

func (*WorkflowExecutionStartedEventAttributes) Reset

func (*WorkflowExecutionStartedEventAttributes) Size

func (*WorkflowExecutionStartedEventAttributes) String

func (*WorkflowExecutionStartedEventAttributes) Unmarshal

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

func (*WorkflowExecutionStartedEventAttributes) XXX_DiscardUnknown

func (m *WorkflowExecutionStartedEventAttributes) XXX_DiscardUnknown()

func (*WorkflowExecutionStartedEventAttributes) XXX_Marshal

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

func (*WorkflowExecutionStartedEventAttributes) XXX_Merge

func (*WorkflowExecutionStartedEventAttributes) XXX_Size

func (*WorkflowExecutionStartedEventAttributes) XXX_Unmarshal

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

type WorkflowExecutionTerminatedEventAttributes

type WorkflowExecutionTerminatedEventAttributes struct {
	Reason   string `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
	Details  []byte `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 {
	TimeoutType enums.TimeoutType `protobuf:"varint,2,opt,name=timeoutType,proto3,enum=enums.TimeoutType" json:"timeoutType,omitempty"`
}

func (*WorkflowExecutionTimedOutEventAttributes) Descriptor

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

func (*WorkflowExecutionTimedOutEventAttributes) Equal

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

func (*WorkflowExecutionTimedOutEventAttributes) GetTimeoutType

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 WorkflowQuery

type WorkflowQuery struct {
	QueryType string `protobuf:"bytes,1,opt,name=queryType,proto3" json:"queryType,omitempty"`
	QueryArgs []byte `protobuf:"bytes,2,opt,name=queryArgs,proto3" json:"queryArgs,omitempty"`
}

func (*WorkflowQuery) Descriptor

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

func (*WorkflowQuery) Equal

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

func (*WorkflowQuery) GetQueryArgs

func (m *WorkflowQuery) GetQueryArgs() []byte

func (*WorkflowQuery) GetQueryType

func (m *WorkflowQuery) GetQueryType() string

func (*WorkflowQuery) GoString

func (this *WorkflowQuery) GoString() string

func (*WorkflowQuery) Marshal

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

func (*WorkflowQuery) MarshalTo

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

func (*WorkflowQuery) MarshalToSizedBuffer

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

func (*WorkflowQuery) ProtoMessage

func (*WorkflowQuery) ProtoMessage()

func (*WorkflowQuery) Reset

func (m *WorkflowQuery) Reset()

func (*WorkflowQuery) Size

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

func (*WorkflowQuery) String

func (this *WorkflowQuery) String() string

func (*WorkflowQuery) Unmarshal

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

func (*WorkflowQuery) XXX_DiscardUnknown

func (m *WorkflowQuery) XXX_DiscardUnknown()

func (*WorkflowQuery) XXX_Marshal

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

func (*WorkflowQuery) XXX_Merge

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

func (*WorkflowQuery) XXX_Size

func (m *WorkflowQuery) XXX_Size() int

func (*WorkflowQuery) XXX_Unmarshal

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

type WorkflowQueryResult

type WorkflowQueryResult struct {
	ResultType   enums.QueryResultType `protobuf:"varint,1,opt,name=resultType,proto3,enum=enums.QueryResultType" json:"resultType,omitempty"`
	Answer       []byte                `protobuf:"bytes,2,opt,name=answer,proto3" json:"answer,omitempty"`
	ErrorMessage string                `protobuf:"bytes,3,opt,name=errorMessage,proto3" json:"errorMessage,omitempty"`
}

func (*WorkflowQueryResult) Descriptor

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

func (*WorkflowQueryResult) Equal

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

func (*WorkflowQueryResult) GetAnswer

func (m *WorkflowQueryResult) GetAnswer() []byte

func (*WorkflowQueryResult) GetErrorMessage

func (m *WorkflowQueryResult) GetErrorMessage() string

func (*WorkflowQueryResult) GetResultType

func (m *WorkflowQueryResult) GetResultType() enums.QueryResultType

func (*WorkflowQueryResult) GoString

func (this *WorkflowQueryResult) GoString() string

func (*WorkflowQueryResult) Marshal

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

func (*WorkflowQueryResult) MarshalTo

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

func (*WorkflowQueryResult) MarshalToSizedBuffer

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

func (*WorkflowQueryResult) ProtoMessage

func (*WorkflowQueryResult) ProtoMessage()

func (*WorkflowQueryResult) Reset

func (m *WorkflowQueryResult) Reset()

func (*WorkflowQueryResult) Size

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

func (*WorkflowQueryResult) String

func (this *WorkflowQueryResult) String() string

func (*WorkflowQueryResult) Unmarshal

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

func (*WorkflowQueryResult) XXX_DiscardUnknown

func (m *WorkflowQueryResult) XXX_DiscardUnknown()

func (*WorkflowQueryResult) XXX_Marshal

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

func (*WorkflowQueryResult) XXX_Merge

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

func (*WorkflowQueryResult) XXX_Size

func (m *WorkflowQueryResult) XXX_Size() int

func (*WorkflowQueryResult) XXX_Unmarshal

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

type WorkflowType

type WorkflowType struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
}

func (*WorkflowType) Descriptor

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

func (*WorkflowType) Equal

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

func (*WorkflowType) GetName

func (m *WorkflowType) GetName() string

func (*WorkflowType) GoString

func (this *WorkflowType) GoString() string

func (*WorkflowType) Marshal

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

func (*WorkflowType) MarshalTo

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

func (*WorkflowType) MarshalToSizedBuffer

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

func (*WorkflowType) ProtoMessage

func (*WorkflowType) ProtoMessage()

func (*WorkflowType) Reset

func (m *WorkflowType) Reset()

func (*WorkflowType) Size

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

func (*WorkflowType) String

func (this *WorkflowType) String() string

func (*WorkflowType) Unmarshal

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

func (*WorkflowType) XXX_DiscardUnknown

func (m *WorkflowType) XXX_DiscardUnknown()

func (*WorkflowType) XXX_Marshal

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

func (*WorkflowType) XXX_Merge

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

func (*WorkflowType) XXX_Size

func (m *WorkflowType) XXX_Size() int

func (*WorkflowType) XXX_Unmarshal

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

type WorkflowTypeFilter

type WorkflowTypeFilter struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
}

func (*WorkflowTypeFilter) Descriptor

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

func (*WorkflowTypeFilter) Equal

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

func (*WorkflowTypeFilter) GetName

func (m *WorkflowTypeFilter) GetName() string

func (*WorkflowTypeFilter) GoString

func (this *WorkflowTypeFilter) GoString() string

func (*WorkflowTypeFilter) Marshal

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

func (*WorkflowTypeFilter) MarshalTo

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

func (*WorkflowTypeFilter) MarshalToSizedBuffer

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

func (*WorkflowTypeFilter) ProtoMessage

func (*WorkflowTypeFilter) ProtoMessage()

func (*WorkflowTypeFilter) Reset

func (m *WorkflowTypeFilter) Reset()

func (*WorkflowTypeFilter) Size

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

func (*WorkflowTypeFilter) String

func (this *WorkflowTypeFilter) String() string

func (*WorkflowTypeFilter) Unmarshal

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

func (*WorkflowTypeFilter) XXX_DiscardUnknown

func (m *WorkflowTypeFilter) XXX_DiscardUnknown()

func (*WorkflowTypeFilter) XXX_Marshal

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

func (*WorkflowTypeFilter) XXX_Merge

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

func (*WorkflowTypeFilter) XXX_Size

func (m *WorkflowTypeFilter) XXX_Size() int

func (*WorkflowTypeFilter) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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