copy

fun copy(    depends: List<Trace.QueryPlanNode.DeferredNodeDepends> = this.depends,     label: String = this.label,     path: List<Trace.QueryPlanNode.ResponsePathElement> = this.path,     node: Trace.QueryPlanNode? = this.node,     unknownFields: ByteString = this.unknownFields): Trace.QueryPlanNode.DeferredNode