developer_metadata
Overview
Name | developer_metadata |
Type | Resource |
Id | googleworkspace.sheets.developer_metadata |
Fields
Name | Datatype | Description |
---|---|---|
location | object | A location where metadata may be associated in a spreadsheet. |
metadataId | integer | The 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. |
metadataKey | string | The metadata key. There may be multiple metadata in a spreadsheet with the same key. Developer metadata must always have a key specified. |
metadataValue | string | Data associated with the metadata's key. |
visibility | string | The metadata visibility. Developer metadata must always have a visibility specified. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
spreadsheets_developerMetadata_get | SELECT | metadataId, spreadsheetId | Returns the developer metadata with the specified ID. The caller must specify the spreadsheet ID and the developer metadata's unique metadataId. |
spreadsheets_developerMetadata_search | EXEC | 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. |