Skip to main content

Class: UnpauseActivityByIdRequest

workflowservice.v1.UnpauseActivityByIdRequest

Represents an UnpauseActivityByIdRequest.

Implements

Constructors

constructor

new UnpauseActivityByIdRequest(properties?): UnpauseActivityByIdRequest

Constructs a new UnpauseActivityByIdRequest.

Parameters

NameTypeDescription
properties?IUnpauseActivityByIdRequestProperties to set

Returns

UnpauseActivityByIdRequest

Properties

activityId

activityId: string

ID of the activity we're updating.

Implementation of

IUnpauseActivityByIdRequest.activityId


identity

identity: string

The identity of the client who initiated this request.

Implementation of

IUnpauseActivityByIdRequest.identity


namespace

namespace: string

Namespace of the workflow which scheduled this activity.

Implementation of

IUnpauseActivityByIdRequest.namespace


operation

Optional operation: "resume" | "reset"

There are two options to resume the activity - with 'resume' or with 'reset'.


requestId

requestId: string

Used to de-dupe requests.

Implementation of

IUnpauseActivityByIdRequest.requestId


reset

Optional reset: null | IResetOperation

UnpauseActivityByIdRequest reset.

Implementation of

IUnpauseActivityByIdRequest.reset


resume

Optional resume: null | IResumeOperation

UnpauseActivityByIdRequest resume.

Implementation of

IUnpauseActivityByIdRequest.resume


runId

runId: string

Run ID of the workflow which scheduled this activity. If empty - latest workflow is used.

Implementation of

IUnpauseActivityByIdRequest.runId


workflowId

workflowId: string

ID of the workflow which scheduled this activity.

Implementation of

IUnpauseActivityByIdRequest.workflowId

Methods

toJSON

toJSON(): Object

Converts this UnpauseActivityByIdRequest to JSON.

Returns

Object

JSON object


create

create(properties?): UnpauseActivityByIdRequest

Creates a new UnpauseActivityByIdRequest instance using the specified properties.

Parameters

NameTypeDescription
properties?IUnpauseActivityByIdRequestProperties to set

Returns

UnpauseActivityByIdRequest

UnpauseActivityByIdRequest instance


decode

decode(reader, length?): UnpauseActivityByIdRequest

Decodes an UnpauseActivityByIdRequest message from the specified reader or buffer.

Parameters

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

Returns

UnpauseActivityByIdRequest

UnpauseActivityByIdRequest

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): UnpauseActivityByIdRequest

Decodes an UnpauseActivityByIdRequest message from the specified reader or buffer, length delimited.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

UnpauseActivityByIdRequest

UnpauseActivityByIdRequest

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

Parameters

NameTypeDescription
messageIUnpauseActivityByIdRequestUnpauseActivityByIdRequest message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

NameTypeDescription
messageIUnpauseActivityByIdRequestUnpauseActivityByIdRequest message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


fromObject

fromObject(object): UnpauseActivityByIdRequest

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

UnpauseActivityByIdRequest

UnpauseActivityByIdRequest


getTypeUrl

getTypeUrl(typeUrlPrefix?): string

Gets the default type url for UnpauseActivityByIdRequest

Parameters

NameTypeDescription
typeUrlPrefix?stringyour custom typeUrlPrefix(default "type.googleapis.com")

Returns

string

The default type url


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messageUnpauseActivityByIdRequestUnpauseActivityByIdRequest
options?IConversionOptionsConversion options

Returns

Object

Plain object