Class: NotifyHasPatch
coresdk.workflow_activation.NotifyHasPatch
Inform lang what the result of a call to patched or similar API should be -- this is always
sent pre-emptively, so any time it is sent the change is present
Properties
patchId
• patchId: string
NotifyHasPatch patchId.
Methods
toJSON
▸ toJSON(): Object
Converts this NotifyHasPatch to JSON.
Returns
Object
JSON object
create
▸ create(properties?): NotifyHasPatch & $Properties
Creates a new NotifyHasPatch instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | $Properties | Properties to set |
Returns
NotifyHasPatch instance
▸ create(properties?): NotifyHasPatch
Parameters
| Name | Type |
|---|---|
properties? | $Properties |
Returns
decode
▸ decode(reader, length?): NotifyHasPatch & $Properties
Decodes a NotifyHasPatch 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
NotifyHasPatch
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
decodeDelimited
▸ decodeDelimited(reader): NotifyHasPatch & $Properties
Decodes a NotifyHasPatch message from the specified reader or buffer, length delimited.
Parameters
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
Returns
NotifyHasPatch
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 NotifyHasPatch message. Does not implicitly coresdk.workflow_activation.NotifyHasPatch.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | $Properties | NotifyHasPatch message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
encodeDelimited
▸ encodeDelimited(message, writer?): Writer
Encodes the specified NotifyHasPatch message, length delimited. Does not implicitly coresdk.workflow_activation.NotifyHasPatch.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | $Properties | NotifyHasPatch message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
fromObject
▸ fromObject(object): NotifyHasPatch
Creates a NotifyHasPatch message from a plain object. Also converts values to their respective internal types.
Parameters
| Name | Type | Description |
|---|---|---|
object | Object | Plain object |
Returns
NotifyHasPatch
toObject
▸ toObject(message, options?): Object
Creates a plain object from a NotifyHasPatch message. Also converts values to other types if specified.
Parameters
| Name | Type | Description |
|---|---|---|
message | NotifyHasPatch | NotifyHasPatch |
options? | IConversionOptions | Conversion options |
Returns
Object
Plain object