token

package
v1.23.0-rc2 Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

Code generated by protoc-gen-go-helpers. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

View Source
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 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) Descriptor() ([]byte, []int)

Deprecated: Use QueryTask.ProtoReflect.Descriptor instead.

func (*QueryTask) Equal

func (this *QueryTask) Equal(that interface{}) bool

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 (x *QueryTask) GetNamespaceId() string

func (*QueryTask) GetTaskId

func (x *QueryTask) GetTaskId() string

func (*QueryTask) GetTaskQueue

func (x *QueryTask) GetTaskQueue() string

func (*QueryTask) Marshal

func (val *QueryTask) Marshal() ([]byte, error)

Marshal an object of type QueryTask to the protobuf v3 wire format

func (*QueryTask) ProtoMessage

func (*QueryTask) ProtoMessage()

func (*QueryTask) ProtoReflect added in v1.23.0

func (x *QueryTask) ProtoReflect() protoreflect.Message

func (*QueryTask) Reset

func (x *QueryTask) Reset()

func (*QueryTask) Size

func (val *QueryTask) Size() int

Size returns the size of the object, in bytes, once serialized

func (*QueryTask) String

func (x *QueryTask) String() string

func (*QueryTask) Unmarshal

func (val *QueryTask) Unmarshal(buf []byte) error

Unmarshal an object of type QueryTask from the protobuf v3 wire format

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) Descriptor() ([]byte, []int)

Deprecated: Use Task.ProtoReflect.Descriptor instead.

func (*Task) Equal

func (this *Task) Equal(that interface{}) bool

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 (x *Task) GetActivityId() string

func (*Task) GetActivityType

func (x *Task) GetActivityType() string

func (*Task) GetAttempt added in v1.17.0

func (x *Task) GetAttempt() int32

func (*Task) GetClock added in v1.17.0

func (x *Task) GetClock() *v11.VectorClock

func (*Task) GetNamespaceId

func (x *Task) GetNamespaceId() string

func (*Task) GetRunId

func (x *Task) GetRunId() string

func (*Task) GetScheduledEventId added in v1.17.0

func (x *Task) GetScheduledEventId() int64

func (*Task) GetStartedEventId added in v1.21.0

func (x *Task) GetStartedEventId() int64

func (*Task) GetStartedTime added in v1.21.3

func (x *Task) GetStartedTime() *timestamppb.Timestamp

func (*Task) GetVersion added in v1.21.3

func (x *Task) GetVersion() int64

func (*Task) GetWorkflowId

func (x *Task) GetWorkflowId() string

func (*Task) GetWorkflowType

func (x *Task) GetWorkflowType() string

func (*Task) Marshal

func (val *Task) Marshal() ([]byte, error)

Marshal an object of type Task to the protobuf v3 wire format

func (*Task) ProtoMessage

func (*Task) ProtoMessage()

func (*Task) ProtoReflect added in v1.23.0

func (x *Task) ProtoReflect() protoreflect.Message

func (*Task) Reset

func (x *Task) Reset()

func (*Task) Size

func (val *Task) Size() int

Size returns the size of the object, in bytes, once serialized

func (*Task) String

func (x *Task) String() string

func (*Task) Unmarshal

func (val *Task) Unmarshal(buf []byte) error

Unmarshal an object of type Task from the protobuf v3 wire format

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL