state property

String? state
getter/setter pair

The current status of the discovery feature. Possible string values are:

  • "STATE_UNSPECIFIED" : State is unspecified.
  • "SCHEDULED" : Discovery for the asset is scheduled.
  • "IN_PROGRESS" : Discovery for the asset is running.
  • "PAUSED" : Discovery for the asset is currently paused (e.g. due to a lack of available resources). It will be automatically resumed.
  • "DISABLED" : Discovery for the asset is disabled.

Implementation

core.String? state;