state property

String? state
getter/setter pair

The current state of the Extension Source.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : The default state. Not used typically.
  • "ACTIVE" : Source still exists.
  • "DELETED" : Source was deleted.

Implementation

core.String? state;