I recently wrote a program using the API 1.1 to automatically update a sheet and it uses the line
smartsheet.rows().updateCells(rowId, cells);
to update a row of cells in the sheet. In the 2.0 version rows() has been deprecated but I still can't find the 2.0 equivalent for this line.