deployment

package
v1.27.1 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2025 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 AddVersionToWorkerDeploymentRequest added in v1.27.0

type AddVersionToWorkerDeploymentRequest struct {
	DeploymentName string                `protobuf:"bytes,1,opt,name=deployment_name,json=deploymentName,proto3" json:"deployment_name,omitempty"`
	UpdateArgs     *AddVersionUpdateArgs `protobuf:"bytes,2,opt,name=update_args,json=updateArgs,proto3" json:"update_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 Worker Deployment Version workflow activity input:

func (*AddVersionToWorkerDeploymentRequest) Descriptor deprecated added in v1.27.0

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

Deprecated: Use AddVersionToWorkerDeploymentRequest.ProtoReflect.Descriptor instead.

func (*AddVersionToWorkerDeploymentRequest) Equal added in v1.27.0

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

Equal returns whether two AddVersionToWorkerDeploymentRequest 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 (*AddVersionToWorkerDeploymentRequest) GetDeploymentName added in v1.27.0

func (x *AddVersionToWorkerDeploymentRequest) GetDeploymentName() string

func (*AddVersionToWorkerDeploymentRequest) GetRequestId added in v1.27.0

func (x *AddVersionToWorkerDeploymentRequest) GetRequestId() string

func (*AddVersionToWorkerDeploymentRequest) GetUpdateArgs added in v1.27.0

func (*AddVersionToWorkerDeploymentRequest) Marshal added in v1.27.0

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

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

func (*AddVersionToWorkerDeploymentRequest) ProtoMessage added in v1.27.0

func (*AddVersionToWorkerDeploymentRequest) ProtoMessage()

func (*AddVersionToWorkerDeploymentRequest) ProtoReflect added in v1.27.0

func (*AddVersionToWorkerDeploymentRequest) Reset added in v1.27.0

func (*AddVersionToWorkerDeploymentRequest) Size added in v1.27.0

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

func (*AddVersionToWorkerDeploymentRequest) String added in v1.27.0

func (*AddVersionToWorkerDeploymentRequest) Unmarshal added in v1.27.0

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

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

type AddVersionToWorkerDeploymentResponse added in v1.27.0

type AddVersionToWorkerDeploymentResponse struct {
	// contains filtered or unexported fields
}

Used as Worker Deployment Version workflow activity output:

func (*AddVersionToWorkerDeploymentResponse) Descriptor deprecated added in v1.27.0

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

Deprecated: Use AddVersionToWorkerDeploymentResponse.ProtoReflect.Descriptor instead.

func (*AddVersionToWorkerDeploymentResponse) Equal added in v1.27.0

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

Equal returns whether two AddVersionToWorkerDeploymentResponse 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 (*AddVersionToWorkerDeploymentResponse) Marshal added in v1.27.0

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

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

func (*AddVersionToWorkerDeploymentResponse) ProtoMessage added in v1.27.0

func (*AddVersionToWorkerDeploymentResponse) ProtoMessage()

func (*AddVersionToWorkerDeploymentResponse) ProtoReflect added in v1.27.0

func (*AddVersionToWorkerDeploymentResponse) Reset added in v1.27.0

func (*AddVersionToWorkerDeploymentResponse) Size added in v1.27.0

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

func (*AddVersionToWorkerDeploymentResponse) String added in v1.27.0

func (*AddVersionToWorkerDeploymentResponse) Unmarshal added in v1.27.0

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

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

type AddVersionUpdateArgs added in v1.27.0

type AddVersionUpdateArgs struct {
	Version    string                 `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// contains filtered or unexported fields
}

Sent from Version workflow to Worker Deployment workflow

func (*AddVersionUpdateArgs) Descriptor deprecated added in v1.27.0

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

Deprecated: Use AddVersionUpdateArgs.ProtoReflect.Descriptor instead.

func (*AddVersionUpdateArgs) Equal added in v1.27.0

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

Equal returns whether two AddVersionUpdateArgs 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 (*AddVersionUpdateArgs) GetCreateTime added in v1.27.0

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

func (*AddVersionUpdateArgs) GetVersion added in v1.27.0

func (x *AddVersionUpdateArgs) GetVersion() string

func (*AddVersionUpdateArgs) Marshal added in v1.27.0

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

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

func (*AddVersionUpdateArgs) ProtoMessage added in v1.27.0

func (*AddVersionUpdateArgs) ProtoMessage()

func (*AddVersionUpdateArgs) ProtoReflect added in v1.27.0

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

func (*AddVersionUpdateArgs) Reset added in v1.27.0

func (x *AddVersionUpdateArgs) Reset()

func (*AddVersionUpdateArgs) Size added in v1.27.0

func (val *AddVersionUpdateArgs) Size() int

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

func (*AddVersionUpdateArgs) String added in v1.27.0

func (x *AddVersionUpdateArgs) String() string

func (*AddVersionUpdateArgs) Unmarshal added in v1.27.0

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

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

type CheckTaskQueuesHavePollersActivityArgs added in v1.27.0

type CheckTaskQueuesHavePollersActivityArgs struct {

	// Key: Task Queue Name
	TaskQueuesAndTypes      map[string]*CheckTaskQueuesHavePollersActivityArgs_TaskQueueTypes `` /* 207-byte string literal not displayed */
	WorkerDeploymentVersion *WorkerDeploymentVersion                                          `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

used as Worker Deployment Activity input:

func (*CheckTaskQueuesHavePollersActivityArgs) Descriptor deprecated added in v1.27.0

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

Deprecated: Use CheckTaskQueuesHavePollersActivityArgs.ProtoReflect.Descriptor instead.

func (*CheckTaskQueuesHavePollersActivityArgs) Equal added in v1.27.0

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

Equal returns whether two CheckTaskQueuesHavePollersActivityArgs 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 (*CheckTaskQueuesHavePollersActivityArgs) GetTaskQueuesAndTypes added in v1.27.0

func (*CheckTaskQueuesHavePollersActivityArgs) GetWorkerDeploymentVersion added in v1.27.0

func (x *CheckTaskQueuesHavePollersActivityArgs) GetWorkerDeploymentVersion() *WorkerDeploymentVersion

func (*CheckTaskQueuesHavePollersActivityArgs) Marshal added in v1.27.0

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

func (*CheckTaskQueuesHavePollersActivityArgs) ProtoMessage added in v1.27.0

func (*CheckTaskQueuesHavePollersActivityArgs) ProtoReflect added in v1.27.0

func (*CheckTaskQueuesHavePollersActivityArgs) Reset added in v1.27.0

func (*CheckTaskQueuesHavePollersActivityArgs) Size added in v1.27.0

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

func (*CheckTaskQueuesHavePollersActivityArgs) String added in v1.27.0

func (*CheckTaskQueuesHavePollersActivityArgs) Unmarshal added in v1.27.0

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

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

type CheckTaskQueuesHavePollersActivityArgs_TaskQueueTypes added in v1.27.0

type CheckTaskQueuesHavePollersActivityArgs_TaskQueueTypes struct {
	Types []v11.TaskQueueType `protobuf:"varint,1,rep,packed,name=types,proto3,enum=temporal.api.enums.v1.TaskQueueType" json:"types,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckTaskQueuesHavePollersActivityArgs_TaskQueueTypes) Descriptor deprecated added in v1.27.0

Deprecated: Use CheckTaskQueuesHavePollersActivityArgs_TaskQueueTypes.ProtoReflect.Descriptor instead.

func (*CheckTaskQueuesHavePollersActivityArgs_TaskQueueTypes) GetTypes added in v1.27.0

func (*CheckTaskQueuesHavePollersActivityArgs_TaskQueueTypes) ProtoMessage added in v1.27.0

func (*CheckTaskQueuesHavePollersActivityArgs_TaskQueueTypes) ProtoReflect added in v1.27.0

func (*CheckTaskQueuesHavePollersActivityArgs_TaskQueueTypes) Reset added in v1.27.0

func (*CheckTaskQueuesHavePollersActivityArgs_TaskQueueTypes) String added in v1.27.0

type CheckUserDataPropagationRequest added in v1.27.0

type CheckUserDataPropagationRequest struct {
	TaskQueueMaxVersions map[string]int64 `` /* 214-byte string literal not displayed */
	// contains filtered or unexported fields
}

used as deployment workflow activity input:

func (*CheckUserDataPropagationRequest) Descriptor deprecated added in v1.27.0

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

Deprecated: Use CheckUserDataPropagationRequest.ProtoReflect.Descriptor instead.

func (*CheckUserDataPropagationRequest) Equal added in v1.27.0

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

Equal returns whether two CheckUserDataPropagationRequest 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 (*CheckUserDataPropagationRequest) GetTaskQueueMaxVersions added in v1.27.0

func (x *CheckUserDataPropagationRequest) GetTaskQueueMaxVersions() map[string]int64

func (*CheckUserDataPropagationRequest) Marshal added in v1.27.0

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

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

func (*CheckUserDataPropagationRequest) ProtoMessage added in v1.27.0

func (*CheckUserDataPropagationRequest) ProtoMessage()

func (*CheckUserDataPropagationRequest) ProtoReflect added in v1.27.0

func (*CheckUserDataPropagationRequest) Reset added in v1.27.0

func (*CheckUserDataPropagationRequest) Size added in v1.27.0

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

func (*CheckUserDataPropagationRequest) String added in v1.27.0

func (*CheckUserDataPropagationRequest) Unmarshal added in v1.27.0

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

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

type CheckWorkerDeploymentUserDataPropagationRequest added in v1.27.0

type CheckWorkerDeploymentUserDataPropagationRequest struct {
	TaskQueueMaxVersions map[string]int64 `` /* 214-byte string literal not displayed */
	// contains filtered or unexported fields
}

used as Worker Deployment Version workflow activity input:

func (*CheckWorkerDeploymentUserDataPropagationRequest) Descriptor deprecated added in v1.27.0

Deprecated: Use CheckWorkerDeploymentUserDataPropagationRequest.ProtoReflect.Descriptor instead.

func (*CheckWorkerDeploymentUserDataPropagationRequest) Equal added in v1.27.0

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

Equal returns whether two CheckWorkerDeploymentUserDataPropagationRequest 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 (*CheckWorkerDeploymentUserDataPropagationRequest) GetTaskQueueMaxVersions added in v1.27.0

func (x *CheckWorkerDeploymentUserDataPropagationRequest) GetTaskQueueMaxVersions() map[string]int64

func (*CheckWorkerDeploymentUserDataPropagationRequest) Marshal added in v1.27.0

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

func (*CheckWorkerDeploymentUserDataPropagationRequest) ProtoMessage added in v1.27.0

func (*CheckWorkerDeploymentUserDataPropagationRequest) ProtoReflect added in v1.27.0

func (*CheckWorkerDeploymentUserDataPropagationRequest) Reset added in v1.27.0

func (*CheckWorkerDeploymentUserDataPropagationRequest) Size added in v1.27.0

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

func (*CheckWorkerDeploymentUserDataPropagationRequest) String added in v1.27.0

func (*CheckWorkerDeploymentUserDataPropagationRequest) Unmarshal added in v1.27.0

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

type DeleteDeploymentArgs added in v1.27.0

type DeleteDeploymentArgs struct {
	Identity string `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

used as Worker Deployment workflow update input:

func (*DeleteDeploymentArgs) Descriptor deprecated added in v1.27.0

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

Deprecated: Use DeleteDeploymentArgs.ProtoReflect.Descriptor instead.

func (*DeleteDeploymentArgs) Equal added in v1.27.0

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

Equal returns whether two DeleteDeploymentArgs 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 (*DeleteDeploymentArgs) GetIdentity added in v1.27.0

func (x *DeleteDeploymentArgs) GetIdentity() string

func (*DeleteDeploymentArgs) Marshal added in v1.27.0

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

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

func (*DeleteDeploymentArgs) ProtoMessage added in v1.27.0

func (*DeleteDeploymentArgs) ProtoMessage()

func (*DeleteDeploymentArgs) ProtoReflect added in v1.27.0

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

func (*DeleteDeploymentArgs) Reset added in v1.27.0

func (x *DeleteDeploymentArgs) Reset()

func (*DeleteDeploymentArgs) Size added in v1.27.0

func (val *DeleteDeploymentArgs) Size() int

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

func (*DeleteDeploymentArgs) String added in v1.27.0

func (x *DeleteDeploymentArgs) String() string

func (*DeleteDeploymentArgs) Unmarshal added in v1.27.0

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

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

type DeleteVersionActivityArgs added in v1.27.0

type DeleteVersionActivityArgs struct {
	Identity       string `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"`
	DeploymentName string `protobuf:"bytes,2,opt,name=deployment_name,json=deploymentName,proto3" json:"deployment_name,omitempty"`
	Version        string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	RequestId      string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	SkipDrainage   bool   `protobuf:"varint,5,opt,name=skip_drainage,json=skipDrainage,proto3" json:"skip_drainage,omitempty"`
	// contains filtered or unexported fields
}

used as Worker Deployment Activity input:

func (*DeleteVersionActivityArgs) Descriptor deprecated added in v1.27.0

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

Deprecated: Use DeleteVersionActivityArgs.ProtoReflect.Descriptor instead.

func (*DeleteVersionActivityArgs) Equal added in v1.27.0

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

Equal returns whether two DeleteVersionActivityArgs 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 (*DeleteVersionActivityArgs) GetDeploymentName added in v1.27.0

func (x *DeleteVersionActivityArgs) GetDeploymentName() string

func (*DeleteVersionActivityArgs) GetIdentity added in v1.27.0

func (x *DeleteVersionActivityArgs) GetIdentity() string

func (*DeleteVersionActivityArgs) GetRequestId added in v1.27.0

func (x *DeleteVersionActivityArgs) GetRequestId() string

func (*DeleteVersionActivityArgs) GetSkipDrainage added in v1.27.0

func (x *DeleteVersionActivityArgs) GetSkipDrainage() bool

func (*DeleteVersionActivityArgs) GetVersion added in v1.27.0

func (x *DeleteVersionActivityArgs) GetVersion() string

func (*DeleteVersionActivityArgs) Marshal added in v1.27.0

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

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

func (*DeleteVersionActivityArgs) ProtoMessage added in v1.27.0

func (*DeleteVersionActivityArgs) ProtoMessage()

func (*DeleteVersionActivityArgs) ProtoReflect added in v1.27.0

func (*DeleteVersionActivityArgs) Reset added in v1.27.0

func (x *DeleteVersionActivityArgs) Reset()

func (*DeleteVersionActivityArgs) Size added in v1.27.0

func (val *DeleteVersionActivityArgs) Size() int

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

func (*DeleteVersionActivityArgs) String added in v1.27.0

func (x *DeleteVersionActivityArgs) String() string

func (*DeleteVersionActivityArgs) Unmarshal added in v1.27.0

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

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

type DeleteVersionArgs added in v1.27.0

type DeleteVersionArgs struct {
	Identity     string `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"`
	Version      string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	SkipDrainage bool   `protobuf:"varint,3,opt,name=skip_drainage,json=skipDrainage,proto3" json:"skip_drainage,omitempty"`
	// contains filtered or unexported fields
}

used as Worker Deployment workflow update input:

func (*DeleteVersionArgs) Descriptor deprecated added in v1.27.0

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

Deprecated: Use DeleteVersionArgs.ProtoReflect.Descriptor instead.

func (*DeleteVersionArgs) Equal added in v1.27.0

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

Equal returns whether two DeleteVersionArgs 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 (*DeleteVersionArgs) GetIdentity added in v1.27.0

func (x *DeleteVersionArgs) GetIdentity() string

func (*DeleteVersionArgs) GetSkipDrainage added in v1.27.0

func (x *DeleteVersionArgs) GetSkipDrainage() bool

func (*DeleteVersionArgs) GetVersion added in v1.27.0

func (x *DeleteVersionArgs) GetVersion() string

func (*DeleteVersionArgs) Marshal added in v1.27.0

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

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

func (*DeleteVersionArgs) ProtoMessage added in v1.27.0

func (*DeleteVersionArgs) ProtoMessage()

func (*DeleteVersionArgs) ProtoReflect added in v1.27.0

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

func (*DeleteVersionArgs) Reset added in v1.27.0

func (x *DeleteVersionArgs) Reset()

func (*DeleteVersionArgs) Size added in v1.27.0

func (val *DeleteVersionArgs) Size() int

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

func (*DeleteVersionArgs) String added in v1.27.0

func (x *DeleteVersionArgs) String() string

func (*DeleteVersionArgs) Unmarshal added in v1.27.0

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

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

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]*v12.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]*v12.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 DeploymentVersionData added in v1.27.0

