state property

String? state
getter/setter pair

Whether or not the service has been enabled for use by the consumer. Possible string values are:

  • "STATE_UNSPECIFIED" : The default value, which indicates that the enabled state of the service is unspecified or not meaningful. Currently, all consumers other than projects (such as folders and organizations) are always in this state.
  • "DISABLED" : The service cannot be used by this consumer. It has either been explicitly disabled, or has never been enabled.
  • "ENABLED" : The service has been explicitly enabled for use by this consumer.

Implementation

core.String? state;