I need to read a Google Spreadsheet with the Google-Sheet API, but in addition to read the data I need to know which cells, or range of cells are protected.
Looking in the API documentation I found the way to create, delete or update protected ranges... (https://developers.google.com/sheets/api/samples/ranges) but I couldn't find any method that, given a range, can tell me which cells are protected and which are not.