deployment

package
v1.26.2-rc.0 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2024 License: MIT Imports: 9 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_deployment_v1_message_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type DeploymentLocalState

type DeploymentLocalState struct {
	Deployment            *v1.Deployment                                       `protobuf:"bytes,1,opt,name=deployment,proto3" json:"deployment,omitempty"`
	TaskQueueFamilies     map[string]*DeploymentLocalState_TaskQueueFamilyData `` /* 202-byte string literal not displayed */
	IsCurrent             bool                                                 `protobuf:"varint,3,opt,name=is_current,json=isCurrent,proto3" json:"is_current,omitempty"`
	LastBecameCurrentTime *timestamppb.Timestamp                               `` /* 128-byte string literal not displayed */
	CreateTime            *timestamppb.Timestamp                               `protobuf:"bytes,4,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	Metadata              map[string]*v11.Payload                              `` /* 157-byte string literal not displayed */
	StartedSeriesWorkflow bool                                                 `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DeploymentLocalState) Descriptor deprecated

func (*DeploymentLocalState) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentLocalState.ProtoReflect.Descriptor instead.

func (*DeploymentLocalState) Equal

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

Equal returns whether two DeploymentLocalState 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 (*DeploymentLocalState) GetCreateTime

func (x *DeploymentLocalState) GetCreateTime() *timestamppb.Timestamp

func (*DeploymentLocalState) GetDeployment

func (x *DeploymentLocalState) GetDeployment() *v1.Deployment

func (*DeploymentLocalState) GetIsCurrent

func (x *DeploymentLocalState) GetIsCurrent() bool

func (*DeploymentLocalState) GetLastBecameCurrentTime

func (x *DeploymentLocalState) GetLastBecameCurrentTime() *timestamppb.Timestamp

func (*DeploymentLocalState) GetMetadata

func (x *DeploymentLocalState) GetMetadata() map[string]*v11.Payload

func (*DeploymentLocalState) GetStartedSeriesWorkflow

func (x *DeploymentLocalState) GetStartedSeriesWorkflow() bool

func (*DeploymentLocalState) GetTaskQueueFamilies

func (*DeploymentLocalState) Marshal

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

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

func (*DeploymentLocalState) ProtoMessage

func (*DeploymentLocalState) ProtoMessage()

func (*DeploymentLocalState) ProtoReflect

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

func (*DeploymentLocalState) Reset

func (x *DeploymentLocalState) Reset()

func (*DeploymentLocalState) Size

func (val *DeploymentLocalState) Size() int

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

func (*DeploymentLocalState) String

func (x *DeploymentLocalState) String() string

func (*DeploymentLocalState) Unmarshal

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

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

type DeploymentLocalState_TaskQueueFamilyData

