state property

String? state
getter/setter pair

The current state of the connector.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : A state was not specified.
  • "UNASSIGNED" : The connector is not assigned to any tasks, usually transient.
  • "RUNNING" : The connector is running.
  • "PAUSED" : The connector has been paused.
  • "FAILED" : The connector has failed. See logs for why.
  • "RESTARTING" : The connector is restarting.
  • "STOPPED" : The connector has been stopped.

Implementation

core.String? state;