type DeploymentVersionData struct {

	// Nil means unversioned.
	Version *WorkerDeploymentVersion `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	// Last time `current_since_time`, `ramping_since_time, or `ramp_percentage` of this version changed.
	RoutingUpdateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=routing_update_time,json=routingUpdateTime,proto3" json:"routing_update_time,omitempty"`
	// (-- api-linter: core::0140::prepositions=disabled
	//
	//	aip.dev/not-precedent: 'Since' captures the field semantics despite being a preposition. --)
	//
	// Nil if not current.
	CurrentSinceTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=current_since_time,json=currentSinceTime,proto3" json:"current_since_time,omitempty"`
	// (-- api-linter: core::0140::prepositions=disabled
	//
	//	aip.dev/not-precedent: 'Since' captures the field semantics despite being a preposition. --)
	//
	// Nil if not ramping. Updated when the version first starts ramping, not on each ramp change.
	RampingSinceTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=ramping_since_time,json=rampingSinceTime,proto3" json:"ramping_since_time,omitempty"`
	// Range: [0, 100]. Must be zero if the version is not ramping (i.e. `ramping_since_time` is nil).
	// Can be in the range [0, 100] if the version is ramping.
	RampPercentage float32 `protobuf:"fixed32,5,opt,name=ramp_percentage,json=rampPercentage,proto3" json:"ramp_percentage,omitempty"`
	// contains filtered or unexported fields
}

The source of truth for this data is in the WorkerDeployment entity workflows, which is synced to all TQs whenever the source changes.

func (*DeploymentVersionData) Descriptor deprecated added in v1.27.0

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

Deprecated: Use DeploymentVersionData.ProtoReflect.Descriptor instead.

func (*DeploymentVersionData) Equal added in v1.27.0

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

Equal returns whether two DeploymentVersionData 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 (*DeploymentVersionData) GetCurrentSinceTime added in v1.27.0

func (x *DeploymentVersionData) GetCurrentSinceTime() *timestamppb.Timestamp

func (*DeploymentVersionData) GetRampPercentage added in v1.27.0

func (x *DeploymentVersionData) GetRampPercentage() float32

func (*DeploymentVersionData) GetRampingSinceTime added in v1.27.0

func (x *DeploymentVersionData) GetRampingSinceTime() *timestamppb.Timestamp

func (*DeploymentVersionData) GetRoutingUpdateTime added in v1.27.0

func (x *DeploymentVersionData) GetRoutingUpdateTime() *timestamppb.Timestamp

func (*DeploymentVersionData) GetVersion added in v1.27.0

func (*DeploymentVersionData) Marshal added in v1.27.0

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

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

func (*DeploymentVersionData) ProtoMessage added in v1.27.0

func (*DeploymentVersionData) ProtoMessage()

func (*DeploymentVersionData) ProtoReflect added in v1.27.0

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

func (*DeploymentVersionData) Reset added in v1.27.0

func (x *DeploymentVersionData) Reset()

func (*DeploymentVersionData) Size added in v1.27.0

func (val *DeploymentVersionData) Size() int

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

func (*DeploymentVersionData) String added in v1.27.0

func (x *DeploymentVersionData) String() string

func (*DeploymentVersionData) Unmarshal added in v1.27.0

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

Unmarshal an object of type DeploymentVersionData 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 DrainageWorkflowArgs added in v1.27.0