type DeploymentLocalState_TaskQueueFamilyData struct {

	// Key: enums.TaskQueueType, Value: TaskQueueData
	// All fields in TaskQueueData are valid except last_became_current_time, the source of
	// truth for that is the value at the root of DeploymentLocalState.
	TaskQueues map[int32]*TaskQueueData `` /* 180-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DeploymentLocalState_TaskQueueFamilyData) Descriptor deprecated

func (*DeploymentLocalState_TaskQueueFamilyData) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentLocalState_TaskQueueFamilyData.ProtoReflect.Descriptor instead.

func (*DeploymentLocalState_TaskQueueFamilyData) GetTaskQueues

func (*DeploymentLocalState_TaskQueueFamilyData) ProtoMessage

func (*DeploymentLocalState_TaskQueueFamilyData) ProtoReflect

func (*DeploymentLocalState_TaskQueueFamilyData) Reset

func (*DeploymentLocalState_TaskQueueFamilyData) String

type DeploymentSeriesWorkflowArgs

type DeploymentSeriesWorkflowArgs struct {
	NamespaceName string            `protobuf:"bytes,1,opt,name=namespace_name,json=namespaceName,proto3" json:"namespace_name,omitempty"`
	NamespaceId   string            `protobuf:"bytes,2,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"`
	SeriesName    string            `protobuf:"bytes,3,opt,name=series_name,json=seriesName,proto3" json:"series_name,omitempty"`
	State         *SeriesLocalState `protobuf:"bytes,4,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

used as deployment series workflow input:

func (*DeploymentSeriesWorkflowArgs) Descriptor deprecated

func (*DeploymentSeriesWorkflowArgs) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentSeriesWorkflowArgs.ProtoReflect.Descriptor instead.

func (*DeploymentSeriesWorkflowArgs) Equal

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

Equal returns whether two DeploymentSeriesWorkflowArgs 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 (*DeploymentSeriesWorkflowArgs) GetNamespaceId

func (x *DeploymentSeriesWorkflowArgs) GetNamespaceId() string

func (*DeploymentSeriesWorkflowArgs) GetNamespaceName

func (x *DeploymentSeriesWorkflowArgs) GetNamespaceName() string

func (*DeploymentSeriesWorkflowArgs) GetSeriesName

func (x *DeploymentSeriesWorkflowArgs) GetSeriesName() string

func (*DeploymentSeriesWorkflowArgs) GetState

func (*DeploymentSeriesWorkflowArgs) Marshal

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

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

func (*DeploymentSeriesWorkflowArgs) ProtoMessage

func (*DeploymentSeriesWorkflowArgs) ProtoMessage()

func (*DeploymentSeriesWorkflowArgs) ProtoReflect

func (*DeploymentSeriesWorkflowArgs) Reset

func (x *DeploymentSeriesWorkflowArgs) Reset()

func (*DeploymentSeriesWorkflowArgs) Size

func (val *DeploymentSeriesWorkflowArgs) Size() int

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

func (*DeploymentSeriesWorkflowArgs) String

func (*DeploymentSeriesWorkflowArgs) Unmarshal

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

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

type DeploymentSeriesWorkflowMemo

type DeploymentSeriesWorkflowMemo struct {
	SeriesName         string                 `protobuf:"bytes,1,opt,name=series_name,json=seriesName,proto3" json:"series_name,omitempty"`
	CurrentBuildId     string                 `protobuf:"bytes,2,opt,name=current_build_id,json=currentBuildId,proto3" json:"current_build_id,omitempty"`
	CurrentChangedTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=current_changed_time,json=currentChangedTime,proto3" json:"current_changed_time,omitempty"`
	// contains filtered or unexported fields
}

used as deployment series workflow memo:

func (*DeploymentSeriesWorkflowMemo) Descriptor deprecated

func (*DeploymentSeriesWorkflowMemo) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentSeriesWorkflowMemo.ProtoReflect.Descriptor instead.

func (*DeploymentSeriesWorkflowMemo) Equal

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

Equal returns whether two DeploymentSeriesWorkflowMemo 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 (*DeploymentSeriesWorkflowMemo) GetCurrentBuildId

func (x *DeploymentSeriesWorkflowMemo) GetCurrentBuildId() string

func (*DeploymentSeriesWorkflowMemo) GetCurrentChangedTime

func (x *DeploymentSeriesWorkflowMemo) GetCurrentChangedTime() *timestamppb.Timestamp

func (*DeploymentSeriesWorkflowMemo) GetSeriesName

func (x *DeploymentSeriesWorkflowMemo) GetSeriesName() string

func (*DeploymentSeriesWorkflowMemo) Marshal

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

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

func (*DeploymentSeriesWorkflowMemo) ProtoMessage

func (*DeploymentSeriesWorkflowMemo) ProtoMessage()

func (*DeploymentSeriesWorkflowMemo) ProtoReflect

func (*DeploymentSeriesWorkflowMemo) Reset

func (x *DeploymentSeriesWorkflowMemo) Reset()

func (*DeploymentSeriesWorkflowMemo) Size

func (val *DeploymentSeriesWorkflowMemo) Size() int

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

func (*DeploymentSeriesWorkflowMemo) String

func (*DeploymentSeriesWorkflowMemo) Unmarshal

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

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

type DeploymentWorkflowArgs

type DeploymentWorkflowArgs struct {
	NamespaceName string                `protobuf:"bytes,1,opt,name=namespace_name,json=namespaceName,proto3" json:"namespace_name,omitempty"`
	NamespaceId   string                `protobuf:"bytes,2,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"`
	State         *DeploymentLocalState `protobuf:"bytes,3,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

used as deployment workflow input:

func (*DeploymentWorkflowArgs) Descriptor deprecated

func (*DeploymentWorkflowArgs) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentWorkflowArgs.ProtoReflect.Descriptor instead.

func (*DeploymentWorkflowArgs) Equal

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

Equal returns whether two DeploymentWorkflowArgs 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 (*DeploymentWorkflowArgs) GetNamespaceId

func (x *DeploymentWorkflowArgs) GetNamespaceId() string

func (*DeploymentWorkflowArgs) GetNamespaceName

func (x *DeploymentWorkflowArgs) GetNamespaceName() string

func (*DeploymentWorkflowArgs) GetState

func (*DeploymentWorkflowArgs) Marshal

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

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

func (*DeploymentWorkflowArgs) ProtoMessage

func (*DeploymentWorkflowArgs) ProtoMessage()

func (*DeploymentWorkflowArgs) ProtoReflect

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

func (*DeploymentWorkflowArgs) Reset

func (x *DeploymentWorkflowArgs) Reset()

func (*DeploymentWorkflowArgs) Size

func (val *DeploymentWorkflowArgs) Size() int

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

func (*DeploymentWorkflowArgs) String

func (x *DeploymentWorkflowArgs) String() string

func (*DeploymentWorkflowArgs) Unmarshal

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

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

type DeploymentWorkflowMemo

type DeploymentWorkflowMemo struct {
	Deployment          *v1.Deployment         `protobuf:"bytes,1,opt,name=deployment,proto3" json:"deployment,omitempty"`
	CreateTime          *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	IsCurrentDeployment bool                   `protobuf:"varint,3,opt,name=is_current_deployment,json=isCurrentDeployment,proto3" json:"is_current_deployment,omitempty"`
	// contains filtered or unexported fields
}

used as deployment workflow memo:

func (*DeploymentWorkflowMemo) Descriptor deprecated

func (*DeploymentWorkflowMemo) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentWorkflowMemo.ProtoReflect.Descriptor instead.

func (*DeploymentWorkflowMemo) Equal

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

Equal returns whether two DeploymentWorkflowMemo 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 (*DeploymentWorkflowMemo) GetCreateTime

func (x *DeploymentWorkflowMemo) GetCreateTime() *timestamppb.Timestamp

func (*DeploymentWorkflowMemo) GetDeployment

func (x *DeploymentWorkflowMemo) GetDeployment() *v1.Deployment

func (*DeploymentWorkflowMemo) GetIsCurrentDeployment

func (x *DeploymentWorkflowMemo) GetIsCurrentDeployment() bool

func (*DeploymentWorkflowMemo) Marshal

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

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

func (*DeploymentWorkflowMemo) ProtoMessage

func (*DeploymentWorkflowMemo) ProtoMessage()

func (*DeploymentWorkflowMemo) ProtoReflect

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

func (*DeploymentWorkflowMemo) Reset

func (x *DeploymentWorkflowMemo) Reset()

func (*DeploymentWorkflowMemo) Size

func (val *DeploymentWorkflowMemo) Size() int

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

func (*DeploymentWorkflowMemo) String

func (x *DeploymentWorkflowMemo) String() string

func (*DeploymentWorkflowMemo) Unmarshal

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

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

type QueryDescribeDeploymentResponse

type QueryDescribeDeploymentResponse struct {
	DeploymentLocalState *DeploymentLocalState `protobuf:"bytes,1,opt,name=deployment_local_state,json=deploymentLocalState,proto3" json:"deployment_local_state,omitempty"`
	// contains filtered or unexported fields
}

used as deployment workflow query response:

func (*QueryDescribeDeploymentResponse) Descriptor deprecated

func (*QueryDescribeDeploymentResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryDescribeDeploymentResponse.ProtoReflect.Descriptor instead.

func (*QueryDescribeDeploymentResponse) Equal

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

Equal returns whether two QueryDescribeDeploymentResponse 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 (*QueryDescribeDeploymentResponse) GetDeploymentLocalState

func (x *QueryDescribeDeploymentResponse) GetDeploymentLocalState() *DeploymentLocalState

func (*QueryDescribeDeploymentResponse) Marshal

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

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

func (*QueryDescribeDeploymentResponse) ProtoMessage

func (*QueryDescribeDeploymentResponse) ProtoMessage()

func (*QueryDescribeDeploymentResponse) ProtoReflect

func (*QueryDescribeDeploymentResponse) Reset

func (*QueryDescribeDeploymentResponse) Size

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

func (*QueryDescribeDeploymentResponse) String

func (*QueryDescribeDeploymentResponse) Unmarshal

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

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

type RegisterWorkerInDeploymentArgs

type RegisterWorkerInDeploymentArgs struct {
	TaskQueueName   string                 `protobuf:"bytes,1,opt,name=task_queue_name,json=taskQueueName,proto3" json:"task_queue_name,omitempty"`
	TaskQueueType   v12.TaskQueueType      `` /* 144-byte string literal not displayed */
	FirstPollerTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=first_poller_time,json=firstPollerTime,proto3" json:"first_poller_time,omitempty"`
	MaxTaskQueues   int32                  `protobuf:"varint,4,opt,name=max_task_queues,json=maxTaskQueues,proto3" json:"max_task_queues,omitempty"`
	// contains filtered or unexported fields
}

