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
Implements
Constructors
constructor
• new NotifyHasPatch(properties?
): NotifyHasPatch
Constructs a new NotifyHasPatch.
Parameters
Name | Type | Description |
---|---|---|
properties? | INotifyHasPatch | Properties to set |
Returns
Properties
patchId
• patchId: string
NotifyHasPatch patchId.
Implementation of
Methods
toJSON
▸ toJSON(): Object
Converts this NotifyHasPatch to JSON.
Returns
Object
JSON object
create
▸ create(properties?
): NotifyHasPatch
Creates a new NotifyHasPatch instance using the specified properties.
Parameters
Name | Type | Description |
---|---|---|
properties? | INotifyHasPatch | Properties to set |
Returns
NotifyHasPatch instance
decode
▸ decode(reader
, length?
): NotifyHasPatch
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
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 | INotifyHasPatch | 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 | INotifyHasPatch | 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
getTypeUrl
▸ getTypeUrl(typeUrlPrefix?
): string
Gets the default type url for NotifyHasPatch
Parameters
Name | Type | Description |
---|---|---|
typeUrlPrefix? | string | your custom typeUrlPrefix(default "type.googleapis.com") |
Returns
string
The default type url
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