I have a thread containing an infinite loop that should always be looking at the most recent version of a Google Sheet.
How much to recreate each iteration to ensure that my reference to it is updated?
- The
NetHttpTransport? - The
Sheetsobject? - The
Sheets#spreadsheetscall? - The
Sheets.Spreadsheet#valuescall? - Nothing, all parts of the API are always up-to-date?
I wasn't able to find anything in Javadoc.