visibility property

String? visibility
getter/setter pair

Limits the selected developer metadata to that which has a matching DeveloperMetadata.visibility.

If left unspecified, all developer metadata visibile to the requesting project is considered. Possible string values are:

  • "DEVELOPER_METADATA_VISIBILITY_UNSPECIFIED" : Default value.
  • "DOCUMENT" : Document-visible metadata is accessible from any developer project with access to the document.
  • "PROJECT" : Project-visible metadata is only visible to and accessible by the developer project that created the metadata.

Implementation

core.String? visibility;