type DrainageWorkflowArgs struct {
	NamespaceName string                   `protobuf:"bytes,1,opt,name=namespace_name,json=namespaceName,proto3" json:"namespace_name,omitempty"`
	Version       *WorkerDeploymentVersion `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	IsCan         bool                     `protobuf:"varint,3,opt,name=is_can,json=isCan,proto3" json:"is_can,omitempty"`
	// contains filtered or unexported fields
}

used as drainage workflow input:

func (*DrainageWorkflowArgs) Descriptor deprecated added in v1.27.0

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

Deprecated: Use DrainageWorkflowArgs.ProtoReflect.Descriptor instead.

func (*DrainageWorkflowArgs) Equal added in v1.27.0

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

Equal returns whether two DrainageWorkflowArgs 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 (*DrainageWorkflowArgs) GetIsCan added in v1.27.0

func (x *DrainageWorkflowArgs) GetIsCan() bool

func (*DrainageWorkflowArgs) GetNamespaceName added in v1.27.0

func (x *DrainageWorkflowArgs) GetNamespaceName() string

func (*DrainageWorkflowArgs) GetVersion added in v1.27.0

func (*DrainageWorkflowArgs) Marshal added in v1.27.0

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

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

func (*DrainageWorkflowArgs) ProtoMessage added in v1.27.0

func (*DrainageWorkflowArgs) ProtoMessage()

func (*DrainageWorkflowArgs) ProtoReflect added in v1.27.0

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

func (*DrainageWorkflowArgs) Reset added in v1.27.0

func (x *DrainageWorkflowArgs) Reset()

func (*DrainageWorkflowArgs) Size added in v1.27.0

func (val *DrainageWorkflowArgs) Size() int

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

func (*DrainageWorkflowArgs) String added in v1.27.0

func (x *DrainageWorkflowArgs) String() string

func (*DrainageWorkflowArgs) Unmarshal added in v1.27.0

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

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

type IsVersionMissingTaskQueuesArgs added in v1.27.0

type IsVersionMissingTaskQueuesArgs struct {
	PrevCurrentVersion string `protobuf:"bytes,1,opt,name=prev_current_version,json=prevCurrentVersion,proto3" json:"prev_current_version,omitempty"`
	NewCurrentVersion  string `protobuf:"bytes,2,opt,name=new_current_version,json=newCurrentVersion,proto3" json:"new_current_version,omitempty"`
	// contains filtered or unexported fields
}

used as Worker Deployment activity input:

func (*IsVersionMissingTaskQueuesArgs) Descriptor deprecated added in v1.27.0

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

Deprecated: Use IsVersionMissingTaskQueuesArgs.ProtoReflect.Descriptor instead.

func (*IsVersionMissingTaskQueuesArgs) Equal added in v1.27.0

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

Equal returns whether two IsVersionMissingTaskQueuesArgs 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 (*IsVersionMissingTaskQueuesArgs) GetNewCurrentVersion added in v1.27.0

func (x *IsVersionMissingTaskQueuesArgs) GetNewCurrentVersion() string

func (*IsVersionMissingTaskQueuesArgs) GetPrevCurrentVersion added in v1.27.0

func (x *IsVersionMissingTaskQueuesArgs) GetPrevCurrentVersion() string

func (*IsVersionMissingTaskQueuesArgs) Marshal added in v1.27.0

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

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

func (*IsVersionMissingTaskQueuesArgs) ProtoMessage added in v1.27.0

func (*IsVersionMissingTaskQueuesArgs) ProtoMessage()

func (*IsVersionMissingTaskQueuesArgs) ProtoReflect added in v1.27.0

func (*IsVersionMissingTaskQueuesArgs) Reset added in v1.27.0

func (x *IsVersionMissingTaskQueuesArgs) Reset()

func (*IsVersionMissingTaskQueuesArgs) Size added in v1.27.0

func (val *IsVersionMissingTaskQueuesArgs) Size() int

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

func (*IsVersionMissingTaskQueuesArgs) String added in v1.27.0

func (*IsVersionMissingTaskQueuesArgs) Unmarshal added in v1.27.0

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

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

type IsVersionMissingTaskQueuesResult added in v1.27.0

type IsVersionMissingTaskQueuesResult struct {
	IsMissingTaskQueues bool `protobuf:"varint,1,opt,name=is_missing_task_queues,json=isMissingTaskQueues,proto3" json:"is_missing_task_queues,omitempty"`
	// contains filtered or unexported fields
}

used as Worker Deployment activity output:

func (*IsVersionMissingTaskQueuesResult) Descriptor deprecated added in v1.27.0

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

Deprecated: Use IsVersionMissingTaskQueuesResult.ProtoReflect.Descriptor instead.

func (*IsVersionMissingTaskQueuesResult) Equal added in v1.27.0

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

Equal returns whether two IsVersionMissingTaskQueuesResult 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 (*IsVersionMissingTaskQueuesResult) GetIsMissingTaskQueues added in v1.27.0

func (x *IsVersionMissingTaskQueuesResult) GetIsMissingTaskQueues() bool

func (*IsVersionMissingTaskQueuesResult) Marshal added in v1.27.0

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

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

func (*IsVersionMissingTaskQueuesResult) ProtoMessage added in v1.27.0

func (*IsVersionMissingTaskQueuesResult) ProtoMessage()

func (*IsVersionMissingTaskQueuesResult) ProtoReflect added in v1.27.0

func (*IsVersionMissingTaskQueuesResult) Reset added in v1.27.0

func (*IsVersionMissingTaskQueuesResult) Size added in v1.27.0

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

func (*IsVersionMissingTaskQueuesResult) String added in v1.27.0

func (*IsVersionMissingTaskQueuesResult) Unmarshal added in v1.27.0

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

Unmarshal an object of type IsVersionMissingTaskQueuesResult 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 QueryDescribeVersionResponse added in v1.27.0

type QueryDescribeVersionResponse struct {
	VersionState *VersionLocalState `protobuf:"bytes,1,opt,name=version_state,json=versionState,proto3" json:"version_state,omitempty"`
	// contains filtered or unexported fields
}

used as Worker Deployment Version workflow query response:

func (*QueryDescribeVersionResponse) Descriptor deprecated added in v1.27.0

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

Deprecated: Use QueryDescribeVersionResponse.ProtoReflect.Descriptor instead.

func (*QueryDescribeVersionResponse) Equal added in v1.27.0

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

Equal returns whether two QueryDescribeVersionResponse 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 (*QueryDescribeVersionResponse) GetVersionState added in v1.27.0

func (x *QueryDescribeVersionResponse) GetVersionState() *VersionLocalState

func (*QueryDescribeVersionResponse) Marshal added in v1.27.0

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

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

func (*QueryDescribeVersionResponse) ProtoMessage added in v1.27.0

func (*QueryDescribeVersionResponse) ProtoMessage()

func (*QueryDescribeVersionResponse) ProtoReflect added in v1.27.0

func (*QueryDescribeVersionResponse) Reset added in v1.27.0

func (x *QueryDescribeVersionResponse) Reset()

func (*QueryDescribeVersionResponse) Size added in v1.27.0

func (val *QueryDescribeVersionResponse) Size() int

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

func (*QueryDescribeVersionResponse) String added in v1.27.0

func (*QueryDescribeVersionResponse) Unmarshal added in v1.27.0

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

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

type QueryDescribeWorkerDeploymentResponse added in v1.27.0

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

used as Worker Deployment Version workflow query response:

func (*QueryDescribeWorkerDeploymentResponse) Descriptor deprecated added in v1.27.0

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

Deprecated: Use QueryDescribeWorkerDeploymentResponse.ProtoReflect.Descriptor instead.

func (*QueryDescribeWorkerDeploymentResponse) Equal added in v1.27.0

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

Equal returns whether two QueryDescribeWorkerDeploymentResponse 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 (*QueryDescribeWorkerDeploymentResponse) GetState added in v1.27.0

func (*QueryDescribeWorkerDeploymentResponse) Marshal added in v1.27.0

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

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

func (*QueryDescribeWorkerDeploymentResponse) ProtoMessage added in v1.27.0

func (*QueryDescribeWorkerDeploymentResponse) ProtoMessage()

func (*QueryDescribeWorkerDeploymentResponse) ProtoReflect added in v1.27.0

func (*QueryDescribeWorkerDeploymentResponse) Reset added in v1.27.0

func (*QueryDescribeWorkerDeploymentResponse) Size added in v1.27.0

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

func (*QueryDescribeWorkerDeploymentResponse) String added in v1.27.0

func (*QueryDescribeWorkerDeploymentResponse) Unmarshal added in v1.27.0

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

Unmarshal an object of type QueryDescribeWorkerDeploymentResponse 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   v11.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() v11.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 RegisterWorkerInVersionArgs added in v1.27.0

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

used as Worker Deployment Version workflow update input:

func (*RegisterWorkerInVersionArgs) Descriptor deprecated added in v1.27.0

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

Deprecated: Use RegisterWorkerInVersionArgs.ProtoReflect.Descriptor instead.

func (*RegisterWorkerInVersionArgs) Equal added in v1.27.0

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

Equal returns whether two RegisterWorkerInVersionArgs 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 (*RegisterWorkerInVersionArgs) GetMaxTaskQueues added in v1.27.0

func (x *RegisterWorkerInVersionArgs) GetMaxTaskQueues() int32

func (*RegisterWorkerInVersionArgs) GetTaskQueueName added in v1.27.0

func (x *RegisterWorkerInVersionArgs) GetTaskQueueName() string

func (*RegisterWorkerInVersionArgs) GetTaskQueueType added in v1.27.0

func (x *RegisterWorkerInVersionArgs) GetTaskQueueType() v11.TaskQueueType

func (*RegisterWorkerInVersionArgs) Marshal added in v1.27.0

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

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

func (*RegisterWorkerInVersionArgs) ProtoMessage added in v1.27.0

func (*RegisterWorkerInVersionArgs) ProtoMessage()

func (*RegisterWorkerInVersionArgs) ProtoReflect added in v1.27.0

func (*RegisterWorkerInVersionArgs) Reset added in v1.27.0

func (x *RegisterWorkerInVersionArgs) Reset()

func (*RegisterWorkerInVersionArgs) Size added in v1.27.0

func (val *RegisterWorkerInVersionArgs) Size() int

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

func (*RegisterWorkerInVersionArgs) String added in v1.27.0

func (x *RegisterWorkerInVersionArgs) String() string

func (*RegisterWorkerInVersionArgs) Unmarshal added in v1.27.0

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

Unmarshal an object of type RegisterWorkerInVersionArgs 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 SetCurrentVersionArgs added in v1.27.0

type SetCurrentVersionArgs struct {
	Identity                string `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"`
	Version                 string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	IgnoreMissingTaskQueues bool   `` /* 135-byte string literal not displayed */
	ConflictToken           []byte `protobuf:"bytes,4,opt,name=conflict_token,json=conflictToken,proto3" json:"conflict_token,omitempty"`
	// contains filtered or unexported fields
}

used as Worker Deployment workflow update input:

func (*SetCurrentVersionArgs) Descriptor deprecated added in v1.27.0

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

Deprecated: Use SetCurrentVersionArgs.ProtoReflect.Descriptor instead.

func (*SetCurrentVersionArgs) Equal added in v1.27.0

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

Equal returns whether two SetCurrentVersionArgs 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 (*SetCurrentVersionArgs) GetConflictToken added in v1.27.0

func (x *SetCurrentVersionArgs) GetConflictToken() []byte

func (*SetCurrentVersionArgs) GetIdentity added in v1.27.0

func (x *SetCurrentVersionArgs) GetIdentity() string

func (*SetCurrentVersionArgs) GetIgnoreMissingTaskQueues added in v1.27.0

func (x *SetCurrentVersionArgs) GetIgnoreMissingTaskQueues() bool

func (*SetCurrentVersionArgs) GetVersion added in v1.27.0

func (x *SetCurrentVersionArgs) GetVersion() string

func (*SetCurrentVersionArgs) Marshal added in v1.27.0

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

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

func (*SetCurrentVersionArgs) ProtoMessage added in v1.27.0

func (*SetCurrentVersionArgs) ProtoMessage()

func (*SetCurrentVersionArgs) ProtoReflect added in v1.27.0

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

func (*SetCurrentVersionArgs) Reset added in v1.27.0

func (x *SetCurrentVersionArgs) Reset()

func (*SetCurrentVersionArgs) Size added in v1.27.0

func (val *SetCurrentVersionArgs) Size() int

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

func (*SetCurrentVersionArgs) String added in v1.27.0

func (x *SetCurrentVersionArgs) String() string

func (*SetCurrentVersionArgs) Unmarshal added in v1.27.0

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

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

type SetCurrentVersionResponse added in v1.27.0

type SetCurrentVersionResponse struct {
	PreviousVersion string `protobuf:"bytes,1,opt,name=previous_version,json=previousVersion,proto3" json:"previous_version,omitempty"`
	ConflictToken   []byte `protobuf:"bytes,2,opt,name=conflict_token,json=conflictToken,proto3" json:"conflict_token,omitempty"`
	// contains filtered or unexported fields
}

