Skip to main content

developer_metadata

Overview

Namedeveloper_metadata
TypeResource
Idgoogleworkspace.sheets.developer_metadata

Fields

NameDatatypeDescription
locationobjectA location where metadata may be associated in a spreadsheet.
metadataIdintegerThe spreadsheet-scoped unique ID that identifies the metadata. IDs may be specified when metadata is created, otherwise one will be randomly generated and assigned. Must be positive.
metadataKeystringThe metadata key. There may be multiple metadata in a spreadsheet with the same key. Developer metadata must always have a key specified.
metadataValuestringData associated with the metadata's key.
visibilitystringThe metadata visibility. Developer metadata must always have a visibility specified.

Methods

NameAccessible byRequired ParamsDescription
spreadsheets_developerMetadata_getSELECTmetadataId, spreadsheetIdReturns the developer metadata with the specified ID. The caller must specify the spreadsheet ID and the developer metadata's unique metadataId.
spreadsheets_developerMetadata_searchEXECspreadsheetIdReturns 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.