Class: UpdateNexusEndpointResponse
operatorservice.v1.UpdateNexusEndpointResponse
Represents an UpdateNexusEndpointResponse.
Properties
endpoint
• Optional endpoint: null | $Properties
Data post acceptance. Can be used to issue additional updates to this record.
Methods
toJSON
▸ toJSON(): Object
Converts this UpdateNexusEndpointResponse to JSON.
Returns
Object
JSON object
create
▸ create(properties?): UpdateNexusEndpointResponse & $Shape
Creates a new UpdateNexusEndpointResponse instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | $Shape | Properties to set |
Returns
UpdateNexusEndpointResponse & $Shape
UpdateNexusEndpointResponse instance
▸ create(properties?): UpdateNexusEndpointResponse
Parameters
| Name | Type |
|---|---|
properties? | $Properties |
Returns
decode
▸ decode(reader, length?): UpdateNexusEndpointResponse & $Shape
Decodes an UpdateNexusEndpointResponse message from the specified reader or buffer.
Parameters
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
length? | number | Message length if known beforehand |
Returns
UpdateNexusEndpointResponse & $Shape
UpdateNexusEndpointResponse
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
decodeDelimited
▸ decodeDelimited(reader): UpdateNexusEndpointResponse & $Shape
Decodes an UpdateNexusEndpointResponse message from the specified reader or buffer, length delimited.
Parameters
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
Returns
UpdateNexusEndpointResponse & $Shape
UpdateNexusEndpointResponse
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 UpdateNexusEndpointResponse message. Does not implicitly temporal.api.operatorservice.v1.UpdateNexusEndpointResponse.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | $Properties | UpdateNexusEndpointResponse message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
encodeDelimited
▸ encodeDelimited(message, writer?): Writer
Encodes the specified UpdateNexusEndpointResponse message, length delimited. Does not implicitly temporal.api.operatorservice.v1.UpdateNexusEndpointResponse.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | $Properties | UpdateNexusEndpointResponse message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
fromObject
▸ fromObject(object): UpdateNexusEndpointResponse
Creates an UpdateNexusEndpointResponse message from a plain object. Also converts values to their respective internal types.
Parameters
| Name | Type | Description |
|---|---|---|
object | Object | Plain object |
Returns
UpdateNexusEndpointResponse
toObject
▸ toObject(message, options?): Object
Creates a plain object from an UpdateNexusEndpointResponse message. Also converts values to other types if specified.
Parameters
| Name | Type | Description |
|---|---|---|
message | UpdateNexusEndpointResponse | UpdateNexusEndpointResponse |
options? | IConversionOptions | Conversion options |
Returns
Object
Plain object