used as Worker Deployment update response:

func (*SetCurrentVersionResponse) Descriptor deprecated added in v1.27.0

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

Deprecated: Use SetCurrentVersionResponse.ProtoReflect.Descriptor instead.

func (*SetCurrentVersionResponse) Equal added in v1.27.0

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

Equal returns whether two SetCurrentVersionResponse 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 (*SetCurrentVersionResponse) GetConflictToken added in v1.27.0

func (x *SetCurrentVersionResponse) GetConflictToken() []byte

func (*SetCurrentVersionResponse) GetPreviousVersion added in v1.27.0

func (x *SetCurrentVersionResponse) GetPreviousVersion() string

func (*SetCurrentVersionResponse) Marshal added in v1.27.0

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

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

func (*SetCurrentVersionResponse) ProtoMessage added in v1.27.0

func (*SetCurrentVersionResponse) ProtoMessage()

func (*SetCurrentVersionResponse) ProtoReflect added in v1.27.0

func (*SetCurrentVersionResponse) Reset added in v1.27.0

func (x *SetCurrentVersionResponse) Reset()

func (*SetCurrentVersionResponse) Size added in v1.27.0

func (val *SetCurrentVersionResponse) Size() int

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

func (*SetCurrentVersionResponse) String added in v1.27.0

func (x *SetCurrentVersionResponse) String() string

func (*SetCurrentVersionResponse) Unmarshal added in v1.27.0

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

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

type SetRampingVersionArgs added in v1.27.0

