Stay organized with collections
Save and categorize content based on your preferences.
DeveloperMetadataVisibility
An enumeration of the types of developer metadata visibility.
To call an enum, you call its parent class, name, and property. For example,
SpreadsheetApp.DeveloperMetadataVisibility.DOCUMENT.
Properties
Property
Type
Description
DOCUMENT
Enum
Document-visible metadata is accessible from any developer project with access to the document.
PROJECT
Enum
Project-visible metadata is only visible to and accessible by the developer project that
created the metadata. Do not use project-visible developer metadata as a security mechanism or
to store secrets. It can be exposed to users with view access to the document.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-09-28 UTC."],[[["`DeveloperMetadataVisibility` is used to define the visibility of developer metadata within a Google document."],["There are two visibility types: `DOCUMENT` which allows any developer project with document access to view the metadata, and `PROJECT` which limits visibility to the creating project only."],["Metadata visibility should not be used for security purposes or to hide sensitive information, as it can be accessed by users with viewing permissions."]]],[]]