used as deployment workflow update input:

func (*RegisterWorkerInDeploymentArgs) Descriptor deprecated

func (*RegisterWorkerInDeploymentArgs) Descriptor() ([]byte, []int)

Deprecated: Use RegisterWorkerInDeploymentArgs.ProtoReflect.Descriptor instead.

func (*RegisterWorkerInDeploymentArgs) Equal

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

Equal returns whether two RegisterWorkerInDeploymentArgs 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 (*RegisterWorkerInDeploymentArgs) GetFirstPollerTime

func (x *RegisterWorkerInDeploymentArgs) GetFirstPollerTime() *timestamppb.Timestamp

func (*RegisterWorkerInDeploymentArgs) GetMaxTaskQueues

func (x *RegisterWorkerInDeploymentArgs) GetMaxTaskQueues() int32

func (*RegisterWorkerInDeploymentArgs) GetTaskQueueName

func (x *RegisterWorkerInDeploymentArgs) GetTaskQueueName() string

func (*RegisterWorkerInDeploymentArgs) GetTaskQueueType

func (x *RegisterWorkerInDeploymentArgs) GetTaskQueueType() v12.TaskQueueType

func (*RegisterWorkerInDeploymentArgs) Marshal

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

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

func (*RegisterWorkerInDeploymentArgs) ProtoMessage