type SetRampingVersionArgs struct {
	Identity                string  `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"`
	Version                 string  `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	Percentage              float32 `protobuf:"fixed32,3,opt,name=percentage,proto3" json:"percentage,omitempty"`
	IgnoreMissingTaskQueues bool    `` /* 135-byte string literal not displayed */
	ConflictToken           []byte  `protobuf:"bytes,5,opt,name=conflict_token,json=conflictToken,proto3" json:"conflict_token,omitempty"`
	// contains filtered or unexported fields
}

used as Worker Deployment workflow update input:

func (*SetRampingVersionArgs) Descriptor deprecated added in v1.27.0

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

Deprecated: Use SetRampingVersionArgs.ProtoReflect.Descriptor instead.

func (*SetRampingVersionArgs) Equal added in v1.27.0

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

Equal returns whether two SetRampingVersionArgs 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 (*SetRampingVersionArgs) GetConflictToken added in v1.27.0

func (x *SetRampingVersionArgs) GetConflictToken() []byte

func (*SetRampingVersionArgs) GetIdentity added in v1.27.0

func (x *SetRampingVersionArgs) GetIdentity() string

func (*SetRampingVersionArgs) GetIgnoreMissingTaskQueues added in v1.27.0

func (x *SetRampingVersionArgs) GetIgnoreMissingTaskQueues() bool

func (*SetRampingVersionArgs) GetPercentage added in v1.27.0

func (x *SetRampingVersionArgs) GetPercentage() float32

func (*SetRampingVersionArgs) GetVersion added in v1.27.0

func (x *SetRampingVersionArgs) GetVersion() string

func (*SetRampingVersionArgs) Marshal added in v1.27.0

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

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

func (*SetRampingVersionArgs) ProtoMessage added in v1.27.0

func (*SetRampingVersionArgs) ProtoMessage()

func (*SetRampingVersionArgs) ProtoReflect added in v1.27.0

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

func (*SetRampingVersionArgs) Reset added in v1.27.0

func (x *SetRampingVersionArgs) Reset()

func (*SetRampingVersionArgs) Size added in v1.27.0

func (val *SetRampingVersionArgs) Size() int

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

func (*SetRampingVersionArgs) String added in v1.27.0

func (x *SetRampingVersionArgs) String() string

func (*SetRampingVersionArgs) Unmarshal added in v1.27.0

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

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

type SetRampingVersionResponse added in v1.27.0

type SetRampingVersionResponse struct {
	PreviousVersion    string  `protobuf:"bytes,1,opt,name=previous_version,json=previousVersion,proto3" json:"previous_version,omitempty"`
	PreviousPercentage float32 `protobuf:"fixed32,2,opt,name=previous_percentage,json=previousPercentage,proto3" json:"previous_percentage,omitempty"`
	ConflictToken      []byte  `protobuf:"bytes,3,opt,name=conflict_token,json=conflictToken,proto3" json:"conflict_token,omitempty"`
	// contains filtered or unexported fields
}

used as Worker Deployment update response:

func (*SetRampingVersionResponse) Descriptor deprecated added in v1.27.0

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

Deprecated: Use SetRampingVersionResponse.ProtoReflect.Descriptor instead.

func (*SetRampingVersionResponse) Equal added in v1.27.0

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

Equal returns whether two SetRampingVersionResponse 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 (*SetRampingVersionResponse) GetConflictToken added in v1.27.0

func (x *SetRampingVersionResponse) GetConflictToken() []byte

func (*SetRampingVersionResponse) GetPreviousPercentage added in v1.27.0

func (x *SetRampingVersionResponse) GetPreviousPercentage() float32

func (*SetRampingVersionResponse) GetPreviousVersion added in v1.27.0

func (x *SetRampingVersionResponse) GetPreviousVersion() string

func (*SetRampingVersionResponse) Marshal added in v1.27.0

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

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

func (*SetRampingVersionResponse) ProtoMessage added in v1.27.0

func (*SetRampingVersionResponse) ProtoMessage()

func (*SetRampingVersionResponse) ProtoReflect added in v1.27.0

func (*SetRampingVersionResponse) Reset added in v1.27.0

func (x *SetRampingVersionResponse) Reset()

func (*SetRampingVersionResponse) Size added in v1.27.0

func (val *SetRampingVersionResponse) Size() int

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

func (*SetRampingVersionResponse) String added in v1.27.0

func (x *SetRampingVersionResponse) String() string

func (*SetRampingVersionResponse) Unmarshal added in v1.27.0

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

Unmarshal an object of type SetRampingVersionResponse 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 StartWorkerDeploymentRequest added in v1.27.0

type StartWorkerDeploymentRequest struct {
	DeploymentName string `protobuf:"bytes,1,opt,name=deployment_name,json=deploymentName,proto3" json:"deployment_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 Worker Deployment Version workflow activity input:

func (*StartWorkerDeploymentRequest) Descriptor deprecated added in v1.27.0

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

Deprecated: Use StartWorkerDeploymentRequest.ProtoReflect.Descriptor instead.

func (*StartWorkerDeploymentRequest) Equal added in v1.27.0

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

Equal returns whether two StartWorkerDeploymentRequest 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 (*StartWorkerDeploymentRequest) GetDeploymentName added in v1.27.0

func (x *StartWorkerDeploymentRequest) GetDeploymentName() string

func (*StartWorkerDeploymentRequest) GetRequestId added in v1.27.0

func (x *StartWorkerDeploymentRequest) GetRequestId() string

func (*StartWorkerDeploymentRequest) Marshal added in v1.27.0

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

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

func (*StartWorkerDeploymentRequest) ProtoMessage added in v1.27.0

func (*StartWorkerDeploymentRequest) ProtoMessage()

func (*StartWorkerDeploymentRequest) ProtoReflect added in v1.27.0

func (*StartWorkerDeploymentRequest) Reset added in v1.27.0

func (x *StartWorkerDeploymentRequest) Reset()

func (*StartWorkerDeploymentRequest) Size added in v1.27.0

func (val *StartWorkerDeploymentRequest) Size() int

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

func (*StartWorkerDeploymentRequest) String added in v1.27.0

func (*StartWorkerDeploymentRequest) Unmarshal added in v1.27.0

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

Unmarshal an object of type StartWorkerDeploymentRequest 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 SyncDeploymentVersionUserDataRequest added in v1.27.0

type SyncDeploymentVersionUserDataRequest struct {
	Version *WorkerDeploymentVersion                             `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	Sync    []*SyncDeploymentVersionUserDataRequest_SyncUserData `protobuf:"bytes,2,rep,name=sync,proto3" json:"sync,omitempty"`
	// if true, the version will be forgotten from the task queue user data.
	ForgetVersion bool `protobuf:"varint,3,opt,name=forget_version,json=forgetVersion,proto3" json:"forget_version,omitempty"`
	// contains filtered or unexported fields
}

used as Worker Deployment Version workflow activity input:

func (*SyncDeploymentVersionUserDataRequest) Descriptor deprecated added in v1.27.0

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

Deprecated: Use SyncDeploymentVersionUserDataRequest.ProtoReflect.Descriptor instead.

func (*SyncDeploymentVersionUserDataRequest) Equal added in v1.27.0

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

Equal returns whether two SyncDeploymentVersionUserDataRequest 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 (*SyncDeploymentVersionUserDataRequest) GetForgetVersion added in v1.27.0

func (x *SyncDeploymentVersionUserDataRequest) GetForgetVersion() bool

func (*SyncDeploymentVersionUserDataRequest) GetSync added in v1.27.0

func (*SyncDeploymentVersionUserDataRequest) GetVersion added in v1.27.0

func (*SyncDeploymentVersionUserDataRequest) Marshal added in v1.27.0

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

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

func (*SyncDeploymentVersionUserDataRequest) ProtoMessage added in v1.27.0

func (*SyncDeploymentVersionUserDataRequest) ProtoMessage()

func (*SyncDeploymentVersionUserDataRequest) ProtoReflect added in v1.27.0

func (*SyncDeploymentVersionUserDataRequest) Reset added in v1.27.0

func (*SyncDeploymentVersionUserDataRequest) Size added in v1.27.0

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

func (*SyncDeploymentVersionUserDataRequest) String added in v1.27.0

func (*SyncDeploymentVersionUserDataRequest) Unmarshal added in v1.27.0

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

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

type SyncDeploymentVersionUserDataRequest_SyncUserData added in v1.27.0

type SyncDeploymentVersionUserDataRequest_SyncUserData struct {
	Name  string                 `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Types []v11.TaskQueueType    `protobuf:"varint,2,rep,packed,name=types,proto3,enum=temporal.api.enums.v1.TaskQueueType" json:"types,omitempty"`
	Data  *DeploymentVersionData `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncDeploymentVersionUserDataRequest_SyncUserData) Descriptor deprecated added in v1.27.0

Deprecated: Use SyncDeploymentVersionUserDataRequest_SyncUserData.ProtoReflect.Descriptor instead.

func (*SyncDeploymentVersionUserDataRequest_SyncUserData) GetData added in v1.27.0

func (*SyncDeploymentVersionUserDataRequest_SyncUserData) GetName added in v1.27.0

func (*SyncDeploymentVersionUserDataRequest_SyncUserData) GetTypes added in v1.27.0

func (*SyncDeploymentVersionUserDataRequest_SyncUserData) ProtoMessage added in v1.27.0

func (*SyncDeploymentVersionUserDataRequest_SyncUserData) ProtoReflect added in v1.27.0

func (*SyncDeploymentVersionUserDataRequest_SyncUserData) Reset added in v1.27.0

func (*SyncDeploymentVersionUserDataRequest_SyncUserData) String added in v1.27.0

type SyncDeploymentVersionUserDataResponse added in v1.27.0

type SyncDeploymentVersionUserDataResponse struct {
	TaskQueueMaxVersions map[string]int64 `` /* 214-byte string literal not displayed */
	// contains filtered or unexported fields
}

used as Worker Deployment Version workflow activity output:

func (*SyncDeploymentVersionUserDataResponse) Descriptor deprecated added in v1.27.0

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

Deprecated: Use SyncDeploymentVersionUserDataResponse.ProtoReflect.Descriptor instead.

func (*SyncDeploymentVersionUserDataResponse) Equal added in v1.27.0

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

Equal returns whether two SyncDeploymentVersionUserDataResponse 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 (*SyncDeploymentVersionUserDataResponse) GetTaskQueueMaxVersions added in v1.27.0

func (x *SyncDeploymentVersionUserDataResponse) GetTaskQueueMaxVersions() map[string]int64

func (*SyncDeploymentVersionUserDataResponse) Marshal added in v1.27.0

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

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

func (*SyncDeploymentVersionUserDataResponse) ProtoMessage added in v1.27.0

func (*SyncDeploymentVersionUserDataResponse) ProtoMessage()

func (*SyncDeploymentVersionUserDataResponse) ProtoReflect added in v1.27.0

func (*SyncDeploymentVersionUserDataResponse) Reset added in v1.27.0

func (*SyncDeploymentVersionUserDataResponse) Size added in v1.27.0

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

func (*SyncDeploymentVersionUserDataResponse) String added in v1.27.0

func (*SyncDeploymentVersionUserDataResponse) Unmarshal added in v1.27.0

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

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

type SyncDrainageInfoSignalArgs added in v1.27.0

type SyncDrainageInfoSignalArgs struct {
	DrainageInfo *v1.VersionDrainageInfo `protobuf:"bytes,1,opt,name=drainage_info,json=drainageInfo,proto3" json:"drainage_info,omitempty"`
	// contains filtered or unexported fields
}

Sent from Drainage child workflow to Version parent

func (*SyncDrainageInfoSignalArgs) Descriptor deprecated added in v1.27.0

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

Deprecated: Use SyncDrainageInfoSignalArgs.ProtoReflect.Descriptor instead.

func (*SyncDrainageInfoSignalArgs) Equal added in v1.27.0

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

Equal returns whether two SyncDrainageInfoSignalArgs 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 (*SyncDrainageInfoSignalArgs) GetDrainageInfo added in v1.27.0

func (x *SyncDrainageInfoSignalArgs) GetDrainageInfo() *v1.VersionDrainageInfo

func (*SyncDrainageInfoSignalArgs) Marshal added in v1.27.0

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

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

func (*SyncDrainageInfoSignalArgs) ProtoMessage added in v1.27.0

func (*SyncDrainageInfoSignalArgs) ProtoMessage()

func (*SyncDrainageInfoSignalArgs) ProtoReflect added in v1.27.0

func (*SyncDrainageInfoSignalArgs) Reset added in v1.27.0

func (x *SyncDrainageInfoSignalArgs) Reset()

func (*SyncDrainageInfoSignalArgs) Size added in v1.27.0

func (val *SyncDrainageInfoSignalArgs) Size() int

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

func (*SyncDrainageInfoSignalArgs) String added in v1.27.0

func (x *SyncDrainageInfoSignalArgs) String() string

func (*SyncDrainageInfoSignalArgs) Unmarshal added in v1.27.0

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

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

type SyncDrainageStatusSignalArgs added in v1.27.0

type SyncDrainageStatusSignalArgs struct {
	Version        string                    `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	DrainageStatus v11.VersionDrainageStatus `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

Sent from Version workflow to Worker Deployment workflow

func (*SyncDrainageStatusSignalArgs) Descriptor deprecated added in v1.27.0

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

Deprecated: Use SyncDrainageStatusSignalArgs.ProtoReflect.Descriptor instead.

func (*SyncDrainageStatusSignalArgs) Equal added in v1.27.0

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

Equal returns whether two SyncDrainageStatusSignalArgs 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 (*SyncDrainageStatusSignalArgs) GetDrainageStatus added in v1.27.0

func (*SyncDrainageStatusSignalArgs) GetVersion added in v1.27.0

func (x *SyncDrainageStatusSignalArgs) GetVersion() string

func (*SyncDrainageStatusSignalArgs) Marshal added in v1.27.0

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

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

func (*SyncDrainageStatusSignalArgs) ProtoMessage added in v1.27.0

func (*SyncDrainageStatusSignalArgs) ProtoMessage()

func (*SyncDrainageStatusSignalArgs) ProtoReflect added in v1.27.0

func (*SyncDrainageStatusSignalArgs) Reset added in v1.27.0

func (x *SyncDrainageStatusSignalArgs) Reset()

func (*SyncDrainageStatusSignalArgs) Size added in v1.27.0

func (val *SyncDrainageStatusSignalArgs) Size() int

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

func (*SyncDrainageStatusSignalArgs) String added in v1.27.0

func (*SyncDrainageStatusSignalArgs) Unmarshal added in v1.27.0

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

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

type SyncUnversionedRampActivityArgs added in v1.27.0

type SyncUnversionedRampActivityArgs struct {
	CurrentVersion string                      `protobuf:"bytes,1,opt,name=current_version,json=currentVersion,proto3" json:"current_version,omitempty"`
	UpdateArgs     *SyncVersionStateUpdateArgs `protobuf:"bytes,2,opt,name=update_args,json=updateArgs,proto3" json:"update_args,omitempty"`
	// contains filtered or unexported fields
}

used as Worker Deployment workflow activity input:

func (*SyncUnversionedRampActivityArgs) Descriptor deprecated added in v1.27.0

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

Deprecated: Use SyncUnversionedRampActivityArgs.ProtoReflect.Descriptor instead.

func (*SyncUnversionedRampActivityArgs) Equal added in v1.27.0

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

Equal returns whether two SyncUnversionedRampActivityArgs 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 (*SyncUnversionedRampActivityArgs) GetCurrentVersion added in v1.27.0

func (x *SyncUnversionedRampActivityArgs) GetCurrentVersion() string

func (*SyncUnversionedRampActivityArgs) GetUpdateArgs added in v1.27.0

func (*SyncUnversionedRampActivityArgs) Marshal added in v1.27.0

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

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

func (*SyncUnversionedRampActivityArgs) ProtoMessage added in v1.27.0

func (*SyncUnversionedRampActivityArgs) ProtoMessage()

func (*SyncUnversionedRampActivityArgs) ProtoReflect added in v1.27.0

func (*SyncUnversionedRampActivityArgs) Reset added in v1.27.0

func (*SyncUnversionedRampActivityArgs) Size added in v1.27.0

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

func (*SyncUnversionedRampActivityArgs) String added in v1.27.0

func (*SyncUnversionedRampActivityArgs) Unmarshal added in v1.27.0

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

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

type SyncUnversionedRampActivityResponse added in v1.27.0

type SyncUnversionedRampActivityResponse struct {
	TaskQueueMaxVersions map[string]int64 `` /* 214-byte string literal not displayed */
	// contains filtered or unexported fields
}

used as Worker Deployment workflow activity output:

func (*SyncUnversionedRampActivityResponse) Descriptor deprecated added in v1.27.0

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

Deprecated: Use SyncUnversionedRampActivityResponse.ProtoReflect.Descriptor instead.

func (*SyncUnversionedRampActivityResponse) Equal added in v1.27.0

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

Equal returns whether two SyncUnversionedRampActivityResponse 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 (*SyncUnversionedRampActivityResponse) GetTaskQueueMaxVersions added in v1.27.0

func (x *SyncUnversionedRampActivityResponse) GetTaskQueueMaxVersions() map[string]int64

func (*SyncUnversionedRampActivityResponse) Marshal added in v1.27.0

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

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

func (*SyncUnversionedRampActivityResponse) ProtoMessage added in v1.27.0

func (*SyncUnversionedRampActivityResponse) ProtoMessage()

func (*SyncUnversionedRampActivityResponse) ProtoReflect added in v1.27.0

func (*SyncUnversionedRampActivityResponse) Reset added in v1.27.0

func (*SyncUnversionedRampActivityResponse) Size added in v1.27.0

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

func (*SyncUnversionedRampActivityResponse) String added in v1.27.0

func (*SyncUnversionedRampActivityResponse) Unmarshal added in v1.27.0

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

Unmarshal an object of type SyncUnversionedRampActivityResponse 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 v11.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 SyncUserDataResponse added in v1.27.0

type SyncUserDataResponse struct {
	TaskQueueMaxVersions map[string]int64 `` /* 214-byte string literal not displayed */
	// contains filtered or unexported fields
}

used as deployment workflow activity output:

func (*SyncUserDataResponse) Descriptor deprecated added in v1.27.0

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

Deprecated: Use SyncUserDataResponse.ProtoReflect.Descriptor instead.

func (*SyncUserDataResponse) Equal added in v1.27.0

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

Equal returns whether two SyncUserDataResponse 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 (*SyncUserDataResponse) GetTaskQueueMaxVersions added in v1.27.0

func (x *SyncUserDataResponse) GetTaskQueueMaxVersions() map[string]int64

func (*SyncUserDataResponse) Marshal added in v1.27.0

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

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

func (*SyncUserDataResponse) ProtoMessage added in v1.27.0

func (*SyncUserDataResponse) ProtoMessage()

func (*SyncUserDataResponse) ProtoReflect added in v1.27.0

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

func (*SyncUserDataResponse) Reset added in v1.27.0

func (x *SyncUserDataResponse) Reset()

func (*SyncUserDataResponse) Size added in v1.27.0

func (val *SyncUserDataResponse) Size() int

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

func (*SyncUserDataResponse) String added in v1.27.0

func (x *SyncUserDataResponse) String() string

func (*SyncUserDataResponse) Unmarshal added in v1.27.0

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

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

type SyncVersionStateActivityArgs added in v1.27.0

type SyncVersionStateActivityArgs struct {
	DeploymentName string `protobuf:"bytes,1,opt,name=deployment_name,json=deploymentName,proto3" json:"deployment_name,omitempty"`
	// <deployment_name>.<build_id> or possibly just <version_id> in the future
	Version    string                      `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	UpdateArgs *SyncVersionStateUpdateArgs `protobuf:"bytes,3,opt,name=update_args,json=updateArgs,proto3" json:"update_args,omitempty"`
	RequestId  string                      `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

used as Worker Deployment activity input:

func (*SyncVersionStateActivityArgs) Descriptor deprecated added in v1.27.0

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

Deprecated: Use SyncVersionStateActivityArgs.ProtoReflect.Descriptor instead.

func (*SyncVersionStateActivityArgs) Equal added in v1.27.0

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

Equal returns whether two SyncVersionStateActivityArgs 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 (*SyncVersionStateActivityArgs) GetDeploymentName added in v1.27.0

func (x *SyncVersionStateActivityArgs) GetDeploymentName() string

func (*SyncVersionStateActivityArgs) GetRequestId added in v1.27.0

func (x *SyncVersionStateActivityArgs) GetRequestId() string

func (*SyncVersionStateActivityArgs) GetUpdateArgs added in v1.27.0

func (*SyncVersionStateActivityArgs) GetVersion added in v1.27.0

func (x *SyncVersionStateActivityArgs) GetVersion() string

func (*SyncVersionStateActivityArgs) Marshal added in v1.27.0

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

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

func (*SyncVersionStateActivityArgs) ProtoMessage added in v1.27.0

func (*SyncVersionStateActivityArgs) ProtoMessage()

func (*SyncVersionStateActivityArgs) ProtoReflect added in v1.27.0

func (*SyncVersionStateActivityArgs) Reset added in v1.27.0

func (x *SyncVersionStateActivityArgs) Reset()

func (*SyncVersionStateActivityArgs) Size added in v1.27.0

func (val *SyncVersionStateActivityArgs) Size() int

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

func (*SyncVersionStateActivityArgs) String added in v1.27.0

func (*SyncVersionStateActivityArgs) Unmarshal added in v1.27.0

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

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

type SyncVersionStateActivityResult added in v1.27.0

type SyncVersionStateActivityResult struct {
	VersionState *VersionLocalState `protobuf:"bytes,1,opt,name=version_state,json=versionState,proto3" json:"version_state,omitempty"`
	// contains filtered or unexported fields
}

used as Worker Deployment activity result:

func (*SyncVersionStateActivityResult) Descriptor deprecated added in v1.27.0

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

Deprecated: Use SyncVersionStateActivityResult.ProtoReflect.Descriptor instead.

func (*SyncVersionStateActivityResult) Equal added in v1.27.0

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

Equal returns whether two SyncVersionStateActivityResult 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 (*SyncVersionStateActivityResult) GetVersionState added in v1.27.0

func (x *SyncVersionStateActivityResult) GetVersionState() *VersionLocalState

func (*SyncVersionStateActivityResult) Marshal added in v1.27.0

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

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

func (*SyncVersionStateActivityResult) ProtoMessage added in v1.27.0

func (*SyncVersionStateActivityResult) ProtoMessage()

func (*SyncVersionStateActivityResult) ProtoReflect added in v1.27.0

func (*SyncVersionStateActivityResult) Reset added in v1.27.0

func (x *SyncVersionStateActivityResult) Reset()

func (*SyncVersionStateActivityResult) Size added in v1.27.0

func (val *SyncVersionStateActivityResult) Size() int

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

func (*SyncVersionStateActivityResult) String added in v1.27.0

func (*SyncVersionStateActivityResult) Unmarshal added in v1.27.0

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

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

type SyncVersionStateResponse added in v1.27.0

type SyncVersionStateResponse struct {
	VersionState *VersionLocalState `protobuf:"bytes,1,opt,name=version_state,json=versionState,proto3" json:"version_state,omitempty"`
	// contains filtered or unexported fields
}

used as Worker Deployment workflow update response (sent from Worker Deployment workflow):

func (*SyncVersionStateResponse) Descriptor deprecated added in v1.27.0

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

Deprecated: Use SyncVersionStateResponse.ProtoReflect.Descriptor instead.

func (*SyncVersionStateResponse) Equal added in v1.27.0

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

Equal returns whether two SyncVersionStateResponse 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 (*SyncVersionStateResponse) GetVersionState added in v1.27.0

func (x *SyncVersionStateResponse) GetVersionState() *VersionLocalState

func (*SyncVersionStateResponse) Marshal added in v1.27.0

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

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

func (*SyncVersionStateResponse) ProtoMessage added in v1.27.0

func (*SyncVersionStateResponse) ProtoMessage()

func (*SyncVersionStateResponse) ProtoReflect added in v1.27.0

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

func (*SyncVersionStateResponse) Reset added in v1.27.0

func (x *SyncVersionStateResponse) Reset()

func (*SyncVersionStateResponse) Size added in v1.27.0

func (val *SyncVersionStateResponse) Size() int

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

func (*SyncVersionStateResponse) String added in v1.27.0

func (x *SyncVersionStateResponse) String() string

func (*SyncVersionStateResponse) Unmarshal added in v1.27.0

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

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

type SyncVersionStateUpdateArgs added in v1.27.0

type SyncVersionStateUpdateArgs struct {

	// Last time `current_since_time`, `ramping_since_time, or `ramp_percentage` of this version changed.
	RoutingUpdateTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=routing_update_time,json=routingUpdateTime,proto3" json:"routing_update_time,omitempty"`
	// (-- api-linter: core::0140::prepositions=disabled
	//
	//	aip.dev/not-precedent: 'Since' captures the field semantics despite being a preposition. --)
	//
	// Nil if not current.
	CurrentSinceTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=current_since_time,json=currentSinceTime,proto3" json:"current_since_time,omitempty"`
	// (-- api-linter: core::0140::prepositions=disabled
	//
	//	aip.dev/not-precedent: 'Since' captures the field semantics despite being a preposition. --)
	//
	// Nil if not ramping. Updated when the version first starts ramping, not on each ramp change.
	RampingSinceTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=ramping_since_time,json=rampingSinceTime,proto3" json:"ramping_since_time,omitempty"`
	// Range: [0, 100]. Must be zero if the version is not ramping (i.e. `ramping_since_time` is nil).
	// Can be in the range [0, 100] if the version is ramping.
	RampPercentage float32 `protobuf:"fixed32,4,opt,name=ramp_percentage,json=rampPercentage,proto3" json:"ramp_percentage,omitempty"`
	// contains filtered or unexported fields
}

used as Worker Deployment workflow update input (sent from Worker Deployment workflow):

func (*SyncVersionStateUpdateArgs) Descriptor deprecated added in v1.27.0

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

Deprecated: Use SyncVersionStateUpdateArgs.ProtoReflect.Descriptor instead.

func (*SyncVersionStateUpdateArgs) Equal added in v1.27.0

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

Equal returns whether two SyncVersionStateUpdateArgs 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 (*SyncVersionStateUpdateArgs) GetCurrentSinceTime added in v1.27.0

func (x *SyncVersionStateUpdateArgs) GetCurrentSinceTime() *timestamppb.Timestamp

func (*SyncVersionStateUpdateArgs) GetRampPercentage added in v1.27.0

func (x *SyncVersionStateUpdateArgs) GetRampPercentage() float32

func (*SyncVersionStateUpdateArgs) GetRampingSinceTime added in v1.27.0

func (x *SyncVersionStateUpdateArgs) GetRampingSinceTime() *timestamppb.Timestamp

func (*SyncVersionStateUpdateArgs) GetRoutingUpdateTime added in v1.27.0

func (x *SyncVersionStateUpdateArgs) GetRoutingUpdateTime() *timestamppb.Timestamp

func (*SyncVersionStateUpdateArgs) Marshal added in v1.27.0

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

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

func (*SyncVersionStateUpdateArgs) ProtoMessage added in v1.27.0

func (*SyncVersionStateUpdateArgs) ProtoMessage()

func (*SyncVersionStateUpdateArgs) ProtoReflect added in v1.27.0

func (*SyncVersionStateUpdateArgs) Reset added in v1.27.0

func (x *SyncVersionStateUpdateArgs) Reset()

func (*SyncVersionStateUpdateArgs) Size added in v1.27.0

func (val *SyncVersionStateUpdateArgs) Size() int

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

func (*SyncVersionStateUpdateArgs) String added in v1.27.0

func (x *SyncVersionStateUpdateArgs) String() string

func (*SyncVersionStateUpdateArgs) Unmarshal added in v1.27.0

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

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

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
}

