state property

String? state
getter/setter pair

The overall state of the service.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : The state is unspecified.
  • "CONFIG_FAILURE" : The state means the service has config errors.
  • "IAM_FAILURE" : The state means the service has IAM permission errors.
  • "FUNCTIONALITY_FAILURE" : The state means the service has functionality errors.
  • "ENABLED" : The state means the service has no error.
  • "DISABLED" : The state means the service disabled.

Implementation

core.String? state;