Skip to main content

Class: FetchWorkerConfigRequest

workflowservice.v1.FetchWorkerConfigRequest

Represents a FetchWorkerConfigRequest.

Implements

Constructors

constructor

new FetchWorkerConfigRequest(properties?): FetchWorkerConfigRequest

Constructs a new FetchWorkerConfigRequest.

Parameters

NameTypeDescription
properties?IFetchWorkerConfigRequestProperties to set

Returns

FetchWorkerConfigRequest

Properties

identity

identity: string

The identity of the client who initiated this request.

Implementation of

IFetchWorkerConfigRequest.identity


namespace

namespace: string

Namespace this worker belongs to.

Implementation of

IFetchWorkerConfigRequest.namespace


reason

reason: string

Reason for sending worker command, can be used for audit purpose.

Implementation of

IFetchWorkerConfigRequest.reason


selector

Optional selector: null | IWorkerSelector

Defines which workers should receive this command. only single worker is supported at this time.

Implementation of

IFetchWorkerConfigRequest.selector

Methods

toJSON

toJSON(): Object

Converts this FetchWorkerConfigRequest to JSON.

Returns

Object

JSON object


create

create(properties?): FetchWorkerConfigRequest

Creates a new FetchWorkerConfigRequest instance using the specified properties.

Parameters

NameTypeDescription
properties?IFetchWorkerConfigRequestProperties to set

Returns

FetchWorkerConfigRequest

FetchWorkerConfigRequest instance


decode

decode(reader, length?): FetchWorkerConfigRequest

Decodes a FetchWorkerConfigRequest message from the specified reader or buffer.

Parameters

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

Returns

FetchWorkerConfigRequest

FetchWorkerConfigRequest

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): FetchWorkerConfigRequest

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

FetchWorkerConfigRequest

FetchWorkerConfigRequest

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

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): FetchWorkerConfigRequest

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

FetchWorkerConfigRequest

FetchWorkerConfigRequest


getTypeUrl

getTypeUrl(typeUrlPrefix?): string

Gets the default type url for FetchWorkerConfigRequest

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

Parameters

NameTypeDescription
messageFetchWorkerConfigRequestFetchWorkerConfigRequest
options?IConversionOptionsConversion options

Returns

Object

Plain object