Skip to main content

Class: EndpointSpec

nexus.v1.EndpointSpec

Contains mutable fields for an Endpoint.

Properties

description

Optional description: null | $Properties

Markdown description serialized as a single JSON string. If the Payload is encrypted, the UI and CLI may decrypt with the configured codec server endpoint. By default, the server enforces a limit of 20,000 bytes for this entire payload.


name

name: string

Endpoint name, unique for this cluster. Must match [a-zA-Z_][a-zA-Z0-9_]*. Renaming an endpoint breaks all workflow callers that reference this endpoint, causing operations to fail.


target

Optional target: null | $Properties

Target to route requests to.

Methods

toJSON

toJSON(): Object

Converts this EndpointSpec to JSON.

Returns

Object

JSON object


create

create(properties?): EndpointSpec & $Shape

Creates a new EndpointSpec instance using the specified properties.

Parameters

NameTypeDescription
properties?$ShapeProperties to set

Returns

EndpointSpec & $Shape

EndpointSpec instance

create(properties?): EndpointSpec

Parameters

NameType
properties?$Properties

Returns

EndpointSpec


decode

decode(reader, length?): EndpointSpec & $Shape

Decodes an EndpointSpec message from the specified reader or buffer.

Parameters

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

Returns

EndpointSpec & $Shape

EndpointSpec

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): EndpointSpec & $Shape

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

EndpointSpec & $Shape

EndpointSpec

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

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): EndpointSpec

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

EndpointSpec

EndpointSpec


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messageEndpointSpecEndpointSpec
options?IConversionOptionsConversion options

Returns

Object

Plain object