//////////////////////////////////////////////////////////////////////// Below this line are the messages for the pre-release Deployment APIs // //////////////////////////////////////////////////////////////////////// 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

type TaskQueueVersionData added in v1.27.0

type TaskQueueVersionData struct {
	// contains filtered or unexported fields
}

Data specific to a task queue, from the perspective of a worker deployment version.

func (*TaskQueueVersionData) Descriptor deprecated added in v1.27.0

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

Deprecated: Use TaskQueueVersionData.ProtoReflect.Descriptor instead.

func (*TaskQueueVersionData) Equal added in v1.27.0

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

Equal returns whether two TaskQueueVersionData 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 (*TaskQueueVersionData) Marshal added in v1.27.0

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

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

func (*TaskQueueVersionData) ProtoMessage added in v1.27.0

func (*TaskQueueVersionData) ProtoMessage()

func (*TaskQueueVersionData) ProtoReflect added in v1.27.0

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

func (*TaskQueueVersionData) Reset added in v1.27.0

func (x *TaskQueueVersionData) Reset()

func (*TaskQueueVersionData) Size added in v1.27.0

func (val *TaskQueueVersionData) Size() int

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

func (*TaskQueueVersionData) String added in v1.27.0

func (x *TaskQueueVersionData) String() string

func (*TaskQueueVersionData) Unmarshal added in v1.27.0

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

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

type UpdateVersionMetadataArgs added in v1.27.0

