Skip to main content

Class: DescribeWorkerDeploymentResponse

workflowservice.v1.DescribeWorkerDeploymentResponse

Represents a DescribeWorkerDeploymentResponse.

Properties

conflictToken

conflictToken: Uint8Array

This value is returned so that it can be optionally passed to APIs that write to the Worker Deployment state to ensure that the state did not change between this read and a future write.


workerDeploymentInfo

Optional workerDeploymentInfo: null | $Properties

DescribeWorkerDeploymentResponse workerDeploymentInfo.

Methods

toJSON

toJSON(): Object

Converts this DescribeWorkerDeploymentResponse to JSON.

Returns

Object

JSON object


create

create(properties?): DescribeWorkerDeploymentResponse & $Properties

Creates a new DescribeWorkerDeploymentResponse instance using the specified properties.

Parameters

NameTypeDescription
properties?$PropertiesProperties to set

Returns

DescribeWorkerDeploymentResponse & $Properties

DescribeWorkerDeploymentResponse instance

create(properties?): DescribeWorkerDeploymentResponse

Parameters

NameType
properties?$Properties

Returns

DescribeWorkerDeploymentResponse


decode

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

Decodes a DescribeWorkerDeploymentResponse message from the specified reader or buffer.

Parameters

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

Returns

DescribeWorkerDeploymentResponse & $Properties

DescribeWorkerDeploymentResponse

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): DescribeWorkerDeploymentResponse & $Properties

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

DescribeWorkerDeploymentResponse & $Properties

DescribeWorkerDeploymentResponse

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 DescribeWorkerDeploymentResponse message. Does not implicitly temporal.api.workflowservice.v1.DescribeWorkerDeploymentResponse.verify|verify messages.

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): DescribeWorkerDeploymentResponse

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

DescribeWorkerDeploymentResponse

DescribeWorkerDeploymentResponse


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messageDescribeWorkerDeploymentResponseDescribeWorkerDeploymentResponse
options?IConversionOptionsConversion options

Returns

Object

Plain object