visibility property

String? visibility
getter/setter pair

The visibility status of this query, which determines its ownership.

Required. Possible string values are:

  • "VISIBILITY_UNSPECIFIED" : The saved query visibility is unspecified. A CreateSavedQuery request with an unspecified visibility will be rejected.
  • "PRIVATE" : The saved query is only visible to the user that created it.
  • "SHARED" : The saved query is visible to anyone in the project.

Implementation

core.String? visibility;