type UpdateVersionMetadataArgs struct {
	UpsertEntries map[string]*v12.Payload `` /* 188-byte string literal not displayed */
	RemoveEntries []string                `protobuf:"bytes,2,rep,name=remove_entries,json=removeEntries,proto3" json:"remove_entries,omitempty"`
	Identity      string                  `protobuf:"bytes,3,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

used as Worker Deployment Version workflow update input:

func (*UpdateVersionMetadataArgs) Descriptor deprecated added in v1.27.0

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

Deprecated: Use UpdateVersionMetadataArgs.ProtoReflect.Descriptor instead.

func (*UpdateVersionMetadataArgs) Equal added in v1.27.0

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

Equal returns whether two UpdateVersionMetadataArgs 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 (*UpdateVersionMetadataArgs) GetIdentity added in v1.27.0

func (x *UpdateVersionMetadataArgs) GetIdentity() string

func (*UpdateVersionMetadataArgs) GetRemoveEntries added in v1.27.0

func (x *UpdateVersionMetadataArgs) GetRemoveEntries() []string

func (*UpdateVersionMetadataArgs) GetUpsertEntries added in v1.27.0

func (x *UpdateVersionMetadataArgs) GetUpsertEntries() map[string]*v12.Payload

func (*UpdateVersionMetadataArgs) Marshal added in v1.27.0

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

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

func (*UpdateVersionMetadataArgs) ProtoMessage added in v1.27.0

func (*UpdateVersionMetadataArgs) ProtoMessage()

func (*UpdateVersionMetadataArgs) ProtoReflect added in v1.27.0

func (*UpdateVersionMetadataArgs) Reset added in v1.27.0

func (x *UpdateVersionMetadataArgs) Reset()

func (*UpdateVersionMetadataArgs) Size added in v1.27.0

func (val *UpdateVersionMetadataArgs) Size() int

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

func (*UpdateVersionMetadataArgs) String added in v1.27.0

func (x *UpdateVersionMetadataArgs) String() string

func (*UpdateVersionMetadataArgs) Unmarshal added in v1.27.0

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

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

type UpdateVersionMetadataResponse added in v1.27.0

type UpdateVersionMetadataResponse struct {
	Metadata *v1.VersionMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

used as Worker Deployment Version workflow update response:

func (*UpdateVersionMetadataResponse) Descriptor deprecated added in v1.27.0

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

Deprecated: Use UpdateVersionMetadataResponse.ProtoReflect.Descriptor instead.

func (*UpdateVersionMetadataResponse) Equal added in v1.27.0

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

Equal returns whether two UpdateVersionMetadataResponse 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 (*UpdateVersionMetadataResponse) GetMetadata added in v1.27.0

func (*UpdateVersionMetadataResponse) Marshal added in v1.27.0

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

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

func (*UpdateVersionMetadataResponse) ProtoMessage added in v1.27.0

func (*UpdateVersionMetadataResponse) ProtoMessage()

func (*UpdateVersionMetadataResponse) ProtoReflect added in v1.27.0

func (*UpdateVersionMetadataResponse) Reset added in v1.27.0

func (x *UpdateVersionMetadataResponse) Reset()

func (*UpdateVersionMetadataResponse) Size added in v1.27.0

func (val *UpdateVersionMetadataResponse) Size() int

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

func (*UpdateVersionMetadataResponse) String added in v1.27.0

func (*UpdateVersionMetadataResponse) Unmarshal added in v1.27.0

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

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

type VersionLocalState added in v1.27.0

type VersionLocalState struct {
	Version    *WorkerDeploymentVersion `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	CreateTime *timestamppb.Timestamp   `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Last time `current_since_time`, `ramping_since_time, or `ramp_percentage` of this version changed.
	RoutingUpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=routing_update_time,json=routingUpdateTime,proto3" json:"routing_update_time,omitempty"`
	// (-- api-linter: core::0140::prepositions=disabled
	//
	//	aip.dev/not-precedent: 'Since' captures the field semantics despite being a preposition. --)
	//
	// Nil if not current.
	CurrentSinceTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=current_since_time,json=currentSinceTime,proto3" json:"current_since_time,omitempty"`
	// (-- api-linter: core::0140::prepositions=disabled
	//
	//	aip.dev/not-precedent: 'Since' captures the field semantics despite being a preposition. --)
	//
	// Nil if not ramping. Updated when the version first starts ramping, not on each ramp change.
	RampingSinceTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=ramping_since_time,json=rampingSinceTime,proto3" json:"ramping_since_time,omitempty"`
	// Range: [0, 100]. Must be zero if the version is not ramping (i.e. `ramping_since_time` is nil).
	// Can be in the range [0, 100] if the version is ramping.
	RampPercentage float32 `protobuf:"fixed32,6,opt,name=ramp_percentage,json=rampPercentage,proto3" json:"ramp_percentage,omitempty"`
	// Helps user determine when it is safe to decommission the workers of this
	// Version. Not present when version is current or ramping.
	// Current limitations:
	//   - Not supported for Unversioned mode.
	//   - Periodically refreshed, may have delays up to few minutes (consult the
	//     last_checked_time value).
	//   - Refreshed only when version is not current or ramping AND the status is not
	//     "drained" yet.
	//   - Once the status is changed to "drained", it is not changed until the Version
	//     becomes Current or Ramping again, at which time the drainage info is cleared.
	//     This means if the Version is "drained" but new workflows are sent to it via
	//     Pinned Versioning Override, the status does not account for those Pinned-override
	//     executions and remains "drained".
	DrainageInfo *v1.VersionDrainageInfo `protobuf:"bytes,7,opt,name=drainage_info,json=drainageInfo,proto3" json:"drainage_info,omitempty"`
	// Arbitrary user-provided metadata attached to this version.
	Metadata                  *v1.VersionMetadata `protobuf:"bytes,8,opt,name=metadata,proto3" json:"metadata,omitempty"`
	StartedDeploymentWorkflow bool                `` /* 139-byte string literal not displayed */
	// Key: Task Queue Name
	TaskQueueFamilies map[string]*VersionLocalState_TaskQueueFamilyData `` /* 203-byte string literal not displayed */
	// contains filtered or unexported fields
}

Local state for Worker Deployment Version

func (*VersionLocalState) Descriptor deprecated added in v1.27.0

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

Deprecated: Use VersionLocalState.ProtoReflect.Descriptor instead.

func (*VersionLocalState) Equal added in v1.27.0

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

Equal returns whether two VersionLocalState 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 (*VersionLocalState) GetCreateTime added in v1.27.0

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

func (*VersionLocalState) GetCurrentSinceTime added in v1.27.0

func (x *VersionLocalState) GetCurrentSinceTime() *timestamppb.Timestamp

func (*VersionLocalState) GetDrainageInfo added in v1.27.0

func (x *VersionLocalState) GetDrainageInfo() *v1.VersionDrainageInfo

func (*VersionLocalState) GetMetadata added in v1.27.0

func (x *VersionLocalState) GetMetadata() *v1.VersionMetadata

func (*VersionLocalState) GetRampPercentage added in v1.27.0

func (x *VersionLocalState) GetRampPercentage() float32

func (*VersionLocalState) GetRampingSinceTime added in v1.27.0

func (x *VersionLocalState) GetRampingSinceTime() *timestamppb.Timestamp

func (*VersionLocalState) GetRoutingUpdateTime added in v1.27.0

func (x *VersionLocalState) GetRoutingUpdateTime() *timestamppb.Timestamp

func (*VersionLocalState) GetStartedDeploymentWorkflow added in v1.27.0

func (x *VersionLocalState) GetStartedDeploymentWorkflow() bool

func (*VersionLocalState) GetTaskQueueFamilies added in v1.27.0

func (x *VersionLocalState) GetTaskQueueFamilies() map[string]*VersionLocalState_TaskQueueFamilyData

func (*VersionLocalState) GetVersion added in v1.27.0

func (x *VersionLocalState) GetVersion() *WorkerDeploymentVersion

func (*VersionLocalState) Marshal added in v1.27.0

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

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

func (*VersionLocalState) ProtoMessage added in v1.27.0

func (*VersionLocalState) ProtoMessage()

func (*VersionLocalState) ProtoReflect added in v1.27.0

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

func (*VersionLocalState) Reset added in v1.27.0

func (x *VersionLocalState) Reset()

func (*VersionLocalState) Size added in v1.27.0

func (val *VersionLocalState) Size() int

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

func (*VersionLocalState) String added in v1.27.0

func (x *VersionLocalState) String() string

func (*VersionLocalState) Unmarshal added in v1.27.0

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

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

type VersionLocalState_TaskQueueFamilyData added in v1.27.0

type VersionLocalState_TaskQueueFamilyData struct {

	// Key: Task Queue Type
	TaskQueues map[int32]*TaskQueueVersionData `` /* 180-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*VersionLocalState_TaskQueueFamilyData) Descriptor deprecated added in v1.27.0

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

Deprecated: Use VersionLocalState_TaskQueueFamilyData.ProtoReflect.Descriptor instead.

func (*VersionLocalState_TaskQueueFamilyData) GetTaskQueues added in v1.27.0

func (*VersionLocalState_TaskQueueFamilyData) ProtoMessage added in v1.27.0

func (*VersionLocalState_TaskQueueFamilyData) ProtoMessage()

func (*VersionLocalState_TaskQueueFamilyData) ProtoReflect added in v1.27.0

func (*VersionLocalState_TaskQueueFamilyData) Reset added in v1.27.0

func (*VersionLocalState_TaskQueueFamilyData) String added in v1.27.0

type WorkerDeploymentLocalState added in v1.27.0

type WorkerDeploymentLocalState struct {
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Encapsulates task routing information for this deployment.
	RoutingConfig        *v1.RoutingConfig                          `protobuf:"bytes,2,opt,name=routing_config,json=routingConfig,proto3" json:"routing_config,omitempty"`
	Versions             map[string]*WorkerDeploymentVersionSummary `` /* 157-byte string literal not displayed */
	ConflictToken        []byte                                     `protobuf:"bytes,4,opt,name=conflict_token,json=conflictToken,proto3" json:"conflict_token,omitempty"`
	LastModifierIdentity string                                     `protobuf:"bytes,5,opt,name=last_modifier_identity,json=lastModifierIdentity,proto3" json:"last_modifier_identity,omitempty"`
	// contains filtered or unexported fields
}

Local state for Worker Deployment

func (*WorkerDeploymentLocalState) Descriptor deprecated added in v1.27.0

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

Deprecated: Use WorkerDeploymentLocalState.ProtoReflect.Descriptor instead.

func (*WorkerDeploymentLocalState) Equal added in v1.27.0

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

Equal returns whether two WorkerDeploymentLocalState 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 (*WorkerDeploymentLocalState) GetConflictToken added in v1.27.0

func (x *WorkerDeploymentLocalState) GetConflictToken() []byte

func (*WorkerDeploymentLocalState) GetCreateTime added in v1.27.0

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

func (*WorkerDeploymentLocalState) GetLastModifierIdentity added in v1.27.0

func (x *WorkerDeploymentLocalState) GetLastModifierIdentity() string

func (*WorkerDeploymentLocalState) GetRoutingConfig added in v1.27.0

func (x *WorkerDeploymentLocalState) GetRoutingConfig() *v1.RoutingConfig

func (*WorkerDeploymentLocalState) GetVersions added in v1.27.0

func (*WorkerDeploymentLocalState) Marshal added in v1.27.0

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

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

func (*WorkerDeploymentLocalState) ProtoMessage added in v1.27.0

func (*WorkerDeploymentLocalState) ProtoMessage()

func (*WorkerDeploymentLocalState) ProtoReflect added in v1.27.0

func (*WorkerDeploymentLocalState) Reset added in v1.27.0

func (x *WorkerDeploymentLocalState) Reset()

func (*WorkerDeploymentLocalState) Size added in v1.27.0

func (val *WorkerDeploymentLocalState) Size() int

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

func (*WorkerDeploymentLocalState) String added in v1.27.0

func (x *WorkerDeploymentLocalState) String() string

func (*WorkerDeploymentLocalState) Unmarshal added in v1.27.0

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

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

type WorkerDeploymentSummary added in v1.27.0

