Skip to main content

Class: ResetStickyTaskQueueResponse

workflowservice.v1.ResetStickyTaskQueueResponse

Represents a ResetStickyTaskQueueResponse.

Implements

Constructors

constructor

new ResetStickyTaskQueueResponse(properties?): ResetStickyTaskQueueResponse

Constructs a new ResetStickyTaskQueueResponse.

Parameters

NameTypeDescription
properties?IResetStickyTaskQueueResponseProperties to set

Returns

ResetStickyTaskQueueResponse

Methods

toJSON

toJSON(): Object

Converts this ResetStickyTaskQueueResponse to JSON.

Returns

Object

JSON object


create

create(properties?): ResetStickyTaskQueueResponse

Creates a new ResetStickyTaskQueueResponse instance using the specified properties.

Parameters

NameTypeDescription
properties?IResetStickyTaskQueueResponseProperties to set

Returns

ResetStickyTaskQueueResponse

ResetStickyTaskQueueResponse instance


decode

decode(reader, length?): ResetStickyTaskQueueResponse

Decodes a ResetStickyTaskQueueResponse message from the specified reader or buffer.

Parameters

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

Returns

ResetStickyTaskQueueResponse

ResetStickyTaskQueueResponse

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): ResetStickyTaskQueueResponse

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

ResetStickyTaskQueueResponse

ResetStickyTaskQueueResponse

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

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): ResetStickyTaskQueueResponse

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

ResetStickyTaskQueueResponse

ResetStickyTaskQueueResponse


getTypeUrl

getTypeUrl(typeUrlPrefix?): string

Gets the default type url for ResetStickyTaskQueueResponse

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 a ResetStickyTaskQueueResponse message. Also converts values to other types if specified.

Parameters

NameTypeDescription
messageResetStickyTaskQueueResponseResetStickyTaskQueueResponse
options?IConversionOptionsConversion options

Returns

Object

Plain object