state property

String? state
getter/setter pair

The current state of the Feature resource in the Hub API. Possible string values are:

  • "STATE_UNSPECIFIED" : State is unknown or not set.
  • "ENABLING" : The Feature is being enabled, and the Feature resource is being created. Once complete, the corresponding Feature will be enabled in this Hub.
  • "ACTIVE" : The Feature is enabled in this Hub, and the Feature resource is fully available.
  • "DISABLING" : The Feature is being disabled in this Hub, and the Feature resource is being deleted.
  • "UPDATING" : The Feature resource is being updated.
  • "SERVICE_UPDATING" : The Feature resource is being updated by the Hub Service.

Implementation

core.String? state;