state property

String? state
getter/setter pair

The state of the addon.

Output only. Possible string values are:

  • "ADDON_STATE_UNSPECIFIED" : The addon state is not specified.
  • "ACTIVE" : The addon is active.
  • "UPDATING" : The addon is being updated.
  • "ERROR" : The addon is in error state.
  • "INACTIVE" : The addon is inactive.

Implementation

core.String? state;