The "spreadsheets" collection of methods. Typical usage is: <code>$sheetsService = new Google_Service_Sheets(...); $spreadsheets =$sheetsService->spreadsheets; </code>
The "developerMetadata" collection of methods. Typical usage is: <code>$sheetsService = new Google_Service_Sheets(...); $developerMetadata =$sheetsService->developerMetadata; </code>