Constructs a new OracleJob.
Optionalproperties: IOracleJobProperties to set
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
StaticcreateOptionalproperties: IOracleJobStaticdecodeDecodes an OracleJob message from the specified reader or buffer.
Reader or buffer to decode from
Optionallength: numberMessage length if known beforehand
OracleJob
StaticdecodeDecodes an OracleJob message from the specified reader or buffer, length delimited.
Reader or buffer to decode from
OracleJob
StaticencodeEncodes the specified OracleJob message. Does not implicitly {@apilink oracle_job.OracleJob.verify|verify} messages.
OracleJob message or plain object to encode
Optionalwriter: WriterWriter to encode to
Writer
StaticencodeEncodes the specified OracleJob message, length delimited. Does not implicitly {@apilink oracle_job.OracleJob.verify|verify} messages.
OracleJob message or plain object to encode
Optionalwriter: WriterWriter to encode to
Writer
StaticfromCreates an OracleJob message from a plain object. Also converts values to their respective internal types.
Plain object
OracleJob
StaticfromCreates a new OracleJob instance from a stringified yaml object.
OptionalyamlString: stringstringified yaml object
OracleJob instance
StaticgetGets the default type url for OracleJob
OptionaltypeUrlPrefix: stringyour custom typeUrlPrefix(default "type.googleapis.com")
The default type url
StatictoCreates a plain object from an OracleJob message. Also converts values to other types if specified.
OracleJob
Optionaloptions: IConversionOptionsConversion options
Plain object
StaticverifyVerifies 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.