Documentation
¶
Overview ¶
Code generated by protoc-gen-go-helpers. DO NOT EDIT.
Index ¶
- Variables
- type BaseExecutionInfo
- func (*BaseExecutionInfo) Descriptor() ([]byte, []int)deprecated
- func (this *BaseExecutionInfo) Equal(that interface{}) bool
- func (x *BaseExecutionInfo) GetLowestCommonAncestorEventId() int64
- func (x *BaseExecutionInfo) GetLowestCommonAncestorEventVersion() int64
- func (x *BaseExecutionInfo) GetRunId() string
- func (val *BaseExecutionInfo) Marshal() ([]byte, error)
- func (*BaseExecutionInfo) ProtoMessage()
- func (x *BaseExecutionInfo) ProtoReflect() protoreflect.Message
- func (x *BaseExecutionInfo) Reset()
- func (val *BaseExecutionInfo) Size() int
- func (x *BaseExecutionInfo) String() string
- func (val *BaseExecutionInfo) Unmarshal(buf []byte) error
- type ParentExecutionInfo
- func (*ParentExecutionInfo) Descriptor() ([]byte, []int)deprecated
- func (this *ParentExecutionInfo) Equal(that interface{}) bool
- func (x *ParentExecutionInfo) GetClock() *v11.VectorClock
- func (x *ParentExecutionInfo) GetExecution() *v1.WorkflowExecution
- func (x *ParentExecutionInfo) GetInitiatedId() int64
- func (x *ParentExecutionInfo) GetInitiatedVersion() int64
- func (x *ParentExecutionInfo) GetNamespace() string
- func (x *ParentExecutionInfo) GetNamespaceId() string
- func (val *ParentExecutionInfo) Marshal() ([]byte, error)
- func (*ParentExecutionInfo) ProtoMessage()
- func (x *ParentExecutionInfo) ProtoReflect() protoreflect.Message
- func (x *ParentExecutionInfo) Reset()
- func (val *ParentExecutionInfo) Size() int
- func (x *ParentExecutionInfo) String() string
- func (val *ParentExecutionInfo) Unmarshal(buf []byte) error
- type RootExecutionInfo
- func (*RootExecutionInfo) Descriptor() ([]byte, []int)deprecated
- func (this *RootExecutionInfo) Equal(that interface{}) bool
- func (x *RootExecutionInfo) GetExecution() *v1.WorkflowExecution
- func (val *RootExecutionInfo) Marshal() ([]byte, error)
- func (*RootExecutionInfo) ProtoMessage()
- func (x *RootExecutionInfo) ProtoReflect() protoreflect.Message
- func (x *RootExecutionInfo) Reset()
- func (val *RootExecutionInfo) Size() int
- func (x *RootExecutionInfo) String() string
- func (val *RootExecutionInfo) Unmarshal(buf []byte) error
Constants ¶
This section is empty.
Variables ¶
var File_temporal_server_api_workflow_v1_message_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type BaseExecutionInfo ¶ added in v1.21.0
type BaseExecutionInfo struct {
RunId string `protobuf:"bytes,1,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"`
LowestCommonAncestorEventId int64 `` /* 149-byte string literal not displayed */
LowestCommonAncestorEventVersion int64 `` /* 164-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*BaseExecutionInfo) Descriptor
deprecated
added in
v1.21.0
func (*BaseExecutionInfo) Descriptor() ([]byte, []int)
Deprecated: Use BaseExecutionInfo.ProtoReflect.Descriptor instead.
func (*BaseExecutionInfo) Equal ¶ added in v1.21.0
func (this *BaseExecutionInfo) Equal(that interface{}) bool
Equal returns whether two BaseExecutionInfo values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkgo.dev/google.golang.org/protobuf/proto#Equal
func (*BaseExecutionInfo) GetLowestCommonAncestorEventId ¶ added in v1.21.0
func (x *BaseExecutionInfo) GetLowestCommonAncestorEventId() int64
func (*BaseExecutionInfo) GetLowestCommonAncestorEventVersion ¶ added in v1.21.0
func (x *BaseExecutionInfo) GetLowestCommonAncestorEventVersion() int64
func (*BaseExecutionInfo) Marshal ¶ added in v1.21.0
func (val *BaseExecutionInfo) Marshal() ([]byte, error)
Marshal an object of type BaseExecutionInfo to the protobuf v3 wire format
func (*BaseExecutionInfo) ProtoMessage ¶ added in v1.21.0
func (*BaseExecutionInfo) ProtoMessage()
func (*BaseExecutionInfo) ProtoReflect ¶ added in v1.23.0
func (x *BaseExecutionInfo) ProtoReflect() protoreflect.Message
type ParentExecutionInfo ¶
type ParentExecutionInfo struct {
NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"`
Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
Execution *v1.WorkflowExecution `protobuf:"bytes,3,opt,name=execution,proto3" json:"execution,omitempty"`
InitiatedId int64 `protobuf:"varint,4,opt,name=initiated_id,json=initiatedId,proto3" json:"initiated_id,omitempty"`
Clock *v11.VectorClock `protobuf:"bytes,5,opt,name=clock,proto3" json:"clock,omitempty"`
InitiatedVersion int64 `protobuf:"varint,6,opt,name=initiated_version,json=initiatedVersion,proto3" json:"initiated_version,omitempty"`
// contains filtered or unexported fields
}
func (*ParentExecutionInfo) Descriptor
deprecated
func (*ParentExecutionInfo) Descriptor() ([]byte, []int)
Deprecated: Use ParentExecutionInfo.ProtoReflect.Descriptor instead.
func (*ParentExecutionInfo) Equal ¶
func (this *ParentExecutionInfo) Equal(that interface{}) bool
Equal returns whether two ParentExecutionInfo values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkgo.dev/google.golang.org/protobuf/proto#Equal
func (*ParentExecutionInfo) GetClock ¶ added in v1.17.0
func (x *ParentExecutionInfo) GetClock() *v11.VectorClock
func (*ParentExecutionInfo) GetExecution ¶
func (x *ParentExecutionInfo) GetExecution() *v1.WorkflowExecution
func (*ParentExecutionInfo) GetInitiatedId ¶
func (x *ParentExecutionInfo) GetInitiatedId() int64
func (*ParentExecutionInfo) GetInitiatedVersion ¶ added in v1.17.0
func (x *ParentExecutionInfo) GetInitiatedVersion() int64
func (*ParentExecutionInfo) GetNamespace ¶
func (x *ParentExecutionInfo) GetNamespace() string
func (*ParentExecutionInfo) GetNamespaceId ¶
func (x *ParentExecutionInfo) GetNamespaceId() string
func (*ParentExecutionInfo) Marshal ¶
func (val *ParentExecutionInfo) Marshal() ([]byte, error)
Marshal an object of type ParentExecutionInfo to the protobuf v3 wire format
func (*ParentExecutionInfo) ProtoMessage ¶
func (*ParentExecutionInfo) ProtoMessage()
func (*ParentExecutionInfo) ProtoReflect ¶ added in v1.23.0
func (x *ParentExecutionInfo) ProtoReflect() protoreflect.Message
type RootExecutionInfo ¶ added in v1.24.0
type RootExecutionInfo struct {
Execution *v1.WorkflowExecution `protobuf:"bytes,1,opt,name=execution,proto3" json:"execution,omitempty"`
// contains filtered or unexported fields
}
func (*RootExecutionInfo) Descriptor
deprecated
added in
v1.24.0
func (*RootExecutionInfo) Descriptor() ([]byte, []int)
Deprecated: Use RootExecutionInfo.ProtoReflect.Descriptor instead.
func (*RootExecutionInfo) Equal ¶ added in v1.24.0
func (this *RootExecutionInfo) Equal(that interface{}) bool
Equal returns whether two RootExecutionInfo values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkgo.dev/google.golang.org/protobuf/proto#Equal
func (*RootExecutionInfo) GetExecution ¶ added in v1.24.0
func (x *RootExecutionInfo) GetExecution() *v1.WorkflowExecution
func (*RootExecutionInfo) Marshal ¶ added in v1.24.0
func (val *RootExecutionInfo) Marshal() ([]byte, error)
Marshal an object of type RootExecutionInfo to the protobuf v3 wire format
func (*RootExecutionInfo) ProtoMessage ¶ added in v1.24.0
func (*RootExecutionInfo) ProtoMessage()
func (*RootExecutionInfo) ProtoReflect ¶ added in v1.24.0
func (x *RootExecutionInfo) ProtoReflect() protoreflect.Message