Skip to main content

Class: NexusTaskCompletion

coresdk.nexus.NexusTaskCompletion

A response to a Nexus task

Implements

Constructors

constructor

new NexusTaskCompletion(properties?): NexusTaskCompletion

Constructs a new NexusTaskCompletion.

Parameters

NameTypeDescription
properties?INexusTaskCompletionProperties to set

Returns

NexusTaskCompletion

Properties

ackCancel

Optional ackCancel: null | boolean

The lang SDK acknowledges that it is responding to a CancelNexusTask and thus the response is irrelevant. This is not the only way to respond to a cancel, the other variants can still be used, but this variant should be used when the handler was aborted by cancellation.

Implementation of

INexusTaskCompletion.ackCancel


completed

Optional completed: null | IResponse

The handler completed (successfully or not). Note that the response kind must match the request kind (start or cancel).

Implementation of

INexusTaskCompletion.completed


error

Optional error: null | IHandlerError

The handler could not complete the request for some reason.

Implementation of

INexusTaskCompletion.error


status

Optional status: "completed" | "error" | "ackCancel"

NexusTaskCompletion status.


taskToken

taskToken: Uint8Array

The unique identifier for this task provided in the poll response

Implementation of

INexusTaskCompletion.taskToken

Methods

toJSON

toJSON(): Object

Converts this NexusTaskCompletion to JSON.

Returns

Object

JSON object


create

create(properties?): NexusTaskCompletion

Creates a new NexusTaskCompletion instance using the specified properties.

Parameters

NameTypeDescription
properties?INexusTaskCompletionProperties to set

Returns

NexusTaskCompletion

NexusTaskCompletion instance


decode

decode(reader, length?): NexusTaskCompletion

Decodes a NexusTaskCompletion message from the specified reader or buffer.

Parameters

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

Returns

NexusTaskCompletion

NexusTaskCompletion

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): NexusTaskCompletion

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

NexusTaskCompletion

NexusTaskCompletion

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 NexusTaskCompletion message. Does not implicitly coresdk.nexus.NexusTaskCompletion.verify|verify messages.

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

Encodes the specified NexusTaskCompletion message, length delimited. Does not implicitly coresdk.nexus.NexusTaskCompletion.verify|verify messages.

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): NexusTaskCompletion

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

NexusTaskCompletion

NexusTaskCompletion


getTypeUrl

getTypeUrl(typeUrlPrefix?): string

Gets the default type url for NexusTaskCompletion

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

Parameters

NameTypeDescription
messageNexusTaskCompletionNexusTaskCompletion
options?IConversionOptionsConversion options

Returns

Object

Plain object