Class Google_Service_Sheets_SpreadsheetsDeveloperMetadata_Resource
The "developerMetadata" collection of methods. Typical usage is:
$sheetsService = new Google_Service_Sheets(...); $developerMetadata = $sheetsService->developerMetadata;
- Google_Service_Resource
- 
			 Google_Service_Sheets_SpreadsheetsDeveloperMetadata_Resource Google_Service_Sheets_SpreadsheetsDeveloperMetadata_Resource
		
		
		
		
		Located at Sheets.php
	
	| 
			 public 
			 | 
		#
		 get( string $spreadsheetId, integer $metadataId, array $optParams = array() )Returns the developer metadata with the specified ID. The caller must specify the spreadsheet ID and the developer metadata's unique metadataId. (developerMetadata.get) | 
| 
			 public 
			 | 
		#
		 search( string $spreadsheetId, Returns all developer metadata matching the specified DataFilter. If the provided DataFilter represents a DeveloperMetadataLookup object, this will return all DeveloperMetadata entries selected by it. If the DataFilter represents a location in a spreadsheet, this will return all developer metadata associated with locations intersecting that region. (developerMetadata.search) |