func (*RegisterWorkerInDeploymentArgs) ProtoMessage()

func (*RegisterWorkerInDeploymentArgs) ProtoReflect

func (*RegisterWorkerInDeploymentArgs) Reset

func (x *RegisterWorkerInDeploymentArgs) Reset()

func (*RegisterWorkerInDeploymentArgs) Size

func (val *RegisterWorkerInDeploymentArgs) Size() int

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

func (*RegisterWorkerInDeploymentArgs) String

func (*RegisterWorkerInDeploymentArgs) Unmarshal

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

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

type SeriesLocalState

type SeriesLocalState struct {
	CurrentBuildId     string                 `protobuf:"bytes,1,opt,name=current_build_id,json=currentBuildId,proto3" json:"current_build_id,omitempty"`
	CurrentChangedTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=current_changed_time,json=currentChangedTime,proto3" json:"current_changed_time,omitempty"`
	// contains filtered or unexported fields
}

func (*SeriesLocalState) Descriptor deprecated

func (*SeriesLocalState) Descriptor() ([]byte, []int)

Deprecated: Use SeriesLocalState.ProtoReflect.Descriptor instead.

func (*SeriesLocalState) Equal

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

Equal returns whether two SeriesLocalState 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 (*SeriesLocalState) GetCurrentBuildId

func (x *SeriesLocalState) GetCurrentBuildId() string

func (*SeriesLocalState) GetCurrentChangedTime

func (x *SeriesLocalState) GetCurrentChangedTime() *timestamppb.Timestamp

func (*SeriesLocalState) Marshal

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

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

func (*SeriesLocalState) ProtoMessage

func (*SeriesLocalState) ProtoMessage()

func (*SeriesLocalState) ProtoReflect

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

func (*SeriesLocalState) Reset

func (x *SeriesLocalState) Reset()

func (*SeriesLocalState) Size

func (val *SeriesLocalState) Size() int

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

func (*SeriesLocalState) String

func (x *SeriesLocalState) String() string

func (*SeriesLocalState) Unmarshal

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

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

type SetCurrentDeploymentArgs

