Skip to main content

Class: WorkerVersionCapabilities

common.v1.WorkerVersionCapabilities

Identifies the version that a worker is compatible with when polling or identifying itself, and whether or not this worker is opting into the build-id based versioning feature. This is used by matching to determine which workers ought to receive what tasks. Deprecated. Use WorkerDeploymentOptions instead.

Properties

buildId

buildId: string

An opaque whole-worker identifier


deploymentSeriesName

deploymentSeriesName: string

Must be sent if user has set a deployment series name (versioning-3).


useVersioning

useVersioning: boolean

If set, the worker is opting in to worker versioning, and wishes to only receive appropriate tasks.

Methods

toJSON

toJSON(): Object

Converts this WorkerVersionCapabilities to JSON.

Returns

Object

JSON object


create

create(properties?): WorkerVersionCapabilities & $Properties

Creates a new WorkerVersionCapabilities instance using the specified properties.

Parameters

NameTypeDescription
properties?$PropertiesProperties to set

Returns

WorkerVersionCapabilities & $Properties

WorkerVersionCapabilities instance

create(properties?): WorkerVersionCapabilities

Parameters

NameType
properties?$Properties

Returns

WorkerVersionCapabilities


decode

decode(reader, length?): WorkerVersionCapabilities & $Properties

Decodes a WorkerVersionCapabilities message from the specified reader or buffer.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from
length?numberMessage length if known beforehand

Returns

WorkerVersionCapabilities & $Properties

WorkerVersionCapabilities

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): WorkerVersionCapabilities & $Properties

Decodes a WorkerVersionCapabilities message from the specified reader or buffer, length delimited.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

WorkerVersionCapabilities & $Properties

WorkerVersionCapabilities

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


encode

encode(message, writer?): Writer

Encodes the specified WorkerVersionCapabilities message. Does not implicitly temporal.api.common.v1.WorkerVersionCapabilities.verify|verify messages.

Parameters

NameTypeDescription
message$PropertiesWorkerVersionCapabilities message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

Encodes the specified WorkerVersionCapabilities message, length delimited. Does not implicitly temporal.api.common.v1.WorkerVersionCapabilities.verify|verify messages.

Parameters

NameTypeDescription
message$PropertiesWorkerVersionCapabilities message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


fromObject

fromObject(object): WorkerVersionCapabilities

Creates a WorkerVersionCapabilities message from a plain object. Also converts values to their respective internal types.

Parameters

NameTypeDescription
objectObjectPlain object

Returns

WorkerVersionCapabilities

WorkerVersionCapabilities


toObject

toObject(message, options?): Object

Creates a plain object from a WorkerVersionCapabilities message. Also converts values to other types if specified.

Parameters

NameTypeDescription
messageWorkerVersionCapabilitiesWorkerVersionCapabilities
options?IConversionOptionsConversion options

Returns

Object

Plain object