Skip to main content

Class: VersionTaskQueueInfo

v1.WorkerDeploymentVersionInfo.VersionTaskQueueInfo

Represents a VersionTaskQueueInfo.

Properties

name

name: string

VersionTaskQueueInfo name.


type

type: TaskQueueType

VersionTaskQueueInfo type.

Methods

toJSON

toJSON(): Object

Converts this VersionTaskQueueInfo to JSON.

Returns

Object

JSON object


create

create(properties?): VersionTaskQueueInfo & $Properties

Creates a new VersionTaskQueueInfo instance using the specified properties.

Parameters

NameTypeDescription
properties?$PropertiesProperties to set

Returns

VersionTaskQueueInfo & $Properties

VersionTaskQueueInfo instance

create(properties?): VersionTaskQueueInfo

Parameters

NameType
properties?$Properties

Returns

VersionTaskQueueInfo


decode

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

Decodes a VersionTaskQueueInfo message from the specified reader or buffer.

Parameters

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

Returns

VersionTaskQueueInfo & $Properties

VersionTaskQueueInfo

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): VersionTaskQueueInfo & $Properties

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

VersionTaskQueueInfo & $Properties

VersionTaskQueueInfo

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 VersionTaskQueueInfo message. Does not implicitly temporal.api.deployment.v1.WorkerDeploymentVersionInfo.VersionTaskQueueInfo.verify|verify messages.

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

Encodes the specified VersionTaskQueueInfo message, length delimited. Does not implicitly temporal.api.deployment.v1.WorkerDeploymentVersionInfo.VersionTaskQueueInfo.verify|verify messages.

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): VersionTaskQueueInfo

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

VersionTaskQueueInfo

VersionTaskQueueInfo


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messageVersionTaskQueueInfoVersionTaskQueueInfo
options?IConversionOptionsConversion options

Returns

Object

Plain object