discoveryType property

String? discoveryType
getter/setter pair

Type of discovery on the discovery page for all the listings under this exchange.

Updating this field also updates (overwrites) the discovery_type field for all the listings under this exchange.

Optional. Possible string values are:

  • "DISCOVERY_TYPE_UNSPECIFIED" : Unspecified. Defaults to DISCOVERY_TYPE_PRIVATE.
  • "DISCOVERY_TYPE_PRIVATE" : The Data exchange/listing can be discovered in the 'Private' results list.
  • "DISCOVERY_TYPE_PUBLIC" : The Data exchange/listing can be discovered in the 'Public' results list.

Implementation

core.String? discoveryType;