state property

String? state
getter/setter pair

Current state of the listing.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Default value. This value is unused.
  • "ACTIVE" : Subscribable state. Users with dataexchange.listings.subscribe permission can subscribe to this listing.

Implementation

core.String? state;