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
Sheets
object? - The
Sheets#spreadsheets
call? - The
Sheets.Spreadsheet#values
call? - Nothing, all parts of the API are always up-to-date?
I wasn't able to find anything in Javadoc.