Skip to main content

Class: ListNexusOperationExecutionsResponse

workflowservice.v1.ListNexusOperationExecutionsResponse

Represents a ListNexusOperationExecutionsResponse.

Properties

nextPageToken

nextPageToken: Uint8Array

Token to use to fetch the next page. If empty, there is no next page.


operations

operations: $Properties[]

ListNexusOperationExecutionsResponse operations.

Methods

toJSON

toJSON(): Object

Converts this ListNexusOperationExecutionsResponse to JSON.

Returns

Object

JSON object


create

create(properties?): ListNexusOperationExecutionsResponse & $Properties

Creates a new ListNexusOperationExecutionsResponse instance using the specified properties.

Parameters

NameTypeDescription
properties?$PropertiesProperties to set

Returns

ListNexusOperationExecutionsResponse & $Properties

ListNexusOperationExecutionsResponse instance

create(properties?): ListNexusOperationExecutionsResponse

Parameters

NameType
properties?$Properties

Returns

ListNexusOperationExecutionsResponse


decode

decode(reader, length?): ListNexusOperationExecutionsResponse & $Properties

Decodes a ListNexusOperationExecutionsResponse message from the specified reader or buffer.

Parameters

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

Returns

ListNexusOperationExecutionsResponse & $Properties

ListNexusOperationExecutionsResponse

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): ListNexusOperationExecutionsResponse & $Properties

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

ListNexusOperationExecutionsResponse & $Properties

ListNexusOperationExecutionsResponse

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

Parameters

NameTypeDescription
message$PropertiesListNexusOperationExecutionsResponse message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

NameTypeDescription
message$PropertiesListNexusOperationExecutionsResponse message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


fromObject

fromObject(object): ListNexusOperationExecutionsResponse

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

ListNexusOperationExecutionsResponse

ListNexusOperationExecutionsResponse


toObject

toObject(message, options?): Object

Creates a plain object from a ListNexusOperationExecutionsResponse message. Also converts values to other types if specified.

Parameters

NameTypeDescription
messageListNexusOperationExecutionsResponseListNexusOperationExecutionsResponse
options?IConversionOptionsConversion options

Returns

Object

Plain object