A list of subjobs to process and produce a list of result values.
A list of subtasks to process and produce a list of result values.
Converts this MinTask to JSON.
JSON object
StaticcreateStaticdecodeDecodes a MinTask message from the specified reader or buffer.
Reader or buffer to decode from
Optionallength: numberMessage length if known beforehand
MinTask
StaticdecodeDecodes a MinTask message from the specified reader or buffer, length delimited.
Reader or buffer to decode from
MinTask
StaticencodeEncodes the specified MinTask message. Does not implicitly {@apilink oracle_job.OracleJob.MinTask.verify|verify} messages.
MinTask message or plain object to encode
Optionalwriter: WriterWriter to encode to
Writer
StaticencodeEncodes the specified MinTask message, length delimited. Does not implicitly {@apilink oracle_job.OracleJob.MinTask.verify|verify} messages.
MinTask message or plain object to encode
Optionalwriter: WriterWriter to encode to
Writer
StaticfromCreates a MinTask message from a plain object. Also converts values to their respective internal types.
Plain object
MinTask
StaticgetGets the default type url for MinTask
OptionaltypeUrlPrefix: stringyour custom typeUrlPrefix(default "type.googleapis.com")
The default type url
StatictoCreates a plain object from a MinTask message. Also converts values to other types if specified.
MinTask
Optionaloptions: IConversionOptionsConversion options
Plain object
StaticverifyVerifies a MinTask message.
Plain object to verify
null if valid, otherwise the reason why it is not
Returns the minimum value of all the results returned by the provided subtasks and subjobs. Nested tasks or jobs must return a Number.
Input: None
Returns: A numerical result.
Example: Returns the minimum numerical result from 3 tasks.
Example: Returns the minimum numerical result from 3 jobs.