linkState property

String? linkState
getter/setter pair

Specifies whether Linked Dataset is currently in a linked state or not.

Output only. Possible string values are:

  • "LINK_STATE_UNSPECIFIED" : The default value. Default to the LINKED state.
  • "LINKED" : Normal Linked Dataset state. Data is queryable via the Linked Dataset.
  • "UNLINKED" : Data publisher or owner has unlinked this Linked Dataset. It means you can no longer query or see the data in the Linked Dataset.

Implementation

core.String? linkState;