Skip to main content

Class: Response

update.v1.Response

An Update protocol message indicating that a Workflow Update has completed with the contained outcome.

Properties

meta

Optional meta: null | $Properties

Response meta.


outcome

Optional outcome: null | $Properties

Response outcome.

Methods

toJSON

toJSON(): Object

Converts this Response to JSON.

Returns

Object

JSON object


create

create(properties?): Response & $Shape

Creates a new Response instance using the specified properties.

Parameters

NameTypeDescription
properties?$ShapeProperties to set

Returns

Response & $Shape

Response instance

create(properties?): Response

Parameters

NameType
properties?$Properties

Returns

Response


decode

decode(reader, length?): Response & $Shape

Decodes a Response message from the specified reader or buffer.

Parameters

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

Returns

Response & $Shape

Response

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): Response & $Shape

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

Response & $Shape

Response

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

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): Response

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

Response

Response


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messageResponseResponse
options?IConversionOptionsConversion options

Returns

Object

Plain object