Skip to main content

Class: UpdateNexusEndpointRequest

operatorservice.v1.UpdateNexusEndpointRequest

Represents an UpdateNexusEndpointRequest.

Properties

id

id: string

Server-generated unique endpoint ID.


spec

Optional spec: null | $Properties

UpdateNexusEndpointRequest spec.


version

version: Long

Data version for this endpoint. Must match current version.

Methods

toJSON

toJSON(): Object

Converts this UpdateNexusEndpointRequest to JSON.

Returns

Object

JSON object


create

create(properties?): UpdateNexusEndpointRequest & $Shape

Creates a new UpdateNexusEndpointRequest instance using the specified properties.

Parameters

NameTypeDescription
properties?$ShapeProperties to set

Returns

UpdateNexusEndpointRequest & $Shape

UpdateNexusEndpointRequest instance

create(properties?): UpdateNexusEndpointRequest

Parameters

NameType
properties?$Properties

Returns

UpdateNexusEndpointRequest


decode

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

Decodes an UpdateNexusEndpointRequest message from the specified reader or buffer.

Parameters

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

Returns

UpdateNexusEndpointRequest & $Shape

UpdateNexusEndpointRequest

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): UpdateNexusEndpointRequest & $Shape

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

UpdateNexusEndpointRequest & $Shape

UpdateNexusEndpointRequest

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

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): UpdateNexusEndpointRequest

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

UpdateNexusEndpointRequest

UpdateNexusEndpointRequest


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messageUpdateNexusEndpointRequestUpdateNexusEndpointRequest
options?IConversionOptionsConversion options

Returns

Object

Plain object