Class: NexusOperationCancelRequestFailedEventAttributes
history.v1.NexusOperationCancelRequestFailedEventAttributes
Represents a NexusOperationCancelRequestFailedEventAttributes.
Properties
failure
• Optional failure: null | $Properties
Failure details. A NexusOperationFailureInfo wrapping a CanceledFailureInfo.
requestedEventId
• requestedEventId: Long
The ID of the NEXUS_OPERATION_CANCEL_REQUESTED event.
scheduledEventId
• scheduledEventId: Long
The id of the NEXUS_OPERATION_SCHEDULED event this cancel request corresponds to.
workflowTaskCompletedEventId
• workflowTaskCompletedEventId: Long
The WORKFLOW_TASK_COMPLETED event that the corresponding RequestCancelNexusOperation command was reported
with.
Methods
toJSON
▸ toJSON(): Object
Converts this NexusOperationCancelRequestFailedEventAttributes to JSON.
Returns
Object
JSON object
create
▸ create(properties?): NexusOperationCancelRequestFailedEventAttributes & $Shape
Creates a new NexusOperationCancelRequestFailedEventAttributes instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | $Shape | Properties to set |
Returns
NexusOperationCancelRequestFailedEventAttributes & $Shape
NexusOperationCancelRequestFailedEventAttributes instance
▸ create(properties?): NexusOperationCancelRequestFailedEventAttributes
Parameters
| Name | Type |
|---|---|
properties? | $Properties |
Returns
NexusOperationCancelRequestFailedEventAttributes
decode
▸ decode(reader, length?): NexusOperationCancelRequestFailedEventAttributes & $Shape
Decodes a NexusOperationCancelRequestFailedEventAttributes 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
NexusOperationCancelRequestFailedEventAttributes & $Shape
NexusOperationCancelRequestFailedEventAttributes
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
decodeDelimited
▸ decodeDelimited(reader): NexusOperationCancelRequestFailedEventAttributes & $Shape
Decodes a NexusOperationCancelRequestFailedEventAttributes message from the specified reader or buffer, length delimited.
Parameters
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
Returns
NexusOperationCancelRequestFailedEventAttributes & $Shape
NexusOperationCancelRequestFailedEventAttributes
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 NexusOperationCancelRequestFailedEventAttributes message. Does not implicitly temporal.api.history.v1.NexusOperationCancelRequestFailedEventAttributes.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | $Properties | NexusOperationCancelRequestFailedEventAttributes message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
encodeDelimited
▸ encodeDelimited(message, writer?): Writer
Encodes the specified NexusOperationCancelRequestFailedEventAttributes message, length delimited. Does not implicitly temporal.api.history.v1.NexusOperationCancelRequestFailedEventAttributes.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | $Properties | NexusOperationCancelRequestFailedEventAttributes message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
fromObject
▸ fromObject(object): NexusOperationCancelRequestFailedEventAttributes
Creates a NexusOperationCancelRequestFailedEventAttributes message from a plain object. Also converts values to their respective internal types.
Parameters
| Name | Type | Description |
|---|---|---|
object | Object | Plain object |
Returns
NexusOperationCancelRequestFailedEventAttributes
NexusOperationCancelRequestFailedEventAttributes
toObject
▸ toObject(message, options?): Object
Creates a plain object from a NexusOperationCancelRequestFailedEventAttributes message. Also converts values to other types if specified.
Parameters
| Name | Type | Description |
|---|---|---|
message | NexusOperationCancelRequestFailedEventAttributes | NexusOperationCancelRequestFailedEventAttributes |
options? | IConversionOptions | Conversion options |
Returns
Object
Plain object