apiv1

package
v0.0.0-...-83d5cae Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: MIT Imports: 17 Imported by: 23

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 (
	ErrInvalidLengthError        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowError          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupError = 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 (
	ErrInvalidLengthQuery        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowQuery          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupQuery = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthServiceDomain        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowServiceDomain          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupServiceDomain = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthServiceMeta        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowServiceMeta          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupServiceMeta = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthServiceVisibility        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowServiceVisibility          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupServiceVisibility = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthServiceWorker        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowServiceWorker          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupServiceWorker = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthServiceWorkflow        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowServiceWorkflow          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupServiceWorkflow = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthTasklist        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowTasklist          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupTasklist = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthVisibility        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowVisibility          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupVisibility = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthWorkflow        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowWorkflow          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupWorkflow = fmt.Errorf("proto: unexpected end of group")
)
View Source
var ArchivalStatus_name = map[int32]string{
	0: "ARCHIVAL_STATUS_INVALID",
	1: "ARCHIVAL_STATUS_DISABLED",
	2: "ARCHIVAL_STATUS_ENABLED",
}
View Source
var ArchivalStatus_value = map[string]int32{
	"ARCHIVAL_STATUS_INVALID":  0,
	"ARCHIVAL_STATUS_DISABLED": 1,
	"ARCHIVAL_STATUS_ENABLED":  2,
}
View Source
var CancelExternalWorkflowExecutionFailedCause_name = map[int32]string{
	0: "CANCEL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_INVALID",
	1: "CANCEL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION",
	2: "CANCEL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_WORKFLOW_ALREADY_COMPLETED",
}
View Source
var CancelExternalWorkflowExecutionFailedCause_value = map[string]int32{
	"CANCEL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_INVALID":                             0,
	"CANCEL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION": 1,
	"CANCEL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_WORKFLOW_ALREADY_COMPLETED":          2,
}
View Source
var ChildWorkflowExecutionFailedCause_name = map[int32]string{
	0: "CHILD_WORKFLOW_EXECUTION_FAILED_CAUSE_INVALID",
	1: "CHILD_WORKFLOW_EXECUTION_FAILED_CAUSE_WORKFLOW_ALREADY_RUNNING",
}
View Source
var ChildWorkflowExecutionFailedCause_value = map[string]int32{
	"CHILD_WORKFLOW_EXECUTION_FAILED_CAUSE_INVALID":                  0,
	"CHILD_WORKFLOW_EXECUTION_FAILED_CAUSE_WORKFLOW_ALREADY_RUNNING": 1,
}
View Source
var ContinueAsNewInitiator_name = map[int32]string{
	0: "CONTINUE_AS_NEW_INITIATOR_INVALID",
	1: "CONTINUE_AS_NEW_INITIATOR_DECIDER",
	2: "CONTINUE_AS_NEW_INITIATOR_RETRY_POLICY",
	3: "CONTINUE_AS_NEW_INITIATOR_CRON_SCHEDULE",
}
View Source
var ContinueAsNewInitiator_value = map[string]int32{
	"CONTINUE_AS_NEW_INITIATOR_INVALID":       0,
	"CONTINUE_AS_NEW_INITIATOR_DECIDER":       1,
	"CONTINUE_AS_NEW_INITIATOR_RETRY_POLICY":  2,
	"CONTINUE_AS_NEW_INITIATOR_CRON_SCHEDULE": 3,
}
View Source
var DecisionTaskFailedCause_name = map[int32]string{
	0:  "DECISION_TASK_FAILED_CAUSE_INVALID",
	1:  "DECISION_TASK_FAILED_CAUSE_UNHANDLED_DECISION",
	2:  "DECISION_TASK_FAILED_CAUSE_BAD_SCHEDULE_ACTIVITY_ATTRIBUTES",
	3:  "DECISION_TASK_FAILED_CAUSE_BAD_REQUEST_CANCEL_ACTIVITY_ATTRIBUTES",
	4:  "DECISION_TASK_FAILED_CAUSE_BAD_START_TIMER_ATTRIBUTES",
	5:  "DECISION_TASK_FAILED_CAUSE_BAD_CANCEL_TIMER_ATTRIBUTES",
	6:  "DECISION_TASK_FAILED_CAUSE_BAD_RECORD_MARKER_ATTRIBUTES",
	7:  "DECISION_TASK_FAILED_CAUSE_BAD_COMPLETE_WORKFLOW_EXECUTION_ATTRIBUTES",
	8:  "DECISION_TASK_FAILED_CAUSE_BAD_FAIL_WORKFLOW_EXECUTION_ATTRIBUTES",
	9:  "DECISION_TASK_FAILED_CAUSE_BAD_CANCEL_WORKFLOW_EXECUTION_ATTRIBUTES",
	10: "DECISION_TASK_FAILED_CAUSE_BAD_REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_ATTRIBUTES",
	11: "DECISION_TASK_FAILED_CAUSE_BAD_CONTINUE_AS_NEW_ATTRIBUTES",
	12: "DECISION_TASK_FAILED_CAUSE_START_TIMER_DUPLICATE_ID",
	13: "DECISION_TASK_FAILED_CAUSE_RESET_STICKY_TASK_LIST",
	14: "DECISION_TASK_FAILED_CAUSE_WORKFLOW_WORKER_UNHANDLED_FAILURE",
	15: "DECISION_TASK_FAILED_CAUSE_BAD_SIGNAL_WORKFLOW_EXECUTION_ATTRIBUTES",
	16: "DECISION_TASK_FAILED_CAUSE_BAD_START_CHILD_EXECUTION_ATTRIBUTES",
	17: "DECISION_TASK_FAILED_CAUSE_FORCE_CLOSE_DECISION",
	18: "DECISION_TASK_FAILED_CAUSE_FAILOVER_CLOSE_DECISION",
	19: "DECISION_TASK_FAILED_CAUSE_BAD_SIGNAL_INPUT_SIZE",
	20: "DECISION_TASK_FAILED_CAUSE_RESET_WORKFLOW",
	21: "DECISION_TASK_FAILED_CAUSE_BAD_BINARY",
	22: "DECISION_TASK_FAILED_CAUSE_SCHEDULE_ACTIVITY_DUPLICATE_ID",
	23: "DECISION_TASK_FAILED_CAUSE_BAD_SEARCH_ATTRIBUTES",
}
View Source
var DecisionTaskFailedCause_value = map[string]int32{
	"DECISION_TASK_FAILED_CAUSE_INVALID":                                                   0,
	"DECISION_TASK_FAILED_CAUSE_UNHANDLED_DECISION":                                        1,
	"DECISION_TASK_FAILED_CAUSE_BAD_SCHEDULE_ACTIVITY_ATTRIBUTES":                          2,
	"DECISION_TASK_FAILED_CAUSE_BAD_REQUEST_CANCEL_ACTIVITY_ATTRIBUTES":                    3,
	"DECISION_TASK_FAILED_CAUSE_BAD_START_TIMER_ATTRIBUTES":                                4,
	"DECISION_TASK_FAILED_CAUSE_BAD_CANCEL_TIMER_ATTRIBUTES":                               5,
	"DECISION_TASK_FAILED_CAUSE_BAD_RECORD_MARKER_ATTRIBUTES":                              6,
	"DECISION_TASK_FAILED_CAUSE_BAD_COMPLETE_WORKFLOW_EXECUTION_ATTRIBUTES":                7,
	"DECISION_TASK_FAILED_CAUSE_BAD_FAIL_WORKFLOW_EXECUTION_ATTRIBUTES":                    8,
	"DECISION_TASK_FAILED_CAUSE_BAD_CANCEL_WORKFLOW_EXECUTION_ATTRIBUTES":                  9,
	"DECISION_TASK_FAILED_CAUSE_BAD_REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_ATTRIBUTES": 10,
	"DECISION_TASK_FAILED_CAUSE_BAD_CONTINUE_AS_NEW_ATTRIBUTES":                            11,
	"DECISION_TASK_FAILED_CAUSE_START_TIMER_DUPLICATE_ID":                                  12,
	"DECISION_TASK_FAILED_CAUSE_RESET_STICKY_TASK_LIST":                                    13,
	"DECISION_TASK_FAILED_CAUSE_WORKFLOW_WORKER_UNHANDLED_FAILURE":                         14,
	"DECISION_TASK_FAILED_CAUSE_BAD_SIGNAL_WORKFLOW_EXECUTION_ATTRIBUTES":                  15,
	"DECISION_TASK_FAILED_CAUSE_BAD_START_CHILD_EXECUTION_ATTRIBUTES":                      16,
	"DECISION_TASK_FAILED_CAUSE_FORCE_CLOSE_DECISION":                                      17,
	"DECISION_TASK_FAILED_CAUSE_FAILOVER_CLOSE_DECISION":                                   18,
	"DECISION_TASK_FAILED_CAUSE_BAD_SIGNAL_INPUT_SIZE":                                     19,
	"DECISION_TASK_FAILED_CAUSE_RESET_WORKFLOW":                                            20,
	"DECISION_TASK_FAILED_CAUSE_BAD_BINARY":                                                21,
	"DECISION_TASK_FAILED_CAUSE_SCHEDULE_ACTIVITY_DUPLICATE_ID":                            22,
	"DECISION_TASK_FAILED_CAUSE_BAD_SEARCH_ATTRIBUTES":                                     23,
}
View Source
var DecisionTaskTimedOutCause_name = map[int32]string{
	0: "DECISION_TASK_TIMED_OUT_CAUSE_INVALID",
	1: "DECISION_TASK_TIMED_OUT_CAUSE_TIMEOUT",
	2: "DECISION_TASK_TIMED_OUT_CAUSE_RESET",
}
View Source
var DecisionTaskTimedOutCause_value = map[string]int32{
	"DECISION_TASK_TIMED_OUT_CAUSE_INVALID": 0,
	"DECISION_TASK_TIMED_OUT_CAUSE_TIMEOUT": 1,
	"DECISION_TASK_TIMED_OUT_CAUSE_RESET":   2,
}
View Source
var DomainStatus_name = map[int32]string{
	0: "DOMAIN_STATUS_INVALID",
	1: "DOMAIN_STATUS_REGISTERED",
	2: "DOMAIN_STATUS_DEPRECATED",
	3: "DOMAIN_STATUS_DELETED",
}
View Source
var DomainStatus_value = map[string]int32{
	"DOMAIN_STATUS_INVALID":    0,
	"DOMAIN_STATUS_REGISTERED": 1,
	"DOMAIN_STATUS_DEPRECATED": 2,
	"DOMAIN_STATUS_DELETED":    3,
}
View Source
var EncodingType_name = map[int32]string{
	0: "ENCODING_TYPE_INVALID",
	1: "ENCODING_TYPE_THRIFTRW",
	2: "ENCODING_TYPE_JSON",
	3: "ENCODING_TYPE_PROTO3",
}
View Source
var EncodingType_value = map[string]int32{
	"ENCODING_TYPE_INVALID":  0,
	"ENCODING_TYPE_THRIFTRW": 1,
	"ENCODING_TYPE_JSON":     2,
	"ENCODING_TYPE_PROTO3":   3,
}
View Source
var EventFilterType_name = map[int32]string{
	0: "EVENT_FILTER_TYPE_INVALID",
	1: "EVENT_FILTER_TYPE_ALL_EVENT",
	2: "EVENT_FILTER_TYPE_CLOSE_EVENT",
}
View Source
var EventFilterType_value = map[string]int32{
	"EVENT_FILTER_TYPE_INVALID":     0,
	"EVENT_FILTER_TYPE_ALL_EVENT":   1,
	"EVENT_FILTER_TYPE_CLOSE_EVENT": 2,
}
View Source
var IndexedValueType_name = map[int32]string{
	0: "INDEXED_VALUE_TYPE_INVALID",
	1: "INDEXED_VALUE_TYPE_STRING",
	2: "INDEXED_VALUE_TYPE_KEYWORD",
	3: "INDEXED_VALUE_TYPE_INT",
	4: "INDEXED_VALUE_TYPE_DOUBLE",
	5: "INDEXED_VALUE_TYPE_BOOL",
	6: "INDEXED_VALUE_TYPE_DATETIME",
}
View Source
var IndexedValueType_value = map[string]int32{
	"INDEXED_VALUE_TYPE_INVALID":  0,
	"INDEXED_VALUE_TYPE_STRING":   1,
	"INDEXED_VALUE_TYPE_KEYWORD":  2,
	"INDEXED_VALUE_TYPE_INT":      3,
	"INDEXED_VALUE_TYPE_DOUBLE":   4,
	"INDEXED_VALUE_TYPE_BOOL":     5,
	"INDEXED_VALUE_TYPE_DATETIME": 6,
}
View Source
var IsolationGroupState_name = map[int32]string{
	0: "ISOLATION_GROUP_STATE_INVALID",
	1: "ISOLATION_GROUP_STATE_HEALTHY",
	2: "ISOLATION_GROUP_STATE_DRAINED",
}
View Source
var IsolationGroupState_value = map[string]int32{
	"ISOLATION_GROUP_STATE_INVALID": 0,
	"ISOLATION_GROUP_STATE_HEALTHY": 1,
	"ISOLATION_GROUP_STATE_DRAINED": 2,
}
View Source
var ParentClosePolicy_name = map[int32]string{
	0: "PARENT_CLOSE_POLICY_INVALID",
	1: "PARENT_CLOSE_POLICY_ABANDON",
	2: "PARENT_CLOSE_POLICY_REQUEST_CANCEL",
	3: "PARENT_CLOSE_POLICY_TERMINATE",
}
View Source
var ParentClosePolicy_value = map[string]int32{
	"PARENT_CLOSE_POLICY_INVALID":        0,
	"PARENT_CLOSE_POLICY_ABANDON":        1,
	"PARENT_CLOSE_POLICY_REQUEST_CANCEL": 2,
	"PARENT_CLOSE_POLICY_TERMINATE":      3,
}
View Source
var PendingActivityState_name = map[int32]string{
	0: "PENDING_ACTIVITY_STATE_INVALID",
	1: "PENDING_ACTIVITY_STATE_SCHEDULED",
	2: "PENDING_ACTIVITY_STATE_STARTED",
	3: "PENDING_ACTIVITY_STATE_CANCEL_REQUESTED",
}
View Source
var PendingActivityState_value = map[string]int32{
	"PENDING_ACTIVITY_STATE_INVALID":          0,
	"PENDING_ACTIVITY_STATE_SCHEDULED":        1,
	"PENDING_ACTIVITY_STATE_STARTED":          2,
	"PENDING_ACTIVITY_STATE_CANCEL_REQUESTED": 3,
}
View Source
var PendingDecisionState_name = map[int32]string{
	0: "PENDING_DECISION_STATE_INVALID",
	1: "PENDING_DECISION_STATE_SCHEDULED",
	2: "PENDING_DECISION_STATE_STARTED",
}
View Source
var PendingDecisionState_value = map[string]int32{
	"PENDING_DECISION_STATE_INVALID":   0,
	"PENDING_DECISION_STATE_SCHEDULED": 1,
	"PENDING_DECISION_STATE_STARTED":   2,
}
View Source
var QueryConsistencyLevel_name = map[int32]string{
	0: "QUERY_CONSISTENCY_LEVEL_INVALID",
	1: "QUERY_CONSISTENCY_LEVEL_EVENTUAL",
	2: "QUERY_CONSISTENCY_LEVEL_STRONG",
}
View Source
var QueryConsistencyLevel_value = map[string]int32{
	"QUERY_CONSISTENCY_LEVEL_INVALID":  0,
	"QUERY_CONSISTENCY_LEVEL_EVENTUAL": 1,
	"QUERY_CONSISTENCY_LEVEL_STRONG":   2,
}
View Source
var QueryRejectCondition_name = map[int32]string{
	0: "QUERY_REJECT_CONDITION_INVALID",
	1: "QUERY_REJECT_CONDITION_NOT_OPEN",
	2: "QUERY_REJECT_CONDITION_NOT_COMPLETED_CLEANLY",
}
View Source
var QueryRejectCondition_value = map[string]int32{
	"QUERY_REJECT_CONDITION_INVALID":               0,
	"QUERY_REJECT_CONDITION_NOT_OPEN":              1,
	"QUERY_REJECT_CONDITION_NOT_COMPLETED_CLEANLY": 2,
}
View Source
var QueryResultType_name = map[int32]string{
	0: "QUERY_RESULT_TYPE_INVALID",
	1: "QUERY_RESULT_TYPE_ANSWERED",
	2: "QUERY_RESULT_TYPE_FAILED",
}
View Source
var QueryResultType_value = map[string]int32{
	"QUERY_RESULT_TYPE_INVALID":  0,
	"QUERY_RESULT_TYPE_ANSWERED": 1,
	"QUERY_RESULT_TYPE_FAILED":   2,
}
View Source
var SignalExternalWorkflowExecutionFailedCause_name = map[int32]string{
	0: "SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_INVALID",
	1: "SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION",
	2: "SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_WORKFLOW_ALREADY_COMPLETED",
}
View Source
var SignalExternalWorkflowExecutionFailedCause_value = map[string]int32{
	"SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_INVALID":                             0,
	"SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION": 1,
	"SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_WORKFLOW_ALREADY_COMPLETED":          2,
}
View Source
var TaskListKind_name = map[int32]string{
	0: "TASK_LIST_KIND_INVALID",
	1: "TASK_LIST_KIND_NORMAL",
	2: "TASK_LIST_KIND_STICKY",
}
View Source
var TaskListKind_value = map[string]int32{
	"TASK_LIST_KIND_INVALID": 0,
	"TASK_LIST_KIND_NORMAL":  1,
	"TASK_LIST_KIND_STICKY":  2,
}
View Source
var TaskListType_name = map[int32]string{
	0: "TASK_LIST_TYPE_INVALID",
	1: "TASK_LIST_TYPE_DECISION",
	2: "TASK_LIST_TYPE_ACTIVITY",
}
View Source
var TaskListType_value = map[string]int32{
	"TASK_LIST_TYPE_INVALID":  0,
	"TASK_LIST_TYPE_DECISION": 1,
	"TASK_LIST_TYPE_ACTIVITY": 2,
}
View Source
var TimeoutType_name = map[int32]string{
	0: "TIMEOUT_TYPE_INVALID",
	1: "TIMEOUT_TYPE_START_TO_CLOSE",
	2: "TIMEOUT_TYPE_SCHEDULE_TO_START",
	3: "TIMEOUT_TYPE_SCHEDULE_TO_CLOSE",
	4: "TIMEOUT_TYPE_HEARTBEAT",
}
View Source
var TimeoutType_value = map[string]int32{
	"TIMEOUT_TYPE_INVALID":           0,
	"TIMEOUT_TYPE_START_TO_CLOSE":    1,
	"TIMEOUT_TYPE_SCHEDULE_TO_START": 2,
	"TIMEOUT_TYPE_SCHEDULE_TO_CLOSE": 3,
	"TIMEOUT_TYPE_HEARTBEAT":         4,
}
View Source
var WorkflowExecutionCloseStatus_name = map[int32]string{
	0: "WORKFLOW_EXECUTION_CLOSE_STATUS_INVALID",
	1: "WORKFLOW_EXECUTION_CLOSE_STATUS_COMPLETED",
	2: "WORKFLOW_EXECUTION_CLOSE_STATUS_FAILED",
	3: "WORKFLOW_EXECUTION_CLOSE_STATUS_CANCELED",
	4: "WORKFLOW_EXECUTION_CLOSE_STATUS_TERMINATED",
	5: "WORKFLOW_EXECUTION_CLOSE_STATUS_CONTINUED_AS_NEW",
	6: "WORKFLOW_EXECUTION_CLOSE_STATUS_TIMED_OUT",
}
View Source
var WorkflowExecutionCloseStatus_value = map[string]int32{
	"WORKFLOW_EXECUTION_CLOSE_STATUS_INVALID":          0,
	"WORKFLOW_EXECUTION_CLOSE_STATUS_COMPLETED":        1,
	"WORKFLOW_EXECUTION_CLOSE_STATUS_FAILED":           2,
	"WORKFLOW_EXECUTION_CLOSE_STATUS_CANCELED":         3,
	"WORKFLOW_EXECUTION_CLOSE_STATUS_TERMINATED":       4,
	"WORKFLOW_EXECUTION_CLOSE_STATUS_CONTINUED_AS_NEW": 5,
	"WORKFLOW_EXECUTION_CLOSE_STATUS_TIMED_OUT":        6,
}
View Source
var WorkflowIdReusePolicy_name = map[int32]string{
	0: "WORKFLOW_ID_REUSE_POLICY_INVALID",
	1: "WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE_FAILED_ONLY",
	2: "WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE",
	3: "WORKFLOW_ID_REUSE_POLICY_REJECT_DUPLICATE",
	4: "WORKFLOW_ID_REUSE_POLICY_TERMINATE_IF_RUNNING",
}
View Source
var WorkflowIdReusePolicy_value = map[string]int32{
	"WORKFLOW_ID_REUSE_POLICY_INVALID":                     0,
	"WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE_FAILED_ONLY": 1,
	"WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE":             2,
	"WORKFLOW_ID_REUSE_POLICY_REJECT_DUPLICATE":            3,
	"WORKFLOW_ID_REUSE_POLICY_TERMINATE_IF_RUNNING":        4,
}

Functions

func BuildDomainAPIYARPCProcedures

func BuildDomainAPIYARPCProcedures(server DomainAPIYARPCServer) []transport.Procedure

BuildDomainAPIYARPCProcedures prepares an implementation of the DomainAPI service for YARPC registration.

func BuildMetaAPIYARPCProcedures

func BuildMetaAPIYARPCProcedures(server MetaAPIYARPCServer) []transport.Procedure

BuildMetaAPIYARPCProcedures prepares an implementation of the MetaAPI service for YARPC registration.

func BuildVisibilityAPIYARPCProcedures

func BuildVisibilityAPIYARPCProcedures(server VisibilityAPIYARPCServer) []transport.Procedure

BuildVisibilityAPIYARPCProcedures prepares an implementation of the VisibilityAPI service for YARPC registration.

func BuildWorkerAPIYARPCProcedures

func BuildWorkerAPIYARPCProcedures(server WorkerAPIYARPCServer) []transport.Procedure

BuildWorkerAPIYARPCProcedures prepares an implementation of the WorkerAPI service for YARPC registration.

func BuildWorkflowAPIYARPCProcedures

func BuildWorkflowAPIYARPCProcedures(server WorkflowAPIYARPCServer) []transport.Procedure

BuildWorkflowAPIYARPCProcedures prepares an implementation of the WorkflowAPI service for YARPC registration.

func NewFxDomainAPIYARPCClient

func NewFxDomainAPIYARPCClient(name string, options ...protobuf.ClientOption) interface{}

NewFxDomainAPIYARPCClient provides a DomainAPIYARPCClient to an Fx application using the given name for routing.

fx.Provide(
  apiv1.NewFxDomainAPIYARPCClient("service-name"),
  ...
)

func NewFxDomainAPIYARPCProcedures

func NewFxDomainAPIYARPCProcedures() interface{}

NewFxDomainAPIYARPCProcedures provides DomainAPIYARPCServer procedures to an Fx application. It expects a DomainAPIYARPCServer to be present in the container.

fx.Provide(
  apiv1.NewFxDomainAPIYARPCProcedures(),
  ...
)

func NewFxMetaAPIYARPCClient

func NewFxMetaAPIYARPCClient(name string, options ...protobuf.ClientOption) interface{}

NewFxMetaAPIYARPCClient provides a MetaAPIYARPCClient to an Fx application using the given name for routing.

fx.Provide(
  apiv1.NewFxMetaAPIYARPCClient("service-name"),
  ...
)

func NewFxMetaAPIYARPCProcedures

func NewFxMetaAPIYARPCProcedures() interface{}

NewFxMetaAPIYARPCProcedures provides MetaAPIYARPCServer procedures to an Fx application. It expects a MetaAPIYARPCServer to be present in the container.

fx.Provide(
  apiv1.NewFxMetaAPIYARPCProcedures(),
  ...
)

func NewFxVisibilityAPIYARPCClient

func NewFxVisibilityAPIYARPCClient(name string, options ...protobuf.ClientOption) interface{}

NewFxVisibilityAPIYARPCClient provides a VisibilityAPIYARPCClient to an Fx application using the given name for routing.

fx.Provide(
  apiv1.NewFxVisibilityAPIYARPCClient("service-name"),
  ...
)

func NewFxVisibilityAPIYARPCProcedures

func NewFxVisibilityAPIYARPCProcedures() interface{}

NewFxVisibilityAPIYARPCProcedures provides VisibilityAPIYARPCServer procedures to an Fx application. It expects a VisibilityAPIYARPCServer to be present in the container.

fx.Provide(
  apiv1.NewFxVisibilityAPIYARPCProcedures(),
  ...
)

func NewFxWorkerAPIYARPCClient

func NewFxWorkerAPIYARPCClient(name string, options ...protobuf.ClientOption) interface{}

NewFxWorkerAPIYARPCClient provides a WorkerAPIYARPCClient to an Fx application using the given name for routing.

fx.Provide(
  apiv1.NewFxWorkerAPIYARPCClient("service-name"),
  ...
)

func NewFxWorkerAPIYARPCProcedures

func NewFxWorkerAPIYARPCProcedures() interface{}

NewFxWorkerAPIYARPCProcedures provides WorkerAPIYARPCServer procedures to an Fx application. It expects a WorkerAPIYARPCServer to be present in the container.

fx.Provide(
  apiv1.NewFxWorkerAPIYARPCProcedures(),
  ...
)

func NewFxWorkflowAPIYARPCClient

func NewFxWorkflowAPIYARPCClient(name string, options ...protobuf.ClientOption) interface{}

NewFxWorkflowAPIYARPCClient provides a WorkflowAPIYARPCClient to an Fx application using the given name for routing.

fx.Provide(
  apiv1.NewFxWorkflowAPIYARPCClient("service-name"),
  ...
)

func NewFxWorkflowAPIYARPCProcedures

func NewFxWorkflowAPIYARPCProcedures() interface{}

NewFxWorkflowAPIYARPCProcedures provides WorkflowAPIYARPCServer procedures to an Fx application. It expects a WorkflowAPIYARPCServer to be present in the container.

fx.Provide(
  apiv1.NewFxWorkflowAPIYARPCProcedures(),
  ...
)

Types

type ActivityLocalDispatchInfo

type ActivityLocalDispatchInfo struct {
	ActivityId                 string           `protobuf:"bytes,1,opt,name=activity_id,json=activityId,proto3" json:"activity_id,omitempty"`
	ScheduledTime              *types.Timestamp `protobuf:"bytes,2,opt,name=scheduled_time,json=scheduledTime,proto3" json:"scheduled_time,omitempty"`
	StartedTime                *types.Timestamp `protobuf:"bytes,3,opt,name=started_time,json=startedTime,proto3" json:"started_time,omitempty"`
	ScheduledTimeOfThisAttempt *types.Timestamp `` /* 145-byte string literal not displayed */
	TaskToken                  []byte           `protobuf:"bytes,5,opt,name=task_token,json=taskToken,proto3" json:"task_token,omitempty"`
	XXX_NoUnkeyedLiteral       struct{}         `json:"-"`
	XXX_unrecognized           []byte           `json:"-"`
	XXX_sizecache              int32            `json:"-"`
}

func (*ActivityLocalDispatchInfo) Descriptor

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

func (*ActivityLocalDispatchInfo) GetActivityId

func (m *ActivityLocalDispatchInfo) GetActivityId() string

func (*ActivityLocalDispatchInfo) GetScheduledTime

func (m *ActivityLocalDispatchInfo) GetScheduledTime() *types.Timestamp

func (*ActivityLocalDispatchInfo) GetScheduledTimeOfThisAttempt

func (m *ActivityLocalDispatchInfo) GetScheduledTimeOfThisAttempt() *types.Timestamp

func (*ActivityLocalDispatchInfo) GetStartedTime

func (m *ActivityLocalDispatchInfo) GetStartedTime() *types.Timestamp

func (*ActivityLocalDispatchInfo) GetTaskToken

func (m *ActivityLocalDispatchInfo) GetTaskToken() []byte

func (*ActivityLocalDispatchInfo) Marshal

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

func (*ActivityLocalDispatchInfo) MarshalTo

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

func (*ActivityLocalDispatchInfo) MarshalToSizedBuffer

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

func (*ActivityLocalDispatchInfo) ProtoMessage

func (*ActivityLocalDispatchInfo) ProtoMessage()

func (*ActivityLocalDispatchInfo) Reset

func (m *ActivityLocalDispatchInfo) Reset()

func (*ActivityLocalDispatchInfo) Size

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

func (*ActivityLocalDispatchInfo) String

func (m *ActivityLocalDispatchInfo) String() string

func (*ActivityLocalDispatchInfo) Unmarshal

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

func (*ActivityLocalDispatchInfo) XXX_DiscardUnknown

func (m *ActivityLocalDispatchInfo) XXX_DiscardUnknown()

func (*ActivityLocalDispatchInfo) XXX_Marshal

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

func (*ActivityLocalDispatchInfo) XXX_Merge

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

func (*ActivityLocalDispatchInfo) XXX_Size

func (m *ActivityLocalDispatchInfo) XXX_Size() int

func (*ActivityLocalDispatchInfo) XXX_Unmarshal

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

type ActivityTaskCancelRequestedEventAttributes

type ActivityTaskCancelRequestedEventAttributes struct {
	ActivityId                   string   `protobuf:"bytes,1,opt,name=activity_id,json=activityId,proto3" json:"activity_id,omitempty"`
	DecisionTaskCompletedEventId int64    `` /* 152-byte string literal not displayed */
	XXX_NoUnkeyedLiteral         struct{} `json:"-"`
	XXX_unrecognized             []byte   `json:"-"`
	XXX_sizecache                int32    `json:"-"`
}

func (*ActivityTaskCancelRequestedEventAttributes) Descriptor

func (*ActivityTaskCancelRequestedEventAttributes) GetActivityId

func (*ActivityTaskCancelRequestedEventAttributes) GetDecisionTaskCompletedEventId

func (m *ActivityTaskCancelRequestedEventAttributes) GetDecisionTaskCompletedEventId() int64

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                      *Payload `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	LatestCancelRequestedEventId int64    `` /* 152-byte string literal not displayed */
	ScheduledEventId             int64    `protobuf:"varint,3,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"`
	StartedEventId               int64    `protobuf:"varint,4,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	Identity                     string   `protobuf:"bytes,5,opt,name=identity,proto3" json:"identity,omitempty"`
	XXX_NoUnkeyedLiteral         struct{} `json:"-"`
	XXX_unrecognized             []byte   `json:"-"`
	XXX_sizecache                int32    `json:"-"`
}

func (*ActivityTaskCanceledEventAttributes) Descriptor

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

func (*ActivityTaskCanceledEventAttributes) GetDetails

func (*ActivityTaskCanceledEventAttributes) GetIdentity

func (*ActivityTaskCanceledEventAttributes) GetLatestCancelRequestedEventId

func (m *ActivityTaskCanceledEventAttributes) GetLatestCancelRequestedEventId() int64

func (*ActivityTaskCanceledEventAttributes) GetScheduledEventId

func (m *ActivityTaskCanceledEventAttributes) GetScheduledEventId() int64

func (*ActivityTaskCanceledEventAttributes) GetStartedEventId

func (m *ActivityTaskCanceledEventAttributes) GetStartedEventId() int64

func (*ActivityTaskCanceledEventAttributes) 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               *Payload `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	ScheduledEventId     int64    `protobuf:"varint,2,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"`
	StartedEventId       int64    `protobuf:"varint,3,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	Identity             string   `protobuf:"bytes,4,opt,name=identity,proto3" json:"identity,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ActivityTaskCompletedEventAttributes) Descriptor

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

func (*ActivityTaskCompletedEventAttributes) GetIdentity

func (*ActivityTaskCompletedEventAttributes) GetResult

func (*ActivityTaskCompletedEventAttributes) GetScheduledEventId

func (m *ActivityTaskCompletedEventAttributes) GetScheduledEventId() int64

func (*ActivityTaskCompletedEventAttributes) GetStartedEventId

func (m *ActivityTaskCompletedEventAttributes) GetStartedEventId() int64

func (*ActivityTaskCompletedEventAttributes) Marshal

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

func (*ActivityTaskCompletedEventAttributes) MarshalTo

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

func (*ActivityTaskCompletedEventAttributes) MarshalToSizedBuffer

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

func (*ActivityTaskCompletedEventAttributes) ProtoMessage

func (*ActivityTaskCompletedEventAttributes) ProtoMessage()

func (*ActivityTaskCompletedEventAttributes) Reset

func (*ActivityTaskCompletedEventAttributes) Size

func (*ActivityTaskCompletedEventAttributes) String

func (*ActivityTaskCompletedEventAttributes) Unmarshal

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

func (*ActivityTaskCompletedEventAttributes) XXX_DiscardUnknown

func (m *ActivityTaskCompletedEventAttributes) XXX_DiscardUnknown()

func (*ActivityTaskCompletedEventAttributes) XXX_Marshal

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

func (*ActivityTaskCompletedEventAttributes) XXX_Merge

func (*ActivityTaskCompletedEventAttributes) XXX_Size

func (*ActivityTaskCompletedEventAttributes) XXX_Unmarshal

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

type ActivityTaskFailedEventAttributes

type ActivityTaskFailedEventAttributes struct {
	Failure              *Failure `protobuf:"bytes,1,opt,name=failure,proto3" json:"failure,omitempty"`
	ScheduledEventId     int64    `protobuf:"varint,2,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"`
	StartedEventId       int64    `protobuf:"varint,3,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	Identity             string   `protobuf:"bytes,4,opt,name=identity,proto3" json:"identity,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ActivityTaskFailedEventAttributes) Descriptor

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

func (*ActivityTaskFailedEventAttributes) GetFailure

func (m *ActivityTaskFailedEventAttributes) GetFailure() *Failure

func (*ActivityTaskFailedEventAttributes) GetIdentity

func (m *ActivityTaskFailedEventAttributes) GetIdentity() string

func (*ActivityTaskFailedEventAttributes) GetScheduledEventId

func (m *ActivityTaskFailedEventAttributes) GetScheduledEventId() int64

func (*ActivityTaskFailedEventAttributes) GetStartedEventId

func (m *ActivityTaskFailedEventAttributes) GetStartedEventId() int64

func (*ActivityTaskFailedEventAttributes) Marshal

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

func (*ActivityTaskFailedEventAttributes) MarshalTo

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

func (*ActivityTaskFailedEventAttributes) MarshalToSizedBuffer

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

func (*ActivityTaskFailedEventAttributes) ProtoMessage

func (*ActivityTaskFailedEventAttributes) ProtoMessage()

func (*ActivityTaskFailedEventAttributes) Reset

func (*ActivityTaskFailedEventAttributes) Size

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

func (*ActivityTaskFailedEventAttributes) String

func (*ActivityTaskFailedEventAttributes) Unmarshal

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

func (*ActivityTaskFailedEventAttributes) XXX_DiscardUnknown

func (m *ActivityTaskFailedEventAttributes) XXX_DiscardUnknown()

func (*ActivityTaskFailedEventAttributes) XXX_Marshal

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

func (*ActivityTaskFailedEventAttributes) XXX_Merge

func (*ActivityTaskFailedEventAttributes) XXX_Size

func (m *ActivityTaskFailedEventAttributes) XXX_Size() int

func (*ActivityTaskFailedEventAttributes) XXX_Unmarshal

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

type ActivityTaskScheduledEventAttributes

type ActivityTaskScheduledEventAttributes struct {
	ActivityId                   string          `protobuf:"bytes,1,opt,name=activity_id,json=activityId,proto3" json:"activity_id,omitempty"`
	ActivityType                 *ActivityType   `protobuf:"bytes,2,opt,name=activity_type,json=activityType,proto3" json:"activity_type,omitempty"`
	Domain                       string          `protobuf:"bytes,3,opt,name=domain,proto3" json:"domain,omitempty"`
	TaskList                     *TaskList       `protobuf:"bytes,4,opt,name=task_list,json=taskList,proto3" json:"task_list,omitempty"`
	Input                        *Payload        `protobuf:"bytes,6,opt,name=input,proto3" json:"input,omitempty"`
	ScheduleToCloseTimeout       *types.Duration `` /* 131-byte string literal not displayed */
	ScheduleToStartTimeout       *types.Duration `` /* 131-byte string literal not displayed */
	StartToCloseTimeout          *types.Duration `protobuf:"bytes,9,opt,name=start_to_close_timeout,json=startToCloseTimeout,proto3" json:"start_to_close_timeout,omitempty"`
	HeartbeatTimeout             *types.Duration `protobuf:"bytes,10,opt,name=heartbeat_timeout,json=heartbeatTimeout,proto3" json:"heartbeat_timeout,omitempty"`
	DecisionTaskCompletedEventId int64           `` /* 153-byte string literal not displayed */
	RetryPolicy                  *RetryPolicy    `protobuf:"bytes,12,opt,name=retry_policy,json=retryPolicy,proto3" json:"retry_policy,omitempty"`
	Header                       *Header         `protobuf:"bytes,13,opt,name=header,proto3" json:"header,omitempty"`
	XXX_NoUnkeyedLiteral         struct{}        `json:"-"`
	XXX_unrecognized             []byte          `json:"-"`
	XXX_sizecache                int32           `json:"-"`
}

func (*ActivityTaskScheduledEventAttributes) Descriptor

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

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

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

func (*ActivityTaskScheduledEventAttributes) GetInput

func (*ActivityTaskScheduledEventAttributes) GetRetryPolicy

func (*ActivityTaskScheduledEventAttributes) GetScheduleToCloseTimeout

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

func (*ActivityTaskScheduledEventAttributes) GetScheduleToStartTimeout

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

func (*ActivityTaskScheduledEventAttributes) GetStartToCloseTimeout

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

func (*ActivityTaskScheduledEventAttributes) GetTaskList

func (*ActivityTaskScheduledEventAttributes) Marshal

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

func (*ActivityTaskScheduledEventAttributes) MarshalTo

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

func (*ActivityTaskScheduledEventAttributes) MarshalToSizedBuffer

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

func (*ActivityTaskScheduledEventAttributes) ProtoMessage

func (*ActivityTaskScheduledEventAttributes) ProtoMessage()

func (*ActivityTaskScheduledEventAttributes) Reset

func (*ActivityTaskScheduledEventAttributes) Size

func (*ActivityTaskScheduledEventAttributes) String

func (*ActivityTaskScheduledEventAttributes) Unmarshal

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

func (*ActivityTaskScheduledEventAttributes) XXX_DiscardUnknown

func (m *ActivityTaskScheduledEventAttributes) XXX_DiscardUnknown()

func (*ActivityTaskScheduledEventAttributes) XXX_Marshal

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

func (*ActivityTaskScheduledEventAttributes) XXX_Merge

func (*ActivityTaskScheduledEventAttributes) XXX_Size

func (*ActivityTaskScheduledEventAttributes) XXX_Unmarshal

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

type ActivityTaskStartedEventAttributes

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

func (*ActivityTaskStartedEventAttributes) Descriptor

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

func (*ActivityTaskStartedEventAttributes) GetAttempt

func (m *ActivityTaskStartedEventAttributes) GetAttempt() int32

func (*ActivityTaskStartedEventAttributes) GetIdentity

func (m *ActivityTaskStartedEventAttributes) GetIdentity() string

func (*ActivityTaskStartedEventAttributes) GetLastFailure

func (m *ActivityTaskStartedEventAttributes) GetLastFailure() *Failure

func (*ActivityTaskStartedEventAttributes) GetRequestId

func (m *ActivityTaskStartedEventAttributes) GetRequestId() string

func (*ActivityTaskStartedEventAttributes) GetScheduledEventId

func (m *ActivityTaskStartedEventAttributes) GetScheduledEventId() int64

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          *Payload    `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	ScheduledEventId int64       `protobuf:"varint,2,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"`
	StartedEventId   int64       `protobuf:"varint,3,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	TimeoutType      TimeoutType `` /* 132-byte string literal not displayed */
	// 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
	LastFailure          *Failure `protobuf:"bytes,5,opt,name=last_failure,json=lastFailure,proto3" json:"last_failure,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ActivityTaskTimedOutEventAttributes) Descriptor

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

func (*ActivityTaskTimedOutEventAttributes) GetDetails

func (*ActivityTaskTimedOutEventAttributes) GetLastFailure

func (m *ActivityTaskTimedOutEventAttributes) GetLastFailure() *Failure

func (*ActivityTaskTimedOutEventAttributes) GetScheduledEventId

func (m *ActivityTaskTimedOutEventAttributes) GetScheduledEventId() int64

func (*ActivityTaskTimedOutEventAttributes) GetStartedEventId

func (m *ActivityTaskTimedOutEventAttributes) GetStartedEventId() int64

func (*ActivityTaskTimedOutEventAttributes) GetTimeoutType

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ActivityType) Descriptor

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

func (*ActivityType) GetName

func (m *ActivityType) GetName() 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 (m *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 ArchivalStatus

type ArchivalStatus int32
const (
	ArchivalStatus_ARCHIVAL_STATUS_INVALID  ArchivalStatus = 0
	ArchivalStatus_ARCHIVAL_STATUS_DISABLED ArchivalStatus = 1
	ArchivalStatus_ARCHIVAL_STATUS_ENABLED  ArchivalStatus = 2
)

func (ArchivalStatus) EnumDescriptor

func (ArchivalStatus) EnumDescriptor() ([]byte, []int)

func (ArchivalStatus) String

func (x ArchivalStatus) String() string

type AsyncWorkflowConfiguration

type AsyncWorkflowConfiguration struct {
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// predefined_queue_name is the name of the predefined queue in cadence server config's asyncWorkflowQueues
	PredefinedQueueName string `protobuf:"bytes,2,opt,name=predefined_queue_name,json=predefinedQueueName,proto3" json:"predefined_queue_name,omitempty"`
	// queue_type is the type of the queue if predefined_queue_name is not used
	QueueType string `protobuf:"bytes,3,opt,name=queue_type,json=queueType,proto3" json:"queue_type,omitempty"`
	// queue_config is the configuration for the queue if predefined_queue_name is not used
	QueueConfig          *DataBlob `protobuf:"bytes,4,opt,name=queue_config,json=queueConfig,proto3" json:"queue_config,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*AsyncWorkflowConfiguration) Descriptor

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

func (*AsyncWorkflowConfiguration) GetEnabled

func (m *AsyncWorkflowConfiguration) GetEnabled() bool

func (*AsyncWorkflowConfiguration) GetPredefinedQueueName

func (m *AsyncWorkflowConfiguration) GetPredefinedQueueName() string

func (*AsyncWorkflowConfiguration) GetQueueConfig

func (m *AsyncWorkflowConfiguration) GetQueueConfig() *DataBlob

func (*AsyncWorkflowConfiguration) GetQueueType

func (m *AsyncWorkflowConfiguration) GetQueueType() string

func (*AsyncWorkflowConfiguration) Marshal

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

func (*AsyncWorkflowConfiguration) MarshalTo

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

func (*AsyncWorkflowConfiguration) MarshalToSizedBuffer

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

func (*AsyncWorkflowConfiguration) ProtoMessage

func (*AsyncWorkflowConfiguration) ProtoMessage()

func (*AsyncWorkflowConfiguration) Reset

func (m *AsyncWorkflowConfiguration) Reset()

func (*AsyncWorkflowConfiguration) Size

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

func (*AsyncWorkflowConfiguration) String

func (m *AsyncWorkflowConfiguration) String() string

func (*AsyncWorkflowConfiguration) Unmarshal

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

func (*AsyncWorkflowConfiguration) XXX_DiscardUnknown

func (m *AsyncWorkflowConfiguration) XXX_DiscardUnknown()

func (*AsyncWorkflowConfiguration) XXX_Marshal

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

func (*AsyncWorkflowConfiguration) XXX_Merge

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

func (*AsyncWorkflowConfiguration) XXX_Size

func (m *AsyncWorkflowConfiguration) XXX_Size() int

func (*AsyncWorkflowConfiguration) XXX_Unmarshal

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

type BadBinaries

type BadBinaries struct {
	Binaries             map[string]*BadBinaryInfo `` /* 157-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*BadBinaries) Descriptor

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

func (*BadBinaries) GetBinaries

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

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 (m *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"`
	CreatedTime          *types.Timestamp `protobuf:"bytes,3,opt,name=created_time,json=createdTime,proto3" json:"created_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*BadBinaryInfo) Descriptor

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

func (*BadBinaryInfo) GetCreatedTime

func (m *BadBinaryInfo) GetCreatedTime() *types.Timestamp

func (*BadBinaryInfo) GetOperator

func (m *BadBinaryInfo) GetOperator() string

func (*BadBinaryInfo) GetReason

func (m *BadBinaryInfo) GetReason() 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 (m *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 CancelExternalWorkflowExecutionFailedCause

type CancelExternalWorkflowExecutionFailedCause int32
const (
	CancelExternalWorkflowExecutionFailedCause_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_INVALID                             CancelExternalWorkflowExecutionFailedCause = 0
	CancelExternalWorkflowExecutionFailedCause_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION CancelExternalWorkflowExecutionFailedCause = 1
	CancelExternalWorkflowExecutionFailedCause_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_WORKFLOW_ALREADY_COMPLETED          CancelExternalWorkflowExecutionFailedCause = 2
)

func (CancelExternalWorkflowExecutionFailedCause) EnumDescriptor

func (CancelExternalWorkflowExecutionFailedCause) EnumDescriptor() ([]byte, []int)

func (CancelExternalWorkflowExecutionFailedCause) String

type CancelTimerDecisionAttributes

type CancelTimerDecisionAttributes struct {
	TimerId              string   `protobuf:"bytes,1,opt,name=timer_id,json=timerId,proto3" json:"timer_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CancelTimerDecisionAttributes) Descriptor

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

func (*CancelTimerDecisionAttributes) GetTimerId

func (m *CancelTimerDecisionAttributes) GetTimerId() 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 (*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=timer_id,json=timerId,proto3" json:"timer_id,omitempty"`
	Cause                        string   `protobuf:"bytes,2,opt,name=cause,proto3" json:"cause,omitempty"`
	DecisionTaskCompletedEventId int64    `` /* 152-byte string literal not displayed */
	Identity                     string   `protobuf:"bytes,4,opt,name=identity,proto3" json:"identity,omitempty"`
	XXX_NoUnkeyedLiteral         struct{} `json:"-"`
	XXX_unrecognized             []byte   `json:"-"`
	XXX_sizecache                int32    `json:"-"`
}

func (*CancelTimerFailedEventAttributes) Descriptor

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

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) 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              *Payload `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CancelWorkflowExecutionDecisionAttributes) Descriptor

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

func (*CancelWorkflowExecutionDecisionAttributes) GetDetails

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 CancellationAlreadyRequestedError

type CancellationAlreadyRequestedError struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CancellationAlreadyRequestedError) Descriptor

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

func (*CancellationAlreadyRequestedError) Marshal

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

func (*CancellationAlreadyRequestedError) MarshalTo

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

func (*CancellationAlreadyRequestedError) MarshalToSizedBuffer

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

func (*CancellationAlreadyRequestedError) ProtoMessage

func (*CancellationAlreadyRequestedError) ProtoMessage()

func (*CancellationAlreadyRequestedError) Reset

func (*CancellationAlreadyRequestedError) Size

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

func (*CancellationAlreadyRequestedError) String

func (*CancellationAlreadyRequestedError) Unmarshal

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

func (*CancellationAlreadyRequestedError) XXX_DiscardUnknown

func (m *CancellationAlreadyRequestedError) XXX_DiscardUnknown()

func (*CancellationAlreadyRequestedError) XXX_Marshal

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

func (*CancellationAlreadyRequestedError) XXX_Merge

func (*CancellationAlreadyRequestedError) XXX_Size

func (m *CancellationAlreadyRequestedError) XXX_Size() int

func (*CancellationAlreadyRequestedError) XXX_Unmarshal

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

type ChildWorkflowExecutionCanceledEventAttributes

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

func (*ChildWorkflowExecutionCanceledEventAttributes) Descriptor

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) 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 {
	Domain               string             `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowExecution    *WorkflowExecution `protobuf:"bytes,2,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	WorkflowType         *WorkflowType      `protobuf:"bytes,3,opt,name=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"`
	InitiatedEventId     int64              `protobuf:"varint,4,opt,name=initiated_event_id,json=initiatedEventId,proto3" json:"initiated_event_id,omitempty"`
	StartedEventId       int64              `protobuf:"varint,5,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	Result               *Payload           `protobuf:"bytes,6,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*ChildWorkflowExecutionCompletedEventAttributes) Descriptor

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

type ChildWorkflowExecutionFailedCause int32
const (
	ChildWorkflowExecutionFailedCause_CHILD_WORKFLOW_EXECUTION_FAILED_CAUSE_INVALID                  ChildWorkflowExecutionFailedCause = 0
	ChildWorkflowExecutionFailedCause_CHILD_WORKFLOW_EXECUTION_FAILED_CAUSE_WORKFLOW_ALREADY_RUNNING ChildWorkflowExecutionFailedCause = 1
)

func (ChildWorkflowExecutionFailedCause) EnumDescriptor

func (ChildWorkflowExecutionFailedCause) EnumDescriptor() ([]byte, []int)

func (ChildWorkflowExecutionFailedCause) String

type ChildWorkflowExecutionFailedEventAttributes

type ChildWorkflowExecutionFailedEventAttributes struct {
	Domain               string             `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowExecution    *WorkflowExecution `protobuf:"bytes,2,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	WorkflowType         *WorkflowType      `protobuf:"bytes,3,opt,name=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"`
	InitiatedEventId     int64              `protobuf:"varint,4,opt,name=initiated_event_id,json=initiatedEventId,proto3" json:"initiated_event_id,omitempty"`
	StartedEventId       int64              `protobuf:"varint,5,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	Failure              *Failure           `protobuf:"bytes,6,opt,name=failure,proto3" json:"failure,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*ChildWorkflowExecutionFailedEventAttributes) Descriptor

func (*ChildWorkflowExecutionFailedEventAttributes) GetDomain

func (*ChildWorkflowExecutionFailedEventAttributes) GetFailure

func (*ChildWorkflowExecutionFailedEventAttributes) GetInitiatedEventId

func (m *ChildWorkflowExecutionFailedEventAttributes) GetInitiatedEventId() int64

func (*ChildWorkflowExecutionFailedEventAttributes) GetStartedEventId

func (m *ChildWorkflowExecutionFailedEventAttributes) GetStartedEventId() int64

func (*ChildWorkflowExecutionFailedEventAttributes) GetWorkflowExecution

func (*ChildWorkflowExecutionFailedEventAttributes) GetWorkflowType

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"`
	WorkflowExecution    *WorkflowExecution `protobuf:"bytes,2,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	WorkflowType         *WorkflowType      `protobuf:"bytes,3,opt,name=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"`
	InitiatedEventId     int64              `protobuf:"varint,4,opt,name=initiated_event_id,json=initiatedEventId,proto3" json:"initiated_event_id,omitempty"`
	Header               *Header            `protobuf:"bytes,5,opt,name=header,proto3" json:"header,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*ChildWorkflowExecutionStartedEventAttributes) Descriptor

func (*ChildWorkflowExecutionStartedEventAttributes) GetDomain

func (*ChildWorkflowExecutionStartedEventAttributes) GetHeader

func (*ChildWorkflowExecutionStartedEventAttributes) GetInitiatedEventId

func (m *ChildWorkflowExecutionStartedEventAttributes) GetInitiatedEventId() int64

func (*ChildWorkflowExecutionStartedEventAttributes) GetWorkflowExecution

func (*ChildWorkflowExecutionStartedEventAttributes) GetWorkflowType

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=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	WorkflowType         *WorkflowType      `protobuf:"bytes,3,opt,name=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"`
	InitiatedEventId     int64              `protobuf:"varint,4,opt,name=initiated_event_id,json=initiatedEventId,proto3" json:"initiated_event_id,omitempty"`
	StartedEventId       int64              `protobuf:"varint,5,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*ChildWorkflowExecutionTerminatedEventAttributes) Descriptor

func (*ChildWorkflowExecutionTerminatedEventAttributes) GetDomain

func (*ChildWorkflowExecutionTerminatedEventAttributes) GetInitiatedEventId

func (m *ChildWorkflowExecutionTerminatedEventAttributes) GetInitiatedEventId() int64

func (*ChildWorkflowExecutionTerminatedEventAttributes) GetStartedEventId

func (*ChildWorkflowExecutionTerminatedEventAttributes) GetWorkflowExecution

func (*ChildWorkflowExecutionTerminatedEventAttributes) GetWorkflowType

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 {
	Domain               string             `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowExecution    *WorkflowExecution `protobuf:"bytes,2,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	WorkflowType         *WorkflowType      `protobuf:"bytes,3,opt,name=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"`
	InitiatedEventId     int64              `protobuf:"varint,4,opt,name=initiated_event_id,json=initiatedEventId,proto3" json:"initiated_event_id,omitempty"`
	StartedEventId       int64              `protobuf:"varint,5,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	TimeoutType          TimeoutType        `` /* 132-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*ChildWorkflowExecutionTimedOutEventAttributes) Descriptor

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

type ClientVersionNotSupportedError struct {
	FeatureVersion       string   `protobuf:"bytes,1,opt,name=feature_version,json=featureVersion,proto3" json:"feature_version,omitempty"`
	ClientImpl           string   `protobuf:"bytes,2,opt,name=client_impl,json=clientImpl,proto3" json:"client_impl,omitempty"`
	SupportedVersions    string   `protobuf:"bytes,3,opt,name=supported_versions,json=supportedVersions,proto3" json:"supported_versions,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ClientVersionNotSupportedError) Descriptor

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

func (*ClientVersionNotSupportedError) GetClientImpl

func (m *ClientVersionNotSupportedError) GetClientImpl() string

func (*ClientVersionNotSupportedError) GetFeatureVersion

func (m *ClientVersionNotSupportedError) GetFeatureVersion() string

func (*ClientVersionNotSupportedError) GetSupportedVersions

func (m *ClientVersionNotSupportedError) GetSupportedVersions() string

func (*ClientVersionNotSupportedError) Marshal

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

func (*ClientVersionNotSupportedError) MarshalTo

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

func (*ClientVersionNotSupportedError) MarshalToSizedBuffer

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

func (*ClientVersionNotSupportedError) ProtoMessage

func (*ClientVersionNotSupportedError) ProtoMessage()

func (*ClientVersionNotSupportedError) Reset

func (m *ClientVersionNotSupportedError) Reset()

func (*ClientVersionNotSupportedError) Size

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

func (*ClientVersionNotSupportedError) String

func (*ClientVersionNotSupportedError) Unmarshal

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

func (*ClientVersionNotSupportedError) XXX_DiscardUnknown

func (m *ClientVersionNotSupportedError) XXX_DiscardUnknown()

func (*ClientVersionNotSupportedError) XXX_Marshal

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

func (*ClientVersionNotSupportedError) XXX_Merge

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

func (*ClientVersionNotSupportedError) XXX_Size

func (m *ClientVersionNotSupportedError) XXX_Size() int

func (*ClientVersionNotSupportedError) XXX_Unmarshal

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

type ClusterReplicationConfiguration

type ClusterReplicationConfiguration struct {
	ClusterName          string   `protobuf:"bytes,1,opt,name=cluster_name,json=clusterName,proto3" json:"cluster_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ClusterReplicationConfiguration) Descriptor

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

func (*ClusterReplicationConfiguration) GetClusterName

func (m *ClusterReplicationConfiguration) GetClusterName() 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 (*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               *Payload `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CompleteWorkflowExecutionDecisionAttributes) Descriptor

func (*CompleteWorkflowExecutionDecisionAttributes) GetResult

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 ContinueAsNewInitiator

type ContinueAsNewInitiator int32
const (
	ContinueAsNewInitiator_CONTINUE_AS_NEW_INITIATOR_INVALID       ContinueAsNewInitiator = 0
	ContinueAsNewInitiator_CONTINUE_AS_NEW_INITIATOR_DECIDER       ContinueAsNewInitiator = 1
	ContinueAsNewInitiator_CONTINUE_AS_NEW_INITIATOR_RETRY_POLICY  ContinueAsNewInitiator = 2
	ContinueAsNewInitiator_CONTINUE_AS_NEW_INITIATOR_CRON_SCHEDULE ContinueAsNewInitiator = 3
)

func (ContinueAsNewInitiator) EnumDescriptor

func (ContinueAsNewInitiator) EnumDescriptor() ([]byte, []int)

func (ContinueAsNewInitiator) String

func (x ContinueAsNewInitiator) String() string

type ContinueAsNewWorkflowExecutionDecisionAttributes

type ContinueAsNewWorkflowExecutionDecisionAttributes struct {
	WorkflowType                 *WorkflowType          `protobuf:"bytes,1,opt,name=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"`
	TaskList                     *TaskList              `protobuf:"bytes,2,opt,name=task_list,json=taskList,proto3" json:"task_list,omitempty"`
	Input                        *Payload               `protobuf:"bytes,3,opt,name=input,proto3" json:"input,omitempty"`
	ExecutionStartToCloseTimeout *types.Duration        `` /* 151-byte string literal not displayed */
	TaskStartToCloseTimeout      *types.Duration        `` /* 136-byte string literal not displayed */
	BackoffStartInterval         *types.Duration        `protobuf:"bytes,6,opt,name=backoff_start_interval,json=backoffStartInterval,proto3" json:"backoff_start_interval,omitempty"`
	RetryPolicy                  *RetryPolicy           `protobuf:"bytes,7,opt,name=retry_policy,json=retryPolicy,proto3" json:"retry_policy,omitempty"`
	Initiator                    ContinueAsNewInitiator `protobuf:"varint,8,opt,name=initiator,proto3,enum=uber.cadence.api.v1.ContinueAsNewInitiator" json:"initiator,omitempty"`
	Failure                      *Failure               `protobuf:"bytes,9,opt,name=failure,proto3" json:"failure,omitempty"`
	LastCompletionResult         *Payload               `protobuf:"bytes,10,opt,name=last_completion_result,json=lastCompletionResult,proto3" json:"last_completion_result,omitempty"`
	CronSchedule                 string                 `protobuf:"bytes,11,opt,name=cron_schedule,json=cronSchedule,proto3" json:"cron_schedule,omitempty"`
	Header                       *Header                `protobuf:"bytes,12,opt,name=header,proto3" json:"header,omitempty"`
	Memo                         *Memo                  `protobuf:"bytes,13,opt,name=memo,proto3" json:"memo,omitempty"`
	SearchAttributes             *SearchAttributes      `protobuf:"bytes,14,opt,name=search_attributes,json=searchAttributes,proto3" json:"search_attributes,omitempty"`
	JitterStart                  *types.Duration        `protobuf:"bytes,15,opt,name=jitter_start,json=jitterStart,proto3" json:"jitter_start,omitempty"`
	XXX_NoUnkeyedLiteral         struct{}               `json:"-"`
	XXX_unrecognized             []byte                 `json:"-"`
	XXX_sizecache                int32                  `json:"-"`
}

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) Descriptor

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) GetBackoffStartInterval

func (m *ContinueAsNewWorkflowExecutionDecisionAttributes) GetBackoffStartInterval() *types.Duration

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) GetCronSchedule

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) GetExecutionStartToCloseTimeout

func (m *ContinueAsNewWorkflowExecutionDecisionAttributes) GetExecutionStartToCloseTimeout() *types.Duration

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) GetFailure

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) GetHeader

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) GetInitiator

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) GetInput

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) GetJitterStart

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) GetLastCompletionResult

func (m *ContinueAsNewWorkflowExecutionDecisionAttributes) GetLastCompletionResult() *Payload

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) GetMemo

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) GetRetryPolicy

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) GetSearchAttributes

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) GetTaskList

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) GetTaskStartToCloseTimeout

func (m *ContinueAsNewWorkflowExecutionDecisionAttributes) GetTaskStartToCloseTimeout() *types.Duration

func (*ContinueAsNewWorkflowExecutionDecisionAttributes) GetWorkflowType

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 CountWorkflowExecutionsRequest

type CountWorkflowExecutionsRequest struct {
	Domain               string   `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	Query                string   `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CountWorkflowExecutionsRequest) Descriptor

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

func (*CountWorkflowExecutionsRequest) GetDomain

func (m *CountWorkflowExecutionsRequest) GetDomain() string

func (*CountWorkflowExecutionsRequest) GetQuery

func (m *CountWorkflowExecutionsRequest) GetQuery() string

func (*CountWorkflowExecutionsRequest) Marshal

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

func (*CountWorkflowExecutionsRequest) MarshalTo

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

func (*CountWorkflowExecutionsRequest) MarshalToSizedBuffer

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

func (*CountWorkflowExecutionsRequest) ProtoMessage

func (*CountWorkflowExecutionsRequest) ProtoMessage()

func (*CountWorkflowExecutionsRequest) Reset

func (m *CountWorkflowExecutionsRequest) Reset()

func (*CountWorkflowExecutionsRequest) Size

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

func (*CountWorkflowExecutionsRequest) String

func (*CountWorkflowExecutionsRequest) Unmarshal

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

func (*CountWorkflowExecutionsRequest) XXX_DiscardUnknown

func (m *CountWorkflowExecutionsRequest) XXX_DiscardUnknown()

func (*CountWorkflowExecutionsRequest) XXX_Marshal

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

func (*CountWorkflowExecutionsRequest) XXX_Merge

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

func (*CountWorkflowExecutionsRequest) XXX_Size

func (m *CountWorkflowExecutionsRequest) XXX_Size() int

func (*CountWorkflowExecutionsRequest) XXX_Unmarshal

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

type CountWorkflowExecutionsResponse

type CountWorkflowExecutionsResponse struct {
	Count                int64    `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CountWorkflowExecutionsResponse) Descriptor

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

func (*CountWorkflowExecutionsResponse) GetCount

func (m *CountWorkflowExecutionsResponse) GetCount() int64

func (*CountWorkflowExecutionsResponse) Marshal

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

func (*CountWorkflowExecutionsResponse) MarshalTo

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

func (*CountWorkflowExecutionsResponse) MarshalToSizedBuffer

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

func (*CountWorkflowExecutionsResponse) ProtoMessage

func (*CountWorkflowExecutionsResponse) ProtoMessage()

func (*CountWorkflowExecutionsResponse) Reset

func (*CountWorkflowExecutionsResponse) Size

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

func (*CountWorkflowExecutionsResponse) String

func (*CountWorkflowExecutionsResponse) Unmarshal

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

func (*CountWorkflowExecutionsResponse) XXX_DiscardUnknown

func (m *CountWorkflowExecutionsResponse) XXX_DiscardUnknown()

func (*CountWorkflowExecutionsResponse) XXX_Marshal

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

func (*CountWorkflowExecutionsResponse) XXX_Merge

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

func (*CountWorkflowExecutionsResponse) XXX_Size

func (m *CountWorkflowExecutionsResponse) XXX_Size() int

func (*CountWorkflowExecutionsResponse) XXX_Unmarshal

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

type DataBlob

type DataBlob struct {
	EncodingType         EncodingType `` /* 136-byte string literal not displayed */
	Data                 []byte       `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*DataBlob) Descriptor

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

func (*DataBlob) GetData

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

func (*DataBlob) GetEncodingType

func (m *DataBlob) GetEncodingType() EncodingType

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 (m *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 {
	// 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"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*Decision) Descriptor

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

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) 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) 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 (m *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 {
	ScheduledEventId     int64    `protobuf:"varint,1,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"`
	StartedEventId       int64    `protobuf:"varint,2,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	Identity             string   `protobuf:"bytes,3,opt,name=identity,proto3" json:"identity,omitempty"`
	BinaryChecksum       string   `protobuf:"bytes,4,opt,name=binary_checksum,json=binaryChecksum,proto3" json:"binary_checksum,omitempty"`
	ExecutionContext     []byte   `protobuf:"bytes,5,opt,name=execution_context,json=executionContext,proto3" json:"execution_context,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DecisionTaskCompletedEventAttributes) Descriptor

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

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

type DecisionTaskFailedCause int32
const (
	DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_INVALID                                                   DecisionTaskFailedCause = 0
	DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_UNHANDLED_DECISION                                        DecisionTaskFailedCause = 1
	DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_BAD_SCHEDULE_ACTIVITY_ATTRIBUTES                          DecisionTaskFailedCause = 2
	DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_BAD_REQUEST_CANCEL_ACTIVITY_ATTRIBUTES                    DecisionTaskFailedCause = 3
	DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_BAD_START_TIMER_ATTRIBUTES                                DecisionTaskFailedCause = 4
	DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_BAD_CANCEL_TIMER_ATTRIBUTES                               DecisionTaskFailedCause = 5
	DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_BAD_RECORD_MARKER_ATTRIBUTES                              DecisionTaskFailedCause = 6
	DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_BAD_COMPLETE_WORKFLOW_EXECUTION_ATTRIBUTES                DecisionTaskFailedCause = 7
	DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_BAD_FAIL_WORKFLOW_EXECUTION_ATTRIBUTES                    DecisionTaskFailedCause = 8
	DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_BAD_CANCEL_WORKFLOW_EXECUTION_ATTRIBUTES                  DecisionTaskFailedCause = 9
	DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_BAD_REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_ATTRIBUTES DecisionTaskFailedCause = 10
	DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_BAD_CONTINUE_AS_NEW_ATTRIBUTES                            DecisionTaskFailedCause = 11
	DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_START_TIMER_DUPLICATE_ID                                  DecisionTaskFailedCause = 12
	DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_RESET_STICKY_TASK_LIST                                    DecisionTaskFailedCause = 13
	DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_WORKFLOW_WORKER_UNHANDLED_FAILURE                         DecisionTaskFailedCause = 14
	DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_BAD_SIGNAL_WORKFLOW_EXECUTION_ATTRIBUTES                  DecisionTaskFailedCause = 15
	DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_BAD_START_CHILD_EXECUTION_ATTRIBUTES                      DecisionTaskFailedCause = 16
	DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_FORCE_CLOSE_DECISION                                      DecisionTaskFailedCause = 17
	DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_FAILOVER_CLOSE_DECISION                                   DecisionTaskFailedCause = 18
	DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_BAD_SIGNAL_INPUT_SIZE                                     DecisionTaskFailedCause = 19
	DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_RESET_WORKFLOW                                            DecisionTaskFailedCause = 20
	DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_BAD_BINARY                                                DecisionTaskFailedCause = 21
	DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_SCHEDULE_ACTIVITY_DUPLICATE_ID                            DecisionTaskFailedCause = 22
	DecisionTaskFailedCause_DECISION_TASK_FAILED_CAUSE_BAD_SEARCH_ATTRIBUTES                                     DecisionTaskFailedCause = 23
)

func (DecisionTaskFailedCause) EnumDescriptor

func (DecisionTaskFailedCause) EnumDescriptor() ([]byte, []int)

func (DecisionTaskFailedCause) String

func (x DecisionTaskFailedCause) String() string

type DecisionTaskFailedEventAttributes

type DecisionTaskFailedEventAttributes struct {
	ScheduledEventId int64                   `protobuf:"varint,1,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"`
	StartedEventId   int64                   `protobuf:"varint,2,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	Cause            DecisionTaskFailedCause `protobuf:"varint,3,opt,name=cause,proto3,enum=uber.cadence.api.v1.DecisionTaskFailedCause" json:"cause,omitempty"`
	Failure          *Failure                `protobuf:"bytes,4,opt,name=failure,proto3" json:"failure,omitempty"`
	Identity         string                  `protobuf:"bytes,5,opt,name=identity,proto3" json:"identity,omitempty"`
	// For reset workflow.
	BaseRunId            string   `protobuf:"bytes,6,opt,name=base_run_id,json=baseRunId,proto3" json:"base_run_id,omitempty"`
	NewRunId             string   `protobuf:"bytes,7,opt,name=new_run_id,json=newRunId,proto3" json:"new_run_id,omitempty"`
	ForkEventVersion     int64    `protobuf:"varint,8,opt,name=fork_event_version,json=forkEventVersion,proto3" json:"fork_event_version,omitempty"`
	BinaryChecksum       string   `protobuf:"bytes,9,opt,name=binary_checksum,json=binaryChecksum,proto3" json:"binary_checksum,omitempty"`
	RequestId            string   `protobuf:"bytes,10,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DecisionTaskFailedEventAttributes) Descriptor

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

func (*DecisionTaskFailedEventAttributes) GetBaseRunId

func (m *DecisionTaskFailedEventAttributes) GetBaseRunId() string

func (*DecisionTaskFailedEventAttributes) GetBinaryChecksum

func (m *DecisionTaskFailedEventAttributes) GetBinaryChecksum() string

func (*DecisionTaskFailedEventAttributes) GetCause

func (*DecisionTaskFailedEventAttributes) GetFailure

func (m *DecisionTaskFailedEventAttributes) GetFailure() *Failure

func (*DecisionTaskFailedEventAttributes) GetForkEventVersion

func (m *DecisionTaskFailedEventAttributes) GetForkEventVersion() int64

func (*DecisionTaskFailedEventAttributes) GetIdentity

func (m *DecisionTaskFailedEventAttributes) GetIdentity() string

func (*DecisionTaskFailedEventAttributes) GetNewRunId

func (m *DecisionTaskFailedEventAttributes) GetNewRunId() string

func (*DecisionTaskFailedEventAttributes) GetRequestId

func (m *DecisionTaskFailedEventAttributes) GetRequestId() string

func (*DecisionTaskFailedEventAttributes) GetScheduledEventId

func (m *DecisionTaskFailedEventAttributes) GetScheduledEventId() int64

func (*DecisionTaskFailedEventAttributes) GetStartedEventId

func (m *DecisionTaskFailedEventAttributes) GetStartedEventId() int64

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=task_list,json=taskList,proto3" json:"task_list,omitempty"`
	StartToCloseTimeout  *types.Duration `protobuf:"bytes,2,opt,name=start_to_close_timeout,json=startToCloseTimeout,proto3" json:"start_to_close_timeout,omitempty"`
	Attempt              int32           `protobuf:"varint,3,opt,name=attempt,proto3" json:"attempt,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*DecisionTaskScheduledEventAttributes) Descriptor

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

func (*DecisionTaskScheduledEventAttributes) GetAttempt

func (*DecisionTaskScheduledEventAttributes) GetStartToCloseTimeout

func (m *DecisionTaskScheduledEventAttributes) GetStartToCloseTimeout() *types.Duration

func (*DecisionTaskScheduledEventAttributes) GetTaskList

func (*DecisionTaskScheduledEventAttributes) Marshal

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

func (*DecisionTaskScheduledEventAttributes) MarshalTo

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

func (*DecisionTaskScheduledEventAttributes) MarshalToSizedBuffer

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

func (*DecisionTaskScheduledEventAttributes) ProtoMessage

func (*DecisionTaskScheduledEventAttributes) ProtoMessage()

func (*DecisionTaskScheduledEventAttributes) Reset

func (*DecisionTaskScheduledEventAttributes) Size

func (*DecisionTaskScheduledEventAttributes) String

func (*DecisionTaskScheduledEventAttributes) Unmarshal

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

func (*DecisionTaskScheduledEventAttributes) XXX_DiscardUnknown

func (m *DecisionTaskScheduledEventAttributes) XXX_DiscardUnknown()

func (*DecisionTaskScheduledEventAttributes) XXX_Marshal

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

func (*DecisionTaskScheduledEventAttributes) XXX_Merge

func (*DecisionTaskScheduledEventAttributes) XXX_Size

func (*DecisionTaskScheduledEventAttributes) XXX_Unmarshal

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

type DecisionTaskStartedEventAttributes

type DecisionTaskStartedEventAttributes struct {
	ScheduledEventId     int64    `protobuf:"varint,1,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"`
	Identity             string   `protobuf:"bytes,2,opt,name=identity,proto3" json:"identity,omitempty"`
	RequestId            string   `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DecisionTaskStartedEventAttributes) Descriptor

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

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

type DecisionTaskTimedOutCause int32
const (
	DecisionTaskTimedOutCause_DECISION_TASK_TIMED_OUT_CAUSE_INVALID DecisionTaskTimedOutCause = 0
	DecisionTaskTimedOutCause_DECISION_TASK_TIMED_OUT_CAUSE_TIMEOUT DecisionTaskTimedOutCause = 1
	DecisionTaskTimedOutCause_DECISION_TASK_TIMED_OUT_CAUSE_RESET   DecisionTaskTimedOutCause = 2
)

func (DecisionTaskTimedOutCause) EnumDescriptor

func (DecisionTaskTimedOutCause) EnumDescriptor() ([]byte, []int)

func (DecisionTaskTimedOutCause) String

func (x DecisionTaskTimedOutCause) String() string

type DecisionTaskTimedOutEventAttributes

type DecisionTaskTimedOutEventAttributes struct {
	ScheduledEventId int64       `protobuf:"varint,1,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"`
	StartedEventId   int64       `protobuf:"varint,2,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	TimeoutType      TimeoutType `` /* 132-byte string literal not displayed */
	// For reset workflow.
	BaseRunId            string                    `protobuf:"bytes,4,opt,name=base_run_id,json=baseRunId,proto3" json:"base_run_id,omitempty"`
	NewRunId             string                    `protobuf:"bytes,5,opt,name=new_run_id,json=newRunId,proto3" json:"new_run_id,omitempty"`
	ForkEventVersion     int64                     `protobuf:"varint,6,opt,name=fork_event_version,json=forkEventVersion,proto3" json:"fork_event_version,omitempty"`
	Reason               string                    `protobuf:"bytes,7,opt,name=reason,proto3" json:"reason,omitempty"`
	Cause                DecisionTaskTimedOutCause `protobuf:"varint,8,opt,name=cause,proto3,enum=uber.cadence.api.v1.DecisionTaskTimedOutCause" json:"cause,omitempty"`
	RequestId            string                    `protobuf:"bytes,9,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*DecisionTaskTimedOutEventAttributes) Descriptor

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

func (*DecisionTaskTimedOutEventAttributes) GetBaseRunId

func (m *DecisionTaskTimedOutEventAttributes) GetBaseRunId() string

func (*DecisionTaskTimedOutEventAttributes) GetCause

func (*DecisionTaskTimedOutEventAttributes) GetForkEventVersion

func (m *DecisionTaskTimedOutEventAttributes) GetForkEventVersion() int64

func (*DecisionTaskTimedOutEventAttributes) GetNewRunId

func (*DecisionTaskTimedOutEventAttributes) GetReason

func (*DecisionTaskTimedOutEventAttributes) GetRequestId

func (m *DecisionTaskTimedOutEventAttributes) GetRequestId() string

func (*DecisionTaskTimedOutEventAttributes) GetScheduledEventId

func (m *DecisionTaskTimedOutEventAttributes) GetScheduledEventId() int64

func (*DecisionTaskTimedOutEventAttributes) GetStartedEventId

func (m *DecisionTaskTimedOutEventAttributes) GetStartedEventId() int64

func (*DecisionTaskTimedOutEventAttributes) GetTimeoutType

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

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

type Decision_CancelWorkflowExecutionDecisionAttributes

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

func (*Decision_CancelWorkflowExecutionDecisionAttributes) MarshalTo

func (*Decision_CancelWorkflowExecutionDecisionAttributes) MarshalToSizedBuffer

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

func (*Decision_CancelWorkflowExecutionDecisionAttributes) Size

type Decision_CompleteWorkflowExecutionDecisionAttributes

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

func (*Decision_CompleteWorkflowExecutionDecisionAttributes) MarshalTo

func (*Decision_CompleteWorkflowExecutionDecisionAttributes) MarshalToSizedBuffer

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

func (*Decision_CompleteWorkflowExecutionDecisionAttributes) Size

type Decision_ContinueAsNewWorkflowExecutionDecisionAttributes

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

func (*Decision_ContinueAsNewWorkflowExecutionDecisionAttributes) MarshalTo

func (*Decision_ContinueAsNewWorkflowExecutionDecisionAttributes) MarshalToSizedBuffer

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

func (*Decision_ContinueAsNewWorkflowExecutionDecisionAttributes) Size

type Decision_FailWorkflowExecutionDecisionAttributes

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

func (*Decision_FailWorkflowExecutionDecisionAttributes) MarshalTo

func (*Decision_FailWorkflowExecutionDecisionAttributes) MarshalToSizedBuffer

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

func (*Decision_FailWorkflowExecutionDecisionAttributes) Size

type Decision_RecordMarkerDecisionAttributes

type Decision_RecordMarkerDecisionAttributes struct {
	RecordMarkerDecisionAttributes *RecordMarkerDecisionAttributes `` /* 161-byte string literal not displayed */
}

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

type Decision_RequestCancelActivityTaskDecisionAttributes

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

func (*Decision_RequestCancelActivityTaskDecisionAttributes) MarshalTo

func (*Decision_RequestCancelActivityTaskDecisionAttributes) MarshalToSizedBuffer

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

func (*Decision_RequestCancelActivityTaskDecisionAttributes) Size

type Decision_RequestCancelExternalWorkflowExecutionDecisionAttributes

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

func (*Decision_RequestCancelExternalWorkflowExecutionDecisionAttributes) MarshalTo

func (*Decision_RequestCancelExternalWorkflowExecutionDecisionAttributes) MarshalToSizedBuffer

func (*Decision_RequestCancelExternalWorkflowExecutionDecisionAttributes) Size

type Decision_ScheduleActivityTaskDecisionAttributes

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

func (*Decision_ScheduleActivityTaskDecisionAttributes) MarshalTo

func (*Decision_ScheduleActivityTaskDecisionAttributes) MarshalToSizedBuffer

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

func (*Decision_ScheduleActivityTaskDecisionAttributes) Size

type Decision_SignalExternalWorkflowExecutionDecisionAttributes

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

func (*Decision_SignalExternalWorkflowExecutionDecisionAttributes) MarshalTo

func (*Decision_SignalExternalWorkflowExecutionDecisionAttributes) MarshalToSizedBuffer

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

func (*Decision_SignalExternalWorkflowExecutionDecisionAttributes) Size

type Decision_StartChildWorkflowExecutionDecisionAttributes

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

func (*Decision_StartChildWorkflowExecutionDecisionAttributes) MarshalTo

func (*Decision_StartChildWorkflowExecutionDecisionAttributes) MarshalToSizedBuffer

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

func (*Decision_StartChildWorkflowExecutionDecisionAttributes) Size

type Decision_StartTimerDecisionAttributes

type Decision_StartTimerDecisionAttributes struct {
	StartTimerDecisionAttributes *StartTimerDecisionAttributes `` /* 155-byte string literal not displayed */
}

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

type Decision_UpsertWorkflowSearchAttributesDecisionAttributes

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

func (*Decision_UpsertWorkflowSearchAttributesDecisionAttributes) MarshalTo

func (*Decision_UpsertWorkflowSearchAttributesDecisionAttributes) MarshalToSizedBuffer

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

func (*Decision_UpsertWorkflowSearchAttributesDecisionAttributes) Size

type DeprecateDomainRequest

type DeprecateDomainRequest struct {
	SecurityToken        string   `protobuf:"bytes,1,opt,name=security_token,json=securityToken,proto3" json:"security_token,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeprecateDomainRequest) Descriptor

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

func (*DeprecateDomainRequest) GetName

func (m *DeprecateDomainRequest) GetName() string

func (*DeprecateDomainRequest) GetSecurityToken

func (m *DeprecateDomainRequest) GetSecurityToken() string

func (*DeprecateDomainRequest) Marshal

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

func (*DeprecateDomainRequest) MarshalTo

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

func (*DeprecateDomainRequest) MarshalToSizedBuffer

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

func (*DeprecateDomainRequest) ProtoMessage

func (*DeprecateDomainRequest) ProtoMessage()

func (*DeprecateDomainRequest) Reset

func (m *DeprecateDomainRequest) Reset()

func (*DeprecateDomainRequest) Size

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

func (*DeprecateDomainRequest) String

func (m *DeprecateDomainRequest) String() string

func (*DeprecateDomainRequest) Unmarshal

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

func (*DeprecateDomainRequest) XXX_DiscardUnknown

func (m *DeprecateDomainRequest) XXX_DiscardUnknown()

func (*DeprecateDomainRequest) XXX_Marshal

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

func (*DeprecateDomainRequest) XXX_Merge

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

func (*DeprecateDomainRequest) XXX_Size

func (m *DeprecateDomainRequest) XXX_Size() int

func (*DeprecateDomainRequest) XXX_Unmarshal

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

type DeprecateDomainResponse

type DeprecateDomainResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeprecateDomainResponse) Descriptor

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

func (*DeprecateDomainResponse) Marshal

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

func (*DeprecateDomainResponse) MarshalTo

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

func (*DeprecateDomainResponse) MarshalToSizedBuffer

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

func (*DeprecateDomainResponse) ProtoMessage

func (*DeprecateDomainResponse) ProtoMessage()

func (*DeprecateDomainResponse) Reset

func (m *DeprecateDomainResponse) Reset()

func (*DeprecateDomainResponse) Size

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

func (*DeprecateDomainResponse) String

func (m *DeprecateDomainResponse) String() string

func (*DeprecateDomainResponse) Unmarshal

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

func (*DeprecateDomainResponse) XXX_DiscardUnknown

func (m *DeprecateDomainResponse) XXX_DiscardUnknown()

func (*DeprecateDomainResponse) XXX_Marshal

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

func (*DeprecateDomainResponse) XXX_Merge

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

func (*DeprecateDomainResponse) XXX_Size

func (m *DeprecateDomainResponse) XXX_Size() int

func (*DeprecateDomainResponse) XXX_Unmarshal

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

type DescribeDomainRequest

type DescribeDomainRequest struct {
	// Types that are valid to be assigned to DescribeBy:
	//	*DescribeDomainRequest_Id
	//	*DescribeDomainRequest_Name
	DescribeBy           isDescribeDomainRequest_DescribeBy `protobuf_oneof:"describe_by"`
	XXX_NoUnkeyedLiteral struct{}                           `json:"-"`
	XXX_unrecognized     []byte                             `json:"-"`
	XXX_sizecache        int32                              `json:"-"`
}

func (*DescribeDomainRequest) Descriptor

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

func (*DescribeDomainRequest) GetDescribeBy

func (m *DescribeDomainRequest) GetDescribeBy() isDescribeDomainRequest_DescribeBy

func (*DescribeDomainRequest) GetId

func (m *DescribeDomainRequest) GetId() string

func (*DescribeDomainRequest) GetName

func (m *DescribeDomainRequest) GetName() string

func (*DescribeDomainRequest) Marshal

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

func (*DescribeDomainRequest) MarshalTo

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

func (*DescribeDomainRequest) MarshalToSizedBuffer

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

func (*DescribeDomainRequest) ProtoMessage

func (*DescribeDomainRequest) ProtoMessage()

func (*DescribeDomainRequest) Reset

func (m *DescribeDomainRequest) Reset()

func (*DescribeDomainRequest) Size

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

func (*DescribeDomainRequest) String

func (m *DescribeDomainRequest) String() string

func (*DescribeDomainRequest) Unmarshal

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

func (*DescribeDomainRequest) XXX_DiscardUnknown

func (m *DescribeDomainRequest) XXX_DiscardUnknown()

func (*DescribeDomainRequest) XXX_Marshal

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

func (*DescribeDomainRequest) XXX_Merge

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

func (*DescribeDomainRequest) XXX_OneofWrappers

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

XXX_OneofWrappers is for the internal use of the proto package.

func (*DescribeDomainRequest) XXX_Size

func (m *DescribeDomainRequest) XXX_Size() int

func (*DescribeDomainRequest) XXX_Unmarshal

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

type DescribeDomainRequest_Id

type DescribeDomainRequest_Id struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3,oneof" json:"id,omitempty"`
}

func (*DescribeDomainRequest_Id) MarshalTo

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

func (*DescribeDomainRequest_Id) MarshalToSizedBuffer

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

func (*DescribeDomainRequest_Id) Size

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

type DescribeDomainRequest_Name

type DescribeDomainRequest_Name struct {
	Name string `protobuf:"bytes,2,opt,name=name,proto3,oneof" json:"name,omitempty"`
}

func (*DescribeDomainRequest_Name) MarshalTo

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

func (*DescribeDomainRequest_Name) MarshalToSizedBuffer

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

func (*DescribeDomainRequest_Name) Size

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

type DescribeDomainResponse

type DescribeDomainResponse struct {
	Domain               *Domain  `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DescribeDomainResponse) Descriptor

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

func (*DescribeDomainResponse) GetDomain

func (m *DescribeDomainResponse) GetDomain() *Domain

func (*DescribeDomainResponse) Marshal

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

func (*DescribeDomainResponse) MarshalTo

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

func (*DescribeDomainResponse) MarshalToSizedBuffer

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

func (*DescribeDomainResponse) ProtoMessage

func (*DescribeDomainResponse) ProtoMessage()

func (*DescribeDomainResponse) Reset

func (m *DescribeDomainResponse) Reset()

func (*DescribeDomainResponse) Size

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

func (*DescribeDomainResponse) String

func (m *DescribeDomainResponse) String() string

func (*DescribeDomainResponse) Unmarshal

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

func (*DescribeDomainResponse) XXX_DiscardUnknown

func (m *DescribeDomainResponse) XXX_DiscardUnknown()

func (*DescribeDomainResponse) XXX_Marshal

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

func (*DescribeDomainResponse) XXX_Merge

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

func (*DescribeDomainResponse) XXX_Size

func (m *DescribeDomainResponse) XXX_Size() int

func (*DescribeDomainResponse) XXX_Unmarshal

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

type DescribeTaskListRequest

type DescribeTaskListRequest struct {
	Domain                string       `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	TaskList              *TaskList    `protobuf:"bytes,2,opt,name=task_list,json=taskList,proto3" json:"task_list,omitempty"`
	TaskListType          TaskListType `` /* 138-byte string literal not displayed */
	IncludeTaskListStatus bool         `` /* 129-byte string literal not displayed */
	XXX_NoUnkeyedLiteral  struct{}     `json:"-"`
	XXX_unrecognized      []byte       `json:"-"`
	XXX_sizecache         int32        `json:"-"`
}

func (*DescribeTaskListRequest) Descriptor

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

func (*DescribeTaskListRequest) GetDomain

func (m *DescribeTaskListRequest) GetDomain() string

func (*DescribeTaskListRequest) GetIncludeTaskListStatus

func (m *DescribeTaskListRequest) GetIncludeTaskListStatus() bool

func (*DescribeTaskListRequest) GetTaskList

func (m *DescribeTaskListRequest) GetTaskList() *TaskList

func (*DescribeTaskListRequest) GetTaskListType

func (m *DescribeTaskListRequest) GetTaskListType() TaskListType

func (*DescribeTaskListRequest) Marshal

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

func (*DescribeTaskListRequest) MarshalTo

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

func (*DescribeTaskListRequest) MarshalToSizedBuffer

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

func (*DescribeTaskListRequest) ProtoMessage

func (*DescribeTaskListRequest) ProtoMessage()

func (*DescribeTaskListRequest) Reset

func (m *DescribeTaskListRequest) Reset()

func (*DescribeTaskListRequest) Size

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

func (*DescribeTaskListRequest) String

func (m *DescribeTaskListRequest) String() string

func (*DescribeTaskListRequest) Unmarshal

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

func (*DescribeTaskListRequest) XXX_DiscardUnknown

func (m *DescribeTaskListRequest) XXX_DiscardUnknown()

func (*DescribeTaskListRequest) XXX_Marshal

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

func (*DescribeTaskListRequest) XXX_Merge

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

func (*DescribeTaskListRequest) XXX_Size

func (m *DescribeTaskListRequest) XXX_Size() int

func (*DescribeTaskListRequest) XXX_Unmarshal

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

type DescribeTaskListResponse

type DescribeTaskListResponse struct {
	Pollers              []*PollerInfo   `protobuf:"bytes,1,rep,name=pollers,proto3" json:"pollers,omitempty"`
	TaskListStatus       *TaskListStatus `protobuf:"bytes,2,opt,name=task_list_status,json=taskListStatus,proto3" json:"task_list_status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*DescribeTaskListResponse) Descriptor

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

func (*DescribeTaskListResponse) GetPollers

func (m *DescribeTaskListResponse) GetPollers() []*PollerInfo

func (*DescribeTaskListResponse) GetTaskListStatus

func (m *DescribeTaskListResponse) GetTaskListStatus() *TaskListStatus

func (*DescribeTaskListResponse) Marshal

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

func (*DescribeTaskListResponse) MarshalTo

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

func (*DescribeTaskListResponse) MarshalToSizedBuffer

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

func (*DescribeTaskListResponse) ProtoMessage

func (*DescribeTaskListResponse) ProtoMessage()

func (*DescribeTaskListResponse) Reset

func (m *DescribeTaskListResponse) Reset()

func (*DescribeTaskListResponse) Size

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

func (*DescribeTaskListResponse) String

func (m *DescribeTaskListResponse) String() string

func (*DescribeTaskListResponse) Unmarshal

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

func (*DescribeTaskListResponse) XXX_DiscardUnknown

func (m *DescribeTaskListResponse) XXX_DiscardUnknown()

func (*DescribeTaskListResponse) XXX_Marshal

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

func (*DescribeTaskListResponse) XXX_Merge

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

func (*DescribeTaskListResponse) XXX_Size

func (m *DescribeTaskListResponse) XXX_Size() int

func (*DescribeTaskListResponse) XXX_Unmarshal

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

type DescribeWorkflowExecutionRequest

type DescribeWorkflowExecutionRequest struct {
	Domain               string             `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowExecution    *WorkflowExecution `protobuf:"bytes,2,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*DescribeWorkflowExecutionRequest) Descriptor

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

func (*DescribeWorkflowExecutionRequest) GetDomain

func (*DescribeWorkflowExecutionRequest) GetWorkflowExecution

func (m *DescribeWorkflowExecutionRequest) GetWorkflowExecution() *WorkflowExecution

func (*DescribeWorkflowExecutionRequest) Marshal

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

func (*DescribeWorkflowExecutionRequest) MarshalTo

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

func (*DescribeWorkflowExecutionRequest) MarshalToSizedBuffer

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

func (*DescribeWorkflowExecutionRequest) ProtoMessage

func (*DescribeWorkflowExecutionRequest) ProtoMessage()

func (*DescribeWorkflowExecutionRequest) Reset

func (*DescribeWorkflowExecutionRequest) Size

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

func (*DescribeWorkflowExecutionRequest) String

func (*DescribeWorkflowExecutionRequest) Unmarshal

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

func (*DescribeWorkflowExecutionRequest) XXX_DiscardUnknown

func (m *DescribeWorkflowExecutionRequest) XXX_DiscardUnknown()

func (*DescribeWorkflowExecutionRequest) XXX_Marshal

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

func (*DescribeWorkflowExecutionRequest) XXX_Merge

func (*DescribeWorkflowExecutionRequest) XXX_Size

func (m *DescribeWorkflowExecutionRequest) XXX_Size() int

func (*DescribeWorkflowExecutionRequest) XXX_Unmarshal

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

type DescribeWorkflowExecutionResponse

type DescribeWorkflowExecutionResponse struct {
	ExecutionConfiguration *WorkflowExecutionConfiguration `` /* 127-byte string literal not displayed */
	WorkflowExecutionInfo  *WorkflowExecutionInfo          `` /* 126-byte string literal not displayed */
	PendingActivities      []*PendingActivityInfo          `protobuf:"bytes,3,rep,name=pending_activities,json=pendingActivities,proto3" json:"pending_activities,omitempty"`
	PendingChildren        []*PendingChildExecutionInfo    `protobuf:"bytes,4,rep,name=pending_children,json=pendingChildren,proto3" json:"pending_children,omitempty"`
	PendingDecision        *PendingDecisionInfo            `protobuf:"bytes,5,opt,name=pending_decision,json=pendingDecision,proto3" json:"pending_decision,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}                        `json:"-"`
	XXX_unrecognized       []byte                          `json:"-"`
	XXX_sizecache          int32                           `json:"-"`
}

func (*DescribeWorkflowExecutionResponse) Descriptor

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

func (*DescribeWorkflowExecutionResponse) GetExecutionConfiguration

func (m *DescribeWorkflowExecutionResponse) GetExecutionConfiguration() *WorkflowExecutionConfiguration

func (*DescribeWorkflowExecutionResponse) GetPendingActivities

func (m *DescribeWorkflowExecutionResponse) GetPendingActivities() []*PendingActivityInfo

func (*DescribeWorkflowExecutionResponse) GetPendingChildren

func (*DescribeWorkflowExecutionResponse) GetPendingDecision

func (m *DescribeWorkflowExecutionResponse) GetPendingDecision() *PendingDecisionInfo

func (*DescribeWorkflowExecutionResponse) GetWorkflowExecutionInfo

func (m *DescribeWorkflowExecutionResponse) GetWorkflowExecutionInfo() *WorkflowExecutionInfo

func (*DescribeWorkflowExecutionResponse) Marshal

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

func (*DescribeWorkflowExecutionResponse) MarshalTo

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

func (*DescribeWorkflowExecutionResponse) MarshalToSizedBuffer

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

func (*DescribeWorkflowExecutionResponse) ProtoMessage

func (*DescribeWorkflowExecutionResponse) ProtoMessage()

func (*DescribeWorkflowExecutionResponse) Reset

func (*DescribeWorkflowExecutionResponse) Size

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

func (*DescribeWorkflowExecutionResponse) String

func (*DescribeWorkflowExecutionResponse) Unmarshal

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

func (*DescribeWorkflowExecutionResponse) XXX_DiscardUnknown

func (m *DescribeWorkflowExecutionResponse) XXX_DiscardUnknown()

func (*DescribeWorkflowExecutionResponse) XXX_Marshal

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

func (*DescribeWorkflowExecutionResponse) XXX_Merge

func (*DescribeWorkflowExecutionResponse) XXX_Size

func (m *DescribeWorkflowExecutionResponse) XXX_Size() int

func (*DescribeWorkflowExecutionResponse) XXX_Unmarshal

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

type Domain

type Domain struct {
	Id                               string                             `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                             string                             `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Status                           DomainStatus                       `protobuf:"varint,3,opt,name=status,proto3,enum=uber.cadence.api.v1.DomainStatus" json:"status,omitempty"`
	Description                      string                             `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	OwnerEmail                       string                             `protobuf:"bytes,5,opt,name=owner_email,json=ownerEmail,proto3" json:"owner_email,omitempty"`
	Data                             map[string]string                  `` /* 149-byte string literal not displayed */
	WorkflowExecutionRetentionPeriod *types.Duration                    `` /* 161-byte string literal not displayed */
	BadBinaries                      *BadBinaries                       `protobuf:"bytes,8,opt,name=bad_binaries,json=badBinaries,proto3" json:"bad_binaries,omitempty"`
	HistoryArchivalStatus            ArchivalStatus                     `` /* 167-byte string literal not displayed */
	HistoryArchivalUri               string                             `protobuf:"bytes,10,opt,name=history_archival_uri,json=historyArchivalUri,proto3" json:"history_archival_uri,omitempty"`
	VisibilityArchivalStatus         ArchivalStatus                     `` /* 177-byte string literal not displayed */
	VisibilityArchivalUri            string                             `` /* 127-byte string literal not displayed */
	ActiveClusterName                string                             `protobuf:"bytes,13,opt,name=active_cluster_name,json=activeClusterName,proto3" json:"active_cluster_name,omitempty"`
	Clusters                         []*ClusterReplicationConfiguration `protobuf:"bytes,14,rep,name=clusters,proto3" json:"clusters,omitempty"`
	FailoverVersion                  int64                              `protobuf:"varint,15,opt,name=failover_version,json=failoverVersion,proto3" json:"failover_version,omitempty"`
	IsGlobalDomain                   bool                               `protobuf:"varint,16,opt,name=is_global_domain,json=isGlobalDomain,proto3" json:"is_global_domain,omitempty"`
	FailoverInfo                     *FailoverInfo                      `protobuf:"bytes,17,opt,name=failover_info,json=failoverInfo,proto3" json:"failover_info,omitempty"`
	IsolationGroups                  *IsolationGroupConfiguration       `protobuf:"bytes,18,opt,name=isolation_groups,json=isolationGroups,proto3" json:"isolation_groups,omitempty"`
	AsyncWorkflowConfig              *AsyncWorkflowConfiguration        `protobuf:"bytes,19,opt,name=async_workflow_config,json=asyncWorkflowConfig,proto3" json:"async_workflow_config,omitempty"`
	XXX_NoUnkeyedLiteral             struct{}                           `json:"-"`
	XXX_unrecognized                 []byte                             `json:"-"`
	XXX_sizecache                    int32                              `json:"-"`
}

func (*Domain) Descriptor

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

func (*Domain) GetActiveClusterName

func (m *Domain) GetActiveClusterName() string

func (*Domain) GetAsyncWorkflowConfig

func (m *Domain) GetAsyncWorkflowConfig() *AsyncWorkflowConfiguration

func (*Domain) GetBadBinaries

func (m *Domain) GetBadBinaries() *BadBinaries

func (*Domain) GetClusters

func (m *Domain) GetClusters() []*ClusterReplicationConfiguration

func (*Domain) GetData

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

func (*Domain) GetDescription

func (m *Domain) GetDescription() string

func (*Domain) GetFailoverInfo

func (m *Domain) GetFailoverInfo() *FailoverInfo

func (*Domain) GetFailoverVersion

func (m *Domain) GetFailoverVersion() int64

func (*Domain) GetHistoryArchivalStatus

func (m *Domain) GetHistoryArchivalStatus() ArchivalStatus

func (*Domain) GetHistoryArchivalUri

func (m *Domain) GetHistoryArchivalUri() string

func (*Domain) GetId

func (m *Domain) GetId() string

func (*Domain) GetIsGlobalDomain

func (m *Domain) GetIsGlobalDomain() bool

func (*Domain) GetIsolationGroups

func (m *Domain) GetIsolationGroups() *IsolationGroupConfiguration

func (*Domain) GetName

func (m *Domain) GetName() string

func (*Domain) GetOwnerEmail

func (m *Domain) GetOwnerEmail() string

func (*Domain) GetStatus

func (m *Domain) GetStatus() DomainStatus

func (*Domain) GetVisibilityArchivalStatus

func (m *Domain) GetVisibilityArchivalStatus() ArchivalStatus

func (*Domain) GetVisibilityArchivalUri

func (m *Domain) GetVisibilityArchivalUri() string

func (*Domain) GetWorkflowExecutionRetentionPeriod

func (m *Domain) GetWorkflowExecutionRetentionPeriod() *types.Duration

func (*Domain) Marshal

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

func (*Domain) MarshalTo

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

func (*Domain) MarshalToSizedBuffer

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

func (*Domain) ProtoMessage

func (*Domain) ProtoMessage()

func (*Domain) Reset

func (m *Domain) Reset()

func (*Domain) Size

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

func (*Domain) String

func (m *Domain) String() string

func (*Domain) Unmarshal

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

func (*Domain) XXX_DiscardUnknown

func (m *Domain) XXX_DiscardUnknown()

func (*Domain) XXX_Marshal

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

func (*Domain) XXX_Merge

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

func (*Domain) XXX_Size

func (m *Domain) XXX_Size() int

func (*Domain) XXX_Unmarshal

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

type DomainAPIYARPCClient

DomainAPIYARPCClient is the YARPC client-side interface for the DomainAPI service.

func NewDomainAPIYARPCClient

func NewDomainAPIYARPCClient(clientConfig transport.ClientConfig, options ...protobuf.ClientOption) DomainAPIYARPCClient

NewDomainAPIYARPCClient builds a new YARPC client for the DomainAPI service.

type DomainAPIYARPCServer

DomainAPIYARPCServer is the YARPC server-side interface for the DomainAPI service.

type DomainAlreadyExistsError

type DomainAlreadyExistsError struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DomainAlreadyExistsError) Descriptor

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

func (*DomainAlreadyExistsError) Marshal

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

func (*DomainAlreadyExistsError) MarshalTo

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

func (*DomainAlreadyExistsError) MarshalToSizedBuffer

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

func (*DomainAlreadyExistsError) ProtoMessage

func (*DomainAlreadyExistsError) ProtoMessage()

func (*DomainAlreadyExistsError) Reset

func (m *DomainAlreadyExistsError) Reset()

func (*DomainAlreadyExistsError) Size

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

func (*DomainAlreadyExistsError) String

func (m *DomainAlreadyExistsError) String() string

func (*DomainAlreadyExistsError) Unmarshal

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

func (*DomainAlreadyExistsError) XXX_DiscardUnknown

func (m *DomainAlreadyExistsError) XXX_DiscardUnknown()

func (*DomainAlreadyExistsError) XXX_Marshal

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

func (*DomainAlreadyExistsError) XXX_Merge

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

func (*DomainAlreadyExistsError) XXX_Size

func (m *DomainAlreadyExistsError) XXX_Size() int

func (*DomainAlreadyExistsError) XXX_Unmarshal

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

type DomainNotActiveError

type DomainNotActiveError struct {
	Domain               string   `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	CurrentCluster       string   `protobuf:"bytes,2,opt,name=current_cluster,json=currentCluster,proto3" json:"current_cluster,omitempty"`
	ActiveCluster        string   `protobuf:"bytes,3,opt,name=active_cluster,json=activeCluster,proto3" json:"active_cluster,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DomainNotActiveError) Descriptor

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

func (*DomainNotActiveError) GetActiveCluster

func (m *DomainNotActiveError) GetActiveCluster() string

func (*DomainNotActiveError) GetCurrentCluster

func (m *DomainNotActiveError) GetCurrentCluster() string

func (*DomainNotActiveError) GetDomain

func (m *DomainNotActiveError) GetDomain() string

func (*DomainNotActiveError) Marshal

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

func (*DomainNotActiveError) MarshalTo

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

func (*DomainNotActiveError) MarshalToSizedBuffer

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

func (*DomainNotActiveError) ProtoMessage

func (*DomainNotActiveError) ProtoMessage()

func (*DomainNotActiveError) Reset

func (m *DomainNotActiveError) Reset()

func (*DomainNotActiveError) Size

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

func (*DomainNotActiveError) String

func (m *DomainNotActiveError) String() string

func (*DomainNotActiveError) Unmarshal

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

func (*DomainNotActiveError) XXX_DiscardUnknown

func (m *DomainNotActiveError) XXX_DiscardUnknown()

func (*DomainNotActiveError) XXX_Marshal

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

func (*DomainNotActiveError) XXX_Merge

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

func (*DomainNotActiveError) XXX_Size

func (m *DomainNotActiveError) XXX_Size() int

func (*DomainNotActiveError) XXX_Unmarshal

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

type DomainStatus

type DomainStatus int32
const (
	DomainStatus_DOMAIN_STATUS_INVALID    DomainStatus = 0
	DomainStatus_DOMAIN_STATUS_REGISTERED DomainStatus = 1
	DomainStatus_DOMAIN_STATUS_DEPRECATED DomainStatus = 2
	DomainStatus_DOMAIN_STATUS_DELETED    DomainStatus = 3
)

func (DomainStatus) EnumDescriptor

func (DomainStatus) EnumDescriptor() ([]byte, []int)

func (DomainStatus) String

func (x DomainStatus) String() string

type EncodingType

type EncodingType int32
const (
	EncodingType_ENCODING_TYPE_INVALID  EncodingType = 0
	EncodingType_ENCODING_TYPE_THRIFTRW EncodingType = 1
	EncodingType_ENCODING_TYPE_JSON     EncodingType = 2
	EncodingType_ENCODING_TYPE_PROTO3   EncodingType = 3
)

func (EncodingType) EnumDescriptor

func (EncodingType) EnumDescriptor() ([]byte, []int)

func (EncodingType) String

func (x EncodingType) String() string

type EntityNotExistsError

type EntityNotExistsError struct {
	CurrentCluster       string   `protobuf:"bytes,1,opt,name=current_cluster,json=currentCluster,proto3" json:"current_cluster,omitempty"`
	ActiveCluster        string   `protobuf:"bytes,2,opt,name=active_cluster,json=activeCluster,proto3" json:"active_cluster,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EntityNotExistsError) Descriptor

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

func (*EntityNotExistsError) GetActiveCluster

func (m *EntityNotExistsError) GetActiveCluster() string

func (*EntityNotExistsError) GetCurrentCluster

func (m *EntityNotExistsError) GetCurrentCluster() string

func (*EntityNotExistsError) Marshal

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

func (*EntityNotExistsError) MarshalTo

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

func (*EntityNotExistsError) MarshalToSizedBuffer

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

func (*EntityNotExistsError) ProtoMessage

func (*EntityNotExistsError) ProtoMessage()

func (*EntityNotExistsError) Reset

func (m *EntityNotExistsError) Reset()

func (*EntityNotExistsError) Size

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

func (*EntityNotExistsError) String

func (m *EntityNotExistsError) String() string

func (*EntityNotExistsError) Unmarshal

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

func (*EntityNotExistsError) XXX_DiscardUnknown

func (m *EntityNotExistsError) XXX_DiscardUnknown()

func (*EntityNotExistsError) XXX_Marshal

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

func (*EntityNotExistsError) XXX_Merge

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

func (*EntityNotExistsError) XXX_Size

func (m *EntityNotExistsError) XXX_Size() int

func (*EntityNotExistsError) XXX_Unmarshal

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

type EventFilterType

type EventFilterType int32
const (
	EventFilterType_EVENT_FILTER_TYPE_INVALID     EventFilterType = 0
	EventFilterType_EVENT_FILTER_TYPE_ALL_EVENT   EventFilterType = 1
	EventFilterType_EVENT_FILTER_TYPE_CLOSE_EVENT EventFilterType = 2
)

func (EventFilterType) EnumDescriptor

func (EventFilterType) EnumDescriptor() ([]byte, []int)

func (EventFilterType) String

func (x EventFilterType) String() string

type ExternalExecutionInfo

type ExternalExecutionInfo struct {
	WorkflowExecution    *WorkflowExecution `protobuf:"bytes,1,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	InitiatedId          int64              `protobuf:"varint,2,opt,name=initiated_id,json=initiatedId,proto3" json:"initiated_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*ExternalExecutionInfo) Descriptor

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

func (*ExternalExecutionInfo) GetInitiatedId

func (m *ExternalExecutionInfo) GetInitiatedId() int64

func (*ExternalExecutionInfo) GetWorkflowExecution

func (m *ExternalExecutionInfo) GetWorkflowExecution() *WorkflowExecution

func (*ExternalExecutionInfo) Marshal

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

func (*ExternalExecutionInfo) MarshalTo

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

func (*ExternalExecutionInfo) MarshalToSizedBuffer

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

func (*ExternalExecutionInfo) ProtoMessage

func (*ExternalExecutionInfo) ProtoMessage()

func (*ExternalExecutionInfo) Reset

func (m *ExternalExecutionInfo) Reset()

func (*ExternalExecutionInfo) Size

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

func (*ExternalExecutionInfo) String

func (m *ExternalExecutionInfo) String() string

func (*ExternalExecutionInfo) Unmarshal

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

func (*ExternalExecutionInfo) XXX_DiscardUnknown

func (m *ExternalExecutionInfo) XXX_DiscardUnknown()

func (*ExternalExecutionInfo) XXX_Marshal

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

func (*ExternalExecutionInfo) XXX_Merge

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

func (*ExternalExecutionInfo) XXX_Size

func (m *ExternalExecutionInfo) XXX_Size() int

func (*ExternalExecutionInfo) XXX_Unmarshal

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

type ExternalWorkflowExecutionCancelRequestedEventAttributes

type ExternalWorkflowExecutionCancelRequestedEventAttributes struct {
	InitiatedEventId     int64              `protobuf:"varint,1,opt,name=initiated_event_id,json=initiatedEventId,proto3" json:"initiated_event_id,omitempty"`
	Domain               string             `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowExecution    *WorkflowExecution `protobuf:"bytes,3,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) Descriptor

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) GetDomain

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) GetInitiatedEventId

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) GetWorkflowExecution

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) Marshal

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) MarshalTo

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) MarshalToSizedBuffer

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

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) ProtoMessage

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) Reset

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) Size

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) String

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) Unmarshal

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) XXX_DiscardUnknown

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) XXX_Marshal

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

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) XXX_Merge

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) XXX_Size

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) XXX_Unmarshal

type ExternalWorkflowExecutionSignaledEventAttributes

type ExternalWorkflowExecutionSignaledEventAttributes struct {
	InitiatedEventId     int64              `protobuf:"varint,1,opt,name=initiated_event_id,json=initiatedEventId,proto3" json:"initiated_event_id,omitempty"`
	Domain               string             `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowExecution    *WorkflowExecution `protobuf:"bytes,3,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	Control              []byte             `protobuf:"bytes,4,opt,name=control,proto3" json:"control,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*ExternalWorkflowExecutionSignaledEventAttributes) Descriptor

func (*ExternalWorkflowExecutionSignaledEventAttributes) GetControl

func (*ExternalWorkflowExecutionSignaledEventAttributes) GetDomain

func (*ExternalWorkflowExecutionSignaledEventAttributes) GetInitiatedEventId

func (*ExternalWorkflowExecutionSignaledEventAttributes) GetWorkflowExecution

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 {
	Failure              *Failure `protobuf:"bytes,1,opt,name=failure,proto3" json:"failure,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FailWorkflowExecutionDecisionAttributes) Descriptor

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

func (*FailWorkflowExecutionDecisionAttributes) GetFailure

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 FailoverInfo

type FailoverInfo struct {
	FailoverVersion         int64            `protobuf:"varint,1,opt,name=failover_version,json=failoverVersion,proto3" json:"failover_version,omitempty"`
	FailoverStartTimestamp  *types.Timestamp `` /* 129-byte string literal not displayed */
	FailoverExpireTimestamp *types.Timestamp `` /* 132-byte string literal not displayed */
	CompletedShardCount     int32            `protobuf:"varint,4,opt,name=completed_shard_count,json=completedShardCount,proto3" json:"completed_shard_count,omitempty"`
	PendingShards           []int32          `protobuf:"varint,5,rep,packed,name=pending_shards,json=pendingShards,proto3" json:"pending_shards,omitempty"`
	XXX_NoUnkeyedLiteral    struct{}         `json:"-"`
	XXX_unrecognized        []byte           `json:"-"`
	XXX_sizecache           int32            `json:"-"`
}

func (*FailoverInfo) Descriptor

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

func (*FailoverInfo) GetCompletedShardCount

func (m *FailoverInfo) GetCompletedShardCount() int32

func (*FailoverInfo) GetFailoverExpireTimestamp

func (m *FailoverInfo) GetFailoverExpireTimestamp() *types.Timestamp

func (*FailoverInfo) GetFailoverStartTimestamp

func (m *FailoverInfo) GetFailoverStartTimestamp() *types.Timestamp

func (*FailoverInfo) GetFailoverVersion

func (m *FailoverInfo) GetFailoverVersion() int64

func (*FailoverInfo) GetPendingShards

func (m *FailoverInfo) GetPendingShards() []int32

func (*FailoverInfo) Marshal

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

func (*FailoverInfo) MarshalTo

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

func (*FailoverInfo) MarshalToSizedBuffer

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

func (*FailoverInfo) ProtoMessage

func (*FailoverInfo) ProtoMessage()

func (*FailoverInfo) Reset

func (m *FailoverInfo) Reset()

func (*FailoverInfo) Size

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

func (*FailoverInfo) String

func (m *FailoverInfo) String() string

func (*FailoverInfo) Unmarshal

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

func (*FailoverInfo) XXX_DiscardUnknown

func (m *FailoverInfo) XXX_DiscardUnknown()

func (*FailoverInfo) XXX_Marshal

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

func (*FailoverInfo) XXX_Merge

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

func (*FailoverInfo) XXX_Size

func (m *FailoverInfo) XXX_Size() int

func (*FailoverInfo) XXX_Unmarshal

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

type Failure

type Failure 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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Failure) Descriptor

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

func (*Failure) GetDetails

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

func (*Failure) GetReason

func (m *Failure) GetReason() string

func (*Failure) Marshal

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

func (*Failure) MarshalTo

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

func (*Failure) MarshalToSizedBuffer

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

func (*Failure) ProtoMessage

func (*Failure) ProtoMessage()

func (*Failure) Reset

func (m *Failure) Reset()

func (*Failure) Size

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

func (*Failure) String

func (m *Failure) String() string

func (*Failure) Unmarshal

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

func (*Failure) XXX_DiscardUnknown

func (m *Failure) XXX_DiscardUnknown()

func (*Failure) XXX_Marshal

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

func (*Failure) XXX_Merge

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

func (*Failure) XXX_Size

func (m *Failure) XXX_Size() int

func (*Failure) XXX_Unmarshal

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

type FeatureFlags

type FeatureFlags struct {
	WorkflowExecutionAlreadyCompletedErrorEnabled bool     `` /* 205-byte string literal not displayed */
	XXX_NoUnkeyedLiteral                          struct{} `json:"-"`
	XXX_unrecognized                              []byte   `json:"-"`
	XXX_sizecache                                 int32    `json:"-"`
}

func (*FeatureFlags) Descriptor

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

func (*FeatureFlags) GetWorkflowExecutionAlreadyCompletedErrorEnabled

func (m *FeatureFlags) GetWorkflowExecutionAlreadyCompletedErrorEnabled() bool

func (*FeatureFlags) Marshal

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

func (*FeatureFlags) MarshalTo

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

func (*FeatureFlags) MarshalToSizedBuffer

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

func (*FeatureFlags) ProtoMessage

func (*FeatureFlags) ProtoMessage()

func (*FeatureFlags) Reset

func (m *FeatureFlags) Reset()

func (*FeatureFlags) Size

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

func (*FeatureFlags) String

func (m *FeatureFlags) String() string

func (*FeatureFlags) Unmarshal

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

func (*FeatureFlags) XXX_DiscardUnknown

func (m *FeatureFlags) XXX_DiscardUnknown()

func (*FeatureFlags) XXX_Marshal

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

func (*FeatureFlags) XXX_Merge

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

func (*FeatureFlags) XXX_Size

func (m *FeatureFlags) XXX_Size() int

func (*FeatureFlags) XXX_Unmarshal

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

type FeatureNotEnabledError

type FeatureNotEnabledError struct {
	FeatureFlag          string   `protobuf:"bytes,1,opt,name=feature_flag,json=featureFlag,proto3" json:"feature_flag,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FeatureNotEnabledError) Descriptor

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

func (*FeatureNotEnabledError) GetFeatureFlag

func (m *FeatureNotEnabledError) GetFeatureFlag() string

func (*FeatureNotEnabledError) Marshal

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

func (*FeatureNotEnabledError) MarshalTo

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

func (*FeatureNotEnabledError) MarshalToSizedBuffer

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

func (*FeatureNotEnabledError) ProtoMessage

func (*FeatureNotEnabledError) ProtoMessage()

func (*FeatureNotEnabledError) Reset

func (m *FeatureNotEnabledError) Reset()

func (*FeatureNotEnabledError) Size

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

func (*FeatureNotEnabledError) String

func (m *FeatureNotEnabledError) String() string

func (*FeatureNotEnabledError) Unmarshal

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

func (*FeatureNotEnabledError) XXX_DiscardUnknown

func (m *FeatureNotEnabledError) XXX_DiscardUnknown()

func (*FeatureNotEnabledError) XXX_Marshal

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

func (*FeatureNotEnabledError) XXX_Merge

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

func (*FeatureNotEnabledError) XXX_Size

func (m *FeatureNotEnabledError) XXX_Size() int

func (*FeatureNotEnabledError) XXX_Unmarshal

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

type FxDomainAPIYARPCClientParams

type FxDomainAPIYARPCClientParams struct {
	fx.In

	Provider    yarpc.ClientConfig
	AnyResolver jsonpb.AnyResolver  `name:"yarpcfx" optional:"true"`
	Restriction restriction.Checker `optional:"true"`
}

FxDomainAPIYARPCClientParams defines the input for NewFxDomainAPIYARPCClient. It provides the paramaters to get a DomainAPIYARPCClient in an Fx application.

type FxDomainAPIYARPCClientResult

type FxDomainAPIYARPCClientResult struct {
	fx.Out

	Client DomainAPIYARPCClient
}

FxDomainAPIYARPCClientResult defines the output of NewFxDomainAPIYARPCClient. It provides a DomainAPIYARPCClient to an Fx application.

type FxDomainAPIYARPCProceduresParams

type FxDomainAPIYARPCProceduresParams struct {
	fx.In

	Server      DomainAPIYARPCServer
	AnyResolver jsonpb.AnyResolver `name:"yarpcfx" optional:"true"`
}

FxDomainAPIYARPCProceduresParams defines the input for NewFxDomainAPIYARPCProcedures. It provides the paramaters to get DomainAPIYARPCServer procedures in an Fx application.

type FxDomainAPIYARPCProceduresResult

type FxDomainAPIYARPCProceduresResult struct {
	fx.Out

	Procedures     []transport.Procedure `group:"yarpcfx"`
	ReflectionMeta reflection.ServerMeta `group:"yarpcfx"`
}

FxDomainAPIYARPCProceduresResult defines the output of NewFxDomainAPIYARPCProcedures. It provides DomainAPIYARPCServer procedures to an Fx application.

The procedures are provided to the "yarpcfx" value group. Dig 1.2 or newer must be used for this feature to work.

type FxMetaAPIYARPCClientParams

type FxMetaAPIYARPCClientParams struct {
	fx.In

	Provider    yarpc.ClientConfig
	AnyResolver jsonpb.AnyResolver  `name:"yarpcfx" optional:"true"`
	Restriction restriction.Checker `optional:"true"`
}

FxMetaAPIYARPCClientParams defines the input for NewFxMetaAPIYARPCClient. It provides the paramaters to get a MetaAPIYARPCClient in an Fx application.

type FxMetaAPIYARPCClientResult

type FxMetaAPIYARPCClientResult struct {
	fx.Out

	Client MetaAPIYARPCClient
}

FxMetaAPIYARPCClientResult defines the output of NewFxMetaAPIYARPCClient. It provides a MetaAPIYARPCClient to an Fx application.

type FxMetaAPIYARPCProceduresParams

type FxMetaAPIYARPCProceduresParams struct {
	fx.In

	Server      MetaAPIYARPCServer
	AnyResolver jsonpb.AnyResolver `name:"yarpcfx" optional:"true"`
}

FxMetaAPIYARPCProceduresParams defines the input for NewFxMetaAPIYARPCProcedures. It provides the paramaters to get MetaAPIYARPCServer procedures in an Fx application.

type FxMetaAPIYARPCProceduresResult

type FxMetaAPIYARPCProceduresResult struct {
	fx.Out

	Procedures     []transport.Procedure `group:"yarpcfx"`
	ReflectionMeta reflection.ServerMeta `group:"yarpcfx"`
}

FxMetaAPIYARPCProceduresResult defines the output of NewFxMetaAPIYARPCProcedures. It provides MetaAPIYARPCServer procedures to an Fx application.

The procedures are provided to the "yarpcfx" value group. Dig 1.2 or newer must be used for this feature to work.

type FxVisibilityAPIYARPCClientParams

type FxVisibilityAPIYARPCClientParams struct {
	fx.In

	Provider    yarpc.ClientConfig
	AnyResolver jsonpb.AnyResolver  `name:"yarpcfx" optional:"true"`
	Restriction restriction.Checker `optional:"true"`
}

FxVisibilityAPIYARPCClientParams defines the input for NewFxVisibilityAPIYARPCClient. It provides the paramaters to get a VisibilityAPIYARPCClient in an Fx application.

type FxVisibilityAPIYARPCClientResult

type FxVisibilityAPIYARPCClientResult struct {
	fx.Out

	Client VisibilityAPIYARPCClient
}

FxVisibilityAPIYARPCClientResult defines the output of NewFxVisibilityAPIYARPCClient. It provides a VisibilityAPIYARPCClient to an Fx application.

type FxVisibilityAPIYARPCProceduresParams

type FxVisibilityAPIYARPCProceduresParams struct {
	fx.In

	Server      VisibilityAPIYARPCServer
	AnyResolver jsonpb.AnyResolver `name:"yarpcfx" optional:"true"`
}

FxVisibilityAPIYARPCProceduresParams defines the input for NewFxVisibilityAPIYARPCProcedures. It provides the paramaters to get VisibilityAPIYARPCServer procedures in an Fx application.

type FxVisibilityAPIYARPCProceduresResult

type FxVisibilityAPIYARPCProceduresResult struct {
	fx.Out

	Procedures     []transport.Procedure `group:"yarpcfx"`
	ReflectionMeta reflection.ServerMeta `group:"yarpcfx"`
}

FxVisibilityAPIYARPCProceduresResult defines the output of NewFxVisibilityAPIYARPCProcedures. It provides VisibilityAPIYARPCServer procedures to an Fx application.

The procedures are provided to the "yarpcfx" value group. Dig 1.2 or newer must be used for this feature to work.

type FxWorkerAPIYARPCClientParams

type FxWorkerAPIYARPCClientParams struct {
	fx.In

	Provider    yarpc.ClientConfig
	AnyResolver jsonpb.AnyResolver  `name:"yarpcfx" optional:"true"`
	Restriction restriction.Checker `optional:"true"`
}

FxWorkerAPIYARPCClientParams defines the input for NewFxWorkerAPIYARPCClient. It provides the paramaters to get a WorkerAPIYARPCClient in an Fx application.

type FxWorkerAPIYARPCClientResult

type FxWorkerAPIYARPCClientResult struct {
	fx.Out

	Client WorkerAPIYARPCClient
}

FxWorkerAPIYARPCClientResult defines the output of NewFxWorkerAPIYARPCClient. It provides a WorkerAPIYARPCClient to an Fx application.

type FxWorkerAPIYARPCProceduresParams

type FxWorkerAPIYARPCProceduresParams struct {
	fx.In

	Server      WorkerAPIYARPCServer
	AnyResolver jsonpb.AnyResolver `name:"yarpcfx" optional:"true"`
}

FxWorkerAPIYARPCProceduresParams defines the input for NewFxWorkerAPIYARPCProcedures. It provides the paramaters to get WorkerAPIYARPCServer procedures in an Fx application.

type FxWorkerAPIYARPCProceduresResult

type FxWorkerAPIYARPCProceduresResult struct {
	fx.Out

	Procedures     []transport.Procedure `group:"yarpcfx"`
	ReflectionMeta reflection.ServerMeta `group:"yarpcfx"`
}

FxWorkerAPIYARPCProceduresResult defines the output of NewFxWorkerAPIYARPCProcedures. It provides WorkerAPIYARPCServer procedures to an Fx application.

The procedures are provided to the "yarpcfx" value group. Dig 1.2 or newer must be used for this feature to work.

type FxWorkflowAPIYARPCClientParams

type FxWorkflowAPIYARPCClientParams struct {
	fx.In

	Provider    yarpc.ClientConfig
	AnyResolver jsonpb.AnyResolver  `name:"yarpcfx" optional:"true"`
	Restriction restriction.Checker `optional:"true"`
}

FxWorkflowAPIYARPCClientParams defines the input for NewFxWorkflowAPIYARPCClient. It provides the paramaters to get a WorkflowAPIYARPCClient in an Fx application.

type FxWorkflowAPIYARPCClientResult

type FxWorkflowAPIYARPCClientResult struct {
	fx.Out

	Client WorkflowAPIYARPCClient
}

FxWorkflowAPIYARPCClientResult defines the output of NewFxWorkflowAPIYARPCClient. It provides a WorkflowAPIYARPCClient to an Fx application.

type FxWorkflowAPIYARPCProceduresParams

type FxWorkflowAPIYARPCProceduresParams struct {
	fx.In

	Server      WorkflowAPIYARPCServer
	AnyResolver jsonpb.AnyResolver `name:"yarpcfx" optional:"true"`
}

FxWorkflowAPIYARPCProceduresParams defines the input for NewFxWorkflowAPIYARPCProcedures. It provides the paramaters to get WorkflowAPIYARPCServer procedures in an Fx application.

type FxWorkflowAPIYARPCProceduresResult

type FxWorkflowAPIYARPCProceduresResult struct {
	fx.Out

	Procedures     []transport.Procedure `group:"yarpcfx"`
	ReflectionMeta reflection.ServerMeta `group:"yarpcfx"`
}

FxWorkflowAPIYARPCProceduresResult defines the output of NewFxWorkflowAPIYARPCProcedures. It provides WorkflowAPIYARPCServer procedures to an Fx application.

The procedures are provided to the "yarpcfx" value group. Dig 1.2 or newer must be used for this feature to work.

type GetClusterInfoRequest

type GetClusterInfoRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetClusterInfoRequest) Descriptor

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

func (*GetClusterInfoRequest) Marshal

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

func (*GetClusterInfoRequest) MarshalTo

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

func (*GetClusterInfoRequest) MarshalToSizedBuffer

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

func (*GetClusterInfoRequest) ProtoMessage

func (*GetClusterInfoRequest) ProtoMessage()

func (*GetClusterInfoRequest) Reset

func (m *GetClusterInfoRequest) Reset()

func (*GetClusterInfoRequest) Size

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

func (*GetClusterInfoRequest) String

func (m *GetClusterInfoRequest) String() string

func (*GetClusterInfoRequest) Unmarshal

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

func (*GetClusterInfoRequest) XXX_DiscardUnknown

func (m *GetClusterInfoRequest) XXX_DiscardUnknown()

func (*GetClusterInfoRequest) XXX_Marshal

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

func (*GetClusterInfoRequest) XXX_Merge

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

func (*GetClusterInfoRequest) XXX_Size

func (m *GetClusterInfoRequest) XXX_Size() int

func (*GetClusterInfoRequest) XXX_Unmarshal

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

type GetClusterInfoResponse

type GetClusterInfoResponse struct {
	SupportedClientVersions *SupportedClientVersions `` /* 132-byte string literal not displayed */
	XXX_NoUnkeyedLiteral    struct{}                 `json:"-"`
	XXX_unrecognized        []byte                   `json:"-"`
	XXX_sizecache           int32                    `json:"-"`
}

func (*GetClusterInfoResponse) Descriptor

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

func (*GetClusterInfoResponse) GetSupportedClientVersions

func (m *GetClusterInfoResponse) GetSupportedClientVersions() *SupportedClientVersions

func (*GetClusterInfoResponse) Marshal

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

func (*GetClusterInfoResponse) MarshalTo

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

func (*GetClusterInfoResponse) MarshalToSizedBuffer

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

func (*GetClusterInfoResponse) ProtoMessage

func (*GetClusterInfoResponse) ProtoMessage()

func (*GetClusterInfoResponse) Reset

func (m *GetClusterInfoResponse) Reset()

func (*GetClusterInfoResponse) Size

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

func (*GetClusterInfoResponse) String

func (m *GetClusterInfoResponse) String() string

func (*GetClusterInfoResponse) Unmarshal

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

func (*GetClusterInfoResponse) XXX_DiscardUnknown

func (m *GetClusterInfoResponse) XXX_DiscardUnknown()

func (*GetClusterInfoResponse) XXX_Marshal

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

func (*GetClusterInfoResponse) XXX_Merge

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

func (*GetClusterInfoResponse) XXX_Size

func (m *GetClusterInfoResponse) XXX_Size() int

func (*GetClusterInfoResponse) XXX_Unmarshal

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

type GetSearchAttributesRequest

type GetSearchAttributesRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetSearchAttributesRequest) Descriptor

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

func (*GetSearchAttributesRequest) Marshal

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

func (*GetSearchAttributesRequest) MarshalTo

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

func (*GetSearchAttributesRequest) MarshalToSizedBuffer

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

func (*GetSearchAttributesRequest) ProtoMessage

func (*GetSearchAttributesRequest) ProtoMessage()

func (*GetSearchAttributesRequest) Reset

func (m *GetSearchAttributesRequest) Reset()

func (*GetSearchAttributesRequest) Size

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

func (*GetSearchAttributesRequest) String

func (m *GetSearchAttributesRequest) String() string

func (*GetSearchAttributesRequest) Unmarshal

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

func (*GetSearchAttributesRequest) XXX_DiscardUnknown

func (m *GetSearchAttributesRequest) XXX_DiscardUnknown()

func (*GetSearchAttributesRequest) XXX_Marshal

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

func (*GetSearchAttributesRequest) XXX_Merge

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

func (*GetSearchAttributesRequest) XXX_Size

func (m *GetSearchAttributesRequest) XXX_Size() int

func (*GetSearchAttributesRequest) XXX_Unmarshal

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

type GetSearchAttributesResponse

type GetSearchAttributesResponse struct {
	Keys                 map[string]IndexedValueType `` /* 192-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*GetSearchAttributesResponse) Descriptor

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

func (*GetSearchAttributesResponse) GetKeys

func (*GetSearchAttributesResponse) Marshal

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

func (*GetSearchAttributesResponse) MarshalTo

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

func (*GetSearchAttributesResponse) MarshalToSizedBuffer

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

func (*GetSearchAttributesResponse) ProtoMessage

func (*GetSearchAttributesResponse) ProtoMessage()

func (*GetSearchAttributesResponse) Reset

func (m *GetSearchAttributesResponse) Reset()

func (*GetSearchAttributesResponse) Size

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

func (*GetSearchAttributesResponse) String

func (m *GetSearchAttributesResponse) String() string

func (*GetSearchAttributesResponse) Unmarshal

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

func (*GetSearchAttributesResponse) XXX_DiscardUnknown

func (m *GetSearchAttributesResponse) XXX_DiscardUnknown()

func (*GetSearchAttributesResponse) XXX_Marshal

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

func (*GetSearchAttributesResponse) XXX_Merge

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

func (*GetSearchAttributesResponse) XXX_Size

func (m *GetSearchAttributesResponse) XXX_Size() int

func (*GetSearchAttributesResponse) XXX_Unmarshal

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

type GetTaskListsByDomainRequest

type GetTaskListsByDomainRequest struct {
	Domain               string   `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetTaskListsByDomainRequest) Descriptor

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

func (*GetTaskListsByDomainRequest) GetDomain

func (m *GetTaskListsByDomainRequest) GetDomain() string

func (*GetTaskListsByDomainRequest) Marshal

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

func (*GetTaskListsByDomainRequest) MarshalTo

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

func (*GetTaskListsByDomainRequest) MarshalToSizedBuffer

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

func (*GetTaskListsByDomainRequest) ProtoMessage

func (*GetTaskListsByDomainRequest) ProtoMessage()

func (*GetTaskListsByDomainRequest) Reset

func (m *GetTaskListsByDomainRequest) Reset()

func (*GetTaskListsByDomainRequest) Size

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

func (*GetTaskListsByDomainRequest) String

func (m *GetTaskListsByDomainRequest) String() string

func (*GetTaskListsByDomainRequest) Unmarshal

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

func (*GetTaskListsByDomainRequest) XXX_DiscardUnknown

func (m *GetTaskListsByDomainRequest) XXX_DiscardUnknown()

func (*GetTaskListsByDomainRequest) XXX_Marshal

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

func (*GetTaskListsByDomainRequest) XXX_Merge

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

func (*GetTaskListsByDomainRequest) XXX_Size

func (m *GetTaskListsByDomainRequest) XXX_Size() int

func (*GetTaskListsByDomainRequest) XXX_Unmarshal

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

type GetTaskListsByDomainResponse

type GetTaskListsByDomainResponse struct {
	DecisionTaskListMap  map[string]*DescribeTaskListResponse `` /* 210-byte string literal not displayed */
	ActivityTaskListMap  map[string]*DescribeTaskListResponse `` /* 210-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                             `json:"-"`
	XXX_unrecognized     []byte                               `json:"-"`
	XXX_sizecache        int32                                `json:"-"`
}

func (*GetTaskListsByDomainResponse) Descriptor

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

func (*GetTaskListsByDomainResponse) GetActivityTaskListMap

func (m *GetTaskListsByDomainResponse) GetActivityTaskListMap() map[string]*DescribeTaskListResponse

func (*GetTaskListsByDomainResponse) GetDecisionTaskListMap

func (m *GetTaskListsByDomainResponse) GetDecisionTaskListMap() map[string]*DescribeTaskListResponse

func (*GetTaskListsByDomainResponse) Marshal

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

func (*GetTaskListsByDomainResponse) MarshalTo

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

func (*GetTaskListsByDomainResponse) MarshalToSizedBuffer

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

func (*GetTaskListsByDomainResponse) ProtoMessage

func (*GetTaskListsByDomainResponse) ProtoMessage()

func (*GetTaskListsByDomainResponse) Reset

func (m *GetTaskListsByDomainResponse) Reset()

func (*GetTaskListsByDomainResponse) Size

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

func (*GetTaskListsByDomainResponse) String

func (*GetTaskListsByDomainResponse) Unmarshal

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

func (*GetTaskListsByDomainResponse) XXX_DiscardUnknown

func (m *GetTaskListsByDomainResponse) XXX_DiscardUnknown()

func (*GetTaskListsByDomainResponse) XXX_Marshal

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

func (*GetTaskListsByDomainResponse) XXX_Merge

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

func (*GetTaskListsByDomainResponse) XXX_Size

func (m *GetTaskListsByDomainResponse) XXX_Size() int

func (*GetTaskListsByDomainResponse) XXX_Unmarshal

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

type GetWorkflowExecutionHistoryRequest

type GetWorkflowExecutionHistoryRequest struct {
	Domain                 string             `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowExecution      *WorkflowExecution `protobuf:"bytes,2,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	PageSize               int32              `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	NextPageToken          []byte             `protobuf:"bytes,4,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	WaitForNewEvent        bool               `protobuf:"varint,5,opt,name=wait_for_new_event,json=waitForNewEvent,proto3" json:"wait_for_new_event,omitempty"`
	HistoryEventFilterType EventFilterType    `` /* 173-byte string literal not displayed */
	SkipArchival           bool               `protobuf:"varint,7,opt,name=skip_archival,json=skipArchival,proto3" json:"skip_archival,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}           `json:"-"`
	XXX_unrecognized       []byte             `json:"-"`
	XXX_sizecache          int32              `json:"-"`
}

func (*GetWorkflowExecutionHistoryRequest) Descriptor

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

func (*GetWorkflowExecutionHistoryRequest) GetDomain

func (*GetWorkflowExecutionHistoryRequest) GetHistoryEventFilterType

func (m *GetWorkflowExecutionHistoryRequest) GetHistoryEventFilterType() EventFilterType

func (*GetWorkflowExecutionHistoryRequest) GetNextPageToken

func (m *GetWorkflowExecutionHistoryRequest) GetNextPageToken() []byte

func (*GetWorkflowExecutionHistoryRequest) GetPageSize

func (m *GetWorkflowExecutionHistoryRequest) GetPageSize() int32

func (*GetWorkflowExecutionHistoryRequest) GetSkipArchival

func (m *GetWorkflowExecutionHistoryRequest) GetSkipArchival() bool

func (*GetWorkflowExecutionHistoryRequest) GetWaitForNewEvent

func (m *GetWorkflowExecutionHistoryRequest) GetWaitForNewEvent() bool

func (*GetWorkflowExecutionHistoryRequest) GetWorkflowExecution

func (m *GetWorkflowExecutionHistoryRequest) GetWorkflowExecution() *WorkflowExecution

func (*GetWorkflowExecutionHistoryRequest) Marshal

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

func (*GetWorkflowExecutionHistoryRequest) MarshalTo

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

func (*GetWorkflowExecutionHistoryRequest) MarshalToSizedBuffer

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

func (*GetWorkflowExecutionHistoryRequest) ProtoMessage

func (*GetWorkflowExecutionHistoryRequest) ProtoMessage()

func (*GetWorkflowExecutionHistoryRequest) Reset

func (*GetWorkflowExecutionHistoryRequest) Size

func (*GetWorkflowExecutionHistoryRequest) String

func (*GetWorkflowExecutionHistoryRequest) Unmarshal

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

func (*GetWorkflowExecutionHistoryRequest) XXX_DiscardUnknown

func (m *GetWorkflowExecutionHistoryRequest) XXX_DiscardUnknown()

func (*GetWorkflowExecutionHistoryRequest) XXX_Marshal

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

func (*GetWorkflowExecutionHistoryRequest) XXX_Merge

func (*GetWorkflowExecutionHistoryRequest) XXX_Size

func (*GetWorkflowExecutionHistoryRequest) XXX_Unmarshal

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

type GetWorkflowExecutionHistoryResponse

type GetWorkflowExecutionHistoryResponse struct {
	History              *History    `protobuf:"bytes,1,opt,name=history,proto3" json:"history,omitempty"`
	RawHistory           []*DataBlob `protobuf:"bytes,2,rep,name=raw_history,json=rawHistory,proto3" json:"raw_history,omitempty"`
	NextPageToken        []byte      `protobuf:"bytes,3,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	Archived             bool        `protobuf:"varint,4,opt,name=archived,proto3" json:"archived,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*GetWorkflowExecutionHistoryResponse) Descriptor

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

func (*GetWorkflowExecutionHistoryResponse) GetArchived

func (m *GetWorkflowExecutionHistoryResponse) GetArchived() bool

func (*GetWorkflowExecutionHistoryResponse) GetHistory

func (*GetWorkflowExecutionHistoryResponse) GetNextPageToken

func (m *GetWorkflowExecutionHistoryResponse) GetNextPageToken() []byte

func (*GetWorkflowExecutionHistoryResponse) GetRawHistory

func (m *GetWorkflowExecutionHistoryResponse) GetRawHistory() []*DataBlob

func (*GetWorkflowExecutionHistoryResponse) Marshal

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

func (*GetWorkflowExecutionHistoryResponse) MarshalTo

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

func (*GetWorkflowExecutionHistoryResponse) MarshalToSizedBuffer

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

func (*GetWorkflowExecutionHistoryResponse) ProtoMessage

func (*GetWorkflowExecutionHistoryResponse) ProtoMessage()

func (*GetWorkflowExecutionHistoryResponse) Reset

func (*GetWorkflowExecutionHistoryResponse) Size

func (*GetWorkflowExecutionHistoryResponse) String

func (*GetWorkflowExecutionHistoryResponse) Unmarshal

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

func (*GetWorkflowExecutionHistoryResponse) XXX_DiscardUnknown

func (m *GetWorkflowExecutionHistoryResponse) XXX_DiscardUnknown()

func (*GetWorkflowExecutionHistoryResponse) XXX_Marshal

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

func (*GetWorkflowExecutionHistoryResponse) XXX_Merge

func (*GetWorkflowExecutionHistoryResponse) XXX_Size

func (*GetWorkflowExecutionHistoryResponse) XXX_Unmarshal

func (m *GetWorkflowExecutionHistoryResponse) XXX_Unmarshal(b []byte) error
type Header struct {
	Fields               map[string]*Payload `` /* 153-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*Header) Descriptor

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

func (*Header) GetFields

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

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 (m *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 HealthRequest

type HealthRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*HealthRequest) Descriptor

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

func (*HealthRequest) Marshal

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

func (*HealthRequest) MarshalTo

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

func (*HealthRequest) MarshalToSizedBuffer

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

func (*HealthRequest) ProtoMessage

func (*HealthRequest) ProtoMessage()

func (*HealthRequest) Reset

func (m *HealthRequest) Reset()

func (*HealthRequest) Size

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

func (*HealthRequest) String

func (m *HealthRequest) String() string

func (*HealthRequest) Unmarshal

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

func (*HealthRequest) XXX_DiscardUnknown

func (m *HealthRequest) XXX_DiscardUnknown()

func (*HealthRequest) XXX_Marshal

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

func (*HealthRequest) XXX_Merge

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

func (*HealthRequest) XXX_Size

func (m *HealthRequest) XXX_Size() int

func (*HealthRequest) XXX_Unmarshal

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

type HealthResponse

type HealthResponse struct {
	Ok                   bool     `protobuf:"varint,1,opt,name=ok,proto3" json:"ok,omitempty"`
	Message              string   `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*HealthResponse) Descriptor

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

func (*HealthResponse) GetMessage

func (m *HealthResponse) GetMessage() string

func (*HealthResponse) GetOk

func (m *HealthResponse) GetOk() bool

func (*HealthResponse) Marshal

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

func (*HealthResponse) MarshalTo

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

func (*HealthResponse) MarshalToSizedBuffer

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

func (*HealthResponse) ProtoMessage

func (*HealthResponse) ProtoMessage()

func (*HealthResponse) Reset

func (m *HealthResponse) Reset()

func (*HealthResponse) Size

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

func (*HealthResponse) String

func (m *HealthResponse) String() string

func (*HealthResponse) Unmarshal

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

func (*HealthResponse) XXX_DiscardUnknown

func (m *HealthResponse) XXX_DiscardUnknown()

func (*HealthResponse) XXX_Marshal

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

func (*HealthResponse) XXX_Merge

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

func (*HealthResponse) XXX_Size

func (m *HealthResponse) XXX_Size() int

func (*HealthResponse) XXX_Unmarshal

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

type History

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

func (*History) Descriptor

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

func (*History) GetEvents

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

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 (m *History) String() string

func (*History) Unmarshal

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

func (*History) XXX_DiscardUnknown

func (m *History) XXX_DiscardUnknown()

func (*History) XXX_Marshal

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

func (*History) XXX_Merge

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

func (*History) XXX_Size

func (m *History) XXX_Size() int

func (*History) XXX_Unmarshal

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

type HistoryEvent

type HistoryEvent struct {
	EventId   int64            `protobuf:"varint,1,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"`
	EventTime *types.Timestamp `protobuf:"bytes,2,opt,name=event_time,json=eventTime,proto3" json:"event_time,omitempty"`
	Version   int64            `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"`
	TaskId    int64            `protobuf:"varint,4,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	// Types that are valid to be assigned to Attributes:
	//	*HistoryEvent_WorkflowExecutionStartedEventAttributes
	//	*HistoryEvent_WorkflowExecutionCompletedEventAttributes
	//	*HistoryEvent_WorkflowExecutionFailedEventAttributes
	//	*HistoryEvent_WorkflowExecutionTimedOutEventAttributes
	//	*HistoryEvent_DecisionTaskScheduledEventAttributes
	//	*HistoryEvent_DecisionTaskStartedEventAttributes
	//	*HistoryEvent_DecisionTaskCompletedEventAttributes
	//	*HistoryEvent_DecisionTaskTimedOutEventAttributes
	//	*HistoryEvent_DecisionTaskFailedEventAttributes
	//	*HistoryEvent_ActivityTaskScheduledEventAttributes
	//	*HistoryEvent_ActivityTaskStartedEventAttributes
	//	*HistoryEvent_ActivityTaskCompletedEventAttributes
	//	*HistoryEvent_ActivityTaskFailedEventAttributes
	//	*HistoryEvent_ActivityTaskTimedOutEventAttributes
	//	*HistoryEvent_TimerStartedEventAttributes
	//	*HistoryEvent_TimerFiredEventAttributes
	//	*HistoryEvent_ActivityTaskCancelRequestedEventAttributes
	//	*HistoryEvent_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"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*HistoryEvent) Descriptor

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

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

func (m *HistoryEvent) GetEventTime() *types.Timestamp

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) 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) 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 (m *HistoryEvent) String() string

func (*HistoryEvent) Unmarshal

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

func (*HistoryEvent) XXX_DiscardUnknown

func (m *HistoryEvent) XXX_DiscardUnknown()

func (*HistoryEvent) XXX_Marshal

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

func (*HistoryEvent) XXX_Merge

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

func (*HistoryEvent) XXX_OneofWrappers

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

XXX_OneofWrappers is for the internal use of the proto package.

func (*HistoryEvent) XXX_Size

func (m *HistoryEvent) XXX_Size() int

func (*HistoryEvent) XXX_Unmarshal

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

type HistoryEvent_ActivityTaskCancelRequestedEventAttributes

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

func (*HistoryEvent_ActivityTaskCancelRequestedEventAttributes) MarshalTo

func (*HistoryEvent_ActivityTaskCancelRequestedEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_ActivityTaskCancelRequestedEventAttributes) Size

type HistoryEvent_ActivityTaskCanceledEventAttributes

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

func (*HistoryEvent_ActivityTaskCanceledEventAttributes) MarshalTo

func (*HistoryEvent_ActivityTaskCanceledEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_ActivityTaskCanceledEventAttributes) Size

type HistoryEvent_ActivityTaskCompletedEventAttributes

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

func (*HistoryEvent_ActivityTaskCompletedEventAttributes) MarshalTo

func (*HistoryEvent_ActivityTaskCompletedEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_ActivityTaskCompletedEventAttributes) Size

type HistoryEvent_ActivityTaskFailedEventAttributes

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

func (*HistoryEvent_ActivityTaskFailedEventAttributes) MarshalTo

func (*HistoryEvent_ActivityTaskFailedEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_ActivityTaskFailedEventAttributes) Size

type HistoryEvent_ActivityTaskScheduledEventAttributes

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

func (*HistoryEvent_ActivityTaskScheduledEventAttributes) MarshalTo

func (*HistoryEvent_ActivityTaskScheduledEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_ActivityTaskScheduledEventAttributes) Size

type HistoryEvent_ActivityTaskStartedEventAttributes

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

func (*HistoryEvent_ActivityTaskStartedEventAttributes) MarshalTo

func (*HistoryEvent_ActivityTaskStartedEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_ActivityTaskStartedEventAttributes) Size

type HistoryEvent_ActivityTaskTimedOutEventAttributes

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

func (*HistoryEvent_ActivityTaskTimedOutEventAttributes) MarshalTo

func (*HistoryEvent_ActivityTaskTimedOutEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_ActivityTaskTimedOutEventAttributes) Size

type HistoryEvent_CancelTimerFailedEventAttributes

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

func (*HistoryEvent_CancelTimerFailedEventAttributes) MarshalTo

func (*HistoryEvent_CancelTimerFailedEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_CancelTimerFailedEventAttributes) Size

type HistoryEvent_ChildWorkflowExecutionCanceledEventAttributes

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

func (*HistoryEvent_ChildWorkflowExecutionCanceledEventAttributes) MarshalTo

func (*HistoryEvent_ChildWorkflowExecutionCanceledEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_ChildWorkflowExecutionCanceledEventAttributes) Size

type HistoryEvent_ChildWorkflowExecutionCompletedEventAttributes

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

func (*HistoryEvent_ChildWorkflowExecutionCompletedEventAttributes) MarshalTo

func (*HistoryEvent_ChildWorkflowExecutionCompletedEventAttributes) MarshalToSizedBuffer

func (*HistoryEvent_ChildWorkflowExecutionCompletedEventAttributes) Size

type HistoryEvent_ChildWorkflowExecutionFailedEventAttributes

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

func (*HistoryEvent_ChildWorkflowExecutionFailedEventAttributes) MarshalTo

func (*HistoryEvent_ChildWorkflowExecutionFailedEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_ChildWorkflowExecutionFailedEventAttributes) Size

type HistoryEvent_ChildWorkflowExecutionStartedEventAttributes

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

func (*HistoryEvent_ChildWorkflowExecutionStartedEventAttributes) MarshalTo

func (*HistoryEvent_ChildWorkflowExecutionStartedEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_ChildWorkflowExecutionStartedEventAttributes) Size

type HistoryEvent_ChildWorkflowExecutionTerminatedEventAttributes

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

func (*HistoryEvent_ChildWorkflowExecutionTerminatedEventAttributes) MarshalTo

func (*HistoryEvent_ChildWorkflowExecutionTerminatedEventAttributes) MarshalToSizedBuffer

func (*HistoryEvent_ChildWorkflowExecutionTerminatedEventAttributes) Size

type HistoryEvent_ChildWorkflowExecutionTimedOutEventAttributes

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

func (*HistoryEvent_ChildWorkflowExecutionTimedOutEventAttributes) MarshalTo

func (*HistoryEvent_ChildWorkflowExecutionTimedOutEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_ChildWorkflowExecutionTimedOutEventAttributes) Size

type HistoryEvent_DecisionTaskCompletedEventAttributes

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

func (*HistoryEvent_DecisionTaskCompletedEventAttributes) MarshalTo

func (*HistoryEvent_DecisionTaskCompletedEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_DecisionTaskCompletedEventAttributes) Size

type HistoryEvent_DecisionTaskFailedEventAttributes

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

func (*HistoryEvent_DecisionTaskFailedEventAttributes) MarshalTo

func (*HistoryEvent_DecisionTaskFailedEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_DecisionTaskFailedEventAttributes) Size

type HistoryEvent_DecisionTaskScheduledEventAttributes

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

func (*HistoryEvent_DecisionTaskScheduledEventAttributes) MarshalTo

func (*HistoryEvent_DecisionTaskScheduledEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_DecisionTaskScheduledEventAttributes) Size

type HistoryEvent_DecisionTaskStartedEventAttributes

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

func (*HistoryEvent_DecisionTaskStartedEventAttributes) MarshalTo

func (*HistoryEvent_DecisionTaskStartedEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_DecisionTaskStartedEventAttributes) Size

type HistoryEvent_DecisionTaskTimedOutEventAttributes

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

func (*HistoryEvent_DecisionTaskTimedOutEventAttributes) MarshalTo

func (*HistoryEvent_DecisionTaskTimedOutEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_DecisionTaskTimedOutEventAttributes) Size

type HistoryEvent_ExternalWorkflowExecutionCancelRequestedEventAttributes

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

func (*HistoryEvent_ExternalWorkflowExecutionCancelRequestedEventAttributes) MarshalTo

func (*HistoryEvent_ExternalWorkflowExecutionCancelRequestedEventAttributes) MarshalToSizedBuffer

func (*HistoryEvent_ExternalWorkflowExecutionCancelRequestedEventAttributes) Size

type HistoryEvent_ExternalWorkflowExecutionSignaledEventAttributes

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

func (*HistoryEvent_ExternalWorkflowExecutionSignaledEventAttributes) MarshalTo

func (*HistoryEvent_ExternalWorkflowExecutionSignaledEventAttributes) MarshalToSizedBuffer

func (*HistoryEvent_ExternalWorkflowExecutionSignaledEventAttributes) Size

type HistoryEvent_MarkerRecordedEventAttributes

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

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

type HistoryEvent_RequestCancelActivityTaskFailedEventAttributes

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

func (*HistoryEvent_RequestCancelActivityTaskFailedEventAttributes) MarshalTo

func (*HistoryEvent_RequestCancelActivityTaskFailedEventAttributes) MarshalToSizedBuffer

func (*HistoryEvent_RequestCancelActivityTaskFailedEventAttributes) Size

type HistoryEvent_RequestCancelExternalWorkflowExecutionFailedEventAttributes

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

func (*HistoryEvent_RequestCancelExternalWorkflowExecutionFailedEventAttributes) MarshalTo

func (*HistoryEvent_RequestCancelExternalWorkflowExecutionFailedEventAttributes) MarshalToSizedBuffer

func (*HistoryEvent_RequestCancelExternalWorkflowExecutionFailedEventAttributes) Size

type HistoryEvent_RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

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

func (*HistoryEvent_RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) MarshalTo

func (*HistoryEvent_RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) MarshalToSizedBuffer

func (*HistoryEvent_RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) Size

type HistoryEvent_SignalExternalWorkflowExecutionFailedEventAttributes

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

func (*HistoryEvent_SignalExternalWorkflowExecutionFailedEventAttributes) MarshalTo

func (*HistoryEvent_SignalExternalWorkflowExecutionFailedEventAttributes) MarshalToSizedBuffer

func (*HistoryEvent_SignalExternalWorkflowExecutionFailedEventAttributes) Size

type HistoryEvent_SignalExternalWorkflowExecutionInitiatedEventAttributes

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

func (*HistoryEvent_SignalExternalWorkflowExecutionInitiatedEventAttributes) MarshalTo

func (*HistoryEvent_SignalExternalWorkflowExecutionInitiatedEventAttributes) MarshalToSizedBuffer

func (*HistoryEvent_SignalExternalWorkflowExecutionInitiatedEventAttributes) Size

type HistoryEvent_StartChildWorkflowExecutionFailedEventAttributes

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

func (*HistoryEvent_StartChildWorkflowExecutionFailedEventAttributes) MarshalTo

func (*HistoryEvent_StartChildWorkflowExecutionFailedEventAttributes) MarshalToSizedBuffer

func (*HistoryEvent_StartChildWorkflowExecutionFailedEventAttributes) Size

type HistoryEvent_StartChildWorkflowExecutionInitiatedEventAttributes

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

func (*HistoryEvent_StartChildWorkflowExecutionInitiatedEventAttributes) MarshalTo

func (*HistoryEvent_StartChildWorkflowExecutionInitiatedEventAttributes) MarshalToSizedBuffer

func (*HistoryEvent_StartChildWorkflowExecutionInitiatedEventAttributes) Size

type HistoryEvent_TimerCanceledEventAttributes

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

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

type HistoryEvent_TimerFiredEventAttributes

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

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

type HistoryEvent_TimerStartedEventAttributes

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

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

type HistoryEvent_UpsertWorkflowSearchAttributesEventAttributes

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

func (*HistoryEvent_UpsertWorkflowSearchAttributesEventAttributes) MarshalTo

func (*HistoryEvent_UpsertWorkflowSearchAttributesEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_UpsertWorkflowSearchAttributesEventAttributes) Size

type HistoryEvent_WorkflowExecutionCancelRequestedEventAttributes

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

func (*HistoryEvent_WorkflowExecutionCancelRequestedEventAttributes) MarshalTo

func (*HistoryEvent_WorkflowExecutionCancelRequestedEventAttributes) MarshalToSizedBuffer

func (*HistoryEvent_WorkflowExecutionCancelRequestedEventAttributes) Size

type HistoryEvent_WorkflowExecutionCanceledEventAttributes

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

func (*HistoryEvent_WorkflowExecutionCanceledEventAttributes) MarshalTo

func (*HistoryEvent_WorkflowExecutionCanceledEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_WorkflowExecutionCanceledEventAttributes) Size

type HistoryEvent_WorkflowExecutionCompletedEventAttributes

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

func (*HistoryEvent_WorkflowExecutionCompletedEventAttributes) MarshalTo

func (*HistoryEvent_WorkflowExecutionCompletedEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_WorkflowExecutionCompletedEventAttributes) Size

type HistoryEvent_WorkflowExecutionContinuedAsNewEventAttributes

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

func (*HistoryEvent_WorkflowExecutionContinuedAsNewEventAttributes) MarshalTo

func (*HistoryEvent_WorkflowExecutionContinuedAsNewEventAttributes) MarshalToSizedBuffer

func (*HistoryEvent_WorkflowExecutionContinuedAsNewEventAttributes) Size

type HistoryEvent_WorkflowExecutionFailedEventAttributes

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

func (*HistoryEvent_WorkflowExecutionFailedEventAttributes) MarshalTo

func (*HistoryEvent_WorkflowExecutionFailedEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_WorkflowExecutionFailedEventAttributes) Size

type HistoryEvent_WorkflowExecutionSignaledEventAttributes

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

func (*HistoryEvent_WorkflowExecutionSignaledEventAttributes) MarshalTo

func (*HistoryEvent_WorkflowExecutionSignaledEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_WorkflowExecutionSignaledEventAttributes) Size

type HistoryEvent_WorkflowExecutionStartedEventAttributes

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

func (*HistoryEvent_WorkflowExecutionStartedEventAttributes) MarshalTo

func (*HistoryEvent_WorkflowExecutionStartedEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_WorkflowExecutionStartedEventAttributes) Size

type HistoryEvent_WorkflowExecutionTerminatedEventAttributes

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

func (*HistoryEvent_WorkflowExecutionTerminatedEventAttributes) MarshalTo

func (*HistoryEvent_WorkflowExecutionTerminatedEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_WorkflowExecutionTerminatedEventAttributes) Size

type HistoryEvent_WorkflowExecutionTimedOutEventAttributes

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

func (*HistoryEvent_WorkflowExecutionTimedOutEventAttributes) MarshalTo

func (*HistoryEvent_WorkflowExecutionTimedOutEventAttributes) MarshalToSizedBuffer

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

func (*HistoryEvent_WorkflowExecutionTimedOutEventAttributes) Size

type IndexedValueType

type IndexedValueType int32
const (
	IndexedValueType_INDEXED_VALUE_TYPE_INVALID  IndexedValueType = 0
	IndexedValueType_INDEXED_VALUE_TYPE_STRING   IndexedValueType = 1
	IndexedValueType_INDEXED_VALUE_TYPE_KEYWORD  IndexedValueType = 2
	IndexedValueType_INDEXED_VALUE_TYPE_INT      IndexedValueType = 3
	IndexedValueType_INDEXED_VALUE_TYPE_DOUBLE   IndexedValueType = 4
	IndexedValueType_INDEXED_VALUE_TYPE_BOOL     IndexedValueType = 5
	IndexedValueType_INDEXED_VALUE_TYPE_DATETIME IndexedValueType = 6
)

func (IndexedValueType) EnumDescriptor

func (IndexedValueType) EnumDescriptor() ([]byte, []int)

func (IndexedValueType) String

func (x IndexedValueType) String() string

type IsolationGroupConfiguration

type IsolationGroupConfiguration struct {
	IsolationGroups      []*IsolationGroupPartition `protobuf:"bytes,1,rep,name=isolation_groups,json=isolationGroups,proto3" json:"isolation_groups,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*IsolationGroupConfiguration) Descriptor

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

func (*IsolationGroupConfiguration) GetIsolationGroups

func (m *IsolationGroupConfiguration) GetIsolationGroups() []*IsolationGroupPartition

func (*IsolationGroupConfiguration) Marshal

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

func (*IsolationGroupConfiguration) MarshalTo

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

func (*IsolationGroupConfiguration) MarshalToSizedBuffer

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

func (*IsolationGroupConfiguration) ProtoMessage

func (*IsolationGroupConfiguration) ProtoMessage()

func (*IsolationGroupConfiguration) Reset

func (m *IsolationGroupConfiguration) Reset()

func (*IsolationGroupConfiguration) Size

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

func (*IsolationGroupConfiguration) String

func (m *IsolationGroupConfiguration) String() string

func (*IsolationGroupConfiguration) Unmarshal

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

func (*IsolationGroupConfiguration) XXX_DiscardUnknown

func (m *IsolationGroupConfiguration) XXX_DiscardUnknown()

func (*IsolationGroupConfiguration) XXX_Marshal

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

func (*IsolationGroupConfiguration) XXX_Merge

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

func (*IsolationGroupConfiguration) XXX_Size

func (m *IsolationGroupConfiguration) XXX_Size() int

func (*IsolationGroupConfiguration) XXX_Unmarshal

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

type IsolationGroupPartition

type IsolationGroupPartition struct {
	Name                 string              `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	State                IsolationGroupState `protobuf:"varint,2,opt,name=state,proto3,enum=uber.cadence.api.v1.IsolationGroupState" json:"state,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*IsolationGroupPartition) Descriptor

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

func (*IsolationGroupPartition) GetName

func (m *IsolationGroupPartition) GetName() string

func (*IsolationGroupPartition) GetState

func (*IsolationGroupPartition) Marshal

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

func (*IsolationGroupPartition) MarshalTo

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

func (*IsolationGroupPartition) MarshalToSizedBuffer

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

func (*IsolationGroupPartition) ProtoMessage

func (*IsolationGroupPartition) ProtoMessage()

func (*IsolationGroupPartition) Reset

func (m *IsolationGroupPartition) Reset()

func (*IsolationGroupPartition) Size

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

func (*IsolationGroupPartition) String

func (m *IsolationGroupPartition) String() string

func (*IsolationGroupPartition) Unmarshal

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

func (*IsolationGroupPartition) XXX_DiscardUnknown

func (m *IsolationGroupPartition) XXX_DiscardUnknown()

func (*IsolationGroupPartition) XXX_Marshal

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

func (*IsolationGroupPartition) XXX_Merge

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

func (*IsolationGroupPartition) XXX_Size

func (m *IsolationGroupPartition) XXX_Size() int

func (*IsolationGroupPartition) XXX_Unmarshal

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

type IsolationGroupState

type IsolationGroupState int32
const (
	IsolationGroupState_ISOLATION_GROUP_STATE_INVALID IsolationGroupState = 0
	IsolationGroupState_ISOLATION_GROUP_STATE_HEALTHY IsolationGroupState = 1
	IsolationGroupState_ISOLATION_GROUP_STATE_DRAINED IsolationGroupState = 2
)

func (IsolationGroupState) EnumDescriptor

func (IsolationGroupState) EnumDescriptor() ([]byte, []int)

func (IsolationGroupState) String

func (x IsolationGroupState) String() string

type LimitExceededError

type LimitExceededError struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LimitExceededError) Descriptor

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

func (*LimitExceededError) Marshal

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

func (*LimitExceededError) MarshalTo

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

func (*LimitExceededError) MarshalToSizedBuffer

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

func (*LimitExceededError) ProtoMessage

func (*LimitExceededError) ProtoMessage()

func (*LimitExceededError) Reset

func (m *LimitExceededError) Reset()

func (*LimitExceededError) Size

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

func (*LimitExceededError) String

func (m *LimitExceededError) String() string

func (*LimitExceededError) Unmarshal

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

func (*LimitExceededError) XXX_DiscardUnknown

func (m *LimitExceededError) XXX_DiscardUnknown()

func (*LimitExceededError) XXX_Marshal

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

func (*LimitExceededError) XXX_Merge

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

func (*LimitExceededError) XXX_Size

func (m *LimitExceededError) XXX_Size() int

func (*LimitExceededError) XXX_Unmarshal

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

type ListArchivedWorkflowExecutionsRequest

type ListArchivedWorkflowExecutionsRequest struct {
	Domain               string   `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	PageSize             int32    `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	NextPageToken        []byte   `protobuf:"bytes,3,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	Query                string   `protobuf:"bytes,4,opt,name=query,proto3" json:"query,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListArchivedWorkflowExecutionsRequest) Descriptor

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

func (*ListArchivedWorkflowExecutionsRequest) GetDomain

func (*ListArchivedWorkflowExecutionsRequest) GetNextPageToken

func (m *ListArchivedWorkflowExecutionsRequest) GetNextPageToken() []byte

func (*ListArchivedWorkflowExecutionsRequest) GetPageSize

func (*ListArchivedWorkflowExecutionsRequest) GetQuery

func (*ListArchivedWorkflowExecutionsRequest) Marshal

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

func (*ListArchivedWorkflowExecutionsRequest) MarshalTo

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

func (*ListArchivedWorkflowExecutionsRequest) MarshalToSizedBuffer

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

func (*ListArchivedWorkflowExecutionsRequest) ProtoMessage

func (*ListArchivedWorkflowExecutionsRequest) ProtoMessage()

func (*ListArchivedWorkflowExecutionsRequest) Reset

func (*ListArchivedWorkflowExecutionsRequest) Size

func (*ListArchivedWorkflowExecutionsRequest) String

func (*ListArchivedWorkflowExecutionsRequest) Unmarshal

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

func (*ListArchivedWorkflowExecutionsRequest) XXX_DiscardUnknown

func (m *ListArchivedWorkflowExecutionsRequest) XXX_DiscardUnknown()

func (*ListArchivedWorkflowExecutionsRequest) XXX_Marshal

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

func (*ListArchivedWorkflowExecutionsRequest) XXX_Merge

func (*ListArchivedWorkflowExecutionsRequest) XXX_Size

func (*ListArchivedWorkflowExecutionsRequest) XXX_Unmarshal

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

type ListArchivedWorkflowExecutionsResponse

type ListArchivedWorkflowExecutionsResponse struct {
	Executions           []*WorkflowExecutionInfo `protobuf:"bytes,1,rep,name=executions,proto3" json:"executions,omitempty"`
	NextPageToken        []byte                   `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*ListArchivedWorkflowExecutionsResponse) Descriptor

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

func (*ListArchivedWorkflowExecutionsResponse) GetExecutions

func (*ListArchivedWorkflowExecutionsResponse) GetNextPageToken

func (m *ListArchivedWorkflowExecutionsResponse) GetNextPageToken() []byte

func (*ListArchivedWorkflowExecutionsResponse) Marshal

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

func (*ListArchivedWorkflowExecutionsResponse) MarshalTo

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

func (*ListArchivedWorkflowExecutionsResponse) MarshalToSizedBuffer

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

func (*ListArchivedWorkflowExecutionsResponse) ProtoMessage

func (*ListArchivedWorkflowExecutionsResponse) Reset

func (*ListArchivedWorkflowExecutionsResponse) Size

func (*ListArchivedWorkflowExecutionsResponse) String

func (*ListArchivedWorkflowExecutionsResponse) Unmarshal

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

func (*ListArchivedWorkflowExecutionsResponse) XXX_DiscardUnknown

func (m *ListArchivedWorkflowExecutionsResponse) XXX_DiscardUnknown()

func (*ListArchivedWorkflowExecutionsResponse) XXX_Marshal

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

func (*ListArchivedWorkflowExecutionsResponse) XXX_Merge

func (*ListArchivedWorkflowExecutionsResponse) XXX_Size

func (*ListArchivedWorkflowExecutionsResponse) XXX_Unmarshal

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

type ListClosedWorkflowExecutionsRequest

type ListClosedWorkflowExecutionsRequest struct {
	Domain          string           `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	PageSize        int32            `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	NextPageToken   []byte           `protobuf:"bytes,3,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	StartTimeFilter *StartTimeFilter `protobuf:"bytes,4,opt,name=start_time_filter,json=startTimeFilter,proto3" json:"start_time_filter,omitempty"`
	// Types that are valid to be assigned to Filters:
	//	*ListClosedWorkflowExecutionsRequest_ExecutionFilter
	//	*ListClosedWorkflowExecutionsRequest_TypeFilter
	//	*ListClosedWorkflowExecutionsRequest_StatusFilter
	Filters              isListClosedWorkflowExecutionsRequest_Filters `protobuf_oneof:"filters"`
	XXX_NoUnkeyedLiteral struct{}                                      `json:"-"`
	XXX_unrecognized     []byte                                        `json:"-"`
	XXX_sizecache        int32                                         `json:"-"`
}

func (*ListClosedWorkflowExecutionsRequest) Descriptor

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

func (*ListClosedWorkflowExecutionsRequest) GetDomain

func (*ListClosedWorkflowExecutionsRequest) GetExecutionFilter

func (*ListClosedWorkflowExecutionsRequest) GetFilters

func (m *ListClosedWorkflowExecutionsRequest) GetFilters() isListClosedWorkflowExecutionsRequest_Filters

func (*ListClosedWorkflowExecutionsRequest) GetNextPageToken

func (m *ListClosedWorkflowExecutionsRequest) GetNextPageToken() []byte

func (*ListClosedWorkflowExecutionsRequest) GetPageSize

func (m *ListClosedWorkflowExecutionsRequest) GetPageSize() int32

func (*ListClosedWorkflowExecutionsRequest) GetStartTimeFilter

func (m *ListClosedWorkflowExecutionsRequest) GetStartTimeFilter() *StartTimeFilter

func (*ListClosedWorkflowExecutionsRequest) GetStatusFilter

func (m *ListClosedWorkflowExecutionsRequest) GetStatusFilter() *StatusFilter

func (*ListClosedWorkflowExecutionsRequest) GetTypeFilter

func (*ListClosedWorkflowExecutionsRequest) Marshal

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

func (*ListClosedWorkflowExecutionsRequest) MarshalTo

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

func (*ListClosedWorkflowExecutionsRequest) MarshalToSizedBuffer

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

func (*ListClosedWorkflowExecutionsRequest) ProtoMessage

func (*ListClosedWorkflowExecutionsRequest) ProtoMessage()

func (*ListClosedWorkflowExecutionsRequest) Reset

func (*ListClosedWorkflowExecutionsRequest) Size

func (*ListClosedWorkflowExecutionsRequest) String

func (*ListClosedWorkflowExecutionsRequest) Unmarshal

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

func (*ListClosedWorkflowExecutionsRequest) XXX_DiscardUnknown

func (m *ListClosedWorkflowExecutionsRequest) XXX_DiscardUnknown()

func (*ListClosedWorkflowExecutionsRequest) XXX_Marshal

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

func (*ListClosedWorkflowExecutionsRequest) XXX_Merge

func (*ListClosedWorkflowExecutionsRequest) XXX_OneofWrappers

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

XXX_OneofWrappers is for the internal use of the proto package.

func (*ListClosedWorkflowExecutionsRequest) XXX_Size

func (*ListClosedWorkflowExecutionsRequest) XXX_Unmarshal

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

type ListClosedWorkflowExecutionsRequest_ExecutionFilter

type ListClosedWorkflowExecutionsRequest_ExecutionFilter struct {
	ExecutionFilter *WorkflowExecutionFilter `protobuf:"bytes,5,opt,name=execution_filter,json=executionFilter,proto3,oneof" json:"execution_filter,omitempty"`
}

func (*ListClosedWorkflowExecutionsRequest_ExecutionFilter) MarshalTo

func (*ListClosedWorkflowExecutionsRequest_ExecutionFilter) MarshalToSizedBuffer

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

func (*ListClosedWorkflowExecutionsRequest_ExecutionFilter) Size

type ListClosedWorkflowExecutionsRequest_StatusFilter

type ListClosedWorkflowExecutionsRequest_StatusFilter struct {
	StatusFilter *StatusFilter `protobuf:"bytes,7,opt,name=status_filter,json=statusFilter,proto3,oneof" json:"status_filter,omitempty"`
}

func (*ListClosedWorkflowExecutionsRequest_StatusFilter) MarshalTo

func (*ListClosedWorkflowExecutionsRequest_StatusFilter) MarshalToSizedBuffer

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

func (*ListClosedWorkflowExecutionsRequest_StatusFilter) Size

type ListClosedWorkflowExecutionsRequest_TypeFilter

type ListClosedWorkflowExecutionsRequest_TypeFilter struct {
	TypeFilter *WorkflowTypeFilter `protobuf:"bytes,6,opt,name=type_filter,json=typeFilter,proto3,oneof" json:"type_filter,omitempty"`
}

func (*ListClosedWorkflowExecutionsRequest_TypeFilter) MarshalTo

func (*ListClosedWorkflowExecutionsRequest_TypeFilter) MarshalToSizedBuffer

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

func (*ListClosedWorkflowExecutionsRequest_TypeFilter) Size

type ListClosedWorkflowExecutionsResponse

type ListClosedWorkflowExecutionsResponse struct {
	Executions           []*WorkflowExecutionInfo `protobuf:"bytes,1,rep,name=executions,proto3" json:"executions,omitempty"`
	NextPageToken        []byte                   `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*ListClosedWorkflowExecutionsResponse) Descriptor

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

func (*ListClosedWorkflowExecutionsResponse) GetExecutions

func (*ListClosedWorkflowExecutionsResponse) GetNextPageToken

func (m *ListClosedWorkflowExecutionsResponse) GetNextPageToken() []byte

func (*ListClosedWorkflowExecutionsResponse) Marshal

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

func (*ListClosedWorkflowExecutionsResponse) MarshalTo

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

func (*ListClosedWorkflowExecutionsResponse) MarshalToSizedBuffer

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

func (*ListClosedWorkflowExecutionsResponse) ProtoMessage

func (*ListClosedWorkflowExecutionsResponse) ProtoMessage()

func (*ListClosedWorkflowExecutionsResponse) Reset

func (*ListClosedWorkflowExecutionsResponse) Size

func (*ListClosedWorkflowExecutionsResponse) String

func (*ListClosedWorkflowExecutionsResponse) Unmarshal

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

func (*ListClosedWorkflowExecutionsResponse) XXX_DiscardUnknown

func (m *ListClosedWorkflowExecutionsResponse) XXX_DiscardUnknown()

func (*ListClosedWorkflowExecutionsResponse) XXX_Marshal

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

func (*ListClosedWorkflowExecutionsResponse) XXX_Merge

func (*ListClosedWorkflowExecutionsResponse) XXX_Size

func (*ListClosedWorkflowExecutionsResponse) XXX_Unmarshal

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

type ListDomainsRequest

type ListDomainsRequest struct {
	PageSize             int32    `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	NextPageToken        []byte   `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListDomainsRequest) Descriptor

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

func (*ListDomainsRequest) GetNextPageToken

func (m *ListDomainsRequest) GetNextPageToken() []byte

func (*ListDomainsRequest) GetPageSize

func (m *ListDomainsRequest) GetPageSize() int32

func (*ListDomainsRequest) Marshal

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

func (*ListDomainsRequest) MarshalTo

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

func (*ListDomainsRequest) MarshalToSizedBuffer

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

func (*ListDomainsRequest) ProtoMessage

func (*ListDomainsRequest) ProtoMessage()

func (*ListDomainsRequest) Reset

func (m *ListDomainsRequest) Reset()

func (*ListDomainsRequest) Size

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

func (*ListDomainsRequest) String

func (m *ListDomainsRequest) String() string

func (*ListDomainsRequest) Unmarshal

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

func (*ListDomainsRequest) XXX_DiscardUnknown

func (m *ListDomainsRequest) XXX_DiscardUnknown()

func (*ListDomainsRequest) XXX_Marshal

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

func (*ListDomainsRequest) XXX_Merge

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

func (*ListDomainsRequest) XXX_Size

func (m *ListDomainsRequest) XXX_Size() int

func (*ListDomainsRequest) XXX_Unmarshal

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

type ListDomainsResponse

type ListDomainsResponse struct {
	Domains              []*Domain `protobuf:"bytes,1,rep,name=domains,proto3" json:"domains,omitempty"`
	NextPageToken        []byte    `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*ListDomainsResponse) Descriptor

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

func (*ListDomainsResponse) GetDomains

func (m *ListDomainsResponse) GetDomains() []*Domain

func (*ListDomainsResponse) GetNextPageToken

func (m *ListDomainsResponse) GetNextPageToken() []byte

func (*ListDomainsResponse) Marshal

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

func (*ListDomainsResponse) MarshalTo

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

func (*ListDomainsResponse) MarshalToSizedBuffer

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

func (*ListDomainsResponse) ProtoMessage

func (*ListDomainsResponse) ProtoMessage()

func (*ListDomainsResponse) Reset

func (m *ListDomainsResponse) Reset()

func (*ListDomainsResponse) Size

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

func (*ListDomainsResponse) String

func (m *ListDomainsResponse) String() string

func (*ListDomainsResponse) Unmarshal

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

func (*ListDomainsResponse) XXX_DiscardUnknown

func (m *ListDomainsResponse) XXX_DiscardUnknown()

func (*ListDomainsResponse) XXX_Marshal

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

func (*ListDomainsResponse) XXX_Merge

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

func (*ListDomainsResponse) XXX_Size

func (m *ListDomainsResponse) XXX_Size() int

func (*ListDomainsResponse) XXX_Unmarshal

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

type ListOpenWorkflowExecutionsRequest

type ListOpenWorkflowExecutionsRequest struct {
	Domain          string           `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	PageSize        int32            `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	NextPageToken   []byte           `protobuf:"bytes,3,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	StartTimeFilter *StartTimeFilter `protobuf:"bytes,4,opt,name=start_time_filter,json=startTimeFilter,proto3" json:"start_time_filter,omitempty"`
	// Types that are valid to be assigned to Filters:
	//	*ListOpenWorkflowExecutionsRequest_ExecutionFilter
	//	*ListOpenWorkflowExecutionsRequest_TypeFilter
	Filters              isListOpenWorkflowExecutionsRequest_Filters `protobuf_oneof:"filters"`
	XXX_NoUnkeyedLiteral struct{}                                    `json:"-"`
	XXX_unrecognized     []byte                                      `json:"-"`
	XXX_sizecache        int32                                       `json:"-"`
}

func (*ListOpenWorkflowExecutionsRequest) Descriptor

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

func (*ListOpenWorkflowExecutionsRequest) GetDomain

func (*ListOpenWorkflowExecutionsRequest) GetExecutionFilter

func (*ListOpenWorkflowExecutionsRequest) GetFilters

func (m *ListOpenWorkflowExecutionsRequest) GetFilters() isListOpenWorkflowExecutionsRequest_Filters

func (*ListOpenWorkflowExecutionsRequest) GetNextPageToken

func (m *ListOpenWorkflowExecutionsRequest) GetNextPageToken() []byte

func (*ListOpenWorkflowExecutionsRequest) GetPageSize

func (m *ListOpenWorkflowExecutionsRequest) GetPageSize() int32

func (*ListOpenWorkflowExecutionsRequest) GetStartTimeFilter

func (m *ListOpenWorkflowExecutionsRequest) GetStartTimeFilter() *StartTimeFilter

func (*ListOpenWorkflowExecutionsRequest) GetTypeFilter

func (*ListOpenWorkflowExecutionsRequest) Marshal

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

func (*ListOpenWorkflowExecutionsRequest) MarshalTo

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

func (*ListOpenWorkflowExecutionsRequest) MarshalToSizedBuffer

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

func (*ListOpenWorkflowExecutionsRequest) ProtoMessage

func (*ListOpenWorkflowExecutionsRequest) ProtoMessage()

func (*ListOpenWorkflowExecutionsRequest) Reset

func (*ListOpenWorkflowExecutionsRequest) Size

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

func (*ListOpenWorkflowExecutionsRequest) String

func (*ListOpenWorkflowExecutionsRequest) Unmarshal

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

func (*ListOpenWorkflowExecutionsRequest) XXX_DiscardUnknown

func (m *ListOpenWorkflowExecutionsRequest) XXX_DiscardUnknown()

func (*ListOpenWorkflowExecutionsRequest) XXX_Marshal

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

func (*ListOpenWorkflowExecutionsRequest) XXX_Merge

func (*ListOpenWorkflowExecutionsRequest) XXX_OneofWrappers

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

XXX_OneofWrappers is for the internal use of the proto package.

func (*ListOpenWorkflowExecutionsRequest) XXX_Size

func (m *ListOpenWorkflowExecutionsRequest) XXX_Size() int

func (*ListOpenWorkflowExecutionsRequest) XXX_Unmarshal

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

type ListOpenWorkflowExecutionsRequest_ExecutionFilter

type ListOpenWorkflowExecutionsRequest_ExecutionFilter struct {
	ExecutionFilter *WorkflowExecutionFilter `protobuf:"bytes,5,opt,name=execution_filter,json=executionFilter,proto3,oneof" json:"execution_filter,omitempty"`
}

func (*ListOpenWorkflowExecutionsRequest_ExecutionFilter) MarshalTo

func (*ListOpenWorkflowExecutionsRequest_ExecutionFilter) MarshalToSizedBuffer

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

func (*ListOpenWorkflowExecutionsRequest_ExecutionFilter) Size

type ListOpenWorkflowExecutionsRequest_TypeFilter

type ListOpenWorkflowExecutionsRequest_TypeFilter struct {
	TypeFilter *WorkflowTypeFilter `protobuf:"bytes,6,opt,name=type_filter,json=typeFilter,proto3,oneof" json:"type_filter,omitempty"`
}

func (*ListOpenWorkflowExecutionsRequest_TypeFilter) MarshalTo

func (*ListOpenWorkflowExecutionsRequest_TypeFilter) MarshalToSizedBuffer

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

func (*ListOpenWorkflowExecutionsRequest_TypeFilter) Size

type ListOpenWorkflowExecutionsResponse

type ListOpenWorkflowExecutionsResponse struct {
	Executions           []*WorkflowExecutionInfo `protobuf:"bytes,1,rep,name=executions,proto3" json:"executions,omitempty"`
	NextPageToken        []byte                   `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*ListOpenWorkflowExecutionsResponse) Descriptor

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

func (*ListOpenWorkflowExecutionsResponse) GetExecutions

func (*ListOpenWorkflowExecutionsResponse) GetNextPageToken

func (m *ListOpenWorkflowExecutionsResponse) GetNextPageToken() []byte

func (*ListOpenWorkflowExecutionsResponse) Marshal

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

func (*ListOpenWorkflowExecutionsResponse) MarshalTo

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

func (*ListOpenWorkflowExecutionsResponse) MarshalToSizedBuffer

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

func (*ListOpenWorkflowExecutionsResponse) ProtoMessage

func (*ListOpenWorkflowExecutionsResponse) ProtoMessage()

func (*ListOpenWorkflowExecutionsResponse) Reset

func (*ListOpenWorkflowExecutionsResponse) Size

func (*ListOpenWorkflowExecutionsResponse) String

func (*ListOpenWorkflowExecutionsResponse) Unmarshal

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

func (*ListOpenWorkflowExecutionsResponse) XXX_DiscardUnknown

func (m *ListOpenWorkflowExecutionsResponse) XXX_DiscardUnknown()

func (*ListOpenWorkflowExecutionsResponse) XXX_Marshal

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

func (*ListOpenWorkflowExecutionsResponse) XXX_Merge

func (*ListOpenWorkflowExecutionsResponse) XXX_Size

func (*ListOpenWorkflowExecutionsResponse) XXX_Unmarshal

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

type ListTaskListPartitionsRequest

type ListTaskListPartitionsRequest struct {
	Domain               string    `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	TaskList             *TaskList `protobuf:"bytes,2,opt,name=task_list,json=taskList,proto3" json:"task_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*ListTaskListPartitionsRequest) Descriptor

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

func (*ListTaskListPartitionsRequest) GetDomain

func (m *ListTaskListPartitionsRequest) GetDomain() string

func (*ListTaskListPartitionsRequest) GetTaskList

func (m *ListTaskListPartitionsRequest) GetTaskList() *TaskList

func (*ListTaskListPartitionsRequest) Marshal

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

func (*ListTaskListPartitionsRequest) MarshalTo

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

func (*ListTaskListPartitionsRequest) MarshalToSizedBuffer

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

func (*ListTaskListPartitionsRequest) ProtoMessage

func (*ListTaskListPartitionsRequest) ProtoMessage()

func (*ListTaskListPartitionsRequest) Reset

func (m *ListTaskListPartitionsRequest) Reset()

func (*ListTaskListPartitionsRequest) Size

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

func (*ListTaskListPartitionsRequest) String

func (*ListTaskListPartitionsRequest) Unmarshal

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

func (*ListTaskListPartitionsRequest) XXX_DiscardUnknown

func (m *ListTaskListPartitionsRequest) XXX_DiscardUnknown()

func (*ListTaskListPartitionsRequest) XXX_Marshal

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

func (*ListTaskListPartitionsRequest) XXX_Merge

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

func (*ListTaskListPartitionsRequest) XXX_Size

func (m *ListTaskListPartitionsRequest) XXX_Size() int

func (*ListTaskListPartitionsRequest) XXX_Unmarshal

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

type ListTaskListPartitionsResponse

type ListTaskListPartitionsResponse struct {
	ActivityTaskListPartitions []*TaskListPartitionMetadata `` /* 143-byte string literal not displayed */
	DecisionTaskListPartitions []*TaskListPartitionMetadata `` /* 143-byte string literal not displayed */
	XXX_NoUnkeyedLiteral       struct{}                     `json:"-"`
	XXX_unrecognized           []byte                       `json:"-"`
	XXX_sizecache              int32                        `json:"-"`
}

func (*ListTaskListPartitionsResponse) Descriptor

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

func (*ListTaskListPartitionsResponse) GetActivityTaskListPartitions

func (m *ListTaskListPartitionsResponse) GetActivityTaskListPartitions() []*TaskListPartitionMetadata

func (*ListTaskListPartitionsResponse) GetDecisionTaskListPartitions

func (m *ListTaskListPartitionsResponse) GetDecisionTaskListPartitions() []*TaskListPartitionMetadata

func (*ListTaskListPartitionsResponse) Marshal

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

func (*ListTaskListPartitionsResponse) MarshalTo

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

func (*ListTaskListPartitionsResponse) MarshalToSizedBuffer

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

func (*ListTaskListPartitionsResponse) ProtoMessage

func (*ListTaskListPartitionsResponse) ProtoMessage()

func (*ListTaskListPartitionsResponse) Reset

func (m *ListTaskListPartitionsResponse) Reset()

func (*ListTaskListPartitionsResponse) Size

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

func (*ListTaskListPartitionsResponse) String

func (*ListTaskListPartitionsResponse) Unmarshal

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

func (*ListTaskListPartitionsResponse) XXX_DiscardUnknown

func (m *ListTaskListPartitionsResponse) XXX_DiscardUnknown()

func (*ListTaskListPartitionsResponse) XXX_Marshal

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

func (*ListTaskListPartitionsResponse) XXX_Merge

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

func (*ListTaskListPartitionsResponse) XXX_Size

func (m *ListTaskListPartitionsResponse) XXX_Size() int

func (*ListTaskListPartitionsResponse) XXX_Unmarshal

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

type ListWorkflowExecutionsRequest

type ListWorkflowExecutionsRequest struct {
	Domain               string   `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	PageSize             int32    `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	NextPageToken        []byte   `protobuf:"bytes,3,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	Query                string   `protobuf:"bytes,4,opt,name=query,proto3" json:"query,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListWorkflowExecutionsRequest) Descriptor

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

func (*ListWorkflowExecutionsRequest) GetDomain

func (m *ListWorkflowExecutionsRequest) GetDomain() string

func (*ListWorkflowExecutionsRequest) GetNextPageToken

func (m *ListWorkflowExecutionsRequest) GetNextPageToken() []byte

func (*ListWorkflowExecutionsRequest) GetPageSize

func (m *ListWorkflowExecutionsRequest) GetPageSize() int32

func (*ListWorkflowExecutionsRequest) GetQuery

func (m *ListWorkflowExecutionsRequest) GetQuery() string

func (*ListWorkflowExecutionsRequest) Marshal

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

func (*ListWorkflowExecutionsRequest) MarshalTo

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

func (*ListWorkflowExecutionsRequest) MarshalToSizedBuffer

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

func (*ListWorkflowExecutionsRequest) ProtoMessage

func (*ListWorkflowExecutionsRequest) ProtoMessage()

func (*ListWorkflowExecutionsRequest) Reset

func (m *ListWorkflowExecutionsRequest) Reset()

func (*ListWorkflowExecutionsRequest) Size

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

func (*ListWorkflowExecutionsRequest) String

func (*ListWorkflowExecutionsRequest) Unmarshal

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

func (*ListWorkflowExecutionsRequest) XXX_DiscardUnknown

func (m *ListWorkflowExecutionsRequest) XXX_DiscardUnknown()

func (*ListWorkflowExecutionsRequest) XXX_Marshal

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

func (*ListWorkflowExecutionsRequest) XXX_Merge

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

func (*ListWorkflowExecutionsRequest) XXX_Size

func (m *ListWorkflowExecutionsRequest) XXX_Size() int

func (*ListWorkflowExecutionsRequest) XXX_Unmarshal

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

type ListWorkflowExecutionsResponse

type ListWorkflowExecutionsResponse struct {
	Executions           []*WorkflowExecutionInfo `protobuf:"bytes,1,rep,name=executions,proto3" json:"executions,omitempty"`
	NextPageToken        []byte                   `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*ListWorkflowExecutionsResponse) Descriptor

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

func (*ListWorkflowExecutionsResponse) GetExecutions

func (*ListWorkflowExecutionsResponse) GetNextPageToken

func (m *ListWorkflowExecutionsResponse) GetNextPageToken() []byte

func (*ListWorkflowExecutionsResponse) Marshal

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

func (*ListWorkflowExecutionsResponse) MarshalTo

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

func (*ListWorkflowExecutionsResponse) MarshalToSizedBuffer

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

func (*ListWorkflowExecutionsResponse) ProtoMessage

func (*ListWorkflowExecutionsResponse) ProtoMessage()

func (*ListWorkflowExecutionsResponse) Reset

func (m *ListWorkflowExecutionsResponse) Reset()

func (*ListWorkflowExecutionsResponse) Size

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

func (*ListWorkflowExecutionsResponse) String

func (*ListWorkflowExecutionsResponse) Unmarshal

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

func (*ListWorkflowExecutionsResponse) XXX_DiscardUnknown

func (m *ListWorkflowExecutionsResponse) XXX_DiscardUnknown()

func (*ListWorkflowExecutionsResponse) XXX_Marshal

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

func (*ListWorkflowExecutionsResponse) XXX_Merge

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

func (*ListWorkflowExecutionsResponse) XXX_Size

func (m *ListWorkflowExecutionsResponse) XXX_Size() int

func (*ListWorkflowExecutionsResponse) XXX_Unmarshal

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

type MarkerRecordedEventAttributes

type MarkerRecordedEventAttributes struct {
	MarkerName                   string   `protobuf:"bytes,1,opt,name=marker_name,json=markerName,proto3" json:"marker_name,omitempty"`
	Details                      *Payload `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"`
	DecisionTaskCompletedEventId int64    `` /* 152-byte string literal not displayed */
	Header                       *Header  `protobuf:"bytes,4,opt,name=header,proto3" json:"header,omitempty"`
	XXX_NoUnkeyedLiteral         struct{} `json:"-"`
	XXX_unrecognized             []byte   `json:"-"`
	XXX_sizecache                int32    `json:"-"`
}

func (*MarkerRecordedEventAttributes) Descriptor

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

func (*MarkerRecordedEventAttributes) GetDecisionTaskCompletedEventId

func (m *MarkerRecordedEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*MarkerRecordedEventAttributes) GetDetails

func (m *MarkerRecordedEventAttributes) GetDetails() *Payload

func (*MarkerRecordedEventAttributes) GetHeader

func (m *MarkerRecordedEventAttributes) GetHeader() *Header

func (*MarkerRecordedEventAttributes) GetMarkerName

func (m *MarkerRecordedEventAttributes) GetMarkerName() 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 (*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 Memo

type Memo struct {
	Fields               map[string]*Payload `` /* 153-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*Memo) Descriptor

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

func (*Memo) GetFields

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

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 (m *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 MetaAPIYARPCClient

type MetaAPIYARPCClient interface {
	Health(context.Context, *HealthRequest, ...yarpc.CallOption) (*HealthResponse, error)
}

MetaAPIYARPCClient is the YARPC client-side interface for the MetaAPI service.

func NewMetaAPIYARPCClient

func NewMetaAPIYARPCClient(clientConfig transport.ClientConfig, options ...protobuf.ClientOption) MetaAPIYARPCClient

NewMetaAPIYARPCClient builds a new YARPC client for the MetaAPI service.

type MetaAPIYARPCServer

type MetaAPIYARPCServer interface {
	Health(context.Context, *HealthRequest) (*HealthResponse, error)
}

MetaAPIYARPCServer is the YARPC server-side interface for the MetaAPI service.

type ParentClosePolicy

type ParentClosePolicy int32
const (
	ParentClosePolicy_PARENT_CLOSE_POLICY_INVALID ParentClosePolicy = 0
	// Abandon means not doing anything on the child workflow.
	ParentClosePolicy_PARENT_CLOSE_POLICY_ABANDON ParentClosePolicy = 1
	// Cancel means requesting cancellation on the child workflow.
	ParentClosePolicy_PARENT_CLOSE_POLICY_REQUEST_CANCEL ParentClosePolicy = 2
	// Terminate means terminating the child workflow.
	ParentClosePolicy_PARENT_CLOSE_POLICY_TERMINATE ParentClosePolicy = 3
)

func (ParentClosePolicy) EnumDescriptor

func (ParentClosePolicy) EnumDescriptor() ([]byte, []int)

func (ParentClosePolicy) String

func (x ParentClosePolicy) String() string

type ParentExecutionInfo

type ParentExecutionInfo struct {
	DomainId             string             `protobuf:"bytes,1,opt,name=domain_id,json=domainId,proto3" json:"domain_id,omitempty"`
	DomainName           string             `protobuf:"bytes,2,opt,name=domain_name,json=domainName,proto3" json:"domain_name,omitempty"`
	WorkflowExecution    *WorkflowExecution `protobuf:"bytes,3,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	InitiatedId          int64              `protobuf:"varint,4,opt,name=initiated_id,json=initiatedId,proto3" json:"initiated_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*ParentExecutionInfo) Descriptor

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

func (*ParentExecutionInfo) GetDomainId

func (m *ParentExecutionInfo) GetDomainId() string

func (*ParentExecutionInfo) GetDomainName

func (m *ParentExecutionInfo) GetDomainName() string

func (*ParentExecutionInfo) GetInitiatedId

func (m *ParentExecutionInfo) GetInitiatedId() int64

func (*ParentExecutionInfo) GetWorkflowExecution

func (m *ParentExecutionInfo) GetWorkflowExecution() *WorkflowExecution

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 (m *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 Payload

type Payload struct {
	Data                 []byte   `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Payload) Descriptor

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

func (*Payload) GetData

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

func (*Payload) Marshal

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

func (*Payload) MarshalTo

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

func (*Payload) MarshalToSizedBuffer

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

func (*Payload) ProtoMessage

func (*Payload) ProtoMessage()

func (*Payload) Reset

func (m *Payload) Reset()

func (*Payload) Size

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

func (*Payload) String

func (m *Payload) String() string

func (*Payload) Unmarshal

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

func (*Payload) XXX_DiscardUnknown

func (m *Payload) XXX_DiscardUnknown()

func (*Payload) XXX_Marshal

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

func (*Payload) XXX_Merge

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

func (*Payload) XXX_Size

func (m *Payload) XXX_Size() int

func (*Payload) XXX_Unmarshal

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

type PendingActivityInfo

type PendingActivityInfo struct {
	ActivityId            string               `protobuf:"bytes,1,opt,name=activity_id,json=activityId,proto3" json:"activity_id,omitempty"`
	ActivityType          *ActivityType        `protobuf:"bytes,2,opt,name=activity_type,json=activityType,proto3" json:"activity_type,omitempty"`
	State                 PendingActivityState `protobuf:"varint,3,opt,name=state,proto3,enum=uber.cadence.api.v1.PendingActivityState" json:"state,omitempty"`
	HeartbeatDetails      *Payload             `protobuf:"bytes,4,opt,name=heartbeat_details,json=heartbeatDetails,proto3" json:"heartbeat_details,omitempty"`
	LastHeartbeatTime     *types.Timestamp     `protobuf:"bytes,5,opt,name=last_heartbeat_time,json=lastHeartbeatTime,proto3" json:"last_heartbeat_time,omitempty"`
	LastStartedTime       *types.Timestamp     `protobuf:"bytes,6,opt,name=last_started_time,json=lastStartedTime,proto3" json:"last_started_time,omitempty"`
	Attempt               int32                `protobuf:"varint,7,opt,name=attempt,proto3" json:"attempt,omitempty"`
	MaximumAttempts       int32                `protobuf:"varint,8,opt,name=maximum_attempts,json=maximumAttempts,proto3" json:"maximum_attempts,omitempty"`
	ScheduledTime         *types.Timestamp     `protobuf:"bytes,9,opt,name=scheduled_time,json=scheduledTime,proto3" json:"scheduled_time,omitempty"`
	ExpirationTime        *types.Timestamp     `protobuf:"bytes,10,opt,name=expiration_time,json=expirationTime,proto3" json:"expiration_time,omitempty"`
	LastFailure           *Failure             `protobuf:"bytes,11,opt,name=last_failure,json=lastFailure,proto3" json:"last_failure,omitempty"`
	LastWorkerIdentity    string               `protobuf:"bytes,12,opt,name=last_worker_identity,json=lastWorkerIdentity,proto3" json:"last_worker_identity,omitempty"`
	StartedWorkerIdentity string               `` /* 127-byte string literal not displayed */
	XXX_NoUnkeyedLiteral  struct{}             `json:"-"`
	XXX_unrecognized      []byte               `json:"-"`
	XXX_sizecache         int32                `json:"-"`
}

func (*PendingActivityInfo) Descriptor

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

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

func (m *PendingActivityInfo) GetExpirationTime() *types.Timestamp

func (*PendingActivityInfo) GetHeartbeatDetails

func (m *PendingActivityInfo) GetHeartbeatDetails() *Payload

func (*PendingActivityInfo) GetLastFailure

func (m *PendingActivityInfo) GetLastFailure() *Failure

func (*PendingActivityInfo) GetLastHeartbeatTime

func (m *PendingActivityInfo) GetLastHeartbeatTime() *types.Timestamp

func (*PendingActivityInfo) GetLastStartedTime

func (m *PendingActivityInfo) GetLastStartedTime() *types.Timestamp

func (*PendingActivityInfo) GetLastWorkerIdentity

func (m *PendingActivityInfo) GetLastWorkerIdentity() string

func (*PendingActivityInfo) GetMaximumAttempts

func (m *PendingActivityInfo) GetMaximumAttempts() int32

func (*PendingActivityInfo) GetScheduledTime

func (m *PendingActivityInfo) GetScheduledTime() *types.Timestamp

func (*PendingActivityInfo) GetStartedWorkerIdentity

func (m *PendingActivityInfo) GetStartedWorkerIdentity() string

func (*PendingActivityInfo) GetState

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 (m *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 PendingActivityState

type PendingActivityState int32
const (
	PendingActivityState_PENDING_ACTIVITY_STATE_INVALID          PendingActivityState = 0
	PendingActivityState_PENDING_ACTIVITY_STATE_SCHEDULED        PendingActivityState = 1
	PendingActivityState_PENDING_ACTIVITY_STATE_STARTED          PendingActivityState = 2
	PendingActivityState_PENDING_ACTIVITY_STATE_CANCEL_REQUESTED PendingActivityState = 3
)

func (PendingActivityState) EnumDescriptor

func (PendingActivityState) EnumDescriptor() ([]byte, []int)

func (PendingActivityState) String

func (x PendingActivityState) String() string

type PendingChildExecutionInfo

type PendingChildExecutionInfo struct {
	WorkflowExecution    *WorkflowExecution `protobuf:"bytes,1,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	WorkflowTypeName     string             `protobuf:"bytes,2,opt,name=workflow_type_name,json=workflowTypeName,proto3" json:"workflow_type_name,omitempty"`
	InitiatedId          int64              `protobuf:"varint,3,opt,name=initiated_id,json=initiatedId,proto3" json:"initiated_id,omitempty"`
	ParentClosePolicy    ParentClosePolicy  `` /* 158-byte string literal not displayed */
	Domain               string             `protobuf:"bytes,5,opt,name=domain,proto3" json:"domain,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*PendingChildExecutionInfo) Descriptor

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

func (*PendingChildExecutionInfo) GetDomain

func (m *PendingChildExecutionInfo) GetDomain() string

func (*PendingChildExecutionInfo) GetInitiatedId

func (m *PendingChildExecutionInfo) GetInitiatedId() int64

func (*PendingChildExecutionInfo) GetParentClosePolicy

func (m *PendingChildExecutionInfo) GetParentClosePolicy() ParentClosePolicy

func (*PendingChildExecutionInfo) GetWorkflowExecution

func (m *PendingChildExecutionInfo) GetWorkflowExecution() *WorkflowExecution

func (*PendingChildExecutionInfo) GetWorkflowTypeName

func (m *PendingChildExecutionInfo) GetWorkflowTypeName() 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 (m *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 PendingDecisionInfo

type PendingDecisionInfo struct {
	State                 PendingDecisionState `protobuf:"varint,1,opt,name=state,proto3,enum=uber.cadence.api.v1.PendingDecisionState" json:"state,omitempty"`
	ScheduledTime         *types.Timestamp     `protobuf:"bytes,2,opt,name=scheduled_time,json=scheduledTime,proto3" json:"scheduled_time,omitempty"`
	StartedTime           *types.Timestamp     `protobuf:"bytes,3,opt,name=started_time,json=startedTime,proto3" json:"started_time,omitempty"`
	Attempt               int32                `protobuf:"varint,4,opt,name=attempt,proto3" json:"attempt,omitempty"`
	OriginalScheduledTime *types.Timestamp     `` /* 126-byte string literal not displayed */
	XXX_NoUnkeyedLiteral  struct{}             `json:"-"`
	XXX_unrecognized      []byte               `json:"-"`
	XXX_sizecache         int32                `json:"-"`
}

func (*PendingDecisionInfo) Descriptor

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

func (*PendingDecisionInfo) GetAttempt

func (m *PendingDecisionInfo) GetAttempt() int32

func (*PendingDecisionInfo) GetOriginalScheduledTime

func (m *PendingDecisionInfo) GetOriginalScheduledTime() *types.Timestamp

func (*PendingDecisionInfo) GetScheduledTime

func (m *PendingDecisionInfo) GetScheduledTime() *types.Timestamp

func (*PendingDecisionInfo) GetStartedTime

func (m *PendingDecisionInfo) GetStartedTime() *types.Timestamp

func (*PendingDecisionInfo) GetState

func (*PendingDecisionInfo) Marshal

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

func (*PendingDecisionInfo) MarshalTo

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

func (*PendingDecisionInfo) MarshalToSizedBuffer

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

func (*PendingDecisionInfo) ProtoMessage

func (*PendingDecisionInfo) ProtoMessage()

func (*PendingDecisionInfo) Reset

func (m *PendingDecisionInfo) Reset()

func (*PendingDecisionInfo) Size

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

func (*PendingDecisionInfo) String

func (m *PendingDecisionInfo) String() string

func (*PendingDecisionInfo) Unmarshal

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

func (*PendingDecisionInfo) XXX_DiscardUnknown

func (m *PendingDecisionInfo) XXX_DiscardUnknown()

func (*PendingDecisionInfo) XXX_Marshal

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

func (*PendingDecisionInfo) XXX_Merge

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

func (*PendingDecisionInfo) XXX_Size

func (m *PendingDecisionInfo) XXX_Size() int

func (*PendingDecisionInfo) XXX_Unmarshal

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

type PendingDecisionState

type PendingDecisionState int32
const (
	PendingDecisionState_PENDING_DECISION_STATE_INVALID   PendingDecisionState = 0
	PendingDecisionState_PENDING_DECISION_STATE_SCHEDULED PendingDecisionState = 1
	PendingDecisionState_PENDING_DECISION_STATE_STARTED   PendingDecisionState = 2
)

func (PendingDecisionState) EnumDescriptor

func (PendingDecisionState) EnumDescriptor() ([]byte, []int)

func (PendingDecisionState) String

func (x PendingDecisionState) String() string

type PollForActivityTaskRequest

type PollForActivityTaskRequest struct {
	Domain               string            `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	TaskList             *TaskList         `protobuf:"bytes,2,opt,name=task_list,json=taskList,proto3" json:"task_list,omitempty"`
	Identity             string            `protobuf:"bytes,3,opt,name=identity,proto3" json:"identity,omitempty"`
	TaskListMetadata     *TaskListMetadata `protobuf:"bytes,4,opt,name=task_list_metadata,json=taskListMetadata,proto3" json:"task_list_metadata,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*PollForActivityTaskRequest) Descriptor

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

func (*PollForActivityTaskRequest) GetDomain

func (m *PollForActivityTaskRequest) GetDomain() string

func (*PollForActivityTaskRequest) GetIdentity

func (m *PollForActivityTaskRequest) GetIdentity() string

func (*PollForActivityTaskRequest) GetTaskList

func (m *PollForActivityTaskRequest) GetTaskList() *TaskList

func (*PollForActivityTaskRequest) GetTaskListMetadata

func (m *PollForActivityTaskRequest) GetTaskListMetadata() *TaskListMetadata

func (*PollForActivityTaskRequest) Marshal

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

func (*PollForActivityTaskRequest) MarshalTo

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

func (*PollForActivityTaskRequest) MarshalToSizedBuffer

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

func (*PollForActivityTaskRequest) ProtoMessage

func (*PollForActivityTaskRequest) ProtoMessage()

func (*PollForActivityTaskRequest) Reset

func (m *PollForActivityTaskRequest) Reset()

func (*PollForActivityTaskRequest) Size

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

func (*PollForActivityTaskRequest) String

func (m *PollForActivityTaskRequest) String() string

func (*PollForActivityTaskRequest) Unmarshal

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

func (*PollForActivityTaskRequest) XXX_DiscardUnknown

func (m *PollForActivityTaskRequest) XXX_DiscardUnknown()

func (*PollForActivityTaskRequest) XXX_Marshal

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

func (*PollForActivityTaskRequest) XXX_Merge

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

func (*PollForActivityTaskRequest) XXX_Size

func (m *PollForActivityTaskRequest) XXX_Size() int

func (*PollForActivityTaskRequest) XXX_Unmarshal

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

type PollForActivityTaskResponse

type PollForActivityTaskResponse struct {
	TaskToken                  []byte             `protobuf:"bytes,1,opt,name=task_token,json=taskToken,proto3" json:"task_token,omitempty"`
	WorkflowExecution          *WorkflowExecution `protobuf:"bytes,2,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	ActivityId                 string             `protobuf:"bytes,3,opt,name=activity_id,json=activityId,proto3" json:"activity_id,omitempty"`
	ActivityType               *ActivityType      `protobuf:"bytes,4,opt,name=activity_type,json=activityType,proto3" json:"activity_type,omitempty"`
	Input                      *Payload           `protobuf:"bytes,5,opt,name=input,proto3" json:"input,omitempty"`
	ScheduledTime              *types.Timestamp   `protobuf:"bytes,6,opt,name=scheduled_time,json=scheduledTime,proto3" json:"scheduled_time,omitempty"`
	StartedTime                *types.Timestamp   `protobuf:"bytes,7,opt,name=started_time,json=startedTime,proto3" json:"started_time,omitempty"`
	ScheduleToCloseTimeout     *types.Duration    `` /* 131-byte string literal not displayed */
	StartToCloseTimeout        *types.Duration    `protobuf:"bytes,9,opt,name=start_to_close_timeout,json=startToCloseTimeout,proto3" json:"start_to_close_timeout,omitempty"`
	HeartbeatTimeout           *types.Duration    `protobuf:"bytes,10,opt,name=heartbeat_timeout,json=heartbeatTimeout,proto3" json:"heartbeat_timeout,omitempty"`
	Attempt                    int32              `protobuf:"varint,11,opt,name=attempt,proto3" json:"attempt,omitempty"`
	ScheduledTimeOfThisAttempt *types.Timestamp   `` /* 146-byte string literal not displayed */
	HeartbeatDetails           *Payload           `protobuf:"bytes,13,opt,name=heartbeat_details,json=heartbeatDetails,proto3" json:"heartbeat_details,omitempty"`
	WorkflowType               *WorkflowType      `protobuf:"bytes,14,opt,name=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"`
	WorkflowDomain             string             `protobuf:"bytes,15,opt,name=workflow_domain,json=workflowDomain,proto3" json:"workflow_domain,omitempty"`
	Header                     *Header            `protobuf:"bytes,16,opt,name=header,proto3" json:"header,omitempty"`
	XXX_NoUnkeyedLiteral       struct{}           `json:"-"`
	XXX_unrecognized           []byte             `json:"-"`
	XXX_sizecache              int32              `json:"-"`
}

func (*PollForActivityTaskResponse) Descriptor

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

func (*PollForActivityTaskResponse) GetActivityId

func (m *PollForActivityTaskResponse) GetActivityId() string

func (*PollForActivityTaskResponse) GetActivityType

func (m *PollForActivityTaskResponse) GetActivityType() *ActivityType

func (*PollForActivityTaskResponse) GetAttempt

func (m *PollForActivityTaskResponse) GetAttempt() int32

func (*PollForActivityTaskResponse) GetHeader

func (m *PollForActivityTaskResponse) GetHeader() *Header

func (*PollForActivityTaskResponse) GetHeartbeatDetails

func (m *PollForActivityTaskResponse) GetHeartbeatDetails() *Payload

func (*PollForActivityTaskResponse) GetHeartbeatTimeout

func (m *PollForActivityTaskResponse) GetHeartbeatTimeout() *types.Duration

func (*PollForActivityTaskResponse) GetInput

func (m *PollForActivityTaskResponse) GetInput() *Payload

func (*PollForActivityTaskResponse) GetScheduleToCloseTimeout

func (m *PollForActivityTaskResponse) GetScheduleToCloseTimeout() *types.Duration

func (*PollForActivityTaskResponse) GetScheduledTime

func (m *PollForActivityTaskResponse) GetScheduledTime() *types.Timestamp

func (*PollForActivityTaskResponse) GetScheduledTimeOfThisAttempt

func (m *PollForActivityTaskResponse) GetScheduledTimeOfThisAttempt() *types.Timestamp

func (*PollForActivityTaskResponse) GetStartToCloseTimeout

func (m *PollForActivityTaskResponse) GetStartToCloseTimeout() *types.Duration

func (*PollForActivityTaskResponse) GetStartedTime

func (m *PollForActivityTaskResponse) GetStartedTime() *types.Timestamp

func (*PollForActivityTaskResponse) GetTaskToken

func (m *PollForActivityTaskResponse) GetTaskToken() []byte

func (*PollForActivityTaskResponse) GetWorkflowDomain

func (m *PollForActivityTaskResponse) GetWorkflowDomain() string

func (*PollForActivityTaskResponse) GetWorkflowExecution

func (m *PollForActivityTaskResponse) GetWorkflowExecution() *WorkflowExecution

func (*PollForActivityTaskResponse) GetWorkflowType

func (m *PollForActivityTaskResponse) GetWorkflowType() *WorkflowType

func (*PollForActivityTaskResponse) Marshal

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

func (*PollForActivityTaskResponse) MarshalTo

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

func (*PollForActivityTaskResponse) MarshalToSizedBuffer

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

func (*PollForActivityTaskResponse) ProtoMessage

func (*PollForActivityTaskResponse) ProtoMessage()

func (*PollForActivityTaskResponse) Reset

func (m *PollForActivityTaskResponse) Reset()

func (*PollForActivityTaskResponse) Size

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

func (*PollForActivityTaskResponse) String

func (m *PollForActivityTaskResponse) String() string

func (*PollForActivityTaskResponse) Unmarshal

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

func (*PollForActivityTaskResponse) XXX_DiscardUnknown

func (m *PollForActivityTaskResponse) XXX_DiscardUnknown()

func (*PollForActivityTaskResponse) XXX_Marshal

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

func (*PollForActivityTaskResponse) XXX_Merge

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

func (*PollForActivityTaskResponse) XXX_Size

func (m *PollForActivityTaskResponse) XXX_Size() int

func (*PollForActivityTaskResponse) XXX_Unmarshal

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

type PollForDecisionTaskRequest

type PollForDecisionTaskRequest struct {
	Domain               string    `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	TaskList             *TaskList `protobuf:"bytes,2,opt,name=task_list,json=taskList,proto3" json:"task_list,omitempty"`
	Identity             string    `protobuf:"bytes,3,opt,name=identity,proto3" json:"identity,omitempty"`
	BinaryChecksum       string    `protobuf:"bytes,4,opt,name=binary_checksum,json=binaryChecksum,proto3" json:"binary_checksum,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*PollForDecisionTaskRequest) Descriptor

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

func (*PollForDecisionTaskRequest) GetBinaryChecksum

func (m *PollForDecisionTaskRequest) GetBinaryChecksum() string

func (*PollForDecisionTaskRequest) GetDomain

func (m *PollForDecisionTaskRequest) GetDomain() string

func (*PollForDecisionTaskRequest) GetIdentity

func (m *PollForDecisionTaskRequest) GetIdentity() string

func (*PollForDecisionTaskRequest) GetTaskList

func (m *PollForDecisionTaskRequest) GetTaskList() *TaskList

func (*PollForDecisionTaskRequest) Marshal

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

func (*PollForDecisionTaskRequest) MarshalTo

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

func (*PollForDecisionTaskRequest) MarshalToSizedBuffer

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

func (*PollForDecisionTaskRequest) ProtoMessage

func (*PollForDecisionTaskRequest) ProtoMessage()

func (*PollForDecisionTaskRequest) Reset

func (m *PollForDecisionTaskRequest) Reset()

func (*PollForDecisionTaskRequest) Size

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

func (*PollForDecisionTaskRequest) String

func (m *PollForDecisionTaskRequest) String() string

func (*PollForDecisionTaskRequest) Unmarshal

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

func (*PollForDecisionTaskRequest) XXX_DiscardUnknown

func (m *PollForDecisionTaskRequest) XXX_DiscardUnknown()

func (*PollForDecisionTaskRequest) XXX_Marshal

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

func (*PollForDecisionTaskRequest) XXX_Merge

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

func (*PollForDecisionTaskRequest) XXX_Size

func (m *PollForDecisionTaskRequest) XXX_Size() int

func (*PollForDecisionTaskRequest) XXX_Unmarshal

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

type PollForDecisionTaskResponse

type PollForDecisionTaskResponse struct {
	TaskToken                 []byte                    `protobuf:"bytes,1,opt,name=task_token,json=taskToken,proto3" json:"task_token,omitempty"`
	WorkflowExecution         *WorkflowExecution        `protobuf:"bytes,2,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	WorkflowType              *WorkflowType             `protobuf:"bytes,3,opt,name=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"`
	PreviousStartedEventId    *types.Int64Value         `` /* 131-byte string literal not displayed */
	StartedEventId            int64                     `protobuf:"varint,5,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	Attempt                   int64                     `protobuf:"varint,6,opt,name=attempt,proto3" json:"attempt,omitempty"`
	BacklogCountHint          int64                     `protobuf:"varint,7,opt,name=backlog_count_hint,json=backlogCountHint,proto3" json:"backlog_count_hint,omitempty"`
	History                   *History                  `protobuf:"bytes,8,opt,name=history,proto3" json:"history,omitempty"`
	NextPageToken             []byte                    `protobuf:"bytes,9,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	Query                     *WorkflowQuery            `protobuf:"bytes,10,opt,name=query,proto3" json:"query,omitempty"`
	WorkflowExecutionTaskList *TaskList                 `` /* 141-byte string literal not displayed */
	ScheduledTime             *types.Timestamp          `protobuf:"bytes,12,opt,name=scheduled_time,json=scheduledTime,proto3" json:"scheduled_time,omitempty"`
	StartedTime               *types.Timestamp          `protobuf:"bytes,13,opt,name=started_time,json=startedTime,proto3" json:"started_time,omitempty"`
	Queries                   map[string]*WorkflowQuery `` /* 156-byte string literal not displayed */
	NextEventId               int64                     `protobuf:"varint,15,opt,name=next_event_id,json=nextEventId,proto3" json:"next_event_id,omitempty"`
	TotalHistoryBytes         int64                     `protobuf:"varint,16,opt,name=total_history_bytes,json=totalHistoryBytes,proto3" json:"total_history_bytes,omitempty"`
	XXX_NoUnkeyedLiteral      struct{}                  `json:"-"`
	XXX_unrecognized          []byte                    `json:"-"`
	XXX_sizecache             int32                     `json:"-"`
}

func (*PollForDecisionTaskResponse) Descriptor

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

func (*PollForDecisionTaskResponse) GetAttempt

func (m *PollForDecisionTaskResponse) GetAttempt() int64

func (*PollForDecisionTaskResponse) GetBacklogCountHint

func (m *PollForDecisionTaskResponse) GetBacklogCountHint() int64

func (*PollForDecisionTaskResponse) GetHistory

func (m *PollForDecisionTaskResponse) GetHistory() *History

func (*PollForDecisionTaskResponse) GetNextEventId

func (m *PollForDecisionTaskResponse) GetNextEventId() int64

func (*PollForDecisionTaskResponse) GetNextPageToken

func (m *PollForDecisionTaskResponse) GetNextPageToken() []byte

func (*PollForDecisionTaskResponse) GetPreviousStartedEventId

func (m *PollForDecisionTaskResponse) GetPreviousStartedEventId() *types.Int64Value

func (*PollForDecisionTaskResponse) GetQueries

func (m *PollForDecisionTaskResponse) GetQueries() map[string]*WorkflowQuery

func (*PollForDecisionTaskResponse) GetQuery

func (*PollForDecisionTaskResponse) GetScheduledTime

func (m *PollForDecisionTaskResponse) GetScheduledTime() *types.Timestamp

func (*PollForDecisionTaskResponse) GetStartedEventId

func (m *PollForDecisionTaskResponse) GetStartedEventId() int64

func (*PollForDecisionTaskResponse) GetStartedTime

func (m *PollForDecisionTaskResponse) GetStartedTime() *types.Timestamp

func (*PollForDecisionTaskResponse) GetTaskToken

func (m *PollForDecisionTaskResponse) GetTaskToken() []byte

func (*PollForDecisionTaskResponse) GetTotalHistoryBytes

func (m *PollForDecisionTaskResponse) GetTotalHistoryBytes() int64

func (*PollForDecisionTaskResponse) GetWorkflowExecution

func (m *PollForDecisionTaskResponse) GetWorkflowExecution() *WorkflowExecution

func (*PollForDecisionTaskResponse) GetWorkflowExecutionTaskList

func (m *PollForDecisionTaskResponse) GetWorkflowExecutionTaskList() *TaskList

func (*PollForDecisionTaskResponse) GetWorkflowType

func (m *PollForDecisionTaskResponse) GetWorkflowType() *WorkflowType

func (*PollForDecisionTaskResponse) Marshal

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

func (*PollForDecisionTaskResponse) MarshalTo

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

func (*PollForDecisionTaskResponse) MarshalToSizedBuffer

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

func (*PollForDecisionTaskResponse) ProtoMessage

func (*PollForDecisionTaskResponse) ProtoMessage()

func (*PollForDecisionTaskResponse) Reset

func (m *PollForDecisionTaskResponse) Reset()

func (*PollForDecisionTaskResponse) Size

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

func (*PollForDecisionTaskResponse) String

func (m *PollForDecisionTaskResponse) String() string

func (*PollForDecisionTaskResponse) Unmarshal

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

func (*PollForDecisionTaskResponse) XXX_DiscardUnknown

func (m *PollForDecisionTaskResponse) XXX_DiscardUnknown()

func (*PollForDecisionTaskResponse) XXX_Marshal

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

func (*PollForDecisionTaskResponse) XXX_Merge

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

func (*PollForDecisionTaskResponse) XXX_Size

func (m *PollForDecisionTaskResponse) XXX_Size() int

func (*PollForDecisionTaskResponse) XXX_Unmarshal

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

type PollerInfo

type PollerInfo struct {
	LastAccessTime       *types.Timestamp `protobuf:"bytes,1,opt,name=last_access_time,json=lastAccessTime,proto3" json:"last_access_time,omitempty"`
	Identity             string           `protobuf:"bytes,2,opt,name=identity,proto3" json:"identity,omitempty"`
	RatePerSecond        float64          `protobuf:"fixed64,3,opt,name=rate_per_second,json=ratePerSecond,proto3" json:"rate_per_second,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*PollerInfo) Descriptor

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

func (*PollerInfo) GetIdentity

func (m *PollerInfo) GetIdentity() string

func (*PollerInfo) GetLastAccessTime

func (m *PollerInfo) GetLastAccessTime() *types.Timestamp

func (*PollerInfo) GetRatePerSecond

func (m *PollerInfo) GetRatePerSecond() float64

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 (m *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 QueryConsistencyLevel

type QueryConsistencyLevel int32
const (
	QueryConsistencyLevel_QUERY_CONSISTENCY_LEVEL_INVALID QueryConsistencyLevel = 0
	// EVENTUAL indicates that query should be eventually consistent.
	QueryConsistencyLevel_QUERY_CONSISTENCY_LEVEL_EVENTUAL QueryConsistencyLevel = 1
	// STRONG indicates that any events that came before query should be reflected in workflow state before running query.
	QueryConsistencyLevel_QUERY_CONSISTENCY_LEVEL_STRONG QueryConsistencyLevel = 2
)

func (QueryConsistencyLevel) EnumDescriptor

func (QueryConsistencyLevel) EnumDescriptor() ([]byte, []int)

func (QueryConsistencyLevel) String

func (x QueryConsistencyLevel) String() string

type QueryFailedError

type QueryFailedError struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*QueryFailedError) Descriptor

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

func (*QueryFailedError) Marshal

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

func (*QueryFailedError) MarshalTo

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

func (*QueryFailedError) MarshalToSizedBuffer

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

func (*QueryFailedError) ProtoMessage

func (*QueryFailedError) ProtoMessage()

func (*QueryFailedError) Reset

func (m *QueryFailedError) Reset()

func (*QueryFailedError) Size

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

func (*QueryFailedError) String

func (m *QueryFailedError) String() string

func (*QueryFailedError) Unmarshal

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

func (*QueryFailedError) XXX_DiscardUnknown

func (m *QueryFailedError) XXX_DiscardUnknown()

func (*QueryFailedError) XXX_Marshal

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

func (*QueryFailedError) XXX_Merge

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

func (*QueryFailedError) XXX_Size

func (m *QueryFailedError) XXX_Size() int

func (*QueryFailedError) XXX_Unmarshal

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

type QueryRejectCondition

type QueryRejectCondition int32
const (
	QueryRejectCondition_QUERY_REJECT_CONDITION_INVALID QueryRejectCondition = 0
	// QUERY_REJECT_CONDITION_NOT_OPEN indicates that query should be rejected if workflow is not open.
	QueryRejectCondition_QUERY_REJECT_CONDITION_NOT_OPEN QueryRejectCondition = 1
	// QUERY_REJECT_CONDITION_NOT_COMPLETED_CLEANLY indicates that query should be rejected if workflow did not complete cleanly.
	QueryRejectCondition_QUERY_REJECT_CONDITION_NOT_COMPLETED_CLEANLY QueryRejectCondition = 2
)

func (QueryRejectCondition) EnumDescriptor

func (QueryRejectCondition) EnumDescriptor() ([]byte, []int)

func (QueryRejectCondition) String

func (x QueryRejectCondition) String() string

type QueryRejected

type QueryRejected struct {
	CloseStatus          WorkflowExecutionCloseStatus `` /* 149-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*QueryRejected) Descriptor

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

func (*QueryRejected) GetCloseStatus

func (m *QueryRejected) GetCloseStatus() WorkflowExecutionCloseStatus

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 (m *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 QueryResultType

type QueryResultType int32
const (
	QueryResultType_QUERY_RESULT_TYPE_INVALID  QueryResultType = 0
	QueryResultType_QUERY_RESULT_TYPE_ANSWERED QueryResultType = 1
	QueryResultType_QUERY_RESULT_TYPE_FAILED   QueryResultType = 2
)

func (QueryResultType) EnumDescriptor

func (QueryResultType) EnumDescriptor() ([]byte, []int)

func (QueryResultType) String

func (x QueryResultType) String() string

type QueryWorkflowRequest

type QueryWorkflowRequest struct {
	Domain                string                `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowExecution     *WorkflowExecution    `protobuf:"bytes,2,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	Query                 *WorkflowQuery        `protobuf:"bytes,3,opt,name=query,proto3" json:"query,omitempty"`
	QueryRejectCondition  QueryRejectCondition  `` /* 170-byte string literal not displayed */
	QueryConsistencyLevel QueryConsistencyLevel `` /* 174-byte string literal not displayed */
	XXX_NoUnkeyedLiteral  struct{}              `json:"-"`
	XXX_unrecognized      []byte                `json:"-"`
	XXX_sizecache         int32                 `json:"-"`
}

func (*QueryWorkflowRequest) Descriptor

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

func (*QueryWorkflowRequest) GetDomain

func (m *QueryWorkflowRequest) GetDomain() string

func (*QueryWorkflowRequest) GetQuery

func (m *QueryWorkflowRequest) GetQuery() *WorkflowQuery

func (*QueryWorkflowRequest) GetQueryConsistencyLevel

func (m *QueryWorkflowRequest) GetQueryConsistencyLevel() QueryConsistencyLevel

func (*QueryWorkflowRequest) GetQueryRejectCondition

func (m *QueryWorkflowRequest) GetQueryRejectCondition() QueryRejectCondition

func (*QueryWorkflowRequest) GetWorkflowExecution

func (m *QueryWorkflowRequest) GetWorkflowExecution() *WorkflowExecution

func (*QueryWorkflowRequest) Marshal

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

func (*QueryWorkflowRequest) MarshalTo

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

func (*QueryWorkflowRequest) MarshalToSizedBuffer

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

func (*QueryWorkflowRequest) ProtoMessage

func (*QueryWorkflowRequest) ProtoMessage()

func (*QueryWorkflowRequest) Reset

func (m *QueryWorkflowRequest) Reset()

func (*QueryWorkflowRequest) Size

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

func (*QueryWorkflowRequest) String

func (m *QueryWorkflowRequest) String() string

func (*QueryWorkflowRequest) Unmarshal

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

func (*QueryWorkflowRequest) XXX_DiscardUnknown

func (m *QueryWorkflowRequest) XXX_DiscardUnknown()

func (*QueryWorkflowRequest) XXX_Marshal

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

func (*QueryWorkflowRequest) XXX_Merge

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

func (*QueryWorkflowRequest) XXX_Size

func (m *QueryWorkflowRequest) XXX_Size() int

func (*QueryWorkflowRequest) XXX_Unmarshal

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

type QueryWorkflowResponse

type QueryWorkflowResponse struct {
	QueryResult          *Payload       `protobuf:"bytes,1,opt,name=query_result,json=queryResult,proto3" json:"query_result,omitempty"`
	QueryRejected        *QueryRejected `protobuf:"bytes,2,opt,name=query_rejected,json=queryRejected,proto3" json:"query_rejected,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*QueryWorkflowResponse) Descriptor

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

func (*QueryWorkflowResponse) GetQueryRejected

func (m *QueryWorkflowResponse) GetQueryRejected() *QueryRejected

func (*QueryWorkflowResponse) GetQueryResult

func (m *QueryWorkflowResponse) GetQueryResult() *Payload

func (*QueryWorkflowResponse) Marshal

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

func (*QueryWorkflowResponse) MarshalTo

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

func (*QueryWorkflowResponse) MarshalToSizedBuffer

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

func (*QueryWorkflowResponse) ProtoMessage

func (*QueryWorkflowResponse) ProtoMessage()

func (*QueryWorkflowResponse) Reset

func (m *QueryWorkflowResponse) Reset()

func (*QueryWorkflowResponse) Size

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

func (*QueryWorkflowResponse) String

func (m *QueryWorkflowResponse) String() string

func (*QueryWorkflowResponse) Unmarshal

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

func (*QueryWorkflowResponse) XXX_DiscardUnknown

func (m *QueryWorkflowResponse) XXX_DiscardUnknown()

func (*QueryWorkflowResponse) XXX_Marshal

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

func (*QueryWorkflowResponse) XXX_Merge

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

func (*QueryWorkflowResponse) XXX_Size

func (m *QueryWorkflowResponse) XXX_Size() int

func (*QueryWorkflowResponse) XXX_Unmarshal

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

type RecordActivityTaskHeartbeatByIDRequest

type RecordActivityTaskHeartbeatByIDRequest struct {
	Domain               string             `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowExecution    *WorkflowExecution `protobuf:"bytes,2,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	ActivityId           string             `protobuf:"bytes,3,opt,name=activity_id,json=activityId,proto3" json:"activity_id,omitempty"`
	Details              *Payload           `protobuf:"bytes,4,opt,name=details,proto3" json:"details,omitempty"`
	Identity             string             `protobuf:"bytes,5,opt,name=identity,proto3" json:"identity,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*RecordActivityTaskHeartbeatByIDRequest) Descriptor

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

func (*RecordActivityTaskHeartbeatByIDRequest) GetActivityId

func (*RecordActivityTaskHeartbeatByIDRequest) GetDetails

func (*RecordActivityTaskHeartbeatByIDRequest) GetDomain

func (*RecordActivityTaskHeartbeatByIDRequest) GetIdentity

func (*RecordActivityTaskHeartbeatByIDRequest) GetWorkflowExecution

func (m *RecordActivityTaskHeartbeatByIDRequest) GetWorkflowExecution() *WorkflowExecution

func (*RecordActivityTaskHeartbeatByIDRequest) Marshal

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

func (*RecordActivityTaskHeartbeatByIDRequest) MarshalTo

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

func (*RecordActivityTaskHeartbeatByIDRequest) MarshalToSizedBuffer

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

func (*RecordActivityTaskHeartbeatByIDRequest) ProtoMessage

func (*RecordActivityTaskHeartbeatByIDRequest) Reset

func (*RecordActivityTaskHeartbeatByIDRequest) Size

func (*RecordActivityTaskHeartbeatByIDRequest) String

func (*RecordActivityTaskHeartbeatByIDRequest) Unmarshal

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

func (*RecordActivityTaskHeartbeatByIDRequest) XXX_DiscardUnknown

func (m *RecordActivityTaskHeartbeatByIDRequest) XXX_DiscardUnknown()

func (*RecordActivityTaskHeartbeatByIDRequest) XXX_Marshal

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

func (*RecordActivityTaskHeartbeatByIDRequest) XXX_Merge

func (*RecordActivityTaskHeartbeatByIDRequest) XXX_Size

func (*RecordActivityTaskHeartbeatByIDRequest) XXX_Unmarshal

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

type RecordActivityTaskHeartbeatByIDResponse

type RecordActivityTaskHeartbeatByIDResponse struct {
	CancelRequested      bool     `protobuf:"varint,1,opt,name=cancel_requested,json=cancelRequested,proto3" json:"cancel_requested,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RecordActivityTaskHeartbeatByIDResponse) Descriptor

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

func (*RecordActivityTaskHeartbeatByIDResponse) GetCancelRequested

func (m *RecordActivityTaskHeartbeatByIDResponse) GetCancelRequested() bool

func (*RecordActivityTaskHeartbeatByIDResponse) Marshal

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

func (*RecordActivityTaskHeartbeatByIDResponse) MarshalTo

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

func (*RecordActivityTaskHeartbeatByIDResponse) MarshalToSizedBuffer

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

func (*RecordActivityTaskHeartbeatByIDResponse) ProtoMessage

func (*RecordActivityTaskHeartbeatByIDResponse) Reset

func (*RecordActivityTaskHeartbeatByIDResponse) Size

func (*RecordActivityTaskHeartbeatByIDResponse) String

func (*RecordActivityTaskHeartbeatByIDResponse) Unmarshal

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

func (*RecordActivityTaskHeartbeatByIDResponse) XXX_DiscardUnknown

func (m *RecordActivityTaskHeartbeatByIDResponse) XXX_DiscardUnknown()

func (*RecordActivityTaskHeartbeatByIDResponse) XXX_Marshal

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

func (*RecordActivityTaskHeartbeatByIDResponse) XXX_Merge

func (*RecordActivityTaskHeartbeatByIDResponse) XXX_Size

func (*RecordActivityTaskHeartbeatByIDResponse) XXX_Unmarshal

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

type RecordActivityTaskHeartbeatRequest

type RecordActivityTaskHeartbeatRequest struct {
	TaskToken            []byte   `protobuf:"bytes,1,opt,name=task_token,json=taskToken,proto3" json:"task_token,omitempty"`
	Details              *Payload `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"`
	Identity             string   `protobuf:"bytes,3,opt,name=identity,proto3" json:"identity,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RecordActivityTaskHeartbeatRequest) Descriptor

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

func (*RecordActivityTaskHeartbeatRequest) GetDetails

func (*RecordActivityTaskHeartbeatRequest) GetIdentity

func (m *RecordActivityTaskHeartbeatRequest) GetIdentity() string

func (*RecordActivityTaskHeartbeatRequest) GetTaskToken

func (m *RecordActivityTaskHeartbeatRequest) GetTaskToken() []byte

func (*RecordActivityTaskHeartbeatRequest) Marshal

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

func (*RecordActivityTaskHeartbeatRequest) MarshalTo

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

func (*RecordActivityTaskHeartbeatRequest) MarshalToSizedBuffer

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

func (*RecordActivityTaskHeartbeatRequest) ProtoMessage

func (*RecordActivityTaskHeartbeatRequest) ProtoMessage()

func (*RecordActivityTaskHeartbeatRequest) Reset

func (*RecordActivityTaskHeartbeatRequest) Size

func (*RecordActivityTaskHeartbeatRequest) String

func (*RecordActivityTaskHeartbeatRequest) Unmarshal

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

func (*RecordActivityTaskHeartbeatRequest) XXX_DiscardUnknown

func (m *RecordActivityTaskHeartbeatRequest) XXX_DiscardUnknown()

func (*RecordActivityTaskHeartbeatRequest) XXX_Marshal

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

func (*RecordActivityTaskHeartbeatRequest) XXX_Merge

func (*RecordActivityTaskHeartbeatRequest) XXX_Size

func (*RecordActivityTaskHeartbeatRequest) XXX_Unmarshal

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

type RecordActivityTaskHeartbeatResponse

type RecordActivityTaskHeartbeatResponse struct {
	CancelRequested      bool     `protobuf:"varint,1,opt,name=cancel_requested,json=cancelRequested,proto3" json:"cancel_requested,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RecordActivityTaskHeartbeatResponse) Descriptor

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

func (*RecordActivityTaskHeartbeatResponse) GetCancelRequested

func (m *RecordActivityTaskHeartbeatResponse) GetCancelRequested() bool

func (*RecordActivityTaskHeartbeatResponse) Marshal

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

func (*RecordActivityTaskHeartbeatResponse) MarshalTo

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

func (*RecordActivityTaskHeartbeatResponse) MarshalToSizedBuffer

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

func (*RecordActivityTaskHeartbeatResponse) ProtoMessage

func (*RecordActivityTaskHeartbeatResponse) ProtoMessage()

func (*RecordActivityTaskHeartbeatResponse) Reset

func (*RecordActivityTaskHeartbeatResponse) Size

func (*RecordActivityTaskHeartbeatResponse) String

func (*RecordActivityTaskHeartbeatResponse) Unmarshal

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

func (*RecordActivityTaskHeartbeatResponse) XXX_DiscardUnknown

func (m *RecordActivityTaskHeartbeatResponse) XXX_DiscardUnknown()

func (*RecordActivityTaskHeartbeatResponse) XXX_Marshal

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

func (*RecordActivityTaskHeartbeatResponse) XXX_Merge

func (*RecordActivityTaskHeartbeatResponse) XXX_Size

func (*RecordActivityTaskHeartbeatResponse) XXX_Unmarshal

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

type RecordMarkerDecisionAttributes

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

func (*RecordMarkerDecisionAttributes) Descriptor

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

func (*RecordMarkerDecisionAttributes) GetDetails

func (m *RecordMarkerDecisionAttributes) GetDetails() *Payload

func (*RecordMarkerDecisionAttributes) GetHeader

func (m *RecordMarkerDecisionAttributes) GetHeader() *Header

func (*RecordMarkerDecisionAttributes) GetMarkerName

func (m *RecordMarkerDecisionAttributes) GetMarkerName() 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 (*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 RefreshWorkflowTasksRequest

type RefreshWorkflowTasksRequest struct {
	Domain               string             `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowExecution    *WorkflowExecution `protobuf:"bytes,2,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*RefreshWorkflowTasksRequest) Descriptor

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

func (*RefreshWorkflowTasksRequest) GetDomain

func (m *RefreshWorkflowTasksRequest) GetDomain() string

func (*RefreshWorkflowTasksRequest) GetWorkflowExecution

func (m *RefreshWorkflowTasksRequest) GetWorkflowExecution() *WorkflowExecution

func (*RefreshWorkflowTasksRequest) Marshal

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

func (*RefreshWorkflowTasksRequest) MarshalTo

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

func (*RefreshWorkflowTasksRequest) MarshalToSizedBuffer

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

func (*RefreshWorkflowTasksRequest) ProtoMessage

func (*RefreshWorkflowTasksRequest) ProtoMessage()

func (*RefreshWorkflowTasksRequest) Reset

func (m *RefreshWorkflowTasksRequest) Reset()

func (*RefreshWorkflowTasksRequest) Size

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

func (*RefreshWorkflowTasksRequest) String

func (m *RefreshWorkflowTasksRequest) String() string

func (*RefreshWorkflowTasksRequest) Unmarshal

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

func (*RefreshWorkflowTasksRequest) XXX_DiscardUnknown

func (m *RefreshWorkflowTasksRequest) XXX_DiscardUnknown()

func (*RefreshWorkflowTasksRequest) XXX_Marshal

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

func (*RefreshWorkflowTasksRequest) XXX_Merge

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

func (*RefreshWorkflowTasksRequest) XXX_Size

func (m *RefreshWorkflowTasksRequest) XXX_Size() int

func (*RefreshWorkflowTasksRequest) XXX_Unmarshal

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

type RefreshWorkflowTasksResponse

type RefreshWorkflowTasksResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RefreshWorkflowTasksResponse) Descriptor

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

func (*RefreshWorkflowTasksResponse) Marshal

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

func (*RefreshWorkflowTasksResponse) MarshalTo

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

func (*RefreshWorkflowTasksResponse) MarshalToSizedBuffer

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

func (*RefreshWorkflowTasksResponse) ProtoMessage

func (*RefreshWorkflowTasksResponse) ProtoMessage()

func (*RefreshWorkflowTasksResponse) Reset

func (m *RefreshWorkflowTasksResponse) Reset()

func (*RefreshWorkflowTasksResponse) Size

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

func (*RefreshWorkflowTasksResponse) String

func (*RefreshWorkflowTasksResponse) Unmarshal

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

func (*RefreshWorkflowTasksResponse) XXX_DiscardUnknown

func (m *RefreshWorkflowTasksResponse) XXX_DiscardUnknown()

func (*RefreshWorkflowTasksResponse) XXX_Marshal

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

func (*RefreshWorkflowTasksResponse) XXX_Merge

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

func (*RefreshWorkflowTasksResponse) XXX_Size

func (m *RefreshWorkflowTasksResponse) XXX_Size() int

func (*RefreshWorkflowTasksResponse) XXX_Unmarshal

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

type RegisterDomainRequest

type RegisterDomainRequest struct {
	SecurityToken                    string                             `protobuf:"bytes,1,opt,name=security_token,json=securityToken,proto3" json:"security_token,omitempty"`
	Name                             string                             `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description                      string                             `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	OwnerEmail                       string                             `protobuf:"bytes,4,opt,name=owner_email,json=ownerEmail,proto3" json:"owner_email,omitempty"`
	WorkflowExecutionRetentionPeriod *types.Duration                    `` /* 161-byte string literal not displayed */
	Clusters                         []*ClusterReplicationConfiguration `protobuf:"bytes,6,rep,name=clusters,proto3" json:"clusters,omitempty"`
	ActiveClusterName                string                             `protobuf:"bytes,7,opt,name=active_cluster_name,json=activeClusterName,proto3" json:"active_cluster_name,omitempty"`
	Data                             map[string]string                  `` /* 149-byte string literal not displayed */
	IsGlobalDomain                   bool                               `protobuf:"varint,9,opt,name=is_global_domain,json=isGlobalDomain,proto3" json:"is_global_domain,omitempty"`
	HistoryArchivalStatus            ArchivalStatus                     `` /* 168-byte string literal not displayed */
	HistoryArchivalUri               string                             `protobuf:"bytes,11,opt,name=history_archival_uri,json=historyArchivalUri,proto3" json:"history_archival_uri,omitempty"`
	VisibilityArchivalStatus         ArchivalStatus                     `` /* 177-byte string literal not displayed */
	VisibilityArchivalUri            string                             `` /* 127-byte string literal not displayed */
	XXX_NoUnkeyedLiteral             struct{}                           `json:"-"`
	XXX_unrecognized                 []byte                             `json:"-"`
	XXX_sizecache                    int32                              `json:"-"`
}

func (*RegisterDomainRequest) Descriptor

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

func (*RegisterDomainRequest) GetActiveClusterName

func (m *RegisterDomainRequest) GetActiveClusterName() string

func (*RegisterDomainRequest) GetClusters

func (*RegisterDomainRequest) GetData

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

func (*RegisterDomainRequest) GetDescription

func (m *RegisterDomainRequest) GetDescription() string

func (*RegisterDomainRequest) GetHistoryArchivalStatus

func (m *RegisterDomainRequest) GetHistoryArchivalStatus() ArchivalStatus

func (*RegisterDomainRequest) GetHistoryArchivalUri

func (m *RegisterDomainRequest) GetHistoryArchivalUri() string

func (*RegisterDomainRequest) GetIsGlobalDomain

func (m *RegisterDomainRequest) GetIsGlobalDomain() bool

func (*RegisterDomainRequest) GetName

func (m *RegisterDomainRequest) GetName() string

func (*RegisterDomainRequest) GetOwnerEmail

func (m *RegisterDomainRequest) GetOwnerEmail() string

func (*RegisterDomainRequest) GetSecurityToken

func (m *RegisterDomainRequest) GetSecurityToken() string

func (*RegisterDomainRequest) GetVisibilityArchivalStatus

func (m *RegisterDomainRequest) GetVisibilityArchivalStatus() ArchivalStatus

func (*RegisterDomainRequest) GetVisibilityArchivalUri

func (m *RegisterDomainRequest) GetVisibilityArchivalUri() string

func (*RegisterDomainRequest) GetWorkflowExecutionRetentionPeriod

func (m *RegisterDomainRequest) GetWorkflowExecutionRetentionPeriod() *types.Duration

func (*RegisterDomainRequest) Marshal

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

func (*RegisterDomainRequest) MarshalTo

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

func (*RegisterDomainRequest) MarshalToSizedBuffer

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

func (*RegisterDomainRequest) ProtoMessage

func (*RegisterDomainRequest) ProtoMessage()

func (*RegisterDomainRequest) Reset

func (m *RegisterDomainRequest) Reset()

func (*RegisterDomainRequest) Size

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

func (*RegisterDomainRequest) String

func (m *RegisterDomainRequest) String() string

func (*RegisterDomainRequest) Unmarshal

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

func (*RegisterDomainRequest) XXX_DiscardUnknown

func (m *RegisterDomainRequest) XXX_DiscardUnknown()

func (*RegisterDomainRequest) XXX_Marshal

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

func (*RegisterDomainRequest) XXX_Merge

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

func (*RegisterDomainRequest) XXX_Size

func (m *RegisterDomainRequest) XXX_Size() int

func (*RegisterDomainRequest) XXX_Unmarshal

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

type RegisterDomainResponse

type RegisterDomainResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RegisterDomainResponse) Descriptor

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

func (*RegisterDomainResponse) Marshal

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

func (*RegisterDomainResponse) MarshalTo

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

func (*RegisterDomainResponse) MarshalToSizedBuffer

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

func (*RegisterDomainResponse) ProtoMessage

func (*RegisterDomainResponse) ProtoMessage()

func (*RegisterDomainResponse) Reset

func (m *RegisterDomainResponse) Reset()

func (*RegisterDomainResponse) Size

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

func (*RegisterDomainResponse) String

func (m *RegisterDomainResponse) String() string

func (*RegisterDomainResponse) Unmarshal

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

func (*RegisterDomainResponse) XXX_DiscardUnknown

func (m *RegisterDomainResponse) XXX_DiscardUnknown()

func (*RegisterDomainResponse) XXX_Marshal

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

func (*RegisterDomainResponse) XXX_Merge

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

func (*RegisterDomainResponse) XXX_Size

func (m *RegisterDomainResponse) XXX_Size() int

func (*RegisterDomainResponse) XXX_Unmarshal

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

type RequestCancelActivityTaskDecisionAttributes

type RequestCancelActivityTaskDecisionAttributes struct {
	ActivityId           string   `protobuf:"bytes,1,opt,name=activity_id,json=activityId,proto3" json:"activity_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RequestCancelActivityTaskDecisionAttributes) Descriptor

func (*RequestCancelActivityTaskDecisionAttributes) GetActivityId

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=activity_id,json=activityId,proto3" json:"activity_id,omitempty"`
	Cause                        string   `protobuf:"bytes,2,opt,name=cause,proto3" json:"cause,omitempty"`
	DecisionTaskCompletedEventId int64    `` /* 152-byte string literal not displayed */
	XXX_NoUnkeyedLiteral         struct{} `json:"-"`
	XXX_unrecognized             []byte   `json:"-"`
	XXX_sizecache                int32    `json:"-"`
}

func (*RequestCancelActivityTaskFailedEventAttributes) Descriptor

func (*RequestCancelActivityTaskFailedEventAttributes) GetActivityId

func (*RequestCancelActivityTaskFailedEventAttributes) GetCause

func (*RequestCancelActivityTaskFailedEventAttributes) GetDecisionTaskCompletedEventId

func (m *RequestCancelActivityTaskFailedEventAttributes) GetDecisionTaskCompletedEventId() int64

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"`
	WorkflowExecution    *WorkflowExecution `protobuf:"bytes,2,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	Control              []byte             `protobuf:"bytes,3,opt,name=control,proto3" json:"control,omitempty"`
	ChildWorkflowOnly    bool               `protobuf:"varint,4,opt,name=child_workflow_only,json=childWorkflowOnly,proto3" json:"child_workflow_only,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*RequestCancelExternalWorkflowExecutionDecisionAttributes) Descriptor

func (*RequestCancelExternalWorkflowExecutionDecisionAttributes) GetChildWorkflowOnly

func (*RequestCancelExternalWorkflowExecutionDecisionAttributes) GetControl

func (*RequestCancelExternalWorkflowExecutionDecisionAttributes) GetDomain

func (*RequestCancelExternalWorkflowExecutionDecisionAttributes) GetWorkflowExecution

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                        CancelExternalWorkflowExecutionFailedCause `` /* 132-byte string literal not displayed */
	DecisionTaskCompletedEventId int64                                      `` /* 152-byte string literal not displayed */
	Domain                       string                                     `protobuf:"bytes,3,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowExecution            *WorkflowExecution                         `protobuf:"bytes,4,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	InitiatedEventId             int64                                      `protobuf:"varint,5,opt,name=initiated_event_id,json=initiatedEventId,proto3" json:"initiated_event_id,omitempty"`
	Control                      []byte                                     `protobuf:"bytes,6,opt,name=control,proto3" json:"control,omitempty"`
	XXX_NoUnkeyedLiteral         struct{}                                   `json:"-"`
	XXX_unrecognized             []byte                                     `json:"-"`
	XXX_sizecache                int32                                      `json:"-"`
}

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) Descriptor

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

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) MarshalTo

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) MarshalToSizedBuffer

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) ProtoMessage

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) Reset

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) Size

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) String

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) Unmarshal

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) XXX_DiscardUnknown

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) XXX_Marshal

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

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) XXX_Merge

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) XXX_Size

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) XXX_Unmarshal

type RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

type RequestCancelExternalWorkflowExecutionInitiatedEventAttributes struct {
	DecisionTaskCompletedEventId int64              `` /* 152-byte string literal not displayed */
	Domain                       string             `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowExecution            *WorkflowExecution `protobuf:"bytes,3,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	Control                      []byte             `protobuf:"bytes,4,opt,name=control,proto3" json:"control,omitempty"`
	ChildWorkflowOnly            bool               `protobuf:"varint,5,opt,name=child_workflow_only,json=childWorkflowOnly,proto3" json:"child_workflow_only,omitempty"`
	XXX_NoUnkeyedLiteral         struct{}           `json:"-"`
	XXX_unrecognized             []byte             `json:"-"`
	XXX_sizecache                int32              `json:"-"`
}

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) Descriptor

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GetChildWorkflowOnly

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GetControl

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GetDecisionTaskCompletedEventId

func (m *RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GetDomain

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GetWorkflowExecution

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 RequestCancelWorkflowExecutionRequest

type RequestCancelWorkflowExecutionRequest struct {
	Domain               string             `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowExecution    *WorkflowExecution `protobuf:"bytes,2,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	Identity             string             `protobuf:"bytes,3,opt,name=identity,proto3" json:"identity,omitempty"`
	RequestId            string             `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Cause                string             `protobuf:"bytes,5,opt,name=cause,proto3" json:"cause,omitempty"`
	FirstExecutionRunId  string             `protobuf:"bytes,6,opt,name=first_execution_run_id,json=firstExecutionRunId,proto3" json:"first_execution_run_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*RequestCancelWorkflowExecutionRequest) Descriptor

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

func (*RequestCancelWorkflowExecutionRequest) GetCause

func (*RequestCancelWorkflowExecutionRequest) GetDomain

func (*RequestCancelWorkflowExecutionRequest) GetFirstExecutionRunId

func (m *RequestCancelWorkflowExecutionRequest) GetFirstExecutionRunId() string

func (*RequestCancelWorkflowExecutionRequest) GetIdentity

func (*RequestCancelWorkflowExecutionRequest) GetRequestId

func (*RequestCancelWorkflowExecutionRequest) GetWorkflowExecution

func (m *RequestCancelWorkflowExecutionRequest) GetWorkflowExecution() *WorkflowExecution

func (*RequestCancelWorkflowExecutionRequest) Marshal

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

func (*RequestCancelWorkflowExecutionRequest) MarshalTo

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

func (*RequestCancelWorkflowExecutionRequest) MarshalToSizedBuffer

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

func (*RequestCancelWorkflowExecutionRequest) ProtoMessage

func (*RequestCancelWorkflowExecutionRequest) ProtoMessage()

func (*RequestCancelWorkflowExecutionRequest) Reset

func (*RequestCancelWorkflowExecutionRequest) Size

func (*RequestCancelWorkflowExecutionRequest) String

func (*RequestCancelWorkflowExecutionRequest) Unmarshal

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

func (*RequestCancelWorkflowExecutionRequest) XXX_DiscardUnknown

func (m *RequestCancelWorkflowExecutionRequest) XXX_DiscardUnknown()

func (*RequestCancelWorkflowExecutionRequest) XXX_Marshal

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

func (*RequestCancelWorkflowExecutionRequest) XXX_Merge

func (*RequestCancelWorkflowExecutionRequest) XXX_Size

func (*RequestCancelWorkflowExecutionRequest) XXX_Unmarshal

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

type RequestCancelWorkflowExecutionResponse

type RequestCancelWorkflowExecutionResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RequestCancelWorkflowExecutionResponse) Descriptor

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

func (*RequestCancelWorkflowExecutionResponse) Marshal

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

func (*RequestCancelWorkflowExecutionResponse) MarshalTo

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

func (*RequestCancelWorkflowExecutionResponse) MarshalToSizedBuffer

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

func (*RequestCancelWorkflowExecutionResponse) ProtoMessage

func (*RequestCancelWorkflowExecutionResponse) Reset

func (*RequestCancelWorkflowExecutionResponse) Size

func (*RequestCancelWorkflowExecutionResponse) String

func (*RequestCancelWorkflowExecutionResponse) Unmarshal

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

func (*RequestCancelWorkflowExecutionResponse) XXX_DiscardUnknown

func (m *RequestCancelWorkflowExecutionResponse) XXX_DiscardUnknown()

func (*RequestCancelWorkflowExecutionResponse) XXX_Marshal

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

func (*RequestCancelWorkflowExecutionResponse) XXX_Merge

func (*RequestCancelWorkflowExecutionResponse) XXX_Size

func (*RequestCancelWorkflowExecutionResponse) XXX_Unmarshal

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

type ResetPointInfo

type ResetPointInfo struct {
	BinaryChecksum           string           `protobuf:"bytes,1,opt,name=binary_checksum,json=binaryChecksum,proto3" json:"binary_checksum,omitempty"`
	RunId                    string           `protobuf:"bytes,2,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"`
	FirstDecisionCompletedId int64            `` /* 138-byte string literal not displayed */
	CreatedTime              *types.Timestamp `protobuf:"bytes,4,opt,name=created_time,json=createdTime,proto3" json:"created_time,omitempty"`
	ExpiringTime             *types.Timestamp `protobuf:"bytes,5,opt,name=expiring_time,json=expiringTime,proto3" json:"expiring_time,omitempty"`
	Resettable               bool             `protobuf:"varint,6,opt,name=resettable,proto3" json:"resettable,omitempty"`
	XXX_NoUnkeyedLiteral     struct{}         `json:"-"`
	XXX_unrecognized         []byte           `json:"-"`
	XXX_sizecache            int32            `json:"-"`
}

func (*ResetPointInfo) Descriptor

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

func (*ResetPointInfo) GetBinaryChecksum

func (m *ResetPointInfo) GetBinaryChecksum() string

func (*ResetPointInfo) GetCreatedTime

func (m *ResetPointInfo) GetCreatedTime() *types.Timestamp

func (*ResetPointInfo) GetExpiringTime

func (m *ResetPointInfo) GetExpiringTime() *types.Timestamp

func (*ResetPointInfo) GetFirstDecisionCompletedId

func (m *ResetPointInfo) GetFirstDecisionCompletedId() int64

func (*ResetPointInfo) GetResettable

func (m *ResetPointInfo) GetResettable() bool

func (*ResetPointInfo) GetRunId

func (m *ResetPointInfo) GetRunId() 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 (m *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"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*ResetPoints) Descriptor

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

func (*ResetPoints) GetPoints

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

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 (m *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 ResetStickyTaskListRequest

type ResetStickyTaskListRequest struct {
	Domain               string             `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowExecution    *WorkflowExecution `protobuf:"bytes,2,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*ResetStickyTaskListRequest) Descriptor

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

func (*ResetStickyTaskListRequest) GetDomain

func (m *ResetStickyTaskListRequest) GetDomain() string

func (*ResetStickyTaskListRequest) GetWorkflowExecution

func (m *ResetStickyTaskListRequest) GetWorkflowExecution() *WorkflowExecution

func (*ResetStickyTaskListRequest) Marshal

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

func (*ResetStickyTaskListRequest) MarshalTo

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

func (*ResetStickyTaskListRequest) MarshalToSizedBuffer

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

func (*ResetStickyTaskListRequest) ProtoMessage

func (*ResetStickyTaskListRequest) ProtoMessage()

func (*ResetStickyTaskListRequest) Reset

func (m *ResetStickyTaskListRequest) Reset()

func (*ResetStickyTaskListRequest) Size

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

func (*ResetStickyTaskListRequest) String

func (m *ResetStickyTaskListRequest) String() string

func (*ResetStickyTaskListRequest) Unmarshal

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

func (*ResetStickyTaskListRequest) XXX_DiscardUnknown

func (m *ResetStickyTaskListRequest) XXX_DiscardUnknown()

func (*ResetStickyTaskListRequest) XXX_Marshal

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

func (*ResetStickyTaskListRequest) XXX_Merge

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

func (*ResetStickyTaskListRequest) XXX_Size

func (m *ResetStickyTaskListRequest) XXX_Size() int

func (*ResetStickyTaskListRequest) XXX_Unmarshal

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

type ResetStickyTaskListResponse

type ResetStickyTaskListResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResetStickyTaskListResponse) Descriptor

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

func (*ResetStickyTaskListResponse) Marshal

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

func (*ResetStickyTaskListResponse) MarshalTo

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

func (*ResetStickyTaskListResponse) MarshalToSizedBuffer

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

func (*ResetStickyTaskListResponse) ProtoMessage

func (*ResetStickyTaskListResponse) ProtoMessage()

func (*ResetStickyTaskListResponse) Reset

func (m *ResetStickyTaskListResponse) Reset()

func (*ResetStickyTaskListResponse) Size

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

func (*ResetStickyTaskListResponse) String

func (m *ResetStickyTaskListResponse) String() string

func (*ResetStickyTaskListResponse) Unmarshal

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

func (*ResetStickyTaskListResponse) XXX_DiscardUnknown

func (m *ResetStickyTaskListResponse) XXX_DiscardUnknown()

func (*ResetStickyTaskListResponse) XXX_Marshal

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

func (*ResetStickyTaskListResponse) XXX_Merge

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

func (*ResetStickyTaskListResponse) XXX_Size

func (m *ResetStickyTaskListResponse) XXX_Size() int

func (*ResetStickyTaskListResponse) XXX_Unmarshal

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

type ResetWorkflowExecutionRequest

type ResetWorkflowExecutionRequest struct {
	Domain                string             `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowExecution     *WorkflowExecution `protobuf:"bytes,2,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	Reason                string             `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty"`
	DecisionFinishEventId int64              `` /* 129-byte string literal not displayed */
	RequestId             string             `protobuf:"bytes,5,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	SkipSignalReapply     bool               `protobuf:"varint,6,opt,name=skip_signal_reapply,json=skipSignalReapply,proto3" json:"skip_signal_reapply,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}           `json:"-"`
	XXX_unrecognized      []byte             `json:"-"`
	XXX_sizecache         int32              `json:"-"`
}

func (*ResetWorkflowExecutionRequest) Descriptor

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

func (*ResetWorkflowExecutionRequest) GetDecisionFinishEventId

func (m *ResetWorkflowExecutionRequest) GetDecisionFinishEventId() int64

func (*ResetWorkflowExecutionRequest) GetDomain

func (m *ResetWorkflowExecutionRequest) GetDomain() string

func (*ResetWorkflowExecutionRequest) GetReason

func (m *ResetWorkflowExecutionRequest) GetReason() string

func (*ResetWorkflowExecutionRequest) GetRequestId

func (m *ResetWorkflowExecutionRequest) GetRequestId() string

func (*ResetWorkflowExecutionRequest) GetSkipSignalReapply

func (m *ResetWorkflowExecutionRequest) GetSkipSignalReapply() bool

func (*ResetWorkflowExecutionRequest) GetWorkflowExecution

func (m *ResetWorkflowExecutionRequest) GetWorkflowExecution() *WorkflowExecution

func (*ResetWorkflowExecutionRequest) Marshal

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

func (*ResetWorkflowExecutionRequest) MarshalTo

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

func (*ResetWorkflowExecutionRequest) MarshalToSizedBuffer

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

func (*ResetWorkflowExecutionRequest) ProtoMessage

func (*ResetWorkflowExecutionRequest) ProtoMessage()

func (*ResetWorkflowExecutionRequest) Reset

func (m *ResetWorkflowExecutionRequest) Reset()

func (*ResetWorkflowExecutionRequest) Size

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

func (*ResetWorkflowExecutionRequest) String

func (*ResetWorkflowExecutionRequest) Unmarshal

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

func (*ResetWorkflowExecutionRequest) XXX_DiscardUnknown

func (m *ResetWorkflowExecutionRequest) XXX_DiscardUnknown()

func (*ResetWorkflowExecutionRequest) XXX_Marshal

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

func (*ResetWorkflowExecutionRequest) XXX_Merge

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

func (*ResetWorkflowExecutionRequest) XXX_Size

func (m *ResetWorkflowExecutionRequest) XXX_Size() int

func (*ResetWorkflowExecutionRequest) XXX_Unmarshal

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

type ResetWorkflowExecutionResponse

type ResetWorkflowExecutionResponse struct {
	RunId                string   `protobuf:"bytes,1,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResetWorkflowExecutionResponse) Descriptor

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

func (*ResetWorkflowExecutionResponse) GetRunId

func (m *ResetWorkflowExecutionResponse) GetRunId() string

func (*ResetWorkflowExecutionResponse) Marshal

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

func (*ResetWorkflowExecutionResponse) MarshalTo

func (m *ResetWorkflowExecutionResponse) MarshalTo(dAtA []byte) (int, error)

func (*ResetWorkflowExecutionResponse) MarshalToSizedBuffer

func (m *ResetWorkflowExecutionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResetWorkflowExecutionResponse) ProtoMessage

func (*ResetWorkflowExecutionResponse) ProtoMessage()

func (*ResetWorkflowExecutionResponse) Reset

func (m *ResetWorkflowExecutionResponse) Reset()

func (*ResetWorkflowExecutionResponse) Size

func (m *ResetWorkflowExecutionResponse) Size() (n int)

func (*ResetWorkflowExecutionResponse) String

func (*ResetWorkflowExecutionResponse) Unmarshal

func (m *ResetWorkflowExecutionResponse) Unmarshal(dAtA []byte) error

func (*ResetWorkflowExecutionResponse) XXX_DiscardUnknown

func (m *ResetWorkflowExecutionResponse) XXX_DiscardUnknown()

func (*ResetWorkflowExecutionResponse) XXX_Marshal

func (m *ResetWorkflowExecutionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResetWorkflowExecutionResponse) XXX_Merge

func (m *ResetWorkflowExecutionResponse) XXX_Merge(src proto.Message)

func (*ResetWorkflowExecutionResponse) XXX_Size

func (m *ResetWorkflowExecutionResponse) XXX_Size() int

func (*ResetWorkflowExecutionResponse) XXX_Unmarshal

func (m *ResetWorkflowExecutionResponse) XXX_Unmarshal(b []byte) error

type RespondActivityTaskCanceledByIDRequest

type RespondActivityTaskCanceledByIDRequest struct {
	Domain               string             `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowExecution    *WorkflowExecution `protobuf:"bytes,2,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	ActivityId           string             `protobuf:"bytes,3,opt,name=activity_id,json=activityId,proto3" json:"activity_id,omitempty"`
	Details              *Payload           `protobuf:"bytes,4,opt,name=details,proto3" json:"details,omitempty"`
	Identity             string             `protobuf:"bytes,5,opt,name=identity,proto3" json:"identity,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*RespondActivityTaskCanceledByIDRequest) Descriptor

func (*RespondActivityTaskCanceledByIDRequest) Descriptor() ([]byte, []int)

func (*RespondActivityTaskCanceledByIDRequest) GetActivityId

func (*RespondActivityTaskCanceledByIDRequest) GetDetails

func (*RespondActivityTaskCanceledByIDRequest) GetDomain

func (*RespondActivityTaskCanceledByIDRequest) GetIdentity

func (*RespondActivityTaskCanceledByIDRequest) GetWorkflowExecution

func (m *RespondActivityTaskCanceledByIDRequest) GetWorkflowExecution() *WorkflowExecution

func (*RespondActivityTaskCanceledByIDRequest) Marshal

func (m *RespondActivityTaskCanceledByIDRequest) Marshal() (dAtA []byte, err error)

func (*RespondActivityTaskCanceledByIDRequest) MarshalTo

func (m *RespondActivityTaskCanceledByIDRequest) MarshalTo(dAtA []byte) (int, error)

func (*RespondActivityTaskCanceledByIDRequest) MarshalToSizedBuffer

func (m *RespondActivityTaskCanceledByIDRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RespondActivityTaskCanceledByIDRequest) ProtoMessage

func (*RespondActivityTaskCanceledByIDRequest) Reset

func (*RespondActivityTaskCanceledByIDRequest) Size

func (*RespondActivityTaskCanceledByIDRequest) String

func (*RespondActivityTaskCanceledByIDRequest) Unmarshal

func (m *RespondActivityTaskCanceledByIDRequest) Unmarshal(dAtA []byte) error

func (*RespondActivityTaskCanceledByIDRequest) XXX_DiscardUnknown

func (m *RespondActivityTaskCanceledByIDRequest) XXX_DiscardUnknown()

func (*RespondActivityTaskCanceledByIDRequest) XXX_Marshal

func (m *RespondActivityTaskCanceledByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RespondActivityTaskCanceledByIDRequest) XXX_Merge

func (*RespondActivityTaskCanceledByIDRequest) XXX_Size

func (*RespondActivityTaskCanceledByIDRequest) XXX_Unmarshal

func (m *RespondActivityTaskCanceledByIDRequest) XXX_Unmarshal(b []byte) error

type RespondActivityTaskCanceledByIDResponse

type RespondActivityTaskCanceledByIDResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RespondActivityTaskCanceledByIDResponse) Descriptor

func (*RespondActivityTaskCanceledByIDResponse) Descriptor() ([]byte, []int)

func (*RespondActivityTaskCanceledByIDResponse) Marshal

func (m *RespondActivityTaskCanceledByIDResponse) Marshal() (dAtA []byte, err error)

func (*RespondActivityTaskCanceledByIDResponse) MarshalTo

func (m *RespondActivityTaskCanceledByIDResponse) MarshalTo(dAtA []byte) (int, error)

func (*RespondActivityTaskCanceledByIDResponse) MarshalToSizedBuffer

func (m *RespondActivityTaskCanceledByIDResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RespondActivityTaskCanceledByIDResponse) ProtoMessage

func (*RespondActivityTaskCanceledByIDResponse) Reset

func (*RespondActivityTaskCanceledByIDResponse) Size

func (*RespondActivityTaskCanceledByIDResponse) String

func (*RespondActivityTaskCanceledByIDResponse) Unmarshal

func (m *RespondActivityTaskCanceledByIDResponse) Unmarshal(dAtA []byte) error

func (*RespondActivityTaskCanceledByIDResponse) XXX_DiscardUnknown

func (m *RespondActivityTaskCanceledByIDResponse) XXX_DiscardUnknown()

func (*RespondActivityTaskCanceledByIDResponse) XXX_Marshal

func (m *RespondActivityTaskCanceledByIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RespondActivityTaskCanceledByIDResponse) XXX_Merge

func (*RespondActivityTaskCanceledByIDResponse) XXX_Size

func (*RespondActivityTaskCanceledByIDResponse) XXX_Unmarshal

func (m *RespondActivityTaskCanceledByIDResponse) XXX_Unmarshal(b []byte) error

type RespondActivityTaskCanceledRequest

type RespondActivityTaskCanceledRequest struct {
	TaskToken            []byte   `protobuf:"bytes,1,opt,name=task_token,json=taskToken,proto3" json:"task_token,omitempty"`
	Details              *Payload `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"`
	Identity             string   `protobuf:"bytes,3,opt,name=identity,proto3" json:"identity,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RespondActivityTaskCanceledRequest) Descriptor

func (*RespondActivityTaskCanceledRequest) Descriptor() ([]byte, []int)

func (*RespondActivityTaskCanceledRequest) GetDetails

func (*RespondActivityTaskCanceledRequest) GetIdentity

func (m *RespondActivityTaskCanceledRequest) GetIdentity() string

func (*RespondActivityTaskCanceledRequest) GetTaskToken

func (m *RespondActivityTaskCanceledRequest) GetTaskToken() []byte

func (*RespondActivityTaskCanceledRequest) Marshal

func (m *RespondActivityTaskCanceledRequest) Marshal() (dAtA []byte, err error)

func (*RespondActivityTaskCanceledRequest) MarshalTo

func (m *RespondActivityTaskCanceledRequest) MarshalTo(dAtA []byte) (int, error)

func (*RespondActivityTaskCanceledRequest) MarshalToSizedBuffer

func (m *RespondActivityTaskCanceledRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RespondActivityTaskCanceledRequest) ProtoMessage

func (*RespondActivityTaskCanceledRequest) ProtoMessage()

func (*RespondActivityTaskCanceledRequest) Reset

func (*RespondActivityTaskCanceledRequest) Size

func (*RespondActivityTaskCanceledRequest) String

func (*RespondActivityTaskCanceledRequest) Unmarshal

func (m *RespondActivityTaskCanceledRequest) Unmarshal(dAtA []byte) error

func (*RespondActivityTaskCanceledRequest) XXX_DiscardUnknown

func (m *RespondActivityTaskCanceledRequest) XXX_DiscardUnknown()

func (*RespondActivityTaskCanceledRequest) XXX_Marshal

func (m *RespondActivityTaskCanceledRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RespondActivityTaskCanceledRequest) XXX_Merge

func (*RespondActivityTaskCanceledRequest) XXX_Size

func (*RespondActivityTaskCanceledRequest) XXX_Unmarshal

func (m *RespondActivityTaskCanceledRequest) XXX_Unmarshal(b []byte) error

type RespondActivityTaskCanceledResponse

type RespondActivityTaskCanceledResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RespondActivityTaskCanceledResponse) Descriptor

func (*RespondActivityTaskCanceledResponse) Descriptor() ([]byte, []int)

func (*RespondActivityTaskCanceledResponse) Marshal

func (m *RespondActivityTaskCanceledResponse) Marshal() (dAtA []byte, err error)

func (*RespondActivityTaskCanceledResponse) MarshalTo

func (m *RespondActivityTaskCanceledResponse) MarshalTo(dAtA []byte) (int, error)

func (*RespondActivityTaskCanceledResponse) MarshalToSizedBuffer

func (m *RespondActivityTaskCanceledResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RespondActivityTaskCanceledResponse) ProtoMessage

func (*RespondActivityTaskCanceledResponse) ProtoMessage()

func (*RespondActivityTaskCanceledResponse) Reset

func (*RespondActivityTaskCanceledResponse) Size

func (*RespondActivityTaskCanceledResponse) String

func (*RespondActivityTaskCanceledResponse) Unmarshal

func (m *RespondActivityTaskCanceledResponse) Unmarshal(dAtA []byte) error

func (*RespondActivityTaskCanceledResponse) XXX_DiscardUnknown

func (m *RespondActivityTaskCanceledResponse) XXX_DiscardUnknown()

func (*RespondActivityTaskCanceledResponse) XXX_Marshal

func (m *RespondActivityTaskCanceledResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RespondActivityTaskCanceledResponse) XXX_Merge

func (*RespondActivityTaskCanceledResponse) XXX_Size

func (*RespondActivityTaskCanceledResponse) XXX_Unmarshal

func (m *RespondActivityTaskCanceledResponse) XXX_Unmarshal(b []byte) error

type RespondActivityTaskCompletedByIDRequest

type RespondActivityTaskCompletedByIDRequest struct {
	Domain               string             `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowExecution    *WorkflowExecution `protobuf:"bytes,2,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	ActivityId           string             `protobuf:"bytes,3,opt,name=activity_id,json=activityId,proto3" json:"activity_id,omitempty"`
	Result               *Payload           `protobuf:"bytes,4,opt,name=result,proto3" json:"result,omitempty"`
	Identity             string             `protobuf:"bytes,5,opt,name=identity,proto3" json:"identity,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*RespondActivityTaskCompletedByIDRequest) Descriptor

func (*RespondActivityTaskCompletedByIDRequest) Descriptor() ([]byte, []int)

func (*RespondActivityTaskCompletedByIDRequest) GetActivityId

func (*RespondActivityTaskCompletedByIDRequest) GetDomain

func (*RespondActivityTaskCompletedByIDRequest) GetIdentity

func (*RespondActivityTaskCompletedByIDRequest) GetResult

func (*RespondActivityTaskCompletedByIDRequest) GetWorkflowExecution

func (*RespondActivityTaskCompletedByIDRequest) Marshal

func (m *RespondActivityTaskCompletedByIDRequest) Marshal() (dAtA []byte, err error)

func (*RespondActivityTaskCompletedByIDRequest) MarshalTo

func (m *RespondActivityTaskCompletedByIDRequest) MarshalTo(dAtA []byte) (int, error)

func (*RespondActivityTaskCompletedByIDRequest) MarshalToSizedBuffer

func (m *RespondActivityTaskCompletedByIDRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RespondActivityTaskCompletedByIDRequest) ProtoMessage

func (*RespondActivityTaskCompletedByIDRequest) Reset

func (*RespondActivityTaskCompletedByIDRequest) Size

func (*RespondActivityTaskCompletedByIDRequest) String

func (*RespondActivityTaskCompletedByIDRequest) Unmarshal

func (m *RespondActivityTaskCompletedByIDRequest) Unmarshal(dAtA []byte) error

func (*RespondActivityTaskCompletedByIDRequest) XXX_DiscardUnknown

func (m *RespondActivityTaskCompletedByIDRequest) XXX_DiscardUnknown()

func (*RespondActivityTaskCompletedByIDRequest) XXX_Marshal

func (m *RespondActivityTaskCompletedByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RespondActivityTaskCompletedByIDRequest) XXX_Merge

func (*RespondActivityTaskCompletedByIDRequest) XXX_Size

func (*RespondActivityTaskCompletedByIDRequest) XXX_Unmarshal

func (m *RespondActivityTaskCompletedByIDRequest) XXX_Unmarshal(b []byte) error

type RespondActivityTaskCompletedByIDResponse

type RespondActivityTaskCompletedByIDResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RespondActivityTaskCompletedByIDResponse) Descriptor

func (*RespondActivityTaskCompletedByIDResponse) Descriptor() ([]byte, []int)

func (*RespondActivityTaskCompletedByIDResponse) Marshal

func (m *RespondActivityTaskCompletedByIDResponse) Marshal() (dAtA []byte, err error)

func (*RespondActivityTaskCompletedByIDResponse) MarshalTo

func (m *RespondActivityTaskCompletedByIDResponse) MarshalTo(dAtA []byte) (int, error)

func (*RespondActivityTaskCompletedByIDResponse) MarshalToSizedBuffer

func (m *RespondActivityTaskCompletedByIDResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RespondActivityTaskCompletedByIDResponse) ProtoMessage

func (*RespondActivityTaskCompletedByIDResponse) Reset

func (*RespondActivityTaskCompletedByIDResponse) Size

func (*RespondActivityTaskCompletedByIDResponse) String

func (*RespondActivityTaskCompletedByIDResponse) Unmarshal

func (*RespondActivityTaskCompletedByIDResponse) XXX_DiscardUnknown

func (m *RespondActivityTaskCompletedByIDResponse) XXX_DiscardUnknown()

func (*RespondActivityTaskCompletedByIDResponse) XXX_Marshal

func (m *RespondActivityTaskCompletedByIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RespondActivityTaskCompletedByIDResponse) XXX_Merge

func (*RespondActivityTaskCompletedByIDResponse) XXX_Size

func (*RespondActivityTaskCompletedByIDResponse) XXX_Unmarshal

func (m *RespondActivityTaskCompletedByIDResponse) XXX_Unmarshal(b []byte) error

type RespondActivityTaskCompletedRequest

type RespondActivityTaskCompletedRequest struct {
	TaskToken            []byte   `protobuf:"bytes,1,opt,name=task_token,json=taskToken,proto3" json:"task_token,omitempty"`
	Result               *Payload `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	Identity             string   `protobuf:"bytes,3,opt,name=identity,proto3" json:"identity,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RespondActivityTaskCompletedRequest) Descriptor

func (*RespondActivityTaskCompletedRequest) Descriptor() ([]byte, []int)

func (*RespondActivityTaskCompletedRequest) GetIdentity

func (*RespondActivityTaskCompletedRequest) GetResult

func (*RespondActivityTaskCompletedRequest) GetTaskToken

func (m *RespondActivityTaskCompletedRequest) GetTaskToken() []byte

func (*RespondActivityTaskCompletedRequest) Marshal

func (m *RespondActivityTaskCompletedRequest) Marshal() (dAtA []byte, err error)

func (*RespondActivityTaskCompletedRequest) MarshalTo

func (m *RespondActivityTaskCompletedRequest) MarshalTo(dAtA []byte) (int, error)

func (*RespondActivityTaskCompletedRequest) MarshalToSizedBuffer

func (m *RespondActivityTaskCompletedRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RespondActivityTaskCompletedRequest) ProtoMessage

func (*RespondActivityTaskCompletedRequest) ProtoMessage()

func (*RespondActivityTaskCompletedRequest) Reset

func (*RespondActivityTaskCompletedRequest) Size

func (*RespondActivityTaskCompletedRequest) String

func (*RespondActivityTaskCompletedRequest) Unmarshal

func (m *RespondActivityTaskCompletedRequest) Unmarshal(dAtA []byte) error

func (*RespondActivityTaskCompletedRequest) XXX_DiscardUnknown

func (m *RespondActivityTaskCompletedRequest) XXX_DiscardUnknown()

func (*RespondActivityTaskCompletedRequest) XXX_Marshal

func (m *RespondActivityTaskCompletedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RespondActivityTaskCompletedRequest) XXX_Merge

func (*RespondActivityTaskCompletedRequest) XXX_Size

func (*RespondActivityTaskCompletedRequest) XXX_Unmarshal

func (m *RespondActivityTaskCompletedRequest) XXX_Unmarshal(b []byte) error

type RespondActivityTaskCompletedResponse

type RespondActivityTaskCompletedResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RespondActivityTaskCompletedResponse) Descriptor

func (*RespondActivityTaskCompletedResponse) Descriptor() ([]byte, []int)

func (*RespondActivityTaskCompletedResponse) Marshal

func (m *RespondActivityTaskCompletedResponse) Marshal() (dAtA []byte, err error)

func (*RespondActivityTaskCompletedResponse) MarshalTo

func (m *RespondActivityTaskCompletedResponse) MarshalTo(dAtA []byte) (int, error)

func (*RespondActivityTaskCompletedResponse) MarshalToSizedBuffer

func (m *RespondActivityTaskCompletedResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RespondActivityTaskCompletedResponse) ProtoMessage

func (*RespondActivityTaskCompletedResponse) ProtoMessage()

func (*RespondActivityTaskCompletedResponse) Reset

func (*RespondActivityTaskCompletedResponse) Size

func (*RespondActivityTaskCompletedResponse) String

func (*RespondActivityTaskCompletedResponse) Unmarshal

func (m *RespondActivityTaskCompletedResponse) Unmarshal(dAtA []byte) error

func (*RespondActivityTaskCompletedResponse) XXX_DiscardUnknown

func (m *RespondActivityTaskCompletedResponse) XXX_DiscardUnknown()

func (*RespondActivityTaskCompletedResponse) XXX_Marshal

func (m *RespondActivityTaskCompletedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RespondActivityTaskCompletedResponse) XXX_Merge

func (*RespondActivityTaskCompletedResponse) XXX_Size

func (*RespondActivityTaskCompletedResponse) XXX_Unmarshal

func (m *RespondActivityTaskCompletedResponse) XXX_Unmarshal(b []byte) error

type RespondActivityTaskFailedByIDRequest

type RespondActivityTaskFailedByIDRequest struct {
	Domain               string             `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowExecution    *WorkflowExecution `protobuf:"bytes,2,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	ActivityId           string             `protobuf:"bytes,3,opt,name=activity_id,json=activityId,proto3" json:"activity_id,omitempty"`
	Failure              *Failure           `protobuf:"bytes,4,opt,name=failure,proto3" json:"failure,omitempty"`
	Identity             string             `protobuf:"bytes,5,opt,name=identity,proto3" json:"identity,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*RespondActivityTaskFailedByIDRequest) Descriptor

func (*RespondActivityTaskFailedByIDRequest) Descriptor() ([]byte, []int)

func (*RespondActivityTaskFailedByIDRequest) GetActivityId

func (m *RespondActivityTaskFailedByIDRequest) GetActivityId() string

func (*RespondActivityTaskFailedByIDRequest) GetDomain

func (*RespondActivityTaskFailedByIDRequest) GetFailure

func (*RespondActivityTaskFailedByIDRequest) GetIdentity

func (*RespondActivityTaskFailedByIDRequest) GetWorkflowExecution

func (m *RespondActivityTaskFailedByIDRequest) GetWorkflowExecution() *WorkflowExecution

func (*RespondActivityTaskFailedByIDRequest) Marshal

func (m *RespondActivityTaskFailedByIDRequest) Marshal() (dAtA []byte, err error)

func (*RespondActivityTaskFailedByIDRequest) MarshalTo

func (m *RespondActivityTaskFailedByIDRequest) MarshalTo(dAtA []byte) (int, error)

func (*RespondActivityTaskFailedByIDRequest) MarshalToSizedBuffer

func (m *RespondActivityTaskFailedByIDRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RespondActivityTaskFailedByIDRequest) ProtoMessage

func (*RespondActivityTaskFailedByIDRequest) ProtoMessage()

func (*RespondActivityTaskFailedByIDRequest) Reset

func (*RespondActivityTaskFailedByIDRequest) Size

func (*RespondActivityTaskFailedByIDRequest) String

func (*RespondActivityTaskFailedByIDRequest) Unmarshal

func (m *RespondActivityTaskFailedByIDRequest) Unmarshal(dAtA []byte) error

func (*RespondActivityTaskFailedByIDRequest) XXX_DiscardUnknown

func (m *RespondActivityTaskFailedByIDRequest) XXX_DiscardUnknown()

func (*RespondActivityTaskFailedByIDRequest) XXX_Marshal

func (m *RespondActivityTaskFailedByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RespondActivityTaskFailedByIDRequest) XXX_Merge

func (*RespondActivityTaskFailedByIDRequest) XXX_Size

func (*RespondActivityTaskFailedByIDRequest) XXX_Unmarshal

func (m *RespondActivityTaskFailedByIDRequest) XXX_Unmarshal(b []byte) error

type RespondActivityTaskFailedByIDResponse

type RespondActivityTaskFailedByIDResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RespondActivityTaskFailedByIDResponse) Descriptor

func (*RespondActivityTaskFailedByIDResponse) Descriptor() ([]byte, []int)

func (*RespondActivityTaskFailedByIDResponse) Marshal

func (m *RespondActivityTaskFailedByIDResponse) Marshal() (dAtA []byte, err error)

func (*RespondActivityTaskFailedByIDResponse) MarshalTo

func (m *RespondActivityTaskFailedByIDResponse) MarshalTo(dAtA []byte) (int, error)

func (*RespondActivityTaskFailedByIDResponse) MarshalToSizedBuffer

func (m *RespondActivityTaskFailedByIDResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RespondActivityTaskFailedByIDResponse) ProtoMessage

func (*RespondActivityTaskFailedByIDResponse) ProtoMessage()

func (*RespondActivityTaskFailedByIDResponse) Reset

func (*RespondActivityTaskFailedByIDResponse) Size

func (*RespondActivityTaskFailedByIDResponse) String

func (*RespondActivityTaskFailedByIDResponse) Unmarshal

func (m *RespondActivityTaskFailedByIDResponse) Unmarshal(dAtA []byte) error

func (*RespondActivityTaskFailedByIDResponse) XXX_DiscardUnknown

func (m *RespondActivityTaskFailedByIDResponse) XXX_DiscardUnknown()

func (*RespondActivityTaskFailedByIDResponse) XXX_Marshal

func (m *RespondActivityTaskFailedByIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RespondActivityTaskFailedByIDResponse) XXX_Merge

func (*RespondActivityTaskFailedByIDResponse) XXX_Size

func (*RespondActivityTaskFailedByIDResponse) XXX_Unmarshal

func (m *RespondActivityTaskFailedByIDResponse) XXX_Unmarshal(b []byte) error

type RespondActivityTaskFailedRequest

type RespondActivityTaskFailedRequest struct {
	TaskToken            []byte   `protobuf:"bytes,1,opt,name=task_token,json=taskToken,proto3" json:"task_token,omitempty"`
	Failure              *Failure `protobuf:"bytes,2,opt,name=failure,proto3" json:"failure,omitempty"`
	Identity             string   `protobuf:"bytes,3,opt,name=identity,proto3" json:"identity,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RespondActivityTaskFailedRequest) Descriptor

func (*RespondActivityTaskFailedRequest) Descriptor() ([]byte, []int)

func (*RespondActivityTaskFailedRequest) GetFailure

func (m *RespondActivityTaskFailedRequest) GetFailure() *Failure

func (*RespondActivityTaskFailedRequest) GetIdentity

func (m *RespondActivityTaskFailedRequest) GetIdentity() string

func (*RespondActivityTaskFailedRequest) GetTaskToken

func (m *RespondActivityTaskFailedRequest) GetTaskToken() []byte

func (*RespondActivityTaskFailedRequest) Marshal

func (m *RespondActivityTaskFailedRequest) Marshal() (dAtA []byte, err error)

func (*RespondActivityTaskFailedRequest) MarshalTo

func (m *RespondActivityTaskFailedRequest) MarshalTo(dAtA []byte) (int, error)

func (*RespondActivityTaskFailedRequest) MarshalToSizedBuffer

func (m *RespondActivityTaskFailedRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RespondActivityTaskFailedRequest) ProtoMessage

func (*RespondActivityTaskFailedRequest) ProtoMessage()

func (*RespondActivityTaskFailedRequest) Reset

func (*RespondActivityTaskFailedRequest) Size

func (m *RespondActivityTaskFailedRequest) Size() (n int)

func (*RespondActivityTaskFailedRequest) String

func (*RespondActivityTaskFailedRequest) Unmarshal

func (m *RespondActivityTaskFailedRequest) Unmarshal(dAtA []byte) error

func (*RespondActivityTaskFailedRequest) XXX_DiscardUnknown

func (m *RespondActivityTaskFailedRequest) XXX_DiscardUnknown()

func (*RespondActivityTaskFailedRequest) XXX_Marshal

func (m *RespondActivityTaskFailedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RespondActivityTaskFailedRequest) XXX_Merge

func (*RespondActivityTaskFailedRequest) XXX_Size

func (m *RespondActivityTaskFailedRequest) XXX_Size() int

func (*RespondActivityTaskFailedRequest) XXX_Unmarshal

func (m *RespondActivityTaskFailedRequest) XXX_Unmarshal(b []byte) error

type RespondActivityTaskFailedResponse

type RespondActivityTaskFailedResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RespondActivityTaskFailedResponse) Descriptor

func (*RespondActivityTaskFailedResponse) Descriptor() ([]byte, []int)

func (*RespondActivityTaskFailedResponse) Marshal

func (m *RespondActivityTaskFailedResponse) Marshal() (dAtA []byte, err error)

func (*RespondActivityTaskFailedResponse) MarshalTo

func (m *RespondActivityTaskFailedResponse) MarshalTo(dAtA []byte) (int, error)

func (*RespondActivityTaskFailedResponse) MarshalToSizedBuffer

func (m *RespondActivityTaskFailedResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RespondActivityTaskFailedResponse) ProtoMessage

func (*RespondActivityTaskFailedResponse) ProtoMessage()

func (*RespondActivityTaskFailedResponse) Reset

func (*RespondActivityTaskFailedResponse) Size

func (m *RespondActivityTaskFailedResponse) Size() (n int)

func (*RespondActivityTaskFailedResponse) String

func (*RespondActivityTaskFailedResponse) Unmarshal

func (m *RespondActivityTaskFailedResponse) Unmarshal(dAtA []byte) error

func (*RespondActivityTaskFailedResponse) XXX_DiscardUnknown

func (m *RespondActivityTaskFailedResponse) XXX_DiscardUnknown()

func (*RespondActivityTaskFailedResponse) XXX_Marshal

func (m *RespondActivityTaskFailedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RespondActivityTaskFailedResponse) XXX_Merge

func (*RespondActivityTaskFailedResponse) XXX_Size

func (m *RespondActivityTaskFailedResponse) XXX_Size() int

func (*RespondActivityTaskFailedResponse) XXX_Unmarshal

func (m *RespondActivityTaskFailedResponse) XXX_Unmarshal(b []byte) error

type RespondDecisionTaskCompletedRequest

type RespondDecisionTaskCompletedRequest struct {
	TaskToken                  []byte                          `protobuf:"bytes,1,opt,name=task_token,json=taskToken,proto3" json:"task_token,omitempty"`
	Decisions                  []*Decision                     `protobuf:"bytes,2,rep,name=decisions,proto3" json:"decisions,omitempty"`
	ExecutionContext           []byte                          `protobuf:"bytes,3,opt,name=execution_context,json=executionContext,proto3" json:"execution_context,omitempty"`
	Identity                   string                          `protobuf:"bytes,4,opt,name=identity,proto3" json:"identity,omitempty"`
	StickyAttributes           *StickyExecutionAttributes      `protobuf:"bytes,5,opt,name=sticky_attributes,json=stickyAttributes,proto3" json:"sticky_attributes,omitempty"`
	ReturnNewDecisionTask      bool                            `` /* 129-byte string literal not displayed */
	ForceCreateNewDecisionTask bool                            `` /* 146-byte string literal not displayed */
	BinaryChecksum             string                          `protobuf:"bytes,8,opt,name=binary_checksum,json=binaryChecksum,proto3" json:"binary_checksum,omitempty"`
	QueryResults               map[string]*WorkflowQueryResult `` /* 185-byte string literal not displayed */
	XXX_NoUnkeyedLiteral       struct{}                        `json:"-"`
	XXX_unrecognized           []byte                          `json:"-"`
	XXX_sizecache              int32                           `json:"-"`
}

func (*RespondDecisionTaskCompletedRequest) Descriptor

func (*RespondDecisionTaskCompletedRequest) Descriptor() ([]byte, []int)

func (*RespondDecisionTaskCompletedRequest) GetBinaryChecksum

func (m *RespondDecisionTaskCompletedRequest) GetBinaryChecksum() string

func (*RespondDecisionTaskCompletedRequest) GetDecisions

func (m *RespondDecisionTaskCompletedRequest) GetDecisions() []*Decision

func (*RespondDecisionTaskCompletedRequest) GetExecutionContext

func (m *RespondDecisionTaskCompletedRequest) GetExecutionContext() []byte

func (*RespondDecisionTaskCompletedRequest) GetForceCreateNewDecisionTask

func (m *RespondDecisionTaskCompletedRequest) GetForceCreateNewDecisionTask() bool

func (*RespondDecisionTaskCompletedRequest) GetIdentity

func (*RespondDecisionTaskCompletedRequest) GetQueryResults

func (*RespondDecisionTaskCompletedRequest) GetReturnNewDecisionTask

func (m *RespondDecisionTaskCompletedRequest) GetReturnNewDecisionTask() bool

func (*RespondDecisionTaskCompletedRequest) GetStickyAttributes

func (*RespondDecisionTaskCompletedRequest) GetTaskToken

func (m *RespondDecisionTaskCompletedRequest) GetTaskToken() []byte

func (*RespondDecisionTaskCompletedRequest) Marshal

func (m *RespondDecisionTaskCompletedRequest) Marshal() (dAtA []byte, err error)

func (*RespondDecisionTaskCompletedRequest) MarshalTo

func (m *RespondDecisionTaskCompletedRequest) MarshalTo(dAtA []byte) (int, error)

func (*RespondDecisionTaskCompletedRequest) MarshalToSizedBuffer

func (m *RespondDecisionTaskCompletedRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RespondDecisionTaskCompletedRequest) ProtoMessage

func (*RespondDecisionTaskCompletedRequest) ProtoMessage()

func (*RespondDecisionTaskCompletedRequest) Reset

func (*RespondDecisionTaskCompletedRequest) Size

func (*RespondDecisionTaskCompletedRequest) String

func (*RespondDecisionTaskCompletedRequest) Unmarshal

func (m *RespondDecisionTaskCompletedRequest) Unmarshal(dAtA []byte) error

func (*RespondDecisionTaskCompletedRequest) XXX_DiscardUnknown

func (m *RespondDecisionTaskCompletedRequest) XXX_DiscardUnknown()

func (*RespondDecisionTaskCompletedRequest) XXX_Marshal

func (m *RespondDecisionTaskCompletedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RespondDecisionTaskCompletedRequest) XXX_Merge

func (*RespondDecisionTaskCompletedRequest) XXX_Size

func (*RespondDecisionTaskCompletedRequest) XXX_Unmarshal

func (m *RespondDecisionTaskCompletedRequest) XXX_Unmarshal(b []byte) error

type RespondDecisionTaskCompletedResponse

type RespondDecisionTaskCompletedResponse struct {
	DecisionTask                *PollForDecisionTaskResponse          `protobuf:"bytes,1,opt,name=decision_task,json=decisionTask,proto3" json:"decision_task,omitempty"`
	ActivitiesToDispatchLocally map[string]*ActivityLocalDispatchInfo `` /* 234-byte string literal not displayed */
	XXX_NoUnkeyedLiteral        struct{}                              `json:"-"`
	XXX_unrecognized            []byte                                `json:"-"`
	XXX_sizecache               int32                                 `json:"-"`
}

func (*RespondDecisionTaskCompletedResponse) Descriptor

func (*RespondDecisionTaskCompletedResponse) Descriptor() ([]byte, []int)

func (*RespondDecisionTaskCompletedResponse) GetActivitiesToDispatchLocally

func (m *RespondDecisionTaskCompletedResponse) GetActivitiesToDispatchLocally() map[string]*ActivityLocalDispatchInfo

func (*RespondDecisionTaskCompletedResponse) GetDecisionTask

func (*RespondDecisionTaskCompletedResponse) Marshal

func (m *RespondDecisionTaskCompletedResponse) Marshal() (dAtA []byte, err error)

func (*RespondDecisionTaskCompletedResponse) MarshalTo

func (m *RespondDecisionTaskCompletedResponse) MarshalTo(dAtA []byte) (int, error)

func (*RespondDecisionTaskCompletedResponse) MarshalToSizedBuffer

func (m *RespondDecisionTaskCompletedResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RespondDecisionTaskCompletedResponse) ProtoMessage

func (*RespondDecisionTaskCompletedResponse) ProtoMessage()

func (*RespondDecisionTaskCompletedResponse) Reset

func (*RespondDecisionTaskCompletedResponse) Size

func (*RespondDecisionTaskCompletedResponse) String

func (*RespondDecisionTaskCompletedResponse) Unmarshal

func (m *RespondDecisionTaskCompletedResponse) Unmarshal(dAtA []byte) error

func (*RespondDecisionTaskCompletedResponse) XXX_DiscardUnknown

func (m *RespondDecisionTaskCompletedResponse) XXX_DiscardUnknown()

func (*RespondDecisionTaskCompletedResponse) XXX_Marshal

func (m *RespondDecisionTaskCompletedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RespondDecisionTaskCompletedResponse) XXX_Merge

func (*RespondDecisionTaskCompletedResponse) XXX_Size

func (*RespondDecisionTaskCompletedResponse) XXX_Unmarshal

func (m *RespondDecisionTaskCompletedResponse) XXX_Unmarshal(b []byte) error

type RespondDecisionTaskFailedRequest

type RespondDecisionTaskFailedRequest struct {
	TaskToken            []byte                  `protobuf:"bytes,1,opt,name=task_token,json=taskToken,proto3" json:"task_token,omitempty"`
	Cause                DecisionTaskFailedCause `protobuf:"varint,2,opt,name=cause,proto3,enum=uber.cadence.api.v1.DecisionTaskFailedCause" json:"cause,omitempty"`
	Details              *Payload                `protobuf:"bytes,3,opt,name=details,proto3" json:"details,omitempty"`
	Identity             string                  `protobuf:"bytes,4,opt,name=identity,proto3" json:"identity,omitempty"`
	BinaryChecksum       string                  `protobuf:"bytes,5,opt,name=binary_checksum,json=binaryChecksum,proto3" json:"binary_checksum,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*RespondDecisionTaskFailedRequest) Descriptor

func (*RespondDecisionTaskFailedRequest) Descriptor() ([]byte, []int)

func (*RespondDecisionTaskFailedRequest) GetBinaryChecksum

func (m *RespondDecisionTaskFailedRequest) GetBinaryChecksum() string

func (*RespondDecisionTaskFailedRequest) GetCause

func (*RespondDecisionTaskFailedRequest) GetDetails

func (m *RespondDecisionTaskFailedRequest) GetDetails() *Payload

func (*RespondDecisionTaskFailedRequest) GetIdentity

func (m *RespondDecisionTaskFailedRequest) GetIdentity() string

func (*RespondDecisionTaskFailedRequest) GetTaskToken

func (m *RespondDecisionTaskFailedRequest) GetTaskToken() []byte

func (*RespondDecisionTaskFailedRequest) Marshal

func (m *RespondDecisionTaskFailedRequest) Marshal() (dAtA []byte, err error)

func (*RespondDecisionTaskFailedRequest) MarshalTo

func (m *RespondDecisionTaskFailedRequest) MarshalTo(dAtA []byte) (int, error)

func (*RespondDecisionTaskFailedRequest) MarshalToSizedBuffer

func (m *RespondDecisionTaskFailedRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RespondDecisionTaskFailedRequest) ProtoMessage

func (*RespondDecisionTaskFailedRequest) ProtoMessage()

func (*RespondDecisionTaskFailedRequest) Reset

func (*RespondDecisionTaskFailedRequest) Size

func (m *RespondDecisionTaskFailedRequest) Size() (n int)

func (*RespondDecisionTaskFailedRequest) String

func (*RespondDecisionTaskFailedRequest) Unmarshal

func (m *RespondDecisionTaskFailedRequest) Unmarshal(dAtA []byte) error

func (*RespondDecisionTaskFailedRequest) XXX_DiscardUnknown

func (m *RespondDecisionTaskFailedRequest) XXX_DiscardUnknown()

func (*RespondDecisionTaskFailedRequest) XXX_Marshal

func (m *RespondDecisionTaskFailedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RespondDecisionTaskFailedRequest) XXX_Merge

func (*RespondDecisionTaskFailedRequest) XXX_Size

func (m *RespondDecisionTaskFailedRequest) XXX_Size() int

func (*RespondDecisionTaskFailedRequest) XXX_Unmarshal

func (m *RespondDecisionTaskFailedRequest) XXX_Unmarshal(b []byte) error

type RespondDecisionTaskFailedResponse

type RespondDecisionTaskFailedResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RespondDecisionTaskFailedResponse) Descriptor

func (*RespondDecisionTaskFailedResponse) Descriptor() ([]byte, []int)

func (*RespondDecisionTaskFailedResponse) Marshal

func (m *RespondDecisionTaskFailedResponse) Marshal() (dAtA []byte, err error)

func (*RespondDecisionTaskFailedResponse) MarshalTo

func (m *RespondDecisionTaskFailedResponse) MarshalTo(dAtA []byte) (int, error)

func (*RespondDecisionTaskFailedResponse) MarshalToSizedBuffer

func (m *RespondDecisionTaskFailedResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RespondDecisionTaskFailedResponse) ProtoMessage

func (*RespondDecisionTaskFailedResponse) ProtoMessage()

func (*RespondDecisionTaskFailedResponse) Reset

func (*RespondDecisionTaskFailedResponse) Size

func (m *RespondDecisionTaskFailedResponse) Size() (n int)

func (*RespondDecisionTaskFailedResponse) String

func (*RespondDecisionTaskFailedResponse) Unmarshal

func (m *RespondDecisionTaskFailedResponse) Unmarshal(dAtA []byte) error

func (*RespondDecisionTaskFailedResponse) XXX_DiscardUnknown

func (m *RespondDecisionTaskFailedResponse) XXX_DiscardUnknown()

func (*RespondDecisionTaskFailedResponse) XXX_Marshal

func (m *RespondDecisionTaskFailedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RespondDecisionTaskFailedResponse) XXX_Merge

func (*RespondDecisionTaskFailedResponse) XXX_Size

func (m *RespondDecisionTaskFailedResponse) XXX_Size() int

func (*RespondDecisionTaskFailedResponse) XXX_Unmarshal

func (m *RespondDecisionTaskFailedResponse) XXX_Unmarshal(b []byte) error

type RespondQueryTaskCompletedRequest

type RespondQueryTaskCompletedRequest struct {
	TaskToken            []byte               `protobuf:"bytes,1,opt,name=task_token,json=taskToken,proto3" json:"task_token,omitempty"`
	Result               *WorkflowQueryResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	WorkerVersionInfo    *WorkerVersionInfo   `protobuf:"bytes,3,opt,name=worker_version_info,json=workerVersionInfo,proto3" json:"worker_version_info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*RespondQueryTaskCompletedRequest) Descriptor

func (*RespondQueryTaskCompletedRequest) Descriptor() ([]byte, []int)

func (*RespondQueryTaskCompletedRequest) GetResult

func (*RespondQueryTaskCompletedRequest) GetTaskToken

func (m *RespondQueryTaskCompletedRequest) GetTaskToken() []byte

func (*RespondQueryTaskCompletedRequest) GetWorkerVersionInfo

func (m *RespondQueryTaskCompletedRequest) GetWorkerVersionInfo() *WorkerVersionInfo

func (*RespondQueryTaskCompletedRequest) Marshal

func (m *RespondQueryTaskCompletedRequest) Marshal() (dAtA []byte, err error)

func (*RespondQueryTaskCompletedRequest) MarshalTo

func (m *RespondQueryTaskCompletedRequest) MarshalTo(dAtA []byte) (int, error)

func (*RespondQueryTaskCompletedRequest) MarshalToSizedBuffer

func (m *RespondQueryTaskCompletedRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RespondQueryTaskCompletedRequest) ProtoMessage

func (*RespondQueryTaskCompletedRequest) ProtoMessage()

func (*RespondQueryTaskCompletedRequest) Reset

func (*RespondQueryTaskCompletedRequest) Size

func (m *RespondQueryTaskCompletedRequest) Size() (n int)

func (*RespondQueryTaskCompletedRequest) String

func (*RespondQueryTaskCompletedRequest) Unmarshal

func (m *RespondQueryTaskCompletedRequest) Unmarshal(dAtA []byte) error

func (*RespondQueryTaskCompletedRequest) XXX_DiscardUnknown

func (m *RespondQueryTaskCompletedRequest) XXX_DiscardUnknown()

func (*RespondQueryTaskCompletedRequest) XXX_Marshal

func (m *RespondQueryTaskCompletedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RespondQueryTaskCompletedRequest) XXX_Merge

func (*RespondQueryTaskCompletedRequest) XXX_Size

func (m *RespondQueryTaskCompletedRequest) XXX_Size() int

func (*RespondQueryTaskCompletedRequest) XXX_Unmarshal

func (m *RespondQueryTaskCompletedRequest) XXX_Unmarshal(b []byte) error

type RespondQueryTaskCompletedResponse

type RespondQueryTaskCompletedResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RespondQueryTaskCompletedResponse) Descriptor

func (*RespondQueryTaskCompletedResponse) Descriptor() ([]byte, []int)

func (*RespondQueryTaskCompletedResponse) Marshal

func (m *RespondQueryTaskCompletedResponse) Marshal() (dAtA []byte, err error)

func (*RespondQueryTaskCompletedResponse) MarshalTo

func (m *RespondQueryTaskCompletedResponse) MarshalTo(dAtA []byte) (int, error)

func (*RespondQueryTaskCompletedResponse) MarshalToSizedBuffer

func (m *RespondQueryTaskCompletedResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RespondQueryTaskCompletedResponse) ProtoMessage

func (*RespondQueryTaskCompletedResponse) ProtoMessage()

func (*RespondQueryTaskCompletedResponse) Reset

func (*RespondQueryTaskCompletedResponse) Size

func (m *RespondQueryTaskCompletedResponse) Size() (n int)

func (*RespondQueryTaskCompletedResponse) String

func (*RespondQueryTaskCompletedResponse) Unmarshal

func (m *RespondQueryTaskCompletedResponse) Unmarshal(dAtA []byte) error

func (*RespondQueryTaskCompletedResponse) XXX_DiscardUnknown

func (m *RespondQueryTaskCompletedResponse) XXX_DiscardUnknown()

func (*RespondQueryTaskCompletedResponse) XXX_Marshal

func (m *RespondQueryTaskCompletedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RespondQueryTaskCompletedResponse) XXX_Merge

func (*RespondQueryTaskCompletedResponse) XXX_Size

func (m *RespondQueryTaskCompletedResponse) XXX_Size() int

func (*RespondQueryTaskCompletedResponse) XXX_Unmarshal

func (m *RespondQueryTaskCompletedResponse) XXX_Unmarshal(b []byte) error

type RestartWorkflowExecutionRequest

type RestartWorkflowExecutionRequest struct {
	Domain               string             `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowExecution    *WorkflowExecution `protobuf:"bytes,2,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	Identity             string             `protobuf:"bytes,3,opt,name=identity,proto3" json:"identity,omitempty"`
	Reason               string             `protobuf:"bytes,4,opt,name=reason,proto3" json:"reason,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*RestartWorkflowExecutionRequest) Descriptor

func (*RestartWorkflowExecutionRequest) Descriptor() ([]byte, []int)

func (*RestartWorkflowExecutionRequest) GetDomain

func (m *RestartWorkflowExecutionRequest) GetDomain() string

func (*RestartWorkflowExecutionRequest) GetIdentity

func (m *RestartWorkflowExecutionRequest) GetIdentity() string

func (*RestartWorkflowExecutionRequest) GetReason

func (m *RestartWorkflowExecutionRequest) GetReason() string

func (*RestartWorkflowExecutionRequest) GetWorkflowExecution

func (m *RestartWorkflowExecutionRequest) GetWorkflowExecution() *WorkflowExecution

func (*RestartWorkflowExecutionRequest) Marshal

func (m *RestartWorkflowExecutionRequest) Marshal() (dAtA []byte, err error)

func (*RestartWorkflowExecutionRequest) MarshalTo

func (m *RestartWorkflowExecutionRequest) MarshalTo(dAtA []byte) (int, error)

func (*RestartWorkflowExecutionRequest) MarshalToSizedBuffer

func (m *RestartWorkflowExecutionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RestartWorkflowExecutionRequest) ProtoMessage

func (*RestartWorkflowExecutionRequest) ProtoMessage()

func (*RestartWorkflowExecutionRequest) Reset

func (*RestartWorkflowExecutionRequest) Size

func (m *RestartWorkflowExecutionRequest) Size() (n int)

func (*RestartWorkflowExecutionRequest) String

func (*RestartWorkflowExecutionRequest) Unmarshal

func (m *RestartWorkflowExecutionRequest) Unmarshal(dAtA []byte) error

func (*RestartWorkflowExecutionRequest) XXX_DiscardUnknown

func (m *RestartWorkflowExecutionRequest) XXX_DiscardUnknown()

func (*RestartWorkflowExecutionRequest) XXX_Marshal

func (m *RestartWorkflowExecutionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RestartWorkflowExecutionRequest) XXX_Merge

func (m *RestartWorkflowExecutionRequest) XXX_Merge(src proto.Message)

func (*RestartWorkflowExecutionRequest) XXX_Size

func (m *RestartWorkflowExecutionRequest) XXX_Size() int

func (*RestartWorkflowExecutionRequest) XXX_Unmarshal

func (m *RestartWorkflowExecutionRequest) XXX_Unmarshal(b []byte) error

type RestartWorkflowExecutionResponse

type RestartWorkflowExecutionResponse struct {
	RunId                string   `protobuf:"bytes,1,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RestartWorkflowExecutionResponse) Descriptor

func (*RestartWorkflowExecutionResponse) Descriptor() ([]byte, []int)

func (*RestartWorkflowExecutionResponse) GetRunId

func (*RestartWorkflowExecutionResponse) Marshal

func (m *RestartWorkflowExecutionResponse) Marshal() (dAtA []byte, err error)

func (*RestartWorkflowExecutionResponse) MarshalTo

func (m *RestartWorkflowExecutionResponse) MarshalTo(dAtA []byte) (int, error)

func (*RestartWorkflowExecutionResponse) MarshalToSizedBuffer

func (m *RestartWorkflowExecutionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RestartWorkflowExecutionResponse) ProtoMessage

func (*RestartWorkflowExecutionResponse) ProtoMessage()

func (*RestartWorkflowExecutionResponse) Reset

func (*RestartWorkflowExecutionResponse) Size

func (m *RestartWorkflowExecutionResponse) Size() (n int)

func (*RestartWorkflowExecutionResponse) String

func (*RestartWorkflowExecutionResponse) Unmarshal

func (m *RestartWorkflowExecutionResponse) Unmarshal(dAtA []byte) error

func (*RestartWorkflowExecutionResponse) XXX_DiscardUnknown

func (m *RestartWorkflowExecutionResponse) XXX_DiscardUnknown()

func (*RestartWorkflowExecutionResponse) XXX_Marshal

func (m *RestartWorkflowExecutionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RestartWorkflowExecutionResponse) XXX_Merge

func (*RestartWorkflowExecutionResponse) XXX_Size

func (m *RestartWorkflowExecutionResponse) XXX_Size() int

func (*RestartWorkflowExecutionResponse) XXX_Unmarshal

func (m *RestartWorkflowExecutionResponse) XXX_Unmarshal(b []byte) error

type RetryPolicy

type RetryPolicy struct {
	// Interval of the first retry. If backoffCoefficient is 1.0 then it is used for all retries.
	InitialInterval *types.Duration `protobuf:"bytes,1,opt,name=initial_interval,json=initialInterval,proto3" json:"initial_interval,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=backoff_coefficient,json=backoffCoefficient,proto3" json:"backoff_coefficient,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.
	MaximumInterval *types.Duration `protobuf:"bytes,3,opt,name=maximum_interval,json=maximumInterval,proto3" json:"maximum_interval,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=maximum_attempts,json=maximumAttempts,proto3" json:"maximum_attempts,omitempty"`
	// Non-Retryable errors. Will stop retrying if error type matches this list.
	NonRetryableErrorReasons []string `` /* 137-byte string literal not displayed */
	// Expiration time for the whole retry process.
	ExpirationInterval   *types.Duration `protobuf:"bytes,6,opt,name=expiration_interval,json=expirationInterval,proto3" json:"expiration_interval,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*RetryPolicy) Descriptor

func (*RetryPolicy) Descriptor() ([]byte, []int)

func (*RetryPolicy) GetBackoffCoefficient

func (m *RetryPolicy) GetBackoffCoefficient() float64

func (*RetryPolicy) GetExpirationInterval

func (m *RetryPolicy) GetExpirationInterval() *types.Duration

func (*RetryPolicy) GetInitialInterval

func (m *RetryPolicy) GetInitialInterval() *types.Duration

func (*RetryPolicy) GetMaximumAttempts

func (m *RetryPolicy) GetMaximumAttempts() int32

func (*RetryPolicy) GetMaximumInterval

func (m *RetryPolicy) GetMaximumInterval() *types.Duration

func (*RetryPolicy) GetNonRetryableErrorReasons

func (m *RetryPolicy) GetNonRetryableErrorReasons() []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 (m *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 ScanWorkflowExecutionsRequest

type ScanWorkflowExecutionsRequest struct {
	Domain               string   `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	PageSize             int32    `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	NextPageToken        []byte   `protobuf:"bytes,3,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	Query                string   `protobuf:"bytes,4,opt,name=query,proto3" json:"query,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ScanWorkflowExecutionsRequest) Descriptor

func (*ScanWorkflowExecutionsRequest) Descriptor() ([]byte, []int)

func (*ScanWorkflowExecutionsRequest) GetDomain

func (m *ScanWorkflowExecutionsRequest) GetDomain() string

func (*ScanWorkflowExecutionsRequest) GetNextPageToken

func (m *ScanWorkflowExecutionsRequest) GetNextPageToken() []byte

func (*ScanWorkflowExecutionsRequest) GetPageSize

func (m *ScanWorkflowExecutionsRequest) GetPageSize() int32

func (*ScanWorkflowExecutionsRequest) GetQuery

func (m *ScanWorkflowExecutionsRequest) GetQuery() string

func (*ScanWorkflowExecutionsRequest) Marshal

func (m *ScanWorkflowExecutionsRequest) Marshal() (dAtA []byte, err error)

func (*ScanWorkflowExecutionsRequest) MarshalTo

func (m *ScanWorkflowExecutionsRequest) MarshalTo(dAtA []byte) (int, error)

func (*ScanWorkflowExecutionsRequest) MarshalToSizedBuffer

func (m *ScanWorkflowExecutionsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ScanWorkflowExecutionsRequest) ProtoMessage

func (*ScanWorkflowExecutionsRequest) ProtoMessage()

func (*ScanWorkflowExecutionsRequest) Reset

func (m *ScanWorkflowExecutionsRequest) Reset()

func (*ScanWorkflowExecutionsRequest) Size

func (m *ScanWorkflowExecutionsRequest) Size() (n int)

func (*ScanWorkflowExecutionsRequest) String

func (*ScanWorkflowExecutionsRequest) Unmarshal

func (m *ScanWorkflowExecutionsRequest) Unmarshal(dAtA []byte) error

func (*ScanWorkflowExecutionsRequest) XXX_DiscardUnknown

func (m *ScanWorkflowExecutionsRequest) XXX_DiscardUnknown()

func (*ScanWorkflowExecutionsRequest) XXX_Marshal

func (m *ScanWorkflowExecutionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ScanWorkflowExecutionsRequest) XXX_Merge

func (m *ScanWorkflowExecutionsRequest) XXX_Merge(src proto.Message)

func (*ScanWorkflowExecutionsRequest) XXX_Size

func (m *ScanWorkflowExecutionsRequest) XXX_Size() int

func (*ScanWorkflowExecutionsRequest) XXX_Unmarshal

func (m *ScanWorkflowExecutionsRequest) XXX_Unmarshal(b []byte) error

type ScanWorkflowExecutionsResponse

type ScanWorkflowExecutionsResponse struct {
	Executions           []*WorkflowExecutionInfo `protobuf:"bytes,1,rep,name=executions,proto3" json:"executions,omitempty"`
	NextPageToken        []byte                   `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*ScanWorkflowExecutionsResponse) Descriptor

func (*ScanWorkflowExecutionsResponse) Descriptor() ([]byte, []int)

func (*ScanWorkflowExecutionsResponse) GetExecutions

func (*ScanWorkflowExecutionsResponse) GetNextPageToken

func (m *ScanWorkflowExecutionsResponse) GetNextPageToken() []byte

func (*ScanWorkflowExecutionsResponse) Marshal

func (m *ScanWorkflowExecutionsResponse) Marshal() (dAtA []byte, err error)

func (*ScanWorkflowExecutionsResponse) MarshalTo

func (m *ScanWorkflowExecutionsResponse) MarshalTo(dAtA []byte) (int, error)

func (*ScanWorkflowExecutionsResponse) MarshalToSizedBuffer

func (m *ScanWorkflowExecutionsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ScanWorkflowExecutionsResponse) ProtoMessage

func (*ScanWorkflowExecutionsResponse) ProtoMessage()

func (*ScanWorkflowExecutionsResponse) Reset

func (m *ScanWorkflowExecutionsResponse) Reset()

func (*ScanWorkflowExecutionsResponse) Size

func (m *ScanWorkflowExecutionsResponse) Size() (n int)

func (*ScanWorkflowExecutionsResponse) String

func (*ScanWorkflowExecutionsResponse) Unmarshal

func (m *ScanWorkflowExecutionsResponse) Unmarshal(dAtA []byte) error

func (*ScanWorkflowExecutionsResponse) XXX_DiscardUnknown

func (m *ScanWorkflowExecutionsResponse) XXX_DiscardUnknown()

func (*ScanWorkflowExecutionsResponse) XXX_Marshal

func (m *ScanWorkflowExecutionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ScanWorkflowExecutionsResponse) XXX_Merge

func (m *ScanWorkflowExecutionsResponse) XXX_Merge(src proto.Message)

func (*ScanWorkflowExecutionsResponse) XXX_Size

func (m *ScanWorkflowExecutionsResponse) XXX_Size() int

func (*ScanWorkflowExecutionsResponse) XXX_Unmarshal

func (m *ScanWorkflowExecutionsResponse) XXX_Unmarshal(b []byte) error

type ScheduleActivityTaskDecisionAttributes

type ScheduleActivityTaskDecisionAttributes struct {
	ActivityId             string          `protobuf:"bytes,1,opt,name=activity_id,json=activityId,proto3" json:"activity_id,omitempty"`
	ActivityType           *ActivityType   `protobuf:"bytes,2,opt,name=activity_type,json=activityType,proto3" json:"activity_type,omitempty"`
	Domain                 string          `protobuf:"bytes,3,opt,name=domain,proto3" json:"domain,omitempty"`
	TaskList               *TaskList       `protobuf:"bytes,4,opt,name=task_list,json=taskList,proto3" json:"task_list,omitempty"`
	Input                  *Payload        `protobuf:"bytes,5,opt,name=input,proto3" json:"input,omitempty"`
	ScheduleToCloseTimeout *types.Duration `` /* 131-byte string literal not displayed */
	ScheduleToStartTimeout *types.Duration `` /* 131-byte string literal not displayed */
	StartToCloseTimeout    *types.Duration `protobuf:"bytes,8,opt,name=start_to_close_timeout,json=startToCloseTimeout,proto3" json:"start_to_close_timeout,omitempty"`
	HeartbeatTimeout       *types.Duration `protobuf:"bytes,9,opt,name=heartbeat_timeout,json=heartbeatTimeout,proto3" json:"heartbeat_timeout,omitempty"`
	RetryPolicy            *RetryPolicy    `protobuf:"bytes,11,opt,name=retry_policy,json=retryPolicy,proto3" json:"retry_policy,omitempty"`
	Header                 *Header         `protobuf:"bytes,12,opt,name=header,proto3" json:"header,omitempty"`
	RequestLocalDispatch   bool            `protobuf:"varint,13,opt,name=request_local_dispatch,json=requestLocalDispatch,proto3" json:"request_local_dispatch,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}        `json:"-"`
	XXX_unrecognized       []byte          `json:"-"`
	XXX_sizecache          int32           `json:"-"`
}

func (*ScheduleActivityTaskDecisionAttributes) Descriptor

func (*ScheduleActivityTaskDecisionAttributes) Descriptor() ([]byte, []int)

func (*ScheduleActivityTaskDecisionAttributes) GetActivityId

func (*ScheduleActivityTaskDecisionAttributes) GetActivityType

func (*ScheduleActivityTaskDecisionAttributes) GetDomain

func (*ScheduleActivityTaskDecisionAttributes) GetHeader

func (*ScheduleActivityTaskDecisionAttributes) GetHeartbeatTimeout

func (m *ScheduleActivityTaskDecisionAttributes) GetHeartbeatTimeout() *types.Duration

func (*ScheduleActivityTaskDecisionAttributes) GetInput

func (*ScheduleActivityTaskDecisionAttributes) GetRequestLocalDispatch

func (m *ScheduleActivityTaskDecisionAttributes) GetRequestLocalDispatch() bool

func (*ScheduleActivityTaskDecisionAttributes) GetRetryPolicy

func (*ScheduleActivityTaskDecisionAttributes) GetScheduleToCloseTimeout

func (m *ScheduleActivityTaskDecisionAttributes) GetScheduleToCloseTimeout() *types.Duration

func (*ScheduleActivityTaskDecisionAttributes) GetScheduleToStartTimeout

func (m *ScheduleActivityTaskDecisionAttributes) GetScheduleToStartTimeout() *types.Duration

func (*ScheduleActivityTaskDecisionAttributes) GetStartToCloseTimeout

func (m *ScheduleActivityTaskDecisionAttributes) GetStartToCloseTimeout() *types.Duration

func (*ScheduleActivityTaskDecisionAttributes) GetTaskList

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]*Payload `` /* 188-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*SearchAttributes) Descriptor

func (*SearchAttributes) Descriptor() ([]byte, []int)

func (*SearchAttributes) GetIndexedFields

func (m *SearchAttributes) GetIndexedFields() map[string]*Payload

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 (m *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 ServiceBusyError

type ServiceBusyError struct {
	Reason               string   `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ServiceBusyError) Descriptor

func (*ServiceBusyError) Descriptor() ([]byte, []int)

func (*ServiceBusyError) GetReason

func (m *ServiceBusyError) GetReason() string

func (*ServiceBusyError) Marshal

func (m *ServiceBusyError) Marshal() (dAtA []byte, err error)

func (*ServiceBusyError) MarshalTo

func (m *ServiceBusyError) MarshalTo(dAtA []byte) (int, error)

func (*ServiceBusyError) MarshalToSizedBuffer

func (m *ServiceBusyError) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ServiceBusyError) ProtoMessage

func (*ServiceBusyError) ProtoMessage()

func (*ServiceBusyError) Reset

func (m *ServiceBusyError) Reset()

func (*ServiceBusyError) Size

func (m *ServiceBusyError) Size() (n int)

func (*ServiceBusyError) String

func (m *ServiceBusyError) String() string

func (*ServiceBusyError) Unmarshal

func (m *ServiceBusyError) Unmarshal(dAtA []byte) error

func (*ServiceBusyError) XXX_DiscardUnknown

func (m *ServiceBusyError) XXX_DiscardUnknown()

func (*ServiceBusyError) XXX_Marshal

func (m *ServiceBusyError) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ServiceBusyError) XXX_Merge

func (m *ServiceBusyError) XXX_Merge(src proto.Message)

func (*ServiceBusyError) XXX_Size

func (m *ServiceBusyError) XXX_Size() int

func (*ServiceBusyError) XXX_Unmarshal

func (m *ServiceBusyError) XXX_Unmarshal(b []byte) error

type SignalExternalWorkflowExecutionDecisionAttributes

type SignalExternalWorkflowExecutionDecisionAttributes struct {
	Domain               string             `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowExecution    *WorkflowExecution `protobuf:"bytes,2,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	SignalName           string             `protobuf:"bytes,3,opt,name=signal_name,json=signalName,proto3" json:"signal_name,omitempty"`
	Input                *Payload           `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=child_workflow_only,json=childWorkflowOnly,proto3" json:"child_workflow_only,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*SignalExternalWorkflowExecutionDecisionAttributes) Descriptor

func (*SignalExternalWorkflowExecutionDecisionAttributes) GetChildWorkflowOnly

func (m *SignalExternalWorkflowExecutionDecisionAttributes) GetChildWorkflowOnly() bool

func (*SignalExternalWorkflowExecutionDecisionAttributes) GetControl

func (*SignalExternalWorkflowExecutionDecisionAttributes) GetDomain

func (*SignalExternalWorkflowExecutionDecisionAttributes) GetInput

func (*SignalExternalWorkflowExecutionDecisionAttributes) GetSignalName

func (*SignalExternalWorkflowExecutionDecisionAttributes) GetWorkflowExecution

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 SignalExternalWorkflowExecutionFailedCause

type SignalExternalWorkflowExecutionFailedCause int32
const (
	SignalExternalWorkflowExecutionFailedCause_SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_INVALID                             SignalExternalWorkflowExecutionFailedCause = 0
	SignalExternalWorkflowExecutionFailedCause_SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION SignalExternalWorkflowExecutionFailedCause = 1
	SignalExternalWorkflowExecutionFailedCause_SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_WORKFLOW_ALREADY_COMPLETED          SignalExternalWorkflowExecutionFailedCause = 2
)

func (SignalExternalWorkflowExecutionFailedCause) EnumDescriptor

func (SignalExternalWorkflowExecutionFailedCause) EnumDescriptor() ([]byte, []int)

func (SignalExternalWorkflowExecutionFailedCause) String

type SignalExternalWorkflowExecutionFailedEventAttributes

type SignalExternalWorkflowExecutionFailedEventAttributes struct {
	Cause                        SignalExternalWorkflowExecutionFailedCause `` /* 132-byte string literal not displayed */
	DecisionTaskCompletedEventId int64                                      `` /* 152-byte string literal not displayed */
	Domain                       string                                     `protobuf:"bytes,3,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowExecution            *WorkflowExecution                         `protobuf:"bytes,4,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	InitiatedEventId             int64                                      `protobuf:"varint,5,opt,name=initiated_event_id,json=initiatedEventId,proto3" json:"initiated_event_id,omitempty"`
	Control                      []byte                                     `protobuf:"bytes,6,opt,name=control,proto3" json:"control,omitempty"`
	XXX_NoUnkeyedLiteral         struct{}                                   `json:"-"`
	XXX_unrecognized             []byte                                     `json:"-"`
	XXX_sizecache                int32                                      `json:"-"`
}

func (*SignalExternalWorkflowExecutionFailedEventAttributes) Descriptor

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) Marshal

func (*SignalExternalWorkflowExecutionFailedEventAttributes) MarshalTo

func (*SignalExternalWorkflowExecutionFailedEventAttributes) MarshalToSizedBuffer

func (m *SignalExternalWorkflowExecutionFailedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SignalExternalWorkflowExecutionFailedEventAttributes) ProtoMessage

func (*SignalExternalWorkflowExecutionFailedEventAttributes) Reset

func (*SignalExternalWorkflowExecutionFailedEventAttributes) Size

func (*SignalExternalWorkflowExecutionFailedEventAttributes) String

func (*SignalExternalWorkflowExecutionFailedEventAttributes) Unmarshal

func (*SignalExternalWorkflowExecutionFailedEventAttributes) XXX_DiscardUnknown

func (*SignalExternalWorkflowExecutionFailedEventAttributes) XXX_Marshal

func (m *SignalExternalWorkflowExecutionFailedEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignalExternalWorkflowExecutionFailedEventAttributes) XXX_Merge

func (*SignalExternalWorkflowExecutionFailedEventAttributes) XXX_Size

func (*SignalExternalWorkflowExecutionFailedEventAttributes) XXX_Unmarshal

type SignalExternalWorkflowExecutionInitiatedEventAttributes

type SignalExternalWorkflowExecutionInitiatedEventAttributes struct {
	DecisionTaskCompletedEventId int64              `` /* 152-byte string literal not displayed */
	Domain                       string             `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowExecution            *WorkflowExecution `protobuf:"bytes,3,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	SignalName                   string             `protobuf:"bytes,4,opt,name=signal_name,json=signalName,proto3" json:"signal_name,omitempty"`
	Input                        *Payload           `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=child_workflow_only,json=childWorkflowOnly,proto3" json:"child_workflow_only,omitempty"`
	XXX_NoUnkeyedLiteral         struct{}           `json:"-"`
	XXX_unrecognized             []byte             `json:"-"`
	XXX_sizecache                int32              `json:"-"`
}

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) Descriptor

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) 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 SignalWithStartWorkflowExecutionAsyncRequest

type SignalWithStartWorkflowExecutionAsyncRequest struct {
	Request              *SignalWithStartWorkflowExecutionRequest `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                 `json:"-"`
	XXX_unrecognized     []byte                                   `json:"-"`
	XXX_sizecache        int32                                    `json:"-"`
}

func (*SignalWithStartWorkflowExecutionAsyncRequest) Descriptor

func (*SignalWithStartWorkflowExecutionAsyncRequest) GetRequest

func (*SignalWithStartWorkflowExecutionAsyncRequest) Marshal

func (m *SignalWithStartWorkflowExecutionAsyncRequest) Marshal() (dAtA []byte, err error)

func (*SignalWithStartWorkflowExecutionAsyncRequest) MarshalTo

func (*SignalWithStartWorkflowExecutionAsyncRequest) MarshalToSizedBuffer

func (m *SignalWithStartWorkflowExecutionAsyncRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SignalWithStartWorkflowExecutionAsyncRequest) ProtoMessage

func (*SignalWithStartWorkflowExecutionAsyncRequest) Reset

func (*SignalWithStartWorkflowExecutionAsyncRequest) Size

func (*SignalWithStartWorkflowExecutionAsyncRequest) String

func (*SignalWithStartWorkflowExecutionAsyncRequest) Unmarshal

func (*SignalWithStartWorkflowExecutionAsyncRequest) XXX_DiscardUnknown

func (m *SignalWithStartWorkflowExecutionAsyncRequest) XXX_DiscardUnknown()

func (*SignalWithStartWorkflowExecutionAsyncRequest) XXX_Marshal

func (m *SignalWithStartWorkflowExecutionAsyncRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignalWithStartWorkflowExecutionAsyncRequest) XXX_Merge

func (*SignalWithStartWorkflowExecutionAsyncRequest) XXX_Size

func (*SignalWithStartWorkflowExecutionAsyncRequest) XXX_Unmarshal

type SignalWithStartWorkflowExecutionAsyncResponse

type SignalWithStartWorkflowExecutionAsyncResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SignalWithStartWorkflowExecutionAsyncResponse) Descriptor

func (*SignalWithStartWorkflowExecutionAsyncResponse) Marshal

func (m *SignalWithStartWorkflowExecutionAsyncResponse) Marshal() (dAtA []byte, err error)

func (*SignalWithStartWorkflowExecutionAsyncResponse) MarshalTo

func (*SignalWithStartWorkflowExecutionAsyncResponse) MarshalToSizedBuffer

func (m *SignalWithStartWorkflowExecutionAsyncResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SignalWithStartWorkflowExecutionAsyncResponse) ProtoMessage

func (*SignalWithStartWorkflowExecutionAsyncResponse) Reset

func (*SignalWithStartWorkflowExecutionAsyncResponse) Size

func (*SignalWithStartWorkflowExecutionAsyncResponse) String

func (*SignalWithStartWorkflowExecutionAsyncResponse) Unmarshal

func (*SignalWithStartWorkflowExecutionAsyncResponse) XXX_DiscardUnknown

func (m *SignalWithStartWorkflowExecutionAsyncResponse) XXX_DiscardUnknown()

func (*SignalWithStartWorkflowExecutionAsyncResponse) XXX_Marshal

func (m *SignalWithStartWorkflowExecutionAsyncResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignalWithStartWorkflowExecutionAsyncResponse) XXX_Merge

func (*SignalWithStartWorkflowExecutionAsyncResponse) XXX_Size

func (*SignalWithStartWorkflowExecutionAsyncResponse) XXX_Unmarshal

type SignalWithStartWorkflowExecutionRequest

type SignalWithStartWorkflowExecutionRequest struct {
	StartRequest         *StartWorkflowExecutionRequest `protobuf:"bytes,1,opt,name=start_request,json=startRequest,proto3" json:"start_request,omitempty"`
	SignalName           string                         `protobuf:"bytes,2,opt,name=signal_name,json=signalName,proto3" json:"signal_name,omitempty"`
	SignalInput          *Payload                       `protobuf:"bytes,3,opt,name=signal_input,json=signalInput,proto3" json:"signal_input,omitempty"`
	Control              []byte                         `protobuf:"bytes,4,opt,name=control,proto3" json:"control,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*SignalWithStartWorkflowExecutionRequest) Descriptor

func (*SignalWithStartWorkflowExecutionRequest) Descriptor() ([]byte, []int)

func (*SignalWithStartWorkflowExecutionRequest) GetControl

func (*SignalWithStartWorkflowExecutionRequest) GetSignalInput

func (m *SignalWithStartWorkflowExecutionRequest) GetSignalInput() *Payload

func (*SignalWithStartWorkflowExecutionRequest) GetSignalName

func (*SignalWithStartWorkflowExecutionRequest) GetStartRequest

func (*SignalWithStartWorkflowExecutionRequest) Marshal

func (m *SignalWithStartWorkflowExecutionRequest) Marshal() (dAtA []byte, err error)

func (*SignalWithStartWorkflowExecutionRequest) MarshalTo

func (m *SignalWithStartWorkflowExecutionRequest) MarshalTo(dAtA []byte) (int, error)

func (*SignalWithStartWorkflowExecutionRequest) MarshalToSizedBuffer

func (m *SignalWithStartWorkflowExecutionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SignalWithStartWorkflowExecutionRequest) ProtoMessage

func (*SignalWithStartWorkflowExecutionRequest) Reset

func (*SignalWithStartWorkflowExecutionRequest) Size

func (*SignalWithStartWorkflowExecutionRequest) String

func (*SignalWithStartWorkflowExecutionRequest) Unmarshal

func (m *SignalWithStartWorkflowExecutionRequest) Unmarshal(dAtA []byte) error

func (*SignalWithStartWorkflowExecutionRequest) XXX_DiscardUnknown

func (m *SignalWithStartWorkflowExecutionRequest) XXX_DiscardUnknown()

func (*SignalWithStartWorkflowExecutionRequest) XXX_Marshal

func (m *SignalWithStartWorkflowExecutionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignalWithStartWorkflowExecutionRequest) XXX_Merge

func (*SignalWithStartWorkflowExecutionRequest) XXX_Size

func (*SignalWithStartWorkflowExecutionRequest) XXX_Unmarshal

func (m *SignalWithStartWorkflowExecutionRequest) XXX_Unmarshal(b []byte) error

type SignalWithStartWorkflowExecutionResponse

type SignalWithStartWorkflowExecutionResponse struct {
	RunId                string   `protobuf:"bytes,1,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SignalWithStartWorkflowExecutionResponse) Descriptor

func (*SignalWithStartWorkflowExecutionResponse) Descriptor() ([]byte, []int)

func (*SignalWithStartWorkflowExecutionResponse) GetRunId

func (*SignalWithStartWorkflowExecutionResponse) Marshal

func (m *SignalWithStartWorkflowExecutionResponse) Marshal() (dAtA []byte, err error)

func (*SignalWithStartWorkflowExecutionResponse) MarshalTo

func (m *SignalWithStartWorkflowExecutionResponse) MarshalTo(dAtA []byte) (int, error)

func (*SignalWithStartWorkflowExecutionResponse) MarshalToSizedBuffer

func (m *SignalWithStartWorkflowExecutionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SignalWithStartWorkflowExecutionResponse) ProtoMessage

func (*SignalWithStartWorkflowExecutionResponse) Reset

func (*SignalWithStartWorkflowExecutionResponse) Size

func (*SignalWithStartWorkflowExecutionResponse) String

func (*SignalWithStartWorkflowExecutionResponse) Unmarshal

func (*SignalWithStartWorkflowExecutionResponse) XXX_DiscardUnknown

func (m *SignalWithStartWorkflowExecutionResponse) XXX_DiscardUnknown()

func (*SignalWithStartWorkflowExecutionResponse) XXX_Marshal

func (m *SignalWithStartWorkflowExecutionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignalWithStartWorkflowExecutionResponse) XXX_Merge

func (*SignalWithStartWorkflowExecutionResponse) XXX_Size

func (*SignalWithStartWorkflowExecutionResponse) XXX_Unmarshal

func (m *SignalWithStartWorkflowExecutionResponse) XXX_Unmarshal(b []byte) error

type SignalWorkflowExecutionRequest

type SignalWorkflowExecutionRequest struct {
	Domain               string             `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowExecution    *WorkflowExecution `protobuf:"bytes,2,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	Identity             string             `protobuf:"bytes,3,opt,name=identity,proto3" json:"identity,omitempty"`
	RequestId            string             `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	SignalName           string             `protobuf:"bytes,5,opt,name=signal_name,json=signalName,proto3" json:"signal_name,omitempty"`
	SignalInput          *Payload           `protobuf:"bytes,6,opt,name=signal_input,json=signalInput,proto3" json:"signal_input,omitempty"`
	Control              []byte             `protobuf:"bytes,7,opt,name=control,proto3" json:"control,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*SignalWorkflowExecutionRequest) Descriptor

func (*SignalWorkflowExecutionRequest) Descriptor() ([]byte, []int)

func (*SignalWorkflowExecutionRequest) GetControl

func (m *SignalWorkflowExecutionRequest) GetControl() []byte

func (*SignalWorkflowExecutionRequest) GetDomain

func (m *SignalWorkflowExecutionRequest) GetDomain() string

func (*SignalWorkflowExecutionRequest) GetIdentity

func (m *SignalWorkflowExecutionRequest) GetIdentity() string

func (*SignalWorkflowExecutionRequest) GetRequestId

func (m *SignalWorkflowExecutionRequest) GetRequestId() string

func (*SignalWorkflowExecutionRequest) GetSignalInput

func (m *SignalWorkflowExecutionRequest) GetSignalInput() *Payload

func (*SignalWorkflowExecutionRequest) GetSignalName

func (m *SignalWorkflowExecutionRequest) GetSignalName() string

func (*SignalWorkflowExecutionRequest) GetWorkflowExecution

func (m *SignalWorkflowExecutionRequest) GetWorkflowExecution() *WorkflowExecution

func (*SignalWorkflowExecutionRequest) Marshal

func (m *SignalWorkflowExecutionRequest) Marshal() (dAtA []byte, err error)

func (*SignalWorkflowExecutionRequest) MarshalTo

func (m *SignalWorkflowExecutionRequest) MarshalTo(dAtA []byte) (int, error)

func (*SignalWorkflowExecutionRequest) MarshalToSizedBuffer

func (m *SignalWorkflowExecutionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SignalWorkflowExecutionRequest) ProtoMessage

func (*SignalWorkflowExecutionRequest) ProtoMessage()

func (*SignalWorkflowExecutionRequest) Reset

func (m *SignalWorkflowExecutionRequest) Reset()

func (*SignalWorkflowExecutionRequest) Size

func (m *SignalWorkflowExecutionRequest) Size() (n int)

func (*SignalWorkflowExecutionRequest) String

func (*SignalWorkflowExecutionRequest) Unmarshal

func (m *SignalWorkflowExecutionRequest) Unmarshal(dAtA []byte) error

func (*SignalWorkflowExecutionRequest) XXX_DiscardUnknown

func (m *SignalWorkflowExecutionRequest) XXX_DiscardUnknown()

func (*SignalWorkflowExecutionRequest) XXX_Marshal

func (m *SignalWorkflowExecutionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignalWorkflowExecutionRequest) XXX_Merge

func (m *SignalWorkflowExecutionRequest) XXX_Merge(src proto.Message)

func (*SignalWorkflowExecutionRequest) XXX_Size

func (m *SignalWorkflowExecutionRequest) XXX_Size() int

func (*SignalWorkflowExecutionRequest) XXX_Unmarshal

func (m *SignalWorkflowExecutionRequest) XXX_Unmarshal(b []byte) error

type SignalWorkflowExecutionResponse

type SignalWorkflowExecutionResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SignalWorkflowExecutionResponse) Descriptor

func (*SignalWorkflowExecutionResponse) Descriptor() ([]byte, []int)

func (*SignalWorkflowExecutionResponse) Marshal

func (m *SignalWorkflowExecutionResponse) Marshal() (dAtA []byte, err error)

func (*SignalWorkflowExecutionResponse) MarshalTo

func (m *SignalWorkflowExecutionResponse) MarshalTo(dAtA []byte) (int, error)

func (*SignalWorkflowExecutionResponse) MarshalToSizedBuffer

func (m *SignalWorkflowExecutionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SignalWorkflowExecutionResponse) ProtoMessage

func (*SignalWorkflowExecutionResponse) ProtoMessage()

func (*SignalWorkflowExecutionResponse) Reset

func (*SignalWorkflowExecutionResponse) Size

func (m *SignalWorkflowExecutionResponse) Size() (n int)

func (*SignalWorkflowExecutionResponse) String

func (*SignalWorkflowExecutionResponse) Unmarshal

func (m *SignalWorkflowExecutionResponse) Unmarshal(dAtA []byte) error

func (*SignalWorkflowExecutionResponse) XXX_DiscardUnknown

func (m *SignalWorkflowExecutionResponse) XXX_DiscardUnknown()

func (*SignalWorkflowExecutionResponse) XXX_Marshal

func (m *SignalWorkflowExecutionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignalWorkflowExecutionResponse) XXX_Merge

func (m *SignalWorkflowExecutionResponse) XXX_Merge(src proto.Message)

func (*SignalWorkflowExecutionResponse) XXX_Size

func (m *SignalWorkflowExecutionResponse) XXX_Size() int

func (*SignalWorkflowExecutionResponse) XXX_Unmarshal

func (m *SignalWorkflowExecutionResponse) XXX_Unmarshal(b []byte) error

type StartChildWorkflowExecutionDecisionAttributes

type StartChildWorkflowExecutionDecisionAttributes struct {
	Domain                       string                `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowId                   string                `protobuf:"bytes,2,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"`
	WorkflowType                 *WorkflowType         `protobuf:"bytes,3,opt,name=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"`
	TaskList                     *TaskList             `protobuf:"bytes,4,opt,name=task_list,json=taskList,proto3" json:"task_list,omitempty"`
	Input                        *Payload              `protobuf:"bytes,5,opt,name=input,proto3" json:"input,omitempty"`
	ExecutionStartToCloseTimeout *types.Duration       `` /* 151-byte string literal not displayed */
	TaskStartToCloseTimeout      *types.Duration       `` /* 136-byte string literal not displayed */
	ParentClosePolicy            ParentClosePolicy     `` /* 158-byte string literal not displayed */
	Control                      []byte                `protobuf:"bytes,9,opt,name=control,proto3" json:"control,omitempty"`
	WorkflowIdReusePolicy        WorkflowIdReusePolicy `` /* 177-byte string literal not displayed */
	RetryPolicy                  *RetryPolicy          `protobuf:"bytes,11,opt,name=retry_policy,json=retryPolicy,proto3" json:"retry_policy,omitempty"`
	CronSchedule                 string                `protobuf:"bytes,12,opt,name=cron_schedule,json=cronSchedule,proto3" json:"cron_schedule,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=search_attributes,json=searchAttributes,proto3" json:"search_attributes,omitempty"`
	XXX_NoUnkeyedLiteral         struct{}              `json:"-"`
	XXX_unrecognized             []byte                `json:"-"`
	XXX_sizecache                int32                 `json:"-"`
}

func (*StartChildWorkflowExecutionDecisionAttributes) Descriptor

func (*StartChildWorkflowExecutionDecisionAttributes) GetControl

func (*StartChildWorkflowExecutionDecisionAttributes) GetCronSchedule

func (*StartChildWorkflowExecutionDecisionAttributes) GetDomain

func (*StartChildWorkflowExecutionDecisionAttributes) GetExecutionStartToCloseTimeout

func (m *StartChildWorkflowExecutionDecisionAttributes) GetExecutionStartToCloseTimeout() *types.Duration

func (*StartChildWorkflowExecutionDecisionAttributes) GetHeader

func (*StartChildWorkflowExecutionDecisionAttributes) GetInput

func (*StartChildWorkflowExecutionDecisionAttributes) GetMemo

func (*StartChildWorkflowExecutionDecisionAttributes) GetParentClosePolicy

func (*StartChildWorkflowExecutionDecisionAttributes) GetRetryPolicy

func (*StartChildWorkflowExecutionDecisionAttributes) GetSearchAttributes

func (*StartChildWorkflowExecutionDecisionAttributes) GetTaskList

func (*StartChildWorkflowExecutionDecisionAttributes) GetTaskStartToCloseTimeout

func (m *StartChildWorkflowExecutionDecisionAttributes) GetTaskStartToCloseTimeout() *types.Duration

func (*StartChildWorkflowExecutionDecisionAttributes) GetWorkflowId

func (*StartChildWorkflowExecutionDecisionAttributes) GetWorkflowIdReusePolicy

func (*StartChildWorkflowExecutionDecisionAttributes) GetWorkflowType

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=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"`
	WorkflowType                 *WorkflowType                     `protobuf:"bytes,3,opt,name=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"`
	Cause                        ChildWorkflowExecutionFailedCause `protobuf:"varint,4,opt,name=cause,proto3,enum=uber.cadence.api.v1.ChildWorkflowExecutionFailedCause" json:"cause,omitempty"`
	Control                      []byte                            `protobuf:"bytes,5,opt,name=control,proto3" json:"control,omitempty"`
	InitiatedEventId             int64                             `protobuf:"varint,6,opt,name=initiated_event_id,json=initiatedEventId,proto3" json:"initiated_event_id,omitempty"`
	DecisionTaskCompletedEventId int64                             `` /* 152-byte string literal not displayed */
	XXX_NoUnkeyedLiteral         struct{}                          `json:"-"`
	XXX_unrecognized             []byte                            `json:"-"`
	XXX_sizecache                int32                             `json:"-"`
}

func (*StartChildWorkflowExecutionFailedEventAttributes) Descriptor

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) 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=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"`
	WorkflowType                 *WorkflowType         `protobuf:"bytes,3,opt,name=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"`
	TaskList                     *TaskList             `protobuf:"bytes,4,opt,name=task_list,json=taskList,proto3" json:"task_list,omitempty"`
	Input                        *Payload              `protobuf:"bytes,5,opt,name=input,proto3" json:"input,omitempty"`
	ExecutionStartToCloseTimeout *types.Duration       `` /* 151-byte string literal not displayed */
	TaskStartToCloseTimeout      *types.Duration       `` /* 136-byte string literal not displayed */
	ParentClosePolicy            ParentClosePolicy     `` /* 158-byte string literal not displayed */
	Control                      []byte                `protobuf:"bytes,9,opt,name=control,proto3" json:"control,omitempty"`
	DecisionTaskCompletedEventId int64                 `` /* 153-byte string literal not displayed */
	WorkflowIdReusePolicy        WorkflowIdReusePolicy `` /* 177-byte string literal not displayed */
	RetryPolicy                  *RetryPolicy          `protobuf:"bytes,13,opt,name=retry_policy,json=retryPolicy,proto3" json:"retry_policy,omitempty"`
	CronSchedule                 string                `protobuf:"bytes,14,opt,name=cron_schedule,json=cronSchedule,proto3" json:"cron_schedule,omitempty"`
	Header                       *Header               `protobuf:"bytes,15,opt,name=header,proto3" json:"header,omitempty"`
	Memo                         *Memo                 `protobuf:"bytes,16,opt,name=memo,proto3" json:"memo,omitempty"`
	SearchAttributes             *SearchAttributes     `protobuf:"bytes,17,opt,name=search_attributes,json=searchAttributes,proto3" json:"search_attributes,omitempty"`
	DelayStart                   *types.Duration       `protobuf:"bytes,18,opt,name=delay_start,json=delayStart,proto3" json:"delay_start,omitempty"`
	JitterStart                  *types.Duration       `protobuf:"bytes,19,opt,name=jitter_start,json=jitterStart,proto3" json:"jitter_start,omitempty"`
	XXX_NoUnkeyedLiteral         struct{}              `json:"-"`
	XXX_unrecognized             []byte                `json:"-"`
	XXX_sizecache                int32                 `json:"-"`
}

func (*StartChildWorkflowExecutionInitiatedEventAttributes) Descriptor

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetControl

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetCronSchedule

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetDecisionTaskCompletedEventId

func (m *StartChildWorkflowExecutionInitiatedEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetDelayStart

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetDomain

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetExecutionStartToCloseTimeout

func (m *StartChildWorkflowExecutionInitiatedEventAttributes) GetExecutionStartToCloseTimeout() *types.Duration

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetHeader

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetInput

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetJitterStart

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetMemo

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetParentClosePolicy

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetRetryPolicy

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetSearchAttributes

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetTaskList

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetTaskStartToCloseTimeout

func (m *StartChildWorkflowExecutionInitiatedEventAttributes) GetTaskStartToCloseTimeout() *types.Duration

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetWorkflowId

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetWorkflowIdReusePolicy

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetWorkflowType

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         *types.Timestamp `protobuf:"bytes,1,opt,name=earliest_time,json=earliestTime,proto3" json:"earliest_time,omitempty"`
	LatestTime           *types.Timestamp `protobuf:"bytes,2,opt,name=latest_time,json=latestTime,proto3" json:"latest_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*StartTimeFilter) Descriptor

func (*StartTimeFilter) Descriptor() ([]byte, []int)

func (*StartTimeFilter) GetEarliestTime

func (m *StartTimeFilter) GetEarliestTime() *types.Timestamp

func (*StartTimeFilter) GetLatestTime

func (m *StartTimeFilter) GetLatestTime() *types.Timestamp

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 (m *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=timer_id,json=timerId,proto3" json:"timer_id,omitempty"`
	StartToFireTimeout   *types.Duration `protobuf:"bytes,2,opt,name=start_to_fire_timeout,json=startToFireTimeout,proto3" json:"start_to_fire_timeout,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*StartTimerDecisionAttributes) Descriptor

func (*StartTimerDecisionAttributes) Descriptor() ([]byte, []int)

func (*StartTimerDecisionAttributes) GetStartToFireTimeout

func (m *StartTimerDecisionAttributes) GetStartToFireTimeout() *types.Duration

func (*StartTimerDecisionAttributes) GetTimerId

func (m *StartTimerDecisionAttributes) GetTimerId() 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 (*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 StartWorkflowExecutionAsyncRequest

type StartWorkflowExecutionAsyncRequest struct {
	Request              *StartWorkflowExecutionRequest `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*StartWorkflowExecutionAsyncRequest) Descriptor

func (*StartWorkflowExecutionAsyncRequest) Descriptor() ([]byte, []int)

func (*StartWorkflowExecutionAsyncRequest) GetRequest

func (*StartWorkflowExecutionAsyncRequest) Marshal

func (m *StartWorkflowExecutionAsyncRequest) Marshal() (dAtA []byte, err error)

func (*StartWorkflowExecutionAsyncRequest) MarshalTo

func (m *StartWorkflowExecutionAsyncRequest) MarshalTo(dAtA []byte) (int, error)

func (*StartWorkflowExecutionAsyncRequest) MarshalToSizedBuffer

func (m *StartWorkflowExecutionAsyncRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StartWorkflowExecutionAsyncRequest) ProtoMessage

func (*StartWorkflowExecutionAsyncRequest) ProtoMessage()

func (*StartWorkflowExecutionAsyncRequest) Reset

func (*StartWorkflowExecutionAsyncRequest) Size

func (*StartWorkflowExecutionAsyncRequest) String

func (*StartWorkflowExecutionAsyncRequest) Unmarshal

func (m *StartWorkflowExecutionAsyncRequest) Unmarshal(dAtA []byte) error

func (*StartWorkflowExecutionAsyncRequest) XXX_DiscardUnknown

func (m *StartWorkflowExecutionAsyncRequest) XXX_DiscardUnknown()

func (*StartWorkflowExecutionAsyncRequest) XXX_Marshal

func (m *StartWorkflowExecutionAsyncRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StartWorkflowExecutionAsyncRequest) XXX_Merge

func (*StartWorkflowExecutionAsyncRequest) XXX_Size

func (*StartWorkflowExecutionAsyncRequest) XXX_Unmarshal

func (m *StartWorkflowExecutionAsyncRequest) XXX_Unmarshal(b []byte) error

type StartWorkflowExecutionAsyncResponse

type StartWorkflowExecutionAsyncResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StartWorkflowExecutionAsyncResponse) Descriptor

func (*StartWorkflowExecutionAsyncResponse) Descriptor() ([]byte, []int)

func (*StartWorkflowExecutionAsyncResponse) Marshal

func (m *StartWorkflowExecutionAsyncResponse) Marshal() (dAtA []byte, err error)

func (*StartWorkflowExecutionAsyncResponse) MarshalTo

func (m *StartWorkflowExecutionAsyncResponse) MarshalTo(dAtA []byte) (int, error)

func (*StartWorkflowExecutionAsyncResponse) MarshalToSizedBuffer

func (m *StartWorkflowExecutionAsyncResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StartWorkflowExecutionAsyncResponse) ProtoMessage

func (*StartWorkflowExecutionAsyncResponse) ProtoMessage()

func (*StartWorkflowExecutionAsyncResponse) Reset

func (*StartWorkflowExecutionAsyncResponse) Size

func (*StartWorkflowExecutionAsyncResponse) String

func (*StartWorkflowExecutionAsyncResponse) Unmarshal

func (m *StartWorkflowExecutionAsyncResponse) Unmarshal(dAtA []byte) error

func (*StartWorkflowExecutionAsyncResponse) XXX_DiscardUnknown

func (m *StartWorkflowExecutionAsyncResponse) XXX_DiscardUnknown()

func (*StartWorkflowExecutionAsyncResponse) XXX_Marshal

func (m *StartWorkflowExecutionAsyncResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StartWorkflowExecutionAsyncResponse) XXX_Merge

func (*StartWorkflowExecutionAsyncResponse) XXX_Size

func (*StartWorkflowExecutionAsyncResponse) XXX_Unmarshal

func (m *StartWorkflowExecutionAsyncResponse) XXX_Unmarshal(b []byte) error

type StartWorkflowExecutionRequest

type StartWorkflowExecutionRequest struct {
	Domain                       string                `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowId                   string                `protobuf:"bytes,2,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"`
	WorkflowType                 *WorkflowType         `protobuf:"bytes,3,opt,name=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"`
	TaskList                     *TaskList             `protobuf:"bytes,4,opt,name=task_list,json=taskList,proto3" json:"task_list,omitempty"`
	Input                        *Payload              `protobuf:"bytes,5,opt,name=input,proto3" json:"input,omitempty"`
	ExecutionStartToCloseTimeout *types.Duration       `` /* 151-byte string literal not displayed */
	TaskStartToCloseTimeout      *types.Duration       `` /* 136-byte string literal not displayed */
	Identity                     string                `protobuf:"bytes,8,opt,name=identity,proto3" json:"identity,omitempty"`
	RequestId                    string                `protobuf:"bytes,9,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	WorkflowIdReusePolicy        WorkflowIdReusePolicy `` /* 177-byte string literal not displayed */
	RetryPolicy                  *RetryPolicy          `protobuf:"bytes,11,opt,name=retry_policy,json=retryPolicy,proto3" json:"retry_policy,omitempty"`
	CronSchedule                 string                `protobuf:"bytes,12,opt,name=cron_schedule,json=cronSchedule,proto3" json:"cron_schedule,omitempty"`
	Memo                         *Memo                 `protobuf:"bytes,13,opt,name=memo,proto3" json:"memo,omitempty"`
	SearchAttributes             *SearchAttributes     `protobuf:"bytes,14,opt,name=search_attributes,json=searchAttributes,proto3" json:"search_attributes,omitempty"`
	Header                       *Header               `protobuf:"bytes,15,opt,name=header,proto3" json:"header,omitempty"`
	DelayStart                   *types.Duration       `protobuf:"bytes,16,opt,name=delay_start,json=delayStart,proto3" json:"delay_start,omitempty"`
	JitterStart                  *types.Duration       `protobuf:"bytes,17,opt,name=jitter_start,json=jitterStart,proto3" json:"jitter_start,omitempty"`
	XXX_NoUnkeyedLiteral         struct{}              `json:"-"`
	XXX_unrecognized             []byte                `json:"-"`
	XXX_sizecache                int32                 `json:"-"`
}

func (*StartWorkflowExecutionRequest) Descriptor

func (*StartWorkflowExecutionRequest) Descriptor() ([]byte, []int)

func (*StartWorkflowExecutionRequest) GetCronSchedule

func (m *StartWorkflowExecutionRequest) GetCronSchedule() string

func (*StartWorkflowExecutionRequest) GetDelayStart

func (m *StartWorkflowExecutionRequest) GetDelayStart() *types.Duration

func (*StartWorkflowExecutionRequest) GetDomain

func (m *StartWorkflowExecutionRequest) GetDomain() string

func (*StartWorkflowExecutionRequest) GetExecutionStartToCloseTimeout

func (m *StartWorkflowExecutionRequest) GetExecutionStartToCloseTimeout() *types.Duration

func (*StartWorkflowExecutionRequest) GetHeader

func (m *StartWorkflowExecutionRequest) GetHeader() *Header

func (*StartWorkflowExecutionRequest) GetIdentity

func (m *StartWorkflowExecutionRequest) GetIdentity() string

func (*StartWorkflowExecutionRequest) GetInput

func (m *StartWorkflowExecutionRequest) GetInput() *Payload

func (*StartWorkflowExecutionRequest) GetJitterStart

func (m *StartWorkflowExecutionRequest) GetJitterStart() *types.Duration

func (*StartWorkflowExecutionRequest) GetMemo

func (m *StartWorkflowExecutionRequest) GetMemo() *Memo

func (*StartWorkflowExecutionRequest) GetRequestId

func (m *StartWorkflowExecutionRequest) GetRequestId() string

func (*StartWorkflowExecutionRequest) GetRetryPolicy

func (m *StartWorkflowExecutionRequest) GetRetryPolicy() *RetryPolicy

func (*StartWorkflowExecutionRequest) GetSearchAttributes

func (m *StartWorkflowExecutionRequest) GetSearchAttributes() *SearchAttributes

func (*StartWorkflowExecutionRequest) GetTaskList

func (m *StartWorkflowExecutionRequest) GetTaskList() *TaskList

func (*StartWorkflowExecutionRequest) GetTaskStartToCloseTimeout

func (m *StartWorkflowExecutionRequest) GetTaskStartToCloseTimeout() *types.Duration

func (*StartWorkflowExecutionRequest) GetWorkflowId

func (m *StartWorkflowExecutionRequest) GetWorkflowId() string

func (*StartWorkflowExecutionRequest) GetWorkflowIdReusePolicy

func (m *StartWorkflowExecutionRequest) GetWorkflowIdReusePolicy() WorkflowIdReusePolicy

func (*StartWorkflowExecutionRequest) GetWorkflowType

func (m *StartWorkflowExecutionRequest) GetWorkflowType() *WorkflowType

func (*StartWorkflowExecutionRequest) Marshal

func (m *StartWorkflowExecutionRequest) Marshal() (dAtA []byte, err error)

func (*StartWorkflowExecutionRequest) MarshalTo

func (m *StartWorkflowExecutionRequest) MarshalTo(dAtA []byte) (int, error)

func (*StartWorkflowExecutionRequest) MarshalToSizedBuffer

func (m *StartWorkflowExecutionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StartWorkflowExecutionRequest) ProtoMessage

func (*StartWorkflowExecutionRequest) ProtoMessage()

func (*StartWorkflowExecutionRequest) Reset

func (m *StartWorkflowExecutionRequest) Reset()

func (*StartWorkflowExecutionRequest) Size

func (m *StartWorkflowExecutionRequest) Size() (n int)

func (*StartWorkflowExecutionRequest) String

func (*StartWorkflowExecutionRequest) Unmarshal

func (m *StartWorkflowExecutionRequest) Unmarshal(dAtA []byte) error

func (*StartWorkflowExecutionRequest) XXX_DiscardUnknown

func (m *StartWorkflowExecutionRequest) XXX_DiscardUnknown()

func (*StartWorkflowExecutionRequest) XXX_Marshal

func (m *StartWorkflowExecutionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StartWorkflowExecutionRequest) XXX_Merge

func (m *StartWorkflowExecutionRequest) XXX_Merge(src proto.Message)

func (*StartWorkflowExecutionRequest) XXX_Size

func (m *StartWorkflowExecutionRequest) XXX_Size() int

func (*StartWorkflowExecutionRequest) XXX_Unmarshal

func (m *StartWorkflowExecutionRequest) XXX_Unmarshal(b []byte) error

type StartWorkflowExecutionResponse

type StartWorkflowExecutionResponse struct {
	RunId                string   `protobuf:"bytes,1,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StartWorkflowExecutionResponse) Descriptor

func (*StartWorkflowExecutionResponse) Descriptor() ([]byte, []int)

func (*StartWorkflowExecutionResponse) GetRunId

func (m *StartWorkflowExecutionResponse) GetRunId() string

func (*StartWorkflowExecutionResponse) Marshal

func (m *StartWorkflowExecutionResponse) Marshal() (dAtA []byte, err error)

func (*StartWorkflowExecutionResponse) MarshalTo

func (m *StartWorkflowExecutionResponse) MarshalTo(dAtA []byte) (int, error)

func (*StartWorkflowExecutionResponse) MarshalToSizedBuffer

func (m *StartWorkflowExecutionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StartWorkflowExecutionResponse) ProtoMessage

func (*StartWorkflowExecutionResponse) ProtoMessage()

func (*StartWorkflowExecutionResponse) Reset

func (m *StartWorkflowExecutionResponse) Reset()

func (*StartWorkflowExecutionResponse) Size

func (m *StartWorkflowExecutionResponse) Size() (n int)

func (*StartWorkflowExecutionResponse) String

func (*StartWorkflowExecutionResponse) Unmarshal

func (m *StartWorkflowExecutionResponse) Unmarshal(dAtA []byte) error

func (*StartWorkflowExecutionResponse) XXX_DiscardUnknown

func (m *StartWorkflowExecutionResponse) XXX_DiscardUnknown()

func (*StartWorkflowExecutionResponse) XXX_Marshal

func (m *StartWorkflowExecutionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StartWorkflowExecutionResponse) XXX_Merge

func (m *StartWorkflowExecutionResponse) XXX_Merge(src proto.Message)

func (*StartWorkflowExecutionResponse) XXX_Size

func (m *StartWorkflowExecutionResponse) XXX_Size() int

func (*StartWorkflowExecutionResponse) XXX_Unmarshal

func (m *StartWorkflowExecutionResponse) XXX_Unmarshal(b []byte) error

type StatusFilter

type StatusFilter struct {
	Status               WorkflowExecutionCloseStatus `protobuf:"varint,1,opt,name=status,proto3,enum=uber.cadence.api.v1.WorkflowExecutionCloseStatus" json:"status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*StatusFilter) Descriptor

func (*StatusFilter) Descriptor() ([]byte, []int)

func (*StatusFilter) GetStatus

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 (m *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=worker_task_list,json=workerTaskList,proto3" json:"worker_task_list,omitempty"`
	ScheduleToStartTimeout *types.Duration `` /* 131-byte string literal not displayed */
	XXX_NoUnkeyedLiteral   struct{}        `json:"-"`
	XXX_unrecognized       []byte          `json:"-"`
	XXX_sizecache          int32           `json:"-"`
}

func (*StickyExecutionAttributes) Descriptor

func (*StickyExecutionAttributes) Descriptor() ([]byte, []int)

func (*StickyExecutionAttributes) GetScheduleToStartTimeout

func (m *StickyExecutionAttributes) GetScheduleToStartTimeout() *types.Duration

func (*StickyExecutionAttributes) GetWorkerTaskList

func (m *StickyExecutionAttributes) GetWorkerTaskList() *TaskList

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 (m *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 StickyWorkerUnavailableError

type StickyWorkerUnavailableError struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StickyWorkerUnavailableError) Descriptor

func (*StickyWorkerUnavailableError) Descriptor() ([]byte, []int)

func (*StickyWorkerUnavailableError) Marshal

func (m *StickyWorkerUnavailableError) Marshal() (dAtA []byte, err error)

func (*StickyWorkerUnavailableError) MarshalTo

func (m *StickyWorkerUnavailableError) MarshalTo(dAtA []byte) (int, error)

func (*StickyWorkerUnavailableError) MarshalToSizedBuffer

func (m *StickyWorkerUnavailableError) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StickyWorkerUnavailableError) ProtoMessage

func (*StickyWorkerUnavailableError) ProtoMessage()

func (*StickyWorkerUnavailableError) Reset

func (m *StickyWorkerUnavailableError) Reset()

func (*StickyWorkerUnavailableError) Size

func (m *StickyWorkerUnavailableError) Size() (n int)

func (*StickyWorkerUnavailableError) String

func (*StickyWorkerUnavailableError) Unmarshal

func (m *StickyWorkerUnavailableError) Unmarshal(dAtA []byte) error

func (*StickyWorkerUnavailableError) XXX_DiscardUnknown

func (m *StickyWorkerUnavailableError) XXX_DiscardUnknown()

func (*StickyWorkerUnavailableError) XXX_Marshal

func (m *StickyWorkerUnavailableError) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StickyWorkerUnavailableError) XXX_Merge

func (m *StickyWorkerUnavailableError) XXX_Merge(src proto.Message)

func (*StickyWorkerUnavailableError) XXX_Size

func (m *StickyWorkerUnavailableError) XXX_Size() int

func (*StickyWorkerUnavailableError) XXX_Unmarshal

func (m *StickyWorkerUnavailableError) XXX_Unmarshal(b []byte) error

type SupportedClientVersions

type SupportedClientVersions struct {
	// Indicates the highest Go SDK version server will accept requests from.
	GoSdk string `protobuf:"bytes,1,opt,name=go_sdk,json=goSdk,proto3" json:"go_sdk,omitempty"`
	// Indicates the highest Java SDK version server will accept requests from.
	JavaSdk              string   `protobuf:"bytes,2,opt,name=java_sdk,json=javaSdk,proto3" json:"java_sdk,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SupportedClientVersions) Descriptor

func (*SupportedClientVersions) Descriptor() ([]byte, []int)

func (*SupportedClientVersions) GetGoSdk

func (m *SupportedClientVersions) GetGoSdk() string

func (*SupportedClientVersions) GetJavaSdk

func (m *SupportedClientVersions) GetJavaSdk() 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 (m *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=start_id,json=startId,proto3" json:"start_id,omitempty"`
	EndId                int64    `protobuf:"varint,2,opt,name=end_id,json=endId,proto3" json:"end_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TaskIDBlock) Descriptor

func (*TaskIDBlock) Descriptor() ([]byte, []int)

func (*TaskIDBlock) GetEndId

func (m *TaskIDBlock) GetEndId() int64

func (*TaskIDBlock) GetStartId

func (m *TaskIDBlock) GetStartId() int64

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 (m *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                 TaskListKind `protobuf:"varint,2,opt,name=kind,proto3,enum=uber.cadence.api.v1.TaskListKind" json:"kind,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*TaskList) Descriptor

func (*TaskList) Descriptor() ([]byte, []int)

func (*TaskList) GetKind

func (m *TaskList) GetKind() TaskListKind

func (*TaskList) GetName

func (m *TaskList) GetName() 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 (m *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 TaskListKind

type TaskListKind int32
const (
	TaskListKind_TASK_LIST_KIND_INVALID TaskListKind = 0
	TaskListKind_TASK_LIST_KIND_NORMAL  TaskListKind = 1
	TaskListKind_TASK_LIST_KIND_STICKY  TaskListKind = 2
)

func (TaskListKind) EnumDescriptor

func (TaskListKind) EnumDescriptor() ([]byte, []int)

func (TaskListKind) String

func (x TaskListKind) String() string

type TaskListMetadata

type TaskListMetadata struct {
	MaxTasksPerSecond    *types.DoubleValue `protobuf:"bytes,1,opt,name=max_tasks_per_second,json=maxTasksPerSecond,proto3" json:"max_tasks_per_second,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*TaskListMetadata) Descriptor

func (*TaskListMetadata) Descriptor() ([]byte, []int)

func (*TaskListMetadata) GetMaxTasksPerSecond

func (m *TaskListMetadata) GetMaxTasksPerSecond() *types.DoubleValue

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 (m *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=owner_host_name,json=ownerHostName,proto3" json:"owner_host_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TaskListPartitionMetadata) Descriptor

func (*TaskListPartitionMetadata) Descriptor() ([]byte, []int)

func (*TaskListPartitionMetadata) GetKey

func (m *TaskListPartitionMetadata) GetKey() string

func (*TaskListPartitionMetadata) GetOwnerHostName

func (m *TaskListPartitionMetadata) GetOwnerHostName() 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 (m *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=backlog_count_hint,json=backlogCountHint,proto3" json:"backlog_count_hint,omitempty"`
	ReadLevel            int64        `protobuf:"varint,2,opt,name=read_level,json=readLevel,proto3" json:"read_level,omitempty"`
	AckLevel             int64        `protobuf:"varint,3,opt,name=ack_level,json=ackLevel,proto3" json:"ack_level,omitempty"`
	RatePerSecond        float64      `protobuf:"fixed64,4,opt,name=rate_per_second,json=ratePerSecond,proto3" json:"rate_per_second,omitempty"`
	TaskIdBlock          *TaskIDBlock `protobuf:"bytes,5,opt,name=task_id_block,json=taskIdBlock,proto3" json:"task_id_block,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*TaskListStatus) Descriptor

func (*TaskListStatus) Descriptor() ([]byte, []int)

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) 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 (m *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 TaskListType

type TaskListType int32
const (
	TaskListType_TASK_LIST_TYPE_INVALID  TaskListType = 0
	TaskListType_TASK_LIST_TYPE_DECISION TaskListType = 1
	TaskListType_TASK_LIST_TYPE_ACTIVITY TaskListType = 2
)

func (TaskListType) EnumDescriptor

func (TaskListType) EnumDescriptor() ([]byte, []int)

func (TaskListType) String

func (x TaskListType) String() string

type TerminateWorkflowExecutionRequest

type TerminateWorkflowExecutionRequest struct {
	Domain               string             `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	WorkflowExecution    *WorkflowExecution `protobuf:"bytes,2,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	Reason               string             `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty"`
	Details              *Payload           `protobuf:"bytes,4,opt,name=details,proto3" json:"details,omitempty"`
	Identity             string             `protobuf:"bytes,5,opt,name=identity,proto3" json:"identity,omitempty"`
	FirstExecutionRunId  string             `protobuf:"bytes,6,opt,name=first_execution_run_id,json=firstExecutionRunId,proto3" json:"first_execution_run_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*TerminateWorkflowExecutionRequest) Descriptor

func (*TerminateWorkflowExecutionRequest) Descriptor() ([]byte, []int)

func (*TerminateWorkflowExecutionRequest) GetDetails

func (m *TerminateWorkflowExecutionRequest) GetDetails() *Payload

func (*TerminateWorkflowExecutionRequest) GetDomain

func (*TerminateWorkflowExecutionRequest) GetFirstExecutionRunId

func (m *TerminateWorkflowExecutionRequest) GetFirstExecutionRunId() string

func (*TerminateWorkflowExecutionRequest) GetIdentity

func (m *TerminateWorkflowExecutionRequest) GetIdentity() string

func (*TerminateWorkflowExecutionRequest) GetReason

func (*TerminateWorkflowExecutionRequest) GetWorkflowExecution

func (m *TerminateWorkflowExecutionRequest) GetWorkflowExecution() *WorkflowExecution

func (*TerminateWorkflowExecutionRequest) Marshal

func (m *TerminateWorkflowExecutionRequest) Marshal() (dAtA []byte, err error)

func (*TerminateWorkflowExecutionRequest) MarshalTo

func (m *TerminateWorkflowExecutionRequest) MarshalTo(dAtA []byte) (int, error)

func (*TerminateWorkflowExecutionRequest) MarshalToSizedBuffer

func (m *TerminateWorkflowExecutionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TerminateWorkflowExecutionRequest) ProtoMessage

func (*TerminateWorkflowExecutionRequest) ProtoMessage()

func (*TerminateWorkflowExecutionRequest) Reset

func (*TerminateWorkflowExecutionRequest) Size

func (m *TerminateWorkflowExecutionRequest) Size() (n int)

func (*TerminateWorkflowExecutionRequest) String

func (*TerminateWorkflowExecutionRequest) Unmarshal

func (m *TerminateWorkflowExecutionRequest) Unmarshal(dAtA []byte) error

func (*TerminateWorkflowExecutionRequest) XXX_DiscardUnknown

func (m *TerminateWorkflowExecutionRequest) XXX_DiscardUnknown()

func (*TerminateWorkflowExecutionRequest) XXX_Marshal

func (m *TerminateWorkflowExecutionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TerminateWorkflowExecutionRequest) XXX_Merge

func (*TerminateWorkflowExecutionRequest) XXX_Size

func (m *TerminateWorkflowExecutionRequest) XXX_Size() int

func (*TerminateWorkflowExecutionRequest) XXX_Unmarshal

func (m *TerminateWorkflowExecutionRequest) XXX_Unmarshal(b []byte) error

type TerminateWorkflowExecutionResponse

type TerminateWorkflowExecutionResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TerminateWorkflowExecutionResponse) Descriptor

func (*TerminateWorkflowExecutionResponse) Descriptor() ([]byte, []int)

func (*TerminateWorkflowExecutionResponse) Marshal

func (m *TerminateWorkflowExecutionResponse) Marshal() (dAtA []byte, err error)

func (*TerminateWorkflowExecutionResponse) MarshalTo

func (m *TerminateWorkflowExecutionResponse) MarshalTo(dAtA []byte) (int, error)

func (*TerminateWorkflowExecutionResponse) MarshalToSizedBuffer

func (m *TerminateWorkflowExecutionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TerminateWorkflowExecutionResponse) ProtoMessage

func (*TerminateWorkflowExecutionResponse) ProtoMessage()

func (*TerminateWorkflowExecutionResponse) Reset

func (*TerminateWorkflowExecutionResponse) Size

func (*TerminateWorkflowExecutionResponse) String

func (*TerminateWorkflowExecutionResponse) Unmarshal

func (m *TerminateWorkflowExecutionResponse) Unmarshal(dAtA []byte) error

func (*TerminateWorkflowExecutionResponse) XXX_DiscardUnknown

func (m *TerminateWorkflowExecutionResponse) XXX_DiscardUnknown()

func (*TerminateWorkflowExecutionResponse) XXX_Marshal

func (m *TerminateWorkflowExecutionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TerminateWorkflowExecutionResponse) XXX_Merge

func (*TerminateWorkflowExecutionResponse) XXX_Size

func (*TerminateWorkflowExecutionResponse) XXX_Unmarshal

func (m *TerminateWorkflowExecutionResponse) XXX_Unmarshal(b []byte) error

type TimeoutType

type TimeoutType int32
const (
	TimeoutType_TIMEOUT_TYPE_INVALID           TimeoutType = 0
	TimeoutType_TIMEOUT_TYPE_START_TO_CLOSE    TimeoutType = 1
	TimeoutType_TIMEOUT_TYPE_SCHEDULE_TO_START TimeoutType = 2
	TimeoutType_TIMEOUT_TYPE_SCHEDULE_TO_CLOSE TimeoutType = 3
	TimeoutType_TIMEOUT_TYPE_HEARTBEAT         TimeoutType = 4
)

func (TimeoutType) EnumDescriptor

func (TimeoutType) EnumDescriptor() ([]byte, []int)

func (TimeoutType) String

func (x TimeoutType) String() string

type TimerCanceledEventAttributes

type TimerCanceledEventAttributes struct {
	TimerId                      string   `protobuf:"bytes,1,opt,name=timer_id,json=timerId,proto3" json:"timer_id,omitempty"`
	StartedEventId               int64    `protobuf:"varint,2,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	DecisionTaskCompletedEventId int64    `` /* 152-byte string literal not displayed */
	Identity                     string   `protobuf:"bytes,4,opt,name=identity,proto3" json:"identity,omitempty"`
	XXX_NoUnkeyedLiteral         struct{} `json:"-"`
	XXX_unrecognized             []byte   `json:"-"`
	XXX_sizecache                int32    `json:"-"`
}

func (*TimerCanceledEventAttributes) Descriptor

func (*TimerCanceledEventAttributes) Descriptor() ([]byte, []int)

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) 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 (*TimerCanceledEventAttributes) Unmarshal

func (m *TimerCanceledEventAttributes) Unmarshal(dAtA []byte) error

func (*TimerCanceledEventAttributes) XXX_DiscardUnknown

func (m *TimerCanceledEventAttributes) XXX_DiscardUnknown()

func (*TimerCanceledEventAttributes) XXX_Marshal

func (m *TimerCanceledEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TimerCanceledEventAttributes) XXX_Merge

func (m *TimerCanceledEventAttributes) XXX_Merge(src proto.Message)

func (*TimerCanceledEventAttributes) XXX_Size

func (m *TimerCanceledEventAttributes) XXX_Size() int

func (*TimerCanceledEventAttributes) XXX_Unmarshal

func (m *TimerCanceledEventAttributes) XXX_Unmarshal(b []byte) error

type TimerFiredEventAttributes

type TimerFiredEventAttributes struct {
	TimerId              string   `protobuf:"bytes,1,opt,name=timer_id,json=timerId,proto3" json:"timer_id,omitempty"`
	StartedEventId       int64    `protobuf:"varint,2,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TimerFiredEventAttributes) Descriptor

func (*TimerFiredEventAttributes) Descriptor() ([]byte, []int)

func (*TimerFiredEventAttributes) GetStartedEventId

func (m *TimerFiredEventAttributes) GetStartedEventId() int64

func (*TimerFiredEventAttributes) GetTimerId

func (m *TimerFiredEventAttributes) GetTimerId() 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 (m *TimerFiredEventAttributes) String() string

func (*TimerFiredEventAttributes) Unmarshal

func (m *TimerFiredEventAttributes) Unmarshal(dAtA []byte) error

func (*TimerFiredEventAttributes) XXX_DiscardUnknown

func (m *TimerFiredEventAttributes) XXX_DiscardUnknown()

func (*TimerFiredEventAttributes) XXX_Marshal

func (m *TimerFiredEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TimerFiredEventAttributes) XXX_Merge

func (m *TimerFiredEventAttributes) XXX_Merge(src proto.Message)

func (*TimerFiredEventAttributes) XXX_Size

func (m *TimerFiredEventAttributes) XXX_Size() int

func (*TimerFiredEventAttributes) XXX_Unmarshal

func (m *TimerFiredEventAttributes) XXX_Unmarshal(b []byte) error

type TimerStartedEventAttributes

type TimerStartedEventAttributes struct {
	TimerId                      string          `protobuf:"bytes,1,opt,name=timer_id,json=timerId,proto3" json:"timer_id,omitempty"`
	StartToFireTimeout           *types.Duration `protobuf:"bytes,2,opt,name=start_to_fire_timeout,json=startToFireTimeout,proto3" json:"start_to_fire_timeout,omitempty"`
	DecisionTaskCompletedEventId int64           `` /* 152-byte string literal not displayed */
	XXX_NoUnkeyedLiteral         struct{}        `json:"-"`
	XXX_unrecognized             []byte          `json:"-"`
	XXX_sizecache                int32           `json:"-"`
}

func (*TimerStartedEventAttributes) Descriptor

func (*TimerStartedEventAttributes) Descriptor() ([]byte, []int)

func (*TimerStartedEventAttributes) GetDecisionTaskCompletedEventId

func (m *TimerStartedEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*TimerStartedEventAttributes) GetStartToFireTimeout

func (m *TimerStartedEventAttributes) GetStartToFireTimeout() *types.Duration

func (*TimerStartedEventAttributes) GetTimerId

func (m *TimerStartedEventAttributes) GetTimerId() 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 (m *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 UpdateDomainRequest

type UpdateDomainRequest struct {
	SecurityToken string `protobuf:"bytes,1,opt,name=security_token,json=securityToken,proto3" json:"security_token,omitempty"`
	Name          string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Below are the fields that can be updated if specified by update_mask.
	UpdateMask                       *types.FieldMask                   `protobuf:"bytes,10,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	Description                      string                             `protobuf:"bytes,11,opt,name=description,proto3" json:"description,omitempty"`
	OwnerEmail                       string                             `protobuf:"bytes,12,opt,name=owner_email,json=ownerEmail,proto3" json:"owner_email,omitempty"`
	Data                             map[string]string                  `` /* 150-byte string literal not displayed */
	WorkflowExecutionRetentionPeriod *types.Duration                    `` /* 162-byte string literal not displayed */
	BadBinaries                      *BadBinaries                       `protobuf:"bytes,15,opt,name=bad_binaries,json=badBinaries,proto3" json:"bad_binaries,omitempty"`
	HistoryArchivalStatus            ArchivalStatus                     `` /* 168-byte string literal not displayed */
	HistoryArchivalUri               string                             `protobuf:"bytes,17,opt,name=history_archival_uri,json=historyArchivalUri,proto3" json:"history_archival_uri,omitempty"`
	VisibilityArchivalStatus         ArchivalStatus                     `` /* 177-byte string literal not displayed */
	VisibilityArchivalUri            string                             `` /* 127-byte string literal not displayed */
	ActiveClusterName                string                             `protobuf:"bytes,20,opt,name=active_cluster_name,json=activeClusterName,proto3" json:"active_cluster_name,omitempty"`
	Clusters                         []*ClusterReplicationConfiguration `protobuf:"bytes,21,rep,name=clusters,proto3" json:"clusters,omitempty"`
	DeleteBadBinary                  string                             `protobuf:"bytes,22,opt,name=delete_bad_binary,json=deleteBadBinary,proto3" json:"delete_bad_binary,omitempty"`
	FailoverTimeout                  *types.Duration                    `protobuf:"bytes,23,opt,name=failover_timeout,json=failoverTimeout,proto3" json:"failover_timeout,omitempty"`
	XXX_NoUnkeyedLiteral             struct{}                           `json:"-"`
	XXX_unrecognized                 []byte                             `json:"-"`
	XXX_sizecache                    int32                              `json:"-"`
}

func (*UpdateDomainRequest) Descriptor

func (*UpdateDomainRequest) Descriptor() ([]byte, []int)

func (*UpdateDomainRequest) GetActiveClusterName

func (m *UpdateDomainRequest) GetActiveClusterName() string

func (*UpdateDomainRequest) GetBadBinaries

func (m *UpdateDomainRequest) GetBadBinaries() *BadBinaries

func (*UpdateDomainRequest) GetClusters

func (*UpdateDomainRequest) GetData

func (m *UpdateDomainRequest) GetData() map[string]string

func (*UpdateDomainRequest) GetDeleteBadBinary

func (m *UpdateDomainRequest) GetDeleteBadBinary() string

func (*UpdateDomainRequest) GetDescription

func (m *UpdateDomainRequest) GetDescription() string

func (*UpdateDomainRequest) GetFailoverTimeout

func (m *UpdateDomainRequest) GetFailoverTimeout() *types.Duration

func (*UpdateDomainRequest) GetHistoryArchivalStatus

func (m *UpdateDomainRequest) GetHistoryArchivalStatus() ArchivalStatus

func (*UpdateDomainRequest) GetHistoryArchivalUri

func (m *UpdateDomainRequest) GetHistoryArchivalUri() string

func (*UpdateDomainRequest) GetName

func (m *UpdateDomainRequest) GetName() string

func (*UpdateDomainRequest) GetOwnerEmail

func (m *UpdateDomainRequest) GetOwnerEmail() string

func (*UpdateDomainRequest) GetSecurityToken

func (m *UpdateDomainRequest) GetSecurityToken() string

func (*UpdateDomainRequest) GetUpdateMask

func (m *UpdateDomainRequest) GetUpdateMask() *types.FieldMask

func (*UpdateDomainRequest) GetVisibilityArchivalStatus

func (m *UpdateDomainRequest) GetVisibilityArchivalStatus() ArchivalStatus

func (*UpdateDomainRequest) GetVisibilityArchivalUri

func (m *UpdateDomainRequest) GetVisibilityArchivalUri() string

func (*UpdateDomainRequest) GetWorkflowExecutionRetentionPeriod

func (m *UpdateDomainRequest) GetWorkflowExecutionRetentionPeriod() *types.Duration

func (*UpdateDomainRequest) Marshal

func (m *UpdateDomainRequest) Marshal() (dAtA []byte, err error)

func (*UpdateDomainRequest) MarshalTo

func (m *UpdateDomainRequest) MarshalTo(dAtA []byte) (int, error)

func (*UpdateDomainRequest) MarshalToSizedBuffer

func (m *UpdateDomainRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateDomainRequest) ProtoMessage

func (*UpdateDomainRequest) ProtoMessage()

func (*UpdateDomainRequest) Reset

func (m *UpdateDomainRequest) Reset()

func (*UpdateDomainRequest) Size

func (m *UpdateDomainRequest) Size() (n int)

func (*UpdateDomainRequest) String

func (m *UpdateDomainRequest) String() string

func (*UpdateDomainRequest) Unmarshal

func (m *UpdateDomainRequest) Unmarshal(dAtA []byte) error

func (*UpdateDomainRequest) XXX_DiscardUnknown

func (m *UpdateDomainRequest) XXX_DiscardUnknown()

func (*UpdateDomainRequest) XXX_Marshal

func (m *UpdateDomainRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateDomainRequest) XXX_Merge

func (m *UpdateDomainRequest) XXX_Merge(src proto.Message)

func (*UpdateDomainRequest) XXX_Size

func (m *UpdateDomainRequest) XXX_Size() int

func (*UpdateDomainRequest) XXX_Unmarshal

func (m *UpdateDomainRequest) XXX_Unmarshal(b []byte) error

type UpdateDomainResponse

type UpdateDomainResponse struct {
	Domain               *Domain  `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateDomainResponse) Descriptor

func (*UpdateDomainResponse) Descriptor() ([]byte, []int)

func (*UpdateDomainResponse) GetDomain

func (m *UpdateDomainResponse) GetDomain() *Domain

func (*UpdateDomainResponse) Marshal

func (m *UpdateDomainResponse) Marshal() (dAtA []byte, err error)

func (*UpdateDomainResponse) MarshalTo

func (m *UpdateDomainResponse) MarshalTo(dAtA []byte) (int, error)

func (*UpdateDomainResponse) MarshalToSizedBuffer

func (m *UpdateDomainResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateDomainResponse) ProtoMessage

func (*UpdateDomainResponse) ProtoMessage()

func (*UpdateDomainResponse) Reset

func (m *UpdateDomainResponse) Reset()

func (*UpdateDomainResponse) Size

func (m *UpdateDomainResponse) Size() (n int)

func (*UpdateDomainResponse) String

func (m *UpdateDomainResponse) String() string

func (*UpdateDomainResponse) Unmarshal

func (m *UpdateDomainResponse) Unmarshal(dAtA []byte) error

func (*UpdateDomainResponse) XXX_DiscardUnknown

func (m *UpdateDomainResponse) XXX_DiscardUnknown()

func (*UpdateDomainResponse) XXX_Marshal

func (m *UpdateDomainResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateDomainResponse) XXX_Merge

func (m *UpdateDomainResponse) XXX_Merge(src proto.Message)

func (*UpdateDomainResponse) XXX_Size

func (m *UpdateDomainResponse) XXX_Size() int

func (*UpdateDomainResponse) XXX_Unmarshal

func (m *UpdateDomainResponse) XXX_Unmarshal(b []byte) error

type UpsertWorkflowSearchAttributesDecisionAttributes

type UpsertWorkflowSearchAttributesDecisionAttributes struct {
	SearchAttributes     *SearchAttributes `protobuf:"bytes,1,opt,name=search_attributes,json=searchAttributes,proto3" json:"search_attributes,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*UpsertWorkflowSearchAttributesDecisionAttributes) Descriptor

func (*UpsertWorkflowSearchAttributesDecisionAttributes) GetSearchAttributes

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             `` /* 152-byte string literal not displayed */
	SearchAttributes             *SearchAttributes `protobuf:"bytes,2,opt,name=search_attributes,json=searchAttributes,proto3" json:"search_attributes,omitempty"`
	XXX_NoUnkeyedLiteral         struct{}          `json:"-"`
	XXX_unrecognized             []byte            `json:"-"`
	XXX_sizecache                int32             `json:"-"`
}

func (*UpsertWorkflowSearchAttributesEventAttributes) Descriptor

func (*UpsertWorkflowSearchAttributesEventAttributes) GetDecisionTaskCompletedEventId

func (m *UpsertWorkflowSearchAttributesEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*UpsertWorkflowSearchAttributesEventAttributes) GetSearchAttributes

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 VisibilityAPIYARPCClient

VisibilityAPIYARPCClient is the YARPC client-side interface for the VisibilityAPI service.

func NewVisibilityAPIYARPCClient

func NewVisibilityAPIYARPCClient(clientConfig transport.ClientConfig, options ...protobuf.ClientOption) VisibilityAPIYARPCClient

NewVisibilityAPIYARPCClient builds a new YARPC client for the VisibilityAPI service.

type VisibilityAPIYARPCServer

VisibilityAPIYARPCServer is the YARPC server-side interface for the VisibilityAPI service.

type WorkerAPIYARPCClient

type WorkerAPIYARPCClient interface {
	PollForDecisionTask(context.Context, *PollForDecisionTaskRequest, ...yarpc.CallOption) (*PollForDecisionTaskResponse, error)
	RespondDecisionTaskCompleted(context.Context, *RespondDecisionTaskCompletedRequest, ...yarpc.CallOption) (*RespondDecisionTaskCompletedResponse, error)
	RespondDecisionTaskFailed(context.Context, *RespondDecisionTaskFailedRequest, ...yarpc.CallOption) (*RespondDecisionTaskFailedResponse, error)
	PollForActivityTask(context.Context, *PollForActivityTaskRequest, ...yarpc.CallOption) (*PollForActivityTaskResponse, error)
	RespondActivityTaskCompleted(context.Context, *RespondActivityTaskCompletedRequest, ...yarpc.CallOption) (*RespondActivityTaskCompletedResponse, error)
	RespondActivityTaskCompletedByID(context.Context, *RespondActivityTaskCompletedByIDRequest, ...yarpc.CallOption) (*RespondActivityTaskCompletedByIDResponse, error)
	RespondActivityTaskFailed(context.Context, *RespondActivityTaskFailedRequest, ...yarpc.CallOption) (*RespondActivityTaskFailedResponse, error)
	RespondActivityTaskFailedByID(context.Context, *RespondActivityTaskFailedByIDRequest, ...yarpc.CallOption) (*RespondActivityTaskFailedByIDResponse, error)
	RespondActivityTaskCanceled(context.Context, *RespondActivityTaskCanceledRequest, ...yarpc.CallOption) (*RespondActivityTaskCanceledResponse, error)
	RespondActivityTaskCanceledByID(context.Context, *RespondActivityTaskCanceledByIDRequest, ...yarpc.CallOption) (*RespondActivityTaskCanceledByIDResponse, error)
	RecordActivityTaskHeartbeat(context.Context, *RecordActivityTaskHeartbeatRequest, ...yarpc.CallOption) (*RecordActivityTaskHeartbeatResponse, error)
	RecordActivityTaskHeartbeatByID(context.Context, *RecordActivityTaskHeartbeatByIDRequest, ...yarpc.CallOption) (*RecordActivityTaskHeartbeatByIDResponse, error)
	RespondQueryTaskCompleted(context.Context, *RespondQueryTaskCompletedRequest, ...yarpc.CallOption) (*RespondQueryTaskCompletedResponse, error)
	ResetStickyTaskList(context.Context, *ResetStickyTaskListRequest, ...yarpc.CallOption) (*ResetStickyTaskListResponse, error)
}

WorkerAPIYARPCClient is the YARPC client-side interface for the WorkerAPI service.

func NewWorkerAPIYARPCClient

func NewWorkerAPIYARPCClient(clientConfig transport.ClientConfig, options ...protobuf.ClientOption) WorkerAPIYARPCClient

NewWorkerAPIYARPCClient builds a new YARPC client for the WorkerAPI service.

type WorkerAPIYARPCServer

type WorkerAPIYARPCServer interface {
	PollForDecisionTask(context.Context, *PollForDecisionTaskRequest) (*PollForDecisionTaskResponse, error)
	RespondDecisionTaskCompleted(context.Context, *RespondDecisionTaskCompletedRequest) (*RespondDecisionTaskCompletedResponse, error)
	RespondDecisionTaskFailed(context.Context, *RespondDecisionTaskFailedRequest) (*RespondDecisionTaskFailedResponse, error)
	PollForActivityTask(context.Context, *PollForActivityTaskRequest) (*PollForActivityTaskResponse, error)
	RespondActivityTaskCompleted(context.Context, *RespondActivityTaskCompletedRequest) (*RespondActivityTaskCompletedResponse, error)
	RespondActivityTaskCompletedByID(context.Context, *RespondActivityTaskCompletedByIDRequest) (*RespondActivityTaskCompletedByIDResponse, error)
	RespondActivityTaskFailed(context.Context, *RespondActivityTaskFailedRequest) (*RespondActivityTaskFailedResponse, error)
	RespondActivityTaskFailedByID(context.Context, *RespondActivityTaskFailedByIDRequest) (*RespondActivityTaskFailedByIDResponse, error)
	RespondActivityTaskCanceled(context.Context, *RespondActivityTaskCanceledRequest) (*RespondActivityTaskCanceledResponse, error)
	RespondActivityTaskCanceledByID(context.Context, *RespondActivityTaskCanceledByIDRequest) (*RespondActivityTaskCanceledByIDResponse, error)
	RecordActivityTaskHeartbeat(context.Context, *RecordActivityTaskHeartbeatRequest) (*RecordActivityTaskHeartbeatResponse, error)
	RecordActivityTaskHeartbeatByID(context.Context, *RecordActivityTaskHeartbeatByIDRequest) (*RecordActivityTaskHeartbeatByIDResponse, error)
	RespondQueryTaskCompleted(context.Context, *RespondQueryTaskCompletedRequest) (*RespondQueryTaskCompletedResponse, error)
	ResetStickyTaskList(context.Context, *ResetStickyTaskListRequest) (*ResetStickyTaskListResponse, error)
}

WorkerAPIYARPCServer is the YARPC server-side interface for the WorkerAPI service.

type WorkerVersionInfo

type WorkerVersionInfo struct {
	Impl                 string   `protobuf:"bytes,1,opt,name=impl,proto3" json:"impl,omitempty"`
	FeatureVersion       string   `protobuf:"bytes,2,opt,name=feature_version,json=featureVersion,proto3" json:"feature_version,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*WorkerVersionInfo) Descriptor

func (*WorkerVersionInfo) Descriptor() ([]byte, []int)

func (*WorkerVersionInfo) GetFeatureVersion

func (m *WorkerVersionInfo) GetFeatureVersion() string

func (*WorkerVersionInfo) GetImpl

func (m *WorkerVersionInfo) GetImpl() 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 (m *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 WorkflowAPIYARPCClient

type WorkflowAPIYARPCClient interface {
	RestartWorkflowExecution(context.Context, *RestartWorkflowExecutionRequest, ...yarpc.CallOption) (*RestartWorkflowExecutionResponse, error)
	StartWorkflowExecution(context.Context, *StartWorkflowExecutionRequest, ...yarpc.CallOption) (*StartWorkflowExecutionResponse, error)
	StartWorkflowExecutionAsync(context.Context, *StartWorkflowExecutionAsyncRequest, ...yarpc.CallOption) (*StartWorkflowExecutionAsyncResponse, error)
	SignalWorkflowExecution(context.Context, *SignalWorkflowExecutionRequest, ...yarpc.CallOption) (*SignalWorkflowExecutionResponse, error)
	SignalWithStartWorkflowExecution(context.Context, *SignalWithStartWorkflowExecutionRequest, ...yarpc.CallOption) (*SignalWithStartWorkflowExecutionResponse, error)
	SignalWithStartWorkflowExecutionAsync(context.Context, *SignalWithStartWorkflowExecutionAsyncRequest, ...yarpc.CallOption) (*SignalWithStartWorkflowExecutionAsyncResponse, error)
	ResetWorkflowExecution(context.Context, *ResetWorkflowExecutionRequest, ...yarpc.CallOption) (*ResetWorkflowExecutionResponse, error)
	RequestCancelWorkflowExecution(context.Context, *RequestCancelWorkflowExecutionRequest, ...yarpc.CallOption) (*RequestCancelWorkflowExecutionResponse, error)
	TerminateWorkflowExecution(context.Context, *TerminateWorkflowExecutionRequest, ...yarpc.CallOption) (*TerminateWorkflowExecutionResponse, error)
	DescribeWorkflowExecution(context.Context, *DescribeWorkflowExecutionRequest, ...yarpc.CallOption) (*DescribeWorkflowExecutionResponse, error)
	QueryWorkflow(context.Context, *QueryWorkflowRequest, ...yarpc.CallOption) (*QueryWorkflowResponse, error)
	DescribeTaskList(context.Context, *DescribeTaskListRequest, ...yarpc.CallOption) (*DescribeTaskListResponse, error)
	GetTaskListsByDomain(context.Context, *GetTaskListsByDomainRequest, ...yarpc.CallOption) (*GetTaskListsByDomainResponse, error)
	ListTaskListPartitions(context.Context, *ListTaskListPartitionsRequest, ...yarpc.CallOption) (*ListTaskListPartitionsResponse, error)
	GetClusterInfo(context.Context, *GetClusterInfoRequest, ...yarpc.CallOption) (*GetClusterInfoResponse, error)
	GetWorkflowExecutionHistory(context.Context, *GetWorkflowExecutionHistoryRequest, ...yarpc.CallOption) (*GetWorkflowExecutionHistoryResponse, error)
	RefreshWorkflowTasks(context.Context, *RefreshWorkflowTasksRequest, ...yarpc.CallOption) (*RefreshWorkflowTasksResponse, error)
}

WorkflowAPIYARPCClient is the YARPC client-side interface for the WorkflowAPI service.

func NewWorkflowAPIYARPCClient

func NewWorkflowAPIYARPCClient(clientConfig transport.ClientConfig, options ...protobuf.ClientOption) WorkflowAPIYARPCClient

NewWorkflowAPIYARPCClient builds a new YARPC client for the WorkflowAPI service.

type WorkflowAPIYARPCServer

type WorkflowAPIYARPCServer interface {
	RestartWorkflowExecution(context.Context, *RestartWorkflowExecutionRequest) (*RestartWorkflowExecutionResponse, error)
	StartWorkflowExecution(context.Context, *StartWorkflowExecutionRequest) (*StartWorkflowExecutionResponse, error)
	StartWorkflowExecutionAsync(context.Context, *StartWorkflowExecutionAsyncRequest) (*StartWorkflowExecutionAsyncResponse, error)
	SignalWorkflowExecution(context.Context, *SignalWorkflowExecutionRequest) (*SignalWorkflowExecutionResponse, error)
	SignalWithStartWorkflowExecution(context.Context, *SignalWithStartWorkflowExecutionRequest) (*SignalWithStartWorkflowExecutionResponse, error)
	SignalWithStartWorkflowExecutionAsync(context.Context, *SignalWithStartWorkflowExecutionAsyncRequest) (*SignalWithStartWorkflowExecutionAsyncResponse, error)
	ResetWorkflowExecution(context.Context, *ResetWorkflowExecutionRequest) (*ResetWorkflowExecutionResponse, error)
	RequestCancelWorkflowExecution(context.Context, *RequestCancelWorkflowExecutionRequest) (*RequestCancelWorkflowExecutionResponse, error)
	TerminateWorkflowExecution(context.Context, *TerminateWorkflowExecutionRequest) (*TerminateWorkflowExecutionResponse, error)
	DescribeWorkflowExecution(context.Context, *DescribeWorkflowExecutionRequest) (*DescribeWorkflowExecutionResponse, error)
	QueryWorkflow(context.Context, *QueryWorkflowRequest) (*QueryWorkflowResponse, error)
	DescribeTaskList(context.Context, *DescribeTaskListRequest) (*DescribeTaskListResponse, error)
	GetTaskListsByDomain(context.Context, *GetTaskListsByDomainRequest) (*GetTaskListsByDomainResponse, error)
	ListTaskListPartitions(context.Context, *ListTaskListPartitionsRequest) (*ListTaskListPartitionsResponse, error)
	GetClusterInfo(context.Context, *GetClusterInfoRequest) (*GetClusterInfoResponse, error)
	GetWorkflowExecutionHistory(context.Context, *GetWorkflowExecutionHistoryRequest) (*GetWorkflowExecutionHistoryResponse, error)
	RefreshWorkflowTasks(context.Context, *RefreshWorkflowTasksRequest) (*RefreshWorkflowTasksResponse, error)
}

WorkflowAPIYARPCServer is the YARPC server-side interface for the WorkflowAPI service.

type WorkflowExecution

type WorkflowExecution struct {
	WorkflowId           string   `protobuf:"bytes,1,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"`
	RunId                string   `protobuf:"bytes,2,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*WorkflowExecution) Descriptor

func (*WorkflowExecution) Descriptor() ([]byte, []int)

func (*WorkflowExecution) GetRunId

func (m *WorkflowExecution) GetRunId() string

func (*WorkflowExecution) GetWorkflowId

func (m *WorkflowExecution) GetWorkflowId() 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 (m *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 WorkflowExecutionAlreadyCompletedError

type WorkflowExecutionAlreadyCompletedError struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*WorkflowExecutionAlreadyCompletedError) Descriptor

func (*WorkflowExecutionAlreadyCompletedError) Descriptor() ([]byte, []int)

func (*WorkflowExecutionAlreadyCompletedError) Marshal

func (m *WorkflowExecutionAlreadyCompletedError) Marshal() (dAtA []byte, err error)

func (*WorkflowExecutionAlreadyCompletedError) MarshalTo

func (m *WorkflowExecutionAlreadyCompletedError) MarshalTo(dAtA []byte) (int, error)

func (*WorkflowExecutionAlreadyCompletedError) MarshalToSizedBuffer

func (m *WorkflowExecutionAlreadyCompletedError) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WorkflowExecutionAlreadyCompletedError) ProtoMessage

func (*WorkflowExecutionAlreadyCompletedError) Reset

func (*WorkflowExecutionAlreadyCompletedError) Size

func (*WorkflowExecutionAlreadyCompletedError) String

func (*WorkflowExecutionAlreadyCompletedError) Unmarshal

func (m *WorkflowExecutionAlreadyCompletedError) Unmarshal(dAtA []byte) error

func (*WorkflowExecutionAlreadyCompletedError) XXX_DiscardUnknown

func (m *WorkflowExecutionAlreadyCompletedError) XXX_DiscardUnknown()

func (*WorkflowExecutionAlreadyCompletedError) XXX_Marshal

func (m *WorkflowExecutionAlreadyCompletedError) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WorkflowExecutionAlreadyCompletedError) XXX_Merge

func (*WorkflowExecutionAlreadyCompletedError) XXX_Size

func (*WorkflowExecutionAlreadyCompletedError) XXX_Unmarshal

func (m *WorkflowExecutionAlreadyCompletedError) XXX_Unmarshal(b []byte) error

type WorkflowExecutionAlreadyStartedError

type WorkflowExecutionAlreadyStartedError struct {
	StartRequestId       string   `protobuf:"bytes,1,opt,name=start_request_id,json=startRequestId,proto3" json:"start_request_id,omitempty"`
	RunId                string   `protobuf:"bytes,2,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*WorkflowExecutionAlreadyStartedError) Descriptor

func (*WorkflowExecutionAlreadyStartedError) Descriptor() ([]byte, []int)

func (*WorkflowExecutionAlreadyStartedError) GetRunId

func (*WorkflowExecutionAlreadyStartedError) GetStartRequestId

func (m *WorkflowExecutionAlreadyStartedError) GetStartRequestId() string

func (*WorkflowExecutionAlreadyStartedError) Marshal

func (m *WorkflowExecutionAlreadyStartedError) Marshal() (dAtA []byte, err error)

func (*WorkflowExecutionAlreadyStartedError) MarshalTo

func (m *WorkflowExecutionAlreadyStartedError) MarshalTo(dAtA []byte) (int, error)

func (*WorkflowExecutionAlreadyStartedError) MarshalToSizedBuffer

func (m *WorkflowExecutionAlreadyStartedError) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WorkflowExecutionAlreadyStartedError) ProtoMessage

func (*WorkflowExecutionAlreadyStartedError) ProtoMessage()

func (*WorkflowExecutionAlreadyStartedError) Reset

func (*WorkflowExecutionAlreadyStartedError) Size

func (*WorkflowExecutionAlreadyStartedError) String

func (*WorkflowExecutionAlreadyStartedError) Unmarshal

func (m *WorkflowExecutionAlreadyStartedError) Unmarshal(dAtA []byte) error

func (*WorkflowExecutionAlreadyStartedError) XXX_DiscardUnknown

func (m *WorkflowExecutionAlreadyStartedError) XXX_DiscardUnknown()

func (*WorkflowExecutionAlreadyStartedError) XXX_Marshal

func (m *WorkflowExecutionAlreadyStartedError) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WorkflowExecutionAlreadyStartedError) XXX_Merge

func (*WorkflowExecutionAlreadyStartedError) XXX_Size

func (*WorkflowExecutionAlreadyStartedError) XXX_Unmarshal

func (m *WorkflowExecutionAlreadyStartedError) XXX_Unmarshal(b []byte) error

type WorkflowExecutionCancelRequestedEventAttributes

type WorkflowExecutionCancelRequestedEventAttributes struct {
	Cause                 string                 `protobuf:"bytes,1,opt,name=cause,proto3" json:"cause,omitempty"`
	Identity              string                 `protobuf:"bytes,2,opt,name=identity,proto3" json:"identity,omitempty"`
	ExternalExecutionInfo *ExternalExecutionInfo `` /* 126-byte string literal not displayed */
	RequestId             string                 `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}               `json:"-"`
	XXX_unrecognized      []byte                 `json:"-"`
	XXX_sizecache         int32                  `json:"-"`
}

func (*WorkflowExecutionCancelRequestedEventAttributes) Descriptor

func (*WorkflowExecutionCancelRequestedEventAttributes) GetCause

func (*WorkflowExecutionCancelRequestedEventAttributes) GetExternalExecutionInfo

func (*WorkflowExecutionCancelRequestedEventAttributes) GetIdentity

func (*WorkflowExecutionCancelRequestedEventAttributes) GetRequestId

func (*WorkflowExecutionCancelRequestedEventAttributes) Marshal

func (m *WorkflowExecutionCancelRequestedEventAttributes) Marshal() (dAtA []byte, err error)

func (*WorkflowExecutionCancelRequestedEventAttributes) MarshalTo

func (*WorkflowExecutionCancelRequestedEventAttributes) MarshalToSizedBuffer

func (m *WorkflowExecutionCancelRequestedEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WorkflowExecutionCancelRequestedEventAttributes) ProtoMessage

func (*WorkflowExecutionCancelRequestedEventAttributes) Reset

func (*WorkflowExecutionCancelRequestedEventAttributes) Size

func (*WorkflowExecutionCancelRequestedEventAttributes) String

func (*WorkflowExecutionCancelRequestedEventAttributes) Unmarshal

func (*WorkflowExecutionCancelRequestedEventAttributes) XXX_DiscardUnknown

func (m *WorkflowExecutionCancelRequestedEventAttributes) XXX_DiscardUnknown()

func (*WorkflowExecutionCancelRequestedEventAttributes) XXX_Marshal

func (m *WorkflowExecutionCancelRequestedEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WorkflowExecutionCancelRequestedEventAttributes) XXX_Merge

func (*WorkflowExecutionCancelRequestedEventAttributes) XXX_Size

func (*WorkflowExecutionCancelRequestedEventAttributes) XXX_Unmarshal

type WorkflowExecutionCanceledEventAttributes

type WorkflowExecutionCanceledEventAttributes struct {
	DecisionTaskCompletedEventId int64    `` /* 152-byte string literal not displayed */
	Details                      *Payload `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"`
	XXX_NoUnkeyedLiteral         struct{} `json:"-"`
	XXX_unrecognized             []byte   `json:"-"`
	XXX_sizecache                int32    `json:"-"`
}

func (*WorkflowExecutionCanceledEventAttributes) Descriptor

func (*WorkflowExecutionCanceledEventAttributes) Descriptor() ([]byte, []int)

func (*WorkflowExecutionCanceledEventAttributes) GetDecisionTaskCompletedEventId

func (m *WorkflowExecutionCanceledEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*WorkflowExecutionCanceledEventAttributes) GetDetails

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 WorkflowExecutionCloseStatus

type WorkflowExecutionCloseStatus int32
const (
	WorkflowExecutionCloseStatus_WORKFLOW_EXECUTION_CLOSE_STATUS_INVALID          WorkflowExecutionCloseStatus = 0
	WorkflowExecutionCloseStatus_WORKFLOW_EXECUTION_CLOSE_STATUS_COMPLETED        WorkflowExecutionCloseStatus = 1
	WorkflowExecutionCloseStatus_WORKFLOW_EXECUTION_CLOSE_STATUS_FAILED           WorkflowExecutionCloseStatus = 2
	WorkflowExecutionCloseStatus_WORKFLOW_EXECUTION_CLOSE_STATUS_CANCELED         WorkflowExecutionCloseStatus = 3
	WorkflowExecutionCloseStatus_WORKFLOW_EXECUTION_CLOSE_STATUS_TERMINATED       WorkflowExecutionCloseStatus = 4
	WorkflowExecutionCloseStatus_WORKFLOW_EXECUTION_CLOSE_STATUS_CONTINUED_AS_NEW WorkflowExecutionCloseStatus = 5
	WorkflowExecutionCloseStatus_WORKFLOW_EXECUTION_CLOSE_STATUS_TIMED_OUT        WorkflowExecutionCloseStatus = 6
)

func (WorkflowExecutionCloseStatus) EnumDescriptor

func (WorkflowExecutionCloseStatus) EnumDescriptor() ([]byte, []int)

func (WorkflowExecutionCloseStatus) String

type WorkflowExecutionCompletedEventAttributes

type WorkflowExecutionCompletedEventAttributes struct {
	Result                       *Payload `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	DecisionTaskCompletedEventId int64    `` /* 152-byte string literal not displayed */
	XXX_NoUnkeyedLiteral         struct{} `json:"-"`
	XXX_unrecognized             []byte   `json:"-"`
	XXX_sizecache                int32    `json:"-"`
}

func (*WorkflowExecutionCompletedEventAttributes) Descriptor

func (*WorkflowExecutionCompletedEventAttributes) Descriptor() ([]byte, []int)

func (*WorkflowExecutionCompletedEventAttributes) GetDecisionTaskCompletedEventId

func (m *WorkflowExecutionCompletedEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*WorkflowExecutionCompletedEventAttributes) GetResult

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=task_list,json=taskList,proto3" json:"task_list,omitempty"`
	ExecutionStartToCloseTimeout *types.Duration `` /* 151-byte string literal not displayed */
	TaskStartToCloseTimeout      *types.Duration `` /* 136-byte string literal not displayed */
	XXX_NoUnkeyedLiteral         struct{}        `json:"-"`
	XXX_unrecognized             []byte          `json:"-"`
	XXX_sizecache                int32           `json:"-"`
}

func (*WorkflowExecutionConfiguration) Descriptor

func (*WorkflowExecutionConfiguration) Descriptor() ([]byte, []int)

func (*WorkflowExecutionConfiguration) GetExecutionStartToCloseTimeout

func (m *WorkflowExecutionConfiguration) GetExecutionStartToCloseTimeout() *types.Duration

func (*WorkflowExecutionConfiguration) GetTaskList

func (m *WorkflowExecutionConfiguration) GetTaskList() *TaskList

func (*WorkflowExecutionConfiguration) GetTaskStartToCloseTimeout

func (m *WorkflowExecutionConfiguration) GetTaskStartToCloseTimeout() *types.Duration

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 (*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=new_execution_run_id,json=newExecutionRunId,proto3" json:"new_execution_run_id,omitempty"`
	WorkflowType                 *WorkflowType          `protobuf:"bytes,2,opt,name=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"`
	TaskList                     *TaskList              `protobuf:"bytes,3,opt,name=task_list,json=taskList,proto3" json:"task_list,omitempty"`
	Input                        *Payload               `protobuf:"bytes,4,opt,name=input,proto3" json:"input,omitempty"`
	ExecutionStartToCloseTimeout *types.Duration        `` /* 151-byte string literal not displayed */
	TaskStartToCloseTimeout      *types.Duration        `` /* 136-byte string literal not displayed */
	DecisionTaskCompletedEventId int64                  `` /* 152-byte string literal not displayed */
	BackoffStartInterval         *types.Duration        `protobuf:"bytes,8,opt,name=backoff_start_interval,json=backoffStartInterval,proto3" json:"backoff_start_interval,omitempty"`
	Initiator                    ContinueAsNewInitiator `protobuf:"varint,9,opt,name=initiator,proto3,enum=uber.cadence.api.v1.ContinueAsNewInitiator" json:"initiator,omitempty"`
	Failure                      *Failure               `protobuf:"bytes,10,opt,name=failure,proto3" json:"failure,omitempty"`
	LastCompletionResult         *Payload               `protobuf:"bytes,11,opt,name=last_completion_result,json=lastCompletionResult,proto3" json:"last_completion_result,omitempty"`
	Header                       *Header                `protobuf:"bytes,12,opt,name=header,proto3" json:"header,omitempty"`
	Memo                         *Memo                  `protobuf:"bytes,13,opt,name=memo,proto3" json:"memo,omitempty"`
	SearchAttributes             *SearchAttributes      `protobuf:"bytes,14,opt,name=search_attributes,json=searchAttributes,proto3" json:"search_attributes,omitempty"`
	XXX_NoUnkeyedLiteral         struct{}               `json:"-"`
	XXX_unrecognized             []byte                 `json:"-"`
	XXX_sizecache                int32                  `json:"-"`
}

func (*WorkflowExecutionContinuedAsNewEventAttributes) Descriptor

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetBackoffStartInterval

func (m *WorkflowExecutionContinuedAsNewEventAttributes) GetBackoffStartInterval() *types.Duration

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetDecisionTaskCompletedEventId

func (m *WorkflowExecutionContinuedAsNewEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetExecutionStartToCloseTimeout

func (m *WorkflowExecutionContinuedAsNewEventAttributes) GetExecutionStartToCloseTimeout() *types.Duration

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetFailure

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetHeader

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetInitiator

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetInput

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetLastCompletionResult

func (m *WorkflowExecutionContinuedAsNewEventAttributes) GetLastCompletionResult() *Payload

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetMemo

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetNewExecutionRunId

func (m *WorkflowExecutionContinuedAsNewEventAttributes) GetNewExecutionRunId() string

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetSearchAttributes

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetTaskList

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetTaskStartToCloseTimeout

func (m *WorkflowExecutionContinuedAsNewEventAttributes) GetTaskStartToCloseTimeout() *types.Duration

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetWorkflowType

func (*WorkflowExecutionContinuedAsNewEventAttributes) Marshal

func (m *WorkflowExecutionContinuedAsNewEventAttributes) Marshal() (dAtA []byte, err error)

func (*WorkflowExecutionContinuedAsNewEventAttributes) MarshalTo

func (*WorkflowExecutionContinuedAsNewEventAttributes) MarshalToSizedBuffer

func (m *WorkflowExecutionContinuedAsNewEventAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WorkflowExecutionContinuedAsNewEventAttributes) ProtoMessage

func (*WorkflowExecutionContinuedAsNewEventAttributes) Reset

func (*WorkflowExecutionContinuedAsNewEventAttributes) Size

func (*WorkflowExecutionContinuedAsNewEventAttributes) String

func (*WorkflowExecutionContinuedAsNewEventAttributes) Unmarshal

func (*WorkflowExecutionContinuedAsNewEventAttributes) XXX_DiscardUnknown

func (m *WorkflowExecutionContinuedAsNewEventAttributes) XXX_DiscardUnknown()

func (*WorkflowExecutionContinuedAsNewEventAttributes) XXX_Marshal

func (m *WorkflowExecutionContinuedAsNewEventAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WorkflowExecutionContinuedAsNewEventAttributes) XXX_Merge

func (*WorkflowExecutionContinuedAsNewEventAttributes) XXX_Size

func (*WorkflowExecutionContinuedAsNewEventAttributes) XXX_Unmarshal

type WorkflowExecutionFailedEventAttributes

type WorkflowExecutionFailedEventAttributes struct {
	Failure                      *Failure `protobuf:"bytes,1,opt,name=failure,proto3" json:"failure,omitempty"`
	DecisionTaskCompletedEventId int64    `` /* 152-byte string literal not displayed */
	XXX_NoUnkeyedLiteral         struct{} `json:"-"`
	XXX_unrecognized             []byte   `json:"-"`
	XXX_sizecache                int32    `json:"-"`
}

func (*WorkflowExecutionFailedEventAttributes) Descriptor

func (*WorkflowExecutionFailedEventAttributes) Descriptor() ([]byte, []int)

func (*WorkflowExecutionFailedEventAttributes) GetDecisionTaskCompletedEventId

func (m *WorkflowExecutionFailedEventAttributes) GetDecisionTaskCompletedEventId() int64

func (*WorkflowExecutionFailedEventAttributes) GetFailure

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=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"`
	RunId                string   `protobuf:"bytes,2,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*WorkflowExecutionFilter) Descriptor

func (*WorkflowExecutionFilter) Descriptor() ([]byte, []int)

func (*WorkflowExecutionFilter) GetRunId

func (m *WorkflowExecutionFilter) GetRunId() string

func (*WorkflowExecutionFilter) GetWorkflowId

func (m *WorkflowExecutionFilter) GetWorkflowId() 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 (m *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 {
	WorkflowExecution    *WorkflowExecution           `protobuf:"bytes,1,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	Type                 *WorkflowType                `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	StartTime            *types.Timestamp             `protobuf:"bytes,3,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	CloseTime            *types.Timestamp             `protobuf:"bytes,4,opt,name=close_time,json=closeTime,proto3" json:"close_time,omitempty"`
	CloseStatus          WorkflowExecutionCloseStatus `` /* 149-byte string literal not displayed */
	HistoryLength        int64                        `protobuf:"varint,6,opt,name=history_length,json=historyLength,proto3" json:"history_length,omitempty"`
	ParentExecutionInfo  *ParentExecutionInfo         `protobuf:"bytes,7,opt,name=parent_execution_info,json=parentExecutionInfo,proto3" json:"parent_execution_info,omitempty"`
	ExecutionTime        *types.Timestamp             `protobuf:"bytes,8,opt,name=execution_time,json=executionTime,proto3" json:"execution_time,omitempty"`
	Memo                 *Memo                        `protobuf:"bytes,9,opt,name=memo,proto3" json:"memo,omitempty"`
	SearchAttributes     *SearchAttributes            `protobuf:"bytes,10,opt,name=search_attributes,json=searchAttributes,proto3" json:"search_attributes,omitempty"`
	AutoResetPoints      *ResetPoints                 `protobuf:"bytes,11,opt,name=auto_reset_points,json=autoResetPoints,proto3" json:"auto_reset_points,omitempty"`
	TaskList             string                       `protobuf:"bytes,12,opt,name=task_list,json=taskList,proto3" json:"task_list,omitempty"`
	IsCron               bool                         `protobuf:"varint,13,opt,name=is_cron,json=isCron,proto3" json:"is_cron,omitempty"`
	UpdateTime           *types.Timestamp             `protobuf:"bytes,14,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	PartitionConfig      map[string]string            `` /* 195-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*WorkflowExecutionInfo) Descriptor

func (*WorkflowExecutionInfo) Descriptor() ([]byte, []int)

func (*WorkflowExecutionInfo) GetAutoResetPoints

func (m *WorkflowExecutionInfo) GetAutoResetPoints() *ResetPoints

func (*WorkflowExecutionInfo) GetCloseStatus

func (*WorkflowExecutionInfo) GetCloseTime

func (m *WorkflowExecutionInfo) GetCloseTime() *types.Timestamp

func (*WorkflowExecutionInfo) GetExecutionTime

func (m *WorkflowExecutionInfo) GetExecutionTime() *types.Timestamp

func (*WorkflowExecutionInfo) GetHistoryLength

func (m *WorkflowExecutionInfo) GetHistoryLength() int64

func (*WorkflowExecutionInfo) GetIsCron

func (m *WorkflowExecutionInfo) GetIsCron() bool

func (*WorkflowExecutionInfo) GetMemo

func (m *WorkflowExecutionInfo) GetMemo() *Memo

func (*WorkflowExecutionInfo) GetParentExecutionInfo

func (m *WorkflowExecutionInfo) GetParentExecutionInfo() *ParentExecutionInfo

func (*WorkflowExecutionInfo) GetPartitionConfig

func (m *WorkflowExecutionInfo) GetPartitionConfig() map[string]string

func (*WorkflowExecutionInfo) GetSearchAttributes

func (m *WorkflowExecutionInfo) GetSearchAttributes() *SearchAttributes

func (*WorkflowExecutionInfo) GetStartTime

func (m *WorkflowExecutionInfo) GetStartTime() *types.Timestamp

func (*WorkflowExecutionInfo) GetTaskList

func (m *WorkflowExecutionInfo) GetTaskList() string

func (*WorkflowExecutionInfo) GetType

func (m *WorkflowExecutionInfo) GetType() *WorkflowType

func (*WorkflowExecutionInfo) GetUpdateTime

func (m *WorkflowExecutionInfo) GetUpdateTime() *types.Timestamp

func (*WorkflowExecutionInfo) GetWorkflowExecution

func (m *WorkflowExecutionInfo) GetWorkflowExecution() *WorkflowExecution

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 (m *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=signal_name,json=signalName,proto3" json:"signal_name,omitempty"`
	Input                *Payload `protobuf:"bytes,2,opt,name=input,proto3" json:"input,omitempty"`
	Identity             string   `protobuf:"bytes,3,opt,name=identity,proto3" json:"identity,omitempty"`
	RequestId            string   `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*WorkflowExecutionSignaledEventAttributes) Descriptor

func (*WorkflowExecutionSignaledEventAttributes) Descriptor() ([]byte, []int)

func (*WorkflowExecutionSignaledEventAttributes) GetIdentity

func (*WorkflowExecutionSignaledEventAttributes) GetInput

func (*WorkflowExecutionSignaledEventAttributes) GetRequestId

func (*WorkflowExecutionSignaledEventAttributes) GetSignalName

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=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"`
	ParentExecutionInfo          *ParentExecutionInfo   `protobuf:"bytes,2,opt,name=parent_execution_info,json=parentExecutionInfo,proto3" json:"parent_execution_info,omitempty"`
	TaskList                     *TaskList              `protobuf:"bytes,3,opt,name=task_list,json=taskList,proto3" json:"task_list,omitempty"`
	Input                        *Payload               `protobuf:"bytes,4,opt,name=input,proto3" json:"input,omitempty"`
	ExecutionStartToCloseTimeout *types.Duration        `` /* 151-byte string literal not displayed */
	TaskStartToCloseTimeout      *types.Duration        `` /* 136-byte string literal not displayed */
	ContinuedExecutionRunId      string                 `` /* 134-byte string literal not displayed */
	Initiator                    ContinueAsNewInitiator `protobuf:"varint,8,opt,name=initiator,proto3,enum=uber.cadence.api.v1.ContinueAsNewInitiator" json:"initiator,omitempty"`
	ContinuedFailure             *Failure               `protobuf:"bytes,9,opt,name=continued_failure,json=continuedFailure,proto3" json:"continued_failure,omitempty"`
	LastCompletionResult         *Payload               `protobuf:"bytes,10,opt,name=last_completion_result,json=lastCompletionResult,proto3" json:"last_completion_result,omitempty"`
	// This is the previous runID of ContinueAsNew.
	OriginalExecutionRunId string `` /* 132-byte string literal not displayed */
	Identity               string `protobuf:"bytes,12,opt,name=identity,proto3" json:"identity,omitempty"`
	// This is the very first runID along the chain of ContinueAsNew and Reset.
	FirstExecutionRunId      string            `protobuf:"bytes,13,opt,name=first_execution_run_id,json=firstExecutionRunId,proto3" json:"first_execution_run_id,omitempty"`
	RetryPolicy              *RetryPolicy      `protobuf:"bytes,14,opt,name=retry_policy,json=retryPolicy,proto3" json:"retry_policy,omitempty"`
	Attempt                  int32             `protobuf:"varint,15,opt,name=attempt,proto3" json:"attempt,omitempty"`
	ExpirationTime           *types.Timestamp  `protobuf:"bytes,16,opt,name=expiration_time,json=expirationTime,proto3" json:"expiration_time,omitempty"`
	CronSchedule             string            `protobuf:"bytes,17,opt,name=cron_schedule,json=cronSchedule,proto3" json:"cron_schedule,omitempty"`
	FirstDecisionTaskBackoff *types.Duration   `` /* 138-byte string literal not displayed */
	Memo                     *Memo             `protobuf:"bytes,19,opt,name=memo,proto3" json:"memo,omitempty"`
	SearchAttributes         *SearchAttributes `protobuf:"bytes,20,opt,name=search_attributes,json=searchAttributes,proto3" json:"search_attributes,omitempty"`
	PrevAutoResetPoints      *ResetPoints      `protobuf:"bytes,21,opt,name=prev_auto_reset_points,json=prevAutoResetPoints,proto3" json:"prev_auto_reset_points,omitempty"`
	Header                   *Header           `protobuf:"bytes,22,opt,name=header,proto3" json:"header,omitempty"`
	FirstScheduledTime       *types.Timestamp  `protobuf:"bytes,23,opt,name=first_scheduled_time,json=firstScheduledTime,proto3" json:"first_scheduled_time,omitempty"`
	PartitionConfig          map[string]string `` /* 195-byte string literal not displayed */
	RequestId                string            `protobuf:"bytes,25,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	XXX_NoUnkeyedLiteral     struct{}          `json:"-"`
	XXX_unrecognized         []byte            `json:"-"`
	XXX_sizecache            int32             `json:"-"`
}

func (*WorkflowExecutionStartedEventAttributes) Descriptor

func (*WorkflowExecutionStartedEventAttributes) Descriptor() ([]byte, []int)

func (*WorkflowExecutionStartedEventAttributes) GetAttempt

func (*WorkflowExecutionStartedEventAttributes) GetContinuedExecutionRunId

func (m *WorkflowExecutionStartedEventAttributes) GetContinuedExecutionRunId() string

func (*WorkflowExecutionStartedEventAttributes) GetContinuedFailure

func (m *WorkflowExecutionStartedEventAttributes) GetContinuedFailure() *Failure

func (*WorkflowExecutionStartedEventAttributes) GetCronSchedule

func (m *WorkflowExecutionStartedEventAttributes) GetCronSchedule() string

func (*WorkflowExecutionStartedEventAttributes) GetExecutionStartToCloseTimeout

func (m *WorkflowExecutionStartedEventAttributes) GetExecutionStartToCloseTimeout() *types.Duration

func (*WorkflowExecutionStartedEventAttributes) GetExpirationTime

func (*WorkflowExecutionStartedEventAttributes) GetFirstDecisionTaskBackoff

func (m *WorkflowExecutionStartedEventAttributes) GetFirstDecisionTaskBackoff() *types.Duration

func (*WorkflowExecutionStartedEventAttributes) GetFirstExecutionRunId

func (m *WorkflowExecutionStartedEventAttributes) GetFirstExecutionRunId() string

func (*WorkflowExecutionStartedEventAttributes) GetFirstScheduledTime

func (m *WorkflowExecutionStartedEventAttributes) GetFirstScheduledTime() *types.Timestamp

func (*WorkflowExecutionStartedEventAttributes) GetHeader

func (*WorkflowExecutionStartedEventAttributes) GetIdentity

func (*WorkflowExecutionStartedEventAttributes) GetInitiator

func (*WorkflowExecutionStartedEventAttributes) GetInput

func (*WorkflowExecutionStartedEventAttributes) GetLastCompletionResult

func (m *WorkflowExecutionStartedEventAttributes) GetLastCompletionResult() *Payload

func (*WorkflowExecutionStartedEventAttributes) GetMemo

func (*WorkflowExecutionStartedEventAttributes) GetOriginalExecutionRunId

func (m *WorkflowExecutionStartedEventAttributes) GetOriginalExecutionRunId() string

func (*WorkflowExecutionStartedEventAttributes) GetParentExecutionInfo

func (m *WorkflowExecutionStartedEventAttributes) GetParentExecutionInfo() *ParentExecutionInfo

func (*WorkflowExecutionStartedEventAttributes) GetPartitionConfig

func (m *WorkflowExecutionStartedEventAttributes) GetPartitionConfig() map[string]string

func (*WorkflowExecutionStartedEventAttributes) GetPrevAutoResetPoints

func (m *WorkflowExecutionStartedEventAttributes) GetPrevAutoResetPoints() *ResetPoints

func (*WorkflowExecutionStartedEventAttributes) GetRequestId

func (*WorkflowExecutionStartedEventAttributes) GetRetryPolicy

func (*WorkflowExecutionStartedEventAttributes) GetSearchAttributes

func (*WorkflowExecutionStartedEventAttributes) GetTaskList

func (*WorkflowExecutionStartedEventAttributes) GetTaskStartToCloseTimeout

func (m *WorkflowExecutionStartedEventAttributes) GetTaskStartToCloseTimeout() *types.Duration

func (*WorkflowExecutionStartedEventAttributes) GetWorkflowType

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              *Payload `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"`
	Identity             string   `protobuf:"bytes,3,opt,name=identity,proto3" json:"identity,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*WorkflowExecutionTerminatedEventAttributes) Descriptor

func (*WorkflowExecutionTerminatedEventAttributes) GetDetails

func (*WorkflowExecutionTerminatedEventAttributes) GetIdentity

func (*WorkflowExecutionTerminatedEventAttributes) GetReason

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          TimeoutType `` /* 132-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*WorkflowExecutionTimedOutEventAttributes) Descriptor

func (*WorkflowExecutionTimedOutEventAttributes) Descriptor() ([]byte, []int)

func (*WorkflowExecutionTimedOutEventAttributes) GetTimeoutType

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 WorkflowIdReusePolicy

type WorkflowIdReusePolicy int32
const (
	WorkflowIdReusePolicy_WORKFLOW_ID_REUSE_POLICY_INVALID WorkflowIdReusePolicy = 0
	// Allow start a workflow execution using the same workflow ID,
	// when workflow not running, and the last execution close state is in [terminated, cancelled, timeouted, failed].
	WorkflowIdReusePolicy_WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE_FAILED_ONLY WorkflowIdReusePolicy = 1
	// Allow start a workflow execution using the same workflow ID, when workflow not running.
	WorkflowIdReusePolicy_WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE WorkflowIdReusePolicy = 2
	// Do not allow start a workflow execution using the same workflow ID at all.
	WorkflowIdReusePolicy_WORKFLOW_ID_REUSE_POLICY_REJECT_DUPLICATE WorkflowIdReusePolicy = 3
	// If a workflow is running using the same workflow ID, terminate it and start a new one.
	WorkflowIdReusePolicy_WORKFLOW_ID_REUSE_POLICY_TERMINATE_IF_RUNNING WorkflowIdReusePolicy = 4
)

func (WorkflowIdReusePolicy) EnumDescriptor

func (WorkflowIdReusePolicy) EnumDescriptor() ([]byte, []int)

func (WorkflowIdReusePolicy) String

func (x WorkflowIdReusePolicy) String() string

type WorkflowQuery

type WorkflowQuery struct {
	QueryType            string   `protobuf:"bytes,1,opt,name=query_type,json=queryType,proto3" json:"query_type,omitempty"`
	QueryArgs            *Payload `protobuf:"bytes,2,opt,name=query_args,json=queryArgs,proto3" json:"query_args,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*WorkflowQuery) Descriptor

func (*WorkflowQuery) Descriptor() ([]byte, []int)

func (*WorkflowQuery) GetQueryArgs

func (m *WorkflowQuery) GetQueryArgs() *Payload

func (*WorkflowQuery) GetQueryType

func (m *WorkflowQuery) GetQueryType() 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 (m *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           QueryResultType `` /* 133-byte string literal not displayed */
	Answer               *Payload        `protobuf:"bytes,2,opt,name=answer,proto3" json:"answer,omitempty"`
	ErrorMessage         string          `protobuf:"bytes,3,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*WorkflowQueryResult) Descriptor

func (*WorkflowQueryResult) Descriptor() ([]byte, []int)

func (*WorkflowQueryResult) GetAnswer

func (m *WorkflowQueryResult) GetAnswer() *Payload

func (*WorkflowQueryResult) GetErrorMessage

func (m *WorkflowQueryResult) GetErrorMessage() string

func (*WorkflowQueryResult) GetResultType

func (m *WorkflowQueryResult) GetResultType() QueryResultType

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 (m *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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*WorkflowType) Descriptor

func (*WorkflowType) Descriptor() ([]byte, []int)

func (*WorkflowType) GetName

func (m *WorkflowType) GetName() 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 (m *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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*WorkflowTypeFilter) Descriptor

func (*WorkflowTypeFilter) Descriptor() ([]byte, []int)

func (*WorkflowTypeFilter) GetName

func (m *WorkflowTypeFilter) GetName() 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 (m *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