Documentation ¶
Overview ¶
Code generated by protoc-gen-go-helpers. DO NOT EDIT.
Index ¶
- Variables
- type HistoryContinuation
- func (*HistoryContinuation) Descriptor() ([]byte, []int)deprecated
- func (this *HistoryContinuation) Equal(that interface{}) bool
- func (x *HistoryContinuation) GetBranchToken() []byte
- func (x *HistoryContinuation) GetFirstEventId() int64
- func (x *HistoryContinuation) GetIsWorkflowRunning() bool
- func (x *HistoryContinuation) GetNextEventId() int64
- func (x *HistoryContinuation) GetPersistenceToken() []byte
- func (x *HistoryContinuation) GetRunId() string
- func (x *HistoryContinuation) GetTransientWorkflowTask() *v1.TransientWorkflowTaskInfo
- func (x *HistoryContinuation) GetVersionHistoryItem() *v1.VersionHistoryItem
- func (val *HistoryContinuation) Marshal() ([]byte, error)
- func (*HistoryContinuation) ProtoMessage()
- func (x *HistoryContinuation) ProtoReflect() protoreflect.Message
- func (x *HistoryContinuation) Reset()
- func (val *HistoryContinuation) Size() int
- func (x *HistoryContinuation) String() string
- func (val *HistoryContinuation) Unmarshal(buf []byte) error
- type HistoryEventRef
- func (*HistoryEventRef) Descriptor() ([]byte, []int)deprecated
- func (this *HistoryEventRef) Equal(that interface{}) bool
- func (x *HistoryEventRef) GetEventBatchId() int64
- func (x *HistoryEventRef) GetEventId() int64
- func (val *HistoryEventRef) Marshal() ([]byte, error)
- func (*HistoryEventRef) ProtoMessage()
- func (x *HistoryEventRef) ProtoReflect() protoreflect.Message
- func (x *HistoryEventRef) Reset()
- func (val *HistoryEventRef) Size() int
- func (x *HistoryEventRef) String() string
- func (val *HistoryEventRef) Unmarshal(buf []byte) error
- type NexusOperationCompletion
- func (*NexusOperationCompletion) Descriptor() ([]byte, []int)deprecated
- func (this *NexusOperationCompletion) Equal(that interface{}) bool
- func (x *NexusOperationCompletion) GetNamespaceId() string
- func (x *NexusOperationCompletion) GetRef() *v12.StateMachineRef
- func (x *NexusOperationCompletion) GetRunId() string
- func (x *NexusOperationCompletion) GetWorkflowId() string
- func (val *NexusOperationCompletion) Marshal() ([]byte, error)
- func (*NexusOperationCompletion) ProtoMessage()
- func (x *NexusOperationCompletion) ProtoReflect() protoreflect.Message
- func (x *NexusOperationCompletion) Reset()
- func (val *NexusOperationCompletion) Size() int
- func (x *NexusOperationCompletion) String() string
- func (val *NexusOperationCompletion) Unmarshal(buf []byte) error
- type NexusTask
- func (*NexusTask) Descriptor() ([]byte, []int)deprecated
- func (this *NexusTask) Equal(that interface{}) bool
- func (x *NexusTask) GetNamespaceId() string
- func (x *NexusTask) GetTaskId() string
- func (x *NexusTask) GetTaskQueue() string
- func (val *NexusTask) Marshal() ([]byte, error)
- func (*NexusTask) ProtoMessage()
- func (x *NexusTask) ProtoReflect() protoreflect.Message
- func (x *NexusTask) Reset()
- func (val *NexusTask) Size() int
- func (x *NexusTask) String() string
- func (val *NexusTask) Unmarshal(buf []byte) error
- type QueryTask
- func (*QueryTask) Descriptor() ([]byte, []int)deprecated
- func (this *QueryTask) Equal(that interface{}) bool
- func (x *QueryTask) GetNamespaceId() string
- func (x *QueryTask) GetTaskId() string
- func (x *QueryTask) GetTaskQueue() string
- func (val *QueryTask) Marshal() ([]byte, error)
- func (*QueryTask) ProtoMessage()
- func (x *QueryTask) ProtoReflect() protoreflect.Message
- func (x *QueryTask) Reset()
- func (val *QueryTask) Size() int
- func (x *QueryTask) String() string
- func (val *QueryTask) Unmarshal(buf []byte) error
- type RawHistoryContinuation
- func (*RawHistoryContinuation) Descriptor() ([]byte, []int)deprecated
- func (this *RawHistoryContinuation) Equal(that interface{}) bool
- func (x *RawHistoryContinuation) GetEndEventId() int64
- func (x *RawHistoryContinuation) GetEndEventVersion() int64
- func (x *RawHistoryContinuation) GetNamespaceId() string
- func (x *RawHistoryContinuation) GetPersistenceToken() []byte
- func (x *RawHistoryContinuation) GetRunId() string
- func (x *RawHistoryContinuation) GetStartEventId() int64
- func (x *RawHistoryContinuation) GetStartEventVersion() int64
- func (x *RawHistoryContinuation) GetVersionHistories() *v1.VersionHistories
- func (x *RawHistoryContinuation) GetWorkflowId() string
- func (val *RawHistoryContinuation) Marshal() ([]byte, error)
- func (*RawHistoryContinuation) ProtoMessage()
- func (x *RawHistoryContinuation) ProtoReflect() protoreflect.Message
- func (x *RawHistoryContinuation) Reset()
- func (val *RawHistoryContinuation) Size() int
- func (x *RawHistoryContinuation) String() string
- func (val *RawHistoryContinuation) Unmarshal(buf []byte) error
- type Task
- func (*Task) Descriptor() ([]byte, []int)deprecated
- func (this *Task) Equal(that interface{}) bool
- func (x *Task) GetActivityId() string
- func (x *Task) GetActivityType() string
- func (x *Task) GetAttempt() int32
- func (x *Task) GetClock() *v11.VectorClock
- func (x *Task) GetNamespaceId() string
- func (x *Task) GetRunId() string
- func (x *Task) GetScheduledEventId() int64
- func (x *Task) GetStartedEventId() int64
- func (x *Task) GetStartedTime() *timestamppb.Timestamp
- func (x *Task) GetVersion() int64
- func (x *Task) GetWorkflowId() string
- func (x *Task) GetWorkflowType() string
- func (val *Task) Marshal() ([]byte, error)
- func (*Task) ProtoMessage()
- func (x *Task) ProtoReflect() protoreflect.Message
- func (x *Task) Reset()
- func (val *Task) Size() int
- func (x *Task) String() string
- func (val *Task) Unmarshal(buf []byte) error
Constants ¶
This section is empty.
Variables ¶
var File_temporal_server_api_token_v1_message_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type HistoryContinuation ¶
type HistoryContinuation struct { RunId string `protobuf:"bytes,1,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"` FirstEventId int64 `protobuf:"varint,2,opt,name=first_event_id,json=firstEventId,proto3" json:"first_event_id,omitempty"` NextEventId int64 `protobuf:"varint,3,opt,name=next_event_id,json=nextEventId,proto3" json:"next_event_id,omitempty"` IsWorkflowRunning bool `protobuf:"varint,5,opt,name=is_workflow_running,json=isWorkflowRunning,proto3" json:"is_workflow_running,omitempty"` PersistenceToken []byte `protobuf:"bytes,6,opt,name=persistence_token,json=persistenceToken,proto3" json:"persistence_token,omitempty"` TransientWorkflowTask *v1.TransientWorkflowTaskInfo `` /* 126-byte string literal not displayed */ BranchToken []byte `protobuf:"bytes,8,opt,name=branch_token,json=branchToken,proto3" json:"branch_token,omitempty"` VersionHistoryItem *v1.VersionHistoryItem `protobuf:"bytes,10,opt,name=version_history_item,json=versionHistoryItem,proto3" json:"version_history_item,omitempty"` // contains filtered or unexported fields }
func (*HistoryContinuation) Descriptor
deprecated
func (*HistoryContinuation) Descriptor() ([]byte, []int)
Deprecated: Use HistoryContinuation.ProtoReflect.Descriptor instead.
func (*HistoryContinuation) Equal ¶
func (this *HistoryContinuation) Equal(that interface{}) bool
Equal returns whether two HistoryContinuation values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal
func (*HistoryContinuation) GetBranchToken ¶
func (x *HistoryContinuation) GetBranchToken() []byte
func (*HistoryContinuation) GetFirstEventId ¶
func (x *HistoryContinuation) GetFirstEventId() int64
func (*HistoryContinuation) GetIsWorkflowRunning ¶
func (x *HistoryContinuation) GetIsWorkflowRunning() bool
func (*HistoryContinuation) GetNextEventId ¶
func (x *HistoryContinuation) GetNextEventId() int64
func (*HistoryContinuation) GetPersistenceToken ¶
func (x *HistoryContinuation) GetPersistenceToken() []byte
func (*HistoryContinuation) GetRunId ¶
func (x *HistoryContinuation) GetRunId() string
func (*HistoryContinuation) GetTransientWorkflowTask ¶
func (x *HistoryContinuation) GetTransientWorkflowTask() *v1.TransientWorkflowTaskInfo
func (*HistoryContinuation) GetVersionHistoryItem ¶ added in v1.22.3
func (x *HistoryContinuation) GetVersionHistoryItem() *v1.VersionHistoryItem
func (*HistoryContinuation) Marshal ¶
func (val *HistoryContinuation) Marshal() ([]byte, error)
Marshal an object of type HistoryContinuation to the protobuf v3 wire format
func (*HistoryContinuation) ProtoMessage ¶
func (*HistoryContinuation) ProtoMessage()
func (*HistoryContinuation) ProtoReflect ¶ added in v1.23.0
func (x *HistoryContinuation) ProtoReflect() protoreflect.Message
func (*HistoryContinuation) Reset ¶
func (x *HistoryContinuation) Reset()
func (*HistoryContinuation) Size ¶
func (val *HistoryContinuation) Size() int
Size returns the size of the object, in bytes, once serialized
func (*HistoryContinuation) String ¶
func (x *HistoryContinuation) String() string
func (*HistoryContinuation) Unmarshal ¶
func (val *HistoryContinuation) Unmarshal(buf []byte) error
Unmarshal an object of type HistoryContinuation from the protobuf v3 wire format
type HistoryEventRef ¶ added in v1.24.0
type HistoryEventRef struct { // Event ID. EventId int64 `protobuf:"varint,1,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"` // Event batch ID - the first event ID in the batch the event was stored in. EventBatchId int64 `protobuf:"varint,2,opt,name=event_batch_id,json=eventBatchId,proto3" json:"event_batch_id,omitempty"` // contains filtered or unexported fields }
A reference for loading a history event.
func (*HistoryEventRef) Descriptor
deprecated
added in
v1.24.0
func (*HistoryEventRef) Descriptor() ([]byte, []int)
Deprecated: Use HistoryEventRef.ProtoReflect.Descriptor instead.
func (*HistoryEventRef) Equal ¶ added in v1.24.0
func (this *HistoryEventRef) Equal(that interface{}) bool
Equal returns whether two HistoryEventRef values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal
func (*HistoryEventRef) GetEventBatchId ¶ added in v1.24.0
func (x *HistoryEventRef) GetEventBatchId() int64
func (*HistoryEventRef) GetEventId ¶ added in v1.24.0
func (x *HistoryEventRef) GetEventId() int64
func (*HistoryEventRef) Marshal ¶ added in v1.24.0
func (val *HistoryEventRef) Marshal() ([]byte, error)
Marshal an object of type HistoryEventRef to the protobuf v3 wire format
func (*HistoryEventRef) ProtoMessage ¶ added in v1.24.0
func (*HistoryEventRef) ProtoMessage()
func (*HistoryEventRef) ProtoReflect ¶ added in v1.24.0
func (x *HistoryEventRef) ProtoReflect() protoreflect.Message
func (*HistoryEventRef) Reset ¶ added in v1.24.0
func (x *HistoryEventRef) Reset()
func (*HistoryEventRef) Size ¶ added in v1.24.0
func (val *HistoryEventRef) Size() int
Size returns the size of the object, in bytes, once serialized
func (*HistoryEventRef) String ¶ added in v1.24.0
func (x *HistoryEventRef) String() string
func (*HistoryEventRef) Unmarshal ¶ added in v1.24.0
func (val *HistoryEventRef) Unmarshal(buf []byte) error
Unmarshal an object of type HistoryEventRef from the protobuf v3 wire format
type NexusOperationCompletion ¶ added in v1.24.0
type NexusOperationCompletion struct { // Namespace UUID. NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // Workflow ID. WorkflowId string `protobuf:"bytes,2,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"` // Run ID at the time this token was generated. RunId string `protobuf:"bytes,3,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"` // Reference including the path to the backing Operation state machine and a version + transition count for // staleness checks. Ref *v12.StateMachineRef `protobuf:"bytes,4,opt,name=ref,proto3" json:"ref,omitempty"` // contains filtered or unexported fields }
A completion token for a Nexus operation started from a workflow.
func (*NexusOperationCompletion) Descriptor
deprecated
added in
v1.24.0
func (*NexusOperationCompletion) Descriptor() ([]byte, []int)
Deprecated: Use NexusOperationCompletion.ProtoReflect.Descriptor instead.
func (*NexusOperationCompletion) Equal ¶ added in v1.24.0
func (this *NexusOperationCompletion) Equal(that interface{}) bool
Equal returns whether two NexusOperationCompletion values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal
func (*NexusOperationCompletion) GetNamespaceId ¶ added in v1.24.0
func (x *NexusOperationCompletion) GetNamespaceId() string
func (*NexusOperationCompletion) GetRef ¶ added in v1.24.0
func (x *NexusOperationCompletion) GetRef() *v12.StateMachineRef
func (*NexusOperationCompletion) GetRunId ¶ added in v1.24.0
func (x *NexusOperationCompletion) GetRunId() string
func (*NexusOperationCompletion) GetWorkflowId ¶ added in v1.24.0
func (x *NexusOperationCompletion) GetWorkflowId() string
func (*NexusOperationCompletion) Marshal ¶ added in v1.24.0
func (val *NexusOperationCompletion) Marshal() ([]byte, error)
Marshal an object of type NexusOperationCompletion to the protobuf v3 wire format
func (*NexusOperationCompletion) ProtoMessage ¶ added in v1.24.0
func (*NexusOperationCompletion) ProtoMessage()
func (*NexusOperationCompletion) ProtoReflect ¶ added in v1.24.0
func (x *NexusOperationCompletion) ProtoReflect() protoreflect.Message
func (*NexusOperationCompletion) Reset ¶ added in v1.24.0
func (x *NexusOperationCompletion) Reset()
func (*NexusOperationCompletion) Size ¶ added in v1.24.0
func (val *NexusOperationCompletion) Size() int
Size returns the size of the object, in bytes, once serialized
func (*NexusOperationCompletion) String ¶ added in v1.24.0
func (x *NexusOperationCompletion) String() string
func (*NexusOperationCompletion) Unmarshal ¶ added in v1.24.0
func (val *NexusOperationCompletion) Unmarshal(buf []byte) error
Unmarshal an object of type NexusOperationCompletion from the protobuf v3 wire format
type NexusTask ¶ added in v1.24.0
type NexusTask struct { NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` TaskQueue string `protobuf:"bytes,2,opt,name=task_queue,json=taskQueue,proto3" json:"task_queue,omitempty"` TaskId string `protobuf:"bytes,3,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"` // contains filtered or unexported fields }
func (*NexusTask) Descriptor
deprecated
added in
v1.24.0
func (*NexusTask) Equal ¶ added in v1.24.0
Equal returns whether two NexusTask values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal
func (*NexusTask) GetNamespaceId ¶ added in v1.24.0
func (*NexusTask) GetTaskQueue ¶ added in v1.24.0
func (*NexusTask) Marshal ¶ added in v1.24.0
Marshal an object of type NexusTask to the protobuf v3 wire format
func (*NexusTask) ProtoMessage ¶ added in v1.24.0
func (*NexusTask) ProtoMessage()
func (*NexusTask) ProtoReflect ¶ added in v1.24.0
func (x *NexusTask) ProtoReflect() protoreflect.Message
type QueryTask ¶
type QueryTask struct { NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` TaskQueue string `protobuf:"bytes,2,opt,name=task_queue,json=taskQueue,proto3" json:"task_queue,omitempty"` TaskId string `protobuf:"bytes,3,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"` // contains filtered or unexported fields }
func (*QueryTask) Descriptor
deprecated
func (*QueryTask) Equal ¶
Equal returns whether two QueryTask values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal
func (*QueryTask) GetNamespaceId ¶
func (*QueryTask) GetTaskQueue ¶
func (*QueryTask) ProtoMessage ¶
func (*QueryTask) ProtoMessage()
func (*QueryTask) ProtoReflect ¶ added in v1.23.0
func (x *QueryTask) ProtoReflect() protoreflect.Message
type RawHistoryContinuation ¶
type RawHistoryContinuation struct { NamespaceId string `protobuf:"bytes,10,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` WorkflowId string `protobuf:"bytes,2,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"` RunId string `protobuf:"bytes,3,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"` StartEventId int64 `protobuf:"varint,4,opt,name=start_event_id,json=startEventId,proto3" json:"start_event_id,omitempty"` StartEventVersion int64 `protobuf:"varint,5,opt,name=start_event_version,json=startEventVersion,proto3" json:"start_event_version,omitempty"` EndEventId int64 `protobuf:"varint,6,opt,name=end_event_id,json=endEventId,proto3" json:"end_event_id,omitempty"` EndEventVersion int64 `protobuf:"varint,7,opt,name=end_event_version,json=endEventVersion,proto3" json:"end_event_version,omitempty"` PersistenceToken []byte `protobuf:"bytes,8,opt,name=persistence_token,json=persistenceToken,proto3" json:"persistence_token,omitempty"` VersionHistories *v1.VersionHistories `protobuf:"bytes,9,opt,name=version_histories,json=versionHistories,proto3" json:"version_histories,omitempty"` // contains filtered or unexported fields }
func (*RawHistoryContinuation) Descriptor
deprecated
func (*RawHistoryContinuation) Descriptor() ([]byte, []int)
Deprecated: Use RawHistoryContinuation.ProtoReflect.Descriptor instead.
func (*RawHistoryContinuation) Equal ¶
func (this *RawHistoryContinuation) Equal(that interface{}) bool
Equal returns whether two RawHistoryContinuation values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal
func (*RawHistoryContinuation) GetEndEventId ¶
func (x *RawHistoryContinuation) GetEndEventId() int64
func (*RawHistoryContinuation) GetEndEventVersion ¶
func (x *RawHistoryContinuation) GetEndEventVersion() int64
func (*RawHistoryContinuation) GetNamespaceId ¶ added in v1.17.0
func (x *RawHistoryContinuation) GetNamespaceId() string
func (*RawHistoryContinuation) GetPersistenceToken ¶
func (x *RawHistoryContinuation) GetPersistenceToken() []byte
func (*RawHistoryContinuation) GetRunId ¶
func (x *RawHistoryContinuation) GetRunId() string
func (*RawHistoryContinuation) GetStartEventId ¶
func (x *RawHistoryContinuation) GetStartEventId() int64
func (*RawHistoryContinuation) GetStartEventVersion ¶
func (x *RawHistoryContinuation) GetStartEventVersion() int64
func (*RawHistoryContinuation) GetVersionHistories ¶
func (x *RawHistoryContinuation) GetVersionHistories() *v1.VersionHistories
func (*RawHistoryContinuation) GetWorkflowId ¶
func (x *RawHistoryContinuation) GetWorkflowId() string
func (*RawHistoryContinuation) Marshal ¶
func (val *RawHistoryContinuation) Marshal() ([]byte, error)
Marshal an object of type RawHistoryContinuation to the protobuf v3 wire format
func (*RawHistoryContinuation) ProtoMessage ¶
func (*RawHistoryContinuation) ProtoMessage()
func (*RawHistoryContinuation) ProtoReflect ¶ added in v1.23.0
func (x *RawHistoryContinuation) ProtoReflect() protoreflect.Message
func (*RawHistoryContinuation) Reset ¶
func (x *RawHistoryContinuation) Reset()
func (*RawHistoryContinuation) Size ¶
func (val *RawHistoryContinuation) Size() int
Size returns the size of the object, in bytes, once serialized
func (*RawHistoryContinuation) String ¶
func (x *RawHistoryContinuation) String() string
func (*RawHistoryContinuation) Unmarshal ¶
func (val *RawHistoryContinuation) Unmarshal(buf []byte) error
Unmarshal an object of type RawHistoryContinuation from the protobuf v3 wire format
type Task ¶
type Task struct { NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` WorkflowId string `protobuf:"bytes,2,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"` RunId string `protobuf:"bytes,3,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"` ScheduledEventId int64 `protobuf:"varint,4,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"` Attempt int32 `protobuf:"varint,5,opt,name=attempt,proto3" json:"attempt,omitempty"` ActivityId string `protobuf:"bytes,6,opt,name=activity_id,json=activityId,proto3" json:"activity_id,omitempty"` WorkflowType string `protobuf:"bytes,7,opt,name=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"` ActivityType string `protobuf:"bytes,8,opt,name=activity_type,json=activityType,proto3" json:"activity_type,omitempty"` Clock *v11.VectorClock `protobuf:"bytes,9,opt,name=clock,proto3" json:"clock,omitempty"` StartedEventId int64 `protobuf:"varint,10,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"` Version int64 `protobuf:"varint,11,opt,name=version,proto3" json:"version,omitempty"` StartedTime *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=started_time,json=startedTime,proto3" json:"started_time,omitempty"` // contains filtered or unexported fields }
func (*Task) Descriptor
deprecated
func (*Task) Equal ¶
Equal returns whether two Task values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal
func (*Task) GetActivityId ¶
func (*Task) GetActivityType ¶
func (*Task) GetAttempt ¶ added in v1.17.0
func (*Task) GetClock ¶ added in v1.17.0
func (x *Task) GetClock() *v11.VectorClock
func (*Task) GetNamespaceId ¶
func (*Task) GetScheduledEventId ¶ added in v1.17.0
func (*Task) GetStartedEventId ¶ added in v1.21.0
func (*Task) GetStartedTime ¶ added in v1.21.3
func (x *Task) GetStartedTime() *timestamppb.Timestamp
func (*Task) GetVersion ¶ added in v1.21.3
func (*Task) GetWorkflowId ¶
func (*Task) GetWorkflowType ¶
func (*Task) ProtoMessage ¶
func (*Task) ProtoMessage()
func (*Task) ProtoReflect ¶ added in v1.23.0
func (x *Task) ProtoReflect() protoreflect.Message