Documentation ¶
Overview ¶
Code generated by protoc-gen-go-helpers. DO NOT EDIT.
Index ¶
- Variables
- type WorkflowExecution
- func (*WorkflowExecution) Descriptor() ([]byte, []int)deprecated
- func (this *WorkflowExecution) Equal(that interface{}) bool
- func (x *WorkflowExecution) GetHistory() *v1.History
- func (val *WorkflowExecution) Marshal() ([]byte, error)
- func (*WorkflowExecution) ProtoMessage()
- func (x *WorkflowExecution) ProtoReflect() protoreflect.Message
- func (x *WorkflowExecution) Reset()
- func (val *WorkflowExecution) Size() int
- func (x *WorkflowExecution) String() string
- func (val *WorkflowExecution) Unmarshal(buf []byte) error
- type WorkflowExecutions
- func (*WorkflowExecutions) Descriptor() ([]byte, []int)deprecated
- func (this *WorkflowExecutions) Equal(that interface{}) bool
- func (x *WorkflowExecutions) GetItems() []*WorkflowExecution
- func (val *WorkflowExecutions) Marshal() ([]byte, error)
- func (*WorkflowExecutions) ProtoMessage()
- func (x *WorkflowExecutions) ProtoReflect() protoreflect.Message
- func (x *WorkflowExecutions) Reset()
- func (val *WorkflowExecutions) Size() int
- func (x *WorkflowExecutions) String() string
- func (val *WorkflowExecutions) Unmarshal(buf []byte) error
Constants ¶
This section is empty.
Variables ¶
var File_temporal_api_export_v1_message_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type WorkflowExecution ¶
type WorkflowExecution struct { History *v1.History `protobuf:"bytes,1,opt,name=history,proto3" json:"history,omitempty"` // contains filtered or unexported fields }
func (*WorkflowExecution) Descriptor
deprecated
func (*WorkflowExecution) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowExecution.ProtoReflect.Descriptor instead.
func (*WorkflowExecution) Equal ¶
func (this *WorkflowExecution) Equal(that interface{}) bool
Equal returns whether two WorkflowExecution 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 (*WorkflowExecution) GetHistory ¶
func (x *WorkflowExecution) GetHistory() *v1.History
func (*WorkflowExecution) Marshal ¶
func (val *WorkflowExecution) Marshal() ([]byte, error)
Marshal an object of type WorkflowExecution to the protobuf v3 wire format
func (*WorkflowExecution) ProtoMessage ¶
func (*WorkflowExecution) ProtoMessage()
func (*WorkflowExecution) ProtoReflect ¶
func (x *WorkflowExecution) ProtoReflect() protoreflect.Message
func (*WorkflowExecution) Reset ¶
func (x *WorkflowExecution) Reset()
func (*WorkflowExecution) Size ¶
func (val *WorkflowExecution) Size() int
Size returns the size of the object, in bytes, once serialized
func (*WorkflowExecution) String ¶
func (x *WorkflowExecution) String() string
func (*WorkflowExecution) Unmarshal ¶
func (val *WorkflowExecution) Unmarshal(buf []byte) error
Unmarshal an object of type WorkflowExecution from the protobuf v3 wire format
type WorkflowExecutions ¶
type WorkflowExecutions struct { Items []*WorkflowExecution `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` // contains filtered or unexported fields }
WorkflowExecutions is used by the Cloud Export feature to deserialize the exported file. It encapsulates a collection of workflow execution information.
func (*WorkflowExecutions) Descriptor
deprecated
func (*WorkflowExecutions) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowExecutions.ProtoReflect.Descriptor instead.
func (*WorkflowExecutions) Equal ¶
func (this *WorkflowExecutions) Equal(that interface{}) bool
Equal returns whether two WorkflowExecutions 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 (*WorkflowExecutions) GetItems ¶
func (x *WorkflowExecutions) GetItems() []*WorkflowExecution
func (*WorkflowExecutions) Marshal ¶
func (val *WorkflowExecutions) Marshal() ([]byte, error)
Marshal an object of type WorkflowExecutions to the protobuf v3 wire format
func (*WorkflowExecutions) ProtoMessage ¶
func (*WorkflowExecutions) ProtoMessage()
func (*WorkflowExecutions) ProtoReflect ¶
func (x *WorkflowExecutions) ProtoReflect() protoreflect.Message
func (*WorkflowExecutions) Reset ¶
func (x *WorkflowExecutions) Reset()
func (*WorkflowExecutions) Size ¶
func (val *WorkflowExecutions) Size() int
Size returns the size of the object, in bytes, once serialized
func (*WorkflowExecutions) String ¶
func (x *WorkflowExecutions) String() string
func (*WorkflowExecutions) Unmarshal ¶
func (val *WorkflowExecutions) Unmarshal(buf []byte) error
Unmarshal an object of type WorkflowExecutions from the protobuf v3 wire format