Constructs a new ComparisonTask.
Optionalproperties: IComparisonTaskProperties to set
OptionallhsOracleJob where the executed result is equal to the left hand side operand.
OptionalLHSComparisonTask LHS.
OptionallhsString or ${CACHE_KEY} representing the left hand side operand.
OptionalonThe OracleJob to execute if the condition fails to evaluate.
The result to use if the condition fails to evaluate. Can be set to a ${CACHE_KEY}.
OptionalonThe OracleJob to execute if the condition evaluates to false.
The result to use if the condition evaluates to false. Can be set to a ${CACHE_KEY}.
OptionalonThe OracleJob to execute if the condition evaluates to true.
The result to use if the condition evaluates to true. Can be set to a ${CACHE_KEY}.
The type of operator to use on the left (lhs) and right (rhs) operand.
OptionalrhsOracleJob where the executed result is equal to the right hand side operand.
OptionalRHSComparisonTask RHS.
OptionalrhsString or ${CACHE_KEY} representing the right hand side operand.
Converts this ComparisonTask to JSON.
JSON object
StaticcreateCreates a new ComparisonTask instance using the specified properties.
Optionalproperties: IComparisonTaskProperties to set
ComparisonTask instance
StaticdecodeDecodes a ComparisonTask message from the specified reader or buffer.
Reader or buffer to decode from
Optionallength: numberMessage length if known beforehand
ComparisonTask
StaticdecodeDecodes a ComparisonTask message from the specified reader or buffer, length delimited.
Reader or buffer to decode from
ComparisonTask
StaticencodeEncodes the specified ComparisonTask message. Does not implicitly verify messages.
ComparisonTask message or plain object to encode
Optionalwriter: WriterWriter to encode to
Writer
StaticencodeEncodes the specified ComparisonTask message, length delimited. Does not implicitly verify messages.
ComparisonTask message or plain object to encode
Optionalwriter: WriterWriter to encode to
Writer
StaticfromCreates a ComparisonTask message from a plain object. Also converts values to their respective internal types.
Plain object
ComparisonTask
StaticgetGets the default type url for ComparisonTask
OptionaltypeUrlPrefix: stringyour custom typeUrlPrefix(default "type.googleapis.com")
The default type url
StatictoCreates a plain object from a ComparisonTask message. Also converts values to other types if specified.
ComparisonTask
Optionaloptions: IConversionOptionsConversion options
Plain object
StaticverifyVerifies a ComparisonTask message.
Plain object to verify
null if valid, otherwise the reason why it is not
Represents a ComparisonTask.