Skip to main content

Class: NexusOperation

v1.Link.NexusOperation

A link to a standalone Nexus operation.

Implements

Constructors

constructor

new NexusOperation(properties?): NexusOperation

Constructs a new NexusOperation.

Parameters

NameTypeDescription
properties?INexusOperationProperties to set

Returns

NexusOperation

Properties

namespace

namespace: string

NexusOperation namespace.

Implementation of

INexusOperation.namespace


operationId

operationId: string

NexusOperation operationId.

Implementation of

INexusOperation.operationId


runId

runId: string

NexusOperation runId.

Implementation of

INexusOperation.runId

Methods

toJSON

toJSON(): Object

Converts this NexusOperation to JSON.

Returns

Object

JSON object


create

create(properties?): NexusOperation

Creates a new NexusOperation instance using the specified properties.

Parameters

NameTypeDescription
properties?INexusOperationProperties to set

Returns

NexusOperation

NexusOperation instance


decode

decode(reader, length?): NexusOperation

Decodes a NexusOperation message from the specified reader or buffer.

Parameters

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

Returns

NexusOperation

NexusOperation

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): NexusOperation

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

NexusOperation

NexusOperation

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

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): NexusOperation

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

NexusOperation

NexusOperation


getTypeUrl

getTypeUrl(typeUrlPrefix?): string

Gets the default type url for NexusOperation

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

Parameters

NameTypeDescription
messageNexusOperationNexusOperation
options?IConversionOptionsConversion options

Returns

Object

Plain object