SpreadsheetsDeveloperMetadata
class SpreadsheetsDeveloperMetadata extends Resource (View source)
The "developerMetadata" collection of methods.
Typical usage is:
$sheetsService = new Google\Service\Sheets(...);
$developerMetadata = $sheetsService->spreadsheets_developerMetadata;
Methods
Returns the developer metadata with the specified ID. The caller must specify the spreadsheet ID and the developer metadata's unique metadataId.
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.
Details
DeveloperMetadata
get(string $spreadsheetId, int $metadataId, array $optParams = [])
Returns the developer metadata with the specified ID. The caller must specify the spreadsheet ID and the developer metadata's unique metadataId.
(developerMetadata.get)
SearchDeveloperMetadataResponse
search(string $spreadsheetId, SearchDeveloperMetadataRequest $postBody, array $optParams = [])
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)