Skip to main content

Class: Internal

v1.Callback.Internal

Callbacks to be delivered internally within the system. This variant is not settable in the API and will be rejected by the service with an INVALID_ARGUMENT error. The only reason that this is exposed is because callbacks are replicated across clusters via the WorkflowExecutionStarted event, which is defined in the public API.

Implements

Constructors

constructor

new Internal(properties?): Internal

Constructs a new Internal.

Parameters

NameTypeDescription
properties?IInternalProperties to set

Returns

Internal

Properties

data

data: Uint8Array

Opaque internal data.

Implementation of

IInternal.data

Methods

toJSON

toJSON(): Object

Converts this Internal to JSON.

Returns

Object

JSON object


create

create(properties?): Internal

Creates a new Internal instance using the specified properties.

Parameters

NameTypeDescription
properties?IInternalProperties to set

Returns

Internal

Internal instance


decode

decode(reader, length?): Internal

Decodes an Internal message from the specified reader or buffer.

Parameters

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

Returns

Internal

Internal

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): Internal

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

Internal

Internal

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 Internal message. Does not implicitly temporal.api.common.v1.Callback.Internal.verify|verify messages.

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

Encodes the specified Internal message, length delimited. Does not implicitly temporal.api.common.v1.Callback.Internal.verify|verify messages.

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): Internal

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

Internal

Internal


getTypeUrl

getTypeUrl(typeUrlPrefix?): string

Gets the default type url for Internal

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

Parameters

NameTypeDescription
messageInternalInternal
options?IConversionOptionsConversion options

Returns

Object

Plain object