The chain of tasks to perform for this OracleJob.
The weight to assign to this job's result when aggregating multiple job results. A higher weight means this job's result will have more influence on the final aggregated value. This value must be greater than or equal to 0.
Converts this OracleJob to JSON.
JSON object
Converts an OracleJob instance to a stringified yaml object.
stringified yaml object
Static
createOptional
properties: IOracleJobStatic
decodeDecodes an OracleJob message from the specified reader or buffer.
Reader or buffer to decode from
Optional
length: numberMessage length if known beforehand
OracleJob
Static
decodeDecodes an OracleJob message from the specified reader or buffer, length delimited.
Reader or buffer to decode from
OracleJob
Static
encodeEncodes the specified OracleJob message. Does not implicitly verify messages.
OracleJob message or plain object to encode
Optional
writer: WriterWriter to encode to
Writer
Static
encodeEncodes the specified OracleJob message, length delimited. Does not implicitly verify messages.
OracleJob message or plain object to encode
Optional
writer: WriterWriter to encode to
Writer
Static
fromCreates an OracleJob message from a plain object. Also converts values to their respective internal types.
Plain object
OracleJob
Static
fromCreates a new OracleJob instance from a stringified yaml object.
Optional
yamlString: stringstringified yaml object
OracleJob instance
Static
getGets the default type url for OracleJob
Optional
typeUrlPrefix: stringyour custom typeUrlPrefix(default "type.googleapis.com")
The default type url
Static
toCreates a plain object from an OracleJob message. Also converts values to other types if specified.
OracleJob
Optional
options: IConversionOptionsConversion options
Plain object
Static
verifyVerifies an OracleJob message.
Plain object to verify
null
if valid, otherwise the reason why it is not
Represnts a list of tasks to be performed by a switchboard oracle.