ConditionNode

constructor(    condition: String = "",     if_clause: Trace.QueryPlanNode? = null,     else_clause: Trace.QueryPlanNode? = null,     unknownFields: ByteString = ByteString.EMPTY)