Documentation ¶
Overview ¶
Code generated by protoc-gen-go-helpers. DO NOT EDIT.
Index ¶
- Variables
- type HistoryBlob
- func (*HistoryBlob) Descriptor() ([]byte, []int)deprecated
- func (this *HistoryBlob) Equal(that interface{}) bool
- func (x *HistoryBlob) GetBody() []*v1.History
- func (x *HistoryBlob) GetHeader() *HistoryBlobHeader
- func (val *HistoryBlob) Marshal() ([]byte, error)
- func (*HistoryBlob) ProtoMessage()
- func (x *HistoryBlob) ProtoReflect() protoreflect.Message
- func (x *HistoryBlob) Reset()
- func (val *HistoryBlob) Size() int
- func (x *HistoryBlob) String() string
- func (val *HistoryBlob) Unmarshal(buf []byte) error
- type HistoryBlobHeader
- func (*HistoryBlobHeader) Descriptor() ([]byte, []int)deprecated
- func (this *HistoryBlobHeader) Equal(that interface{}) bool
- func (x *HistoryBlobHeader) GetEventCount() int64
- func (x *HistoryBlobHeader) GetFirstEventId() int64
- func (x *HistoryBlobHeader) GetFirstFailoverVersion() int64
- func (x *HistoryBlobHeader) GetIsLast() bool
- func (x *HistoryBlobHeader) GetLastEventId() int64
- func (x *HistoryBlobHeader) GetLastFailoverVersion() int64
- func (x *HistoryBlobHeader) GetNamespace() string
- func (x *HistoryBlobHeader) GetNamespaceId() string
- func (x *HistoryBlobHeader) GetRunId() string
- func (x *HistoryBlobHeader) GetWorkflowId() string
- func (val *HistoryBlobHeader) Marshal() ([]byte, error)
- func (*HistoryBlobHeader) ProtoMessage()
- func (x *HistoryBlobHeader) ProtoReflect() protoreflect.Message
- func (x *HistoryBlobHeader) Reset()
- func (val *HistoryBlobHeader) Size() int
- func (x *HistoryBlobHeader) String() string
- func (val *HistoryBlobHeader) Unmarshal(buf []byte) error
- type VisibilityRecord
- func (*VisibilityRecord) Descriptor() ([]byte, []int)deprecated
- func (this *VisibilityRecord) Equal(that interface{}) bool
- func (x *VisibilityRecord) GetCloseTime() *timestamppb.Timestamp
- func (x *VisibilityRecord) GetExecutionTime() *timestamppb.Timestamp
- func (x *VisibilityRecord) GetHistoryArchivalUri() string
- func (x *VisibilityRecord) GetHistoryLength() int64
- func (x *VisibilityRecord) GetMemo() *v12.Memo
- func (x *VisibilityRecord) GetNamespace() string
- func (x *VisibilityRecord) GetNamespaceId() string
- func (x *VisibilityRecord) GetRunId() string
- func (x *VisibilityRecord) GetSearchAttributes() map[string]string
- func (x *VisibilityRecord) GetStartTime() *timestamppb.Timestamp
- func (x *VisibilityRecord) GetStatus() v11.WorkflowExecutionStatus
- func (x *VisibilityRecord) GetWorkflowId() string
- func (x *VisibilityRecord) GetWorkflowTypeName() string
- func (val *VisibilityRecord) Marshal() ([]byte, error)
- func (*VisibilityRecord) ProtoMessage()
- func (x *VisibilityRecord) ProtoReflect() protoreflect.Message
- func (x *VisibilityRecord) Reset()
- func (val *VisibilityRecord) Size() int
- func (x *VisibilityRecord) String() string
- func (val *VisibilityRecord) Unmarshal(buf []byte) error
Constants ¶
This section is empty.
Variables ¶
var File_temporal_server_api_archiver_v1_message_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type HistoryBlob ¶
type HistoryBlob struct { Header *HistoryBlobHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` Body []*v1.History `protobuf:"bytes,2,rep,name=body,proto3" json:"body,omitempty"` // contains filtered or unexported fields }
func (*HistoryBlob) Descriptor
deprecated
func (*HistoryBlob) Descriptor() ([]byte, []int)
Deprecated: Use HistoryBlob.ProtoReflect.Descriptor instead.
func (*HistoryBlob) Equal ¶
func (this *HistoryBlob) Equal(that interface{}) bool
Equal returns whether two HistoryBlob 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 (*HistoryBlob) GetBody ¶
func (x *HistoryBlob) GetBody() []*v1.History
func (*HistoryBlob) GetHeader ¶
func (x *HistoryBlob) GetHeader() *HistoryBlobHeader
func (*HistoryBlob) Marshal ¶
func (val *HistoryBlob) Marshal() ([]byte, error)
Marshal an object of type HistoryBlob to the protobuf v3 wire format
func (*HistoryBlob) ProtoMessage ¶
func (*HistoryBlob) ProtoMessage()
func (*HistoryBlob) ProtoReflect ¶ added in v1.23.0
func (x *HistoryBlob) ProtoReflect() protoreflect.Message
func (*HistoryBlob) Reset ¶
func (x *HistoryBlob) Reset()
func (*HistoryBlob) Size ¶
func (val *HistoryBlob) Size() int
Size returns the size of the object, in bytes, once serialized
func (*HistoryBlob) String ¶
func (x *HistoryBlob) String() string
func (*HistoryBlob) Unmarshal ¶
func (val *HistoryBlob) Unmarshal(buf []byte) error
Unmarshal an object of type HistoryBlob from the protobuf v3 wire format
type HistoryBlobHeader ¶
type HistoryBlobHeader struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` NamespaceId string `protobuf:"bytes,2,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` WorkflowId string `protobuf:"bytes,3,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"` RunId string `protobuf:"bytes,4,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"` IsLast bool `protobuf:"varint,5,opt,name=is_last,json=isLast,proto3" json:"is_last,omitempty"` FirstFailoverVersion int64 `protobuf:"varint,6,opt,name=first_failover_version,json=firstFailoverVersion,proto3" json:"first_failover_version,omitempty"` LastFailoverVersion int64 `protobuf:"varint,7,opt,name=last_failover_version,json=lastFailoverVersion,proto3" json:"last_failover_version,omitempty"` FirstEventId int64 `protobuf:"varint,8,opt,name=first_event_id,json=firstEventId,proto3" json:"first_event_id,omitempty"` LastEventId int64 `protobuf:"varint,9,opt,name=last_event_id,json=lastEventId,proto3" json:"last_event_id,omitempty"` EventCount int64 `protobuf:"varint,10,opt,name=event_count,json=eventCount,proto3" json:"event_count,omitempty"` // contains filtered or unexported fields }
func (*HistoryBlobHeader) Descriptor
deprecated
func (*HistoryBlobHeader) Descriptor() ([]byte, []int)
Deprecated: Use HistoryBlobHeader.ProtoReflect.Descriptor instead.
func (*HistoryBlobHeader) Equal ¶
func (this *HistoryBlobHeader) Equal(that interface{}) bool
Equal returns whether two HistoryBlobHeader 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 (*HistoryBlobHeader) GetEventCount ¶
func (x *HistoryBlobHeader) GetEventCount() int64
func (*HistoryBlobHeader) GetFirstEventId ¶
func (x *HistoryBlobHeader) GetFirstEventId() int64
func (*HistoryBlobHeader) GetFirstFailoverVersion ¶
func (x *HistoryBlobHeader) GetFirstFailoverVersion() int64
func (*HistoryBlobHeader) GetIsLast ¶
func (x *HistoryBlobHeader) GetIsLast() bool
func (*HistoryBlobHeader) GetLastEventId ¶
func (x *HistoryBlobHeader) GetLastEventId() int64
func (*HistoryBlobHeader) GetLastFailoverVersion ¶
func (x *HistoryBlobHeader) GetLastFailoverVersion() int64
func (*HistoryBlobHeader) GetNamespace ¶
func (x *HistoryBlobHeader) GetNamespace() string
func (*HistoryBlobHeader) GetNamespaceId ¶
func (x *HistoryBlobHeader) GetNamespaceId() string
func (*HistoryBlobHeader) GetRunId ¶
func (x *HistoryBlobHeader) GetRunId() string
func (*HistoryBlobHeader) GetWorkflowId ¶
func (x *HistoryBlobHeader) GetWorkflowId() string
func (*HistoryBlobHeader) Marshal ¶
func (val *HistoryBlobHeader) Marshal() ([]byte, error)
Marshal an object of type HistoryBlobHeader to the protobuf v3 wire format
func (*HistoryBlobHeader) ProtoMessage ¶
func (*HistoryBlobHeader) ProtoMessage()
func (*HistoryBlobHeader) ProtoReflect ¶ added in v1.23.0
func (x *HistoryBlobHeader) ProtoReflect() protoreflect.Message
func (*HistoryBlobHeader) Reset ¶
func (x *HistoryBlobHeader) Reset()
func (*HistoryBlobHeader) Size ¶
func (val *HistoryBlobHeader) Size() int
Size returns the size of the object, in bytes, once serialized
func (*HistoryBlobHeader) String ¶
func (x *HistoryBlobHeader) String() string
func (*HistoryBlobHeader) Unmarshal ¶
func (val *HistoryBlobHeader) Unmarshal(buf []byte) error
Unmarshal an object of type HistoryBlobHeader from the protobuf v3 wire format
type VisibilityRecord ¶ added in v1.5.7
type VisibilityRecord 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"` WorkflowId string `protobuf:"bytes,3,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"` RunId string `protobuf:"bytes,4,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"` WorkflowTypeName string `protobuf:"bytes,5,opt,name=workflow_type_name,json=workflowTypeName,proto3" json:"workflow_type_name,omitempty"` StartTime *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` ExecutionTime *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=execution_time,json=executionTime,proto3" json:"execution_time,omitempty"` CloseTime *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=close_time,json=closeTime,proto3" json:"close_time,omitempty"` Status v11.WorkflowExecutionStatus `protobuf:"varint,9,opt,name=status,proto3,enum=temporal.api.enums.v1.WorkflowExecutionStatus" json:"status,omitempty"` HistoryLength int64 `protobuf:"varint,10,opt,name=history_length,json=historyLength,proto3" json:"history_length,omitempty"` Memo *v12.Memo `protobuf:"bytes,11,opt,name=memo,proto3" json:"memo,omitempty"` SearchAttributes map[string]string `` /* 198-byte string literal not displayed */ HistoryArchivalUri string `protobuf:"bytes,13,opt,name=history_archival_uri,json=historyArchivalUri,proto3" json:"history_archival_uri,omitempty"` // contains filtered or unexported fields }
VisibilityRecord is a single workflow visibility record in archive.
func (*VisibilityRecord) Descriptor
deprecated
added in
v1.5.7
func (*VisibilityRecord) Descriptor() ([]byte, []int)
Deprecated: Use VisibilityRecord.ProtoReflect.Descriptor instead.
func (*VisibilityRecord) Equal ¶ added in v1.5.7
func (this *VisibilityRecord) Equal(that interface{}) bool
Equal returns whether two VisibilityRecord 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 (*VisibilityRecord) GetCloseTime ¶ added in v1.5.7
func (x *VisibilityRecord) GetCloseTime() *timestamppb.Timestamp
func (*VisibilityRecord) GetExecutionTime ¶ added in v1.5.7
func (x *VisibilityRecord) GetExecutionTime() *timestamppb.Timestamp
func (*VisibilityRecord) GetHistoryArchivalUri ¶ added in v1.5.7
func (x *VisibilityRecord) GetHistoryArchivalUri() string
func (*VisibilityRecord) GetHistoryLength ¶ added in v1.5.7
func (x *VisibilityRecord) GetHistoryLength() int64
func (*VisibilityRecord) GetMemo ¶ added in v1.5.7
func (x *VisibilityRecord) GetMemo() *v12.Memo
func (*VisibilityRecord) GetNamespace ¶ added in v1.5.7
func (x *VisibilityRecord) GetNamespace() string
func (*VisibilityRecord) GetNamespaceId ¶ added in v1.5.7
func (x *VisibilityRecord) GetNamespaceId() string
func (*VisibilityRecord) GetRunId ¶ added in v1.5.7
func (x *VisibilityRecord) GetRunId() string
func (*VisibilityRecord) GetSearchAttributes ¶ added in v1.5.7
func (x *VisibilityRecord) GetSearchAttributes() map[string]string
func (*VisibilityRecord) GetStartTime ¶ added in v1.5.7
func (x *VisibilityRecord) GetStartTime() *timestamppb.Timestamp
func (*VisibilityRecord) GetStatus ¶ added in v1.5.7
func (x *VisibilityRecord) GetStatus() v11.WorkflowExecutionStatus
func (*VisibilityRecord) GetWorkflowId ¶ added in v1.5.7
func (x *VisibilityRecord) GetWorkflowId() string
func (*VisibilityRecord) GetWorkflowTypeName ¶ added in v1.5.7
func (x *VisibilityRecord) GetWorkflowTypeName() string
func (*VisibilityRecord) Marshal ¶ added in v1.5.7
func (val *VisibilityRecord) Marshal() ([]byte, error)
Marshal an object of type VisibilityRecord to the protobuf v3 wire format
func (*VisibilityRecord) ProtoMessage ¶ added in v1.5.7
func (*VisibilityRecord) ProtoMessage()
func (*VisibilityRecord) ProtoReflect ¶ added in v1.23.0
func (x *VisibilityRecord) ProtoReflect() protoreflect.Message
func (*VisibilityRecord) Reset ¶ added in v1.5.7
func (x *VisibilityRecord) Reset()
func (*VisibilityRecord) Size ¶ added in v1.5.7
func (val *VisibilityRecord) Size() int
Size returns the size of the object, in bytes, once serialized
func (*VisibilityRecord) String ¶ added in v1.5.7
func (x *VisibilityRecord) String() string
func (*VisibilityRecord) Unmarshal ¶ added in v1.5.7
func (val *VisibilityRecord) Unmarshal(buf []byte) error
Unmarshal an object of type VisibilityRecord from the protobuf v3 wire format