state property

String? state
getter/setter pair

The state of the Analytics add-on.

Output only. Possible string values are:

  • "ADDON_STATE_UNSPECIFIED" : Default value.
  • "ENABLING" : Add-on is in progress of enabling.
  • "ENABLED" : Add-on is fully enabled and ready to use.
  • "DISABLING" : Add-on is in progress of disabling.
  • "DISABLED" : Add-on is fully disabled.

Implementation

core.String? state;