Skip to main content

Class: PauseActivityResponse

workflowservice.v1.PauseActivityResponse

Deprecated. Use PauseActivityExecutionResponse.

Methods

toJSON

toJSON(): Object

Converts this PauseActivityResponse to JSON.

Returns

Object

JSON object


create

create(properties?): PauseActivityResponse & $Properties

Creates a new PauseActivityResponse instance using the specified properties.

Parameters

NameTypeDescription
properties?$PropertiesProperties to set

Returns

PauseActivityResponse & $Properties

PauseActivityResponse instance

create(properties?): PauseActivityResponse

Parameters

NameType
properties?$Properties

Returns

PauseActivityResponse


decode

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

Decodes a PauseActivityResponse message from the specified reader or buffer.

Parameters

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

Returns

PauseActivityResponse & $Properties

PauseActivityResponse

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): PauseActivityResponse & $Properties

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

PauseActivityResponse & $Properties

PauseActivityResponse

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

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): PauseActivityResponse

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

PauseActivityResponse

PauseActivityResponse


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messagePauseActivityResponsePauseActivityResponse
options?IConversionOptionsConversion options

Returns

Object

Plain object