Optional
AdditionAddTask Addition.
Optional
aggregatorSpecifies an aggregator to add by.
Optional
bigA stringified big.js. Accepts variable expansion syntax.
Optional
jobA job whose result is computed before adding our numerical input by that result.
Optional
scalarSpecifies a scalar to add by.
Converts this AddTask to JSON.
JSON object
Static
createStatic
decodeDecodes an AddTask message from the specified reader or buffer.
Reader or buffer to decode from
Optional
length: numberMessage length if known beforehand
AddTask
Static
decodeDecodes an AddTask message from the specified reader or buffer, length delimited.
Reader or buffer to decode from
AddTask
Static
encodeEncodes the specified AddTask message. Does not implicitly {@apilink oracle_job.OracleJob.AddTask.verify|verify} messages.
AddTask message or plain object to encode
Optional
writer: WriterWriter to encode to
Writer
Static
encodeEncodes the specified AddTask message, length delimited. Does not implicitly {@apilink oracle_job.OracleJob.AddTask.verify|verify} messages.
AddTask message or plain object to encode
Optional
writer: WriterWriter to encode to
Writer
Static
fromCreates an AddTask message from a plain object. Also converts values to their respective internal types.
Plain object
AddTask
Static
getGets the default type url for AddTask
Optional
typeUrlPrefix: stringyour custom typeUrlPrefix(default "type.googleapis.com")
The default type url
Static
toCreates a plain object from an AddTask message. Also converts values to other types if specified.
AddTask
Optional
options: IConversionOptionsConversion options
Plain object
Static
verifyVerifies an AddTask message.
Plain object to verify
null
if valid, otherwise the reason why it is not
This task will add a numerical input by a scalar value from a job of subtasks, an aggregator, or a big.
Input: The current running numerical result output from a scalar value, an aggregator, a job of subtasks or a big.
Returns: A numerical result.
Example: Returns the numerical result by adding by a job of subtasks.
Example: Returns the numerical result by multiplying by an aggregator.
Example: Returns the numerical result by multiplying by a big.