type WorkerDeploymentSummary struct {
	Name          string                 `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	CreateTime    *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	RoutingConfig *v1.RoutingConfig      `protobuf:"bytes,3,opt,name=routing_config,json=routingConfig,proto3" json:"routing_config,omitempty"`
	// contains filtered or unexported fields
}

Subset of fields of WorkerDeploymentInfo returned in ListWorkerDeploymentsResponse

func (*WorkerDeploymentSummary) Descriptor deprecated added in v1.27.0

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

Deprecated: Use WorkerDeploymentSummary.ProtoReflect.Descriptor instead.

func (*WorkerDeploymentSummary) Equal added in v1.27.0

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

Equal returns whether two WorkerDeploymentSummary 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 (*WorkerDeploymentSummary) GetCreateTime added in v1.27.0

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

func (*WorkerDeploymentSummary) GetName added in v1.27.0

func (x *WorkerDeploymentSummary) GetName() string

func (*WorkerDeploymentSummary) GetRoutingConfig added in v1.27.0

func (x *WorkerDeploymentSummary) GetRoutingConfig() *v1.RoutingConfig

func (*WorkerDeploymentSummary) Marshal added in v1.27.0

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

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

func (*WorkerDeploymentSummary) ProtoMessage added in v1.27.0

func (*WorkerDeploymentSummary) ProtoMessage()

func (*WorkerDeploymentSummary) ProtoReflect added in v1.27.0

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

func (*WorkerDeploymentSummary) Reset added in v1.27.0

func (x *WorkerDeploymentSummary) Reset()

func (*WorkerDeploymentSummary) Size added in v1.27.0

func (val *WorkerDeploymentSummary) Size() int

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

func (*WorkerDeploymentSummary) String added in v1.27.0

func (x *WorkerDeploymentSummary) String() string

func (*WorkerDeploymentSummary) Unmarshal added in v1.27.0

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

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

type WorkerDeploymentVersion added in v1.27.0

type WorkerDeploymentVersion struct {

	// The name of the Deployment this version belongs too.
	DeploymentName string `protobuf:"bytes,1,opt,name=deployment_name,json=deploymentName,proto3" json:"deployment_name,omitempty"`
	// Build ID uniquely identifies the Deployment Version within a Deployment, but the same Build
	// ID can be used in multiple Deployments.
	BuildId string `protobuf:"bytes,2,opt,name=build_id,json=buildId,proto3" json:"build_id,omitempty"`
	// contains filtered or unexported fields
}

Identifies a Worker Deployment Version. The combination of `deployment_name` and `build_id` serve as the identifier.

func (*WorkerDeploymentVersion) Descriptor deprecated added in v1.27.0

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

Deprecated: Use WorkerDeploymentVersion.ProtoReflect.Descriptor instead.

func (*WorkerDeploymentVersion) Equal added in v1.27.0

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

Equal returns whether two WorkerDeploymentVersion 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 (*WorkerDeploymentVersion) GetBuildId added in v1.27.0

func (x *WorkerDeploymentVersion) GetBuildId() string

func (*WorkerDeploymentVersion) GetDeploymentName added in v1.27.0

func (x *WorkerDeploymentVersion) GetDeploymentName() string

func (*WorkerDeploymentVersion) Marshal added in v1.27.0

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

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

func (*WorkerDeploymentVersion) ProtoMessage added in v1.27.0

func (*WorkerDeploymentVersion) ProtoMessage()

func (*WorkerDeploymentVersion) ProtoReflect added in v1.27.0

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

func (*WorkerDeploymentVersion) Reset added in v1.27.0

func (x *WorkerDeploymentVersion) Reset()

func (*WorkerDeploymentVersion) Size added in v1.27.0

func (val *WorkerDeploymentVersion) Size() int

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

func (*WorkerDeploymentVersion) String added in v1.27.0

func (x *WorkerDeploymentVersion) String() string

func (*WorkerDeploymentVersion) Unmarshal added in v1.27.0

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

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

type WorkerDeploymentVersionSummary added in v1.27.0

type WorkerDeploymentVersionSummary struct {
	Version        string                    `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	CreateTime     *timestamppb.Timestamp    `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	DrainageStatus v11.VersionDrainageStatus `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WorkerDeploymentVersionSummary) Descriptor deprecated added in v1.27.0

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

Deprecated: Use WorkerDeploymentVersionSummary.ProtoReflect.Descriptor instead.

func (*WorkerDeploymentVersionSummary) Equal added in v1.27.0

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

Equal returns whether two WorkerDeploymentVersionSummary 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 (*WorkerDeploymentVersionSummary) GetCreateTime added in v1.27.0

func (*WorkerDeploymentVersionSummary) GetDrainageStatus added in v1.27.0

func (*WorkerDeploymentVersionSummary) GetVersion added in v1.27.0

func (x *WorkerDeploymentVersionSummary) GetVersion() string

func (*WorkerDeploymentVersionSummary) Marshal added in v1.27.0

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

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

func (*WorkerDeploymentVersionSummary) ProtoMessage added in v1.27.0

func (*WorkerDeploymentVersionSummary) ProtoMessage()

func (*WorkerDeploymentVersionSummary) ProtoReflect added in v1.27.0

func (*WorkerDeploymentVersionSummary) Reset added in v1.27.0

func (x *WorkerDeploymentVersionSummary) Reset()

func (*WorkerDeploymentVersionSummary) Size added in v1.27.0

func (val *WorkerDeploymentVersionSummary) Size() int

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

func (*WorkerDeploymentVersionSummary) String added in v1.27.0

func (*WorkerDeploymentVersionSummary) Unmarshal added in v1.27.0

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

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

type WorkerDeploymentVersionWorkflowArgs added in v1.27.0

type WorkerDeploymentVersionWorkflowArgs 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"`
	VersionState  *VersionLocalState `protobuf:"bytes,3,opt,name=version_state,json=versionState,proto3" json:"version_state,omitempty"`
	// contains filtered or unexported fields
}

used as Worker Deployment Version workflow input:

func (*WorkerDeploymentVersionWorkflowArgs) Descriptor deprecated added in v1.27.0

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

Deprecated: Use WorkerDeploymentVersionWorkflowArgs.ProtoReflect.Descriptor instead.

func (*WorkerDeploymentVersionWorkflowArgs) Equal added in v1.27.0

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

Equal returns whether two WorkerDeploymentVersionWorkflowArgs 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 (*WorkerDeploymentVersionWorkflowArgs) GetNamespaceId added in v1.27.0

func (x *WorkerDeploymentVersionWorkflowArgs) GetNamespaceId() string

func (*WorkerDeploymentVersionWorkflowArgs) GetNamespaceName added in v1.27.0

func (x *WorkerDeploymentVersionWorkflowArgs) GetNamespaceName() string

func (*WorkerDeploymentVersionWorkflowArgs) GetVersionState added in v1.27.0

func (*WorkerDeploymentVersionWorkflowArgs) Marshal added in v1.27.0

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

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

func (*WorkerDeploymentVersionWorkflowArgs) ProtoMessage added in v1.27.0

func (*WorkerDeploymentVersionWorkflowArgs) ProtoMessage()

func (*WorkerDeploymentVersionWorkflowArgs) ProtoReflect added in v1.27.0

func (*WorkerDeploymentVersionWorkflowArgs) Reset added in v1.27.0

func (*WorkerDeploymentVersionWorkflowArgs) Size added in v1.27.0

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

func (*WorkerDeploymentVersionWorkflowArgs) String added in v1.27.0

func (*WorkerDeploymentVersionWorkflowArgs) Unmarshal added in v1.27.0

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

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

type WorkerDeploymentWorkflowArgs added in v1.27.0

type WorkerDeploymentWorkflowArgs 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"`
	DeploymentName string                      `protobuf:"bytes,3,opt,name=deployment_name,json=deploymentName,proto3" json:"deployment_name,omitempty"`
	State          *WorkerDeploymentLocalState `protobuf:"bytes,4,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

used as Worker Deployment workflow input:

func (*WorkerDeploymentWorkflowArgs) Descriptor deprecated added in v1.27.0

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

Deprecated: Use WorkerDeploymentWorkflowArgs.ProtoReflect.Descriptor instead.

func (*WorkerDeploymentWorkflowArgs) Equal added in v1.27.0

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

Equal returns whether two WorkerDeploymentWorkflowArgs 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 (*WorkerDeploymentWorkflowArgs) GetDeploymentName added in v1.27.0

func (x *WorkerDeploymentWorkflowArgs) GetDeploymentName() string

func (*WorkerDeploymentWorkflowArgs) GetNamespaceId added in v1.27.0

func (x *WorkerDeploymentWorkflowArgs) GetNamespaceId() string

func (*WorkerDeploymentWorkflowArgs) GetNamespaceName added in v1.27.0

func (x *WorkerDeploymentWorkflowArgs) GetNamespaceName() string

func (*WorkerDeploymentWorkflowArgs) GetState added in v1.27.0

func (*WorkerDeploymentWorkflowArgs) Marshal added in v1.27.0

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

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

func (*WorkerDeploymentWorkflowArgs) ProtoMessage added in v1.27.0

func (*WorkerDeploymentWorkflowArgs) ProtoMessage()

func (*WorkerDeploymentWorkflowArgs) ProtoReflect added in v1.27.0

func (*WorkerDeploymentWorkflowArgs) Reset added in v1.27.0

func (x *WorkerDeploymentWorkflowArgs) Reset()

func (*WorkerDeploymentWorkflowArgs) Size added in v1.27.0

func (val *WorkerDeploymentWorkflowArgs) Size() int

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

func (*WorkerDeploymentWorkflowArgs) String added in v1.27.0

func (*WorkerDeploymentWorkflowArgs) Unmarshal added in v1.27.0

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

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

type WorkerDeploymentWorkflowMemo added in v1.27.0

type WorkerDeploymentWorkflowMemo struct {
	DeploymentName string                 `protobuf:"bytes,1,opt,name=deployment_name,json=deploymentName,proto3" json:"deployment_name,omitempty"`
	CreateTime     *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	RoutingConfig  *v1.RoutingConfig      `protobuf:"bytes,3,opt,name=routing_config,json=routingConfig,proto3" json:"routing_config,omitempty"`
	// contains filtered or unexported fields
}

used as Worker Deployment workflow memo:

func (*WorkerDeploymentWorkflowMemo) Descriptor deprecated added in v1.27.0

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

Deprecated: Use WorkerDeploymentWorkflowMemo.ProtoReflect.Descriptor instead.

func (*WorkerDeploymentWorkflowMemo) Equal added in v1.27.0

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

Equal returns whether two WorkerDeploymentWorkflowMemo 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 (*WorkerDeploymentWorkflowMemo) GetCreateTime added in v1.27.0

func (*WorkerDeploymentWorkflowMemo) GetDeploymentName added in v1.27.0

func (x *WorkerDeploymentWorkflowMemo) GetDeploymentName() string

func (*WorkerDeploymentWorkflowMemo) GetRoutingConfig added in v1.27.0

func (x *WorkerDeploymentWorkflowMemo) GetRoutingConfig() *v1.RoutingConfig

func (*WorkerDeploymentWorkflowMemo) Marshal added in v1.27.0

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

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

func (*WorkerDeploymentWorkflowMemo) ProtoMessage added in v1.27.0

func (*WorkerDeploymentWorkflowMemo) ProtoMessage()

func (*WorkerDeploymentWorkflowMemo) ProtoReflect added in v1.27.0

func (*WorkerDeploymentWorkflowMemo) Reset added in v1.27.0

func (x *WorkerDeploymentWorkflowMemo) Reset()

func (*WorkerDeploymentWorkflowMemo) Size added in v1.27.0

func (val *WorkerDeploymentWorkflowMemo) Size() int

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

func (*WorkerDeploymentWorkflowMemo) String added in v1.27.0

func (*WorkerDeploymentWorkflowMemo) Unmarshal added in v1.27.0

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

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

Jump to

Keyboard shortcuts

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