type SetCurrentDeploymentArgs struct {
	Identity       string                       `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"`
	BuildId        string                       `protobuf:"bytes,2,opt,name=build_id,json=buildId,proto3" json:"build_id,omitempty"`
	UpdateMetadata *v1.UpdateDeploymentMetadata `protobuf:"bytes,3,opt,name=update_metadata,json=updateMetadata,proto3" json:"update_metadata,omitempty"`
	RequestId      string                       `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

used as deployment series workflow update input:

func (*SetCurrentDeploymentArgs) Descriptor deprecated

func (*SetCurrentDeploymentArgs) Descriptor() ([]byte, []int)

Deprecated: Use SetCurrentDeploymentArgs.ProtoReflect.Descriptor instead.

func (*SetCurrentDeploymentArgs) Equal

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

Equal returns whether two SetCurrentDeploymentArgs 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 (*SetCurrentDeploymentArgs) GetBuildId

func (x *SetCurrentDeploymentArgs) GetBuildId() string

func (*SetCurrentDeploymentArgs) GetIdentity

func (x *SetCurrentDeploymentArgs) GetIdentity() string

func (*SetCurrentDeploymentArgs) GetRequestId

func (x *SetCurrentDeploymentArgs) GetRequestId() string

func (*SetCurrentDeploymentArgs) GetUpdateMetadata

func (x *SetCurrentDeploymentArgs) GetUpdateMetadata() *v1.UpdateDeploymentMetadata

func (*SetCurrentDeploymentArgs) Marshal

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

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

func (*SetCurrentDeploymentArgs) ProtoMessage

func (*SetCurrentDeploymentArgs) ProtoMessage()

func (*SetCurrentDeploymentArgs) ProtoReflect

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

func (*SetCurrentDeploymentArgs) Reset

func (x *SetCurrentDeploymentArgs) Reset()

func (*SetCurrentDeploymentArgs) Size

func (val *SetCurrentDeploymentArgs) Size() int

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

func (*SetCurrentDeploymentArgs) String

func (x *SetCurrentDeploymentArgs) String() string

func (*SetCurrentDeploymentArgs) Unmarshal

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

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

type SetCurrentDeploymentResponse

type SetCurrentDeploymentResponse struct {
	CurrentDeploymentState  *DeploymentLocalState `` /* 129-byte string literal not displayed */
	PreviousDeploymentState *DeploymentLocalState `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

used as deployment series update response:

func (*SetCurrentDeploymentResponse) Descriptor deprecated

func (*SetCurrentDeploymentResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetCurrentDeploymentResponse.ProtoReflect.Descriptor instead.

func (*SetCurrentDeploymentResponse) Equal

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

Equal returns whether two SetCurrentDeploymentResponse 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 (*SetCurrentDeploymentResponse) GetCurrentDeploymentState

func (x *SetCurrentDeploymentResponse) GetCurrentDeploymentState() *DeploymentLocalState

func (*SetCurrentDeploymentResponse) GetPreviousDeploymentState

func (x *SetCurrentDeploymentResponse) GetPreviousDeploymentState() *DeploymentLocalState

func (*SetCurrentDeploymentResponse) Marshal

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

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

func (*SetCurrentDeploymentResponse) ProtoMessage

func (*SetCurrentDeploymentResponse) ProtoMessage()

func (*SetCurrentDeploymentResponse) ProtoReflect

func (*SetCurrentDeploymentResponse) Reset

func (x *SetCurrentDeploymentResponse) Reset()

func (*SetCurrentDeploymentResponse) Size

func (val *SetCurrentDeploymentResponse) Size() int

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

func (*SetCurrentDeploymentResponse) String

func (*SetCurrentDeploymentResponse) Unmarshal

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

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

type StartDeploymentSeriesRequest

type StartDeploymentSeriesRequest struct {
	SeriesName string `protobuf:"bytes,1,opt,name=series_name,json=seriesName,proto3" json:"series_name,omitempty"`
	RequestId  string `protobuf:"bytes,2,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

used as deployment workflow activity input:

func (*StartDeploymentSeriesRequest) Descriptor deprecated

func (*StartDeploymentSeriesRequest) Descriptor() ([]byte, []int)

Deprecated: Use StartDeploymentSeriesRequest.ProtoReflect.Descriptor instead.

func (*StartDeploymentSeriesRequest) Equal

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

Equal returns whether two StartDeploymentSeriesRequest 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 (*StartDeploymentSeriesRequest) GetRequestId

func (x *StartDeploymentSeriesRequest) GetRequestId() string

func (*StartDeploymentSeriesRequest) GetSeriesName

func (x *StartDeploymentSeriesRequest) GetSeriesName() string

func (*StartDeploymentSeriesRequest) Marshal

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

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

func (*StartDeploymentSeriesRequest) ProtoMessage

func (*StartDeploymentSeriesRequest) ProtoMessage()

func (*StartDeploymentSeriesRequest) ProtoReflect

func (*StartDeploymentSeriesRequest) Reset

func (x *StartDeploymentSeriesRequest) Reset()

func (*StartDeploymentSeriesRequest) Size

func (val *StartDeploymentSeriesRequest) Size() int

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

func (*StartDeploymentSeriesRequest) String

func (*StartDeploymentSeriesRequest) Unmarshal

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

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

type SyncDeploymentStateActivityArgs

type SyncDeploymentStateActivityArgs struct {
	Deployment *v1.Deployment           `protobuf:"bytes,1,opt,name=deployment,proto3" json:"deployment,omitempty"`
	Args       *SyncDeploymentStateArgs `protobuf:"bytes,2,opt,name=args,proto3" json:"args,omitempty"`
	RequestId  string                   `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

used as deployment series activity input:

func (*SyncDeploymentStateActivityArgs) Descriptor deprecated

func (*SyncDeploymentStateActivityArgs) Descriptor() ([]byte, []int)

Deprecated: Use SyncDeploymentStateActivityArgs.ProtoReflect.Descriptor instead.

func (*SyncDeploymentStateActivityArgs) Equal

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

Equal returns whether two SyncDeploymentStateActivityArgs 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 (*SyncDeploymentStateActivityArgs) GetArgs

func (*SyncDeploymentStateActivityArgs) GetDeployment

func (x *SyncDeploymentStateActivityArgs) GetDeployment() *v1.Deployment

func (*SyncDeploymentStateActivityArgs) GetRequestId

func (x *SyncDeploymentStateActivityArgs) GetRequestId() string

func (*SyncDeploymentStateActivityArgs) Marshal

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

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

func (*SyncDeploymentStateActivityArgs) ProtoMessage

func (*SyncDeploymentStateActivityArgs) ProtoMessage()

func (*SyncDeploymentStateActivityArgs) ProtoReflect

func (*SyncDeploymentStateActivityArgs) Reset

func (*SyncDeploymentStateActivityArgs) Size

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

func (*SyncDeploymentStateActivityArgs) String

func (*SyncDeploymentStateActivityArgs) Unmarshal

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

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

type SyncDeploymentStateActivityResult

type SyncDeploymentStateActivityResult struct {
	State *DeploymentLocalState `protobuf:"bytes,1,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

used as deployment series activity result:

func (*SyncDeploymentStateActivityResult) Descriptor deprecated

func (*SyncDeploymentStateActivityResult) Descriptor() ([]byte, []int)

Deprecated: Use SyncDeploymentStateActivityResult.ProtoReflect.Descriptor instead.

func (*SyncDeploymentStateActivityResult) Equal

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

Equal returns whether two SyncDeploymentStateActivityResult 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 (*SyncDeploymentStateActivityResult) GetState

func (*SyncDeploymentStateActivityResult) Marshal

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

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

func (*SyncDeploymentStateActivityResult) ProtoMessage

func (*SyncDeploymentStateActivityResult) ProtoMessage()

func (*SyncDeploymentStateActivityResult) ProtoReflect

func (*SyncDeploymentStateActivityResult) Reset

func (*SyncDeploymentStateActivityResult) Size

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

func (*SyncDeploymentStateActivityResult) String

func (*SyncDeploymentStateActivityResult) Unmarshal

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

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

type SyncDeploymentStateArgs

type SyncDeploymentStateArgs struct {
	SetCurrent *SyncDeploymentStateArgs_SetCurrent `protobuf:"bytes,1,opt,name=set_current,json=setCurrent,proto3" json:"set_current,omitempty"`
	// currently, update_metadata will only be set if set_current.last_became_current_time is
	// present. this could change in the future.
	UpdateMetadata *v1.UpdateDeploymentMetadata `protobuf:"bytes,2,opt,name=update_metadata,json=updateMetadata,proto3" json:"update_metadata,omitempty"`
	// contains filtered or unexported fields
}

used as deployment series workflow update input (sent from series workflow):

func (*SyncDeploymentStateArgs) Descriptor deprecated

func (*SyncDeploymentStateArgs) Descriptor() ([]byte, []int)

Deprecated: Use SyncDeploymentStateArgs.ProtoReflect.Descriptor instead.

func (*SyncDeploymentStateArgs) Equal

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

Equal returns whether two SyncDeploymentStateArgs 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 (*SyncDeploymentStateArgs) GetSetCurrent

func (*SyncDeploymentStateArgs) GetUpdateMetadata

func (x *SyncDeploymentStateArgs) GetUpdateMetadata() *v1.UpdateDeploymentMetadata

func (*SyncDeploymentStateArgs) Marshal

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

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

func (*SyncDeploymentStateArgs) ProtoMessage

func (*SyncDeploymentStateArgs) ProtoMessage()

func (*SyncDeploymentStateArgs) ProtoReflect

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

func (*SyncDeploymentStateArgs) Reset

func (x *SyncDeploymentStateArgs) Reset()

func (*SyncDeploymentStateArgs) Size

func (val *SyncDeploymentStateArgs) Size() int

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

func (*SyncDeploymentStateArgs) String

func (x *SyncDeploymentStateArgs) String() string

func (*SyncDeploymentStateArgs) Unmarshal

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

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

type SyncDeploymentStateArgs_SetCurrent

type SyncDeploymentStateArgs_SetCurrent struct {

	// If last_became_current_time is present, then set the deployment's
	// last_became_current_time to it and set is_current true. If it's missing,
	// set is_current false.
	LastBecameCurrentTime *timestamppb.Timestamp `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SyncDeploymentStateArgs_SetCurrent) Descriptor deprecated

func (*SyncDeploymentStateArgs_SetCurrent) Descriptor() ([]byte, []int)

Deprecated: Use SyncDeploymentStateArgs_SetCurrent.ProtoReflect.Descriptor instead.

func (*SyncDeploymentStateArgs_SetCurrent) GetLastBecameCurrentTime

func (x *SyncDeploymentStateArgs_SetCurrent) GetLastBecameCurrentTime() *timestamppb.Timestamp

func (*SyncDeploymentStateArgs_SetCurrent) ProtoMessage

func (*SyncDeploymentStateArgs_SetCurrent) ProtoMessage()

func (*SyncDeploymentStateArgs_SetCurrent) ProtoReflect

func (*SyncDeploymentStateArgs_SetCurrent) Reset

func (*SyncDeploymentStateArgs_SetCurrent) String

type SyncDeploymentStateResponse

type SyncDeploymentStateResponse struct {
	DeploymentLocalState *DeploymentLocalState `protobuf:"bytes,1,opt,name=deployment_local_state,json=deploymentLocalState,proto3" json:"deployment_local_state,omitempty"`
	// contains filtered or unexported fields
}

used as deployment series workflow update response (sent from series workflow):

func (*SyncDeploymentStateResponse) Descriptor deprecated

func (*SyncDeploymentStateResponse) Descriptor() ([]byte, []int)

Deprecated: Use SyncDeploymentStateResponse.ProtoReflect.Descriptor instead.

func (*SyncDeploymentStateResponse) Equal

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

Equal returns whether two SyncDeploymentStateResponse 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 (*SyncDeploymentStateResponse) GetDeploymentLocalState

func (x *SyncDeploymentStateResponse) GetDeploymentLocalState() *DeploymentLocalState

func (*SyncDeploymentStateResponse) Marshal

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

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

func (*SyncDeploymentStateResponse) ProtoMessage

func (*SyncDeploymentStateResponse) ProtoMessage()

func (*SyncDeploymentStateResponse) ProtoReflect

func (*SyncDeploymentStateResponse) Reset

func (x *SyncDeploymentStateResponse) Reset()

func (*SyncDeploymentStateResponse) Size

func (val *SyncDeploymentStateResponse) Size() int

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

func (*SyncDeploymentStateResponse) String

func (x *SyncDeploymentStateResponse) String() string

func (*SyncDeploymentStateResponse) Unmarshal

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

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

type SyncUserDataRequest

type SyncUserDataRequest struct {
	Deployment *v1.Deployment                      `protobuf:"bytes,1,opt,name=deployment,proto3" json:"deployment,omitempty"`
	Sync       []*SyncUserDataRequest_SyncUserData `protobuf:"bytes,2,rep,name=sync,proto3" json:"sync,omitempty"`
	// contains filtered or unexported fields
}

used as deployment workflow activity input:

func (*SyncUserDataRequest) Descriptor deprecated

func (*SyncUserDataRequest) Descriptor() ([]byte, []int)

Deprecated: Use SyncUserDataRequest.ProtoReflect.Descriptor instead.

func (*SyncUserDataRequest) Equal

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

Equal returns whether two SyncUserDataRequest 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 (*SyncUserDataRequest) GetDeployment

func (x *SyncUserDataRequest) GetDeployment() *v1.Deployment

func (*SyncUserDataRequest) GetSync

func (*SyncUserDataRequest) Marshal

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

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

func (*SyncUserDataRequest) ProtoMessage

func (*SyncUserDataRequest) ProtoMessage()

func (*SyncUserDataRequest) ProtoReflect

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

func (*SyncUserDataRequest) Reset

func (x *SyncUserDataRequest) Reset()

func (*SyncUserDataRequest) Size

func (val *SyncUserDataRequest) Size() int

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

func (*SyncUserDataRequest) String

func (x *SyncUserDataRequest) String() string

func (*SyncUserDataRequest) Unmarshal

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

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

type SyncUserDataRequest_SyncUserData

type SyncUserDataRequest_SyncUserData struct {
	Name string            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Type v12.TaskQueueType `protobuf:"varint,2,opt,name=type,proto3,enum=temporal.api.enums.v1.TaskQueueType" json:"type,omitempty"`
	Data *TaskQueueData    `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncUserDataRequest_SyncUserData) Descriptor deprecated

func (*SyncUserDataRequest_SyncUserData) Descriptor() ([]byte, []int)

Deprecated: Use SyncUserDataRequest_SyncUserData.ProtoReflect.Descriptor instead.

func (*SyncUserDataRequest_SyncUserData) GetData

func (*SyncUserDataRequest_SyncUserData) GetName

func (*SyncUserDataRequest_SyncUserData) GetType

func (*SyncUserDataRequest_SyncUserData) ProtoMessage

func (*SyncUserDataRequest_SyncUserData) ProtoMessage()

func (*SyncUserDataRequest_SyncUserData) ProtoReflect

func (*SyncUserDataRequest_SyncUserData) Reset

func (*SyncUserDataRequest_SyncUserData) String

type TaskQueueData

type TaskQueueData struct {
	FirstPollerTime       *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=first_poller_time,json=firstPollerTime,proto3" json:"first_poller_time,omitempty"`
	LastBecameCurrentTime *timestamppb.Timestamp `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

Data for each deployment+task queue pair. This is stored in each deployment (for each task queue), and synced to task queue user data (for each deployment).

func (*TaskQueueData) Descriptor deprecated

func (*TaskQueueData) Descriptor() ([]byte, []int)

Deprecated: Use TaskQueueData.ProtoReflect.Descriptor instead.

func (*TaskQueueData) Equal

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

Equal returns whether two TaskQueueData 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 (*TaskQueueData) GetFirstPollerTime

func (x *TaskQueueData) GetFirstPollerTime() *timestamppb.Timestamp

func (*TaskQueueData) GetLastBecameCurrentTime

func (x *TaskQueueData) GetLastBecameCurrentTime() *timestamppb.Timestamp

func (*TaskQueueData) Marshal

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

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

func (*TaskQueueData) ProtoMessage

func (*TaskQueueData) ProtoMessage()

func (*TaskQueueData) ProtoReflect

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

func (*TaskQueueData) Reset

func (x *TaskQueueData) Reset()

func (*TaskQueueData) Size

func (val *TaskQueueData) Size() int

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

func (*TaskQueueData) String

func (x *TaskQueueData) String() string

func (*TaskQueueData) Unmarshal

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

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

Jump to

Keyboard shortcuts

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